/* .grecaptcha-badge {
  right:-500px !important;
} */
/* DIMENSIONS ***************************************************************************************************************/
/* Site optimisÃ© pour iframe de 1300px */
/* Filet de sécurité : si la CSS UIkit (chargée depuis un CDN externe) est lente/bloquée,
   les classes uk-visible@m / uk-hidden@m ne s'appliquent plus et les deux visuels
   (mobile + desktop) restent visibles en même temps. On duplique ici le même
   comportement responsive en local, indépendamment du CDN. */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}
/* Force l'état "desktop" (voir templates/layout/default.php) quand le navigateur
   tourne sur un OS de bureau, quelle que soit la largeur CSS effective (zoom
   navigateur / échelle Windows sur PC tactile). Prime sur les règles ci-dessus
   et sur celles de UIkit grâce à la spécificité plus élevée. */
html.ac-force-desktop .uk-hidden\@m,
html.ac-force-desktop .uk-hidden\@s {
  display: none !important;
}
html.ac-force-desktop .uk-visible\@m,
html.ac-force-desktop .uk-visible\@s {
  display: block !important;
}
/* COLORS *****************************************************************************************************************/
.ac-color-default {
  color: #ffffff !important;
}
.ac-color-primary {
  color: #f4ca1b !important;
}
.ac-color-secondary {
  color: #858482 !important;
}
/* FONTS *****************************************************************************************************************/
/* @font-face {
    font-family: 'Volte';
    src: url('../font/Volte-Bold.woff2') format('woff2'),
        url('../font/Volte-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Volte';
    src: url('../font/Volte-Medium.woff2') format('woff2'),
        url('../font/Volte-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Volte';
    src: url('../font/Volte-Regular.woff2') format('woff2'),
        url('../font/Volte-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Volte';
    src: url('../font/Volte-Semibold.woff2') format('woff2'),
        url('../font/Volte-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */
