/* .grecaptcha-badge {
  right:-500px !important;
} */
/* DIMENSIONS ***************************************************************************************************************/
/* Site optimisÃ© pour iframe de 1300px */
/* COLORS *****************************************************************************************************************/
.ac-color-primary {
  color: #23392c !important;
}
/* TRANSITIONS ENTRE PAGES ***************************************************************************************************/
/*
body {
  animation: ac-page-fade-in .1s ease-out;
}

body.ac-page-fade-out {
  opacity: 0;
  transition: opacity .1s ease-in;
}

@keyframes ac-page-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
*/
/* 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: #23372c;
  font-family: 'Volte', sans-serif;
  font-weight: 400;
}
a {
  position: relative;
}
a::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #23372c;
  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 30px 30px;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(247, 172, 0, 0.5);
  /* &::before {
    content:url('../img/lueur-form.png');
    position:absolute;
    top:-11px;
    left:25px;
  } */
}
.ac-card .ac-titre {
  font-family: 'Volte', sans-serif;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #23392c;
}
.ac-card .ac-titre .ac-titre-strong {
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  color: #23392c;
}
.ac-card .ac-sous-titre {
  margin-top: 5px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #b48946;
}
.ac-card .ac-titre-connexion {
  font-family: 'Volte', sans-serif;
  color: #b48946;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-transform: inherit;
}
.ac-card .ac-sous-titre-connexion {
  font-size: 12px;
  line-height: 14px;
}
.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: #f7ac00;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  margin: 20px 0 20px;
  opacity: 0.25;
}
@media (max-width: 960px) {
  .ac-card {
    padding: 20px 30px;
    margin-top: -5px;
    border-radius: 16px 16px 0 0;
  }
  .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: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .ac-card .ac-titre .ac-titre-strong {
    font-size: 22px;
    line-height: 24px;
  }
  .ac-card .ac-sous-titre {
    font-size: 16px;
    line-height: 18px;
  }
  .ac-card .ac-titre-connexion {
    font-size: 14px;
    line-height: 16px;
  }
  .ac-card hr {
    margin-top: 0;
    margin-bottom: 0px;
  }
}
/* 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: 40px !important;
  background-color: #ffffff;
  border: 1px solid #ececec;
  color: #23372c;
  font-size: 12px;
  line-height: 40px;
  font-family: 'Volte', sans-serif;
  font-weight: 400;
  border-radius: 8px;
  text-align: left;
  transition: all 0.5s;
}
.ac-form .ac-input::placeholder,
.ac-form .uk-select::placeholder,
.ac-form .select2::placeholder {
  color: #23372c;
  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: #23392c;
}
.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: 40px !important;
  line-height: 36px !important;
}
.ac-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #23372c;
  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: #B84A3A !important;
  background-color: #ffffff !important;
}
.ac-form .ac-checkbox-wrap {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 18px;
  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: 20px;
  height: 18px;
  background-color: #ececec;
  clip-path: polygon(5px 0, 15px 0, 20px 9px, 15px 18px, 5px 18px, 0 9px);
  transition: all 0.5s;
  pointer-events: none;
}
.ac-form .ac-checkbox-shape::before {
  content: '';
  position: absolute;
  top: 1.5px;
  left: 1.5px;
  width: 17px;
  height: 15px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  clip-path: polygon(4.25px 0, 12.75px 0, 17px 7.5px, 12.75px 15px, 4.25px 15px, 0 7.5px);
  transition: all 0.5s;
}
.ac-form .ac-checkbox-input:checked + .ac-checkbox-shape {
  background-color: #23372c;
}
.ac-form .ac-checkbox-input:checked + .ac-checkbox-shape::before {
  background-color: #23392c;
  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 #23372c;
  outline-offset: 2px;
}
.ac-form .ac-checkbox-input.ac-input-error + .ac-checkbox-shape {
  filter: drop-shadow(0 0 1px #B84A3A) drop-shadow(0 0 1px #B84A3A);
}
.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: #23372c;
  font-size: 14px;
  line-height: 36px;
  font-family: 'Volte', sans-serif;
  font-weight: 400;
}
.ac-form .ac-input-date {
  padding-top: 3px;
  padding-bottom: 3px;
  height: 40px !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 .ac-checkbox-wrap {
  margin-top: 0;
  vertical-align: top;
}
.ac-form .ac-label p {
  font-family: 'Volte', sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #23372c;
}
.ac-form .ac-label p a {
  text-decoration: none;
  font-weight: 500;
  color: #23372c;
}
.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 {
  background-color: #fef9ec;
  color: #23372c;
  border-radius: 16px;
  border: 1px dashed #f3d28f;
  box-shadow: 0 0 18px #fef9ec;
  padding: 20px;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}
.ac-form .ac-upload-zone img {
  max-width: 100px;
}
.ac-form .ac-upload-zone .ac-upload-titre {
  font-family: 'Volte', sans-serif;
  text-transform: uppercase;
  color: #23392c;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.ac-form .ac-upload-zone .ac-upload-sous-titre {
  font-weight: 500;
  font-size: 14px;
}
.ac-form .ac-upload-zone .ac-upload-formats {
  font-size: 12px;
  line-height: 14px;
  color: #23392c;
}
.ac-form .ac-upload-zone:hover,
.ac-form .ac-upload-zone.dragover {
  transform: scale(1.025);
}
.ac-form .ac-upload-zone.hidden {
  display: none !important;
}
.ac-form .ac-upload-zone.ac-input-error {
  /* .ac-upload-formats {
        background-color: #FFF5F5;
      } */
}
.ac-form .ac-upload-zone.ac-input-error .ac-upload-dashed {
  border-style: solid;
  border-color: #B84A3A !important;
}
.ac-form .ac-file-preview {
  display: none;
  background-color: #ffffff;
  color: #23372c;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(180, 137, 70, 0.12);
  padding: 10px;
  text-align: center;
  animation: slideIn 0.3s ease;
}
.ac-form .ac-file-preview.show {
  display: block;
}
.ac-form .ac-file-preview .ac-file-preview-dashed {
  border: 1px dashed #23392c;
  border-radius: 6px;
  padding: 12px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.ac-form .ac-file-preview .ac-file-icone {
  width: 28px;
  flex-shrink: 0;
}
.ac-form .ac-file-preview .ac-file-info {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}
.ac-form .ac-file-preview .ac-file-name-text {
  color: #23372c;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ac-form .ac-file-preview .ac-file-size {
  color: #23372c;
  font-size: 11px;
  line-height: 13px;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.6;
  flex-shrink: 0;
}
.ac-form .ac-file-preview .ac-file-size::before {
  content: '- ';
}
.ac-form .ac-file-preview .remove-file {
  background: #23392c;
  background: radial-gradient(circle, #23392c, #23392c 90%);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  cursor: pointer;
  font-size: 16px;
  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: #B84A3A !important;
}
.ac-form .ac-input-valid {
  border-color: #23392c !important;
}
.ac-form .ac-error-form {
  color: #B84A3A !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: #b48946;
  height: 35px;
  line-height: 35px;
  display: block;
  text-transform: inherit;
  text-align: center;
}
.ac-form .ac-input-file-selected {
  background-color: #b48946;
  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: 10px;
  }
  .ac-form .ac-file-preview .ac-file-preview-dashed {
    padding: 10px 12px;
  }
  .ac-form .ac-upload-zone {
    padding: 15px 10px 22px;
  }
  .ac-form .ac-upload-zone .ac-upload-titre {
    font-size: 14px;
    line-height: 16px;
  }
  .ac-form .ac-upload-zone .ac-upload-sous-titre {
    font-size: 12px;
  }
  .ac-form .ac-upload-zone .ac-upload-formats {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (min-width: 960px) {
  .ac-form-margin-right {
    padding-right: 5px;
  }
}
/* BOUTONS *****************************************************************************************************************/
.ac-button {
  font-family: 'Volte', sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  padding: 12px 70px 12px;
}
.ac-button-primary {
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #e7b75c;
  border-radius: 12px;
  background: linear-gradient(90deg, #264130, #517c62 45%, #7eaf95 60%, #517c62 75%, #264130) 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(-1px) scale(1.005);
  box-shadow: 0 3px 9px rgba(247, 172, 0, 0.5);
}
.ac-button-primary-wrap {
  display: grid;
  place-items: center;
}
.ac-abeille-bouton {
  grid-area: 1 / 1;
  position: relative;
  width: 440px;
  max-width: none;
  aspect-ratio: 436 / 102;
  z-index: 0;
  pointer-events: none;
  align-self: center;
  justify-self: center;
}
.ac-abeille-bouton__trait {
  position: absolute;
  left: 0;
  top: 0;
  width: 92.66%;
  height: 100%;
}
.ac-abeille-bouton__abeille {
  position: absolute;
  left: 85.78%;
  top: 14.71%;
  width: 14.22%;
  height: 65.69%;
  animation: ac-bee-bob 2.4s ease-in-out infinite;
}
@keyframes ac-bee-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
.ac-button-primary-wrap .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: 1px solid #e7b75c;
  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(247, 172, 0, 0.5);
}
.ac-button-small {
  font-family: 'Volte', 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: 'Volte', sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #23372c;
  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: #23392c;
  border: 1px solid #23392c;
  padding: 3px 15px;
  transition: all 0.5s;
}
.ac-button-banner-cookies:hover {
  background-color: #23392c;
  color: #ffffff;
  border-color: #ffffff;
}
.ac-button[disabled],
button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.uk-table tr {
  border-bottom: 1px solid #23392c;
  font-family: 'Volte', sans-serif;
  color: #23372c;
  font-size: 18px;
  line-height: 20px;
}
.uk-table tr.ac-table-highlight {
  color: #b48946;
}
.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: 'Volte', 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: 'Volte', sans-serif;
  color: #23392c;
  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: 'Volte', sans-serif;
  color: #23392c;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.ac-content-section .uk-text-small {
  color: #23372c;
  font-size: 11px;
  line-height: 13px;
}
.ac-content-section .uk-alert {
  background-color: #fdfdfd;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-right: 20px;
}
.ac-content-section .uk-alert p {
  color: #B84A3A;
  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: 'Volte', sans-serif;
  font-size: 14px;
  color: #23392c;
}
.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: #b48946;
}
.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: #23372c;
  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 25px 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-upload-indication {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
#verification .ac-upload-indication .ac-upload-indication-icon {
  color: #f3d28f;
}
#verification .ac-inner-card {
  max-width: 500px;
}
#verification .ac-text-intro {
  font-family: 'Volte', sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
