@charset "UTF-8";
/*Gerillass mixins*/
select {
  vertical-align: middle;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 5px;
}

/*Colors, fonts, z-index, breakpoints...*/
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title .background {
  height: auto;
  aspect-ratio: 14/9;
}
@media (min-width: 768px) {
  .title .background {
    height: 85vh;
  }
}

@font-face {
  font-family: "mmountain";
  src: url("../fonts/MADEMountain-Regular.woff2") format("woff2"), url("../fonts/MADEMountain-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "colinas";
  src: url("../fonts/ColinasPersonalUse-Regular.woff2") format("woff2"), url("../fonts/ColinasPersonalUse-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-sans {
  font-family: Poppins !important;
}

.font-sans-2 {
  font-family: "Source Sans 3", sans-serif !important;
}

h1 {
  font-family: colinas;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80px !important;
  line-height: 30px !important;
  font-weight: lighter !important;
  text-shadow: -3px 4px 4px rgba(0, 0, 0, 0.75);
}
@media (min-width: 768px) {
  h1 {
    font-size: 195px !important;
    line-height: 65px !important;
    text-shadow: -3px 4px 4px rgba(0, 0, 0, 0.75);
  }
}
h1 span:first-child {
  display: block;
  line-height: 1.5;
  margin-bottom: -170px !important;
}
@media (max-width: 768px) {
  h1 span:first-child {
    margin-bottom: -85px !important;
  }
}
h1 span:last-child {
  font-family: mmountain;
  font-size: 28px !important;
  text-shadow: -3px 5px 3px rgba(0, 0, 0, 0.75);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter !important;
}
@media (min-width: 768px) {
  h1 span:last-child {
    font-size: 48px !important;
    line-height: 65px !important;
    text-shadow: -3px 4px 4px rgba(0, 0, 0, 0.75);
  }
}

.subtitle {
  font-family: mmountain;
  font-size: 30px !important;
  text-shadow: -3px 5px 3px rgba(0, 0, 0, 0.75);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter !important;
  color: white;
}

h2:not(#onetrust-policy-title) {
  font-size: 60px !important;
  color: #806145;
  font-family: mmountain;
}
@media (max-width: 768px) {
  h2:not(#onetrust-policy-title) {
    font-size: 36px !important;
  }
}

.chapeau span {
  font-family: poppins;
}

h3 {
  font-family: mmountain;
}

.text-custom-xl {
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .text-custom-xl {
    font-size: 18px;
  }
}

.text-custom-xxl {
  font-size: 26px;
  line-height: 1.2;
  color: #806145;
}
@media (max-width: 768px) {
  .text-custom-xxl {
    font-size: 20px;
  }
}

h4 {
  font-family: mmountain;
  font-size: 30px !important;
  color: #806145;
}
@media (max-width: 768px) {
  h4 {
    font-size: 26px !important;
  }
}

.tags {
  font-family: Roboto Mono;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h5 {
  font-family: Poppins;
}

p {
  font-family: poppins;
}

blockquote {
  font-family: Poppins;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 600;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
  }
}
blockquote .auth {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  color: black;
}
@media (min-width: 768px) {
  blockquote .auth {
    font-size: 18px;
  }
}

.poppins {
  font-family: Poppins;
}

.lettrine:first-letter {
  font-size: 570%;
  font-weight: 600;
  float: left;
  margin-top: 5px;
  line-height: 0.7;
  margin-right: 10px;
}

ul {
  font-family: Poppins;
}

.share {
  font-family: poppins;
}

.chart-title {
  font-family: "GoodCondBlack", "Arial Narrow", Impact, sans-serif;
  font-style: normal;
  font-weight: bolder;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

figcaption {
  font-family: Poppins;
}

.commandements {
  position: relative;
}
.commandements .commandements-nbr {
  font-size: 46px;
  text-align: center;
  border-radius: 100px;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  display: block;
  background: #344766;
  color: white;
  float: left;
}
.commandements .commandements-txt {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

#onetrust-consent-sdk h3,
#ot-dpd-title,
#ot-dpd-title {
  font-size: inherit !important;
}

.text-xxs {
  font-size: 0.55rem;
  line-height: 0.8rem;
}

.menu_overlay {
  z-index: 9998 !important;
}

header {
  background: #e2001a;
  border-bottom: 0;
  transition: all 0.2s;
  z-index: 9998 !important;
}
header.neg {
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.neg.headroom--not-top {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}
header.trans {
  background: transparent;
}
header.headroom--unpinned {
  transform: translateY(-100%);
  transition: all 0.2s;
}

.btn {
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
.btn .icon-share, .btn .icon-cross {
  opacity: 0;
}
.btn .icon-share.is-visible, .btn .icon-cross.is-visible {
  opacity: 1;
}
.btn .share-popup {
  width: calc(100vw - 2rem);
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  .btn .share-popup {
    width: 300px;
  }
}
.btn .share-popup.is-visible {
  opacity: 1;
  transition: all 0.2s;
  visibility: visible;
  transform: translateY(0);
}
.btn .share-popup .triangle {
  content: "";
  height: 0;
  width: 0;
  display: inline-block;
  border-style: solid;
  border-color: transparent transparent white;
  border-width: 0 10px 8px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-7px, -100%);
}

.copied {
  left: 50%;
  bottom: 30px;
  font-family: "Poppins";
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 5px);
  transition: all 0.2s;
}
.copied.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition: all 0.2s;
}

.aside-l {
  transition: all 0.2s;
}
.aside-l.-translate-x-full {
  transition: all 0.2s;
}
.aside-l ul li {
  border-bottom: 1px solid #eeeeee;
}

.aside-l .aside-header {
  border-bottom: 1px solid #eeeeee;
}
.aside-l .aside-header .btn {
  background: #eeeeee;
}

.aside-r {
  transition: all 0.2s;
  z-index: 9999 !important;
}
.aside-r.-translate-x-full {
  transition: all 0.2s;
}
.aside-r ul li {
  border-bottom: 1px solid #eeeeee;
}

.aside-r .aside-header {
  border-bottom: 1px solid #eeeeee;
}
.aside-r .aside-header .btn {
  background: #eeeeee;
}

@media (max-width: 576px) {
  .audioplayer {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 5px 5px;
    height: 70px;
    text-align: center;
  }
  .audioplayer .audioplayer-playpause {
    margin: auto;
  }
}

.audioplayer audio {
  display: none !important;
  min-width: 0px !important;
}

figure.mortalite {
  background: white !important;
}
figure.mortalite .mortalite-bg {
  top: 3%;
}
figure.mortalite .mortalite-8 {
  width: 15.8616%;
  height: auto;
  top: 64%;
  left: 11%;
}
figure.mortalite .mortalite-16 {
  width: 15.65922%;
  height: auto;
  top: 57%;
  left: 35%;
}
figure.mortalite .mortalite-24 {
  width: 16.69196%;
  height: auto;
  top: 49%;
  left: 58%;
}
figure.mortalite .mortalite-60 {
  width: 17.48511%;
  height: auto;
  top: 18%;
  left: 81%;
}

.mp3 {
  border: 1px solid #806145;
  border-radius: 5px;
}

.mp3 .portrait-carrel-mp3 {
  height: 130px;
  width: auto;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 576px) {
  .mp3 .portrait-carrel-mp3 {
    width: 100%;
    height: auto;
  }
}

.alpiniste {
  width: 100%;
  height: auto;
}

.hotspot {
  transform-origin: center center;
  position: absolute;
  cursor: pointer;
}
.hotspot.is-animated {
  animation: scaleAnimation 2s infinite;
}
@media (max-width: 576px) {
  .hotspot.is-animated {
    animation: scaleAnimationMobile 2s infinite;
  }
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleAnimationMobile {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.6);
  }
}
@media (max-width: 576px) {
  .hotspot {
    transform: scale(0.6);
  }
}

.hotspot-chapeau {
  left: 52%;
  top: 0%;
}
@media (max-width: 576px) {
  .hotspot-chapeau {
    left: 52%;
    top: 0%;
  }
}

.hotspot-corde {
  left: 55%;
  top: 34%;
}
@media (max-width: 576px) {
  .hotspot-corde {
    left: 55%;
    top: 34%;
  }
}

.hotspot-piolet {
  left: 14%;
  top: 50%;
}
@media (max-width: 576px) {
  .hotspot-piolet {
    left: 14%;
    top: 50%;
  }
}

.hotspot-pantalon {
  left: 50%;
  top: 60%;
}
@media (max-width: 576px) {
  .hotspot-pantalon {
    left: 50%;
    top: 60%;
  }
}

.hotspot-bottes {
  left: 64%;
  top: 77%;
}
@media (max-width: 576px) {
  .hotspot-bottes {
    left: 64%;
    top: 77%;
  }
}

.hotspot6 {
  left: 28%;
  top: 35%;
}
@media (max-width: 576px) {
  .hotspot6 {
    left: 25%;
    top: 48%;
  }
}

.hotspot7 {
  left: 39%;
  top: 3%;
}
@media (max-width: 576px) {
  .hotspot7 {
    left: 36%;
    top: 3%;
  }
}

.hotspot8 {
  left: 40%;
  top: 29%;
}
@media (max-width: 576px) {
  .hotspot8 {
    left: 38%;
    top: 29%;
  }
}

.hotspot9 {
  left: 52%;
  top: 7%;
}
@media (max-width: 576px) {
  .hotspot9 {
    left: 49%;
    top: 3%;
  }
}

.hotspot10 {
  left: 59%;
  top: 12%;
}
@media (max-width: 576px) {
  .hotspot10 {
    left: 57%;
    top: 8%;
  }
}

.hotspot11 {
  left: 50%;
  top: 39%;
}
@media (max-width: 576px) {
  .hotspot11 {
    left: 47%;
    top: 55%;
  }
}

.hotspot12 {
  left: 36%;
  top: 50%;
}
@media (max-width: 576px) {
  .hotspot12 {
    left: 34%;
    top: 45%;
  }
}

.hotspot13 {
  left: 29%;
  top: 64%;
}
@media (max-width: 576px) {
  .hotspot13 {
    left: 27%;
    top: 60%;
  }
}

.hotspot14 {
  left: 20%;
  top: 84%;
}
@media (max-width: 576px) {
  .hotspot14 {
    left: 17%;
    top: 82%;
  }
}

.hotspot15 {
  left: 33%;
  top: 90%;
}
@media (max-width: 576px) {
  .hotspot15 {
    left: 31%;
    top: 87%;
  }
}

.hotspot16 {
  left: 74%;
  top: 40%;
}

.encadre {
  border-radius: 19px;
}

.jBox-wrapper::before {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}
.jBox-wrapper .jBox-container {
  font-family: Poppins;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .jBox-wrapper .jBox-container {
    font-size: 14px;
  }
}
.jBox-wrapper .jBox-container .jBox-content {
  background: #E39C67;
  border: solid 1px black;
  border-radius: 5px;
  color: black;
}
.jBox-wrapper .jBox-container .jBox-closeButton {
  background: #E39C67 !important;
}
.jBox-wrapper .jBox-container .jBox-closeButton svg path {
  fill: rgba(0, 0, 0, 0.416);
}
.jBox-wrapper .jBox-pointer {
  bottom: 1px;
}
.jBox-wrapper .jBox-pointer::after {
  background: #E39C67;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

.content {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
}

div:has(.card-whymper).is-rotated,
div:has(.card-hudson).is-rotated,
div:has(.card-croz).is-rotated {
  transform: rotate(-4deg) !important;
  transition: all;
}

div:has(.card-douglas).is-rotated,
div:has(.card-hadow).is-rotated,
div:has(.card-taugwalder-fils).is-rotated {
  transform: rotate(5deg) !important;
  transition: all;
}

.card {
  display: block;
  color: inherit;
  cursor: pointer;
  width: 300px;
  min-width: 300px;
  perspective: 1000px;
  position: relative;
}
@media (max-width: 576px) {
  .card {
    min-width: initial;
  }
}
.card.card-whymper {
  width: 344px;
  height: auto;
}
@media (max-width: 768px) {
  .card.card-whymper {
    width: 80%;
  }
}
.card.card-douglas {
  width: 346px;
  min-width: auto;
}
@media (max-width: 768px) {
  .card.card-douglas {
    width: 80%;
  }
}
.card.card-carrel {
  width: 400px;
  min-width: auto;
}
@media (max-width: 768px) {
  .card.card-carrel {
    width: 80%;
  }
}
.card.card-hudson {
  width: 375px;
  min-width: auto;
}
@media (max-width: 768px) {
  .card.card-hudson {
    width: 80%;
  }
}
.card.card-hadow {
  width: 359px;
  min-width: auto;
}
@media (max-width: 768px) {
  .card.card-hadow {
    width: 80%;
  }
}
.card.card-croz {
  width: 320px;
  min-width: auto;
}
@media (max-width: 768px) {
  .card.card-croz {
    width: 80%;
  }
}
.card.card-taugwalder-pere {
  width: 301px;
  min-width: auto;
}
@media (max-width: 768px) {
  .card.card-taugwalder-pere {
    width: 80%;
  }
}
.card.card-taugwalder-fils {
  width: 320px;
  min-width: auto;
}
@media (max-width: 768px) {
  .card.card-taugwalder-fils {
    width: 80%;
  }
}
.card:hover .arrow {
  transition: all 0.2s;
  opacity: 0.85;
}
.card .arrow {
  opacity: 0;
  transition: all 0.2s;
}
.card .card-frame {
  border-radius: 19px;
}

.front,
.back {
  display: flex;
  border-radius: 19px;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: auto;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 300ms;
  z-index: 1;
}

.front {
  background-size: cover;
  overflow: hidden;
  font-family: Poppins, sans-serif;
}
.front:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: -1;
}
.back {
  background: gray;
  transform: rotateY(180deg);
}

.card.is-half-flipped .front {
  transform: rotateY(-30deg);
}

.card.is-half-flipped .back {
  transform: rotateY(150deg);
}

.card.is-flipped .front {
  transform: rotateY(-180deg);
}

.card.is-flipped .back {
  transform: rotateY(0deg);
}

.maire {
  background-image: url("../img/this/hanotin.jpg");
  background-position: center top;
  background-size: cover;
}

.card {
  background: transparent;
}

.video-js {
  background: transparent !important;
}

.video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero {
  background: url("../img/this/100-ans-ascension-cervin-bg.webp");
  background-size: cover;
  background-position: center center;
  height: 80vh;
}
@media (min-width: 768px) {
  .hero {
    height: 80vh;
  }
}
.hero .cervin {
  height: 100%;
  width: auto;
  bottom: 0;
}
@media (max-width: 768px) {
  .hero .cervin {
    height: auto;
    height: 50%;
    width: auto;
    bottom: -2px !important;
  }
}
.hero .sun {
  top: 22%;
}
@media (max-width: 768px) {
  .hero .sun {
    top: 59%;
  }
}
.hero .txt-container {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
}
@media (max-width: 768px) {
  .hero .txt-container {
    top: 25%;
    width: 100%;
  }
}
.hero .txt-container .txt-bg {
  width: 130% !important;
  height: auto;
  max-width: 150%;
}
@media (max-width: 768px) {
  .hero .txt-container .txt-bg {
    display: none;
  }
}
.hero .whymper, .hero .whymper-date {
  right: 70%;
  height: 100%;
}
@media (max-width: 768px) {
  .hero .whymper, .hero .whymper-date {
    right: 50%;
    height: 70%;
    bottom: 0%;
  }
}
.hero .inoxtag, .hero .inoxtag-date {
  left: 70%;
  height: 100%;
}
@media (max-width: 768px) {
  .hero .inoxtag, .hero .inoxtag-date {
    left: 60%;
    height: 70%;
    bottom: -3%;
  }
}

.section-title {
  background-image: url("../img/this/100-ans-ascension-cervin-section-bg.webp");
  background-size: cover;
  background-position: center center;
}
.section-title img {
  width: 342px;
}
@media (max-width: 768px) {
  .section-title img {
    width: 180px;
  }
}

.sommets-container {
  width: 100%;
  height: auto;
  aspect-ratio: 10/11.59;
  position: relative;
}
.sommets-container .sommets-wetterhorn {
  position: absolute;
  width: 28.125%;
  height: auto;
  left: 0;
  bottom: 2.7%;
}
.sommets-container .txt-wetterhorn {
  width: 21.27976%;
  height: auto;
  position: absolute;
  bottom: 34%;
  left: 5.3%;
}
.sommets-container .drap-wetterhorn {
  position: absolute;
  width: 7.44047%;
  bottom: 36%;
  left: 15%;
}
.sommets-container .sommets-mont-blanc-de-saas {
  position: absolute;
  width: 46.875%;
  height: auto;
  left: 13%;
  bottom: 1.2%;
}
.sommets-container .txt-mont-blanc-de-saas {
  width: 33.85714%;
  height: auto;
  position: absolute;
  bottom: 44%;
  left: 22.5%;
}
.sommets-container .drap-mont-blanc-de-saas {
  position: absolute;
  width: 7.44047%;
  bottom: 46.5%;
  left: 38.5%;
}
.sommets-container .sommets-grand-combin {
  position: absolute;
  width: 50%;
  height: auto;
  left: 33%;
  bottom: 0;
}
.sommets-container .txt-grand-combin {
  width: 26.23511%;
  height: auto;
  position: absolute;
  bottom: 53%;
  left: 49%;
}
.sommets-container .drap-grand-combin {
  position: absolute;
  width: 7.44047%;
  bottom: 55.5%;
  left: 61%;
}
.sommets-container .sommets-gran-paradiso {
  position: absolute;
  width: 39.58333%;
  height: auto;
  right: 0;
  bottom: 1.2%;
}
.sommets-container .txt-gran-paradiso {
  width: 25.6%;
  height: auto;
  position: absolute;
  bottom: 47%;
  left: 71%;
}
.sommets-container .drap-gran-paradiso {
  position: absolute;
  width: 7.44047%;
  bottom: 49.5%;
  left: 83%;
}
.sommets-container .sommets-weisshorn {
  position: absolute;
  width: 55.80357%;
  height: auto;
  left: 0;
  bottom: 17%;
}
.sommets-container .txt-weisshorn {
  width: 19.45238%;
  height: auto;
  position: absolute;
  bottom: 87%;
  left: 21.5%;
}
.sommets-container .drap-weisshorn {
  position: absolute;
  width: 7.44047%;
  bottom: 89%;
  left: 30.5%;
}
.sommets-container .sommets-barre-des-ecrins {
  position: absolute;
  width: 48.06547%;
  height: auto;
  left: 33%;
  bottom: 22%;
}
.sommets-container .txt-barre-des-ecrins {
  width: 29.21428%;
  height: auto;
  position: absolute;
  bottom: 73%;
  left: 39%;
}
.sommets-container .drap-barre-des-ecrins {
  position: absolute;
  width: 7.44047%;
  bottom: 75%;
  left: 53%;
}
.sommets-container .sommets-cervin {
  position: absolute;
  width: 57.58928%;
  height: auto;
  right: 0;
  bottom: 17%;
}
.sommets-container .txt-cervin {
  width: 12.83184%;
  height: auto;
  position: absolute;
  bottom: 81%;
  left: 69%;
}
.sommets-container .drap-cervin {
  position: absolute;
  width: 7.44047%;
  bottom: 84%;
  left: 75%;
}

.hero .video-wrapper video {
  position: absolute;
}

.player1-dimensions,
.player2-dimensions,
.player3-dimensions,
.player4-dimensions {
  width: 100%;
  height: 100%;
}

.opening-left,
.opening-right {
  width: 113% !important;
  max-width: 10000px;
}
@media (min-width: 576px) {
  .opening-left,
.opening-right {
    width: 108% !important;
  }
}
@media (min-width: 768px) {
  .opening-left,
.opening-right {
    width: 105% !important;
  }
}
@media (min-width: 992px) {
  .opening-left,
.opening-right {
    width: 103% !important;
  }
}

.gradient {
  background: linear-gradient(to bottom, black 0%, transparent 50%);
  opacity: 0.5;
}

.menu_overlay {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.menu_overlay.is-visible {
  opacity: 0.5;
  visibility: visible;
  transition: all 0.2s;
}

.heading {
  background: #a7a879;
}

.anim {
  background: #fffbed;
}

footer {
  background: #202124;
}

.frame {
  background: #77C4C2;
}

.hero figure {
  background: transparent;
}

.color {
  background: #F3F7F7;
}

.color-gradient {
  background: transparent linear-gradient(60deg, #abd5d4 0%, #edffff 100%) 0% 0% no-repeat padding-box;
}

.parallax {
  aspect-ratio: 16/8;
}

#parallax1 .parallax-bg {
  height: 200%;
  top: -100%;
}

#parallax2 .parallax-bg {
  height: 200%;
  top: -100%;
}

#parallax3 .parallax-bg {
  height: 200%;
  top: -100%;
}

