/************************************
 * 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)
 */
/*@mixin breakpoint($point) {
  @if $point == desktop {
    @media only screen and (max-width: $bp-xlarge) {
      @content;
    }
  }
  @else if $point == table {
    @media only screen and (max-width: $bp-large) {
      @content;
    }
  }
  @else if $point == mobile {
    @media only screen and (max-width: $bp-xsmall) {
      @content;
    }
  }
}*/
/*** SPECIFIC TO CURRENT PROJECT ***/
.block-social-media {
  overflow: hidden;
  -webkit-padding-after: 240px;
          padding-block-end: 240px;
  margin-bottom: -140px;
  position: relative;
  position: relative;
  -webkit-padding-before: clamp(70px, 2.27vw + 61.5px, 105px);
          padding-block-start: clamp(70px, 2.27vw + 61.5px, 105px);
  overflow: visible;
}
.block-social-media:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  height: 120%;
  background: linear-gradient(309deg, #0033A0 9.03%, #00123A 47.25%);
  top: 0;
}
@media screen and (min-width: 601px) {
  .block-social-media {
    margin-bottom: -140px;
    -webkit-padding-after: 240px;
            padding-block-end: 240px;
  }
}
@media screen and (min-width: 769px) {
  .block-social-media {
    margin-bottom: -380px;
    -webkit-padding-after: 400px;
            padding-block-end: 400px;
  }
}
.block-social-media h2 {
  font-family: var(--f-special);
  letter-spacing: -0.8px;
  -webkit-margin-after: 0.6em;
          margin-block-end: 0.6em;
  font-size: clamp(30px, 1.74vw + 16.67px, 50px);
  line-height: 1.1;
}
.block-social-media > * {
  position: relative;
}
.block-social-media h2 {
  color: #fff !important;
  width: 100%;
  -webkit-margin-after: 0.2em;
          margin-block-end: 0.2em;
  text-align: center;
}
.block-social-media h2 strong {
  color: var(--c-action);
}
.block-social-media .block-social-media-slider-wrapper {
  padding-block: clamp(25px, 0.97vw + 21.36px, 40px);
  margin-inline: -12.5px;
}
.block-social-media .block-social-media-slider-wrapper .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.block-social-media .block-social-media-slider-wrapper .slick-slide {
  height: inherit !important;
}
.block-social-media__post {
  padding-inline: 12.5px;
}
.block-social-media__post a {
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
}
.block-social-media__post a, .block-social-media__post img {
  display: block;
  height: 100%;
  width: 100%;
}
.block-social-media__post img {
  -o-object-fit: cover;
     object-fit: cover;
}
.block-social-media__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1540px;
  padding-block: 10px;
}
.block-social-media__links .soc-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 15px;
}
.block-social-media__links .soc-links a {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 12px;
  aspect-ratio: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.block-social-media__links .soc-links a img, .block-social-media__links .soc-links a svg {
  height: 18px;
  width: 18px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (hover: hover) {
  .block-social-media__links .soc-links a:hover {
    border-color: transparent;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.block-social-media__links .soc-links:before {
  content: "";
  position: relative;
  display: inline-block;
  width: clamp(50px, 1.29vw + 45.15px, 70px);
  height: clamp(30px, 0.65vw + 27.57px, 40px);
  background: url("../../svg/arrow-social-media.svg") no-repeat center;
  background-size: contain;
  -webkit-margin-end: clamp(25px, 1.49vw + 19.42px, 48px);
          margin-inline-end: clamp(25px, 1.49vw + 19.42px, 48px);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .block-social-media .block-social-media-slider-wrapper {
    margin-inline: 0;
  }
  .block-social-media__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 30px;
  }
  .block-social-media__links .soc-links:before {
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .block-social-media__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .block-social-media__post {
    padding-inline: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px);
  }
}
@media screen and (max-width: 768px) {
  .block-social-media .swiper-button-next, .block-social-media .swiper-button-prev {
    display: none;
  }
}
/*# sourceMappingURL=block-social-media.css.map */
