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;
}

#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: 2516ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(1) {
  animation-delay: 1340ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(2) {
  animation-delay: 2099ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(3) {
  animation-delay: 1903ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(4) {
  animation-delay: 230ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(5) {
  animation-delay: 1127ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(6) {
  animation-delay: 2787ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(7) {
  animation-delay: 86ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(8) {
  animation-delay: 2997ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(9) {
  animation-delay: 2254ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(10) {
  animation-delay: 600ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(11) {
  animation-delay: 478ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(12) {
  animation-delay: 611ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(13) {
  animation-delay: 2813ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(14) {
  animation-delay: 2625ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(15) {
  animation-delay: 1958ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(16) {
  animation-delay: 236ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(17) {
  animation-delay: 1809ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(18) {
  animation-delay: 2668ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(19) {
  animation-delay: 2305ms;
}

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;
  }
}
body .tt-square {
  padding-left: 30px;
}
body .tt-square.tt-square--white::before {
  background-color: white;
}
body .tt-square::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: var(--e-global-color-accent);
  z-index: 0;
}

body .tt-lire-plus summary {
  padding-left: 0;
}
body .tt-lire-plus details[open] summary {
  opacity: 0;
  margin-top: -35px;
  pointer-events: none;
}

body .tiptop-double-galerie-swiper {
  pointer-events: none;
}
body .tiptop-double-galerie-swiper .swiper-top, body .tiptop-double-galerie-swiper .swiper-bottom {
  width: 100vw;
}
body .tiptop-double-galerie-swiper .swiper-top .swiper-wrapper, body .tiptop-double-galerie-swiper .swiper-bottom .swiper-wrapper {
  transition-timing-function: linear;
}
body .tiptop-double-galerie-swiper .swiper-top .swiper-wrapper .swiper-slide, body .tiptop-double-galerie-swiper .swiper-bottom .swiper-wrapper .swiper-slide {
  width: auto;
}
body .tiptop-double-galerie-swiper .swiper-top .swiper-wrapper .swiper-slide img, body .tiptop-double-galerie-swiper .swiper-bottom .swiper-wrapper .swiper-slide img {
  height: 320px;
  width: 320px;
  object-fit: cover;
}
@media screen and (max-width: 1360px) {
  body .tiptop-double-galerie-swiper .swiper-top .swiper-wrapper .swiper-slide img, body .tiptop-double-galerie-swiper .swiper-bottom .swiper-wrapper .swiper-slide img {
    height: 280px;
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  body .tiptop-double-galerie-swiper .swiper-top .swiper-wrapper .swiper-slide img, body .tiptop-double-galerie-swiper .swiper-bottom .swiper-wrapper .swiper-slide img {
    height: 200px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  body .tiptop-double-galerie-swiper .swiper-top .swiper-wrapper .swiper-slide img, body .tiptop-double-galerie-swiper .swiper-bottom .swiper-wrapper .swiper-slide img {
    height: 160px;
    width: 160px;
  }
}
