@charset "UTF-8";
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* 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 */
/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* ICOMOON */
/* ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* 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 -> % */
/* ----------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* Slider */
/* ---------------------------------------------------------------------------------------------------------- */
.wazablocks-taxonomy .taxonomy__slider .swiper-wrapper {
  padding-bottom: 1rem;
}
.wazablocks-taxonomy .taxonomy__slider__items {
  align-items: stretch;
}
.wazablocks-taxonomy .taxonomy__slider__item {
  padding: 0;
  height: auto;
}
.wazablocks-taxonomy .taxonomy__slider__item__container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  border-radius: var(--main-bdrs);
  overflow: hidden;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}
.wazablocks-taxonomy .taxonomy__slider__item a {
  text-decoration: none;
}
.wazablocks-taxonomy .taxonomy__slider__item__image {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}
.wazablocks-taxonomy .taxonomy__slider__item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wazablocks-taxonomy .taxonomy__slider__item__content {
  margin: 0;
  padding: 2rem;
  width: 100%;
  flex-basis: 100%;
  height: 43.75%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.wazablocks-taxonomy .taxonomy__slider__item__title {
  position: static;
  opacity: 1;
  visibility: visible;
  white-space: normal;
  transform: none;
  text-transform: none;
  text-shadow: none;
  text-align: center;
  color: var(--wp--preset--color--black);
}
.wazablocks-taxonomy .taxonomy__slider__item__title h3 {
  font-size: 1.625rem;
  font-weight: 700;
}
.wazablocks-taxonomy .taxonomy__slider__item__excerpt {
  font-family: var(--wp--preset--font-family--primary);
}
.wazablocks-taxonomy .taxonomy__slider__item__link {
  text-align: center;
}
.wazablocks-taxonomy .taxonomy__slider__item__link__btn {
  margin-top: 1rem;
}
.wazablocks-taxonomy .taxonomy__slider__all {
  margin-top: 1rem;
}
.wazablocks-taxonomy .taxonomy__slider__arrows {
  position: static;
  transform: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}
.wazablocks-taxonomy .taxonomy__slider__arrows .swiper-button-prev {
  display: none;
}
.wazablocks-taxonomy .taxonomy__slider__arrows .swiper-button-next,
.wazablocks-taxonomy .taxonomy__slider__arrows .swiper-button-prev {
  --icon-size: 2rem;
  --icon-color: var(--wp--preset--color--quaternary);
  position: static;
  width: auto;
  height: auto;
  transform: none;
  margin: 0;
}
.wazablocks-taxonomy .taxonomy__slider__arrows .swiper-button-next:after,
.wazablocks-taxonomy .taxonomy__slider__arrows .swiper-button-prev:after {
  display: none;
}
.wazablocks-taxonomy .taxonomy__slider__arrows .swiper-button-next svg,
.wazablocks-taxonomy .taxonomy__slider__arrows .swiper-button-prev svg {
  width: var(--icon-size, 1em);
  height: var(--icon-size, 1em);
}

/* ---------------------------------------------------------------------------------------------------------- */
/* Slider des arguments commerciaux */
/* ---------------------------------------------------------------------------------------------------------- */
.items__argument__slider .taxonomy__slider__items {
  align-items: stretch;
}
.items__argument__slider .taxonomy__slider__item {
  padding: 0;
  height: auto;
}
.items__argument__slider .taxonomy__slider__item__container {
  padding: 0;
  border-radius: var(--main-bdrs);
  overflow: hidden;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary-contrast);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}
.items__argument__slider .taxonomy__slider__item a {
  text-decoration: none;
}
.items__argument__slider .taxonomy__slider__item__content {
  padding: 1rem 0.5rem;
}
.items__argument__slider .taxonomy__slider__item__title {
  position: static;
  opacity: 1;
  visibility: visible;
  white-space: normal;
  transform: none;
  text-transform: none;
  text-shadow: none;
  text-align: center;
  color: inherit;
}
.items__argument__slider .taxonomy__slider__item__title h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
.items__argument__slider .taxonomy__slider__item__excerpt {
  font-family: var(--wp--preset--font-family--primary);
}
.items__argument__slider .taxonomy__slider__all {
  margin-top: 1rem;
}
.items__argument__slider .taxonomy__slider__arrows {
  position: static;
  transform: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}
