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: 1196ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(1) {
  animation-delay: 2604ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(2) {
  animation-delay: 2562ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(3) {
  animation-delay: 2045ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(4) {
  animation-delay: 460ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(5) {
  animation-delay: 1936ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(6) {
  animation-delay: 844ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(7) {
  animation-delay: 1251ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(8) {
  animation-delay: 254ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(9) {
  animation-delay: 1837ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(10) {
  animation-delay: 500ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(11) {
  animation-delay: 262ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(12) {
  animation-delay: 2649ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(13) {
  animation-delay: 1609ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(14) {
  animation-delay: 1607ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(15) {
  animation-delay: 101ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(16) {
  animation-delay: 661ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(17) {
  animation-delay: 1314ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(18) {
  animation-delay: 2734ms;
}
html:not(.no-js) body [data-aos=float]:nth-child(19) {
  animation-delay: 1696ms;
}

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

/*# sourceMappingURL=lezardscreation-style.css.map */
