@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Maven Pro", sans-serif;
}

body {
  background-color: #101525;
}

.subscribe-container {
  width: 90vw;
  min-height: 100vh;
  display: none;
  align-items: center;
  justify-content: end;
}
.subscribe-container.show {
  display: flex;
}

.subscribe {
  z-index: 97;
  display: flex;
  background-color: rgba(212, 242, 219, 0.8);
  min-width: 20%;
  border-radius: 70px 25px 70px 25px;
  position: relative;
  border: 2px #101525 solid;
  width: 500px;
}
.subscribe .close {
  cursor: pointer;
  position: absolute;
  font-size: 4rem;
  color: #91C573;
  background-color: #038B8B;
  top: -15px;
  right: -10px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  border: 2px #101525 solid;
  transition: 0.2s ease-in-out;
}
.subscribe .close:hover {
  color: #d4f2db;
  background-color: #91C573;
}
.subscribe .content .info {
  width: 100%;
  padding: 10% 8% 10% 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscribe .content .info p {
  font-size: 32px;
  color: #101525;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.subscribe .content .info p span {
  color: #038B8B;
  font-weight: 700;
  font-style: italic;
}
.subscribe .content .info .info2 {
  display: flex;
  justify-content: center;
}
.subscribe .content .info .info2 .date {
  display: flex;
  margin-right: 40px;
}
.subscribe .content .info .info2 .date img {
  height: 15px;
  width: auto;
}
.subscribe .content .info .info2 .date p {
  margin-left: 8px;
  font-weight: bold;
  font-size: 14px;
}
.subscribe .content .info .info2 .lieu {
  display: flex;
}
.subscribe .content .info .info2 .lieu img {
  height: 15px;
  width: auto;
}
.subscribe .content .info .info2 .lieu p {
  margin-left: 8px;
  font-weight: bold;
  font-size: 14px;
}
.subscribe .content form * {
  display: block;
  min-width: 60%;
  font-size: 1.1rem;
  padding: 0.7rem 0.5rem;
  font-family: "Maven Pro", sans-serif;
  border-radius: 0px;
  outline: none;
}
.subscribe .content form button {
  position: absolute;
  top: 93%;
  left: 20%;
  background: linear-gradient(to right, #91C573 0%, #91C573 20%, #038B8B 60%, #91C573 100%);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 200% 100%;
  transition: all 0.4s ease-in-out;
  box-shadow: -8px -5px 0px 0px #101525;
  border: 1px solid #101525;
}
.subscribe .content form button:hover {
  background-position: 120% 0;
  transition: all 0.4s ease-in-out;
}

@-webkit-keyframes animate_subs_img {
  to {
    filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.6));
  }
}

@keyframes animate_subs_img {
  to {
    filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.6));
  }
}
@media screen and (max-width: 650px) {
  .subscribe {
    display: block;
    max-width: 350px;
  }
  .subscribe .img {
    min-width: auto;
    border-radius: 10px 10px 0 0;
  }
}
img {
  display: block;
  width: 100%;
}

.container {
  position: fixed;
  top: 40%;
  right: 42%;
  z-index: 100;
}
.container img {
  height: auto;
  min-width: 100%;
  max-width: 120%;
}

.container2 {
  position: fixed;
  top: 48%;
  right: 62%;
  z-index: 99;
}
.container2 img {
  height: auto;
  width: 70%;
}

.container3 {
  position: fixed;
  top: 45%;
  right: 72%;
  z-index: 98;
}
.container3 img {
  height: auto;
  width: 35%;
}

.scene4 {
  position: fixed;
  left: 5%;
  z-index: 96;
  width: 90vw;
}
.scene4 .mg {
  width: 90vw;
}
.scene4 .mg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.scene {
  margin: 0;
  padding: 0;
}

.fill {
  bottom: 5%;
  left: 5%;
  position: absolute;
  right: 5%;
  top: 5%;
}

.scene > *:nth-child(1) {
  opacity: 0;
  overflow: hidden;
}

.scene > *:nth-child(2) {
  opacity: 0.3;
}

.scene > *:nth-child(3) {
  opacity: 0.6;
}

.scene > *:nth-child(4) {
  opacity: 1;
}

/*# sourceMappingURL=styles.css.map *//*# sourceMappingURL=style.css.map */