#parallax4 .parallax-bg {
  height: 200%;
  top: -100%;
}

#parallax5 .parallax-bg {
  height: 200%;
  top: -100%;
}

img.miniheader-img {
  height: 250px;
  left: 75%;
  top: 0%;
}
@media (min-width: 768px) {
  img.miniheader-img {
    height: 150%;
    top: 50%;
    left: 75%;
    transform: translateY(-50%);
    max-height: 542px;
  }
}

#title4 .miniheader-img {
  height: 110%;
}
@media (min-width: 768px) {
  #title4 .miniheader-img {
    max-height: 542px;
  }
}

.tag {
  margin-bottom: 5px;
  line-height: 1;
}
@media (min-width: 768px) {
  .tag {
    margin-bottom: 5px;
    line-height: 1;
  }
}

.tag:hover {
  background: #65cbe0;
}

#btn1,
#btn2,
#btn3,
#btn4,
#btn-pass {
  cursor: pointer;
  transition: all 0.2s;
}

select {
  font-family: Poppins !important;
}

.aspect-custom {
  aspect-ratio: 25/9;
}
@media (min-width: 768px) {
  .aspect-custom {
    aspect-ratio: 32/9;
  }
}

.booba {
  border: 3px solid black;
  padding-top: 35px;
}
.booba figure {
  width: 348px;
  height: 100%;
  display: block;
  margin-bottom: 250px;
  float: left;
  height: 100%;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .booba figure {
    width: 145px;
    margin-right: 0;
    margin-bottom: 0px;
  }
}
.booba figure div {
  transform: translateX(-40px);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .booba figure div {
    transform: translateX(-10px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.booba .booba-text {
  position: relative;
  margin-top: 100px;
  padding-right: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .booba .booba-text {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.booba span {
  position: absolute;
  font-family: caprasimo;
  font-size: 70px;
  line-height: 70px;
  display: block;
  margin-bottom: 50px;
  left: 388px;
  top: -195px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .booba span {
    left: 20px;
    font-size: 30px;
    line-height: 30px;
    top: -90px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.encart {
  background: #FFFAF4;
  border-top: 2px solid #ebd9c4;
  border-bottom: 2px solid #ebd9c4;
  border-left: 2px solid #ebd9c4;
  border-right: 2px solid #ebd9c4;
}
.encart.is-hidden .encart-body {
  display: none;
  visibility: hidden;
}
.encart .encart-header #encart-btn img {
  transform: rotate(180deg);
}
.encart.is-hidden .encart-header #encart-btn img {
  transform: rotate(0deg);
}
@media (max-width: 774px) {
  .encart .spacer {
    display: none !important;
  }
}

.video-bg {
  position: relative;
  overflow: hidden;
}

.video-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* Optional overlay */
}

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
}

.video-wrapper video {
  display: block;
  opacity: 0; /* Masque la vidéo tant qu'elle n'est pas chargée */
  transition: opacity 0s ease-in-out;
}

.video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transition: opacity 0s ease-in-out;
}

.video-loaded video {
  opacity: 1 !important; /* Rend la vidéo visible une fois chargée */
}

.video-loaded .video-placeholder {
  opacity: 0; /* Cache le placeholder */
}

#canvas-container {
  width: auto;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#canvas-container canvas {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  aspect-ratio: 9/16;
  display: block;
  margin: auto;
}

@keyframes preload {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
  max-width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s !important;
  overflow-x: hidden; /* Prevent horizontal scrolling */
  overflow-y: scroll; /* Enable vertical scrolling */
}
body.is-visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s !important;
}