p {
  color: #ffffff;
  font-family: 'Aptos', sans-serif;
  font-weight: 400;
}
a {
  position: relative;
}
a::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #ffffff;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}
a:hover::after {
  width: 100%;
}
sup {
  font-size: 50%;
  top: -1em;
}
/* CARD *****************************************************************************************************************/
.ac-card {
  position: relative;
  border-radius: 20px;
  padding: 30px 20px 30px;
  background-color: transparent;
  /* .ac-sous-titre {
    margin-top:5px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    color:@ac_color_secondary;
  } */
  /* &::before {
    content:url('../img/lueur-form.png');
    position:absolute;
    top:-11px;
    left:25px;
  } */
}
.ac-card .ac-titre {
  font-family: 'Vend Sans', sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #ffffff;
}
.ac-card .ac-titre .ac-titre-small {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #858482;
}
.ac-card .ac-titre .ac-titre-strong {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #f4ca1b;
}
.ac-card .ac-titre-connexion {
  font-family: 'Aptos', sans-serif;
  color: #858482;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-transform: inherit;
}
.ac-card .ac-inner-card {
  padding: 0;
  margin: auto;
  max-width: 450px;
}
.ac-card .ac-inner-card-connection {
  max-width: 500px;
  margin: auto;
}
.ac-card hr {
  border-color: #f7ac00;
  border-style: dashed;
  border-width: 1px;
  border-top: none;
  margin: 20px 0 20px;
}
@media (max-width: 960px) {
  .ac-card {
    padding: 20px 30px;
    border-radius: 0;
    background-color: #0a0a0a;
  }
  .ac-card::before {
    border-radius: 16px 16px 0 0;
  }
  .ac-card hr {
    border-color: #d4e5ff;
  }
}
@media (max-width: 640px) {
  .ac-card {
    padding: 15px 10px;
    padding-top: 5px;
  }
  .ac-card .ac-titre {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .ac-card .ac-titre .ac-titre-strong {
    font-size: 24px;
    line-height: 26px;
  }
  .ac-card .ac-titre {
    font-size: 28px;
    line-height: 32px;
  }
  .ac-card .ac-titre .ac-titre-small {
    font-size: 20px;
    line-height: 24px;
  }
  .ac-card .ac-titre .ac-titre-strong {
    font-size: 26px;
    line-height: 30px;
  }
  .ac-card hr {
    margin-bottom: 0px;
  }
}
@media (min-width: 960px) {
  .ac-card .ac-logos {
    margin-top: 35px !important;
  }
}
/* FORM *****************************************************************************************************************/
.ac-form {
  /* Animation sur le focus des input */
  /* intl-tel-input (indicatif téléphonique avec drapeau) : le plugin se pilote surtout via ses
     variables CSS natives (--iti-*), le reste (texte de la liste, champ de recherche) n'a pas
     de couleur par défaut et doit être redéfini explicitement pour rester lisible sur fond sombre. */
  /* .uk-select, .select2-selection {
    height:30px !important;
    line-height: 30px;
  } */
  /* #email-connection {
  border-radius: 30px;
} */
  /* Upload fichier*/
  /* .input-file {
    display:none;
  } */
  /* Ã‰tats de validation */
}
.ac-form .ac-input-group {
  position: relative;
}
.ac-form .ac-input,
.ac-form .uk-select,
.ac-form .select2 {
  height: 35px !important;
  background-color: #141414;
  border: 1px solid #2c2c2c;
  color: #ffffff;
  font-size: 12px;
  line-height: 35px;
  font-family: 'Aptos', sans-serif;
  font-weight: 400;
  border-radius: 0;
  text-align: left;
  transition: all 0.5s;
}
.ac-form .ac-input::placeholder,
.ac-form .uk-select::placeholder,
.ac-form .select2::placeholder {
  color: #ffffff;
  transition: color 0.5s;
}
.ac-form .ac-input::placeholder span,
.ac-form .uk-select::placeholder span,
.ac-form .select2::placeholder span {
  color: #f4ca1b;
}
.ac-form .ac-input:focus,
.ac-form .uk-select:focus,
.ac-form .select2:focus {
  /* transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(255,0,110,.2); */
  border-color: #f4ca1b;
}
.ac-form .ac-input:focus::placeholder,
.ac-form .uk-select:focus::placeholder,
.ac-form .select2:focus::placeholder {
  color: transparent;
}
.ac-form .select2 {
  border: none;
}
.ac-form .iti {
  --iti-hover-color: rgba(244, 202, 27, 0.15);
  --iti-border-color: #2c2c2c;
  --iti-dialcode-color: #858482;
  --iti-dropdown-bg: #141414;
  --iti-arrow-color: #ffffff;
  width: 100%;
}
.ac-form .iti .iti__selected-dial-code {
  color: #ffffff;
  font-size: 12px;
  font-family: 'Aptos', sans-serif;
}
.ac-form .iti .iti__country-list {
  color: #ffffff;
  font-size: 12px;
}
.ac-form .iti .iti__search-input {
  height: 30px;
  padding: 0 8px;
  background-color: #0a0a0a;
  border-bottom: 1px solid #2c2c2c !important;
  color: #ffffff;
  font-size: 12px;
}
.ac-form .iti .iti__search-input:focus {
  outline: none;
}
.ac-form .select2-selection__rendered {
  height: 40px !important;
  line-height: 36px !important;
}
.ac-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  padding-left: 15px;
}
.ac-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.ac-form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #ececec;
  border-radius: 8px;
  height: 40px;
}
.ac-form .select2-selection--single.ac-input-error {
  border-color: #f4ca1b !important;
  background-color: #141414 !important;
}
.ac-form .ac-checkbox-wrap {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  cursor: pointer;
}
.ac-form .ac-checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.ac-form .ac-checkbox-shape {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #141414;
  border: 1px solid #2c2c2c;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.3s;
  pointer-events: none;
}
.ac-form .ac-checkbox-input:checked + .ac-checkbox-shape {
  background-color: #f4ca1b;
  border-color: #f4ca1b;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%3C%2Fsvg%3E");
}
.ac-form .ac-checkbox-input:focus-visible + .ac-checkbox-shape {
  outline: 2px solid #f4ca1b;
  outline-offset: 2px;
}
.ac-form .ac-checkbox-input.ac-input-error + .ac-checkbox-shape {
  border-color: #E06A6A;
}
.ac-form .ac-radio:checked {
  background-color: #fbb30a;
  border: 1px solid #fbb30a;
}
.ac-form .ac-text-date-naissance,
.ac-form .ac-text-date-prestation {
  background-color: #ffffff;
  padding-left: 15px;
  border: 2px solid #e5e7eb;
}
.ac-form .ac-text-date-naissance p,
.ac-form .ac-text-date-prestation p {
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
  font-family: 'Aptos', sans-serif;
  font-weight: 400;
}
.ac-form .ac-input-date {
  padding-top: 3px;
  padding-bottom: 3px;
  height: 35px !important;
}
.ac-form .ac-text-date-naissance,
.ac-form .ac-text-date-prestation {
  border-radius: 16px 0 0 16px !important;
  border-right-width: 0 !important;
}
.ac-form .ac-label-commande {
  margin-top: 3px;
  margin-bottom: 3px;
}
.ac-form .ac-info-commande {
  margin-top: 3px;
  margin-bottom: 3px;
}
.ac-form .ac-form-margin-bottom {
  padding-bottom: 5px;
}
.ac-form .ac-label .ac-checkbox-wrap {
  margin-top: 0;
  vertical-align: top;
}
.ac-form .ac-label p {
  font-family: 'Aptos', sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #ffffff;
}
.ac-form .ac-label p a {
  text-decoration: none;
  font-weight: 500;
  color: #f4ca1b;
}
.ac-form .ac-label p a::after {
  width: 100%;
  bottom: 0px;
  background-color: #f4ca1b;
}
.ac-form .ac-label p a:hover::after {
  width: 0%;
}
.ac-form .ac-upload-zone {
  border: 1px solid transparent;
  background-color: #f7f9fc;
  color: #ffffff;
  border-radius: 3px;
  padding: 20px 30px;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}
