/* .grecaptcha-badge {
  right:-500px !important;
} */
/* DIMENSIONS ***************************************************************************************************************/
/* Site optimisÃ© pour iframe de 1300px */
/* COLORS *****************************************************************************************************************/
.ac-color-primary {
  color: #cc1719 !important;
}
/* FONTS *****************************************************************************************************************/
/* @font-face {
    font-family: 'Graphik';
    src: url('../font/Graphik-Medium.woff2') format('woff2'),
        url('../font/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Graphik';
    src: url('../font/Graphik-Semibold.woff2') format('woff2'),
        url('../font/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */
p {
  color: #004f9e;
  font-family: 'Rubik', sans-serif;
}
a {
  position: relative;
}
a::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #004f9e;
  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: 20px 20px 30px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.75) 50%);
  /* &::before {
    content:url('../img/lueur-form.png');
    position:absolute;
    top:-11px;
    left:25px;
  } */
}
.ac-card::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;
}
.ac-card .ac-titre {
  font-family: 'Rubik', sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  color: #004f9e;
}
.ac-card .ac-titre .ac-titre-strong {
  font-size: 30px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
  color: #cc1719;
}
.ac-card .ac-sous-titre {
  margin-top: 5px;
  font-size: 20px;
  line-height: 24px;
}
.ac-card .ac-titre-connexion {
  font-family: 'Rubik', sans-serif;
  color: #004f9e;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-transform: inherit;
}
.ac-card .ac-inner-card {
  padding: 0;
  margin: auto;
}
.ac-card .ac-inner-card-connection {
  max-width: 500px;
  margin: auto;
}
.ac-card hr {
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  margin: 5px 0 20px;
}
@media (max-width: 960px) {
  .ac-card {
    padding: 20px 30px;
    margin-top: -5px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(180deg, #7ec0e8 0%, #ffffff 70%);
  }
  .ac-card::before {
    border-radius: 16px 16px 0 0;
  }
  .ac-card hr {
    border-color: #d4e5ff;
  }
}
@media (max-width: 640px) {
  .ac-card {
    padding: 20px 10px;
  }
  .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 hr {
    margin-bottom: 0px;
  }
}
@media (min-width: 960px) {
  .ac-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    /* ajuster selon la hauteur souhaitÃ©e */
    height: 30px;
    /* hauteur de l'ombre */
    background: url('../img/card-shadow.png') center / 100% auto no-repeat;
    pointer-events: none;
  }
}
/* FORM *****************************************************************************************************************/
.ac-form {
  /* Animation sur le focus des input */
  /* .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: 30px !important;
  background-color: #f7f9fc;
  border: 1px solid #f7f9fc;
  color: #004f9e;
  font-size: 12px;
  line-height: 30px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  border-radius: 3px;
  text-align: left;
  transition: all 0.5s;
}
.ac-form .ac-input::placeholder,
.ac-form .uk-select::placeholder,
.ac-form .select2::placeholder {
  color: #004f9e;
  transition: color 0.5s;
}
.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: #cc1719;
}
.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 .select2-selection__rendered {
  height: 30px !important;
  line-height: 26px !important;
}
.ac-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #004f9e;
  padding-left: 15px;
}
.ac-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}
.ac-form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #f7f9fc;
  border-radius: 3px;
  height: 30px;
}
.ac-form .select2-selection--single.ac-input-error {
  border-color: #E06A6A !important;
  background-color: #FFF5F5 !important;
}
.ac-form .uk-checkbox {
  background-color: #f7f9fc;
  border: 2px solid #f7f9fc;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: all 0.5s;
}
.ac-form .uk-checkbox:checked {
  background-color: #004f9e;
  border-color: #004f9e;
  transform: rotate(-5deg);
  /* &::after {
        content:'âœ“';
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%) scale(1);
        color:#ffffff;
        font-weight: bold;
        font-size:16px;
        animation: checkPop .4s cubic-bezier(.34, 1.56,.64,1);
      } */
}
@keyframes checkPop {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.ac-form .ac-radio:checked {
  background-color: #fbb30a;
  border: 1px solid #fbb30a;
}
.ac-form .ac-input-date {
  height: 30px;
}
.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: #004f9e;
  font-size: 14px;
  line-height: 36px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
.ac-form .ac-input-date {
  padding-top: 3px;
  padding-bottom: 3px;
  height: 30px !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-form-margin-bottom {
  padding-bottom: 5px;
}
.ac-form .ac-label .uk-checkbox {
  margin-top: 0;
  vertical-align: top;
}
.ac-form .ac-label p {
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #004f9e;
}
.ac-form .ac-label p a {
  text-decoration: none;
  font-weight: 500;
  color: #004f9e;
}
.ac-form .ac-label p a::after {
  width: 100%;
  bottom: 0px;
}
.ac-form .ac-label p a:hover::after {
  width: 0%;
}
.ac-form .ac-upload-zone {
  border: 1px solid transparent;
  background-color: #f7f9fc;
  color: #004f9e;
  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: 'Rubik', sans-serif;
  color: #004f9e;
  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: #004f9e;
  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: #E06A6A !important;
  background-color: #FFF5F5 !important;
}
.ac-form .ac-file-preview {
  display: none;
  border: 1px solid #004f9e;
  background-color: #cae9f9;
  color: #004f9e;
  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: #004f9e;
  font-size: 12px;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.ac-form .ac-file-preview .ac-file-size {
  color: #004f9e;
  font-size: 11px;
  line-height: 13px;
  min-width: 90px;
  margin-top: 0;
  margin-bottom: 0;
}
.ac-form .ac-file-preview .remove-file {
  background: #cc1719;
  background: radial-gradient(circle, #cc1719, #cc1719 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: #E06A6A !important;
  background-color: #FFF5F5 !important;
}
.ac-form .ac-input-valid {
  border-color: #004f9e !important;
}
.ac-form .ac-error-form {
  color: #C94141 !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: #1d1d1b;
  height: 35px;
  line-height: 35px;
  display: block;
  text-transform: inherit;
  text-align: center;
}
.ac-form .ac-input-file-selected {
  background-color: #1d1d1b;
  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: 'Rubik', sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  padding: 10px 50px 10px;
}
.ac-button-primary {
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid transparent;
  border-radius: 30px;
  background: radial-gradient(circle, #e3151a 30%, #601918 100%) padding-box, linear-gradient(0deg, #520809 30%, #ff8081) border-box;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}
.ac-button-primary::before {
  content: '';
  position: absolute;
  top: -60%;
  left: -80%;
  width: 40%;
  height: 220%;
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.28) 50%, transparent 100%);
  transform: skewX(-20deg);
  pointer-events: none;
}
.ac-button-primary:hover:not(:disabled) {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 14px 36px rgba(204, 23, 25, 0.45);
}
.ac-button-primary:hover:not(:disabled)::before {
  left: 130%;
  transition: left 0.55s ease;
}
.ac-button-secondary {
  text-transform: uppercase;
  color: #cc1719;
  border: 1px solid transparent;
  border-radius: 30px;
  background: radial-gradient(circle, #ffffff 30%, #ffffff 100%) padding-box, linear-gradient(0deg, #ce1417 30%, #ff8081) border-box;
  transition: all 0.5s;
}
.ac-button-secondary:hover:not(:disabled) {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.ac-button-small {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 7px 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: 'Rubik', sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #004f9e;
  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: #cc1719;
  border: 1px solid #cc1719;
  padding: 3px 15px;
  transition: all 0.5s;
}
.ac-button-banner-cookies:hover {
  background-color: #cc1719;
  color: #ffffff;
  border-color: #ffffff;
}
.ac-button[disabled],
button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.uk-table tr {
  border-bottom: 1px solid #cc1719;
  font-family: 'Rubik', sans-serif;
  color: #004f9e;
  font-size: 18px;
  line-height: 20px;
}
.uk-table tr.ac-table-highlight {
  color: #1d1d1b;
}
.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-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') bottom center no-repeat #ffffff;
  margin: auto;
  overflow: hidden;
}
.ac-content-section .ac-text-lead {
  font-family: 'Rubik', 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: 'Rubik', sans-serif;
  color: #cc1719;
  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: 'Rubik', sans-serif;
  color: #cc1719;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.ac-content-section .uk-text-small {
  color: #004f9e;
  font-size: 11px;
  line-height: 13px;
  opacity: 0.5;
}
.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: 'Rubik', sans-serif;
  font-size: 14px;
  color: #cc1719;
}
.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: #1d1d1b;
}
.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: #004f9e;
  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: -10px;
  }
  .ac-content-section .uk-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .ac-content-section {
    padding-bottom: 2px;
  }
  .ac-content-section .ac-title-connection {
    font-size: 14px;
    line-height: 16px;
  }
  .ac-content-section .ac-card-column {
    margin-top: -10px;
  }
  .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-card-column {
    padding: 10px 10px 25px;
  }
}
/* 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: 'Rubik', sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
#verification .ac-step-verification {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #004f9e;
  font-weight: 700;
  margin-bottom: 5px;
}
#verification .ac-step-verification p {
  color: #004f9e;
}
#verification .ac-step-verification .step {
  background: transparent;
  background: radial-gradient(circle, #601918, #e3151a);
  border: 1px solid #cc1719;
  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: 'Rubik', sans-serif;
}
#verification .ac-indication {
  margin: 5px 0 0 15px;
  color: #004f9e;
  opacity: 0.5;
}
#verification .uk-text-small a {
  color: #004f9e;
}
#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') bottom center no-repeat #ffffff;
  /* .ac-card {
    min-height: auto;
  } */
}
/* MATCH-3 ****************************************************************************************************************************/
#m3-wrapper {
  padding: 12px !important;
}
#m3-header {
  padding: 15px 30px;
  margin: 0 auto 10px;
  display: block;
  width: fit-content;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%);
}
#m3-header::after {
  display: none;
}
.m3-stat-box .m3-stat-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.m3-stat-box .m3-stat-label {
  font-family: 'Rubik', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #004f9e;
  margin: 0;
  line-height: 1;
}
.m3-stat-box .m3-stat-value {
  font-family: 'Rubik', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #cc1719;
  margin: 0;
  margin-top: 5px;
  line-height: 1;
  transition: color 0.3s;
  min-width: 120px;
}
.m3-stat-box .m3-stat-value.m3-urgent {
  color: #cc1719;
  animation: m3Pulse 0.6s ease-in-out infinite;
}
@keyframes m3Pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
#m3-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  border: 2px solid #ffffff;
  padding: 15px;
  position: relative;
  box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.75), inset 0 0 6px 2px rgba(255, 255, 255, 0.75);
}
#m3-grid::before {
  display: none;
}
#m3-grid.m3-done {
  pointer-events: none;
  transition: opacity 0.4s;
}
.m3-cell {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  touch-action: none;
  transition: background 0.2s;
}
.m3-cell:hover {
  background: rgba(255, 255, 255, 0.08);
}
.m3-tile {
  width: 80%;
  height: 80%;
  touch-action: none;
  border-radius: 50%;
  position: relative;
  transition: transform 0.15s ease, opacity 0.25s ease, box-shadow 0.2s;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
.m3-tile.m3-selected {
  box-shadow: 0 0 0 3px #ffffff, 0 0 12px rgba(255, 255, 255, 0.5);
  transform: scale(1.12);
  animation: m3Bounce 0.4s ease;
}
.m3-tile.m3-removing {
  animation: m3MatchBurst 0.28s ease forwards !important;
  transition: none !important;
  overflow: visible;
}
.m3-tile.m3-removing::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  animation: m3SparkleRing1 0.28s ease forwards;
}
.m3-tile.m3-removing::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  animation: m3SparkleRing2 0.28s ease 0.04s forwards;
}
.m3-tile.m3-entering {
  transform: scale(0);
  opacity: 0;
}
.m3-tile.m3-dragging {
  opacity: 0.3;
  transform: scale(0.9);
}
.m3-tile.m3-invalid {
  animation: m3Shake 0.35s ease;
}
.m3-tile.m3-swapping {
  animation: m3Pop 0.18s ease;
}
.m3-tile[data-type="pneus"] {
  background: url('../img/gameplay/icone-pneus.png') center / 55% no-repeat, radial-gradient(circle, #ffffff 0%, #e7ecf4 100%);
  border: 2px solid #aabadc;
}
.m3-tile[data-type="freins"] {
  background: url('../img/gameplay/icone-freins.png') center / 55% no-repeat, radial-gradient(circle, #ffffff 0%, #f7e0de 100%);
  border: 2px solid #eaafa9;
}
.m3-tile[data-type="suspensions"] {
  background: url('../img/gameplay/icone-suspensions.png') center / 30% no-repeat, radial-gradient(circle, #ffffff 0%, #e4e9e0 100%);
  border: 2px solid #58c46c;
}
.m3-tile[data-type="clim"] {
  background: url('../img/gameplay/icone-clim.png') center / 45% no-repeat, radial-gradient(circle, #ffffff 0%, #e5ecf5 100%);
  border: 2px solid #98c0ea;
}
.m3-tile[data-type="transmission"] {
  background: url('../img/gameplay/icone-transmission.png') center / 55% no-repeat, radial-gradient(circle, #ffffff 0%, #f9ecd6 100%);
  border: 2px solid #f4c45d;
}
.m3-tile[data-type="ballon"],
.m3-tile[data-type="ad"] {
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: none;
  animation: m3BonusPulse 1.4s ease-in-out infinite;
  cursor: pointer;
}
.m3-tile[data-type="ballon"] {
  background: url('../img/gameplay/bonus-ballon.png') center / 100% no-repeat;
}
.m3-tile[data-type="ad"] {
  background: url('../img/gameplay/bonus-ad.png') center / 100% no-repeat;
}
@keyframes m3BonusPulse {
  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.08);
    filter: brightness(1.2);
  }
}
.m3-tile.m3-bonus-pop {
  animation: m3BonusPop 0.28s ease forwards !important;
}
@keyframes m3BonusPop {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes m3Bounce {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.22);
  }
  70% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.12);
  }
}
@keyframes m3MatchBurst {
  0% {
    transform: scale(1);
    opacity: 1;
    border-color: inherit;
    box-shadow: none;
  }
  15% {
    transform: scale(1.22);
    opacity: 1;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.9), 0 0 18px 6px rgba(255, 255, 255, 0.8);
  }
  35% {
    transform: scale(1.1);
    opacity: 1;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 24px 8px rgba(255, 255, 255, 0.5);
  }
  55% {
    transform: scale(1.18);
    opacity: 1;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.8), 0 0 20px 7px rgba(255, 255, 255, 0.6);
  }
  100% {
    transform: scale(0);
    opacity: 0;
    border: 3px solid #ffffff;
    box-shadow: 0 0 30px 12px rgba(255, 255, 255, 0);
  }
}
@keyframes m3SparkleRing1 {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
    opacity: 1;
    transform: scale(0.95);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
    opacity: 0;
    transform: scale(1.8);
  }
}
@keyframes m3SparkleRing2 {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 220, 80, 0.7);
    opacity: 0;
    transform: scale(0.9);
  }
  15% {
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 220, 80, 0);
    opacity: 0;
    transform: scale(2.2);
  }
}
@keyframes m3Shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
@keyframes m3Pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.m3-ghost {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  border-radius: 50%;
  transform: scale(1.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}
#m3-grid {
  touch-action: none;
}
.uk-modal:not(.uk-open) {
  pointer-events: none !important;
}
.m3-popup {
  position: absolute;
  font-family: 'Rubik', sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: -1px -1px 0 #004f9e, 1px -1px 0 #004f9e, -1px 1px 0 #004f9e, 1px 1px 0 #004f9e, 0px 3px 0px #004f9e;
  pointer-events: none;
  z-index: 20;
  transform: translateX(-50%);
  white-space: nowrap;
  animation: m3PopupFly 2s ease forwards;
}
@keyframes m3PopupFly {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-55px);
  }
}
.m3-confetti {
  position: fixed;
  border-radius: 2px;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  animation: m3ConfettiBurst 0.5s ease-out forwards;
}
@keyframes m3ConfettiBurst {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) rotate(var(--rot)) scale(0.4);
    opacity: 0;
  }
}
.m3-end-message {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: -1px -1px 0 #004f9e, 1px -1px 0 #004f9e, -1px 1px 0 #004f9e, 1px 1px 0 #004f9e, 0px 3px 0px #004f9e;
  background: rgba(0, 20, 60, 0.55);
  border-radius: inherit;
  pointer-events: none;
  animation: m3FadeIn 0.4s ease forwards;
}
@keyframes m3FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.m3-countdown-number {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  font-family: 'Rubik', sans-serif;
  font-size: 100px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: -1px -1px 0 #004f9e, 1px -1px 0 #004f9e, -1px 1px 0 #004f9e, 1px 1px 0 #004f9e, 0px 3px 0px #004f9e;
  pointer-events: none;
  animation: m3CountdownPop 0.85s ease forwards;
}
@keyframes m3CountdownPop {
  0% {
    transform: scale(2.2);
    opacity: 0;
  }
  18% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.4);
    opacity: 0;
  }
}
@media (max-width: 960px) {
  #gameplay {
    background: url('../img/bg-gameplay-mobile.jpg') bottom center no-repeat #5aade1;
  }
  .ac-logo-gameplay-mobile {
    max-width: 300px;
    padding: 15px;
  }
  #m3-header {
    border-radius: 16px;
    margin-bottom: 0;
  }
  #m3-header::before {
    border-radius: 16px;
  }
  #m3-header .m3-stat-box .m3-stat-label {
    font-size: 10px;
  }
  #m3-header .m3-stat-box .m3-stat-value {
    font-size: 24px;
  }
  /* #m3-header { padding: 8px 14px; }

  .m3-stat-box .m3-stat-value { font-size: 22px; }
  .m3-stat-box .m3-stat-icon  { width: 30px; height: 30px; } */
  #m3-grid {
    gap: 4px;
    padding: 6px;
    margin-top: 10px !important;
  }
}
@media (max-width: 640px) {
  .ac-logo-gameplay-mobile {
    max-width: 50%;
    padding: 15px;
  }
  #m3-wrapper {
    padding: 8px !important;
  }
  /* #m3-header { padding: 7px 10px; margin-bottom: 7px; border-radius: 8px; }

  .m3-stat-box {
    gap: 6px;
    .m3-stat-icon  { width: 24px; height: 24px; }
    .m3-stat-label { font-size: 9px; }
    .m3-stat-value { font-size: 18px; }
  } */
  #m3-grid {
    gap: 3px;
    padding: 5px;
    border-radius: 8px;
    grid-template-columns: repeat(6, 1fr);
  }
  .m3-cell {
    border-radius: 5px;
  }
  .m3-popup {
    font-size: 16px;
  }
}
/* FIN *****************************************************************************************************************/
#fin .ac-dotations-column img,
#terminer .ac-dotations-column img,
#teaser .ac-dotations-column img {
  max-width: 370px;
}
#fin .uk-grid-divider > :not(.uk-first-column)::before,
#terminer .uk-grid-divider > :not(.uk-first-column)::before,
#teaser .uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 1px solid #004f9e;
  opacity: 0.15;
}
#fin .ac-titre,
#terminer .ac-titre,
#teaser .ac-titre {
  font-size: 24px;
  line-height: 26px;
}
#fin .ac-titre .ac-titre-strong,
#terminer .ac-titre .ac-titre-strong,
#teaser .ac-titre .ac-titre-strong {
  font-size: 50px;
  line-height: 52px;
  display: inline-block;
  animation: acBut 0.85s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both;
}
#fin p.ac-titre:nth-child(2),
#terminer p.ac-titre:nth-child(2),
#teaser p.ac-titre:nth-child(2) {
  animation: acFadeSlideUp 0.5s ease-out 0.65s both;
}
#fin .ac-fin-section,
#terminer .ac-fin-section,
#teaser .ac-fin-section {
  animation: acSlideInRight 0.5s ease-out both;
}
#fin .ac-fin-section:nth-child(1),
#terminer .ac-fin-section:nth-child(1),
#teaser .ac-fin-section:nth-child(1) {
  animation-delay: 0.8s;
}
#fin .ac-fin-section:nth-child(2),
#terminer .ac-fin-section:nth-child(2),
#teaser .ac-fin-section:nth-child(2) {
  animation-delay: 1.05s;
}
#fin .ac-fin-section:nth-child(3),
#terminer .ac-fin-section:nth-child(3),
#teaser .ac-fin-section:nth-child(3) {
  animation-delay: 1.3s;
}
#fin .ac-fin-section .ac-fin-icone,
#terminer .ac-fin-section .ac-fin-icone,
#teaser .ac-fin-section .ac-fin-icone {
  padding-top: 5px;
}
#fin .ac-fin-section p,
#terminer .ac-fin-section p,
#teaser .ac-fin-section p {
  color: #004f9e;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
