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

#titre-lezards {
  font-family: Gotham;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#filtre-lezards {
  font-family: Gotham;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  color: #ffffff;
}
#filtre-lezards a {
  padding: 6px 12px;
}
#filtre-lezards #lienTout {
  background-color: #d3af9e;
  border: solid 1px #ffffff;
  border-radius: 2px;
  transition: transform 0.5s ease;
}
#filtre-lezards #lienTout:hover {
  transform: translateY(-2px);
}
#filtre-lezards #lienParent {
  border: solid 1px #ffffff;
  border-radius: 2px;
  transition: background-color 0.5s linear, transform 0.5s ease;
}
#filtre-lezards #lienParent:hover {
  background-color: #d3af9e;
  transform: translateY(-2px);
}
#filtre-lezards .liensEnfants:hover, #filtre-lezards .liensEnfants:active, #filtre-lezards .liensEnfants:focus {
  color: #d3af9e;
}

[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: 2320ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(1) {
  animation-delay: 1508ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(2) {
  animation-delay: 2946ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(3) {
  animation-delay: 689ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(4) {
  animation-delay: 1925ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(5) {
  animation-delay: 1170ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(6) {
  animation-delay: 2807ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(7) {
  animation-delay: 1381ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(8) {
  animation-delay: 2338ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(9) {
  animation-delay: 1534ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(10) {
  animation-delay: 1169ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(11) {
  animation-delay: 797ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(12) {
  animation-delay: 720ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(13) {
  animation-delay: 925ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(14) {
  animation-delay: 1713ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(15) {
  animation-delay: 1613ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(16) {
  animation-delay: 2213ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(17) {
  animation-delay: 2636ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(18) {
  animation-delay: 1273ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(19) {
  animation-delay: 2366ms;
}

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

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

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

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

@media screen and (max-width: 768px) {
  [data-aos-delay]:not(.mobile-delay) {
    transition-delay: 0s !important;
  }
}/*# sourceMappingURL=lezardscreation-style.css.map */