body {
  color: #fff;
  background-color: #3a0d1c;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 100px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  color: #d6b46a;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #86002d;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 0;
  font-size: 15px;
}

strong {
  font-weight: bold;
}

.hero {
  background-image: linear-gradient(59deg, #070708, #3a0d1c 62%, #2a0b1f);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.header {
  background-color: #0003;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 32px;
  padding-right: 16px;
  display: flex;
}

.logo {
  color: #b8a767;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.hero_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 0;
  display: flex;
}

.refs {
  width: 800px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.h1_soustitre {
  text-align: center;
  max-width: 450px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 23px;
}

.cta {
  color: #fff;
  letter-spacing: .4px;
  background-color: #611a2d;
  border: 1px solid #d6b46a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  min-height: 20px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.cta:hover {
  transform: translate(0, -2px);
}

.arrow {
  margin-top: 3px;
  margin-left: 15px;
}

.cta_secondary {
  color: #fff;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.video {
  border-radius: 15px;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.popup-video-group {
  background-image: linear-gradient(#1d0a11cc, #1d0a11cc), url('../images/vidpascal.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-top: 1px solid #bf9818;
  border-bottom: 2px solid #bf9818;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.popup-toggle {
  cursor: pointer;
  position: relative;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-toggle-text {
  font-size: 2em;
  line-height: 1;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-content.has-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  overflow: hidden;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.2em;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.popup-content-wrapper.video {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 90vh;
  max-height: 675px;
  display: flex;
  overflow: visible;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 2;
  background-color: #fa183d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 18px 20px 18px 28px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.play-button:hover {
  background-color: #dd092c;
}

.play-icon {
  border-top: 22px solid #0000;
  border-bottom: 22px solid #0000;
  border-left: 33px solid #fff;
  width: 0;
  height: 0;
}

.play-button-pulse {
  z-index: 1;
  background-color: #f5144380;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(0, -50%)translate(-50%);
}

.programme {
  background-image: linear-gradient(38deg, #070708, #3a0d1c 62%, #2a0b1f);
  min-height: 1000px;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.programme {
  background-color: #f5efe6;
  background-image: none;
  min-height: 2000px;
}

.section.encomplement {
  background-color: #faf7f2;
  background-image: none;
}

.section.nousrejoindre {
  background-image: linear-gradient(29deg, #070708, #3a0d1c 63%, #2a0b1f);
}

.section.fondateur {
  background-image: linear-gradient(17deg, #000, #3a0d1c 62%, #2a0b1f);
}

.section.temoignages {
  background-color: #f5efe6;
  background-image: none;
}

.section.medias {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1f050e;
  background-image: linear-gradient(11deg, #100207, #1f050e);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #141414;
  background-image: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 50px 50px 50px 40px;
}

.section.footer.footer2 {
  flex-flow: column;
}

.section.faq {
  background-color: #faf7f2;
  background-image: none;
}

.surtitre {
  color: #bf9818;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 23px;
}

.spantm {
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  top: -50px;
}

.soustitre {
  font-size: 18px;
  line-height: 23px;
}

.soustitre.dark {
  text-align: center;
}

.programme_carte {
  background-image: linear-gradient(42deg, #070708, #3a0d1c 61%, #2a0b1f);
  border-radius: 10px;
  width: 800px;
  margin-bottom: 50px;
  padding: 40px 60px 60px;
  display: flex;
}

.programme_carte.dark {
  background-color: #3a0d1c;
}

.programme_num {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 200px;
  line-height: 200px;
  display: flex;
}

.programme_num.num_inverse {
  padding-left: 40px;
  padding-right: 0;
}

.programme_descriptif {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.numero {
  color: #d6b46a;
  line-height: 200px;
}

.programme_texte {
  margin-bottom: 0;
  font-size: 15px;
}

.programme_list {
  margin-bottom: 0;
}

.spacer100 {
  width: 100%;
  height: 100px;
}

.spantm_h3 {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  top: -24px;
}

.h3_espaceapres {
  width: 100%;
  height: 85px;
}

.h3_espaceapres.mini {
  height: 40px;
}

.nousrejoindre_p {
  text-align: center;
  max-width: 648px;
  font-size: 18px;
  line-height: 23px;
}

.temoignages_contvideos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-bottom: 24px;
  display: flex;
}

.video_cont {
  width: 482px;
}

.video_cont.portrait {
  width: 229px;
}

._2parts {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 990px;
  min-height: 50px;
  display: flex;
}

.fondateur_bloctxt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 70px;
  display: flex;
}

.fondateur_blocimg {
  width: 50%;
}

.pascaldesutter {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 60px;
  display: block;
}

.fondateur_txt {
  font-size: 18px;
  line-height: 23px;
}

.fondateur_img {
  border: 1px solid #bf9818;
  border-radius: 10px;
}

.medias {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  min-width: 50px;
  min-height: 50px;
  display: flex;
}

.img_media {
  height: 100px;
}

.medias_bloc {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 800px;
  display: flex;
}

.faq-section {
  padding-top: 50px;
  padding-bottom: 200px;
  position: relative;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container.faq-container {
  color: #000;
  border-radius: 5px;
  max-width: 900px;
  padding-top: 40px;
  padding-bottom: 80px;
  box-shadow: 0 0 50px #2d3e500f;
}

.full-texture {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/wavy.svg'), linear-gradient(to top, #0000, #fff), url('../images/bg-line.svg'), url('../images/Path-5.svg');
  background-position: 50% 101%, 0 0, 0 0, 100%;
  background-repeat: no-repeat, repeat, repeat, repeat;
  background-size: contain, auto, 10px, 6000px;
  position: absolute;
  inset: 0;
}

.faq-plus {
  background-color: #bf9818;
  border-radius: 3px;
  width: 100%;
  height: 2px;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 15px;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.link {
  color: #516676;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}

.faq-plus-l {
  background-color: #bf9818;
  border-radius: 3px;
  width: 2px;
  height: 100%;
  position: absolute;
}

.faq-question {
  color: #86002d;
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.pricing-h1 {
  text-align: center;
}

.pricing-h1.faq-h2 {
  margin-bottom: 50px;
}

.footerpsd {
  width: 300px;
  height: 75px;
}

.footer_p {
  color: #516676;
  text-align: center;
}

.todo {
  padding: 47px;
}

.animate, .animate.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.animateh {
  display: flex;
}

.containerfootertext {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.dark {
  color: #000;
}

.container_temoignages {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bloctiter {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flexv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 990px;
  display: flex;
}

.container_990 {
  width: 990px;
  min-height: 50px;
}

.maxwidthcomment {
  max-width: 510px;
}

.cta_txt {
  text-align: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 100px;
    line-height: 90px;
  }

  .refs {
    width: 600px;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .programme_carte {
    width: 700px;
  }

  .h3_espaceapres._2 {
    height: 40px;
  }

  .video_cont {
    width: 524px;
  }

  .video_cont.portrait {
    width: 250px;
  }

  ._2parts {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
    max-width: 767px;
  }

  .fondateur_bloctxt {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    padding-right: 0;
  }

  .pascaldesutter {
    margin-top: 0;
  }

  .fondateur_txt {
    text-align: left;
  }

  .medias_bloc {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container.faq-container {
    max-width: 700px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .ens2 {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .hero_container.animate {
    margin-bottom: 30px;
  }

  .refs {
    width: 450px;
  }

  .h1_soustitre {
    width: 80%;
  }

  .popup-video-group {
    background-image: linear-gradient(#1d0a11cc, #1d0a11cc), url('../images/vidpascal.jpg');
    background-position: 0 0, 70%;
  }

  .popup-video {
    margin-top: -12em;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.programme {
    background-color: #f5efe6;
    background-image: none;
  }

  .section.footer.footer2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .spantm {
    top: -40px;
  }

  .programme_carte {
    width: 90%;
    min-width: 440px;
    margin-bottom: 30px;
    padding: 30px 40px 40px;
  }

  .programme_num {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
    font-size: 50px;
    line-height: 100px;
    display: none;
  }

  .spacer100 {
    height: 60px;
  }

  .h3_espaceapres {
    height: 50px;
  }

  .temoignages_contvideos {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    max-width: 480px;
  }

  .video_cont {
    margin-bottom: 10px;
  }

  .video_cont.portrait {
    width: 49%;
    margin-bottom: 2%;
  }

  .fondateur_bloctxt {
    width: 100%;
  }

  .container.faq-container {
    box-shadow: none;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .faq-plus {
    width: 10px;
  }

  .faq-answer {
    border-bottom-style: none;
  }

  .faq-q-text {
    font-size: 17px;
  }

  .faq-plus-l {
    height: 10px;
  }

  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .footer_p {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .ensemble {
    display: inline-block;
  }

  .ens2 {
    display: inline;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    width: 272px;
    margin-top: 0;
    font-size: 45px;
    line-height: 50px;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .hero {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-bottom: 30px;
    padding-left: 16px;
  }

  .logo {
    font-size: 12px;
  }

  .hero_container.animate {
    margin-bottom: 60px;
  }

  .refs {
    text-align: center;
    width: 100%;
  }

  .refs.refsimg {
    width: 100%;
  }

  .h1_soustitre {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .cta {
    width: 280px;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
  }

  .arrow {
    display: none;
  }

  .cta_secondary {
    font-size: 13px;
    line-height: 20px;
  }

  .popup-video {
    margin-top: -5.8em;
  }

  .section {
    padding: 60px 25px;
  }

  .surtitre {
    font-size: 11px;
    line-height: 20px;
  }

  .spantm {
    font-size: 30px;
    top: -18px;
  }

  .programme_carte {
    min-width: 320px;
  }

  .nousrejoindre_p {
    margin-left: 20px;
    margin-right: 20px;
  }

  .temoignages_contvideos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 80%;
    min-width: 310px;
  }

  .video_cont, .video_cont.portrait {
    width: 100%;
  }

  .pascaldesutter {
    text-align: center;
  }

  .fondateur_txt {
    margin-left: 20px;
    margin-right: 20px;
  }

  .img_media {
    height: 50px;
  }

  .medias_bloc {
    width: 90%;
  }

  .faq-answer {
    padding-left: 25px;
  }

  .faq-plus-wrap {
    width: 10px;
    height: 10px;
    margin-right: 15px;
  }

  .link {
    text-align: center;
  }

  .faq-q-text {
    font-size: 16px;
  }

  .footerpsd {
    width: 240px;
    height: 60px;
  }

  .footer_p {
    text-align: center;
  }

  .ensemble {
    display: inline;
  }
}