.items__argument__slider .taxonomy__slider__arrows .swiper-button-prev {
  display: none;
}
.items__argument__slider .taxonomy__slider__arrows .swiper-button-next,
.items__argument__slider .taxonomy__slider__arrows .swiper-button-prev {
  --icon-size: 2rem;
  --icon-color: var(--wp--preset--color--quaternary);
  position: static;
  width: auto;
  height: auto;
  transform: none;
  margin: 0;
}
.items__argument__slider .taxonomy__slider__arrows .swiper-button-next:after,
.items__argument__slider .taxonomy__slider__arrows .swiper-button-prev:after {
  display: none;
}
.items__argument__slider .taxonomy__slider__arrows .swiper-button-next svg,
.items__argument__slider .taxonomy__slider__arrows .swiper-button-prev svg {
  width: var(--icon-size, 1em);
  height: var(--icon-size, 1em);
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* -------------------- RESPONSIVE --------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XS */
/* ----------------------------------------------------- */
@media (min-width: 576px) {
  .items__temoignage__slider .taxonomy__slider__arrows {
    flex-direction: row;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .items__reference__slider .taxonomy__slider__item {
    padding: 0 0.5rem;
  }
  .items__reference__slider .taxonomy__slider__item__container {
    padding: 0;
  }
  .items__fondateur__grid .items__grid__item__title .section_title {
    font-size: 1.25rem;
  }
  .items__fondateur__grid .items__grid__item__fonction {
    font-size: 0.875rem;
  }
  .items__expertise__slider {
    width: calc(100% + (100vw - var(--container-width)) / 2);
  }
  .items__expertise__slider .taxonomy__slider__arrows {
    margin-right: 0.75rem;
  }
  .items__expertise__slider .taxonomy__slider__all {
    text-align: left;
  }
  .items__expertise__slider .taxonomy__slider__item__content {
    padding: 1rem;
  }
  .items__expertise__slider .taxonomy__slider__item__excerpt p {
    font-size: 0.875rem;
  }
  .items__argument__slider {
    width: calc(100% + (100vw - var(--container-width)) / 2);
  }
  .items__argument__slider .taxonomy__slider__arrows {
    margin-right: 0.75rem;
  }
  .items__argument__slider .taxonomy__slider__all {
    text-align: left;
  }
  .items__argument__slider .taxonomy__slider__item__content {
    padding: 1rem;
  }
  .items__argument__slider .taxonomy__slider__item__excerpt p {
    font-size: 0.875rem;
  }
}
/* ----------------------------------------------------- */
/* SM */
/* ----------------------------------------------------- */
@media (min-width: 768px) {
  .items__temoignage__slider {
    /* largeur */
    margin-left: calc((100% - var(--width-wide)) / 2);
    margin-right: 0;
  }
  .items__temoignage__slider .taxonomy__slider__item__container {
    flex-direction: row;
  }
  .items__temoignage__slider .taxonomy__slider__item__image {
    flex-basis: 33%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .items__temoignage__slider .taxonomy__slider__item__content {
    flex-basis: 66%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .items__fondateur__grid .items__grid__item__title .section_title {
    font-size: 1.125rem;
  }
  .items__fondateur__grid .items__grid__item__fonction {
    font-size: 0.875rem;
  }
  .items__fondateur__grid .items__grid__item__content {
    padding: 0;
    position: static;
    font-size: 1rem;
  }
}
/* ----------------------------------------------------- */
/* WP BREAKPOINT */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MD */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* LG */
/* ----------------------------------------------------- */
@media (min-width: 1200px) {
  .items__temoignage__slider {
    margin-right: 0;
  }
  .items__fondateur__grid .items__grid__items {
    grid-gap: 1rem;
  }
  .items__fondateur__grid .items__grid__item__title .section_title {
    font-size: 1.25rem;
  }
  .items__expertise__slider .taxonomy__slider__item__content {
    width: 100%;
    padding: 1rem 2rem;
    margin-top: 0;
  }
  .items__argument__slider .taxonomy__slider__item__content {
    width: 100%;
    padding: 1rem 2rem;
    margin-top: 0;
  }
}
/* ----------------------------------------------------- */
/* XL */
/* ----------------------------------------------------- */
@media (min-width: 1400px) {
  .items__fondateur__grid .items__grid__item__title {
    padding-right: 0;
  }
  .items__fondateur__grid .items__grid__item__title .section_title {
    font-size: 1.4375rem;
  }
  .items__fondateur__grid .items__grid__item__fonction {
    font-size: 1.125rem;
  }
}
/* ----------------------------------------------------- */
/* XXL */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* HOVER */
/* ----------------------------------------------------- *//*# sourceMappingURL=style.css.map */