@font-face {
  font-family: "BemboMTW01";
  font-weight: 400;
  src: url("../assets/fonts/BemboMTW01-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "BemboMTW01";
  font-weight: 600;
  src: url("../assets/fonts/BemboMTW01-Bold.ttf") format("truetype");
}
:root {
  --heightWindow: 100vh;
  --currentAge: 18%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
}

body {
  font-family: "BemboMTW01", Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  background: #eee;
}

.color-primary {
  color: #C63534;
}

.color-green {
  color: #649D4B;
}

input, select, button {
  font-family: "BemboMTW01", Arial, sans-serif;
  font-size: 1em;
}

input, button {
  border: 0;
  background: none;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  padding: 12px 20px;
  background: #aaa;
  margin: 10px;
}

.font-bold {
  font-weight: 600;
}

.borders {
  height: 100%;
  width: 100%;
  position: absolute;
}
.borders::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 55px;
  z-index: 999;
  border: 1px solid #9D862A;
}
@media screen and (max-width: 767.98px) {
  .borders::after {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 45px;
  }
}
.borders::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 50px;
  z-index: 999;
  border: 2px solid #9D862A;
  background-image: url("../assets/images/corner-topleft.svg"), url("../assets/images/corner-topright.svg"), url("../assets/images/corner-bottomleft.svg"), url("../assets/images/corner-bottomright.svg");
  background-position: 10px 10px, right 10px top 10px, bottom 10px left 10px, bottom 10px right 10px;
  background-size: 3%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .borders::before {
    background-size: 8%;
    background-position: 7px 7px, right 7px top 7px, bottom 7px left 7px, bottom 7px right 7px;
    border-width: 1px;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 50px;
  }
}

.app {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .app {
    height: auto;
  }
}

.picto-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  display: block;
  background-size: 100% auto;
  background-position: top right;
  background-repeat: no-repeat;
}
.picto-top.picto-home {
  background-image: url("../assets/images/bg-map-up.png");
}
@media screen and (max-width: 767.98px) {
  .picto-top.picto-home {
    background-image: url("../assets/images/home-items-up-mobile.png");
  }
}
.picto-top.picto-lieu {
  background-image: url("../assets/images/lieu-up.png");
}
@media screen and (max-width: 767.98px) {
  .picto-top.picto-lieu {
    background: none;
  }
}
@media screen and (max-width: 767.98px) {
  [id=paris] .picto-top.picto-map {
    background-image: url("../assets/images/top-paris-mobile.png");
  }
}
@media screen and (min-width: 768px) {
  [id=bordeaux] .picto-top.picto-map {
    background-image: url("../assets/images/bordeaux-desktop-top.png");
    background-position: center;
  }
}
@media screen and (max-width: 767.98px) {
  [id=bordeaux] .picto-top.picto-map {
    background-image: url("../assets/images/bordeaux-mobile-top.png");
  }
}
@media screen and (min-width: 768px) {
  [id=marseille] .picto-top.picto-map {
    background-image: url("../assets/images/marseille-desktop-top.png");
    background-position: center;
  }
}
@media screen and (max-width: 767.98px) {
  [id=marseille] .picto-top.picto-map {
    background-image: url("../assets/images/marseille-mobile-top.png");
  }
}
@media screen and (max-width: 767.98px) {
  [id=cannes] .picto-top.picto-map {
    background-image: url("../assets/images/cannes-mobile-top.png");
  }
}
@media screen and (min-width: 768px) {
  [id=baule] .picto-top.picto-map {
    background-image: url("../assets/images/baule-desktop-top.png");
    background-position: center;
  }
}
@media screen and (max-width: 767.98px) {
  [id=baule] .picto-top.picto-map {
    background-image: url("../assets/images/baule-mobile-top.png");
  }
}
@media screen and (min-width: 768px) {
  [id=deauville] .picto-top.picto-map {
    background-image: url("../assets/images/deauville-desktop-top.png");
    background-position: center;
  }
}
@media screen and (max-width: 767.98px) {
  [id=deauville] .picto-top.picto-map {
    background-image: url("../assets/images/deauville-mobile-top.png");
  }
}
@media screen and (min-width: 768px) {
  [id=monaco] .picto-top.picto-map {
    background-image: url("../assets/images/monaco-desktop-top.png");
    background-position: center;
  }
}
@media screen and (max-width: 767.98px) {
  [id=monaco] .picto-top.picto-map {
    background-image: url("../assets/images/monaco-mobile-top.png");
  }
}
@media screen and (min-width: 768px) {
  [id=toulouse] .picto-top.picto-map {
    background-image: url("../assets/images/toulouse-desktop-top.png");
    background-position: center;
  }
}
@media screen and (max-width: 767.98px) {
  [id=toulouse] .picto-top.picto-map {
    background-image: url("../assets/images/toulouse-mobile-top.png");
  }
}
@media screen and (min-width: 768px) {
  [id=lyon] .picto-top.picto-map {
    background-image: url("../assets/images/lyon-desktop-top.png");
    background-position: center;
  }
}
@media screen and (max-width: 767.98px) {
  [id=lyon] .picto-top.picto-map {
    background-image: url("../assets/images/lyon-mobile-top.png");
  }
}

