/* EASES */
.sticky {
  position: sticky !important;
  top: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

picture {
  display: block;
}

img, picture, video, canvas, svg {
  max-width: 100%;
}

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

input, button, textarea, select {
  font: inherit;
}

h1, h2, h3, h4, h5, p {
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
  font-size: unset;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  font-weight: unset;
}

figure {
  margin-block-start: unset;
  margin-block-end: unset;
  margin-inline-start: unset;
  margin-inline-end: unset;
}

ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

a {
  text-decoration: none;
  color: #000;
}

*:focus {
  outline: none;
}

strong {
  font-weight: 500;
}

input, textarea, button, select, a, div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  overflow-y: hidden;
}

.cc-window {
  max-width: 280px;
  background-color: #EDD958;
  position: fixed;
  z-index: 2;
  bottom: 0;
  margin: 2vw;
  right: 0;
  z-index: 999;
  border-radius: 12px;
  background: #EDD958;
  box-shadow: 0 192px 136px rgba(26, 43, 59, 0.23), 0 70px 50px rgba(26, 43, 59, 0.16), 0 34px 24px rgba(26, 43, 59, 0.13), 0 17px 12px rgba(26, 43, 59, 0.1), 0 7px 5px rgba(26, 43, 59, 0.07);
}

.cc-window.cc-invisible {
  display: none !important;
}

.cc-window a {
  color: #503377;
}

.cc-message {
  font-size: 15px;
  line-height: 1.4;
  padding: 20px 20px 0 20px;
  position: relative;
  color: #503377;
  display: block;
}

.cc-compliance {
  display: flex;
  align-items: center;
  padding: 0 20px 20px 20px;
}

.cc-allow {
  display: block;
  margin-top: 30px;
  padding-left: 0;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.cc-allow:after {
  content: "";
  background-size: 16px;
  background: no-repeat calc(100% - 0px) center;
  width: 16px;
  margin-right: 15px;
  transition: all 0.15s ease;
}

.cc-allow:hover:after {
  margin-right: 0;
}

.cc-allow span {
  padding-bottom: 3px;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#503377, #503377);
  background-position: 0 100%;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: background-size;
  font-size: 1.2vw;
}
@media screen and (max-width: 700px) {
  .cc-allow span {
    font-size: 14px;
  }
}

.cc-allow:hover span {
  background-size: 0 1px;
  background-position: 100% 100%;
}

.cc-deny {
  display: block;
  padding: 0.4em 0;
}

.c-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

body {
  height: auto;
  position: relative;
  overflow: hidden;
}

.preload {
  background-size: cover !important;
  background-position: 50% 50% !important;
  cursor: pointer;
}

.preload h2 {
  color: #FFF;
  text-transform: uppercase;
}

.preload {
  width: 100vw;
  height: 100svh;
  background-color: #000;
  z-index: 9999;
  position: fixed;
  align-items: center;
  justify-content: center;
}

.preload.is-done {
  display: none;
}

.btn, .texte, .tel {
  cursor: pointer;
  border: 2px solid #FFF;
  display: flex;
  text-align: center;
  line-height: 1.3;
  opacity: 0;
  padding: clamp(5px, 0.4vw, 0.4vw) clamp(10px, 0.7vw, 0.7vw);
  color: #FFF;
  font-weight: bold;
  z-index: 4;
  color: #FFF;
  align-items: center;
  font-size: 1.1vw;
  text-transform: uppercase;
  border-radius: 30px;
}
@media screen and (max-width: 700px) {
  .btn, .texte, .tel {
    font-size: 14px;
  }
}

.texte {
  background-color: unset;
  position: relative;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}

.btn.is-visible, .texte.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.texte.is-visible {
  pointer-events: auto;
}

.texte {
  max-width: 95%;
  position: absolute;
  padding: clamp(12px, 0.8vw, 0.8vw) clamp(20px, 1.5vw, 1.5vw);
  left: 50vw;
  transition: opacity 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media screen and (max-width: 700px) {
  .texte {
    width: 90%;
    top: unset;
    padding: clamp(12px, 0.8vw, 0.8vw) 0;
  }
}

.wrap {
  width: 100vw;
  height: 100vh;
  display: flex;
}

a {
  color: #FFF;
}

.btn, #adding, #adding2 {
  position: absolute;
  top: 52vh;
  left: 62vw;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-100%, 0%);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 700px) {
  .btn, #adding, #adding2 {
    left: 50vw;
    -webkit-transform: translate(0, 0);
    transform: translate(-50%, 0%);
    top: 63vh;
  }
}
.btn:hover span, #adding:hover span, #adding2:hover span {
  margin-left: 20px;
}
.btn span, #adding span, #adding2 span {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: 10px;
  width: 1.1vw;
  display: flex;
}
@media screen and (max-width: 700px) {
  .btn span, #adding span, #adding2 span {
    width: 15px;
  }
}
.btn span svg, #adding span svg, #adding2 span svg {
  width: 100%;
}

.btnclosed, .btnclosedDef {
  pointer-events: none;
}

.mobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}
@media screen and (max-width: 700px) {
  .desktop {
    display: none;
  }
}

.tel {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  margin-top: 10px;
}
.tel:hover span {
  margin-right: 20px;
}
.tel span {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-right: 10px;
  width: 1.1vw;
  display: flex;
}
@media screen and (max-width: 700px) {
  .tel span {
    width: 15px;
  }
}
.tel span svg {
  width: 100%;
}

#adding {
  top: 5vh;
  left: 50vw;
  transform: translate(-50%, 0%);
}

#adding2 {
  top: unset;
  bottom: 5vh;
  left: 50vw;
  transform: translate(-50%, 0%);
}

.btnsee {
  top: 37vh;
  left: 50vw;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 700px) {
  .btnsee {
    top: 30vh;
  }
}
