<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fonctions LESS */
@font-face {
  font-family: "harri";
  src: url("https://www.campingzelaia.com/wp-content/themes/sur-mesure/fonts/Harri-Bold.otf") format("otf"), url("https://www.campingzelaia.com/wp-content/themes/sur-mesure/fonts/Harri-Bold.ttf") format("ttf"), url("https://www.campingzelaia.com/wp-content/themes/sur-mesure/fonts/Harri-Bold.woff") format("woff"), url("https://www.campingzelaia.com/wp-content/themes/sur-mesure/fonts/Harri-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes runner {
  to {
    transform: translateX(-25%);
  }
}
@keyframes runner {
  to {
    transform: translateX(-25%);
  }
}
@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotation {
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@media only screen and (max-width: 1439px) {
  main section .gallery {
    column-count: 3;
  }
  main section .div-btn {
    padding: 20px ;
    padding: clamp(20px, calc(1*(20px + 10 * ((100vw - 1024px) / 416))), 30px) ;
  }
}
@media only screen and (max-width: 1023px) {
  main section .gallery {
    column-count: 2;
  }
  main section .gallery .item img {
    border-radius: 10px ;
    border-radius: clamp(10px, calc(1*(10px + 10 * ((100vw - 360px) / 664))), 20px) ;
  }
  main section .div-btn {
    opacity: 0.8;
    background-color: transparent;
  }
}
</pre></body></html>