#fin .ac-fin-section p span,
#terminer .ac-fin-section p span,
#teaser .ac-fin-section p span {
  font-weight: 500;
}
#fin .ac-conclusion-text,
#terminer .ac-conclusion-text,
#teaser .ac-conclusion-text {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
#fin .ac-button:hover,
#terminer .ac-button:hover,
#teaser .ac-button:hover {
  color: #ffffff;
}
#fin .ac-button:hover::after,
#terminer .ac-button:hover::after,
#teaser .ac-button:hover::after {
  width: 0;
}
#fin .ac-social-icone a::after,
#terminer .ac-social-icone a::after,
#teaser .ac-social-icone a::after {
  width: 0;
}
#fin .ac-img-fin,
#terminer .ac-img-fin,
#teaser .ac-img-fin {
  animation: acZoomFadeIn 0.6s ease-out 0.25s both;
}
#teaser .ac-inner-card .ac-box-tas {
  max-width: 300px;
}
#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;
}
#terminer .ac-dotations-column img {
  max-width: 100%;
}
@media (max-width: 640px) {
  #fin,
  #terminer,
  #teaser {
    background: url(../img/bg.jpg) bottom right no-repeat #5caee0;
  }
  #fin .ac-dotations-column img,
  #terminer .ac-dotations-column img,
  #teaser .ac-dotations-column img {
    max-width: 80%;
  }
  #fin .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
  #terminer .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
  #teaser .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    border-top: 1px solid #ffffff;
  }
  #fin .uk-grid-divider > :not(.uk-first-column)::before,
  #terminer .uk-grid-divider > :not(.uk-first-column)::before,
  #teaser .uk-grid-divider > :not(.uk-first-column)::before {
    border-left: 1px solid #004f9e;
    opacity: 1;
  }
  #fin .ac-card,
  #terminer .ac-card,
  #teaser .ac-card {
    margin-top: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.75) 50%);
  }
  #fin .ac-titre,
  #terminer .ac-titre,
  #teaser .ac-titre {
    font-size: 18px;
    line-height: 20px;
  }
  #fin .ac-titre .ac-titre-strong,
  #terminer .ac-titre .ac-titre-strong,
  #teaser .ac-titre .ac-titre-strong {
    font-size: 40px;
    line-height: 42px;
  }
  #fin .ac-img-fin,
  #terminer .ac-img-fin,
  #teaser .ac-img-fin {
    max-width: 80%;
  }
  #fin .ac-fin-section p,
  #terminer .ac-fin-section p,
  #teaser .ac-fin-section p {
    font-size: 14px;
    line-height: 16px;
  }
  #fin .ac-conclusion-text,
  #terminer .ac-conclusion-text,
  #teaser .ac-conclusion-text {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (min-width: 640px) {
  #fin .ac-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.95) 60%);
  }
}
/* FOOTER SECTION ****************************************************************************************************************************/
#ac-footer {
  padding: 20px 40px;
  max-width: 1300px;
  margin: auto;
}
#ac-footer p {
  font-family: 'Rubik', sans-serif;
  color: #1d1d1b;
  font-size: 12px;
  line-height: 14px;
  opacity: 0.5;
}
#ac-footer p a {
  color: #1d1d1b;
}
#ac-footer p a::after {
  width: 100%;
}
#ac-footer .uk-nav li,
#ac-footer .uk-nav a {
  font-family: 'Rubik', sans-serif;
  color: #1d1d1b;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}
#ac-footer .uk-nav li a::after {
  bottom: 4px;
}
#ac-footer .uk-nav .ac-footer-link-bullet {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1d1d1b;
  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: 'Rubik', sans-serif;
  color: #004f9e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.uk-modal-body h3 {
  font-family: 'Rubik', sans-serif;
  color: #1d1d1b;
  font-size: 16px;
  margin-bottom: 0;
}
.uk-modal-body p {
  font-family: 'Rubik', 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: 'Rubik', sans-serif;
  color: #cc1719;
  font-size: 26px;
  line-height: 28px;
  font-weight: 900;
  text-transform: uppercase;
}
#start .ac-modal-start-objectif,
#m3-end .ac-modal-start-objectif {
  color: #004f9e;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
#start .ac-modal-fin-text,
#m3-end .ac-modal-fin-text {
  color: #004f9e;
  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: #004f9e;
  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;
  }
  #ac-footer ul.uk-nav {
    flex-wrap: wrap;
  }
  #ac-footer ul.uk-nav li.uk-nav-divider {
    display: none;
  }
  #ac-footer ul.uk-nav li:not(.uk-nav-divider) {
    width: 50%;
    box-sizing: border-box;
  }
  .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;
  }
}