#verification .ac-form-field-column-top {
  align-self: flex-start;
}
#verification .ac-step-verification {
  font-family: 'Volte', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #23372c;
  font-weight: 700;
  margin-bottom: 5px;
}
#verification .ac-step-verification p {
  color: #b48946;
  font-weight: 600;
}
#verification .ac-step-verification .step {
  background: linear-gradient(90deg, #b48946, #23392c);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  font-family: 'Volte', sans-serif;
}
#verification .ac-step-verification:first-child p {
  color: #23372c;
}
#verification .ac-indication {
  margin: 5px 0 0 15px;
  color: #23372c;
  opacity: 0.5;
}
#verification .uk-text-small a {
  color: #23372c;
}
#verification .uk-text-small a::after {
  width: 100%;
  bottom: 0px;
}
#verification .ac-button {
  padding: 12px 30px 12px;
}
@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-titre {
  font-family: 'Volte', sans-serif;
  font-size: 34px;
  line-height: 36px;
  color: #23392c;
  font-weight: 700;
  text-transform: uppercase;
}
#gameplay .ac-instruction {
  font-family: 'Volte', sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #23392c;
  font-weight: 600;
  text-transform: uppercase;
}
#gameplay .ac-sous-titre {
  font-family: 'Volte', sans-serif;
  font-size: 22px;
  line-height: 24px;
  color: #b48946;
  font-weight: 600;
}
/* JEU ABEILLE (glisser jusqu'à l'alvéole) ***********************************************************************************/
.ac-hive-game {
  position: relative;
  width: 100%;
  max-width: 851px;
  margin: 20px auto 0;
  aspect-ratio: 851 / 375;
}
.ac-hive-game .ac-hive-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ac-hive-game .ac-hive-curve {
  position: absolute;
  left: 15.64%;
  top: -4.8%;
  width: 78.38%;
  pointer-events: none;
}
.ac-hive-game .ac-hive-path {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ac-hive-game .ac-hive-path path {
  fill: none;
  stroke: transparent;
}
.ac-hive-game .ac-hive-target {
  position: absolute;
  width: 14%;
  left: 53.45%;
  top: 55.8%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: ac-hive-target-pulse 1.8s ease-in-out infinite;
  --ac-hive-glow: 0;
  filter: drop-shadow(0 0 calc(var(--ac-hive-glow) * 14px) rgba(255, 205, 80, 0.85)) brightness(calc(1 + var(--ac-hive-glow) * 0.3));
  transition: filter 0.3s ease-out;
}
.ac-hive-game .ac-hive-cell-flash,
.ac-hive-game .ac-hive-neighbor-flash {
  position: absolute;
  width: 8.4%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
.ac-hive-game .ac-hive-cell-flash::before,
.ac-hive-game .ac-hive-neighbor-flash::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0%, rgba(255, 255, 255, 0.9) 18%, rgba(255, 221, 140, 0.35) 45%, rgba(255, 180, 60, 0) 70%);
  mix-blend-mode: screen;
  opacity: 0;
}
.ac-hive-game .ac-hive-cell-flash.ac-flash-active::before {
  animation: ac-hive-cell-flash-pulse 0.6s ease-out 0.36s both;
}
.ac-hive-game .ac-hive-neighbor-flash {
  width: 8.4%;
}
.ac-hive-game.ac-hive-completed .ac-hive-neighbor-flash::before {
  animation: ac-hive-cell-flash-pulse 0.5s ease-out 0.3s both;
}
.ac-hive-game.ac-hive-completed .ac-hive-neighbor-flash .ac-hive-mini-drop {
  animation: ac-hive-mini-drop-fall 0.4s ease-out 0.04s both;
}
.ac-hive-game.ac-hive-completed .ac-hive-neighbor-flash.ac-hive-neighbor-flash-late::before {
  animation-delay: 0.36s;
}
.ac-hive-game.ac-hive-completed .ac-hive-neighbor-flash.ac-hive-neighbor-flash-late .ac-hive-mini-drop {
  animation-delay: 0.1s;
}
.ac-hive-game .ac-hive-mini-drop {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32%;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle at 35% 30%, #fff0b8 0%, #f7bc2e 45%, #a8690a 100%);
  border-radius: 4% 50% 50% 50%;
  transform: translate(-50%, -50%) scale(0) rotate(45deg);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: normal;
  filter: drop-shadow(-1px 1px 1px rgba(140, 85, 0, 0.35));
}
.ac-hive-game .ac-hive-mini-drop-small {
  width: 24%;
}
.ac-hive-game .ac-hive-cell-flash.ac-flash-active .ac-hive-mini-drop {
  animation: ac-hive-mini-drop-fall 0.55s ease-out;
}
.ac-hive-game .ac-hive-trail {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.ac-hive-game .ac-hive-trail-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 246, 214, 0.9) 0%, rgba(255, 205, 60, 0.55) 45%, rgba(255, 205, 60, 0) 78%);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  --trail-glow: 0;
  --trail-rot: 0deg;
  --trail-scale: 1;
}
.ac-hive-game .ac-hive-trail-dot::after {
  content: '';
  position: absolute;
  inset: 18%;
  background: radial-gradient(circle, #ffffff 0%, #fff3c4 40%, #ffcf4d 70%, rgba(255, 207, 77, 0) 100%);
  clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
  transform: rotate(var(--trail-rot, 0deg));
}
.ac-hive-game .ac-hive-trail-dot.ac-spawn {
  animation: ac-hive-trail-spark 1.2s ease-out forwards;
}
.ac-hive-game .ac-hive-lost-message {
  position: absolute;
  left: 53.45%;
  top: 30%;
  transform: translate(-50%, -8px);
  color: #23392c;
  font-family: 'Volte', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0 4px #ffffff, 0 0 10px rgba(255, 255, 255, 0.95), 0 0 22px rgba(255, 240, 200, 0.85), 0 0 38px rgba(255, 220, 140, 0.65), 0 0 56px rgba(255, 205, 60, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 4;
}
.ac-hive-game .ac-hive-lost-message.ac-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.ac-hive-game .ac-hive-flash {
  position: absolute;
  left: 53.45%;
  top: 55.8%;
  width: 30%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 229, 160, 0.65) 40%, rgba(255, 229, 160, 0) 72%);
  pointer-events: none;
  opacity: 0;
  z-index: 3;
}
.ac-hive-game .ac-hive-drop {
  position: absolute;
  left: 53.45%;
  top: 55.8%;
  width: 4.5%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  z-index: 3;
  filter: drop-shadow(-1px 2px 1px rgba(140, 85, 0, 0.35));
}
.ac-hive-game .ac-hive-shockwave {
  position: absolute;
  left: 53.45%;
  top: 55.8%;
  width: 20%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 3px solid rgba(255, 205, 80, 0.9);
  transform: translate(-50%, -50%) scale(0.3);
  pointer-events: none;
  opacity: 0;
  z-index: 3;
}
.ac-hive-game .ac-hive-success-spark {
  position: absolute;
  width: 3%;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle, #ffffff 0%, #fff3c4 35%, #ffcf4d 65%, rgba(255, 180, 60, 0) 85%);
  clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: none;
  z-index: 3;
  transition: left 0.75s cubic-bezier(0.15, 0.7, 0.3, 1), top 0.75s cubic-bezier(0.15, 0.7, 0.3, 1), opacity 0.75s ease-out, transform 0.75s ease-out;
}
.ac-hive-game .ac-hive-success-message {
  position: absolute;
  left: 53.45%;
  top: 30%;
  transform: translate(-50%, -10px) scale(0.85);
  color: #23392c;
  font-family: 'Volte', sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0 5px #ffffff, 0 0 12px rgba(255, 255, 255, 0.95), 0 0 26px rgba(255, 240, 200, 0.85), 0 0 44px rgba(255, 220, 140, 0.65), 0 0 66px rgba(255, 205, 60, 0.45);
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}
.ac-hive-game .ac-hive-success-message span {
  font-size: 16px;
  line-height: 18px;
}
.ac-hive-game.ac-hive-completed .ac-hive-flash {
  animation: ac-hive-flash-burst 0.45s ease-out 0.08s forwards;
}
.ac-hive-game.ac-hive-completed .ac-hive-drop {
  animation: ac-hive-drop-fall 0.55s cubic-bezier(0.55, 0, 1, 0.45) 0.1s forwards;
}
.ac-hive-game.ac-hive-completed .ac-hive-shockwave {
  animation: ac-hive-shockwave-expand 0.7s ease-out 0.08s forwards;
}
.ac-hive-game.ac-hive-completed .ac-hive-success-message {
  animation: ac-hive-success-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.55s forwards;
}
.ac-hive-game .ac-hive-bee {
  position: absolute;
  width: 9%;
  left: 15.87%;
  top: 0.69%;
  --ac-bee-flip: 1;
  --ac-bee-rotate: 0deg;
  transform: translate(-50%, -50%) scaleX(var(--ac-bee-flip)) rotate(var(--ac-bee-rotate));
  animation: ac-hive-bee-float 1.8s ease-in-out infinite;
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
  transition: filter 0.2s;
  z-index: 2;
}
.ac-hive-game .ac-hive-bee.ac-dragging {
  animation: none;
  transform: translate(-50%, -50%) scaleX(var(--ac-bee-flip)) rotate(var(--ac-bee-rotate));
  cursor: grabbing;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.35));
}
.ac-hive-game .ac-hive-bee.ac-facing-left {
  --ac-bee-flip: -1;
}
.ac-hive-game .ac-hive-bee.ac-dragging.ac-shake {
  animation: ac-hive-bee-shake 0.9s ease-in-out infinite;
}
.ac-hive-game .ac-hive-bee.ac-absorbed {
  animation: ac-hive-bee-absorbed 0.3s ease-in forwards;
}
.ac-hive-game.ac-hive-completed .ac-hive-target {
  animation: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.ac-hive-game.ac-hive-completed .ac-hive-lost-message {
  opacity: 0;
}
.ac-hive-game.ac-hive-game-mobile {
  aspect-ratio: 833 / 568;
}
.ac-hive-game.ac-hive-game-mobile .ac-hive-curve {
  left: 6.54%;
  top: 0.44%;
  width: 93.64%;
}
.ac-hive-game.ac-hive-game-mobile .ac-hive-target,
.ac-hive-game.ac-hive-game-mobile .ac-hive-flash,
.ac-hive-game.ac-hive-game-mobile .ac-hive-drop,
.ac-hive-game.ac-hive-game-mobile .ac-hive-shockwave {
  left: 51.62%;
  top: 69.19%;
}
.ac-hive-game.ac-hive-game-mobile .ac-hive-success-message,
.ac-hive-game.ac-hive-game-mobile .ac-hive-lost-message {
  left: 51.62%;
  top: 48%;
}
.ac-hive-game.ac-hive-game-mobile .ac-hive-target {
  width: 18.13%;
}
.ac-hive-game.ac-hive-game-mobile .ac-hive-drop {
  width: 9%;
}
.ac-hive-game.ac-hive-game-mobile .ac-hive-flash {
  width: 32%;
}
.ac-hive-game.ac-hive-game-mobile .ac-hive-bee {
  width: 15%;
  left: 6.75%;
  top: 1.65%;
}
@keyframes ac-hive-target-pulse {
  0%,
  100% {
    opacity: calc(0.7 - var(--ac-hive-glow, 0) * 0.15);
    transform: translate(-50%, -50%) scale(calc(1 - var(--ac-hive-glow, 0) * 0.03));
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(calc(1.08 + var(--ac-hive-glow, 0) * 0.3));
  }
}
@keyframes ac-hive-bee-float {
  0%,
  100% {
    transform: translate(-50%, calc(-50% - 3px)) scaleX(var(--ac-bee-flip));
  }
  50% {
    transform: translate(-50%, calc(-50% + 3px)) scaleX(var(--ac-bee-flip));
  }
}
@keyframes ac-hive-drop-fall {
  0% {
    opacity: 0;
    transform: translate(-50%, -220%) scale(0.7);
  }
  20% {
    opacity: 1;
  }
  65% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  80% {
    transform: translate(-50%, -42%) scale(1.35, 0.7);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -46%) scale(0.4);
  }
}
@keyframes ac-hive-mini-drop-fall {
  0% {
    opacity: 0;
    transform: translate(-50%, -320%) scale(0.6) rotate(45deg);
  }
  20% {
    opacity: 1;
  }
  65% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(45deg);
  }
  80% {
    transform: translate(-50%, -44%) scale(1.3, 0.75) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -47%) scale(0.35) rotate(45deg);
  }
}
@keyframes ac-hive-flash-burst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.7);
  }
}
@keyframes ac-hive-shockwave-expand {
  0% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0.3);
    border-width: 4px;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.4);
    border-width: 0;
  }
}
@keyframes ac-hive-success-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, -10px) scale(0.6);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 4px) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}
@keyframes ac-hive-cell-flash-pulse {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  25% {
    opacity: 1;
    transform: scale(0.85);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes ac-hive-trail-spark {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  20% {
    opacity: calc(0.5 + var(--trail-glow) * 0.5);
    transform: translate(-50%, -50%) scale(calc((0.6 + var(--trail-glow) * 0.5) * var(--trail-scale)));
    filter: drop-shadow(0 0 calc(3px + var(--trail-glow) * 12px) rgba(255, 205, 60, 0.95)) brightness(calc(1 + var(--trail-glow) * 0.8));
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(calc((0.8 + var(--trail-glow) * 0.3) * var(--trail-scale)));
  }
}
@keyframes ac-hive-bee-shake {
  0%,
  100% {
    transform: translate(-50%, -50%) scaleX(var(--ac-bee-flip)) rotate(var(--ac-bee-rotate));
  }
  20% {
    transform: translate(-50%, -50%) scaleX(var(--ac-bee-flip)) rotate(calc(var(--ac-bee-rotate) - 16deg));
  }
  40% {
    transform: translate(-50%, -50%) scaleX(var(--ac-bee-flip)) rotate(calc(var(--ac-bee-rotate) + 14deg));
  }
  60% {
    transform: translate(-50%, -50%) scaleX(var(--ac-bee-flip)) rotate(calc(var(--ac-bee-rotate) - 10deg));
  }
  80% {
    transform: translate(-50%, -50%) scaleX(var(--ac-bee-flip)) rotate(calc(var(--ac-bee-rotate) + 6deg));
  }
}
@keyframes ac-hive-bee-absorbed {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scaleX(var(--ac-bee-flip)) scale(1);
  }
  60% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scaleX(var(--ac-bee-flip)) scale(0.55);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(var(--ac-bee-flip)) scale(0.15);
  }
}
@media (max-width: 960px) {
  #gameplay .ac-titre {
    font-size: 28px;
    line-height: 30px;
  }
  #gameplay .ac-instruction {
    font-size: 18px;
    line-height: 20px;
  }
  #gameplay .ac-sous-titre {
    font-size: 20px;
    line-height: 22px;
  }
  #gameplay .ac-card-column {
    padding: 15px 25px 25px;
    margin-top: 0;
  }
  .ac-hive-game {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .ac-logo-gameplay-mobile {
    max-width: 50%;
    padding: 15px;
  }
  #gameplay .ac-titre {
    font-size: 21px;
    line-height: 23px;
  }
  #gameplay .ac-instruction {
    font-size: 13px;
    line-height: 16px;
    padding: 0 5px;
  }
  #gameplay .ac-sous-titre {
    font-size: 15px;
    line-height: 17px;
  }
  .ac-hive-game {
    margin-top: 10px;
  }
  .ac-hive-game .ac-hive-lost-message {
    font-size: 11px;
  }
}
@media (min-width: 960px) {
  #gameplay .ac-dotations-column img {
    max-width: 1115px;
  }
  #gameplay .ac-card-column {
    padding: 0 25px 25px;
    margin-top: -25px;
  }
}
/* FIN *****************************************************************************************************************/
#fin,
#terminer,
#teaser {
  background: url('../img/bg-fin.jpg') top center no-repeat #ffffff;
}
#fin .ac-fin-titre,
#terminer .ac-fin-titre,
#teaser .ac-fin-titre {
  font-family: 'Volte', sans-serif;
  color: #23392c;
  font-size: 44px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
}
#fin .ac-fin-sous-titre,
#terminer .ac-fin-sous-titre,
#teaser .ac-fin-sous-titre {
  font-family: 'Volte', sans-serif;
  color: #23392c;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
