@font-face {
  font-family: 'Kessel Heavy';
  src: url('../font/a4e24046589265a6c5f9cacbf95f8519.woff2') format('woff2'), url('../font/a4e24046589265a6c5f9cacbf95f8519.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Kessel Bold';
  src: url('../font/15a3b075ec17c2934bed03fe4f9b1547.woff2') format('woff2'), url('../font/15a3b075ec17c2934bed03fe4f9b1547.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Kessel Book';
  src: url('../font/8a9c541784e06f85c774d1728c731e86.woff2') format('woff2'), url('../font/8a9c541784e06f85c774d1728c731e86.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
h1,
.uk-h1 {
  font-family: 'Kessel Heavy', sans-serif;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
}
h2,
.uk-h2 {
  font-family: 'Kessel Book', sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
p,
li {
  font-size: 19px;
  line-height: 27px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin-right: 20px;
}
.uk-alert-danger p {
  color: #6e90a6;
}
/* DIMENSIONS ***************************************************************************************************************/
.uk-section {
  margin: 0 auto;
  padding: 0;
}
/* CONNTENT SECTION ***************************************************************************************************************/
.ac-content-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ac-box-langues {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  height: 30px;
  width: 30px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}
.ac-box-langues .ac-flags {
  border: none;
  width: 25px;
  height: 15px;
  margin: 0 auto;
  cursor: pointer;
}
.ac-box-langues #ac-flag-fr {
  background: url('../img/langues/fr.png') center center no-repeat;
}
.ac-box-langues #ac-flag-en {
  background: url('../img/langues/uk.png') center center no-repeat;
}
.ac-button {
  background-color: #6e90a6;
  color: #ffffff;
  font-family: 'Kessel Book', sans-serif;
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
  padding: 10px 60px;
  border-radius: 30px;
  position: relative;
}
.ac-button::after {
  content: url(../img/bouton-patte-blanche.png);
  position: absolute;
  bottom: -17px;
  right: 8px;
}
#toLandscape {
  background-color: #004996;
}
#toLandscape .uk-modal-dialog {
  background-color: #004996;
}
@media (max-width: 1919px) {
  .ac-button {
    font-size: 22px;
    line-height: 30px;
    padding: 10px 60px;
    border-radius: 30px;
  }
  .ac-button::after {
    bottom: -17px;
    right: 8px;
  }
}
/* HOME ***************************************************************************************************************/
#home {
  background: url(../img/bg-home.png) center center no-repeat;
  background-color: #000000;
  background-size: 100% 100%;
}
#home #ac-home-pancarte-porte,
#home #ac-home-titre-jeu,
#home #ac-box-porte {
  position: absolute;
  height: auto;
}
#home #ac-home-titre-jeu {
  width: 19.8%;
  top: 42.5%;
  left: 8.9%;
}
#home #ac-home-pancarte-porte {
  transform-origin: top right;
  width: 12.5%;
  top: 28.1%;
  right: 4.4%;
}
#home #ac-box-porte {
  background-color: #000000;
  transform-origin: top right;
  width: 8.5%;
  height: 40%;
  right: 17.2%;
  top: 37.1%;
}
#home #ac-box-porte #ac-porte {
  width: 100%;
  height: 100%;
  transform-origin: top right;
}
#home #ac-box-porte #ac-porte img {
  width: 100%;
  height: 100%;
}
#home .ac-mouvement-porte {
  animation-duration: 1.5s;
  animation-name: mouvementporte;
}
#home .ac-ouverture-porte {
  animation-duration: 1.5s;
  animation-name: ouvertureporte;
}
#home .ac-fondu {
  animation-duration: 1.5s;
  animation-name: fondu;
}
@keyframes mouvementporte {
  0% {
    transform: perspective(4000px) rotateY(0deg);
  }
  40% {
    transform: perspective(4000px) rotateY(-15deg);
  }
  60% {
    transform: perspective(4000px) rotateY(-15deg);
  }
  100% {
    transform: perspective(4000px) rotateY(0deg);
  }
}
@keyframes ouvertureporte {
  0% {
    transform: perspective(4000px) rotateY(0deg);
  }
  50% {
    transform: perspective(4000px) rotateY(-65deg);
  }
  100% {
    transform: perspective(4000px) rotateY(-65deg);
  }
}
@keyframes fondu {
  0% {
    background-color: #000000;
  }
  50% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
/* INSCRIPTION ***************************************************************************************************************/
#inscription {
  background: url(../img/bg-inscription.png) center center no-repeat;
  background-size: 100% 100%;
  /* .ac-mentions {
    position:absolute;
    bottom:0;
    width: 40%;
    bottom: 4.3%;
    left: 3%;
  } */
}
#inscription h1,
#inscription .uk-h1 {
  margin-bottom: 30px;
}
#inscription h2,
#inscription .uk-h2 {
  margin-top: 30px;
  margin-bottom: 0;
}
#inscription a {
  color: #ffffff;
  text-decoration: underline;
}
#inscription .ac-question {
  font-family: 'Kessel Bold', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
}
#inscription .ac-reponse input {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#inscription .ac-reponse label {
  font-size: 19px;
  line-height: 27px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin-right: 20px;
}
#inscription .ac-rgpd {
  margin-top: 30px;
}
#inscription .ac-rgpd input {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  width: 20px;
  height: 20px;
}
#inscription .ac-rgpd .label {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #ffffff;
  margin-left: 10px;
}
#inscription .ac-text-small {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #ffffff;
}
#inscription .ac-card {
  padding: 2.3% 5%;
}
#inscription .ac-card {
  overflow: auto;
  direction: rtl;
}
#inscription .ac-card-content {
  direction: ltr;
}
#inscription .ac-input {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #004996;
  border-radius: 5px;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
