/*
@font-face {
    font-family: 'Urbani';
    src: url('../fonts/Urbani/Ultralight-Italic/Urbani-UltraLightItalic.eot');
    src: url('../fonts/Urbani/Ultralight-Italic/Urbani-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Urbani/Ultralight-Italic/Urbani-UltraLightItalic.woff') format('woff'),
         url('../fonts/Urbani/Ultralight-Italic/Urbani-UltraLightItalic.ttf') format('truetype'),
         url('../fonts/Urbani/Ultralight-Italic/Urbani-UltraLightItalic.svg#Urbani-UltraLightItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
*/
/************************************
 * 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 ***/
.slick-list {
  width: 100%;
}

.slick-slide {
  outline: none;
}

.slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-arrow.slick-prev, .slick-arrow.slick-next {
  color: transparent;
  border-radius: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 1;
  cursor: pointer;
  border-color: transparent;
  background-color: var(--c-bloc-slider-arrow-bg);
  width: clamp(30px, 3.04vw + 18.59px, 77px);
  height: clamp(30px, 3.04vw + 18.59px, 77px);
}
.slick-arrow.slick-prev:before, .slick-arrow.slick-prev:after, .slick-arrow.slick-next:before, .slick-arrow.slick-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}
.slick-arrow.slick-prev {
  left: -40px;
}
@media screen and (max-width: 980px) {
  .slick-arrow.slick-prev {
    left: -30px;
  }
}
@media screen and (max-width: 600px) {
  .slick-arrow.slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 480px) {
  .slick-arrow.slick-prev {
    left: -10px;
  }
}
.slick-arrow.slick-prev:after {
  content: url("../svg/arrow-blue-small-left.svg");
}
.slick-arrow.slick-next {
  right: -40px;
}
@media screen and (max-width: 980px) {
  .slick-arrow.slick-next {
    right: -30px;
  }
}
@media screen and (max-width: 600px) {
  .slick-arrow.slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 480px) {
  .slick-arrow.slick-next {
    right: -10px;
  }
}
.slick-arrow.slick-next:after {
  content: url("../svg/arrow-blue-small.svg");
}

.slick-dots {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li button {
  position: relative;
  display: block;
  background: transparent;
  color: transparent;
  height: 6px;
  width: 6px;
  padding: 0;
  border: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
}
.slick-dots li button:before {
  background-color: var(--c-bloc-slider-dot-bg);
  opacity: 1;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border: 1px solid var(--c-bloc-slider-dot-border);
  height: 15px;
  width: 15px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  background-color: var(--c-bloc-slider-dot-bg-active);
}
/*# sourceMappingURL=slick-common.css.map */
