.grecaptcha-badge {
  right: -500px !important;
}
/* DIMENSIONS ***************************************************************************************************************/
/* COLORS *****************************************************************************************************************/
.ac-color-primary {
  color: #ee734d;
}
/* FONTS *****************************************************************************************************************/
@font-face {
  font-family: 'Champagne & Limousines Bold';
  src: url('../font/ChampagneLimousines-Bold.woff2') format('woff2'), url('../font/ChampagneLimousines-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Champagne & Limousines';
  src: url('../font/ChampagneLimousines.woff2') format('woff2'), url('../font/ChampagneLimousines.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../font/FuturaPT-MediumObl.woff2') format('woff2'), url('../font/FuturaPT-MediumObl.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
.ac-content-section p,
#start p,
#end p {
  font-family: 'canada-type-gibson', sans-serif;
  color: #388a80;
}
.ac-content-section p a,
#start p a,
#end p a {
  color: #388a80;
}
.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: 'canada-type-gibson', sans-serif;
  font-weight: 600;
  color: #ee734d;
}
.ac-content-section h1,
#start h1,
#end h1 {
  font-size: 75px;
  line-height: 77px;
}
.ac-content-section h2,
#start h2,
#end h2 {
  font-size: 30px;
  line-height: 32px;
}
.ac-content-section .ac-text-lead,
#start .ac-text-lead,
#end .ac-text-lead {
  font-size: 28px;
  line-height: 30px;
  font-family: 'canada-type-gibson', 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: 'canada-type-gibson', 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: 12px;
  line-height: 14px;
}
/* CARD *****************************************************************************************************************/
.ac-card {
  background-color: #ffffff;
  border-radius: 3px;
}
.ac-card#ac-card-connexion {
  background-color: #ee734d;
}
.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: #f6f6f6;
  border: 1px solid #e1e1e6;
  color: #388a80;
  font-size: 14px;
  font-family: 'canada-type-gibson', sans-serif;
  font-weight: 400;
  border-radius: 3px;
  text-align: left;
}
.ac-form .ac-input::placeholder {
  color: #388a80;
  transition: color 0.5s;
}
.ac-form .ac-input:focus::placeholder {
  color: transparent;
}
.ac-form .uk-checkbox {
  background-color: #f6f6f6;
  border: 1px solid #e1e1e6;
  width: 15px;
  height: 15px;
}
.ac-form .uk-checkbox:checked {
  background-color: #ee734d;
  border: 1px solid #ee734d;
}
.ac-form .ac-form-margin-bottom {
  padding-bottom: 5px;
}
.ac-form .ac-form-margin-right {
  padding-right: 5px;
}
.ac-form .ac-label .uk-checkbox {
  margin-top: -11px;
}
.ac-form .ac-label p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}
.ac-form .ac-types-vacances {
  font-size: 14px;
  font-weight: 400;
}
.ac-form .ac-types-vacances span {
  font-size: 12px;
  font-weight: 400;
}
.ac-form .ac-types-vacances label {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 640px) {
  .ac-input-padding-left-desktop {
    padding-left: 5px;
  }
}
/* BOUTONS *****************************************************************************************************************/
.ac-button-default {
  background-color: #388a80;
  color: #ffffff;
  font-family: 'canada-type-gibson', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding: 5px 20px 10px;
  border-radius: 0;
  text-transform: inherit;
  transition: all 0.5s;
}
.ac-button-default:hover {
  background-color: #ee734d;
  color: #ffffff;
}
.ac-button-primary {
  background-color: #ffffff;
  color: #388a80;
}
.ac-button-primary:hover {
  background-color: #ee734d;
  color: #ffffff;
}
.ac-button-large {
  font-size: 24px;
}
.ac-button-banner-cookies {
  font-size: 14px;
  background-color: #f0f0f0;
  color: #388a80;
  padding: 3px 15px;
}
.ac-button-banner-cookies:hover {
  background-color: #388a80;
  color: #f0f0f0;
}
.uk-table tr {
  border-bottom: 1px solid #ee734d;
  font-family: 'canada-type-gibson', sans-serif;
  color: #388a80;
  font-size: 18px;
  line-height: 20px;
}
.uk-table tr.ac-table-highlight {
  color: #00ade0;
}
.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;
}
/* CONTENT SECTION *****************************************************************************************************************/
.ac-content-section {
  background-color: #f5d7ad;
  background-image: url(../img/bg-top-desktop.png), url(../img/bg-bottom-desktop.png);
  background-position: center top, center bottom;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
}
.ac-content-section h1 {
  font-size: 50px;
  line-height: 52px;
}
.ac-content-section .ac-dotations {
  max-width: 945px;
  margin: auto;
  margin-top: 20px;
}
.ac-content-section .uk-alert p {
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 1200px) {
  .ac-content-section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }
}
@media (max-width: 640px) {
  .ac-content-section {
    background-color: #f5d7ad;
    background-image: url(../img/bg-top-mobile.png), url(../img/bg-bottom-mobile.png);
    background-position: left top, right bottom;
    background-size: 65%, 65%;
    background-repeat: no-repeat, no-repeat;
    padding-top: 15vh;
    padding-bottom: 15vh;
  }
  .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: 25px;
    line-height: 27px;
  }
}
@media (min-width: 1200px) {
  .ac-content-section #ac-text-dotations {
    max-width: 400px;
  }
}
/* TEASER *****************************************************************************************************************/
#teaser #ac-header-text-date {
  font-weight: 600;
  color: #388a80;
  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 *****************************************************************************************************************/
