html, body {
  overflow-x: hidden;
}

body {
  text-underline-position: under;
}
body a {
  color: inherit;
}
body a:hover {
  color: inherit;
}
body strong {
  font-weight: bold;
}
body img {
  display: block;
}
body [type=button]:focus, body [type=submit]:focus, body button:focus, body select:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 5px rgba(var(--e-global-color-primary), 0.5);
  outline: none;
}
body #header {
  position: fixed;
}
body #header.scrolled {
  transform: translateY(0);
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  body #header.scrolled {
    padding: 0px 20px;
    width: 100%;
  }
}
body #header.header-clair.scrolled {
  background: white;
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.05);
}
body #contact-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body #contact-buttons a {
  background: var(--e-global-color-secondary);
  color: white;
  border: none;
  border-radius: 35px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  outline: none;
  height: 52px;
  transition: 0.4s ease-out;
  margin-left: auto;
  padding: 1px 6px;
}
body #contact-buttons a .icone {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #contact-buttons a .icone i {
  font-size: 20px;
  color: white;
  transition: 0.4s ease-out;
}
body #contact-buttons a span {
  color: white;
  font-size: 14px;
  font-weight: 500;
  display: none;
}
body #contact-buttons a:hover {
  padding-right: 16px;
}
body #contact-buttons a:hover span {
  display: inline-flex;
}
body .image-comparaison {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
body .image-comparaison .slider-example-relative-size {
  --default-handle-width: clamp(40px, 10vw, 200px);
}
body .image-comparaison .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  padding: 0 10px;
  z-index: 10;
}
body .image-comparaison .top .annee, body .image-comparaison .top .today {
  background: rgba(197, 0, 0, 0.7);
  color: white;
  padding: 8px 16px;
  font-weight: 600;
  backdrop-filter: blur(5px);
  border-radius: 20px;
}
body .image-comparaison img-comparison-slider {
  display: block;
}

#copyright-lezards {
  padding: 15px;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: black;
  background: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#copyright-lezards p {
  margin: 0 !important;
  padding: 0 !important;
  flex: 1;
  text-align: right;
}
#copyright-lezards a.image {
  flex: 0 0 auto;
  margin: 0 5px;
}
#copyright-lezards a.image img {
  width: 30px;
  height: auto;
  display: block;
}
#copyright-lezards a.texte {
  font-size: 1.2em;
  font-weight: 500;
  flex: 1;
  color: black;
  text-align: left;
}

[data-aos] {
  transition: cubic-bezier(0.25, 0.1, 0.25, 1);
}

[data-aos=clip-to-right] {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-right].aos-animate {
  clip-path: inset(0 0 0 0);
}

[data-aos=clip-to-left] {
  clip-path: inset(0 0 0 100%);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-left].aos-animate {
  clip-path: inset(0 0 0 0);
}

[data-aos=clip-to-top] {
  clip-path: inset(100% 0 0 0);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-top].aos-animate {
  clip-path: inset(0 0 0 0);
}

[data-aos=clip-to-bottom] {
  clip-path: inset(0 0 100% 0);
  display: inline-block;
  transition: clip-path cubic-bezier(0.25, 0.1, 0.25, 1);
}
[data-aos=clip-to-bottom].aos-animate {
  clip-path: inset(0 0 0 0);
}

html:not(.no-js) body [data-aos=float] {
  animation: float 6s ease-in-out infinite;
}
html:not(.no-js) body [data-aos=float]:nth-child(0) {
  animation-delay: 2163ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(1) {
  animation-delay: 782ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(2) {
  animation-delay: 2879ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(3) {
  animation-delay: 1967ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(4) {
  animation-delay: 896ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(5) {
  animation-delay: 936ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(6) {
  animation-delay: 840ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(7) {
  animation-delay: 2699ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(8) {
  animation-delay: 996ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(9) {
  animation-delay: 1893ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(10) {
  animation-delay: 2193ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(11) {
  animation-delay: 277ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(12) {
  animation-delay: 2870ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(13) {
  animation-delay: 1207ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(14) {
  animation-delay: 2930ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(15) {
  animation-delay: 1027ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(16) {
  animation-delay: 686ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(17) {
  animation-delay: 2067ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(18) {
  animation-delay: 2581ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(19) {
  animation-delay: 141ms;
}

html:not(.no-js) body [data-aos=fade-up] {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

html:not(.no-js) body [data-aos=fade-down] {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

html:not(.no-js) body [data-aos=fade-left] {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

html:not(.no-js) body [data-aos=fade-right] {
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

@media screen and (max-width: 768px) {
  [data-aos-delay]:not(.mobile-delay) {
    transition-delay: 0s !important;
  }
}
