/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**************************************************************************************************************/
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* review */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONCTIONS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Display flex */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Object Fit */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONVERSION PX -> EM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONVERSION PX -> REM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* VARIABLES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* GRIS */
/* ----------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* INTERFACE */
/* ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------- */
/* INCLUDES */
/* ----------------------------------------------------- */
.review {
  padding: 0;
  position: relative;
  /* ---------------------------------------------------------------------------------------------------------- */
  /* BACKGROUND */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* CONTAINER */
  /* ----------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* ITEM */
  /* ----------------------------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* OVERLAY */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* NAVIGATION */
  /* ---------------------------------------------------------------------------------------------------------- */
  /* ----------------------------------------------------- */
  /* QUICK ACCESS MENU */
  /* ----------------------------------------------------- */
}
.review__background {
  background-color: #4f525c;
}
.review__container {
  position: relative;
  padding: 4rem 2vw;
  --swiper-pagination-color: var(--wp--preset--color--primary);
}
.review__container h3, .review__container h2 {
  color: var(--wp--preset--color--white);
}
.review__container p {
  font-size: 0.95rem;
}
.review__container__card {
  overflow: visible;
}
.review__container__card__content {
  padding: 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.0509803922);
  box-shadow: 0 7px 34px 6px #212629;
  color: white;
  height: auto;
  max-height: 80vh;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto auto;
  overflow: hidden;
}
.review__container__card__content__identite {
  border-bottom: #2c2e34 solid 1px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.review__container__card__content__identite h3 {
  color: var(--wp--preset--color--primary);
}
.review__container__card__content__descr p {
  pointer-events: none;
  text-align: justify;
}
.review__container__card__content__cout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.review__container__card__content__cout .arrowIcon {
  transform: rotate(0deg);
}
.review__container__card__content__cout svg {
  margin-left: 3px;
  fill: var(--wp--preset--color--primary);
}
.review__container__card__content__cout button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 3px;
}
.review__container__card__content__cout button span {
  color: var(--wp--preset--color--primary-contrast);
  opacity: 0.75;
  font-weight: 500;
  font-size: 1rem;
}
.review__container__card__content__cout button span svg path {
  fill: var(--wp--preset--color--primary-contrast);
}
.review__container__card__content__cout button.openInfoSup {
  display: flex;
}
.review__container__card__content__cout button .closeInfoSup {
  display: none;
}
.review__container__card__content__infoSup {
  display: none;
  margin-top: 1rem;
}
.review__container .swiper-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.review__container .swiper-button > h3 {
  margin-bottom: 0;
  color: white;
}
.review__container .swiper-button__next {
  background-image: url(8ff68e2315cf68c79739.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transform: rotate(-90deg);
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.review__container .swiper-button__prev {
  background-image: url(8ff68e2315cf68c79739.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  transform: rotate(90deg);
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.review__container .review,
.review__container .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.review__container .review__arrows {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  padding: 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.review__container .review__arrows button {
  position: static;
  appearance: none;
  border: none;
  background: none;
  margin: 0em 0.125em;
  background-color: var(--col1, #000);
  color: var(--light, #FFF);
  padding: 0.25em;
  font-size: 1em;
}
.review__item {
  position: relative;
}
.review__item__image__container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 97.7vw;
  overflow: hidden;
}
.review__item__image__container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.review__item__title {
  font-size: 2.75em;
  font-weight: bold;
  font-family: var(--wp--preset--font-family--secondary);
  font-style: italic;
  color: var(--wp--preset--color--primary);
  margin-bottom: 0 !important;
  text-transform: none;
  text-align: left;
}
.review__item__title__container {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.5em;
}
.review__item__subtitle {
  font-size: 1.125em;
  font-family: var(--wp--preset--font-family--tertiary);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary);
  letter-spacing: 4px;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.review__item__text p {
  font-size: 1em;
  color: var(--light, #fff);
}
.review__item__link {
  margin-top: 1em;
}
.review__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: var();
  background: linear-gradient(0deg, rgba(244, 238, 222, 0.64) 50%, rgba(244, 238, 222, 0.14) 100%);
  background-blend-mode: multiply;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  pointer-events: none;
}
.review__overlay .container {
  height: 100%;
}
.review__overlay__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
}
.review__overlay__image {
  width: 33%;
  height: 100%;
}
.review__overlay__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom left;
}
.review__overlay__text {
  width: 67%;
}
.review__overlay__text h1 {
  font-family: var(--wp--preset--font-family--secondary);
  color: var(--wp--preset--color--primary);
  text-align: left;
  text-shadow: 0 2px 6px rgb(255, 255, 255);
  margin-bottom: 1em !important;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
.review__overlay__text h1 span {
  display: inline-block;
  transform: translate(100%, 0) rotate(25deg);
  transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
  opacity: 0;
}
.review__overlay__text h1 span.animate {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.review .swiper-arrows {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  right: 0;
  height: var(--swiper-navigation-size);
  transform: translate(0, -50%);
  --swiper-navigation-color: var(--wp--preset--color--primary);
}
.review__quickaccess {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 3em;
}
.review__quickaccess__bar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.review__quickaccess__bar__container {
  position: relative;
  border-bottom: 1px solid var(--wp--preset--color--tertiary);
  max-width: var(--width-default);
  margin: 0 auto;
}
.review__quickaccess__bar__point {
  position: absolute;
  bottom: 0;
  width: 25%;
  cursor: pointer;
}
.review__quickaccess__bar__point:nth-child(1) {
  left: calc(25% * 0);
}
.review__quickaccess__bar__point:nth-child(2) {
  left: calc(25% * 1);
}
.review__quickaccess__bar__point:nth-child(3) {
  left: calc(25% * 2);
}
.review__quickaccess__bar__point:nth-child(4) {
  left: calc(25% * 3);
}
.review__quickaccess__bar__point:nth-child(5) {
  left: calc(25% * 4);
}
.review__quickaccess__bar__point:nth-child(6) {
  left: calc(25% * 5);
}
.review__quickaccess__bar__point:nth-child(7) {
  left: calc(25% * 6);
}
.review__quickaccess__bar__point:nth-child(8) {
  left: calc(25% * 7);
}
.review__quickaccess__bar__point:nth-child(9) {
  left: calc(25% * 8);
}
.review__quickaccess__bar__point:nth-child(10) {
  left: calc(25% * 9);
}
.review__quickaccess__bar__point:first-child {
  transform: translateX(-50%);
}
.review__quickaccess__bar__point:last-child {
  transform: translateX(50%);
}
.review__quickaccess__bar__point a {
  display: block;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--primary);
  font-style: italic;
  font-weight: bold;
}
.review__quickaccess__bar__point__title {
  font-size: 0.8125em;
  padding-bottom: 2em;
  text-align: center;
  transition: all 0.4s ease-out;
  white-space: nowrap;
}
.review__quickaccess__bar__point__disc {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100rem;
  border: 1px solid var(--wp--preset--color--tertiary);
  background: var(--wp--preset--color--white);
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.review__quickaccess__bar__point__disc:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.4s ease-out;
  width: 14px;
  height: 14px;
  border-radius: 100rem;
  background: var(--wp--preset--color--secondary);
}
.review__quickaccess__bar__point.active .review__quickaccess__bar__point__title, .review__quickaccess__bar__point:hover .review__quickaccess__bar__point__title {
  color: var(--wp--preset--color--secondary);
}
.review__quickaccess__bar__point.active .review__quickaccess__bar__point__disc:after, .review__quickaccess__bar__point:hover .review__quickaccess__bar__point__disc:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.rotate90 {
  transform: rotate(90deg) !important;
  transition: 0.1s ease-in-out all;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* STYLES ADMIN */
/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.editor-styles-wrapper .review__container__card {
  width: 25%;
}
.editor-styles-wrapper .review__container__card__content {
  margin: 0 15px;
  padding: 0.8rem;
}
.editor-styles-wrapper .review__container__card__content__infoSup {
  display: block;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XS */
/* ----------------------------------------------------- */
@media (min-width: 576px) {
  .review__container {
    padding: 4rem 0;
  }
  .review__quickaccess {
    padding: 1em 4em;
  }
  .review__quickaccess__bar__point__title {
    font-size: 0.875em;
  }
  .review__overlay__text h1 {
    font-size: 2.375rem;
    margin-bottom: 1.5em !important;
  }
  .review__item__title {
    font-size: 3em;
  }
  .review__item__title__container {
    padding: 0em 4em;
  }
  .review__item__subtitle {
    font-size: 1.1875em;
  }
}
/* ----------------------------------------------------- */
/* SM */
/* ----------------------------------------------------- */
@media (min-width: 768px) {
  .review__item {
    position: relative;
  }
  .review__item__image__container {
    padding-top: 48.85vw;
  }
  .review__item__title {
    font-size: 3em;
  }
  .review__item__title__container {
    padding: 0em 4.5em;
  }
  .review__item__subtitle {
    font-size: 1.25em;
  }
  .review__overlay__image {
    width: 25%;
  }
  .review__overlay__text h1 {
    font-size: 3rem;
  }
  .review__quickaccess {
    padding: 1em 4.5em;
  }
  .review__quickaccess__bar__point__title {
    font-size: 0.875em;
  }
}
/* ----------------------------------------------------- */
/* MD */
/* ----------------------------------------------------- */
@media (min-width: 992px) {
  .review__item {
    position: relative;
  }
  .review__item__title {
    font-size: 4.0625em;
  }
  .review__item__title__container {
    padding: 0em 5em;
  }
  .review__item__subtitle {
    font-size: 1.375em;
  }
  .review__quickaccess {
    padding: 1em 5em;
    bottom: 2.5em;
  }
  .review__quickaccess__bar__point__title {
    font-size: 1.25em;
  }
  .review__overlay {
    padding-top: var(--hdr-h);
  }
  .review__overlay__image {
    width: auto;
  }
  .review__overlay__text {
    width: 80%;
  }
}
/* ----------------------------------------------------- */
/* LG */
/* ----------------------------------------------------- */
@media (min-width: 1200px) {
  .review {
    padding: 0;
  }
  .review__item {
    position: relative;
  }
  .review__item__title {
    font-size: 5.3125em;
  }
  .review__item__title__container {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .review__item__subtitle {
    font-size: 1.375em;
  }
  .review__quickaccess {
    margin: auto;
    bottom: 3em;
  }
  .review__quickaccess__bar__point__title {
    font-size: 1.25em;
  }
}
/* ----------------------------------------------------- */
/* XL */
/* ----------------------------------------------------- */
@media (min-width: 1400px) {
  .review {
    padding: 0em;
  }
  .review__item__title {
    font-size: 6.25em;
  }
  .review__item__title__container {
    padding: 0em 10em;
  }
  .review__overlay__text h1 {
    font-size: 4rem;
  }
  .review__quickaccess {
    bottom: 3.5em;
    padding: 0em 10em;
  }
  .review__quickaccess__bar__point__title {
    font-size: 1.375em;
  }
}
