.grecaptcha-badge {
  right: -500px !important;
}
/* DIMENSIONS ***************************************************************************************************************/
/* COLORS *****************************************************************************************************************/
.ac-color-primary {
  color: #d1b882;
}
/* FONTS *****************************************************************************************************************/
@font-face {
  font-family: 'KIKO Pro Bold';
  src: url('../font/KIKOPro-Bold.woff2') format('woff2'), url('../font/KIKOPro-Bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KIKO Pro SemiBold';
  src: url('../font/KIKOPro-SemiBold.woff2') format('woff2'), url('../font/KIKOPro-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KIKO Pro Regular';
  src: url('../font/KIKOPro-Regular.woff2') format('woff2'), url('../font/KIKOPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.ac-content-section p,
#start p,
#end p {
  font-family: 'KIKO Pro Regular', sans-serif;
  color: #d3ddde;
}
.ac-content-section p a,
#start p a,
#end p a {
  color: #d3ddde;
}
.ac-content-section h1,
#start h1,
#end h1,
.ac-content-section h2,
#start h2,
#end h2,
.ac-content-section h3,
#start h3,
#end h3 {
  font-family: 'KIKO Pro Bold', sans-serif;
  font-weight: 600;
  color: #d3ddde;
}
.ac-content-section h1,
#start h1,
#end h1 {
  font-size: 75px;
  line-height: 77px;
}
.ac-content-section h2,
#start h2,
#end h2 {
  font-size: 22px;
  line-height: 24px;
}
.ac-content-section .ac-text-lead,
#start .ac-text-lead,
#end .ac-text-lead {
  font-size: 28px;
  line-height: 30px;
  font-family: 'KIKO Pro Bold', sans-serif;
}
.ac-content-section p,
#start p,
#end p {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}
.ac-content-section p span,
#start p span,
#end p span {
  font-family: 'KIKO Pro Bold', sans-serif;
  font-weight: 600;
}
.ac-content-section p a,
#start p a,
#end p a {
  text-decoration: underline;
}
.ac-content-section .uk-text-small,
#start .uk-text-small,
#end .uk-text-small {
  font-size: 10px;
  line-height: 12px;
}
/* CARD *****************************************************************************************************************/
.ac-card {
  background-color: #000000;
  border-radius: 15px 15px 0 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.ac-card#ac-card-connexion {
  background-color: #d1b882;
}
.ac-card#ac-card-connexion h2 {
  color: #ffffff;
  margin-bottom: 30px !important;
}
.ac-card#ac-card-connexion .ac-button-primary {
  margin-top: 30px;
}
.ac-card#ac-card-connexion .ac-input {
  text-align: center;
}
/* FORM *****************************************************************************************************************/
.ac-form .ac-input {
  height: 30px;
  background-color: #000000;
  border: 1px solid #d1b882;
  color: #d3ddde;
  font-size: 12px;
  line-height: 14px;
  font-family: 'KIKO Pro Regular', sans-serif;
  font-weight: 400;
  border-radius: 3px;
  text-align: left;
}
.ac-form .ac-input::placeholder {
  color: #d3ddde;
  transition: color 0.5s;
}
.ac-form .ac-input:focus::placeholder {
  color: transparent;
}
.ac-form .uk-checkbox {
  background-color: #000000;
  border: 1px solid #d1b882;
  width: 15px;
  height: 15px;
}
.ac-form .uk-checkbox:checked {
  background-color: #d1b882;
  border: 1px solid #d1b882;
}
.ac-form .ac-input-date {
  height: 30px;
}
.ac-form .ac-text-date-naissance {
  background-color: #000000;
  padding-left: 15px;
  border: 1px solid #d1b882;
}
.ac-form .ac-text-date-naissance p {
  color: #d3ddde;
  font-size: 12px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.ac-form .ac-form-margin-bottom {
  padding-bottom: 5px;
}
.ac-form .ac-label .uk-checkbox {
  margin-top: -16px;
}
.ac-form .ac-label p {
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
}
.ac-form .ac-error-form {
  color: #d1b882;
  font-size: 11px;
  line-height: 13px;
  text-align: left;
  margin-top: 2px;
}
.ac-form #ac-error-form-rgpd {
  margin-top: 0;
  margin-bottom: 2px;
}
@media (max-width: 640px) {
  .ac-input-date {
    border-radius: 0 0 4px 4px !important;
    border-top-width: 0 !important;
  }
  .ac-text-date-naissance {
    border-radius: 4px 4px 0 0 !important;
    border-bottom-width: 0 !important;
  }
}
@media (min-width: 640px) {
  .ac-form-margin-right {
    padding-right: 5px;
  }
  .ac-input-date {
    border-radius: 0 4px 4px 0 !important;
    border-left-width: 0 !important;
  }
  .ac-text-date-naissance {
    border-radius: 4px 0 0 4px !important;
    border-right-width: 0 !important;
  }
}
/* BOUTONS *****************************************************************************************************************/
.ac-button-default {
  background-color: #d1b882;
  color: #000000;
  font-family: 'KIKO Pro Bold', sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  padding: 8px 20px 8px;
  border-radius: 7px;
  text-transform: uppercase;
  transition: all 0.25s;
}
.ac-button-default:hover {
  background-color: #ffffff;
  color: #000000;
}
.ac-button-primary {
  background-color: #ffffff;
  color: #d3ddde;
}
.ac-button-primary:hover {
  background-color: #d1b882;
  color: #ffffff;
}
.ac-button-large {
  font-size: 24px;
}
.ac-button-banner-cookies {
  font-size: 14px;
  background-color: #f0f0f0;
  color: #d3ddde;
  padding: 3px 15px;
}
.ac-button-banner-cookies:hover {
  background-color: #d3ddde;
  color: #f0f0f0;
}
.uk-table tr {
  border-bottom: 1px solid #d1b882;
  font-family: 'KIKO Pro Bold', sans-serif;
  color: #d3ddde;
  font-size: 18px;
  line-height: 20px;
}
.uk-table tr.ac-table-highlight {
  color: #000000;
}
.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;
}
#ac-header #ac-header-logo {
  max-width: 160px;
}
/* TOP PAGE *****************************************************************************************************************/
#ac-top-page {
  background-color: #d1b882;
  padding: 10px 15px;
}
#ac-top-page p {
  font-family: 'KIKO Pro Regular', sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}
