/************************************
 * Grids
 */
/************************************
 * Breakpoints
 */
/************************************
 * Transitions
 */
/************************************
 * Paths
 */
/************************************
 * Fonts
 */
/*** LOCAL FONTS ***/
/*** FONTS ***/
/*** VARIABLES TO USE ***/
/************************************
 * Font Sizes
 */
/************************************
 * COLORS
 */
/************************************
 * THEME
 */
/**
 * Font-size calcul
 */
/**
* Trigger hover effect on different pseudo-classes
* depending on touch or no-touch device
* => no-touch > on hover and on focus (by default, can be disable)
* => touch > on active, and when a class is added on the targeted element (optionnal)
*
* @param $focus (boolean) set to false to disable the hover effect on focus (no-touch only)
* @param $touchClass (string) the hover effect will be set if the targeted element has this class
*/
/**
* Set an item to 100% of its parent's width and height
*/
/**
* Set an item to 100% of the window width (and 100% of its parent height)
* even if located in a limited width wrapper
*/
/**
* Set an item to 100% of the window width
* even if located in a limited width wrapper,
* but keep it in the flow
*/
/**
* To call on an <img> tag.
* Set the image size to adapt to its parent
*/
/**
* Like img-cover(), but for responsive img with <picture>
* /!\ To call on <picture>, or <img> parent.
*/
/**
* Floating form items
* if $class2 equals 'empty', the next item is cleared
*/
/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
*/
/**
Convert em value into px
 */
/**
Fluid font-size between 2 breakpoints.
Font-size must be in px, use em2px() function to convert from em.
*/
/**
Fluid value between 2 breakpoints (can be use for other than font-size)
(Font-size must be in px, use em2px() function to convert from em)
*/
/*
Fluid value - clamp version (2023)
@see https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 */
/**
 * Animated placeholder for images or divs (FB like)
 */
/*** SPECIFIC TO CURRENT PROJECT ***/
.block-multifocus__quote {
  position: relative;
  padding-block: clamp(63px, 4.98vw + 44.31px, 140px);
}
.block-multifocus__quote .top-line, .block-multifocus__quote .bottom-line {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: var(--c-main);
}
.block-multifocus__quote .top-line {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: var(--c-main);
  margin-bottom: clamp(50px, 1.94vw + 42.72px, 80px);
}
.block-multifocus__quote .top-line .shape-blue-quote {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: url("../../svg/shape-blue.svg");
  width: clamp(68px, 3.24vw + 55.86px, 118px);
}
.block-multifocus__quote--contenu {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
  font-size: clamp(20px, 0.65vw + 17.57px, 30px);
  color: var(--c-secondary);
}
.block-multifocus__quote .bottom-line {
  margin-top: 80px;
}
.block-multifocus__quote--wrapper-author {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding-inline: clamp(15px, 3.19vw + -16.28px, 45px);
  right: 92px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .block-multifocus__quote--wrapper-author {
    right: 50%;
    -webkit-transform: translate(50%, -46px);
            transform: translate(50%, -46px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-multifocus__quote--photo {
  margin-right: 20px;
}
@media screen and (max-width: 980px) {
  .block-multifocus__quote--photo {
    margin-right: 0;
  }
}
.block-multifocus__quote--photo img {
  border-radius: 50%;
}
.block-multifocus__quote--auteur {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(15px, 0.32vw + 13.79px, 20px);
  color: var(--c-secondary);
}
@media screen and (max-width: 980px) {
  .block-multifocus__quote--auteur {
    text-align: center;
  }
}
.block-multifocus__quote--job {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(12px, 0.32vw + 10.79px, 17px);
  color: var(--c-secondary);
}
@media screen and (max-width: 980px) {
  .block-multifocus__quote--job {
    text-align: center;
  }
}
/*# sourceMappingURL=block-quote.css.map */
