.grecaptcha-badge {
  right: -500px !important;
}
/* DIMENSIONS ***************************************************************************************************************/
/* COLORS *****************************************************************************************************************/
.ac-color-primary {
  color: #1a438b;
}
/* 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: 'Rubik', sans-serif;
  color: #4a0b0f;
}
.ac-content-section p a,
#start p a,
#end p a {
  color: #4a0b0f;
}
.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: 'Rubik', sans-serif;
  font-weight: 600;
  color: #1a438b;
  text-transform: uppercase;
}
.ac-content-section h1,
#start h1,
#end h1 {
  font-size: 28px;
  line-height: 30px;
}
.ac-content-section h2,
#start h2,
#end h2 {
  font-size: 27px;
  line-height: 33px;
  font-weight: 500;
}
.ac-content-section h2 span,
#start h2 span,
#end h2 span {
  font-size: 20px;
  line-height: 22px;
}
.ac-content-section h3,
#start h3,
#end h3 {
  font-size: 16px;
  line-height: 18px;
}
.ac-content-section .ac-text-lead,
#start .ac-text-lead,
#end .ac-text-lead {
  font-size: 24px;
  line-height: 26px;
}
.ac-content-section p,
#start p,
#end p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.ac-content-section p span,
#start p span,
#end p span {
  font-family: 'Rubik', 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: #7AEEFF;
  background: linear-gradient(0deg, #f5f5f5 0%, #ffffff 50%);
  border-radius: 0 0 10px 10px;
  position: relative;
}
.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: 35px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #4a0b0f;
  font-size: 16px;
  line-height: 35px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  border-radius: 0;
  text-align: left;
}
.ac-form .ac-input::placeholder,
.ac-form .select2::placeholder {
  color: #4a0b0f;
  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: 35px !important;
}
.ac-form .select2-selection__rendered {
  line-height: 35px !important;
}
.ac-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4a0b0f;
}
.ac-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}
.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 #dddddd;
  width: 15px;
  height: 15px;
}
.ac-form .uk-checkbox:checked {
  background-color: #1a438b;
  border: 1px solid #ffffff;
}
.ac-form .ac-input-date {
  height: 35px;
}
.ac-form .ac-text-date-naissance,
.ac-form .ac-text-date-prestation {
  background-color: #ffffff;
  padding-left: 15px;
  border: 1px solid #dddddd;
}
.ac-form .ac-text-date-naissance p,
.ac-form .ac-text-date-prestation p {
  color: #4a0b0f;
  font-size: 16px;
  line-height: 33px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
.ac-form .ac-input-date {
  border-radius: 0 !important;
  border-left-width: 0 !important;
}
.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;
}
.ac-form .ac-error-form {
  color: #fd000c;
  font-size: 11px;
  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: #4a0b0f;
  height: 35px;
  line-height: 35px;
  display: block;
  text-transform: inherit;
  text-align: center;
}
.ac-form .ac-input-file-selected {
  background-color: #1a438b;
  color: #ffffff;
  height: 37px !important;
  line-height: 37px;
  font-size: 11px;
  display: block;
  text-transform: inherit;
}
.ac-form .input-file {
  display: none;
}
@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: #fd000c;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  padding: 5px 55px 5px;
  border: 2px solid #1a438b;
  border-radius: 15px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.ac-button-default:hover {
  background-color: #1a438b;
  color: #ffffff;
  border-color: #fd000c;
}
.ac-button-primary {
  background-color: #ffffff;
  color: #4a0b0f;
}
.ac-button-primary:hover {
  background-color: #1a438b;
  color: #ffffff;
}
.ac-button-small {
  background: #44c2cf;
  color: #ffffff;
  font-size: 13px;
  padding: 3px 25px 3px;
  box-shadow: none;
}
.ac-button-small:hover {
  color: #4a0b0f;
  box-shadow: none;
}
.ac-button-large {
  font-size: 24px;
}
.ac-button-banner-cookies {
  font-size: 14px;
  background-color: #f0f0f0;
  color: #4a0b0f;
  padding: 3px 15px;
}
.ac-button-banner-cookies:hover {
  background-color: #4a0b0f;
  color: #f0f0f0;
}
.uk-table tr {
  border-bottom: 1px solid #1a438b;
  font-family: 'Rubik', sans-serif;
  color: #4a0b0f;
  font-size: 18px;
  line-height: 20px;
}
.uk-table tr.ac-table-highlight {
  color: #fd000c;
}
.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;
}
/* BODY *****************************************************************************************************************/
@media (min-width: 640px) {
  body {
    background: url('../img/bg.jpg') top center no-repeat #ffffff;
  }
}
/* HEADER *****************************************************************************************************************/
.ac-header #ac-text-date {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #1a438b;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .ac-header #ac-logo-ad {
    max-width: 85%;
  }
  .ac-header #ac-logo-mobil {
    max-width: 72%;
  }
  .ac-header #ac-text-date {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 640px) {
  .ac-header #ac-logo-ad {
    max-width: 265px;
  }
  .ac-header #ac-logo-mobil {
    max-width: 150px;
  }
}
/* CONTENT SECTION *****************************************************************************************************************/
.ac-content-section {
  padding: 0;
}
.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: #fd000c;
  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: #fd000c;
}
@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;
  }
}
@media (min-width: 960px) {
  .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;
  }
}
/* INSCRIPTION *****************************************************************************************************************/
#inscription {
  padding-bottom: 0;
}
/* VERIFICATION *****************************************************************************************************************/
#verification {
  padding-bottom: 0;
}
#verification .ac-input {
  text-align: center;
  max-width: 400px;
  display: block;
  margin: auto;
}
/* FIN *****************************************************************************************************************/
/* #fin {
  
  
} */
/* @media (max-width:@smartphone-breakpoint) {
  #fin {
    
  }
} */
/* FOOTER SECTION ****************************************************************************************************************************/
#ac-footer {
  padding: 20px 15px;
}
#ac-footer p {
  font-family: 'Rubik', sans-serif;
  color: #5d6967;
  font-size: 12px;
  line-height: 14px;
}
#ac-footer .uk-nav li,
#ac-footer .uk-nav a {
  font-family: 'Rubik', sans-serif;
  color: #5d6967;
  font-size: 14px;
  line-height: 16px;
}
#ac-footer .uk-nav li:first-child a {
  text-decoration: underline;
}
#ac-footer.ac-weekend {
  background-color: #fd000c;
}
#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: 'Rubik', sans-serif;
  color: #fd000c;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}
.uk-modal-body h3 {
  font-family: 'Rubik', sans-serif;
  color: #fd000c;
  font-size: 18px;
  margin-bottom: 0;
}
.uk-modal-body p {
  font-family: 'Rubik', sans-serif;
  color: #5d6967;
  font-size: 14px;
  margin-top: 5px;
}
.uk-modal-body a {
  color: #4a0b0f;
}
.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: #4a0b0f;
  z-index: 30;
  padding: 5px !important;
}
#ac-cookies-banner p {
  font-size: 14px;
}