.ac-form .ac-upload-zone .ac-upload-text {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: 'Vend Sans', sans-serif;
  color: #ffffff;
  position: relative;
  /* &::before {
        content:url('../img/left-arrow.png');
        position:absolute;
        top:-2px;
        left:-30px;
      }

      &::after {
        content:url('../img/right-arrow.png');
        position:absolute;
        top:-2px;
        right:-30px;
      } */
}
.ac-form .ac-upload-zone .ac-upload-indication {
  color: #ffffff;
  font-size: 9px;
  line-height: 11px;
  margin-top: 5px;
  margin-bottom: 0;
  opacity: 0.5;
}
.ac-form .ac-upload-zone:hover,
.ac-form .ac-upload-zone.dragover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 0, 110, 0.2);
}
.ac-form .ac-upload-zone.hidden {
  display: none !important;
}
.ac-form .ac-upload-zone.ac-input-error {
  border-style: solid;
  border-color: #f4ca1b !important;
  background-color: #141414 !important;
}
.ac-form .ac-file-preview {
  display: none;
  border: 1px solid #ffffff;
  background-color: #cae9f9;
  color: #ffffff;
  border-radius: 3px;
  padding: 15px 30px;
  text-align: center;
  animation: slideIn 0.3s ease;
}
.ac-form .ac-file-preview.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.ac-form .ac-file-preview .ac-file-name-text {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.ac-form .ac-file-preview .ac-file-size {
  color: #ffffff;
  font-size: 11px;
  line-height: 13px;
  min-width: 90px;
  margin-top: 0;
  margin-bottom: 0;
}
.ac-form .ac-file-preview .remove-file {
  background: #f4ca1b;
  background: radial-gradient(circle, #f4ca1b, #f4ca1b 90%);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-weight: bold;
  flex-shrink: 0;
}
.ac-form .ac-file-preview .remove-file:hover {
  transform: scale(1.1);
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ac-form .ac-input-error {
  border-color: #f4ca1b !important;
}
.ac-form .ac-input-valid {
  border-color: #f4ca1b !important;
}
.ac-form .ac-error-form {
  color: #f4ca1b !important;
  font-size: 11px !important;
  line-height: 13px;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 10px;
}
.ac-form .ac-label .ac-error-form {
  padding-left: 0;
}
.ac-form #ac-error-form-reglement {
  margin-top: 0;
  margin-bottom: 2px;
  padding-left: 0;
}
.ac-form .ac-input-file {
  background-color: #ffffff;
  color: #858482;
  height: 35px;
  line-height: 35px;
  display: block;
  text-transform: inherit;
  text-align: center;
}
.ac-form .ac-input-file-selected {
  background-color: #858482;
  color: #ffffff;
  height: 37px !important;
  line-height: 37px;
  font-size: 11px;
  display: block;
  text-transform: inherit;
}
.ac-form .input-file {
  display: none;
}
.uk-modal-body .ac-error-form {
  text-align: center;
}
.ac-input-date::-webkit-datetime-edit {
  padding-top: 3px;
  padding-bottom: 3px;
}
/* @media (max-width: @tablet-breakpoint) {
  #date-prestation {
    border-top-width: 0 !important;
    border-left-width: 1px !important;
  }
  
  .ac-form {
    .ac-text-date-prestation {
      border-bottom-width: 0 !important;
      border-right-width: 1px !important;
    }
  }  
} */
@media (max-width: 640px) {
  /* .ac-input-date {
    border-radius: 0 0 2px 2px !important;
  } */
  .ac-text-date-naissance,
  .ac-text-date-prestation {
    border-radius: 2px 2px 0 0 !important;
  }
  .ac-form-margin-right-mobile {
    padding-right: 5px;
  }
}
@media (min-width: 640px) AND (max-width: 960px) {
  .ac-form-margin-right-mobile {
    padding-right: 5px;
  }
}
@media (max-width: 960px) {
  .ac-form .ac-file-preview {
    padding: 15px;
  }
  .ac-form .ac-file-preview.show {
    flex-direction: column;
    gap: 5px;
  }
  .ac-form .ac-file-preview.show p {
    margin-top: 5px;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .ac-form-margin-right {
    padding-right: 5px;
  }
}
/* BOUTONS *****************************************************************************************************************/
.ac-button {
  font-family: 'Aptos', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding: 12px 50px 12px;
}
.ac-button-primary {
  text-transform: uppercase;
  color: #0a0a0a;
  border: 1px solid #f4ca1b;
  border-radius: 0px;
  /* background:
    linear-gradient(90deg, #32523f 5%, #517c62 ) border-box; */
  background-color: #f4ca1b;
  transition: all 0.5s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.ac-button-primary::after {
  content: url('../img/ac-button-arrow.png');
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
.ac-button-primary:hover:not(:disabled) {
  background-color: transparent;
  color: #f4ca1b;
}
.ac-button-primary:hover:not(:disabled)::after {
  content: url('../img/ac-button-arrow-yellow.png');
}
.ac-button-primary {
  grid-area: 1 / 1;
  z-index: 1;
  align-self: center;
  justify-self: center;
}
.ac-button-secondary {
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #b48946;
  border-radius: 12px;
  /* background:
    radial-gradient(circle, #ffffff 30%, #ffffff 100%) padding-box,
    linear-gradient(0deg, #ce1417 30%, #ff8081 ) border-box; */
  background-color: #517c62;
  transition: all 0.5s;
}
.ac-button-secondary:hover:not(:disabled) {
  transform: scale(1.01);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.ac-button-small {
  font-family: 'Vend Sans', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  padding: 9px 25px;
}
@keyframes gradientShift {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes acZoomFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  70% {
    opacity: 1;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes acBut {
  0% {
    transform: scale(3.2);
    opacity: 0;
  }
  55% {
    transform: scale(0.88);
    opacity: 1;
  }
  72% {
    transform: scale(1.08);
  }
  88% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes acFadeSlideUp {
  from {
    transform: translateY(18px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes acSlideInRight {
  from {
    transform: translateX(40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.ac-connection-popin,
.ac-connection-popin a {
  font-family: 'Aptos', sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  animation: all 0.5s;
}
.ac-connection-popin span,
.ac-connection-popin a span {
  font-weight: 600;
  line-height: 17px;
}
.ac-connection-popin a::after {
  width: 100%;
}
.ac-button-banner-cookies {
  font-size: 14px;
  background-color: #ffffff;
  color: #f4ca1b;
  border: 1px solid #f4ca1b;
  padding: 3px 15px;
  transition: all 0.5s;
}
.ac-button-banner-cookies:hover {
  background-color: #f4ca1b;
  color: #ffffff;
  border-color: #ffffff;
}
.ac-button[disabled],
button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.uk-table tr {
  border-bottom: 1px solid #f4ca1b;
  font-family: 'Vend Sans', sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
}
.uk-table tr.ac-table-highlight {
  color: #858482;
}
.uk-table td {
  padding: 3px;
}
.uk-table .ac-table-place {
  text-align: right;
}
.uk-table .ac-table-joueur {
  text-align: left;
  text-transform: capitalize;
}
.uk-table .ac-table-score {
  text-align: right;
}
@media (max-width: 640px) {
  .ac-button-primary {
    font-size: 20px;
    line-height: 22px;
  }
  .ac-button-primary::before {
    top: -14px;
  }
  .ac-abeille-bouton {
    width: 340px;
  }
  .ac-button-secondary {
    padding: 15px 20px;
  }
  .ac-button-default {
    font-size: 20px;
    line-height: 22px;
  }
  .ac-button-default::before {
    top: -14px;
  }
  .ac-button-small {
    padding: 6px 25px 6px;
  }
  .ac-button-banner-cookies {
    font-size: 12px;
  }
}
@media (hover: none) {
  .ac-button-primary:active:not(:disabled) {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 24px rgba(255, 0, 110, 0.2);
  }
  .ac-button-primary:active:not(:disabled)::before {
    width: 300px;
    height: 300px;
  }
}
/* BODY *****************************************************************************************************************/
/* @media (min-width:@smartphone-breakpoint) {
  body {
    background: url('../webroot/img/bg.jpg') top center no-repeat #ffffff;
  }
} */
/* HEADER *****************************************************************************************************************/
@media (max-width: 640px) {
  .ac-header,
  .ac-content-section {
    padding: 0;
  }
  .ac-header .uk-container,
  .ac-content-section .uk-container {
    padding: 0;
  }
}
@media (min-width: 640px) {
  .ac-header {
    background: url('../webroot/img/bg-header.jpg') bottom center no-repeat;
    padding-top: 25px;
    padding-bottom: 0;
  }
}
/* CONTENT SECTION *****************************************************************************************************************/
.ac-content-section {
  background: url('../img/bg.jpg') top center no-repeat #ffffff;
  margin: auto;
  overflow: hidden;
}
.ac-content-section .ac-text-lead {
  font-family: 'Vend Sans', sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 27px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 5px;
}
.ac-content-section .ac-text-lead-big {
  font-size: 30px;
  line-height: 32px;
}
.ac-content-section .ac-text-shadow {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}
.ac-content-section h2 {
  font-family: 'Vend Sans', sans-serif;
  color: #f4ca1b;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700;
  /* span {
      font-weight: 900;
      font-size: 25px;
      line-height: 27px;
    } */
}
.ac-content-section h3 {
  font-family: 'Aptos', sans-serif;
  color: #f4ca1b;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.ac-content-section .uk-text-small {
  color: #858482;
  font-size: 10px;
  line-height: 12px;
  opacity: 1;
}
.ac-content-section .uk-alert {
  background-color: #fdf2f2;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-right: 20px;
}
.ac-content-section .uk-alert p {
  color: #e74c3c;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}
.ac-content-section .uk-alert .uk-alert-close {
  top: 2px;
  right: 2px;
}
.ac-content-section .uk-alert .uk-alert-close svg {
  color: #3083bf;
}
.ac-content-section .uk-alert .uk-alert-close:after {
  width: 0;
}
.ac-content-section #ac-bottom p {
  font-family: 'Aptos', sans-serif;
  font-size: 14px;
  color: #f4ca1b;
}
.ac-content-section #ac-bottom .uk-icon-button {
  background-color: #000000;
  color: #ffffff;
  border-radius: 15px;
  transition: all 0.5s;
}
.ac-content-section #ac-bottom .uk-icon-button:hover {
  background-color: #858482;
}
.ac-content-section #ac-bottom #ac-icon-instagram {
  border-bottom-right-radius: 3px;
}
.ac-content-section #ac-bottom #ac-icon-facebook {
  border-bottom-left-radius: 3px;
}
#end .uk-modal-dialog {
  max-width: 960px !important;
}
#end .uk-modal-dialog h2 {
  font-size: 26px;
  line-height: 28px;
  text-transform: inherit;
  font-weight: 900;
}
#end .uk-modal-dialog p {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
}
#end .uk-modal-dialog p span {
  font-weight: 600;
}
#end .uk-modal-dialog p a {
  text-decoration: underline;
}
#end .uk-modal-dialog .ac-button-primary {
  color: #ffffff;
}
@media (max-width: 960px) {
  .ac-content-section {
    background: none;
  }
  .ac-content-section .ac-card-column {
    margin-top: 0;
  }
  .ac-content-section .uk-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .ac-content-section {
    /* .ac-card-column {
      margin-top: -10px;
    } */
    padding-bottom: 2px;
  }
  .ac-content-section .ac-title-connection {
    font-size: 14px;
    line-height: 16px;
  }
  .ac-content-section .ac-inner-card {
    padding: 15px;
    padding-top: 10px;
  }
  .ac-content-section #ac-dotations-date {
    font-size: 16px;
    line-height: 18px;
  }
  .ac-content-section #ac-dotations-text {
    font-size: 20px;
    line-height: 22px;
  }
  .ac-content-section #ac-bottom #ac-col-logo-client {
    padding-left: 0;
  }
  .ac-content-section h2 {
    font-size: 23px;
    line-height: 25px;
  }
  .ac-content-section h3 {
    font-size: 16px;
    line-height: 18px;
  }
  #end .uk-modal-dialog h2 {
    font-size: 22px;
    line-height: 24px;
  }
  #end .uk-modal-dialog p {
    font-size: 14px;
    line-height: 16px;
  }
  #end .uk-modal-dialog .ac-button-primary {
    font-size: 20px;
    line-height: 22px;
  }
}
/* @media (max-width:@tablet-breakpoint) {
  .ac-content-section {
    
    .ac-dotations-column {
      max-width: 600px;
      margin:auto;
    }

  }
} */
@media (min-width: 960px) {
  .ac-content-section .ac-dotations-column {
    padding-left: 0;
  }
  .ac-content-section .ac-card-column {
    padding: 10px 25px 25px;
  }
}
/* @media (min-width:1200px) {
  .ac-content-section {

    .uk-container {
      width: @iframe-width;
    }
  }
} */
/* VERIFICATION *****************************************************************************************************************/
#verification {
  width: 100%;
  margin: auto;
}
#verification .ac-titre {
  font-size: 26px;
  line-height: 28px;
}
#verification .ac-titre .ac-titre-strong {
  font-size: 24px;
  line-height: 26px;
}
#verification .ac-inner-card {
  max-width: 500px;
}
#verification .ac-text-intro {
  font-family: 'Aptos', sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
