@charset "UTF-8";
/**
 * La map des tailles de breakpoints par défaut.
 * Elle est basé sur la nommenclature de Bootstrap avec quelques tailles supplémentaires.
 */
/**
 * Les valeurs qui seront utilisées pour facilité la construction et la maintenabilité d'une structure de style en SASS
 */
@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy/gilroy-thin.otf");
  font-weight: 100;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy/gilroy-light.otf");
  font-weight: 200;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy/gilroy-regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy/gilroy-medium.otf");
  font-weight: 500;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy/gilroy-semibold.otf");
  font-weight: 600;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy/gilroy-bold.otf");
  font-weight: 700;
}

@font-face {
  font-family: "icomoon-default";
  src: url("../fonts/icomoon-default.woff2?9tfnf6") format("woff2"), url("../fonts/icomoon-default.ttf?9tfnf6") format("truetype"), url("../fonts/icomoon-default.woff?9tfnf6") format("woff"), url("../fonts/icomoon-default.svg?9tfnf6#icomoon-default") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.vtx-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon-default" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vtx-icon-close:before {
  content: "\e900";
}

.vtx-icon-search:before {
  content: "\e901";
}

.vtx-icon-warning:before {
  content: "\e902";
}

.vtx-icon-validation:before {
  content: "\e903";
}

.vtx-icon-information:before {
  content: "\e904";
}

.vtx-icon-error:before {
  content: "\e905";
}

.vtx-icon-down_arrow:before {
  content: "\e906";
}

.vtx-icon-instagram:before {
  content: "\ea92";
}

.vtx-icon-youtube:before {
  content: "\ea9d";
}

.vtx-icon-facebook:before {
  content: "\ea90";
}

.vtx-icon-twitter:before {
  content: "\e909";
}

.vtx-icon-linkedin:before {
  content: "\eaca";
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?1nou9x");
  src: url("../fonts/icomoon.eot?1nou9x#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?1nou9x") format("woff2"), url("../fonts/icomoon.ttf?1nou9x") format("truetype"), url("../fonts/icomoon.woff?1nou9x") format("woff"), url("../fonts/icomoon.svg?1nou9x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file:before {
  content: "\e91d";
  color: #1996cb;
}

.icon-calendar:before {
  content: "\e901";
}

.icon-Nouvelles:before {
  content: "\e902";
}

.icon-placeholder:before {
  content: "\e903";
}

.icon-branche:before {
  content: "\e904";
}

.icon-house:before {
  content: "\e905";
}

.icon-book-keeping:before {
  content: "\e906";
}

.icon-calendarMenu:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

.icon-error:before {
  content: "\e909";
}

.icon-Events:before {
  content: "\e90a";
}

.icon-ice-skate:before {
  content: "\e90b";
}

.icon-information:before {
  content: "\e90c";
}

.icon-legal:before {
  content: "\e90d";
}

.icon-library:before {
  content: "\e90e";
}

.icon-map:before {
  content: "\e90f";
}

.icon-pc:before {
  content: "\e910";
}

.icon-recycle:before {
  content: "\e911";
}

.icon-regulations:before {
  content: "\e912";
}

.icon-Search:before {
  content: "\e913";
}

.icon-Send:before {
  content: "\e914";
}

.icon-sm-clock-time:before {
  content: "\e915";
}

.icon-suitcase:before {
  content: "\e916";
}

.icon-ticket:before {
  content: "\e917";
}

.icon-transport:before {
  content: "\e918";
}

.icon-validation:before {
  content: "\e919";
}

.icon-warning:before {
  content: "\e91a";
}

.icon-Arrow:before {
  content: "\e91b";
}

.icon-Dropdown:before {
  content: "\e91c";
}

/**
* Rapidemment apperler les fonctions flex souvent utilisé à l'init
*/
/**
* Faire de l'élément un conteneur centré.
*/
/*
&::marker{
  content: $icon-bullet;
  font-family: $icon;
  color: $primary;
  font-size: 0.7em;
  letter-spacing: 0.3em; // font-size and letter-spacing together must be equal to ul's left padding
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/
/**** FORM ELEMENTS ****/
/* BLOCK STYLING */
.entry-content .news-slider-block {
  position: relative;
  overflow: hidden;
  padding: 60px 0px;
  border-radius: 0 0 48px 48px;
  background-color: var(--wp--preset--color--primary);
  color: white;
}

@media (min-width: 1200px) {
  .entry-content .news-slider-block {
    padding: 120px 0px 80px;
  }
}

body:not(.home) .entry-content .news-slider-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.entry-content .news-slider-block .vtx-swiper-navigation {
  display: none;
  bottom: 0;
}

@media (min-width: 1200px) {
  .entry-content .news-slider-block .vtx-swiper-navigation {
    display: flex;
  }
}

.entry-content .news-slider-block > svg {
  width: 150px;
  position: absolute;
  top: 60px;
  right: -34px;
  bottom: auto;
  left: auto;
}

@media (min-width: 1200px) {
  .entry-content .news-slider-block > svg {
    width: 265px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
}

.entry-content .news-slider-block > svg g {
  opacity: 0.2;
}

.entry-content .news-slider-block > svg > path {
  fill: none;
}

.swiper.news-slider-block__carousel {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .swiper.news-slider-block__carousel {
    padding-bottom: 100px;
  }
}

@media (min-width: 1441px) {
  .swiper.news-slider-block__carousel {
    padding-left: calc((100% - 1300px)/2);
    margin-bottom: 0px;
  }
}

.post-item__content-wrapper {
  width: 100%;
}

.swiper.news-slider-block__carousel .swiper-wrapper .swiper-slide {
  width: 290px;
  height: 420px;
}

@media (min-width: 1200px) {
  .swiper.news-slider-block__carousel .swiper-wrapper .swiper-slide {
    width: 320px;
  }
}

@media (min-width: 1200px) {
  .swiper.news-slider-block__carousel .swiper-wrapper .swiper-slide:first-child {
    width: 420px !important;
  }
  .swiper.news-slider-block__carousel .swiper-wrapper .swiper-slide:first-child .post-item__inner {
    aspect-ratio: 420/420;
  }
}

/* END BLOCK STYLING */
/*
* (?) Importer ce fichier à la fin complètement du stylesheet principal (?)
*/
@media (min-width: 768px) {
  body:not(.home) .entry-content .news-slider-block {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}

