.grecaptcha-badge {
  right: -500px !important;
}
/* DIMENSIONS ***************************************************************************************************************/
/* COLORS *****************************************************************************************************************/
.ac-color-primary {
  color: #1a438b;
}
/* FONTS *****************************************************************************************************************/
.ac-content-section p,
#start p,
#end p {
  font-family: 'Rubik', sans-serif;
  color: #ffffff;
}
.ac-content-section p a,
#start p a,
#end p a {
  color: #ffffff;
}
.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: #ffffff;
  text-transform: uppercase;
}
.ac-content-section h2,
#start h2,
#end h2 {
  font-size: 20px;
  line-height: 22px;
  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 p,
#start p,
#end p {
  font-size: 14px;
  line-height: 16px;
  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 .ac-text-lead,
#start .ac-text-lead,
#end .ac-text-lead {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
.ac-content-section .uk-text-small,
#start .uk-text-small,
#end .uk-text-small {
  font-size: 13px;
  line-height: 15px;
}
@media (max-width: 640px) {
  .ac-content-section h1,
  #start h1,
  #end h1 {
    font-size: 33px;
    line-height: 35px;
  }
  .ac-content-section h2,
  #start h2,
  #end h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .ac-content-section p,
  #start p,
  #end p {
    font-size: 14px;
    line-height: 16px;
  }
  .ac-content-section .ac-text-lead,
  #start .ac-text-lead,
  #end .ac-text-lead {
    font-size: 16px;
    line-height: 18px;
  }
  .ac-content-section .uk-text-small,
  #start .uk-text-small,
  #end .uk-text-small {
    font-size: 12px;
    line-height: 14px;
  }
}
/* BODY *****************************************************************************************************************/
/* HEADER *****************************************************************************************************************/
@media (max-width: 640px) {
  .ac-header #ac-logo-ad {
    max-width: 80%;
  }
}
@media (min-width: 640px) {
  .ac-header #ac-logo-ad {
    max-width: 420px;
  }
}
/* 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: #0053a1;
  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: #0053a1;
}
/* @media (max-width:@tablet-breakpoint) {
  .ac-content-section {
    //background: url('../img/email/bg-noir.jpg') top center no-repeat #000000;

    .uk-container {
      padding-left: 0;
      padding-right: 0;
    }

  }
} */
@media (min-width: 960px) {
  .ac-content-section {
    background: url('../img/bg.jpg') top center no-repeat #ffffff;
    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;
  }
}
/* CARD *****************************************************************************************************************/
.ac-card {
  background: #7AEEFF;
  background: linear-gradient(0deg, #e52717 0%, #f6a500 75%);
  border-radius: 10px;
  border: 2px solid #ffffff;
  position: relative;
}
.ac-card .ac-hr {
  border-top: 1px solid #ffffff;
}
@media (max-width: 640px) {
  .ac-card {
    margin-top: 15px;
  }
}
@media (min-width: 640px) {
  .ac-card {
    margin-top: 40px;
  }
}
/* FORM *****************************************************************************************************************/
.ac-form .ac-input,
.ac-form .select2 {
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #1d1d1b;
  font-size: 14px;
  line-height: 30px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  border-radius: 3px;
  text-align: left;
}
.ac-form .ac-input::placeholder,
.ac-form .select2::placeholder {
  color: #1d1d1b;
  transition: color 0.5s;
}
.ac-form .ac-input:focus::placeholder,
.ac-form .select2:focus::placeholder {
  color: transparent;
}
.ac-form .uk-select {
  height: 32px !important;
}
.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: #1d1d1b;
}
.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 #dddddd;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.ac-form .uk-checkbox:checked {
  background-color: #0053a1;
  border: 1px solid #ffffff;
}
.ac-form .ac-radio label {
  vertical-align: middle;
  line-height: 35px;
  color: #4a0b0f;
  font-size: 16px;
  margin-right: 15px;
}
.ac-form .ac-radio input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: text-bottom;
  border: 1px solid #dddddd;
  accent-color: #0053a1;
}
.ac-form .ac-radio input[type="radio"]:focus,
.ac-form .ac-radio input[type="radio"]:hover {
  accent-color: #0053a1;
}
.ac-form .ac-radio:focus,
.ac-form .ac-radio:hover {
  accent-color: #0053a1;
}
.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: #1d1d1b;
  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: 8px;
}
.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,
.ac-form #ac-error-form-rgpd {
  color: #0053a1;
  font-size: 11px;
  line-height: 13px;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 5px;
}
.ac-form #ac-error-form-rgpd {
  margin-top: 0;
  margin-bottom: 2px;
}
.ac-form .ac-input-file {
  background-color: #ffffff;
  color: #1d1d1b;
  height: 35px;
  line-height: 35px;
  display: block;
  text-transform: inherit;
  text-align: center;
}
.ac-form .ac-input-file-selected {
  background-color: #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;
  }
}
@media (max-width: 640px) {
  .ac-form-margin-right-mobile {
    padding-right: 8px;
  }
}
@media (min-width: 640px) {
  .ac-form-margin-right {
    padding-right: 8px;
  }
}
/* BOUTONS *****************************************************************************************************************/
.ac-button-default {
  box-sizing: border-box;
  background-color: #601918;
  background: linear-gradient(#007df2 0%, #0053a1 100%);
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  border: 3px solid #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  text-shadow: -1px -1px 1px #114686, 1px 1px 1px #114686, 0px 2px 1px #114686;
  transition: all 0.5s;
}
.ac-button-default::after {
  content: '';
  background: url('../img/arrow-button.png') center center no-repeat;
  margin-left: 30px;
  top: 1px;
  position: relative;
  display: inline-block;
  width: 10px;
  height: 18px;
  transition: 0.5s;
}
.ac-button-default:hover::after {
  margin-left: 15px;
}
.ac-button-primary {
  background-color: #ffffff;
  color: #1d1d1b;
}
.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: #1d1d1b;
  box-shadow: none;
}
.ac-button-large {
  font-size: 22px;
  line-height: 24px;
  padding: 8px 25px 8px;
}
.ac-button-banner-cookies {
  font-size: 14px;
  background-color: #f0f0f0;
  color: #1d1d1b;
  padding: 3px 15px;
}
.ac-button-banner-cookies:hover {
  background-color: #1d1d1b;
  color: #f0f0f0;
}
.uk-table tr {
  border-bottom: 1px solid #1a438b;
  font-family: 'Rubik', sans-serif;
  color: #1d1d1b;
  font-size: 18px;
  line-height: 20px;
}
.uk-table tr.ac-table-highlight {
  color: #0053a1;
}
.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-large {
    font-size: 16px;
    line-height: 18px;
    padding: 8px 25px 8px;
  }
  .ac-button-large::after {
    height: 16px;
  }
}
/* INSCRIPTION *****************************************************************************************************************/
#inscription {
  padding-bottom: 0;
}
@media (max-width: 640px) {
  #inscription .ac-card {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 640px) {
  #inscription .ac-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* VERIFICATION *****************************************************************************************************************/
#verification {
  padding-bottom: 0;
}
#verification .ac-input {
  text-align: center;
  max-width: 400px;
  display: block;
  margin: auto;
}
/* FIN *****************************************************************************************************************/
#fin .ac-card p:not(.uk-text-small, .ac-text-lead) {
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 640px) {
  #fin .ac-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #fin .ac-card p:not(.uk-text-small, .ac-text-lead) {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 640px) {
  #fin .ac-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* 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: #0053a1;
}
#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: #0053a1;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}
.uk-modal-body h3 {
  font-family: 'Rubik', sans-serif;
  color: #0053a1;
  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: #1d1d1b;
}
#modal-mentions-legales .uk-modal-dialog {
  max-width: 800px;
  margin: auto;
}
.ac-footer-separateur {
  margin-left: 5px;
  margin-right: 5px;
  max-width: 4px;
}
@media (max-width: 640px) {
  #ac-footer {
    /* .ac-footer-separateur {
      display:none;
    } */
  }
  #ac-footer p {
    font-size: 12px;
  }
  #ac-footer .uk-nav {
    justify-content: center;
  }
  #ac-footer .uk-nav li a {
    text-align: center;
    display: block;
  }
  .uk-modal-body h2 {
    font-size: 20px;
  }
  .uk-modal-body h3 {
    font-size: 18px;
  }
  .uk-modal-body p {
    font-size: 12px;
  }
}
/* COOKIES BANNER ****************************************************************************************************************************/
#ac-cookies-banner {
  background-color: #ffffff;
  color: #1d1d1b;
  z-index: 30;
  padding: 5px !important;
}
#ac-cookies-banner p {
  font-size: 14px;
}