#inscription .ac-input::placeholder {
  color: #004996;
}
#inscription .ac-checkbox,
#inscription .ac-radio {
  background-color: #f6f6f6;
  border: 2px solid #f6f6f6;
  margin-top: 0;
}
#inscription .ac-checkbox:checked,
#inscription .ac-radio:checked,
#inscription .ac-checkbox:checked:focus,
#inscription .ac-radio:checked:focus {
  background-color: #004996;
}
#inscription #ac-button-form {
  margin-top: 15px;
}
#inscription .ac-mentions {
  position: relative;
  width: 100%;
  margin-top: 30px;
  bottom: 0;
  left: 0;
  /*  p {
      font-size: 12px;
      line-height: 16px;
    } */
}
#inscription .uk-close {
  color: #999 !important;
}
@media (max-width: 1919px) {
  #inscription h1,
  #inscription .uk-h1 {
    font-size: 22px;
    line-height: 26px;
  }
  #inscription h2,
  #inscription .uk-h2 {
    font-size: 18px;
    line-height: 22px;
  }
  #inscription .ac-input {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
  }
  #inscription .ac-question {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  #inscription .ac-reponse input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-top: 5px;
  }
  #inscription .ac-reponse label {
    font-size: 14px;
    line-height: 16px;
    margin-right: 15px;
  }
  #inscription .ac-rgpd {
    margin-top: 20px;
  }
  #inscription .ac-rgpd input {
    width: 15px;
    height: 15px;
    margin-top: -8px;
  }
  #inscription .ac-rgpd .label {
    font-size: 16px;
    line-height: 18px;
    margin-left: 10px;
  }
  #inscription .ac-mentions {
    /* position: relative;
      width: 100%;
      margin-top: 30px;
      bottom: 0;
      left: 0; */
  }
  #inscription .ac-mentions p {
    font-size: 12px;
    line-height: 16px;
  }
}
/* INSTRCUTIONS ***************************************************************************************************************/
#instructions {
  background: url(../img/bg-popin.png) center center no-repeat;
  background-size: 100% 100%;
}
#startModal .uk-modal-body {
  background-color: #004996;
}
#startModal .uk-modal-body h1,
#startModal .uk-modal-body .uk-h1 {
  position: relative;
  margin-top: 10px;
}
#startModal .uk-modal-body h1::after,
#startModal .uk-modal-body .uk-h1::after {
  content: url(../img/tache-titre.png);
  position: absolute;
  left: 50%;
  z-index: -1;
  margin-left: -170px;
  top: -15px;
}
#startModal .uk-modal-body p {
  font-family: 'Kessel Bold', sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}