.wrapper {
  overflow-x: hidden;
}

.container {
  margin: auto;
}

.is-blurry {
  filter: blur(8px);
}

.mobile-hidden {
  display: none;
}
@media (min-width: 768px) {
  .mobile-hidden {
    display: block;
  }
}

.desktop-hidden {
  display: block;
}
@media (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}

.text-custom-h2 {
  font-size: 1.4rem;
  line-height: 1.65rem;
}
@media (min-width: 768px) {
  .text-custom-h2 {
    font-size: 2.5rem;
    line-height: 2.81rem;
  }
}

.text-custom-h3 {
  font-size: 2.125rem;
}

.text-custom-h4 {
  font-size: 1.2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .text-custom-h4 {
    font-size: 1.625rem;
  }
}

.bg-custom-color {
  background-color: #F8F2E0;
}

.bg-custom-bar {
  background: #FC695B;
}

.bg-custom-bar2 {
  background: #76D1E3;
}

.text-custom-tag {
  color: #b4e0df;
}

.text-custom-color {
  color: #FC695B !important;
}

.w-custom-logo {
  width: 5rem;
}
@media (min-width: 768px) {
  .w-custom-logo {
    width: 3.75rem;
  }
}

.border-t-custom {
  border-top: solid 3px !important;
}

.max-w-custom {
  max-width: 1185px !important;
}

#opening-graph-line {
  stroke-dasharray: 340;
  stroke-dashoffset: 340;
}
#opening-graph-line.is-drawn {
  stroke-dasharray: 340;
  stroke-dashoffset: 170;
  animation: dash 1.5s linear forwards;
  opacity: 1 !important;
}

@keyframes dash {
  from {
    stroke-dashoffset: 340;
  }
  to {
    stroke-dashoffset: 170;
  }
}

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