/* GAMEPLAY *****************************************************************************************************************/
#gameplay #ac-gameplay-intro {
  margin-top: 25px;
}
#gameplay .ac-intro-galerie {
  font-size: 16px;
  line-height: 18px;
}
#gameplay .ac-liste-galerie {
  font-size: 14px;
  line-height: 16px;
}
#gameplay .ac-felicitations-text {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
#gameplay .ac-palier {
  margin: auto;
  position: relative;
  padding: 10px;
  margin-top: 25px;
}
#gameplay .ac-palier .ac-badges-valides {
  position: absolute;
  opacity: 0;
  transition: opacity 50ms;
}
#gameplay .ac-palier .ac-nouveau-badge-valide {
  transform: scale(1.5);
  transition: all 800ms;
}
#gameplay .ac-palier .ac-palier-compteur {
  position: absolute;
  left: -15px;
  top: 5px;
  background: url('../img/gameplay/bg-palier-compteur.png') center center no-repeat;
  width: 54px;
  height: 29px;
}
#gameplay .ac-palier .ac-palier-compteur .ac-palier-compteur-nombre {
  font-size: 13px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 0;
}
#gameplay .ac-palier .ac-palier-compteur .ac-palier-compteur-text {
  font-size: 9px;
  line-height: 9px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 1px;
}
#gameplay .ac-palier .ac-palier-compteur .ac-palier-check {
  margin-top: 3px;
}
#gameplay .ac-palier .ac-palier-img-dotation {
  position: absolute;
}
#gameplay .ac-palier #ac-palier-img-dotation-magazine {
  top: -10px;
  right: -225px;
}
#gameplay .ac-palier #ac-palier-img-dotation-bistrot {
  top: -15px;
  left: -225px;
}
#gameplay .ac-palier #ac-palier-img-dotation-sejour {
  top: -10px;
  right: -200px;
}
#gameplay .ac-palier .ac-palier-text-tas {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #388a80;
}
#gameplay .ac-palier .ac-palier-text-dotation {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: #ee734d;
}
#gameplay #ac-palier-1 {
  max-width: 335px;
}
#gameplay #ac-palier-2 {
  max-width: 400px;
}
#gameplay #ac-palier-2 .ac-palier-compteur {
  left: auto;
  right: -15px;
}
#gameplay #ac-palier-3 {
  max-width: 520px;
}
#ac-popup-badge .uk-modal-dialog .ac-popup-badge-titre {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
#ac-popup-badge .uk-modal-dialog #ac-popup-badge-tas {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
#ac-popup-badge .uk-modal-dialog #ac-popup-badge-dotation {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #ee734d;
}
#ac-popup-badge .uk-modal-dialog #ac-popup-badge-incitation {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
#ac-popup-badge .uk-modal-dialog #ac-popup-badge-incitation span {
  font-weight: 700;
}
@media (max-width: 640px) {
  #gameplay .ac-palier .ac-palier-img-dotation {
    display: none;
  }
  #gameplay .ac-palier .ac-palier-compteur {
    left: -15px;
    top: -5px;
  }
  #gameplay #ac-palier-2 .ac-palier-compteur {
    right: auto;
    left: -15px;
  }
}
/* FIN *****************************************************************************************************************/
#fin .ac-fin-titre {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}
#fin #ac-text-tas {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  color: #ee734d;
}
#fin #ac-fin-dotation {
  max-width: 450px;
  margin: auto;
}
#fin #ac-fin-incitation {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
#fin #ac-fin-incitation span {
  font-weight: 600;
}
/* FOOTER SECTION ****************************************************************************************************************************/
.uk-nav li,
.uk-nav a {
  font-family: 'canada-type-gibson', sans-serif;
  color: #388a80;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
}
.uk-nav li:first-child a {
  text-decoration: underline;
}
#ac-footer p {
  font-family: 'canada-type-gibson', sans-serif;
  color: #388a80;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.uk-modal-body h2,
.uk-modal-body h3 {
  color: #388a80;
}
.ac-footer-separateur {
  margin-left: 5px;
  margin-right: 5px;
  max-width: 4px;
}
@media (max-width: 640px) {
  #ac-footer p {
    font-size: 12px;
  }
  #ac-logo-footer {
    max-width: 60px;
  }
}
/* COOKIES BANNER ****************************************************************************************************************************/
#ac-cookies-banner {
  background-color: #ffffff;
  color: #388a80;
  z-index: 30;
  padding: 5px !important;
}
#ac-cookies-banner p {
  font-size: 14px;
}