#startModal .uk-modal-body .ac-list-product-item {
  margin-bottom: 20px;
}
@media (max-width: 1919px) {
  #startModal .uk-modal-body h1,
  #startModal .uk-modal-body .uk-h1 {
    font-size: 22px;
    line-height: 26px;
  }
  #startModal .uk-modal-body h2,
  #startModal .uk-modal-body .uk-h2 {
    font-size: 18px;
    line-height: 22px;
  }
  #startModal .uk-modal-body p {
    font-family: 'Kessel Bold', sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
  #startModal .uk-modal-body p::after {
    top: -25px;
  }
  #startModal .uk-modal-body .ac-list-product-item {
    margin-bottom: 10px;
  }
  #startModal .uk-modal-body #ac-popin-commandes {
    max-width: 200px;
  }
  #startModal .uk-modal-body #ac-popin-dangers {
    max-width: 125px;
  }
}
@media (max-width: 1919px) and (max-width: 960px) {
  #startModal .uk-modal-body h1,
  #startModal .uk-modal-body .uk-h1 {
    font-size: 20px;
    line-height: 24px;
  }
  #startModal .uk-modal-body h2,
  #startModal .uk-modal-body .uk-h2 {
    font-size: 16px;
    line-height: 20px;
  }
  #startModal .uk-modal-body p {
    font-family: 'Kessel Bold', sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }
  #startModal .uk-modal-body .ac-list-product-item {
    margin-bottom: 5px;
  }
  #startModal .uk-modal-body #ac-popin-commandes {
    max-width: 90px;
  }
  #startModal .uk-modal-body #ac-popin-dangers {
    max-width: 85px;
  }
}
/* MECANIQUE ***************************************************************************************************************/
#mecanique iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}
/* FIN ***************************************************************************************************************/
#fin {
  background: url(../img/bg-inscription.png) center center no-repeat;
  background-size: 100% 100%;
}
#fin .ac-card {
  padding: 2.3% 5%;
}
#fin .ac-card h1,
#fin .ac-card .uk-h1 {
  position: relative;
  margin-top: 10px;
}
#fin .ac-card h1::after,
#fin .ac-card .uk-h1::after {
  content: url(../img/tache-titre.png);
  position: absolute;
  left: -40px;
  z-index: -1;
  top: -25px;
}
#fin .ac-card .ac-text-score {
  font-size: 24px;
}
#fin .ac-card .ac-text-score::after {
  content: '';
}
#fin .ac-card .ac-text-classement {
  color: #ffffff;
}
#fin .ac-card .ac-text-classement span {
  font-weight: 700;
}
#fin .ac-card #ac-fin-qrcode {
  max-width: 200px;
}
@media (max-width: 1919px) {
  #fin .ac-card {
    overflow: auto;
    direction: rtl;
  }
  #fin .ac-card .ac-card-content {
    direction: ltr;
  }
  #fin .ac-card h1,
  #fin .ac-card .uk-h1 {
    font-size: 22px;
    line-height: 26px;
  }
  #fin .ac-card h2,
  #fin .ac-card .uk-h2,
  #fin .ac-card .ac-text-score {
    font-size: 18px;
    line-height: 22px;
  }
  #fin .ac-card .ac-text-classement {
    font-size: 16px;
  }
  #fin .ac-card #ac-fin-qrcode {
    max-width: 150px;
  }
}