#verification .ac-step-verification {
  font-family: 'Aptos', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 5px;
}
#verification .ac-step-verification p {
  color: #ffffff;
}
#verification .ac-step-verification .step {
  background: transparent;
  background: radial-gradient(circle, #601918, #e3151a);
  border: 1px solid #f4ca1b;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-right: 10px;
  font-family: 'Vend Sans', sans-serif;
}
#verification .ac-indication {
  margin: 5px 0 0 15px;
  color: #ffffff;
  opacity: 0.5;
}
#verification .uk-text-small a {
  color: #ffffff;
}
#verification .uk-text-small a::after {
  width: 100%;
  bottom: 0px;
}
@media (max-width: 640px) {
  #verification .ac-inner-card {
    padding: 15px;
    padding-top: 0px;
  }
  #verification .ac-titre {
    font-size: 20px;
    line-height: 22px;
  }
  #verification .ac-titre .ac-titre-strong {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 640px) {
  #verification .ac-form-small-width {
    margin: auto;
  }
}
/* GAMEPLAY *****************************************************************************************************************/
#gameplay {
  background: url('../img/bg-gameplay.jpg') top center no-repeat #ffffff;
  /* .ac-card {
    min-height: auto;
  } */
}
#gameplay .ac-roue-conteneur {
  position: relative;
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
#gameplay .ac-roue-conteneur.ac-roue-desactivee {
  cursor: default;
  pointer-events: none;
}
#gameplay .ac-roue-conteneur img {
  -webkit-user-drag: none;
  user-select: none;
}
#gameplay .ac-roue-fond,
#gameplay .ac-roue-mobile,
#gameplay .ac-roue-fixe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gameplay .ac-roue-fond {
  z-index: 1;
}
#gameplay .ac-roue-mobile {
  z-index: 2;
  transform: rotate(0deg);
  transition: transform 2.5s cubic-bezier(0.17, 0.67, 0.12, 0.99);
  will-change: transform;
}
#gameplay .ac-roue-fixe {
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 960px) {
  #gameplay {
    background: none;
    background-color: #0a0a0a;
  }
  #gameplay .ac-card-column {
    margin-bottom: 20px;
  }
}
/* FIN *****************************************************************************************************************/
#fin,
#terminer,
#teaser {
  background: url('../img/bg-fin.jpg') top center no-repeat #ffffff;
}
#fin .ac-inner-card,
#terminer .ac-inner-card,
#teaser .ac-inner-card {
  max-width: 100%;
}
#fin .ac-fin-felicitations,
#terminer .ac-fin-felicitations,
#teaser .ac-fin-felicitations {
  font-family: 'Vend Sans', sans-serif;
  color: #f4ca1b;
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
}
#fin .ac-fin-sous-titre,
#terminer .ac-fin-sous-titre,
#teaser .ac-fin-sous-titre {
  font-family: 'Vend Sans', sans-serif;
  color: #ffffff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
