@charset "UTF-8";
@font-face {
  font-family: "adventure";
  src: url("/fonts/Adventure.otf"), url("/fonts/Adventure.ttf") format("truetype");
}
@font-face {
  font-family: "franklin";
  src: url("/fonts/franklin.ttf") format("truetype");
}
.disabledLink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

@font-face {
  font-family: "engraved";
  src: url("/fonts/AcademyEngraved.ttf");
}
h1.ultimate {
  border: none;
  background: #F9F9F9;
  padding: 17px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
  line-height: 37px;
}
@media (max-width: calc(900px - 1px)) {
  h1.ultimate {
    font-size: 29px;
    padding: 10px;
  }
}

#ultimateFlyers {
  display: flex;
  flex-direction: row;
  padding: 0 5px;
}
#ultimateFlyers .pair {
  flex: 1;
}
#ultimateFlyers .pair.empty .flyer {
  border: 2px dashed;
  border-color: inherit;
  border-radius: 8px;
  background-color: rgba(250, 250, 250, 0.6784313725);
  color: #412312;
}
#ultimateFlyers .pair:not(.empty) .flyer {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
}
#ultimateFlyers .pair .flyer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  position: relative;
  overflow: hidden;
}
#ultimateFlyers .pair .flyer img {
  width: 100%;
}
#ultimateFlyers .pair .flyer .title {
  position: absolute;
  font-weight: 600;
  font-style: italic;
  max-width: 100%;
  padding: 5px;
  text-align: center;
}
#ultimateFlyers .pair .handleFrame {
  margin-bottom: 8px;
}
#ultimateFlyers .pair .handle {
  cursor: ew-resize;
  background: lightgrey;
  border-radius: 50px;
  width: 67px;
  padding: 0 9px;
}
#ultimateFlyers .placeholder {
  background-color: rgba(0, 0, 0, 0.0823529412);
  background-clip: content-box;
  padding: 5px;
}

@media (min-width: 656px) {
  #ultimateFlyers .pair .flyer.recto {
    margin-bottom: 10px;
  }
}
@media (max-width: 655px) {
  #ultimateFlyers {
    flex-direction: column;
  }
  #ultimateFlyers .pair {
    display: flex;
    flex: initial;
  }
  #ultimateFlyers .pair .flyer {
    flex: 1;
  }
  #ultimateFlyers .pair .handleFrame {
    display: none;
  }
}
.message {
  font-style: italic;
  margin-top: 16px;
  display: none;
}
.message.failure {
  color: red;
}

#monument {
  color: #545454;
  overflow: hidden;
  font-family: "Times New Roman", serif;
}
#monument .top {
  height: 56px;
  background: url(/images/website/ultimate/monument/top.png);
  background-size: 100% 56px;
}
#monument .center {
  height: 284px;
  background: url(/images/website/ultimate/monument/center.png);
  background-size: 100% 284px;
}
#monument .center .centerFrame {
  max-width: 800px;
  text-align: center;
  position: relative;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
#monument .center .centerFrame .column {
  background: url(/images/website/ultimate/monument/column.png);
  top: -14px;
  position: absolute;
  background-size: 77px 309px;
  height: 309px;
  width: 77px;
  filter: drop-shadow(20px 0 10px rgba(0, 0, 0, 0.1882352941));
}
#monument .center .centerFrame .column.III {
  background-image: url(/images/website/ultimate/monument/column-III.png);
}
#monument .center .centerFrame .column.VII {
  background-image: url(/images/website/ultimate/monument/column-VII.png);
}
#monument .center .centerFrame .column.III-VII {
  display: none;
  background-image: url(/images/website/ultimate/monument/column-III-VII.png);
}
#monument .center .centerFrame .sculptureBox {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 13px;
  width: 175px;
  height: 286px;
}
#monument .center .centerFrame .sculptureBox .sculpture {
  background: url(/images/website/ultimate/monument/sculpture.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
#monument .center .centerFrame .sculptureBox .paperBox {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotateX(82deg) rotateZ(29deg) scale(0.6) translateX(-43px) translatez(-41px);
}
#monument .center .centerFrame .sculptureBox .paperBox.anime {
  animation: monterEtAgrandir 2s forwards; /* Durée totale de l'animation */
}
#monument .center .centerFrame .sculptureBox .paperBox.anime .paper {
  filter: drop-shadow(1px 1px 5px #888888);
}
#monument .center .centerFrame .sculptureBox .paperBox.cache {
  animation: diminuerEtCacher 2s forwards;
}
#monument .center .centerFrame .sculptureBox .paperBox .paper {
  cursor: pointer;
  width: 100px;
}
#monument .center .centerFrame .list {
  font-family: "engraved", "Times New Roman", serif;
  width: 174px;
  list-style: none;
  font-size: 19px;
  text-align: left;
  margin-left: 129px;
  border: 2px solid #e7e7e7;
  outline: 2px solid #a5a4a4;
  padding: 8px;
}
#monument .center .centerFrame .list li {
  line-height: 20px;
}
#monument .center .centerFrame .list li:not(:last-child) {
  margin-bottom: 10px;
}
#monument .bottom {
  height: 77px;
  background: url(/images/website/ultimate/monument/bottom.png);
  background-size: 100% 77px;
}
#monument .bottom .title {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  padding: 34px 10px 0;
}

