/*
@unocss;
*/
html {
  font-size: 62.5%;
}
html,
body {margin:0rem;padding:0rem;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

@media all {
  html {
    font-size: calc(1000vw / 1920);
  }
}

@media all and (min-aspect-ratio: 1920/1080) and (orientation: landscape) {
  html {
    font-size: calc(1000vh / 1080);
  }
}

@media all and (max-width: 767px) and (orientation: portrait) {
  html {
    font-size: calc(1000vw / 767);
  }
}

[x-cloak] {
  display: none !important;
}

.radio {cursor:pointer;--un-accent-opacity:1;accent-color:rgb(235 102 73 / var(--un-accent-opacity));width:5.3rem;height:5.3rem;
}
.label {font-weight:700;Font-size:3.5rem;font-size:max(3.5rem,1px);margin-bottom:0.8rem;
}
.inputText {border-width:1px;--un-border-opacity:1;border-color:rgb(112 112 112 / var(--un-border-opacity));border-style:solid;Font-size:3.2rem;font-size:max(3.2rem,1px);margin-top:1rem;padding-left:3.2rem;padding-right:3.2rem;width:57rem;height:9.8rem;border-radius:1.6rem;
}
.inputText::placeholder{font-style:italic;}
.inputText.filled {border-width:2px;--un-border-opacity:1;border-color:rgb(235 102 73 / var(--un-border-opacity));
}
.suivant {width:100%;display:flex;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(234 186 175 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));font-weight:700;letter-spacing:0.25rem;font-family:'BebasNeue', Arial, Helvetica, sans-serif;Font-size:5.5rem;font-size:max(5.5rem,1px);line-height:1;padding-top:0.6rem;height:9.8rem;border-radius:1.5rem;
}
.suivant.active {cursor:pointer;--un-bg-opacity:1 !important;background-color:rgb(235 102 73 / var(--un-bg-opacity)) !important;
}

/* @media all and (max-width: 767px) {
  .ax-website-overlay {
    bottom: 16rem !important;
  }
} */

#axeptio_overlay {
  z-index: 988 !important;
}

.ax-website-overlay {
  bottom: 17rem !important;
}
