.grecaptcha-badge {
  right: -500px !important;
}
/* DIMENSIONS ***************************************************************************************************************/
/* COLORS *****************************************************************************************************************/
.ac-color-primary {
  color: #731d71;
}
/* FONTS *****************************************************************************************************************/
@font-face {
  font-family: '232MKSD';
  src: url('../font/MKSD-Medium.woff2') format('woff2'), url('../font/MKSD-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '232MKSD';
  src: url('../font/MKSD-Black.woff2') format('woff2'), url('../font/MKSD-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '232MKSD';
  src: url('../font/MKSD-Bold.woff2') format('woff2'), url('../font/MKSD-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
p {
  color: #212529;
  font-family: 'Albert Sans', sans-serif;
}
/* CARD *****************************************************************************************************************/
.ac-card {
  background-color: #ffffff;
  /* background: #7AEEFF;
  background: linear-gradient(0deg,rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 50%);
  border-radius: 0 0 10px 10px; */
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  border-radius: 12px;
}
.ac-card .ac-hr {
  border-top: 1px solid #ffffff;
}
/* @media (min-width:@tablet-breakpoint) {
  .ac-card {
    margin-bottom: 30px !important;
  }
}

@media (min-width:@desktop-breakpoint) {
  .ac-card {
    margin-bottom: 40px !important;
    min-height:570px;
  }
} */
/* FORM *****************************************************************************************************************/
.ac-form .ac-input,
.ac-form .select2 {
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #e194bf;
  color: #212529;
  font-size: 13px;
  font-family: 'Albert Sans', sans-serif;
  font-weight: 400;
  border-radius: 0;
  text-align: left;
}
.ac-form .ac-input::placeholder,
.ac-form .select2::placeholder {
  color: #212529;
  transition: color 0.5s;
}
.ac-form .ac-input:focus::placeholder,
.ac-form .select2:focus::placeholder {
  color: transparent;
}
.ac-form .uk-select,
.ac-form .select2-selection {
  height: 30px !important;
}
.ac-form .select2-selection__rendered {
  line-height: 30px !important;
}
.ac-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212529;
}
.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 transparent;
  border-radius: 0;
}
.ac-form .uk-checkbox {
  background-color: #ffffff;
  border: 1px solid #e194bf;
  width: 15px;
  height: 15px;
}
.ac-form .uk-checkbox:checked {
  background-color: #e194bf;
  border: 1px solid #e194bf;
}
.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: 1px solid #e194bf;
}
.ac-form .ac-text-date-naissance p,
.ac-form .ac-text-date-prestation p {
  color: #212529;
  font-size: 13px;
  line-height: 28px;
  font-family: 'Albert Sans', sans-serif;
  font-weight: 400;
}
.ac-form .ac-input-date {
  border-radius: 0 !important;
  border-left-width: 0 !important;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ac-form .ac-text-date-naissance,
.ac-form .ac-text-date-prestation {
  border-radius: 0 !important;
  border-right-width: 0 !important;
}
.ac-form .ac-form-margin-bottom {
  padding-bottom: 10px;
}
.ac-form .ac-label .uk-checkbox {
  margin-top: -16px;
}
.ac-form .ac-label p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #212529;
}
.ac-form .ac-label p a {
  text-decoration: underline;
  color: #212529;
}
.ac-form .ac-error-form {
  color: #e194bf !important;
  font-size: 11px !important;
  line-height: 13px;
  text-align: left;
  margin-top: 2px;
}
.ac-form #ac-error-form-rgpd {
  margin-top: 0;
  margin-bottom: 2px;
}
.ac-form .ac-input-file {
  background-color: #ffffff;
  color: #212529;
  height: 35px;
  line-height: 35px;
  display: block;
  text-transform: inherit;
  text-align: center;
}
.ac-form .ac-input-file-selected {
  background-color: #731d71;
  color: #ffffff;
  height: 37px !important;
  line-height: 37px;
  font-size: 11px;
  display: block;
  text-transform: inherit;
}
.ac-form .input-file {
  display: none;
}
.ac-input-date::-webkit-datetime-edit {
  padding-top: 3px;
  padding-bottom: 3px;
}
@media (max-width: 960px) {
  #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;
  }
  .ac-form-margin-right {
    padding-right: 10px;
  }
  .ac-form-margin-right-mobile {
    padding-right: 0px;
  }
}
@media (min-width: 960px) {
  .ac-form-margin-right,
  .ac-form-margin-right-mobile {
    padding-right: 10px;
  }
}
/* BOUTONS *****************************************************************************************************************/
.ac-button-default {
  background: #731d71;
  color: #ffffff;
  font-family: '232MKSD', sans-serif;
  font-size: 23px;
  line-height: 25px;
  font-weight: bold;
  padding: 10px 20px 10px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.ac-button-default:hover {
  background-color: #e194bf;
}
.ac-button-primary {
  background-color: #e194bf;
  color: #ffffff;
}
.ac-button-primary:hover {
  background-color: #731d71;
  color: #ffffff;
}
.ac-button-secondary {
  background-color: #e194bf;
  padding: 25px 30px;
  color: #ffffff;
}
.ac-button-secondary:hover {
  background-color: #731d71;
  color: #ffffff;
}
.ac-button-small {
  background: #44c2cf;
  color: #ffffff;
  font-size: 13px;
  padding: 3px 25px 3px;
  box-shadow: none;
}
.ac-button-small:hover {
  color: #212529;
  box-shadow: none;
}
.ac-button-large {
  font-size: 24px;
}
.ac-button-banner-cookies {
  font-size: 14px;
  background-color: #f0f0f0;
  color: #212529;
  padding: 3px 15px;
}
.ac-button-banner-cookies:hover {
  background-color: #212529;
  color: #f0f0f0;
}
.uk-table tr {
  border-bottom: 1px solid #731d71;
  font-family: '232MKSD', sans-serif;
  color: #212529;
  font-size: 18px;
  line-height: 20px;
}
.uk-table tr.ac-table-highlight {
  color: #e194bf;
}
.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-secondary {
    padding: 15px 20px;
  }
}
/* BODY *****************************************************************************************************************/
/* @media (min-width:@smartphone-breakpoint) {
  body {
    background: url('../img/bg.jpg') top center no-repeat #ffffff;
  }
} */
/* HEADER *****************************************************************************************************************/
@media (max-width: 640px) {
  .ac-header {
    padding: 0;
  }
  .ac-header .uk-container {
    padding: 0;
  }
}
@media (min-width: 640px) {
  .ac-header {
    background: url('../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 #e8afd1;
  max-width: 1920px;
  margin: auto;
  padding: 0;
}
.ac-content-section #ac-dotations-date {
  font-family: '232MKSD', sans-serif;
  font-weight: 900;
  color: #731d71;
  font-size: 26px;
  line-height: 28px;
}
.ac-content-section #ac-dotations-text {
  font-family: '232MKSD', sans-serif;
  font-weight: 500;
  color: #731d71;
  font-size: 30px;
  line-height: 32px;
}
.ac-content-section #ac-dotations-text span {
  font-weight: 900;
}
.ac-content-section h2 {
  font-family: '232MKSD', sans-serif;
  color: #731d71;
  font-size: 24px;
  line-height: 26px;
}
.ac-content-section h2 span {
  font-weight: 900;
}
.ac-content-section .uk-text-small {
  color: #212529;
  font-size: 11px;
  line-height: 13px;
}
.ac-content-section .uk-alert {
  background-color: transparent;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 20px;
}
.ac-content-section .uk-alert p {
  color: #e194bf;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}
.ac-content-section .uk-alert .uk-alert-close {
  top: 0px;
  right: 0;
}
.ac-content-section .uk-alert .uk-alert-close svg {
  color: #e194bf;
}
.ac-content-section #ac-bottom p {
  font-family: 'Albert Sans', sans-serif;
  font-size: 14px;
  color: #731d71;
}
.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: #e194bf;
}
.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: #212529;
  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 {
    /* .uk-container {
      padding-left: 0;
      padding-right: 0;
    } */
  }
  .ac-content-section #ac-col-sable {
    margin-top: -15px;
  }
  .ac-content-section h1 {
    font-size: 33px;
    line-height: 35px;
  }
  .ac-content-section h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .ac-content-section #ac-bottom .ac-button-secondary {
    max-width: 200px;
    margin: auto;
  }
}
@media (max-width: 640px) {
  .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-assiette {
    max-width: 350px;
  }
  .ac-content-section #ac-bottom #ac-col-logo-client {
    padding-left: 0;
  }
  .ac-content-section h2 {
    font-size: 18px;
    line-height: 20px;
  }
  #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 (min-width: 640px) {
  .ac-content-section {
    padding-top: 0;
    background-size: auto;
  }
  .ac-content-section #ac-col-sable {
    position: relative;
  }
  .ac-content-section #ac-col-sable::before {
    content: '';
    width: 100%;
    height: 70px;
    background: url(../img/sable-card.png) bottom center no-repeat transparent;
    background-size: 100%;
    position: absolute;
    bottom: 2px;
    left: 1.5%;
    z-index: 1;
  }
  #end .uk-modal-dialog {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 960px) {
  .ac-content-section #ac-coeur {
    position: relative;
  }
  .ac-content-section #ac-coeur::before {
    content: url('../img/coeur.png');
    position: absolute;
    top: -140px;
    right: 20px;
  }
}
/* INSCRIPTION *****************************************************************************************************************/
/* GAMEPLAY *****************************************************************************************************************/
#gameplay #ac-quiz-numero {
  font-family: '232MKSD', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