#fin .ac-fin-chances,
#terminer .ac-fin-chances,
#teaser .ac-fin-chances {
  max-width: 800px;
  margin: auto;
}
#fin .ac-fin-chances-texte,
#terminer .ac-fin-chances-texte,
#teaser .ac-fin-chances-texte {
  font-family: 'Volte', sans-serif;
  color: #23392c;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
}
#fin .ac-fin-chances-texte span,
#terminer .ac-fin-chances-texte span,
#teaser .ac-fin-chances-texte span {
  color: #b48946;
  font-weight: 600;
}
#fin .ac-fin-chances-sous-texte,
#terminer .ac-fin-chances-sous-texte,
#teaser .ac-fin-chances-sous-texte {
  font-family: 'Volte', sans-serif;
  color: #23392c;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}
#fin .ac-fin-produits,
#terminer .ac-fin-produits,
#teaser .ac-fin-produits {
  position: relative;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 25px;
}
#fin .ac-fin-produits::before,
#terminer .ac-fin-produits::before,
#teaser .ac-fin-produits::before {
  content: '';
  display: none;
  position: absolute;
  top: 28px;
  left: 43%;
  transform: translateX(-50%);
  width: 267px;
  height: 22px;
  background: url('../img/fin-trajectoire.png') no-repeat center / contain;
  pointer-events: none;
}
@media (min-width: 960px) {
  #fin .ac-fin-produits::before,
  #terminer .ac-fin-produits::before,
  #teaser .ac-fin-produits::before {
    display: block;
  }
}
#fin .ac-fin-produits-titre,
#terminer .ac-fin-produits-titre,
#teaser .ac-fin-produits-titre {
  font-family: 'Volte', sans-serif;
  color: #23392c;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