@keyframes monterEtAgrandir {
  0% {
    pointer-events: none;
    position: absolute;
    transform: rotateX(82deg) rotateZ(29deg) scale(0.6) translateX(-43px) translatez(-41px);
    z-index: 1;
  }
  50% {
    pointer-events: none;
    transform: rotateX(82deg) rotateZ(29deg) scale(0.6) translateX(63px) translatez(-34px);
    z-index: 1;
  }
  51% {
    pointer-events: none;
    z-index: 20;
  }
  100% {
    z-index: 20;
    transform: scale(2.5) translateX(-15px) translateY(-39px);
    margin-right: 0;
  }
}
@keyframes diminuerEtCacher {
  0% {
    pointer-events: none;
    z-index: 20;
    transform: scale(2.5) translateX(-15px) translateY(-39px);
    margin-right: 0;
  }
  49% {
    pointer-events: none;
    z-index: 20;
    position: absolute;
  }
  50% {
    pointer-events: none;
    transform: rotateX(82deg) rotateZ(29deg) scale(0.6) translateX(63px) translatez(-34px);
    z-index: 1;
  }
  100% {
    transform: rotateX(82deg) rotateZ(29deg) scale(0.6) translateX(-43px) translatez(-41px);
    z-index: 1;
  }
}
@media (max-width: 434px) {
  #monument .bottom .title {
    font-size: 18px;
  }
}
@media (max-width: 758px) {
  #monument .center .centerFrame .column:not(.III-VII) {
    display: none;
  }
  #monument .center .centerFrame .column.III-VII {
    display: block;
  }
  #monument .center .centerFrame .sculpture {
    right: inherit;
    left: -131px;
  }
  #monument .center .centerFrame .paperBox {
    margin-right: 126px;
  }
  #monument .center .centerFrame .list {
    margin: auto;
  }
}
.colorStrip {
  height: 6px;
  background: linear-gradient(90deg, #99D4DF 0%, #88B14A 25%, #F7D359 50%, #EDB0D1 75%, #A575B1 100%);
}

.pictures .col {
  display: flex;
  align-items: center;
}

.ultimateGameList {
  display: flex;
  margin: 10px 0 22px;
  text-align: center;
  font-size: 0;
}
.ultimateGameList .game-thumbnail {
  display: inline-block;
  border: 4px solid;
  margin: 3px;
}
.ultimateGameList .game-thumbnail .title {
  margin: 0 6px 5px;
  font-size: 14px;
  cursor: default;
}

@media (max-width: 710px) {
  .ultimateGameList {
    display: block;
  }
  .ultimateGameList .game-thumbnail {
    max-width: calc(50% - 9px);
  }
  .ultimateGameList .game-thumbnail .title {
    font-size: 3vw;
  }
}
@media (max-width: 429px) {
  .ultimateGameList .game-thumbnail .title {
    font-size: 4vw;
    line-height: 17px;
  }
}
#father {
  cursor: pointer;
}

#fatherSection {
  text-align: center;
  padding: 0 0 22px;
  overflow: hidden;
}
#fatherSection .fatherBox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid black;
  padding: 0 45px;
}
#fatherSection .fatherBox .instruction {
  width: 300px;
  font-size: 19px;
  font-weight: 600;
}
#fatherSection .fatherBox img {
  width: 197px;
}
@media (max-width: 539px) {
  #fatherSection {
    padding: 0;
  }
  #fatherSection .fatherBox {
    padding: 0;
  }
  #fatherSection .fatherBox .instruction {
    width: 162px;
    font-size: 17px;
  }
}

.fatherToOpen {
  display: none;
}

.answerForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 22px;
}
.answerForm .form-row {
  display: flex;
  width: 300px;
  max-width: 100%;
}
.answerForm .form-row input {
  border: 2px solid #382818;
  font-weight: 600;
}
.answerForm .form-row input[name=answer] {
  flex: 1;
  text-transform: uppercase;
}
.answerForm .form-row input[name=answer]::placeholder {
  text-transform: none;
}

#bottomFrame {
  position: relative;
  overflow: hidden;
  background: #171c18;
  display: none;
}
#bottomFrame #squareXFrame {
  background: url(/images/website/ultimate/marble-green.jpg) center top;
  background-size: contain;
  text-align: center;
  padding: 33px 0;
  position: relative;
  transform-origin: top;
  transition: 5s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: perspective(704px);
  -webkit-transform: perspective(704px);
}
#bottomFrame #squareXFrame.open {
  transform: perspective(704px) rotateX(72deg);
  -webkit-transform: perspective(704px) rotateX(72deg);
  position: absolute;
  left: 0;
  right: 0;
}
#bottomFrame #squareXFrame #squareX {
  max-height: 300px;
  max-width: calc(100% - 30px);
}
#bottomFrame #squareXFrame:not(.opened) #openStone {
  cursor: pointer;
}
#bottomFrame #squareXFrame #canva {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
#bottomFrame #squareXFrame #canva .ratio {
  height: 10.4%;
  position: absolute;
  width: auto;
  aspect-ratio: 1/1;
}
#bottomFrame #squareXFrame #canva #hole {
  background: #171c18;
  display: none;
}
#bottomFrame #squareXFrame #canva #stone {
  background: url(/images/website/ultimate/stone.jpg);
  background-size: 100%;
  transition: 3s;
  display: none;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
#bottomFrame #squareXFrame #canva #stone img {
  width: 100%;
  height: 100%;
}
#bottomFrame #squareXFrame #canva #stone.open {
  transform: translateX(50px) translateY(-4px) translateZ(4px) rotate(30deg);
  -webkit-transform: translateX(50px) translateY(-4px) translateZ(4px) rotate(30deg);
}
#bottomFrame #squareXFrame #canva #stone.open .face {
  background-color: #92977c;
  content: "";
  position: absolute;
}
#bottomFrame #squareXFrame #canva #stone.open .face.bottom {
  right: 0;
  left: 0;
  bottom: 0;
  height: 4px;
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
}
#bottomFrame #squareXFrame #canva #stone.open .face.right {
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform-origin: right;
  -webkit-transform-origin: right;
}
#bottomFrame #squareXFrame:after {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/website/ultimate/marble-green.jpg) center top;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 19px;
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
}
#bottomFrame #underground {
  text-align: center;
  display: none;
}
#bottomFrame #underground .light {
  display: block;
  margin: auto;
  max-width: 100%;
}
#bottomFrame #underground .knightContainer {
  margin-top: -229px;
  margin-left: -22%;
  margin-right: -22%;
  text-align: center;
}
#bottomFrame #underground .knightContainer .image-container {
  position: relative;
  display: inline-block;
}
#bottomFrame #underground .knightContainer .image-container .knight {
  max-width: 128%;
  display: block;
  margin: auto;
}
#bottomFrame #underground .knightContainer .image-container .knight.overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: block;
}
#bottomFrame #underground .knightContainer .image-container .button {
  position: absolute;
  cursor: pointer;
  width: 165px;
  height: 32px;
  top: 50px;
  left: 50px;
  transform: translateX(341px) translateY(261px) rotateZ(337deg);
  z-index: 1;
}
@media (max-width: 462px) {
  #bottomFrame #underground .knightContainer .image-container .button {
    width: 24.5%;
    height: 8%;
    top: 9%;
    left: 3%;
    transform: translateX(231%) translateY(969%) rotateZ(337deg);
  }
}
#bottomFrame #underground .knightContainer .image-container .button:hover + .knight.overlay, #bottomFrame #underground .knightContainer .image-container .button.activated + .knight.overlay {
  opacity: 0.8;
}
#bottomFrame #underground .knightContainer .image-container .button.activated {
  cursor: default;
}
#bottomFrame #underground .explanation {
  display: none;
  position: absolute;
  bottom: 92px;
  left: 8px;
  right: 8px;
}
#bottomFrame #underground .explanation .plyrBox {
  border: 4px solid #937048;
  border-radius: 9px;
  display: inline-block;
  max-width: 100%;
  width: 800px;
}
#bottomFrame #underground .explanation .plyrBox .plyr {
  border-radius: 9px;
}

/*# sourceMappingURL=ultimate.css.map */
