@charset "UTF-8";
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MIXIN.SCSS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONT FACE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* KEYFRAMES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CENTRE UNE IMAGE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CENTRE UN ELEMENT */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CENTRE UN BACKGROUND QUAND ON LE MET EN INLINE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TRIANGLES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Display flex */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Object Fit */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONCTIONS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONVERSION PX -> EM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONVERSION PX -> REM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONVERSION PX -> % */
/* ----------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* TRACKING INDESIGN -> LETTER SPACING CSS */
/* ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* VARIABLES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Couleurs */
/* ----------------------------------------------------- */
/* Spécifiques au site */
/* ----------------------------------------------------- */
/* gris moyen fonce */
/* gris moyen */
/* gris clair */
/* Nuances de gris */
/* ----------------------------------------------------- */
/* Correspondances couleurs -> texte */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONTS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONT-SIZES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TRANSITIONS */
/* ----------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* BOX SHADOW */
/* ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------- */
/* BASES PADDING & MARGIN */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* BORDER RADIUS */
/* ----------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* SCREENS */
/* ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------- */
/* ADMIN */
/* ----------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* PATHS */
/* ---------------------------------------------------------------------------------------------------------- */
.wazablocks-slider {
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-size: 22px;
  --swiper-navigation-color: var(--wp--preset--color--white);
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-color: transparent;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.wazablocks-slider .swiper-pagination {
  /* ---------------------------------------------------------------------------------------------------------- */
  /* Couleurs de bullets */
  /* ---------------------------------------------------------------------------------------------------------- */
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet:nth-child(n+1) {
  border-color: #95c11f;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet:nth-child(n+2) {
  border-color: #f59c00;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet:nth-child(n+3) {
  border-color: #63b9e9;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet:nth-child(n+4) {
  border-color: #a78bc0;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet:nth-child(n+5) {
  border-color: #f08482;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet:nth-child(n+6) {
  border-color: #fbba00;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet:nth-child(n+7) {
  border-color: #00ab97;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet:nth-child(n+8) {
  border-color: #c8d300;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet:nth-child(n+9) {
  border-color: #e8308a;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(n+1) {
  background-color: #95c11f;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(n+2) {
  background-color: #f59c00;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(n+3) {
  background-color: #63b9e9;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(n+4) {
  background-color: #a78bc0;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(n+5) {
  background-color: #f08482;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(n+6) {
  background-color: #fbba00;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(n+7) {
  background-color: #00ab97;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(n+8) {
  background-color: #c8d300;
}
.wazablocks-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(n+9) {
  background-color: #e8308a;
}/*# sourceMappingURL=style.css.map */