@charset "UTF-8";
/** INCLUDES **/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir.ttc") format("ttc");
}
@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-DemiItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/** VARIABLES **/
input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  background-color: transparent;
  font: inherit;
  color: inherit;
}

input:focus-visible {
  outline: 2px solid #000; /* ta couleur */
  outline-offset: 2px;
}

/** GENERAL **/
body {
  background: #1e131a;
  font-family: "worksans", sans-serif;
  max-width: 576px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
body sup {
  font-size: smaller;
  vertical-align: super;
  font-size: 80%;
}
body b {
  font-weight: 700;
}
@media screen and (orientation: landscape) {
  body {
    max-width: 100%;
  }
}
body button.cta {
  position: relative;
  border: none;
  outline: none;
  font-family: "Avenir", sans-serif;
  color: #b21e18;
  font-weight: 600;
  font-size: 4.417vw;
  background: #ffffff;
  border-radius: 2.5rem;
  padding: 0.6rem 3.8rem 0.6rem 1.55rem;
  min-width: 150px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s all;
  border: 2px solid #ff9344;
  box-shadow: 2px 2px 15px 4px rgba(0, 0, 0, 0.5);
  z-index: 2;
  line-height: 1;
  min-height: 42px;
}
body button.cta#start-quiz {
  transform: scale(1.2);
}
body button.cta#next-quiz {
  margin-top: -21px;
}
body button.cta::before, body button.cta::after {
  content: "";
  border-radius: 100%;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  right: -2px;
}
body button.cta::before {
  background: url("../images/arrow_cta.png");
  background-position: center;
  background-size: 66%;
  background-repeat: no-repeat;
  z-index: 1;
}
body button.cta::after {
  background: #E26127;
  background: linear-gradient(90deg, rgb(226, 97, 39) 0%, rgb(255, 147, 68) 57%);
}
body .container {
  min-height: 675px;
  height: 100dvh;
  display: block;
}
body .container .page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
  position: relative;
}
body .container .page#start {
  background: url("../images/bg_quiz.jpg") top center no-repeat;
  background-size: cover;
  justify-content: end;
}
body .container .page#rules {
  background: url("../images/bg_home.jpg") top center no-repeat;
  background-size: cover;
  justify-content: center;
}
body .container .page#quiz {
  background: url("../images/bg_quiz.jpg") top center no-repeat;
  background-size: cover;
  justify-content: start;
}
body .container .page#quiz.reponse {
  background: url("../images/bg_quiz.jpg") top center no-repeat;
  background-size: cover;
}
body .container .page#score, body .container .page#inscription {
  background: url("../images/bg_score.jpg") top center no-repeat;
  background-size: cover;
  justify-content: end;
}
body .container .page#waiting {
  background: url("../images/bg_home.jpg") top center no-repeat;
  background-size: cover;
  justify-content: end;
}
body .container .page#inscription .bloc-rules {
  padding: 0;
}
body .container .page figure.logo {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
body .container .page figure.logo img {
  margin: 0 auto;
  display: block;
  width: 75%;
}
body .container .page .bloc-waiting {
  margin-bottom: 10vh;
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  backdrop-filter: blur(8px) saturate(1.2);
  background: linear-gradient(60deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.01) 74%);
  border: 2px solid #ffffff;
  border-radius: 2.2vw;
  position: relative;
}
body .container .page .bloc-waiting p {
  font-family: "Avenir", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 135%;
  padding: 2rem 1rem;
}
body .container .page .bloc-waiting p.p-last {
  padding: 0 1rem 4rem;
}
body .container .page .bloc-waiting p.p-last span {
  color: #ff9344;
}
body .container .page .bloc-waiting .img-agenda {
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 50px;
  transform: translateX(-50%);
}
body .container .page .bloc-start {
  padding: 0 0 3.8vh;
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  backdrop-filter: blur(8px) saturate(1.2);
  border-top-left-radius: 3.2vw;
  border-top-right-radius: 3.2vw;
  color: #ffffff;
}
body .container .page .bloc-start .bs-lots-slider {
  border: 1px solid white;
  border-radius: 3.2vw;
}
body .container .page .bloc-start .bs-lots-slider .titre {
  text-transform: uppercase;
  font-size: 1.15rem;
  padding: 1rem 0;
  font-weight: 700;
  line-height: 1.3;
}
body .container .page .bloc-start .bs-lots-slider .titre span {
  text-wrap: nowrap;
}
body .container .page .bloc-start .bs-lots-slider .bs-lots-slider--container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  font-family: "Avenir", sans-serif;
  border-radius: 3.2vw;
  background: linear-gradient(60deg, rgba(255, 21, 39, 0.4) 0%, rgba(241, 160, 47, 0.3) 74%);
  position: relative;
}
body .container .page .bloc-start .bs-lots-slider .bs-lots-slider--container p {
  font-size: 0.8rem;
  line-height: 125%;
  font-weight: 800;
  letter-spacing: 0.1px;
}
body .container .page .bloc-start .bs-lots-slider #start-rules {
  display: block;
  margin: 0.5rem auto 2rem;
  transform: scale(1.2);
}
body .container .page .bloc-start .bloc-start-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: #ffffff;
  border-bottom-right-radius: 3.2vw;
  border-bottom-left-radius: 3.2vw;
  padding: 0.5rem 1rem;
}
body .container .page .bloc-start .bloc-start-bottom p {
  font-family: "worksans", sans-serif;
  font-size: 0.8rem;
  font-weight: 400 !important;
  flex: 0 0 auto; /* taille du texte */
  color: #181818;
}
body .container .page .bloc-start .bloc-start-bottom .img {
  flex: 1; /* prend l’espace restant */
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain; /* évite la déformation */
  min-width: 0;
}
body .container .page .bloc-rules {
  padding: 30vh 0 0 0;
}
@media screen and (min-width: 577px) {
  body .container .page .bloc-rules {
    width: 70%;
    margin: 0 auto;
  }
}
body .container .page .bloc-rules .br-rule {
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  backdrop-filter: blur(8px) saturate(1.2);
  background: linear-gradient(60deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.01) 74%);
  border: 2px solid #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem 1rem 3rem;
  margin-bottom: -1.25rem;
  border-radius: 2.2vw;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
@media screen and (max-height: 760px) {
  body .container .page .bloc-rules .br-rule {
    margin-bottom: -1.25rem;
  }
}
body .container .page .bloc-rules .br-rule .br-rule--blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body .container .page .bloc-rules .br-rule .br-rule--txt {
  z-index: 1;
  font-size: 1rem;
  line-height: 1.3;
}
body .container .page .bloc-rules .br-rule .br-rule--txt.inscripvalid {
  font-size: 1rem;
}
body .container .page .bloc-rules .br-rule .br-rule--titlevalid {
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  z-index: 1;
  font-size: 2.5rem;
}
body .container .page .bloc-rules .br-rule .br-rule--accroche {
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  z-index: 1;
  font-size: 1.15rem;
  line-height: 1.3;
  text-transform: uppercase;
}
body .container .page .bloc-rules .br-rule .br-rule--accroche.inscripvalid {
  font-size: 1.5rem;
}
body .container .page .bloc-rules .br-rule.inscripvalid {
  margin-bottom: 0;
  padding: 1.75rem 1rem;
  gap: 0.55rem;
}
body .container .page .rules-rappel {
  padding-top: 1.25rem;
  color: #ffffff;
}
body .container .page .rules-rappel .rr-title {
  font-family: "worksans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding-bottom: 1vw;
}
body .container .page .rules-rappel .rr-txt {
  line-height: 1.3;
  font-size: 0.73rem;
}
body .container .page #quiz-container, body .container .page #result-container {
  margin: 35vh 0 100px;
  z-index: 2;
}
@media screen and (max-width: 370px) {
  body .container .page #quiz-container, body .container .page #result-container {
    margin-top: 21vh;
  }
}
body .container .page #quiz-container .qc-question-nb {
  font-family: "Avenir", sans-serif;
  color: #ffffff;
  font-size: 1.4rem;
  padding-bottom: 1rem;
  text-decoration: inherit;
}
body .container .page #quiz-container .qc-question-box {
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
          backdrop-filter: blur(8px) saturate(1.2);
  background: linear-gradient(60deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.01) 74%);
  border: 2px solid #ffffff;
  border-radius: 2.2vw;
  padding: 1.5rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2vh;
}
body .container .page #quiz-container .qc-question-box .qc-question-box--intitule {
  display: flex;
  flex-direction: column;
  gap: 0.66rem;
}
body .container .page #quiz-container .qc-question-box .qc-question-box--intitule .qp1 {
  font-family: "Avenir", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #ffffff;
  padding: 0 0 1rem;
}
body .container .page #quiz-container .qc-question-box .qc-question-box--reponses {
  display: flex;
  flex-direction: column;
  gap: 1.25vh;
}
body .container .page #quiz-container .qc-question-box .qc-question-box--reponses button.reponse {
  border: none;
  outline: none;
  width: 100%;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 3.5vh;
  padding: 1.85vh 0.44rem;
  border-radius: 2.2vw;
  cursor: pointer;
  transition: 0.5s all;
  text-transform: inherit;
  background: linear-gradient(90deg, rgb(255, 147, 68) 0%, rgb(220, 87, 33) 100%);
  line-height: 1.1;
}
body .container .page #quiz-container .qc-question-box .qc-question-box--reponses button.reponse.selected {
  background: linear-gradient(90deg, rgb(115, 21, 42) 0%, rgb(201, 46, 30) 100%);
}
body .container .page #result-container {
  display: flex;
  flex-direction: column;
}
body .container .page #result-container .rc-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 1rem 1rem 0;
}
body .container .page #result-container .rc-score .rc-score--title {
  font-family: "Avenir", sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
}
body .container .page #result-container .rc-score .rc-score--points {
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  color: #ffe79c;
  font-size: 24px;
}
body .container .page #result-container .rc-score .rc-score--plusun {
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translateY(-50%);
  color: #ffe79c;
  font-size: 4vh;
  opacity: 0;
}
body .container .page #result-container .rc-score .rc-score--plusun.animplus {
  animation: 3.5s ease-in-out anim-plus;
}
@keyframes anim-plus {
  0% {
    opacity: 0;
    top: 100%;
  }
  12% {
    opacity: 1;
    top: 50%;
  }
  88% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 0;
  }
}
body .container .page #result-container .rc-explic {
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
          backdrop-filter: blur(8px) saturate(1.2);
  background: linear-gradient(60deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.01) 74%);
  border: 2px solid #ffffff;
  border-radius: 2.2vw;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
body .container .page #result-container .rc-explic .rc-explic--header {
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 2rem;
  padding: 3.2vh 1rem;
  font-style: inherit;
}
body .container .page #result-container .rc-explic .rc-explic--header.good {
  background: url("../images/good_bg.jpg") center no-repeat;
  background-size: cover;
}
body .container .page #result-container .rc-explic .rc-explic--header.bad {
  background: url("../images/bad_bg.jpg") center no-repeat;
  background-size: cover;
}
body .container .page #result-container .rc-explic .rc-explic--container {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
  padding: 1rem 1.2rem 2.5rem;
  line-height: 1.3;
  font-size: 1rem;
}
body .container .page #result-container .rc-explic .rc-explic--container .rc-explic--container-reponse {
  font-weight: 600;
}
body .container .page .score-container {
  padding: 30vh 0 0;
}
@media screen and (max-height: 550px) {
  body .container .page .score-container {
    padding: 0 0 1.25rem;
  }
}
body .container .page .score-container .sc-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  backdrop-filter: blur(8px) saturate(1.2);
  background: linear-gradient(60deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.01) 74%);
  border: 2px solid #ffffff;
  border-radius: 2.2vw;
  min-height: 46vh;
}
@media screen and (max-height: 550px) {
  body .container .page .score-container .sc-score {
    padding: 0 0 1rem;
  }
}
body .container .page .score-container .sc-score .sc-score--title {
  font-family: "worksans", sans-serif;
  color: #ffffff;
  font-size: 2rem;
  padding: 0 1rem;
}
@media screen and (max-height: 550px) {
  body .container .page .score-container .sc-score .sc-score--title {
    font-size: 1.85rem;
  }
}
body .container .page .score-container .sc-score .sc-score--score {
  font-family: "worksans", sans-serif;
  font-weight: 700;
  color: #ffe79c;
  font-size: 5rem;
  padding: 1rem 0 0 0;
}
@media screen and (max-height: 550px) {
  body .container .page .score-container .sc-score .sc-score--score {
    font-size: 6rem;
  }
}
body .container .page .score-container .sc-score .sc-score--commentaire {
  color: #ffffff;
  line-height: 1.5;
  padding: 1.66rem 0 0;
}
@media screen and (max-height: 550px) {
  body .container .page .score-container .sc-score .sc-score--commentaire {
    padding: 1rem 0 0;
  }
}
body .container .page .score-container .sc-ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}
body .container .page .score-container .sc-ctas .cta {
  font-size: 1.5rem;
  padding: 0.58rem 3rem 0.58rem 1.25rem;
}
@media screen and (max-height: 760px) {
  body .container .page .score-container .sc-ctas .cta {
    font-size: 1rem;
  }
  body .container .page .score-container .sc-ctas .cta::after {
    width: 2.42rem;
    height: 2.42rem;
  }
}
body .container .page .footer {
  font-size: 0.75rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 2vh;
  padding-bottom: 2.3vh;
}
body .container .page .footer button, body .container .page .footer a {
  font-family: "worksans", sans-serif;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #ffffff;
  text-decoration: underline;
}
body .container .page .footer.inscripvalid {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
body .container .page .footer.inscripvalid a.link2l {
  line-height: 1.3rem;
}
body .container .page#score .footer.inscripvalid, body .container .page#inscription .footer.inscripvalid {
  position: inherit;
  bottom: inherit;
  left: inherit;
  transform: none;
  width: 100%;
  padding: 3rem 0 2rem 0;
}
body dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90dvw;
  height: 90dvh;
  border: none;
  overflow: hidden;
  background: none;
  margin: 0;
  padding: 0;
}
body dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
body dialog .popup-content {
  width: 100%;
  height: 90dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background: #ffffff;
  overflow: scroll;
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  backdrop-filter: blur(8px) saturate(1.2);
  background: linear-gradient(60deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 74%);
  border: 2px solid #ffffff;
  border-radius: 2.2vw;
  box-sizing: border-box;
  padding: 1.2rem;
}
body dialog .popup-content .close-popup {
  background: url("../images/close.png") center no-repeat;
  background-size: contain;
  width: 7vw;
  height: 7vw;
  position: absolute;
  top: 2vw;
  right: 2vw;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (min-width: 786px) {
  body dialog .popup-content .close-popup {
    width: 2.5rem;
    height: 2.5rem;
  }
}
body dialog .popup-content .pc-title {
  color: #e47f3d;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  padding-bottom: 0.66rem;
  font-size: 1.5rem;
}
@media screen and (max-height: 550px) {
  body dialog .popup-content .pc-title {
    padding-bottom: 0.33rem;
  }
}
body dialog .popup-content .pc-title .lot {
  font-family: "worksans", sans-serif;
  font-weight: 400;
  padding-top: 0.33rem;
  display: block;
  font-size: 0.95rem;
  line-height: 1.1;
  color: #000000;
}
@media screen and (max-height: 550px) {
  body dialog .popup-content .pc-title .lot {
    font-size: 0.85rem;
    padding-top: 0.15rem;
  }
}
body dialog .popup-content .pc-form {
  padding-top: 0.5rem;
  width: 90%;
  height: inherit;
}
body dialog .popup-content .pc-form fieldset {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
body dialog .popup-content .pc-form fieldset input[type=text], body dialog .popup-content .pc-form fieldset input[type=email], body dialog .popup-content .pc-form fieldset input[type=tel] {
  font-family: "worksans", sans-serif;
  width: 100%;
  background: #f6f6f6;
  border: none;
  border-radius: 0.33rem;
  padding: 0.6rem;
  box-sizing: border-box;
}
body dialog .popup-content .pc-form fieldset input[type=text].invalid, body dialog .popup-content .pc-form fieldset input[type=text].parsley-error, body dialog .popup-content .pc-form fieldset input[type=email].invalid, body dialog .popup-content .pc-form fieldset input[type=email].parsley-error, body dialog .popup-content .pc-form fieldset input[type=tel].invalid, body dialog .popup-content .pc-form fieldset input[type=tel].parsley-error {
  border: 1px solid #cb191a;
}
body dialog .popup-content .pc-form fieldset label.checkbox-consent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-family: "worksans", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  text-align: left;
  color: #000000;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 1rem 0;
}
@media screen and (max-height: 550px) {
  body dialog .popup-content .pc-form fieldset label.checkbox-consent {
    font-size: 0.8rem;
  }
}
body dialog .popup-content .pc-form fieldset label.checkbox-consent a {
  color: #000000;
  text-decoration: underline;
}
body dialog .popup-content .pc-form fieldset label.checkbox-consent button {
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  font-family: "worksans", sans-serif;
  color: #a7a7a7;
  font-size: inherit;
  padding: 0;
}
body dialog .popup-content .pc-form fieldset label.checkbox-consent .policy-txt {
  padding-left: 30px;
}
body dialog .popup-content .pc-form fieldset label.checkbox-consent input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body dialog .popup-content .pc-form fieldset label.checkbox-consent .checkmark {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border: 1px solid #e47f3d;
}
@media screen and (max-height: 550px) {
  body dialog .popup-content .pc-form fieldset label.checkbox-consent .checkmark {
    width: 5vw;
    height: 5vw;
  }
}
body dialog .popup-content .pc-form fieldset label.checkbox-consent .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 25%;
  top: 50%;
  width: 4px;
  height: 9px;
  border: solid #e47f3d;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}
body dialog .popup-content .pc-form fieldset label.checkbox-consent.parsley-error .checkmark {
  border-color: #cb191a;
}
body dialog .popup-content .pc-form fieldset label.checkbox-consent:hover input ~ .checkmark {
  background-color: #ccc;
}
body dialog .popup-content .pc-form fieldset label.checkbox-consent input:checked ~ .checkmark:after {
  display: block;
}
body dialog .popup-content .pc-form fieldset .parsley-errors-list {
  margin-top: -0.5rem;
  width: 100%;
}
body dialog .popup-content .pc-form fieldset .parsley-errors-list .parsley-required, body dialog .popup-content .pc-form fieldset .parsley-errors-list .parsley-type, body dialog .popup-content .pc-form fieldset .parsley-errors-list .parsley-custom-error-message {
  text-align: left;
  font-size: 1.2vh;
  color: #cb191a;
}
@media screen and (max-height: 550px) {
  body dialog .popup-content .pc-form fieldset .parsley-errors-list .parsley-required, body dialog .popup-content .pc-form fieldset .parsley-errors-list .parsley-type, body dialog .popup-content .pc-form fieldset .parsley-errors-list .parsley-custom-error-message {
    font-size: 0.7rem;
  }
}
body dialog .popup-content .pc-content-txt {
  height: 80vh;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  gap: 0.66rem;
}
body dialog .popup-content .pc-content-txt p {
  text-align: left;
  font-size: 0.82rem;
  line-height: 1.25;
}

#turn {
  display: none;
}