#fin .ac-fin-produits-titre::before,
#terminer .ac-fin-produits-titre::before,
#teaser .ac-fin-produits-titre::before {
  content: url('../img/fin-fleur.png');
  position: absolute;
  left: -95px;
  top: -65px;
}
#fin .ac-fin-produits-texte,
#terminer .ac-fin-produits-texte,
#teaser .ac-fin-produits-texte {
  font-family: 'Volte', sans-serif;
  color: #23392c;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
#fin .ac-button,
#terminer .ac-button,
#teaser .ac-button {
  font-size: 22px;
  padding: 8px 25px 8px;
}
#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 {
  display: none;
}
#fin .ac-button-fin,
#terminer .ac-button-fin,
#teaser .ac-button-fin {
  font-size: 17px;
  line-height: 19px;
}
/* #terminer {
  .ac-titre {
    font-size: 24px;
    line-height: 26px;

    .ac-titre-strong {
      font-size: 40px;
      line-height: 52px;
      display: inline-block;
      animation: none;
    }
  }

  p.ac-titre:nth-child(2) {
    animation: none;
  }

  .ac-fin-section {
    animation: none;
  }

  .ac-img-fin {
    animation: none;
  }

  .ac-dotations-column {
    img {
      max-width: 100%;
    }
  }
} */
@media (max-width: 640px) {
  #fin,
  #terminer,
  #teaser {
    background-color: #ffecc2;
  }
  #fin .ac-card-column,
  #terminer .ac-card-column,
  #teaser .ac-card-column {
    margin-top: 25px;
    padding-left: 50x;
    padding-right: 25px;
  }
  #fin .ac-fin-titre,
  #terminer .ac-fin-titre,
  #teaser .ac-fin-titre {
    font-size: 30px;
    line-height: 32px;
  }
  #fin .ac-fin-sous-titre,
  #terminer .ac-fin-sous-titre,
  #teaser .ac-fin-sous-titre {
    font-size: 20px;
    line-height: 22px;
  }
  #fin .ac-fin-chances,
  #terminer .ac-fin-chances,
  #teaser .ac-fin-chances {
    margin-top: 25px;
  }
  #fin .ac-fin-chances img,
  #terminer .ac-fin-chances img,
  #teaser .ac-fin-chances img {
    max-width: 150px;
  }
  #fin .ac-fin-chances-texte,
  #terminer .ac-fin-chances-texte,
  #teaser .ac-fin-chances-texte {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }
  #fin .ac-fin-chances-sous-texte,
  #terminer .ac-fin-chances-sous-texte,
  #teaser .ac-fin-chances-sous-texte {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }
  #fin .ac-fin-produits,
  #terminer .ac-fin-produits,
  #teaser .ac-fin-produits {
    margin-top: 50px;
  }
  #fin .ac-fin-produits-titre,
  #terminer .ac-fin-produits-titre,
  #teaser .ac-fin-produits-titre {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }
  #fin .ac-fin-produits-titre::before,
  #terminer .ac-fin-produits-titre::before,
  #teaser .ac-fin-produits-titre::before {
    display: none;
  }
  #fin .ac-fin-produits-texte,
  #terminer .ac-fin-produits-texte,
  #teaser .ac-fin-produits-texte {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  #fin .ac-button,
  #terminer .ac-button,
  #teaser .ac-button {
    display: block;
    margin: auto;
  }
}
@media (min-width: 640px) {
  #fin .ac-dotations-column img {
    max-width: 1115px;
  }
  #fin .ac-card-column {
    margin-top: -15px;
  }
  #fin .ac-fin-produits-column {
    padding-left: 100px;
  }
}
/* FOOTER SECTION ****************************************************************************************************************************/
#ac-footer {
  padding: 20px 40px;
  max-width: 1300px;
  margin: auto;
}
#ac-footer p {
  font-family: 'Volte', sans-serif;
  color: #23372c;
  font-size: 12px;
  line-height: 14px;
  opacity: 0.5;
}
#ac-footer p a {
  color: #b48946;
}
#ac-footer p a::after {
  width: 100%;
}
#ac-footer .uk-nav li,
#ac-footer .uk-nav a {
  font-family: 'Volte', sans-serif;
  color: #b48946;
  font-size: 12px;
  line-height: 14px;
  position: relative;
}
#ac-footer .uk-nav li a::after {
  background-color: #b48946;
  bottom: 4px;
}
#ac-footer .uk-nav .ac-footer-link-bullet {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #b48946;
  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: 'Volte', sans-serif;
  color: #23392c;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.uk-modal-body h3 {
  font-family: 'Volte', sans-serif;
  color: #f7ac00;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.uk-modal-body p {
  font-family: 'Volte', sans-serif;
  color: #9e9e9e;
  font-size: 14px;
  margin-top: 5px;
}
.uk-modal-body a {
  color: #9e9e9e;
}
#modal-contact h2 span {
  color: #f7ac00;
}
#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: 'Volte', sans-serif;
  color: #23392c;
  font-size: 26px;
  line-height: 28px;
  font-weight: 900;
  text-transform: uppercase;
}
#start .ac-modal-start-objectif,
#m3-end .ac-modal-start-objectif {
  color: #23372c;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
#start .ac-modal-fin-text,
#m3-end .ac-modal-fin-text {
  color: #23372c;
  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: #23372c;
  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;
    /* ul.uk-nav {
      flex-wrap: wrap;

      li.uk-nav-divider {
        display: none;
      }

      li:not(.uk-nav-divider) {
        width: 50%;
        box-sizing: border-box;
      }
    } */
  }
  #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;
  }
}
