/* DIMENSIONS ***************************************************************************************************************/
.uk-section {
  margin: 0 auto;
}
.uk-section .uk-container {
  max-width: 1200px;
}
/* VISIBILITE ***************************************************************************************************************/
@media only screen and (min-width: 1200px) {
  .ac-mobile {
    display: none;
  }
}
/* COULEURS ***************************************************************************************************************/
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #07315C;
}
.uk-h1 span,
.uk-h2 span,
.uk-h3 span,
.uk-h4 span,
.uk-h5 span,
.uk-h6 span,
.uk-heading-2xlarge span,
.uk-heading-large span,
.uk-heading-medium span,
.uk-heading-small span,
.uk-heading-xlarge span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #07315C;
}
.ac-primary-color {
  color: #e4151a !important;
}
.ac-secondary-color {
  color: #808080 !important;
}
.ac-footer-color {
  color: #5d6967 !important;
}
.uk-text-lead {
  color: #07315C !important;
}
#demo1 {
  color: green;
}
.demo {
  font-size: 32px;
  text-align: center;
  color: blue;
  text-decoration: none;
}
.souligne {
  text-decoration: underline;
}
/* Typographie ****************************************************************************************************************************/
/* @font-face {
  font-family: 'futura_ltbold';
  src: url('../font/futura-lt-bold-592ebd0b44046-webfont.woff2') format('woff2'),
       url('../font/futura-lt-bold-592ebd0b44046-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'century_gothicregular';
  src: url('../font/gothic-webfont.woff2') format('woff2'),
       url('../font/gothic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

} */
.ac-text-bold {
  font-family: 'Rubik', sans-serif;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
}
h2,
.uk-h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
h3,
.uk-h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.uk-h4,
h4 {
  font-size: 1.65rem;
  line-height: 1.4;
}
.uk-modal-title,
.uk-modal-body h3 {
  color: #e4151a;
}
.uk-heading-small {
  font-size: 30px;
}
.uk-heading-large {
  font-size: 76px;
}
p {
  margin-top: 0;
}
.ac-text-lead {
  font-size: 16px;
}
.ac-text-underline {
  text-decoration: underline;
}
.ac-primary-font {
  font-family: 'Rubik', sans-serif;
}
/* Style formulaire **************************************************************************************************/
.ac-input,
.select2 {
  height: 30px;
  border: none;
  color: #07315C;
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  border-radius: 5px;
  background-color: #ffffff;
  margin-top: 5px;
}
.ac-input::placeholder,
.select2::placeholder {
  color: #07315C;
  transition: color 0.5s;
}
.ac-input:focus::placeholder,
.select2:focus::placeholder {
  color: #ffffff;
}
.ac-input-date {
  height: 30px !important;
  /* &::before {
    content:"Date de naissance* :";
    margin-right: 10px;
  } */
  border-radius: 0 5px 5px 0;
}
.ac-text-date-naissance {
  line-height: 30px;
  background-color: #ffffff;
  color: #07315C;
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  padding-left: 15px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #dddddd;
  margin-top: 4px;
}
/* .ac-input-date-achat {
  &::before {
    content:"Date de la prestation réalisée* :";
  }
} */
.ac-input-code {
  font-size: 14px;
  text-align: center;
  font-family: 'Rubik', sans-serif;
}
.uk-select,
.select2-selection {
  padding: 0 18px;
  height: 30px !important;
  line-height: 30px !important;
}
.select2-selection__rendered {
  line-height: 30px !important;
  padding-left: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #07315C;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.ac-checkbox {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-top: 1px;
}
.ac-checkbox:checked,
.ac-checkbox:checked:focus {
  background-color: #e4151a;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
  background-color: #e4151a;
}
#date-label {
  width: 130px;
  padding-right: 10px;
}
label,
p.label {
  font-size: 13px;
  line-height: 16px;
  padding-right: 10px;
  font-weight: 400;
  color: #07315C;
  margin-top: 2px;
  text-align: justify;
}
label p,
p.label p {
  margin-bottom: 0;
}
.ac-padding-label {
  padding-left: 16px;
}
.ac-input-file {
  background-color: #ffffff;
  color: #07315C;
  height: 30px;
  line-height: 30px;
  display: block;
  text-transform: inherit;
}
.ac-input-file-selected {
  background-color: #225AAA;
  color: #ffffff;
  height: 32px !important;
  line-height: 32px;
  font-size: 11px;
  display: block;
  text-transform: inherit;
}
.input-file {
  display: none;
}
.ac-deja-inscrit {
  font-family: 'Rubik', sans-serif;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  color: #07315C;
}
.select2-container--default .select2-selection--single {
  border-radius: 5px !important;
}
@media (max-width: 640px) {
  .ac-input-date {
    height: 20px !important;
    border-radius: 0 0 5px 5px;
    border: none;
    margin-top: 0;
  }
  .ac-text-date-naissance {
    padding-top: 10px;
    line-height: 15px !important;
    border-radius: 5px 5px 0 0;
    border: none;
    margin-top: 5px;
  }
  #ac-input-code-postal,
  #ac-input-civilite {
    padding-right: 5px;
  }
  #verification .ac-input {
    font-size: 12px;
  }
  #verification .select2 {
    font-size: 12px !important;
    max-width: 100% !important;
  }
  #verification .ac-text-date-naissance {
    font-size: 12px;
  }
}
@media (min-width: 640px) {
  .ac-text-date-naissance {
    border-right: none;
  }
  .ac-input-date {
    border-left: none;
  }
}
@media (max-width: 960px) {
  .ac-input-file {
    font-size: 85% !important;
  }
  .ac-input-file-selected {
    font-size: 85% !important;
  }
}
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: auto;
    margin-top: 7px;
    float: left;
  }
  .ac-padding-input {
    padding-left: 5px;
  }
}
/* BOUTONS et LIENS ******************************************************************************************************/
.uk-card .ac-button,
.uk-modal-dialog .ac-button {
  background: #E4151A;
  background: linear-gradient(90deg, #E4151A, #FF4045 45%, #FF4045 55%, #E4151A 100%);
  font-size: 23px;
  font-family: 'Rubik', sans-serif;
  line-height: 23px;
  padding: 12px 20px 10px;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.5s;
  position: relative;
  box-sizing: border-box;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5), 0px 2px 1px #7A0C15;
  /* &::before {
      content: '';
      position: absolute;
      top: 0; right: 0; bottom: 0; left: 0;
      z-index: -1;
      margin: -2px;
      border-radius: inherit;
      background: linear-gradient(90deg, #ced7d9 0%, #ccd7db 73%, #91969a 100%);
    } */
}
.uk-card .ac-button::after,
.uk-modal-dialog .ac-button::after {
  content: '';
  background: url('../img/arrow-button.png') center center no-repeat;
  margin-left: 15px;
  top: 1px;
  position: relative;
  display: inline-block;
  width: 10px;
  height: 18px;
  transition: 0.5s;
}
.uk-card .ac-button:hover,
.uk-modal-dialog .ac-button:hover {
  /* -webkit-box-shadow: 0px 0px 0px 0px #830008; 
        box-shadow: 0px 0px 0px 0px #830008; */
}
.uk-card .ac-button:hover::after,
.uk-modal-dialog .ac-button:hover::after {
  margin-left: 20px;
}
a.ac-button:hover {
  color: #fff;
}
.uk-card .ac-button-small {
  font-size: 14px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  line-height: 23px;
  padding: 2px 10px 0;
  border-radius: 50px;
  background: #E4151A;
  background: linear-gradient(90deg, #E4151A, #FF4045 45%, #FF4045 55%, #E4151A 100%);
  border: none;
}
.uk-card .ac-button-small::after {
  margin-left: 5px;
  width: 7px;
  height: 11px;
  background-size: contain;
}
.uk-card .ac-button-small:hover::after {
  margin-left: 10px;
}
.uk-button-link {
  color: #07315C;
  text-transform: inherit;
  border: none;
  text-decoration: underline;
}
a {
  color: #07315C;
  text-decoration: underline;
  border: none;
  transition: ease-in-out 0.25s;
}
a:hover {
  color: #062344;
  text-decoration: none;
}
.ac-icon-button {
  color: #07315C;
  background-color: transparent;
  /* &:hover {
    color:@button-color;
    background-color: #fde4c9;
  } */
}
.ac-button-cookies {
  font-size: 14px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  line-height: 16px;
  padding: 5px 10px !important;
  /* &::after {
    content:url('../img/arrow-button.png');
  } */
}
@media (max-width: 640px) {
  .ac-cookies p {
    font-size: 12px;
  }
  .ac-cookies .ac-button-cookies {
    font-size: 12px;
    padding: 2px 10px;
  }
  .uk-card .ac-button,
  .uk-modal-dialog .ac-button {
    font-size: 20px;
  }
  .uk-card .ac-button-small,
  .uk-modal-dialog .ac-button-small {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .uk-card .ac-button-small {
    margin-top: 3px;
  }
}
/* ALERT ******************************************************************************************************************/
.uk-notification-message-warning {
  background: #d50000;
  color: #ffffff;
}
/* BODY *******************************************************************************************************************/
html {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #07315C;
}
/* HEADER ***************************************************************************************************************/
.ac-header {
  width: 100%;
  background-color: #fff;
  /* &::after {
    content:'';
    width:100%;
    height:10px;
    position: absolute;
    margin-top:10px;
    background: url('../img/separateur.png') center center transparent no-repeat;
  } */
}
.ac-header-date {
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #07315C;
  color: #e4151a;
}
.ac-flags {
  background-position: center center;
  border: none;
  width: 20px;
  height: 15px;
  margin: 3px 0;
  cursor: pointer;
}
#ac-flag-fr {
  background-image: url('../img/fr.png');
}
#ac-flag-en {
  background-image: url('../img/uk.png');
}
#ac-flag-de {
  background-image: url('../img/de.png');
}
@media (min-width: 640px) {
  .ac-logo {
    max-width: 265px;
  }
  .ac-header-date {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 640px) {
  .ac-logo {
    max-width: 150px;
  }
  .ac-header-date {
    margin-top: 15px;
    font-size: 15px;
    line-height: 19px;
  }
}
/* SECTION CONTENU **********************************************************************************************************/
.ac-content-section {
  background: url('../img/bg.jpg') top center #ffffff no-repeat;
  /* background: linear-gradient(180deg, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(208,208,208,1) 100%); */
}
.ac-content-section#inscription {
  background: url('../img/bg-home.jpg') top center #ffffff no-repeat;
}
.ac-content-section#fin,
.ac-content-section#verification,
.ac-content-section#terminer {
  background: url('../img/bg-fin.jpg') top center #ffffff no-repeat;
}
@media (max-width: 960px) {
  .ac-content-section {
    background: url('../img/bg-mobile.jpg') top center #ffffff no-repeat;
    background-size: cover;
  }
  .ac-content-section#inscription,
  .ac-content-section#verification,
  .ac-content-section#fin,
  .ac-content-section#terminer {
    background: url('../img/bg-home-mobile.jpg') top center #ffffff no-repeat;
    background-size: cover;
  }
}
@media (min-width: 640px) {
  .ac-content-section .ac-page-section {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 640px) {
  .ac-content-section#mecanique {
    min-height: 170vw;
  }
  .ac-cartouche h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
/* RECAPTCHA *********************************************************************************************************************************/
/* .grecaptcha-badge {
    right:-300px !important;
} */
/* STYLE PAGE COMMUN ***************************************************************************************************************/
.ac-main-container {
  position: relative;
}
.ac-hr {
  border-top: 1px solid #ffffff;
}
.uk-modal-dialog {
  border-radius: 15px;
}
/* CARDS ***************************************************************************************************************/
.uk-card {
  border-radius: 0;
  width: 100%;
  background-color: rgba(202, 226, 246, 0.75);
  border-radius: 3px;
  padding: 30px 15px;
}
/* .ac-card {
  margin-top: -15px;
} */
/* .ac-card {
  &::before {
    content:'';
    width:20px;
    height:20px;
    background: url(../img/before-cartouche.png) center center transparent no-repeat;
    position: absolute;
    left:0;
    top:0;
  }

  &::after {
    content:'';
    width:20px;
    height:20px;
    background: url(../img/before-cartouche.png) center center transparent no-repeat;
    position: absolute;
    transform: rotate(90deg);
    right:0;
    top:0;
  }
} */
.ac-h2-mobile {
  background-color: #808080;
  font-family: 'Rubik', sans-serif;
  color: #07315C;
}
.ac-h2-mobile span {
  font-family: 'Rubik', sans-serif;
  color: #e4151a;
}
.uk-text-small {
  font-size: 11px;
}
/* #ac-h2-mobile-fin {
    margin-top: 20px !important;
} */
@media (max-width: 640px) {
  .uk-card {
    padding: 15px 15px;
  }
  .uk-card h2 {
    font-size: 15px;
    line-height: 19px;
    padding: 8px;
  }
  .ac-text-lead {
    font-size: 14px;
  }
}
/* @media (min-width:960px) {
  .ac-card {
    margin-top: -40px;
  }
} */
/* GRID ************************/
.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #5d6967;
}
/* TEASER ****************************** */
/* HOME ****************************** */
@media only screen and (max-width: 1200px) {
  #inscription .dotations {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #inscription .ac-card {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* HOME ****************************** */
#mess {
  display: none;
}
/* VERIFICATION ****************************** */
#verification .ac-max-width-input-verification {
  max-width: 350px;
}
@media only screen and (max-width: 1200px) {
  #verification .dotations {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #verification .ac-card {
    padding: 30px 50px;
  }
  #verification .ac-button {
    font-size: 18px;
  }
  #verification .ac-button::after {
    width: 9px;
    height: 16px;
  }
}
/* JEU ****************************** */
#mecanique #roue-container {
  position: relative;
  width: 100%;
  max-width: 688px;
  /* min-height: 555px; */
  margin: auto;
}
#mecanique #roue-container .element {
  position: absolute;
}
#mecanique #roue-container #arriere-plaquettes {
  width: 28.78%;
  top: 9%;
  right: 12%;
}
#mecanique #roue-container #roue {
  width: 80.52%;
  transform-origin: center;
  left: 9.74%;
}
#mecanique #roue-container #plaquettes {
  width: 44%;
  top: 4%;
  right: 8%;
}
#mecanique #roue-container #bouton {
  cursor: pointer;
  width: 24.13%;
  left: 38%;
  top: 35%;
}
#mecanique #jackpot-gameplay-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  border-radius: 5px;
  margin: auto;
  overflow: hidden;
  transition: all 1.98s;
  background: url('../img/mecanique/jackpot/bg-container-gameplay.jpg') center center no-repeat;
  background-size: 100%;
}
#mecanique #jackpot-gameplay-container #jackpot-container {
  position: relative;
  width: 100%;
  margin: auto;
  background: url('../img/mecanique/jackpot/bg-container-jackpot.jpg') center center no-repeat;
  background-size: 100%;
  transition: all 2s;
  transform: scale(0.25);
}
#mecanique #jackpot-gameplay-container #jackpot-container .ac-texte-action {
  position: absolute;
  width: 55%;
  top: 4%;
  left: 27%;
}
#mecanique #jackpot-gameplay-container #jackpot-container .ac-texte-resultat {
  position: absolute;
  width: 51%;
  bottom: 6%;
  left: 25%;
}
#mecanique #jackpot-gameplay-container #jackpot-container .ac-cadre-jackpot {
  position: absolute;
  width: 81%;
  top: 20%;
  left: 10%;
}
#mecanique #jackpot-gameplay-container #jackpot-container .manche {
  position: absolute;
  width: 9%;
  height: 53%;
  background: url(../img/mecanique/jackpot/manche-haut.png) bottom left no-repeat;
  background-size: contain;
  bottom: 40%;
  left: 83.5%;
  cursor: pointer;
}
#mecanique #jackpot-gameplay-container #jackpot-container .manche.actif {
  animation: 0.15s linear activation_manche;
}
@keyframes activation_manche {
  0% {
    background-image: url(../img/mecanique/jackpot/manche-haut.png);
  }
  /* 50% {
          background-image: url(../img/mecanique/jackpot/manche-milieu.png);
        } */
  50% {
    background-image: url(../img/mecanique/jackpot/manche-bas.png);
  }
  100% {
    background-image: url(../img/mecanique/jackpot/manche-haut.png);
  }
}
#mecanique #jackpot-gameplay-container #jackpot-container #col-container {
  position: absolute;
  width: 71%;
  top: 27.9%;
  left: 15.3%;
  /* .col1 {
          left: 2.05%;
        } */
}
#mecanique #jackpot-gameplay-container #jackpot-container #col-container .col1,
#mecanique #jackpot-gameplay-container #jackpot-container #col-container .col2,
#mecanique #jackpot-gameplay-container #jackpot-container #col-container .col3 {
  width: 31.8%;
  position: absolute;
}
#mecanique #jackpot-gameplay-container #jackpot-container #col-container .col1:after,
#mecanique #jackpot-gameplay-container #jackpot-container #col-container .col2:after,
#mecanique #jackpot-gameplay-container #jackpot-container #col-container .col3:after {
  content: '';
  display: block;
  padding-top: 115.52%;
}
#mecanique #jackpot-gameplay-container #jackpot-container #col-container .col2 {
  left: 33.9%;
}
#mecanique #jackpot-gameplay-container #jackpot-container #col-container .col3 {
  left: 67.6%;
}
#mecanique #jackpot-gameplay-container #jackpot-container #col-container .jackpot-col {
  overflow: hidden;
  z-index: 0;
}
#mecanique #jackpot-gameplay-container #jackpot-container #col-container .jackpot-col-items {
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background: url('../img/mecanique/jackpot/lots.jpg');
  background-size: cover;
  background-position: 0 -3%;
}
#mecanique #jackpot-gameplay-container #jackpot-container #col-container .jackpot-event {
  z-index: 2;
  cursor: inherit;
}
#mecanique #demontage-gameplay-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  border-radius: 5px;
  margin: auto;
  overflow: hidden;
  transition: all 1.98s;
  background-color: white;
}
#mecanique #demontage-gameplay-container .ac-interface {
  position: absolute;
  transition: all ease-in 1.5s;
}
#mecanique #demontage-gameplay-container #ac-compteur {
  background: url('../img/mecanique/demontage/bg-compteur.png') left center no-repeat;
  background-size: cover;
  width: 120px;
  height: 65px;
  bottom: 2%;
  left: -25%;
  box-sizing: border-box;
  padding: 17px;
}
#mecanique #demontage-gameplay-container #ac-compteur #ac-compteur-icone {
  vertical-align: bottom;
  margin-right: 3px;
}
#mecanique #demontage-gameplay-container #ac-compteur #ac-compteur-text {
  font-family: 'Rubik', sans-serif;
  color: #07315C;
  font-size: 33px;
  line-height: 33px;
  font-weight: 600;
}
#mecanique #demontage-gameplay-container #ac-compteur #ac-compteur-text span {
  color: #e4151a;
}
#mecanique #demontage-gameplay-container #ac-timer {
  background: url('../img/mecanique/demontage/bg-timer.png') left center no-repeat;
  background-size: cover;
  width: 120px;
  height: 65px;
  bottom: 2%;
  right: -25%;
  box-sizing: border-box;
  padding: 17px;
}
#mecanique #demontage-gameplay-container #ac-timer #ac-timer-icone {
  vertical-align: bottom;
  margin-left: 3px;
}
#mecanique #demontage-gameplay-container #ac-timer #ac-timer-text {
  font-family: 'Rubik', sans-serif;
  color: #07315C;
  font-size: 33px;
  line-height: 33px;
  font-weight: 600;
  text-align: right;
}
#mecanique #demontage-gameplay-container #ac-garagiste {
  left: -40%;
  bottom: 22%;
  width: 24%;
  transition: all ease-in 0.5s;
}
#mecanique #demontage-gameplay-container #ac-text-intro {
  bottom: 22%;
  left: 50%;
  margin-left: -29%;
  width: 58%;
  opacity: 0;
  transition: all ease-in 1s;
}
#mecanique #demontage-gameplay-container #ac-logo {
  top: 11.5%;
  right: 3%;
  width: 16%;
  opacity: 0;
}
#mecanique #demontage-gameplay-container #ac-text-gagne,
#mecanique #demontage-gameplay-container #ac-text-temps-ecoule {
  top: 50%;
  margin-top: -5%;
  left: 50%;
  margin-left: -29%;
  width: 58%;
  display: none;
  transition: all ease-in 1s;
}
#mecanique #demontage-gameplay-container #demontage-container {
  transform-origin: center center;
  background-color: rgba(255, 255, 0, 0.267);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 2s;
}
#mecanique #demontage-gameplay-container #demontage-container #ac-background {
  position: absolute;
  transform-origin: center center;
  left: 0;
  top: 0;
}
#mecanique #demontage-gameplay-container #demontage-container .ac-ecrou {
  transform-origin: center center;
  position: absolute;
  width: 1%;
}
#mecanique #demontage-gameplay-container #demontage-container #ac-ecrou-1 {
  top: 35.35%;
  left: 47.8%;
}
#mecanique #demontage-gameplay-container #demontage-container #ac-ecrou-2 {
  top: 34.1%;
  left: 49.5%;
}
#mecanique #demontage-gameplay-container #demontage-container #ac-ecrou-3 {
  top: 35.35%;
  left: 51.2%;
}
#mecanique #demontage-gameplay-container #demontage-container #ac-ecrou-4 {
  top: 37.4%;
  left: 50.6%;
}
#mecanique #demontage-gameplay-container #demontage-container #ac-ecrou-5 {
  top: 37.4%;
  left: 48.4%;
}
#mecanique #demontage-gameplay-container #demontage-container .ac-cle {
  transform-origin: center center;
  position: absolute;
  width: 18%;
  display: none;
}
#mecanique #demontage-gameplay-container #demontage-container #ac-cle-1 {
  top: 26.5%;
  left: 39.2%;
  z-index: 60;
}
#mecanique #demontage-gameplay-container #demontage-container #ac-cle-2 {
  top: 25.3%;
  left: 41.1%;
  z-index: 50;
}
#mecanique #demontage-gameplay-container #demontage-container #ac-cle-3 {
  top: 26.5%;
  left: 42.7%;
  z-index: 40;
}
#mecanique #demontage-gameplay-container #demontage-container #ac-cle-4 {
  top: 28.5%;
  left: 42%;
  z-index: 30;
}
#mecanique #demontage-gameplay-container #demontage-container #ac-cle-5 {
  top: 28.5%;
  left: 40%;
  z-index: 20;
}
@media (max-width: 640px) {
  #mecanique.jackpot {
    background: url('../img/bg-mecanique-mobile.jpg') top center;
    background-size: cover;
    min-height: 75vh;
  }
  #mecanique.jackpot #ac-logo-ad {
    padding-top: 10vh;
  }
  #mecanique .ac-accroche-mecanique-roue {
    max-width: 40%;
    margin: auto;
  }
  #mecanique #ac-mecanique-roue {
    padding-top: 12vw !important;
  }
  #mecanique #ac-mecanique-jackpot {
    padding-top: 0vh !important;
  }
  #mecanique #ac-mecanique-jackpot #jackpot-gameplay-container {
    background: url('../img/mecanique/jackpot/bg-container-gameplay-mobile.jpg') center center no-repeat;
    max-width: 95vw;
    background-size: 130%;
  }
  #mecanique #ac-mecanique-jackpot #jackpot-gameplay-container #jackpot-container {
    background: url('../img/mecanique/jackpot/bg-container-jackpot-mobile.jpg') center center no-repeat;
    transform: scale(0.19);
  }
  #mecanique #ac-mecanique-jackpot #jackpot-gameplay-container #jackpot-container .ac-texte-action {
    width: 85%;
    top: 7.5%;
    left: 9%;
  }
  #mecanique #ac-mecanique-jackpot #jackpot-gameplay-container #jackpot-container .ac-texte-resultat {
    position: absolute;
    width: 80%;
    bottom: 14%;
    left: 10%;
  }
  #mecanique #ac-mecanique-jackpot #jackpot-gameplay-container #jackpot-container .ac-cadre-jackpot {
    top: 29%;
    width: 94%;
    left: 3%;
  }
  #mecanique #ac-mecanique-jackpot #jackpot-gameplay-container #jackpot-container .manche {
    width: 10%;
    bottom: 45%;
    left: 88.5%;
  }
  #mecanique #ac-mecanique-jackpot #jackpot-gameplay-container #jackpot-container #col-container {
    top: 33.9%;
    width: 83%;
    left: 9%;
  }
  #mecanique #ac-mecanique-demontage {
    padding-top: 6vh !important;
  }
  #mecanique #ac-mecanique-demontage #ac-compteur {
    top: 2%;
    left: -25%;
  }
  #mecanique #ac-mecanique-demontage #ac-timer {
    top: 2%;
    right: -25%;
  }
  #mecanique #ac-mecanique-demontage #ac-garagiste {
    left: -40%;
    bottom: 18%;
    width: 25%;
  }
  #mecanique #ac-mecanique-demontage #ac-text-intro {
    bottom: 4%;
    left: 50%;
    margin-left: -45%;
    width: 90%;
    opacity: 0;
    transition: all ease-in 1s;
  }
  #mecanique #ac-mecanique-demontage #ac-text-gagne,
  #mecanique #ac-mecanique-demontage #ac-text-temps-ecoule {
    margin-left: -45%;
    width: 90%;
  }
  #mecanique #ac-mecanique-demontage #demontage-container .ac-ecrou {
    transform-origin: center center;
    position: absolute;
    width: 1.5%;
  }
  #mecanique #ac-mecanique-demontage #demontage-container #ac-ecrou-1 {
    top: 48.5%;
    left: 46.8%;
  }
  #mecanique #ac-mecanique-demontage #demontage-container #ac-ecrou-2 {
    top: 47.1%;
    left: 49.2%;
  }
  #mecanique #ac-mecanique-demontage #demontage-container #ac-ecrou-3 {
    top: 48.5%;
    left: 51.5%;
  }
  #mecanique #ac-mecanique-demontage #demontage-container #ac-ecrou-4 {
    top: 51.4%;
    left: 50.6%;
  }
  #mecanique #ac-mecanique-demontage #demontage-container #ac-ecrou-5 {
    top: 51.4%;
    left: 47.6%;
  }
  #mecanique #ac-mecanique-demontage #demontage-container .ac-cle {
    width: 24%;
  }
  #mecanique #ac-mecanique-demontage #demontage-container #ac-cle-1 {
    top: 36.9%;
    left: 35.6%;
  }
  #mecanique #ac-mecanique-demontage #demontage-container #ac-cle-2 {
    top: 35.3%;
    left: 38.1%;
  }
  #mecanique #ac-mecanique-demontage #demontage-container #ac-cle-3 {
    top: 36.9%;
    left: 40.3%;
  }
  #mecanique #ac-mecanique-demontage #demontage-container #ac-cle-4 {
    top: 39.6%;
    left: 39.4%;
  }
  #mecanique #ac-mecanique-demontage #demontage-container #ac-cle-5 {
    top: 39.8%;
    left: 36.4%;
  }
}
@media (max-width: 960px) {
  #mecanique .ac-accroche-mecanique-roue {
    max-width: 25%;
    margin: auto;
  }
}
/* FIN ****************************** */
#fin .ac-text-felicitations {
  font-size: 26px;
  line-height: 28px;
}
#fin .ac-text-fin {
  font-size: 16px;
  line-height: 18px;
}
#fin .ac-text-fin-small {
  font-size: 13px;
  line-height: 15px;
}
#fin .ac-text-lead {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
}
#fin .ac-text-lead span {
  color: #e4151a;
}
#fin .ac-card-fin-win {
  background: url('../img/bg-card-fin-win.jpg') top center #ffffff no-repeat;
  background-size: 100%;
  padding-top: 0;
}
@media (max-width: 960px) {
  .ac-trophee {
    max-width: 150px;
  }
}
@media (min-width: 640px) {
  .ac-dotations-fin {
    max-width: 420px;
  }
}
@media (max-width: 640px) {
  #fin .ac-card-fin-win {
    background: url('../img/bg-card-fin-win-mobile.jpg') bottom right #ffffff no-repeat;
    background-size: 100%;
  }
}
/* BANNIERE COOKIES ********************************************************************************** */
.ac-cookies {
  background-color: #5d6967;
  color: #fff;
  padding: 5px !important;
}
@media (max-width: 640px) {
  .ac-cookies p {
    font-size: 12px;
  }
}
/* FOOTER *********************************** */
.ac-footer-section {
  color: #5d6967;
  background-color: #ffffff;
  bottom: 0;
  -webkit-box-shadow: 0px -8px 9px -9px #e6e6e6;
  box-shadow: 0px -8px 9px -9px #e6e6e6;
}
.ac-footer-section .ac-footer-link {
  line-height: 10px;
}
.ac-footer-section .ac-footer-link a {
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  text-decoration: none;
}
.ac-footer-section a {
  color: #5d6967;
}
.ac-footer-section p {
  font-size: 11px;
  line-height: 13px;
  text-align: justify;
}
.ac-footer-section .ac-text-lead {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
}
#modal-mentions-legales p {
  color: #808080;
}
#modal-mentions-legales .logo-mentions {
  max-width: 180px;
}
#modal-contact .uk-modal-body p,
#modal-contact .uk-modal-body a {
  font-size: 16px;
}
#modal-realisation .uk-modal-dialog {
  background-color: #2E4A72;
}
#modal-realisation .uk-modal-dialog h3,
#modal-realisation .uk-modal-dialog p {
  color: #fff;
}
#modal-realisation .uk-modal-dialog a {
  color: #ffffff;
}
.hide {
  display: none;
}
#modal-contact .uk-modal-title {
  font-size: 20px;
}
#modal-liste h4 {
  font-size: 15px;
}
#modal-liste ul li,
#modal-liste a {
  font-size: 13px;
}