.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 40px;
  background: url("../assets/images/bg.png");
  background-size: 100% auto;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .page {
    height: auto;
    overflow: hidden;
    padding-bottom: 100px;
  }
}
.page[data-page=home] {
  background-image: url("../assets/images/bg-map.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #dcedf5;
}
@media screen and (max-width: 767.98px) {
  .page[data-page=home] {
    background-image: url("../assets/images/bg-map-mobile.jpg");
  }
}
.page[data-page=descriptif] {
  background-image: url("../assets/images/bg-descriptif.jpg");
  background-size: cover;
  background-position: top right;
}
@media screen and (max-width: 767.98px) {
  .page[data-page=descriptif] {
    background-image: url("../assets/images/bg-descriptif-mobile.jpg");
    background-position: top center;
  }
}
.page[data-page=map] {
  background-image: url("../assets/images/bg-city.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .page[data-page=map] {
    background: none;
    padding: 0;
  }
}
.page[data-page=map]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  background-size: auto 100%;
  background-position: top right;
  background-repeat: no-repeat;
}
.page[data-page=map][id=paris] {
  background-image: url("../assets/images/bg-paris.jpg");
  background-size: cover;
  background-position: center;
}
.page[data-page=map][id=paris] .title-city#title-paris {
  display: block;
}
.page[data-page=map][id=paris] *[data-cityname=paris] {
  display: block;
}
.page[data-page=map][id=paris]::before {
  background-image: url("../assets/images/bg-paris-left.png"), url("../assets/images/bg-paris-right.png");
  background-size: auto 100%, auto 100%;
  background-position: left center, right center;
}
@media screen and (max-width: 767.98px) {
  .page[data-page=map][id=paris]::before {
    background: none;
  }
}
.page[data-page=map][id=bordeaux] .title-city#title-bordeaux {
  display: block;
}
.page[data-page=map][id=bordeaux] *[data-cityname=bordeaux] {
  display: block;
}
.page[data-page=map][id=bordeaux]::before {
  background-image: url("../assets/images/left-bordeaux.png");
}
@media screen and (max-width: 767.98px) {
  .page[data-page=map][id=bordeaux]::before {
    background: none;
  }
}
.page[data-page=map][id=marseille] .title-city#title-marseille {
  display: block;
}
.page[data-page=map][id=marseille] *[data-cityname=marseille] {
  display: block;
}
.page[data-page=map][id=cannes] .title-city#title-cannes {
  display: block;
}
.page[data-page=map][id=cannes] *[data-cityname=cannes] {
  display: block;
}
.page[data-page=map][id=cannes]::before {
  background-image: url("../assets/images/bg-cannes-left.png"), url("../assets/images/bg-cannes-right.png");
  background-size: auto 100%, auto 100%;
  background-position: left center, right center;
}
@media screen and (max-width: 767.98px) {
  .page[data-page=map][id=cannes]::before {
    background: none;
  }
}
.page[data-page=map][id=baule] .title-city#title-baule {
  display: block;
}
.page[data-page=map][id=baule] *[data-cityname=baule] {
  display: block;
}
.page[data-page=map][id=deauville] .title-city#title-deauville {
  display: block;
}
.page[data-page=map][id=deauville] *[data-cityname=deauville] {
  display: block;
}
.page[data-page=map][id=monaco] .title-city#title-monaco {
  display: block;
}
.page[data-page=map][id=monaco] *[data-cityname=monaco] {
  display: block;
}
.page[data-page=map][id=toulouse] .title-city#title-toulouse {
  display: block;
}
.page[data-page=map][id=toulouse] *[data-cityname=toulouse] {
  display: block;
}
.page[data-page=map][id=lyon] .title-city#title-lyon {
  display: block;
}
.page[data-page=map][id=lyon] *[data-cityname=lyon] {
  display: block;
}
.page[data-page=lieu] {
  background-image: url("../assets/images/bg-city.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.page[data-page=lieu]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/bg-lieu-items.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 999;
}
@media screen and (max-width: 767.98px) {
  .page[data-page=lieu]::before {
    background: none;
    z-index: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .page[data-page=lieu]::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../assets/images/lieu-bg-mobile.png");
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 9999;
  }
}
.page[data-page=loader].active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/loader-items.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999;
  animation: fadeIn 1s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .page[data-page=loader].active::before {
    background-image: url("../assets/images/loader-items-mobile.png");
  }
}
.page[data-page=loader].active .is-maj-content {
  opacity: 0;
  pointer-events: none;
}
.page:not(.visible) {
  display: none;
}
.page.visible {
  opacity: 1;
  pointer-events: auto;
}
.page-header {
  position: absolute;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 50vh;
  left: 5%;
  z-index: 2;
  top: 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  [data-page=lieu] .page-header {
    height: 45vh;
  }
}
@media screen and (max-width: 767.98px) {
  .page-header {
    left: auto;
    top: 10vw;
    width: 100%;
    height: auto;
  }
}
.page-header-content {
  position: relative;
}
.page-header .logo-header {
  cursor: pointer;
  width: 40vh;
  max-width: 280px;
  margin: 20px auto 10px;
  display: block;
}
.page-header .title-page {
  display: block;
  width: 50vh;
  max-width: 550px;
  margin: -10vh auto 0;
}
.page-header .title-city {
  display: none;
  height: 50px;
  margin: -10px auto 0;
}
@media screen and (max-width: 767.98px) {
  .page-header .title-city {
    height: 45px;
  }
}
.page img {
  max-width: 100%;
}
.page img.rose {
  margin: 30px auto 0;
  max-width: 400px;
  display: block;
  width: 80%;
}
@media screen and (max-width: 767.98px) {
  .page img.rose {
    width: 100%;
  }
}