#gameplay #ac-quiz-question {
  font-weight: 900;
  font-size: 28px;
  line-height: 30px;
  color: #e194bf;
  font-family: '232MKSD', sans-serif;
}
#gameplay #ac-liste-reponses label {
  color: #212529;
  font-size: 18px;
  line-height: 20px;
  margin: auto;
  margin-bottom: 15px;
  position: relative;
}
#gameplay #ac-liste-reponses label input {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
#gameplay #ac-liste-reponses label::before {
  content: 'A';
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #e194bf;
  color: #e194bf;
  font-family: '232MKSD', sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
  margin-right: 10px;
}
#gameplay #ac-liste-reponses .ac-quiz-label-B::before {
  content: 'B';
}
#gameplay #ac-liste-reponses .ac-quiz-label-C::before {
  content: 'C';
}
#gameplay #ac-liste-reponses .ac-checked {
  color: #731d71;
  font-weight: 500;
}
#gameplay #ac-liste-reponses .ac-checked::before {
  background-color: #731d71;
  border: 2px solid #731d71;
  color: #ffffff;
}
#gameplay .ac-button-disabled {
  pointer-events: none;
  opacity: 0.25;
}
@media (max-width: 640px) {
  #gameplay .ac-card #ac-quiz-numero {
    font-size: 14px;
    line-height: 16px;
  }
  #gameplay .ac-card #ac-quiz-question {
    font-size: 22px;
    line-height: 26px;
  }
  #gameplay .ac-card #ac-liste-reponses label {
    font-size: 15px;
    line-height: 17px;
  }
  #gameplay .ac-card #ac-liste-reponses .ac-quiz-label {
    text-align: left;
    margin-left: 0;
  }
  #gameplay .ac-card .ac-button-primary {
    margin-top: 25px;
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 640px) {
  #gameplay .ac-card {
    padding: 40px;
  }
  #gameplay .ac-card #ac-quiz-question {
    margin-top: 80px;
  }
  #gameplay .ac-card #ac-liste-reponses {
    margin-top: 40px;
  }
  #gameplay .ac-card .ac-button-primary {
    margin-top: 50px;
  }
}
/* FIN *****************************************************************************************************************/
#fin #ac-assiette,
#terminer #ac-assiette {
  max-width: 500px;
}
#fin .ac-card h2,
#terminer .ac-card h2 {
  color: #e194bf;
}
#fin .ac-card #ac-text-tas,
#terminer .ac-card #ac-text-tas {
  font-family: '232MKSD', sans-serif;
  font-weight: bold;
}
#fin .ac-card #ac-text-contact span,
#terminer .ac-card #ac-text-contact span {
  font-weight: 700;
}
@media (max-width: 640px) {
  #fin #ac-assiette,
  #terminer #ac-assiette {
    max-width: 75%;
  }
  #fin .ac-card,
  #terminer .ac-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #fin .ac-card #ac-text-tas,
  #terminer .ac-card #ac-text-tas {
    font-size: 18px;
    line-height: 20px;
  }
  #fin .ac-card #ac-text-contact,
  #terminer .ac-card #ac-text-contact {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 640px) {
  #fin .ac-card,
  #terminer .ac-card {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: -25px;
  }
  #fin .ac-card h2,
  #terminer .ac-card h2 {
    font-size: 28px;
    line-height: 30px;
  }
  #fin .ac-card #ac-text-tas,
  #terminer .ac-card #ac-text-tas {
    font-size: 24px;
    line-height: 26px;
  }
  #fin .ac-card #ac-text-contact,
  #terminer .ac-card #ac-text-contact {
    font-size: 18px;
    line-height: 20px;
  }
}
/* FOOTER SECTION ****************************************************************************************************************************/
#ac-footer {
  padding: 20px 15px;
}
#ac-footer p {
  font-family: 'Albert Sans', sans-serif;
  color: #e8afd1;
  font-size: 12px;
  line-height: 14px;
}
#ac-footer .uk-nav li,
#ac-footer .uk-nav a {
  font-family: 'Albert Sans', sans-serif;
  color: #731d71;
  font-size: 12px;
  line-height: 14px;
}
#ac-footer .uk-nav li:first-child a {
  text-decoration: underline;
}
#ac-footer.ac-weekend {
  background-color: #e194bf;
}
#ac-footer.ac-weekend p,
#ac-footer.ac-weekend li,
#ac-footer.ac-weekend a {
  color: #ffffff;
}
.uk-modal-body {
  border-radius: 15px;
}
.uk-modal-body h2 {
  font-family: '232MKSD', sans-serif;
  color: #e194bf;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}
.uk-modal-body h3 {
  font-family: '232MKSD', sans-serif;
  color: #e194bf;
  font-size: 18px;
  margin-bottom: 0;
}
.uk-modal-body p {
  font-family: 'Albert Sans', sans-serif;
  color: #212529;
  font-size: 14px;
  margin-top: 5px;
}
.uk-modal-body a {
  color: #212529;
}
.ac-footer-separateur {
  margin-left: 5px;
  margin-right: 5px;
  max-width: 4px;
}
@media (max-width: 640px) {
  #ac-footer p {
    font-size: 12px;
  }
  .uk-modal-body h2 {
    font-size: 24px;
  }
  .uk-modal-body h3 {
    font-size: 20px;
  }
}
/* COOKIES BANNER ****************************************************************************************************************************/
#ac-cookies-banner {
  background-color: #ffffff;
  color: #212529;
  z-index: 30;
  padding: 5px !important;
}
#ac-cookies-banner p {
  font-size: 14px;
}
