@charset "UTF-8";
/* FONT FACE */
/* Imports des fonts */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "StingerFitTrial";
  src: url("../fonts/stinger-fit-trial/StingerFitTrial-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* VARIABLES */
.cta {
  background-color: #2E4995;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
}
.cta__yeux {
  display: none;
}
.cta__titre {
  margin: 0;
  font-size: 2.25rem;
}
.cta__texte {
  font-weight: 700;
  max-width: 30rem;
}
.cta .btn {
  margin: 0;
}
@media (min-width: 1170px) {
  .cta {
    position: relative;
  }
  .cta__yeux {
    display: block;
    position: absolute;
    right: 10%;
    top: 30%;
    width: 10rem;
    transform: scaleX(-1);
  }
}

/************
* LP OFFRES *
************/
/* Bandeau offre */
.bandeau-offre {
  display: none;
}
@media (min-width: 1170px) {
  .bandeau-offre {
    display: block;
    background-color: #EDE259;
    color: #1D1D1B;
    text-align: center;
    padding: 0.75rem 1.5rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .bandeau-offre .btn {
    display: inline-block;
    margin: 0;
    margin-left: 2rem;
  }
}

/* Bénéfices */
.benefices {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 0;
}
.benefices .benefice {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}
.benefices .benefice__picto {
  height: 7.5rem;
}
.benefices .benefice__titre {
  font-size: 1.5rem;
}
@media (min-width: 970px) {
  .benefices {
    flex-direction: row;
    gap: 6rem;
  }
}

/* Pour qui */
.qui {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.qui__illu {
  max-width: 500px;
  position: relative;
  left: 50%;
  transform: translateX(-62%);
}
.qui ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.qui ul li::before {
  position: absolute;
  content: url(../img/arrow.svg);
  left: 0;
  top: 0.2rem;
}
@media (min-width: 1170px) {
  .qui {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 5%;
  }
  .qui__illu {
    max-width: 45%;
    left: -10%;
    transform: initial;
  }
}

/* Étoiles */
.etoiles {
  margin: 0 auto;
  width: 10rem;
}
.etoiles__yeux {
  display: none;
}
@media (min-width: 1170px) {
  .etoiles {
    position: relative;
  }
  .etoiles__yeux {
    display: block;
    position: absolute;
    right: -300%;
    width: 8rem;
    transform: scaleX(-1);
    top: 0;
  }
}

/* Quoi ? */
.quoi {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
.quoi__texte {
  font-weight: 700;
  max-width: 70rem;
}
.quoi .parties {
  margin-top: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1170px) {
  .quoi .parties {
    flex-direction: row;
    gap: 10%;
    margin-top: 2rem;
  }
  .quoi .parties > * {
    flex: 1;
  }
}
.quoi .partie {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.quoi .partie__titre {
  font-family: "StingerFitTrial", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}
.quoi .partie ul {
  margin-left: 0.5rem;
}
.quoi .partie ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.quoi .partie ul li::before {
  position: absolute;
  content: url(../img/arrow.svg);
  left: 0;
  top: 0.2rem;
}
.quoi .partie .btn {
  margin-top: 0;
}

/* Studio artline */
.studio {
  background-color: #2E4995;
  color: #fff;
  position: relative;
  margin-top: 7rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.studio__smiley {
  display: none;
}
.studio__logo {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.studio__titre {
  position: relative;
  z-index: 2;
  margin-top: 2.5rem;
}
.studio__titre strong {
  color: #1D1D1B;
}
.studio__texte {
  position: relative;
}
.studio__eclairs {
  position: absolute;
  right: -2rem;
  top: -2.5rem;
  width: 2.5rem;
}
.studio .btn--blanc {
  margin-bottom: 0;
}
@media (min-width: 1170px) {
  .studio {
    flex-direction: row;
    gap: 15%;
    align-items: center;
    padding: 4rem 10%;
    margin-bottom: 5rem;
    position: relative;
  }
  .studio__smiley {
    display: block;
    position: absolute;
    right: 15%;
    bottom: -4rem;
    width: 8rem;
    transform: translateY(50%) scaleX(-1);
  }
  .studio__titre {
    margin-top: 0;
  }
  .studio__texte {
    flex: 1;
  }
}
@media screen and (min-width: 1500px) {
  .studio {
    padding: 5rem 15%;
  }
}

/* Derrière artline */
.derriere-artline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
.derriere-artline .membres {
  margin-top: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1170px) {
  .derriere-artline .membres {
    flex-direction: row;
    gap: 5%;
    margin-top: 2rem;
  }
  .derriere-artline .membres > * {
    flex: 1;
  }
}
.derriere-artline .membre {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 3rem 2rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.derriere-artline .membre__photo {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.derriere-artline .membre__nom {
  font-family: "StingerFitTrial", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}
.derriere-artline .membre__activite {
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.derriere-artline .membre .btn {
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (min-width: 1170px) {
  .derriere-artline .membre {
    padding: 3rem;
  }
}

/* Comment ? */
.comment {
  background-color: rgba(237, 226, 89, 0.8);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.comment__eclairs {
  position: absolute;
  right: 1rem;
  top: 2rem;
}
@media (min-width: 1170px) {
  .comment__eclairs {
    right: 10%;
    top: 3rem;
    width: 4rem;
  }
}
.comment__titre {
  text-align: center;
}
.comment__titre strong {
  color: #fff;
}
.comment__titre strong::before {
  background-color: #2E4995;
}
.comment .btn {
  margin-bottom: 0;
}
.comment .etapes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 1170px) {
  .comment .etapes {
    margin-top: 2rem;
    gap: 3.125rem 4.375rem;
  }
}
.comment .etape {
  display: flex;
  flex-direction: column;
  max-width: 20rem;
  text-align: center;
  position: relative;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.comment .etape::after {
  content: "";
  display: block;
  height: 1px;
  width: 150vw;
  background-color: #2E4995;
  position: absolute;
  left: -50vw;
  top: 1rem;
}
.comment .etape.active {
  opacity: 1;
}
.comment .etape__numero {
  font-family: "StingerFitTrial", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  background-color: #F0E77A;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.comment .etape__titre {
  font-family: "StingerFitTrial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.comment .etape:not(:last-of-type) .comment .etape::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: -5rem;
  display: inline-block;
  height: 10px;
  width: 10px;
  border: solid 1px #2E4995;
  border-top: unset;
  border-left: unset;
  transform: rotate(312deg);
}

/* FAQ */
.faq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.faq__titre {
  margin-bottom: 3rem;
}
.faq__illu {
  max-width: 5rem;
  position: absolute;
  top: 4rem;
  right: 2rem;
}
.faq__item:not(:last-of-type) {
  border-bottom: 1px solid #AEAEAE;
}
.faq__question {
  text-align: left;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 1rem 0;
  padding-right: 3rem;
  font-weight: 600;
}
.faq__question::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-size: 2rem;
  color: #2E4995;
  transition: transform 0.3s, color 0.3s;
}
.faq__question.active::after {
  transform: rotate(180deg);
  content: "-";
  font-size: 2rem;
  right: 1.25rem;
  top: 0.75rem;
}
.faq__reponse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.faq__reponse.open {
  padding-bottom: 1rem;
  padding-right: 3rem;
}
@media (min-width: 1170px) {
  .faq {
    flex-direction: row;
    gap: 10%;
    justify-content: space-between;
  }
  .faq__titre {
    margin-bottom: initial;
  }
  .faq__illu {
    position: relative;
    max-width: 10rem;
    left: initial;
    transform: scaleX(-1);
  }
  .faq__conteneur {
    flex: 1;
  }
}