.btn {
  color: #000;
  aspect-ratio: 7/2;
  background: url("../assets/images/bg-btn.png");
  padding: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  padding-top: 7.5%;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .btn {
    font-size: 6.5vw;
  }
}
.btn[disabled=true] {
  opacity: 0.5;
  cursor: not-allowed;
  background: #C63534;
}
.btn.programme-ici {
  margin-top: -10px;
  font-size: 24px;
  padding-top: 9%;
}
.btn.programme-ici.programme-ici-mobile {
  display: none;
}
.btn.programme-ici.programme-ici-desktop {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .btn.programme-ici {
    font-size: 4vw;
  }
  .btn.programme-ici.programme-ici-mobile {
    display: flex;
  }
  .btn.programme-ici.programme-ici-desktop {
    display: none;
  }
}
.btn.btn-savoir-plus {
  margin-top: -10px;
  font-size: 20px;
  padding-top: 32px;
  margin-inline: auto;
  max-width: 380px;
}
@media screen and (max-width: 767.98px) {
  .btn.btn-savoir-plus {
    padding-top: 8%;
  }
}

.btn-back {
  position: fixed;
  width: 45px;
  top: 30px;
  left: 50px;
  aspect-ratio: 1/1;
  background: none;
  padding: 0;
  z-index: 99999;
}
@media screen and (max-width: 767.98px) {
  .btn-back {
    position: absolute;
    top: 35px;
    height: 45px;
    left: 20px;
  }
}
.btn-back svg {
  width: 35px;
  height: 35px;
}

