@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
.main-container.quest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.faqs {
  max-width: 322px;
  margin-left: auto;
  background: #131313;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  padding: 98px 40px; }
  .faqs h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    padding: 98px 0 36px 0; }
  .faqs span.nombre {
    font-family: "Clash Display";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px; }
  .faqs .faq {
    margin-bottom: 32px; }
  .faqs p.precta {
    font-family: "Clash Display";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 120% */
    text-transform: uppercase;
    margin: 14px 0; }

.formulaire {
  margin: 187px auto 0 auto;
  max-width: 685px; }
  .formulaire h1 {
    font-family: "Clash Display";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase; }
  .formulaire label {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 12px; }
  .formulaire input[type="text"],
  .formulaire input[type="tel"],
  .formulaire input[type="email"] {
    background: #131313;
    border: 2px solid rgba(249, 245, 237, 0.2);
    padding: 16px 48px 16px 20px;
    gap: 8px;
    width: calc(100% - 74px);
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -0.02em;
    color: #f9f5ed; }
  .formulaire input[type="text"]:focus,
  .formulaire input[type="tel"]:focus,
  .formulaire input[type="email"]:focus {
    border: 2px solid #ffc977;
    outline: none !important; }
  .formulaire p.infosup {
    font-size: 14px;
    line-height: 20px;
    color: #f9f5ed;
    opacity: 0.6;
    margin: -8px 0 12px; }
  .formulaire div.part {
    border-bottom: 1px solid rgba(249, 245, 237, 0.1);
    padding-bottom: 32px;
    margin-bottom: 58px; }
  .formulaire span.nombre {
    font-family: "Clash Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #f9f5ed;
    opacity: 0.8;
    margin-bottom: 3px; }
  .formulaire h3 {
    font-family: "Clash Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 34px; }
  .formulaire .champ {
    margin-top: 32px;
    position: relative; }
  .formulaire a.video {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffc977;
    position: absolute;
    top: 0;
    border: 1px solid #ffc977;
    border-radius: 4px;
    right: 0;
    padding: 4px 8px;
    gap: 4px;
    text-decoration: none; }
  .formulaire .champ.type {
    position: relative; }
  .formulaire input[type="radio"] {
    display: none; }
    .formulaire input[type="radio"]:not(:disabled) ~ label {
      cursor: pointer; }
    .formulaire input[type="radio"]:disabled ~ label {
      color: #bcc2bf;
      border-color: #bcc2bf;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: not-allowed; }
  .formulaire input[type="radio"] + label {
    color: rgba(249, 245, 237, 0.75); }
  .formulaire .champ.nbreteam input[type="radio"]:checked + label,
  .formulaire .champ.compo input[type="radio"]:checked + label,
  .formulaire .champ.nivo input[type="radio"]:checked + label,
  .formulaire .champ.type input[type="radio"]:checked + label,
  .formulaire .champ.tenue input[type="radio"]:checked + label,
  .formulaire .champ.nomsjoueurs input[type="radio"]:checked + label {
    color: #ffc977;
    border: 4px solid #ffc977;
    padding: 3px 18px; }
  .formulaire .champ.type input[type="radio"]:checked + label path#ballon {
    fill: #ffc977; }
  .formulaire .champ.type input[type="radio"]:checked + label path#eclair {
    stroke: #ffc977; }
  .formulaire .champ.nbreteam input[type="radio"] + label,
  .formulaire .champ.type input[type="radio"] + label,
  .formulaire .champ.tenue input[type="radio"] + label,
  .formulaire .champ.nomsjoueurs input[type="radio"] + label {
    width: calc(50% - 54px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 2px solid rgba(249, 245, 237, 0.2);
    padding: 5px 20px;
    gap: 8px;
    text-align: center;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .formulaire .champ.type input[type="radio"] + label {
    padding: 24px 20px 10px; }
  .formulaire .champ.type input[type="radio"]:checked + label {
    padding: 22px 18px 8px; }
  .formulaire .champ.nbreteam input[type="radio"] + label[for="team_2"] {
    margin-left: 12px; }
  .formulaire .champ.type input[type="radio"] + label[for="Ultimate"] {
    margin-left: 12px; }
  .formulaire .champ.tenue input[type="radio"] + label[for="Non"] {
    margin-left: 12px; }
  .formulaire .champ.nomsjoueurs input[type="radio"] + label[for="Plus_tard"] {
    margin-left: 12px; }
  .formulaire .champ.compo input[type="radio"] + label[for="Mixte"] {
    margin-left: 0; }
  .formulaire .champ.compo input[type="radio"] + label {
    margin-left: 12px;
    width: calc(25% - 57px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 2px solid rgba(249, 245, 237, 0.2);
    padding: 5px 20px;
    gap: 8px;
    text-align: center;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .formulaire .champ.nivo input[type="radio"] + label {
    width: calc(100% - 48px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 2px solid rgba(249, 245, 237, 0.2);
    padding: 5px 20px;
    gap: 8px;
    text-align: center;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .formulaire p.sstitre {
    font-size: 16px;
    line-height: 20px;
    color: #f9f5ed;
    opacity: 0.8;
    margin-bottom: 32px; }
  .formulaire #part4 h3 {
    margin-bottom: 12px; }
  .formulaire p.parfait {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #f9f5ed;
    margin: 36px 0 0; }
  .formulaire .champ.num_joueur {
    width: calc(25% - 14px);
    margin-left: 12px;
    display: inline-block; }
  .formulaire .champ.nom_joueur {
    width: calc(75% - 14px);
    margin-right: 12px;
    display: inline-block; }
  .formulaire input:valid + span:after {
    content: ''; }
  .formulaire input[type="text"] + span:after,
  .formulaire input[type="tel"] + span:after,
  .formulaire input[type="email"] + span:after {
    height: 18px;
    width: 18px;
    position: absolute;
    display: block;
    bottom: 21px;
    background-size: contain;
    right: 19px;
    background-image: url(/assets/img/check.svg);
    background-size: contain; }
  .formulaire input:not(:focus):not(:placeholder-shown):invalid + span:before {
    content: ''; }
  .formulaire input:not(:focus):not(:placeholder-shown):invalid {
    border: 2px solid #FF4B4B; }
  .formulaire input:not(:focus):not(:placeholder-shown):invalid ~ .alert {
    display: block; }
  .formulaire input[type="text"]#nbr_joeurs + span:before {
    bottom: 47px; }
  .formulaire p.alert {
    font-size: 14px;
    line-height: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FF4B4B;
    display: none;
    opacity: 0.8; }
  .formulaire input[type="text"] + span:before,
  .formulaire input[type="tel"] + span:before,
  .formulaire input[type="email"] + span:before {
    height: 18px;
    width: 18px;
    position: absolute;
    display: block;
    bottom: 21px;
    background-size: contain;
    right: 19px;
    background-image: url(/assets/img/error.svg);
    background-size: contain; }

@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay-Bold.woff2") format("woff2"), url("../fonts/ClashDisplay-Bold.woff") format("woff"), url("../fonts/ClashDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }
body {
  background: #131313;
  color: #f9f5ed;
  margin-top: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  margin: 0; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

h2 {
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  /* or 114% */
  text-align: center;
  text-transform: uppercase;
  padding: 106px 0 62px 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0; }
  @media (max-width: 768px) {
    h2 {
      font-size: 36px;
      line-height: 44px;
      padding: 78px 0 30px 0; } }

.main-container {
  max-width: 1440px;
  margin: auto; }
  @media (max-width: 1440px) {
    .main-container {
      padding: 0 20px; } }
  @media (max-width: 1440px) {
    .main-container.top {
      padding: 0; } }

footer .container-full {
  background: #f9f5ed; }

.footer {
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  color: #131313;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1240px) {
    .footer {
      padding: 40px 20px; } }
  @media (max-width: 768px) {
    .footer {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .footer .logo img {
    max-height: 48px;
    max-width: unset;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left; }
    @media (max-width: 768px) {
      .footer .logo img {
        -o-object-position: center;
           object-position: center;
        max-height: 32px; } }
  .footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    text-align: left; }
    @media (max-width: 768px) {
      .footer > div {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        margin-bottom: 37px; } }
  .footer p.soustt {
    font-family: "Clash Display";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 12px 0 0 0; }
    @media (max-width: 768px) {
      .footer p.soustt {
        font-size: 16px;
        line-height: 28px;
        margin-top: 8px; } }
  .footer p.adres {
    font-size: 16px;
    line-height: 24px;
    margin: 0; }
    @media (max-width: 768px) {
      .footer p.adres {
        font-size: 14px;
        line-height: 24px; } }
  .footer .foomenu a {
    font-family: "Clash Display";
    font-size: 15px;
    line-height: 54px;
    text-transform: uppercase;
    text-decoration: none;
    color: #131313; }
    @media (max-width: 768px) {
      .footer .foomenu a {
        font-size: 14px;
        line-height: 24px; } }

.prefooter {
  padding-bottom: 101px; }
  @media (max-width: 768px) {
    .prefooter {
      padding: 0 0 57px 0; } }

.bg-marbre {
  background-image: url(/assets/img/texture.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #131313;
  height: 554px;
  width: 100%;
  position: absolute;
  z-index: -1; }
  .bg-marbre:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0)), to(#131313));
    background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, #131313 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 166px;
    bottom: -8px; }

.bg-marbre2 {
  background-image: url(/assets/img/Texture3.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #131313;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1; }

.container-full {
  position: relative; }

.header {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

header {
  background: #131313;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .logo img {
    max-height: 40px;
    max-width: 40px; }
  .logo h1 {
    margin-left: 14px;
    font-family: "Clash Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px; }
    .logo h1 a {
      text-decoration: none;
      color: #f9f5ed; }

.menu {
  margin-left: auto; }
  .menu a {
    font-family: "Clash Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #f9f5ed; }
    @media (max-width: 768px) {
      .menu a {
        font-size: 12px; } }
    .menu a.btn {
      margin-left: 54px;
      padding: 30px 58.5px; }
      @media (max-width: 768px) {
        .menu a.btn {
          padding: 22px 20px;
          margin: 0 0 0 auto; } }

a.btn {
  padding: 16px 24px;
  background: #ffc977;
  color: #131313;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none; }
  @media (max-width: 768px) {
    a.btn {
      font-size: 12px; } }

.hero {
  position: relative; }
  .hero .contenu {
    z-index: 1;
    position: relative;
    max-width: 690px;
    margin-top: 90px;
    margin-left: 222px;
    padding-bottom: 50px; }
    @media (max-width: 1300px) {
      .hero .contenu {
        margin-left: 20px; } }
    @media (max-width: 768px) {
      .hero .contenu {
        margin-left: 0;
        padding: 0 20px;
        margin-top: 73px; } }
    .hero .contenu h1 {
      font-family: "Clash Display";
      font-style: normal;
      font-weight: 700;
      font-size: 48px;
      line-height: 56px;
      text-transform: uppercase;
      margin-bottom: 21px;
      padding-top: 33px; }
      @media (max-width: 768px) and (min-width: 500px) {
        .hero .contenu h1 {
          max-width: 75%; } }
      @media (max-width: 768px) {
        .hero .contenu h1 {
          font-size: 32px;
          line-height: 36px;
          padding-top: 76px; } }
    .hero .contenu p {
      font-size: 14px; }
      @media (max-width: 768px) {
        .hero .contenu p {
          font-size: 12px;
          line-height: 20px; } }
    .hero .contenu .btn {
      margin-top: 42px; }
  .hero .imghero {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    max-width: 720px;
    height: 100%; }
    @media (max-width: 1100px) {
      .hero .imghero {
        max-width: 50%; } }
    @media (max-width: 768px) {
      .hero .imghero {
        top: 32px;
        right: 0;
        z-index: 0;
        max-width: 50%;
        height: 266px; } }
    .hero .imghero img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
      @media (max-width: 768px) {
        .hero .imghero img {
          -o-object-position: left;
             object-position: left; } }

li:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/img/icon-li.svg);
  margin-right: 12px;
  padding-top: 1px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(2px);
          transform: translateY(2px); }

ul {
  padding: 0; }

span.beige {
  color: #ffc977; }

li {
  list-style: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding: 6px 0; }
  @media (max-width: 768px) {
    li {
      font-size: 16px;
      line-height: 20px; } }

p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 11px 0; }
  @media (max-width: 768px) {
    p {
      font-size: 14px;
      line-height: 20px; } }

.citation {
  margin: 203px auto 221px auto;
  max-width: 793px; }
  .citation p {
    font-family: "Clash Display";
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .citation p {
        font-size: 36px;
        line-height: 44px;
        padding: 0 20px; } }
    .citation p.legende {
      font-family: "Poppins";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      text-transform: unset; }
      @media (max-width: 768px) {
        .citation p.legende {
          font-size: 14px; } }
      .citation p.legende:before {
        width: 56px;
        content: "";
        height: 1px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        background: white;
        margin-right: 24px;
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
        @media (max-width: 768px) {
          .citation p.legende:before {
            margin-right: 16px;
            width: 32px; } }
      .citation p.legende span {
        font-family: "Clash Display";
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 27px;
        text-transform: uppercase;
        padding-left: 8px; }
        @media (max-width: 768px) {
          .citation p.legende span {
            font-size: 14px; } }

.blocshome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 996px;
  margin: 196px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1200px) {
    .blocshome {
      padding: 20px; } }
  @media (max-width: 768px) {
    .blocshome {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding: 0 40px 0 20px;
      margin: 170px auto;
      -ms-flex-line-pack: center;
          align-content: center; } }
  .blocshome .content {
    max-width: 486px; }
    @media (max-width: 1100px) {
      .blocshome .content {
        max-width: 50%; } }
    @media (max-width: 768px) {
      .blocshome .content {
        max-width: 486px; } }
  .blocshome .imgbloc {
    max-width: 384px;
    margin-left: auto; }
    @media (max-width: 1100px) {
      .blocshome .imgbloc {
        max-width: calc(50% - 20px); } }
    @media (max-width: 768px) {
      .blocshome .imgbloc {
        margin-bottom: 40px;
        max-width: 384px;
        margin-left: unset; } }
    .blocshome .imgbloc img {
      -webkit-filter: drop-shadow(16px 16px 0px #070707);
              filter: drop-shadow(16px 16px 0px #070707);
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      aspect-ratio: 384/416; }
  .blocshome p.nombre {
    font-family: "Clash Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    opacity: 0.8; }
  .blocshome h2 {
    font-family: "Clash Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    padding: unset;
    text-align: unset; }
    @media (max-width: 768px) {
      .blocshome h2 {
        font-size: 24px;
        line-height: 32px; } }
  .blocshome .liencta {
    width: 100%;
    text-align: center; }

.blocshome.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media (max-width: 768px) {
    .blocshome.reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .blocshome.reverse .imgbloc {
    margin-left: unset; }
  .blocshome.reverse .content {
    margin-left: auto; }

.container-full.infos {
  background: white;
  color: #131313; }

.infos .main-container {
  background: no-repeat;
  padding: 0 120px;
  /* display: flex; */
  /* flex-direction: column; */ }
  @media (max-width: 768px) {
    .infos .main-container {
      padding: 0 20px; } }
.infos .revmob {
  max-width: 1200px;
  margin: auto; }
.infos li:before {
  content: unset; }
.infos li {
  display: inline;
  margin-right: 8px; }
.infos h3 {
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */
  text-transform: uppercase;
  margin: 20px 0 2px; }
.infos .plan {
  max-width: 384px;
  display: inline-block;
  width: 33%; }
  @media (max-width: 768px) {
    .infos .plan {
      width: unset;
      margin: auto; } }
  .infos .plan img {
    max-width: 100%; }
    @media (max-width: 768px) {
      .infos .plan img {
        max-width: 100%;
        width: unset; } }
.infos .images {
  display: inline-block;
  vertical-align: top;
  margin-left: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(65% - 21px); }
  .infos .images iframe {
    aspect-ratio: 792/516;
    max-width: 792px; }
  @media (max-width: 768px) {
    .infos .images {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 0;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-bottom: 48px; } }

.logos {
  max-width: 996px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 118px 0 136px; }
  @media (max-width: 1050px) {
    .logos {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 57px 0 76px; } }
  .logos .droite {
    margin-left: 26px; }
    @media (max-width: 1050px) {
      .logos .droite {
        margin-left: 0;
        margin-top: 17px; } }
  .logos .gauche {
    margin-right: 26px; }
    @media (max-width: 1050px) {
      .logos .gauche {
        margin-right: 0; } }
  .logos h3 {
    font-size: 32px;
    line-height: 40px; }
    @media (max-width: 768px) {
      .logos h3 {
        font-size: 24px;
        line-height: 32px; }
        .logos h3 br {
          display: none; } }
  .logos li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30%;
    max-width: 151px;
    height: 80px;
    padding: 15px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: middle; }
    .logos li.demi {
      width: 47%;
      text-align: center;
      max-width: unset; }
  .logos img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 150px;
    max-height: 80px;
    -o-object-position: center;
       object-position: center; }
    @media (max-width: 768px) {
      .logos img {
        max-width: 110px;
        max-height: 60px; } }

@media (max-width: 768px) {
  .card {
    padding: 0 20px; } }
.card p {
  max-width: 791px;
  margin: auto;
  text-align: center;
  font-size: 20px;
  line-height: 32px; }
.card h2 {
  padding-bottom: 16px; }
  @media (max-width: 768px) {
    .card h2 br {
      display: none; } }

.diapo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .diapo::-webkit-scrollbar {
    display: none; }
  .diapo .contdia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .diapo .pola {
    padding: 16px 16px 32px;
    min-width: 352px;
    width: 352px;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
    color: #131313;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-y: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    position: relative;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (max-width: 768px) {
      .diapo .pola {
        padding: 12px 12px 20px;
        min-width: 224px;
        width: 224px; } }
    .diapo .pola:before {
      content: " ";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.96;
      background: url(/assets/img/Texture6.png);
      background-blend-mode: overlay;
      background-color: rgba(249, 245, 237, 0.8);
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-size: cover;
      z-index: -1; }
    .diapo .pola h3 {
      font-family: "Clash Display";
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      text-transform: uppercase;
      margin-bottom: 0;
      margin-top: 26px; }
      @media (max-width: 768px) {
        .diapo .pola h3 {
          font-size: 16px;
          line-height: 24px; } }
    .diapo .pola p {
      font-size: 14px;
      line-height: 20px;
      margin-top: 6px;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .diapo .pola p {
          font-size: 12px;
          line-height: 16px;
          margin: 0; } }
    .diapo .pola img {
      width: 100%;
      max-height: 280px;
      -o-object-fit: cover;
         object-fit: cover; }

.prefooter .liencta .btn {
  margin: 48px auto 120px auto; }
  @media (max-width: 768px) {
    .prefooter .liencta .btn {
      margin: 24px auto 120px auto; } }

input[type="range"] {
  -webkit-appearance: none;
  width: 88px;
  height: 8px;
  background: rgba(249, 245, 237, 0.2);
  border-radius: 44px; }

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 8px;
  width: 32px;
  border-radius: 24px;
  background: #f9f5ed; }

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 8px;
  width: 32px;
  border-radius: 24px;
  background: #f9f5ed; }

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 8px;
  width: 32px;
  border-radius: 24px;
  background: #f9f5ed; }

div#scrolling-container {
  padding: 86px 70px; }
  @media (max-width: 768px) {
    div#scrolling-container {
      padding: 64px 90px 40px; } }

.question {
  max-width: 996px;
  margin: auto;
  padding: 26px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 768px) {
    .question {
      margin: 0 20px; } }
  .question p.quest {
    font-family: "Clash Display";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .question p.quest {
        font-size: 16px;
        line-height: 24px; } }
  .question.last {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

@media (max-width: 1300px) {
  .blocshome.reverse .content p, .blocshome.reverse .content h2 {
    padding-left: 20px; } }
@media (max-width: 768px) {
  .blocshome .content p, .blocshome .content h2 {
    padding-left: 20px; }

  .no-mobile {
    display: none; }

  .revmob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .menu a:nth-child(1) {
    margin-right: 16px; }

  header .logo {
    margin-left: 20px; }

  header .logo img {
    max-height: 24px;
    max-width: 24px; }

  footer .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  footer .logo h1 {
    margin: 0 0 0 14px; } }
.diapo .pola.un {
  -webkit-transform: rotate(5deg) translate(-41px, -4px);
          transform: rotate(5deg) translate(-41px, -4px);
  z-index: 10; }
.diapo .pola.deux {
  -webkit-transform: rotate(-3.76deg) translate(-14px, -30px);
          transform: rotate(-3.76deg) translate(-14px, -30px);
  z-index: 9; }
.diapo .pola.trois {
  -webkit-transform: rotate(8.5deg) translate(-25px, -1px);
          transform: rotate(8.5deg) translate(-25px, -1px);
  z-index: 2; }
.diapo .pola.cinq {
  margin-left: 11.17px;
  -webkit-transform: rotate(-3.5deg) translate(23px, 0px);
          transform: rotate(-3.5deg) translate(23px, 0px);
  z-index: 1; }
.diapo .pola.six {
  -webkit-transform: rotate(5.29deg) translate(24px, -1px);
          transform: rotate(5.29deg) translate(24px, -1px);
  z-index: 2; }
.diapo .pola.sept {
  -webkit-transform: rotate(-4.5deg) translate(47px, 2px);
          transform: rotate(-4.5deg) translate(47px, 2px);
  z-index: 9; }
.diapo .pola.huit {
  -webkit-transform: rotate(-5deg) translate(-22px, -17px);
          transform: rotate(-5deg) translate(-22px, -17px);
  z-index: 9; }
.diapo .pola.neuf {
  -webkit-transform: rotate(4.04deg) translate(-22px, -15px);
          transform: rotate(4.04deg) translate(-22px, -15px);
  z-index: 8; }
.diapo .pola.dix {
  -webkit-transform: rotate(-1.09deg) translate(-16px, -36px);
          transform: rotate(-1.09deg) translate(-16px, -36px);
  z-index: 7; }
.diapo .pola.onze {
  -webkit-transform: rotate(-7.27deg) translate(4px, -30px);
          transform: rotate(-7.27deg) translate(4px, -30px); }
.diapo .pola.douze {
  -webkit-transform: rotate(7.52deg) translate(19px, -30px);
          transform: rotate(7.52deg) translate(19px, -30px);
  z-index: 10; }
.diapo .pola.treize {
  -webkit-transform: rotate(-7.27deg) translate(38px, -22px);
          transform: rotate(-7.27deg) translate(38px, -22px); }
.diapo .pola.quatorze {
  -webkit-transform: rotate(5deg) translate(42px, -29px);
          transform: rotate(5deg) translate(42px, -29px);
  z-index: 8; }

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