#fin .ac-fin-nom-dotation,
#terminer .ac-fin-nom-dotation,
#teaser .ac-fin-nom-dotation {
  font-family: 'Vend Sans', sans-serif;
  color: #ffffff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
#fin .ac-fin-info,
#terminer .ac-fin-info,
#teaser .ac-fin-info {
  font-family: 'Aptos', sans-serif;
  color: #f4ca1b;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
#fin .ac-fin-info span,
#terminer .ac-fin-info span,
#teaser .ac-fin-info span {
  font-weight: 700;
}
#fin .ac-fin-info .ac-fin-info-marque,
#terminer .ac-fin-info .ac-fin-info-marque,
#teaser .ac-fin-info .ac-fin-info-marque {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
#fin .ac-fin-info-mention,
#terminer .ac-fin-info-mention,
#teaser .ac-fin-info-mention {
  font-family: 'Aptos', sans-serif;
  color: #858482;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
#fin .ac-fin-justificatif,
#terminer .ac-fin-justificatif,
#teaser .ac-fin-justificatif {
  font-family: 'Aptos', sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
#teaser .ac-inner-card .ac-box-tas {
  max-width: 300px;
}
#terminer {
  /* .ac-dotations-column {
    img {
      max-width: 100%;
    }
  } */
}
#terminer .ac-titre {
  font-size: 24px;
  line-height: 26px;
}
#terminer .ac-titre .ac-titre-strong {
  font-size: 40px;
  line-height: 52px;
  display: inline-block;
  animation: none;
}
#terminer p.ac-titre:nth-child(2) {
  animation: none;
}
#terminer .ac-fin-section {
  animation: none;
}
#terminer .ac-img-fin {
  animation: none;
}
@media (max-width: 960px) {
  #fin,
  #terminer,
  #teaser {
    background: none;
    background-color: #0a0a0a;
  }
  #fin .ac-fin-felicitations,
  #terminer .ac-fin-felicitations,
  #teaser .ac-fin-felicitations {
    font-size: 36px;
    line-height: 40px;
  }
  #fin .ac-fin-sous-titre,
  #terminer .ac-fin-sous-titre,
  #teaser .ac-fin-sous-titre {
    font-size: 18px;
    line-height: 22px;
  }
  #fin .ac-fin-nom-dotation,
  #terminer .ac-fin-nom-dotation,
  #teaser .ac-fin-nom-dotation {
    font-size: 28px;
    line-height: 32px;
  }
  #fin .ac-fin-dotations,
  #terminer .ac-fin-dotations,
  #teaser .ac-fin-dotations {
    max-width: 80%;
  }
  #fin .ac-fin-info,
  #terminer .ac-fin-info,
  #teaser .ac-fin-info {
    font-size: 14px;
    line-height: 16px;
  }
  #fin .ac-fin-justificatif,
  #terminer .ac-fin-justificatif,
  #teaser .ac-fin-justificatif {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 960px) {
  #fin .ac-dotations-column img,
  #terminer .ac-dotations-column img,
  #teaser .ac-dotations-column img {
    max-width: 300px;
  }
}
/* FOOTER SECTION ****************************************************************************************************************************/
#ac-footer {
  padding: 10px 15px;
  max-width: 1240px;
  margin: auto;
}
#ac-footer p {
  font-family: 'Aptos', sans-serif;
  color: #858482;
  font-size: 12px;
  line-height: 14px;
  opacity: 0.5;
}
#ac-footer p a {
  color: #858482;
}
#ac-footer p a::after {
  width: 100%;
}
#ac-footer .uk-nav li,
#ac-footer .uk-nav a {
  font-family: 'Aptos', sans-serif;
  color: #858482;
  font-size: 11px;
  line-height: 13px;
  position: relative;
  font-weight: 700;
}
#ac-footer .uk-nav li a::after {
  background-color: #858482;
  bottom: 4px;
}
#ac-footer .uk-nav .ac-footer-link-bullet {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #858482;
  margin: 0 5px;
}
#modal-contact .uk-modal-dialog,
#modal-connection .uk-modal-dialog {
  max-width: 400px !important;
}
#modal-contact .uk-modal-dialog a::after,
#modal-connection .uk-modal-dialog a::after {
  bottom: 0;
}
#modal-mentions-legales .uk-modal-dialog {
  max-width: 780px !important;
}
#modal-mentions-legales .uk-modal-dialog a:hover::after {
  width: 0;
}
#modal-mentions-legales .uk-modal-dialog .logo-mentions {
  max-width: 210px;
}
.uk-modal-body {
  border-radius: 15px;
}
.uk-modal-body h2 {
  font-family: 'Vend Sans', sans-serif;
  color: #f4ca1b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.uk-modal-body h3 {
  font-family: 'Vend Sans', sans-serif;
  color: #858482;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.uk-modal-body p {
  font-family: 'Aptos', sans-serif;
  color: #9e9e9e;
  font-size: 14px;
  margin-top: 5px;
}
.uk-modal-body a {
  color: #9e9e9e;
}
#start,
#m3-end {
  background-color: rgba(0, 0, 0, 0.8);
}
#start .uk-modal-dialog,
#m3-end .uk-modal-dialog {
  border-radius: 20px;
  max-width: 700px;
  padding: 25px 50px;
}
#start .uk-modal-dialog::before,
#m3-end .uk-modal-dialog::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(150deg, #d0e4fb 0%, #8aaed8 25%, #265484 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
#start h2,
#m3-end h2 {
  font-family: 'Vend Sans', sans-serif;
  color: #f4ca1b;
  font-size: 26px;
  line-height: 28px;
  font-weight: 900;
  text-transform: uppercase;
}
#start .ac-modal-start-objectif,
#m3-end .ac-modal-start-objectif {
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
#start .ac-modal-fin-text,
#m3-end .ac-modal-fin-text {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
#start .ac-modal-fin-text span,
#m3-end .ac-modal-fin-text span {
  font-weight: 500;
}
#start .ac-modal-start-section p,
#m3-end .ac-modal-start-section p {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
#start .ac-modal-start-section p span,
#m3-end .ac-modal-start-section p span {
  font-weight: 500;
}
#start .ac-modal-start-section #ac-modal-start-img-swap,
#m3-end .ac-modal-start-section #ac-modal-start-img-swap {
  margin-left: -12px;
}
#m3-end .uk-modal-dialog {
  padding: 50px 50px;
}
.ac-footer-separateur {
  margin-left: 5px;
  margin-right: 5px;
  max-width: 4px;
}
@media (max-width: 640px) {
  #ac-footer {
    padding: 20px;
  }
  #ac-footer p {
    font-size: 12px;
  }
  #ac-footer img {
    max-width: 150px;
  }
  .uk-modal-body h2 {
    font-size: 24px;
  }
  .uk-modal-body h3 {
    font-size: 20px;
  }
  #start .uk-modal-dialog,
  #m3-end .uk-modal-dialog {
    padding: 25px 25px;
  }
  #start h2,
  #m3-end h2 {
    font-size: 22px;
    line-height: 24px;
  }
  #start .ac-modal-start-objectif,
  #m3-end .ac-modal-start-objectif {
    font-size: 14px;
    line-height: 16px;
  }
  #start .ac-modal-fin-text,
  #m3-end .ac-modal-fin-text {
    font-size: 12px;
    line-height: 14px;
  }
  #start .ac-modal-start-section .ac-modal-start-icone,
  #m3-end .ac-modal-start-section .ac-modal-start-icone {
    max-width: 50px;
  }
  #start .ac-modal-start-section p,
  #m3-end .ac-modal-start-section p {
    font-size: 12px;
    line-height: 14px;
  }
}
/* COOKIES BANNER ****************************************************************************************************************************/
#ac-cookies-banner {
  background-color: #ffffff;
  z-index: 30;
  padding: 5px !important;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}
#ac-cookies-banner p {
  font-size: 14px;
  color: #9e9e9e;
}
@media (max-width: 640px) {
  #ac-cookies-banner p {
    font-size: 12px;
    color: #9e9e9e;
  }
}