.map {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .map {
    height: auto;
  }
}
.map.map-city {
  display: block;
}
.map-descriptif {
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  height: 100%;
}
.map-descriptif-content {
  max-width: 400px;
}
.map-content {
  position: absolute;
  bottom: 0;
  height: 50vh;
  padding-top: 1vh;
  left: 5%;
  width: 40%;
  padding: 30px 30px 20px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .map-content {
    top: 170vw;
    width: 100%;
    left: 0%;
    padding: 0 30px 0;
    height: auto;
    z-index: 9999;
  }
}
.map-content h2 {
  font-size: min(10vw, 70px);
  line-height: 0.9em;
}
@media screen and (max-width: 767.98px) {
  .map-content h2 {
    margin-top: 5px;
  }
  .map-content h2 br {
    display: none;
  }
}
.map-content h4 {
  font-size: 3vh;
  line-height: 1.15em;
}
.map-content p {
  font-size: 2vh;
  line-height: 1.15em;
}
.map-content p.font-large {
  margin-top: 0.25em;
  font-size: 2.5vh;
  text-transform: uppercase;
}
.map-content .title-page {
  display: block;
  width: 50vh;
  max-width: 550px;
  margin: -10vh auto 0;
}
.map-wrapper {
  position: relative;
  height: 100%;
  width: 50%;
  margin: 0 auto;
  left: 10%;
  padding: 20px 0 40px;
  height: 100%;
}
.map-wrapper.descriptif-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  width: 35%;
  left: 50%;
  padding: 0 60px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .map-wrapper.descriptif-content {
    left: 0;
    width: 100%;
    margin-top: min(300px, 70vw);
  }
}
.map-wrapper.descriptif-content h3 {
  font-size: 32px;
  line-height: 1em;
}
@media screen and (max-width: 767.98px) {
  .map-wrapper.descriptif-content h3 {
    font-size: 22px;
  }
}
.map-wrapper.descriptif-content p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.15em;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .map-wrapper.descriptif-content p {
    width: 90%;
  }
}
.map-wrapper.bg-map-france {
  left: 15%;
  background: url("../assets/images/map-france-desktop.png");
  background-size: auto 100%;
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .map-wrapper.bg-map-france {
    background-image: url("../assets/images/map-france-mobile.jpg");
    background-size: 100% auto;
    aspect-ratio: 10/20.5;
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .map-wrapper {
    height: auto;
    width: 100%;
    left: 0%;
    padding: 0;
  }
}
.map-wrapper .img-map {
  display: none;
}
.map-wrapper .img-map-desktop {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
}
.map .btn-clique-ville {
  width: 25%;
  height: auto;
  font-size: 1.35vw;
  padding-top: 2.15%;
  aspect-ratio: 2155/548;
  position: absolute;
  top: 33vh;
  right: 5%;
  z-index: 99999;
}
.map-item {
  position: absolute;
  aspect-ratio: 1/1;
  background: none;
  padding: 0;
}
.map-item[data-city] {
  width: 15vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-city] {
    width: 20%;
  }
}
.map-item[data-bar] {
  display: none;
  width: 17vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar] {
    width: 35%;
  }
}
.map-item[data-bar=bar1905] {
  top: 16vh;
  right: 35vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=bar1905] {
    top: 26%;
    left: 5%;
  }
}
.map-item[data-bar=drawinghotel] {
  top: 32vh;
  right: 3vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=drawinghotel] {
    top: 42%;
    left: 45%;
  }
}
.map-item[data-bar=eugene] {
  top: 9vh;
  right: 7vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=eugene] {
    top: 26%;
    left: auto;
    right: 6%;
  }
}
.map-item[data-bar=andywalhoo] {
  top: 55vh;
  right: 9vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=andywalhoo] {
    top: 58%;
    left: 42%;
  }
}
.map-item[data-bar=castille] {
  top: 45vh;
  right: 36vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=castille] {
    top: 45%;
    left: 5%;
  }
}
.map-item[data-bar=poppy] {
  top: 70vh;
  right: 32vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=poppy] {
    top: 64%;
    left: 5%;
  }
}
.map-item[data-bar=frida] {
  top: 59vh;
  right: 7vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=frida] {
    top: 62%;
    left: 17%;
  }
}
.map-item[data-bar=pointrouge] {
  top: 26vh;
  right: 18vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=pointrouge] {
    top: 36%;
    left: 38%;
  }
}
.map-item[data-bar=grandeshalles] {
  top: 26vh;
  right: 26vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=grandeshalles] {
    top: 35%;
    left: 20%;
  }
}
.map-item[data-bar=larhumerie] {
  top: 59vh;
  right: 9vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=larhumerie] {
    top: 62%;
    left: 45%;
  }
}
.map-item[data-bar=bostonbar] {
  top: 26vh;
  right: 7vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=bostonbar] {
    top: 35%;
    left: 48%;
  }
}
.map-item[data-bar=hydebeach] {
  top: 59vh;
  right: 28vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=hydebeach] {
    top: 65%;
    left: 18%;
  }
}
.map-item[data-bar=lebax] {
  top: 38vh;
  right: 9vh;
  width: 25vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=lebax] {
    top: 43%;
    left: 26%;
    width: 50%;
  }
}
.map-item[data-bar=manhattancafe] {
  top: 38vh;
  right: 9vh;
  width: 25vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=manhattancafe] {
    top: 46%;
    left: 26%;
    width: 50%;
  }
}
.map-item[data-bar=madalounge] {
  top: 38vh;
  right: 7vh;
  width: 25vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=madalounge] {
    top: 45%;
    left: 25%;
    width: 50%;
  }
}
.map-item[data-bar=envol] {
  top: 38vh;
  right: 7vh;
  width: 25vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=envol] {
    top: 45%;
    left: 25%;
    width: 50%;
  }
}
.map-item[data-bar=leheat] {
  top: 38vh;
  right: 7vh;
  width: 25vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-bar=leheat] {
    top: 45%;
    left: 25%;
    width: 50%;
  }
}
.map-item[data-city=paris] {
  top: 20vh;
  right: 32vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-city=paris] {
    top: 41%;
    right: 35%;
  }
}
.map-item[data-city=deauville] {
  top: 13vh;
  right: 43vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-city=deauville] {
    top: 35%;
    left: 23%;
    right: auto;
  }
}
.map-item[data-city=baule] {
  top: 27vh;
  right: 57vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-city=baule] {
    top: 46%;
    left: 5%;
    right: auto;
  }
}
.map-item[data-city=bordeaux] {
  top: 41vh;
  right: 43vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-city=bordeaux] {
    top: 57%;
    right: 51%;
  }
}
.map-item[data-city=lyon] {
  top: 44vh;
  right: 20vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-city=lyon] {
    top: 59%;
    right: 19%;
  }
}
.map-item[data-city=toulouse] {
  top: 57vh;
  right: 41vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-city=toulouse] {
    top: 68%;
    right: 48%;
  }
}
.map-item[data-city=marseille] {
  top: 59vh;
  right: 21vh;
  width: 13vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-city=marseille] {
    top: 70%;
    right: 22%;
    width: 17%;
  }
}
.map-item[data-city=monaco] {
  top: 56vh;
  right: 5vh;
  width: 13vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-city=monaco] {
    width: 20%;
    top: 68%;
    right: 0%;
  }
}
.map-item[data-city=cannes] {
  top: 69vh;
  right: 10vh;
  width: 13vh;
}
@media screen and (max-width: 767.98px) {
  .map-item[data-city=cannes] {
    top: 78%;
    right: 8%;
    width: 23%;
  }
}