#ac-top-page.ac-weekend {
  background-color: #000000;
}
#ac-top-page.ac-weekend p,
#ac-top-page.ac-weekend li,
#ac-top-page.ac-weekend a {
  color: #ffffff;
}
/* CONTENT SECTION *****************************************************************************************************************/
.ac-content-section {
  background: url('../img/bg.jpg') top center no-repeat #000000;
}
.ac-content-section h1 {
  font-size: 50px;
  line-height: 52px;
}
.ac-content-section .uk-alert {
  background-color: transparent;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0;
}
.ac-content-section .uk-alert p {
  color: #d1b882;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.ac-content-section .uk-alert .uk-alert-close {
  top: 0px;
}
.ac-content-section #ac-femme {
  margin: 0;
  width: 100%;
}
.ac-content-section #ac-home-dotations-accroche {
  font-family: 'KIKO Pro Bold', sans-serif;
  font-size: 33px;
  line-height: 35px;
}
.ac-content-section #ac-home-dotations-baseline {
  font-family: 'KIKO Pro SemiBold', sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.ac-content-section #ac-home-ticket {
  max-width: 210px;
}
.ac-content-section #ac-dotations-mentions {
  font-family: 'KIKO Pro Regular', sans-serif;
  font-size: 13px;
  line-height: 15px;
  max-width: 479px;
  margin: auto;
}
@media (max-width: 1200px) {
  .ac-content-section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
}
@media (max-width: 640px) {
  .ac-content-section {
    background: url('../img/email/bg-noir.jpg') top center no-repeat #000000;
  }
  .ac-content-section #ac-home-dotations-accroche {
    font-size: 26px;
    line-height: 28px;
  }
  .ac-content-section #ac-header-text-date {
    font-size: 15px;
    line-height: 23px;
  }
  .ac-content-section h1 {
    font-size: 33px;
    line-height: 35px;
  }
  .ac-content-section h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .ac-content-section {
    background-size: cover;
  }
  .ac-content-section #ac-text-dotations {
    max-width: 400px;
  }
}
/* TEASER *****************************************************************************************************************/
#teaser #ac-header-text-date {
  font-weight: 600;
  color: #d3ddde;
  font-size: 21px;
  line-height: 23px;
}
#teaser h1 {
  font-size: 65px;
  line-height: 67px;
}
#teaser .ac-dotations {
  max-width: 1160px;
  margin-top: 40px;
}
#teaser .uk-text-small {
  font-size: 16px;
  font-weight: 600;
}
#teaser .ac-button-default {
  position: relative;
  font-size: 26px;
  line-height: 30px;
  padding: 5px 20px 15px;
}
#teaser .ac-button-default::after {
  content: '';
  width: 46px;
  height: 62px;
  background: url('../img/curseur.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  right: 0;
}
@media (max-width: 1200px) {
  #teaser .ac-dotations {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  #teaser #ac-header-text-date {
    font-size: 15px;
    line-height: 23px;
  }
  #teaser h1 {
    font-size: 33px;
    line-height: 35px;
  }
  #teaser .ac-dotations {
    margin-top: 0;
  }
  #teaser #ac-text-dotations {
    max-width: 85%;
  }
  #teaser .ac-button-default {
    font-size: 18px;
    line-height: 22px;
    padding: 5px 20px 15px;
  }
  #teaser .ac-button-default::after {
    content: '';
    width: 32px;
    height: 48px;
    bottom: -22px;
    right: 0;
  }
  #teaser .uk-text-small {
    font-size: 12px;
    font-weight: 600;
  }
}
/* INSCRIPTION *****************************************************************************************************************/
#inscription {
  padding-top: 10px;
  padding-bottom: 0;
}
/* VERIFICATION *****************************************************************************************************************/
#verification {
  padding-top: 10px;
  padding-bottom: 0;
}
#verification .uk-width-medium {
  max-width: 260px;
}
#verification .ac-input {
  text-align: center;
}
@media (min-width: 640px) {
  #verification .ac-card {
    padding-bottom: 55px;
  }
}
/* FIN *****************************************************************************************************************/
#fin,
#terminer {
  min-height: 620px;
}
#fin h2,
#terminer h2 {
  font-size: 35px;
  line-height: 37px;
}
#fin p,
#terminer p {
  font-size: 20px;
  line-height: 22px;
}
#fin .ac-text-lead,
#terminer .ac-text-lead {
  font-size: 24px;
  line-height: 26px;
  font-family: 'KIKO Pro Regular', sans-serif;
}
#fin #ac-fin-box,
#terminer #ac-fin-box {
  max-width: 225px;
}
#fin #ac-fin-tickets,
#terminer #ac-fin-tickets {
  max-width: 310px;
}
#fin #ac-perdant h2,
#terminer #ac-perdant h2 {
  font-size: 41px;
  line-height: 43px;
}
#fin #ac-perdant p,
#terminer #ac-perdant p {
  font-size: 23px;
  line-height: 25px;
}
#fin #ac-perdant .ac-text-lead,
#terminer #ac-perdant .ac-text-lead {
  font-size: 28px;
  line-height: 30px;
  font-family: 'KIKO Pro Regular', sans-serif;
}
#fin .ac-button,
#terminer .ac-button {
  display: inline;
}
#fin.ac-weekend,
#terminer.ac-weekend {
  background-image: url('../img/bg-weekend.jpg');
}
#fin.ac-weekend p,
#terminer.ac-weekend p,
#fin.ac-weekend h2,
#terminer.ac-weekend h2 {
  color: #000000;
}
#fin.ac-weekend .ac-button,
#terminer.ac-weekend .ac-button {
  background-color: #000000;
  color: #ffffff;
}
#fin.ac-weekend .ac-button:hover,
#terminer.ac-weekend .ac-button:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 640px) {
  #fin.ac-weekend,
  #terminer.ac-weekend {
    background-image: url('../img/email/bg-or.jpg');
  }
  #fin h2,
  #terminer h2 {
    font-size: 24px !important;
    line-height: 26px !important;
  }
  #fin p,
  #terminer p {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  #fin .ac-text-lead,
  #terminer .ac-text-lead {
    font-size: 20px !important;
    line-height: 22px !important;
  }
}
/* FOOTER SECTION ****************************************************************************************************************************/
#ac-footer {
  background-color: #d1b882;
  padding: 10px 15px;
}
#ac-footer p {
  font-family: 'KIKO Pro Regular', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}
#ac-footer .uk-nav li,
#ac-footer .uk-nav a {
  font-family: 'KIKO Pro Regular', sans-serif;
  color: #000000;
  font-size: 12px;
  line-height: 14px;
}
#ac-footer .uk-nav li:first-child a {
  text-decoration: underline;
}
#ac-footer.ac-weekend {
  background-color: #000000;
}
#ac-footer.ac-weekend p,
#ac-footer.ac-weekend li,
#ac-footer.ac-weekend a {
  color: #ffffff;
}
.uk-modal-body h2,
.uk-modal-body h3 {
  font-family: 'KIKO Pro Bold', sans-serif;
  color: #000000;
}
.uk-modal-body p {
  font-family: 'KIKO Pro Regular', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.uk-modal-body a {
  color: rgba(0, 0, 0, 0.5);
}
.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: #d3ddde;
  z-index: 30;
  padding: 5px !important;
}
#ac-cookies-banner p {
  font-size: 14px;
}