.bs-lots-slider--container {
  position: relative;
  overflow: visible;
}
.bs-lots-slider--container .titre-agagner {
  font-size: 1rem;
  padding-top: 1rem;
  text-transform: uppercase;
}
.bs-lots-slider--container .swiper {
  width: 100%;
  height: auto;
  position: inherit;
}
.bs-lots-slider--container .content-slider {
  position: relative;
}
.bs-lots-slider--container .content-slider .swiper-button-next {
  right: -1rem;
}
.bs-lots-slider--container .content-slider .swiper-button-prev {
  left: -1rem;
  transform: rotate(-180deg);
}
.bs-lots-slider--container .swiper-slide .slide-inner {
  padding: 1rem;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.bs-lots-slider--container .swiper-slide img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bs-lots-slider--container .swiper-button-next.swiper-button-disabled, .bs-lots-slider--container .swiper-button-prev.swiper-button-disabled {
  cursor: none;
  opacity: 0;
}
.bs-lots-slider--container .swiper-button-next::before, .bs-lots-slider--container .swiper-button-next::after {
  right: -2px;
}
.bs-lots-slider--container .swiper-button-next::before {
  background: url("../images/arrow_slide_right.png");
}
.bs-lots-slider--container .swiper-button-prev::before, .bs-lots-slider--container .swiper-button-prev::after {
  left: -2px;
  transform: rotate(180deg);
}
.bs-lots-slider--container .swiper-button-next svg, .bs-lots-slider--container .swiper-button-prev svg {
  display: none;
}
.bs-lots-slider--container .swiper-button-next::before, .bs-lots-slider--container .swiper-button-next::after, .bs-lots-slider--container .swiper-button-prev::before, .bs-lots-slider--container .swiper-button-prev::after {
  content: "";
  border-radius: 100%;
  position: absolute;
  width: 3.1rem;
  height: 3.1rem;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.bs-lots-slider--container .swiper-button-next::before, .bs-lots-slider--container .swiper-button-prev::before {
  background: url("../images/arrow_slide_right.png");
  background-position: center;
  background-size: 66%;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (orientation: landscape) {
  body .container {
    display: none;
  }
  #turn {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 2dvh;
    left: 50%;
    width: 96%;
    height: 96dvh;
    background: url(../images/bg_turn.jpg) center no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 10;
    transform: translateX(-50%);
  }
  #turn .br-rule {
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem 2rem;
    border-radius: 2.2vw;
    position: relative;
    overflow: hidden;
    color: #ffffff;
  }
  #turn .br-rule .br-rule--blur {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #turn .br-rule .br-rule--img {
    z-index: 1;
    display: block;
    margin: 0 auto;
  }
  #turn .br-rule .br-rule--img img {
    width: 20vw;
    height: 20vw;
  }
  #turn .br-rule .br-rule--txt {
    z-index: 1;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
  #turn .br-rule .br-rule--txt.inscripvalid {
    font-size: 1rem;
  }
}
@media screen and (orientation: landscape) and (max-height: 550px) {
  #turn .br-rule .br-rule--txt {
    font-size: 1.1rem;
  }
}
@media screen and (orientation: landscape) {
  #turn .br-rule .br-rule--titlevalid {
    font-family: "worksans", sans-serif;
    font-weight: 700;
    z-index: 1;
    font-size: 3.5rem;
  }
}
@media screen and (orientation: landscape) and (max-height: 550px) {
  #turn .br-rule .br-rule--titlevalid {
    font-size: 2.5rem;
  }
}
@media screen and (orientation: landscape) {
  #turn .br-rule .br-rule--accroche {
    font-family: "worksans", sans-serif;
    font-weight: 700;
    z-index: 1;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  #turn .br-rule .br-rule--accroche.inscripvalid {
    font-size: 2.2rem;
  }
}
@media screen and (orientation: landscape) and (max-height: 550px) {
  #turn .br-rule .br-rule--accroche {
    font-size: 1.15rem;
  }
}
@media screen and (orientation: landscape) {
  #turn .br-rule.inscripvalid {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=styles.css.map */