.cadre {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cadre {
    height: 100vh;
    position: absolute;
    right: 0%;
    width: 50%;
    margin: 0;
  }
}
.cadre .borders::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .cadre .borders::before {
    bottom: 0;
  }
}
.cadre .borders::after {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 45px;
}
@media screen and (max-width: 767.98px) {
  .cadre .borders::after {
    bottom: 5px;
  }
}
.cadre-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}

.lieu {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .lieu {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 55vw;
  }
}
.lieu h2.name-bar {
  font-size: 3.5vw;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .lieu h2.name-bar {
    font-size: 6vw;
  }
}
.lieu .event-date-horaire {
  font-size: 3.5vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .lieu .event-date-horaire {
    font-size: 6vw;
  }
}
.lieu .event-date-horaire span {
  font-size: inherit;
}
.lieu .btn {
  display: block;
  margin-bottom: -10%;
  padding: 9.5% 25% 0;
}
.lieu .btn.btn-savoir-plus {
  display: flex;
  padding: 6.5% 0 0 0;
  margin-bottom: 0;
  margin-top: -3%;
}
@media screen and (max-width: 767.98px) {
  .lieu .btn.btn-savoir-plus {
    display: flex;
    padding: 8% 0 0 0;
  }
}
.lieu .description-bar {
  max-width: 300px;
  margin-inline: auto;
}
.lieu ul {
  width: 70%;
  margin: 10px auto;
  display: flex;
  align-items: center;
}
.lieu ul li {
  list-style: none;
}
.lieu ul li:nth-child(2) {
  flex: 1 1 auto;
  text-align: right;
  display: flex;
  align-items: flex-end;
}
.lieu ul li:nth-child(2)::before {
  content: "";
  display: flex;
  flex: 1 0 0;
  width: 100%;
  height: 2px;
  margin: 0 5px 5px;
  background: #000;
}
.lieu ul li p, .lieu ul li a {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.lieu ul li svg {
  width: 15px;
  height: 15px;
}
.lieu-content {
  position: absolute;
  bottom: 20px;
  height: 50vh;
  padding-top: 1vh;
  left: 5%;
  width: 40%;
  padding: 0 30px 20px;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  [data-page=lieu] .lieu-content {
    bottom: -20px;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .lieu-content {
    height: auto;
    position: relative;
    top: auto;
    width: 100%;
    left: 0%;
    padding: 0;
  }
  .lieu-content-text {
    padding-inline: 20px;
  }
}
.lieu-content h2 {
  font-size: min(6.5vh, 92px);
  line-height: 0.9em;
}
.lieu-content h4 {
  font-size: 3vh;
  line-height: 1.15em;
}
.lieu-content p {
  font-size: 2vh;
  line-height: 1.15em;
}
.lieu-content p.description-b {
  width: 80%;
  margin-inline: auto;
}
.lieu-content p.font-large {
  margin-top: 0.25em;
  font-size: 2.5vh;
  text-transform: uppercase;
}

.is-maj {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  background: url("../assets/images/bg-desktop.jpg");
  background-size: 100% auto;
}
@media screen and (max-width: 767.98px) {
  .is-maj {
    background-image: url("../assets/images/agegate.jpg");
    background-position: center right;
    padding-top: 40px;
  }
}
.is-maj .bandeau-alert {
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
}
.is-maj .logo-anim-preload {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.is-maj .logo-anim {
  width: 80%;
  max-width: 380px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.is-maj .logo-maj {
  max-width: 250px;
}
@media screen and (max-width: 767.98px) {
  .is-maj .logo-maj {
    position: absolute;
    transform: translateY(calc(-100% - 30px));
    top: 0;
  }
}
.is-maj-content {
  width: 100%;
  max-width: 490px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 20px 20px;
  text-align: center;
  background: #F8F7F2;
  box-shadow: 0px 10px 10px rgba(95, 92, 88, 0.5);
  position: relative;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .is-maj-content {
    padding-top: 20px;
  }
}
.is-maj-content a {
  color: #65683B;
}
.is-maj-content p {
  font-weight: 600;
  line-height: 1.35em;
}
@media screen and (min-width: 768px) {
  .is-maj-content {
    padding: 40px 60px;
  }
}

.bandeau {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  z-index: 999999;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 1vw;
}
@media screen and (min-width: 768px) {
  .bandeau br {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .bandeau {
    font-size: 3vw;
    height: auto;
    padding: 2px 0;
    line-height: 1.5em;
  }
}

.range {
  -webkit-appearance: none;
  vertical-align: middle;
  outline: none;
  border: none;
  padding: 0;
  background: none;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  color: #000;
  overflow: hidden;
}
.range-div {
  padding: 30px 0;
}
.range-element {
  width: 100%;
  position: relative;
}
.range-container {
  width: 100%;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 767.98px) {
  .range-container {
    margin: 10px 0 0 0;
  }
}
.range-container h5 {
  color: #A7A9AC;
  font-size: 13px;
  text-transform: uppercase;
}
.range-container .range-tooltip-container {
  position: absolute;
  top: 0;
  width: calc(100% - 6px);
  margin-left: 6px;
}
.range-container #range-tooltip {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 3px 3px 0 3px;
  position: absolute;
  top: -15px;
  left: 20%;
  line-height: 1em;
  width: 50px;
  height: 25px;
  line-height: 23px;
  font-size: 13px;
  text-align: center;
  transform: translateX(-25px);
}
.range-container #range-tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.range-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .range-values {
    padding-top: 20px;
    max-width: none;
  }
}
.range-values p,
.range-values output {
  font-family: "BemboMTW01", Arial, sans-serif;
  color: #000;
  padding: 0;
  font-size: 16px;
  width: 50px;
}
@media screen and (max-width: 767.98px) {
  .range-values p,
  .range-values output {
    width: 40px;
  }
}
.range::-webkit-slider-runnable-track {
  background-color: #C63534;
  background: linear-gradient(to right, #C63534 0%, #C63534 var(--currentAge), #000 var(--currentAge), #000 100%);
  height: 6px;
  border-radius: 3px;
  border: 1px solid transparent;
}
.range::-moz-range-track {
  background-color: #d7dbdd;
  height: 6px;
  border-radius: 3px;
  border: none;
}
.range::-ms-track {
  color: transparent;
  border: none;
  background: none;
  height: 6px;
}
.range::-ms-fill-lower {
  background-color: #d7dbdd;
  border-radius: 3px;
}
.range::-ms-fill-upper {
  background-color: #d7dbdd;
  border-radius: 3px;
}
.range::-ms-tooltip {
  display: none; /* display and visibility only */
}
.range::-moz-range-thumb {
  border-radius: 20px;
  height: 28px;
  width: 28px;
  border: none;
  background: none;
  background-color: #C63534;
}
.range:active::-moz-range-thumb {
  outline: none;
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 100%;
  background-color: #C63534;
  height: 28px;
  width: 28px;
  margin-top: -12px;
}
.range:active::-webkit-slider-thumb {
  outline: none;
}
.range::-ms-thumb {
  border-radius: 100%;
  background-color: #C63534;
  height: 28px;
  width: 28px;
  border: none;
}
.range:active::-ms-thumb {
  border: none;
}
.range output {
  border: 1px solid #d7dbdd;
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  padding: 0.4em 0.6em;
  border-radius: 3px;
}

@media screen and (max-width: 767.98px) {
  .is-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-mobile {
    display: none !important;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */