@charset "UTF-8";
/* -------------------------------
 * CONFIG
 * ------------------------------*/
/* ------------------------
* FONTS
* -----------------------*/
/* -------------------------------
 * TOOLS
 * ------------------------------*/
/* -------------------------------
  * REM MIXIN
  * ------------------------------*/
/* -----------------------------
 * HEADING
 * ----------------------------*/
/* -----------------------------
 * GRID
 * ----------------------------*/
/* -----------------------------
 * FORMS
 * ----------------------------*/
/* ---------------------------
 * BUTTONS
 * --------------------------*/
/* -------------------------------
  * LIBRARIES
  * ------------------------------*/
@font-face {
  font-family: 'icofont';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icofont.woff") format("woff"), url("../fonts/icofont.woff2") format("woff2");
}

.icon[class^='icon-'],
.icon[class*=' icon-'] {
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.icon-spotify::before {
  content: "";
}

/* -------------------------------
  * BASE
  * ------------------------------*/
.grid-4 {
  position: relative;
}

.hp-1 .grid-4,
.hp-2 .grid-4,
.hp-4 .grid-4 {
  display: flex;
  margin-bottom: 30px;
  max-width: none;
}

@media (max-width: 480px) {
  .hp-1 .grid-4,
  .hp-2 .grid-4,
  .hp-4 .grid-4 {
    display: block;
    margin: 0 0 50px;
  }
}

.hp-1 .grid-4 .bloc {
  width: 30%;
}

@media (max-width: 480px) {
  .hp-1 .grid-4 .bloc {
    width: 100%;
  }
}

.hp-1 .grid-4 figure {
  width: 70%;
}

@media (max-width: 480px) {
  .hp-1 .grid-4 figure {
    width: 100%;
  }
}

.grid-4 .image-field-caption {
  display: none;
}

@media (min-width: 960px) {
  .col1 {
    box-sizing: border-box;
    margin-right: 32px;
    padding: 16px 0;
    width: 332px;
  }
}

.col1 .inside > * {
  max-width: 300px;
  min-width: 0;
}

@media (max-width: 480px) {
  .col1 .inside > * {
    max-width: 100%;
  }
}

@media (min-width: 750px) and (max-width: 959px) {
  .col1 .inside > * {
    max-width: none;
  }
}

@media (min-width: 960px) {
  .col1 .inside > * {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 960px) {
  .col2 {
    box-sizing: border-box;
    width: calc(100% - 332px);
  }
}

@media (min-width: 960px) {
  .col2 + .col1 {
    margin-left: 32px;
    margin-right: 0;
  }
  .col2 + .col1 .inside > * {
    margin-left: auto;
    margin-right: 0;
    max-width: 300px;
  }
}

@media (min-width: 750px) {
  .hp-3 .view-content {
    display: grid;
    grid-gap: 32px;
  }
}

@media (min-width: 960px) {
  .hp-3 .view-content {
    grid-template-areas: '. . .';
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
}

@media (min-width: 750px) and (max-width: 959px) {
  .hp-3 .view-content {
    grid-template-areas: '. .';
    grid-template-columns: 1fr 1fr;
  }
}

.hp-3 .view-content figure {
  position: relative;
}

@media (max-width: 480px) {
  .hp-3 .view-content figure {
    margin-bottom: 10px;
  }
}

.hp-3 .view-content figure a, .hp-3 .view-content figure img {
  display: block;
}

.hp-3 .view-content figure .entry-category {
  background: #fff;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  bottom: 18px;
  font-size: 14px;
  padding: 0 6px;
  position: absolute;
  text-transform: uppercase;
}

.hp-3 .view-content figure .entry-category a {
  color: #DC1B1B;
}

@media (max-width: 480px) {
  .hp-3 .view-content .views-row {
    margin: 30px 0;
  }
}

#site:after {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.st-menu-open #site:after {
  height: 100%;
  opacity: 1;
  transition: opacity .5s;
  width: 100%;
}

.csstransforms3d .st-menu-open #site {
  transform: translate3d(70%, 0, 0);
}

.no-csstransforms3d .st-menu-open #site {
  left: 70%;
}

.panel-2col-bricks .panel-col-last .inside {
  margin-bottom: 32px;
  margin-left: 0;
}

.panel-2col-bricks .panel-col-first .inside {
  margin-right: 0;
}

@media (min-width: 960px) {
  .grid-10 {
    width: 870px;
  }
}

.-has-2-cols .view-content {
  display: grid;
  grid-template-areas: '. .';
  grid-gap: 32px;
}

@media (max-width: 480px) {
  .-has-2-cols .view-content {
    grid-gap: 20px;
  }
}

.entry-content {
  padding-right: 0;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content a:hover {
  text-decoration: none;
}

ol {
  padding-left: 40px;
}

ol li {
  list-style: decimal;
}

.pager {
  display: flex;
  gap: 10px;
  justify-content: center;
  overflow-x: scroll;
  padding-bottom: 20px;
}

.pager .pager-current {
  border: 1px solid #000;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 15px;
}

.pager a {
  display: block;
  padding: 5px 15px;
}

.pager a:hover {
  color: #DC1B1B;
  cursor: pointer;
}

#widget-codepromo .flex-sb {
  align-items: center;
  border-bottom: 1px solid #ECECEC;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  transition: all ease-in .3s;
}

#widget-codepromo .flex-sb:hover {
  border-bottom: 4px solid #DC1B1B;
  margin-bottom: 7px;
}

#widget-codepromo img {
  display: block;
}

.cp-logo {
  flex: 0 0 80px;
  margin-right: 5px;
}

#pageslide {
  background: #242628;
  box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .5s;
  visibility: hidden;
  width: 70%;
  z-index: 100;
}

#pageslide:after {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  height: 100%;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .5s;
  width: 100%;
}

.st-menu-open #pageslide:after {
  height: 0;
  opacity: 0;
  transition: opacity .5s, width .1s .5s, height .1s .5s;
  width: 0;
}

.csstransforms3d #pageslide:after {
  display: none;
}

.csstransforms3d #pageslide {
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}

.st-menu-open #pageslide {
  transform: translate3d(0, 0, 0);
  transition: transform .5s;
  visibility: visible;
}

#pageslide .menu {
  margin: -1.25em;
}

#pageslide .menu li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 0;
  border-top-width: 1px;
  border-top-style: solid;
}

#pageslide .menu li a {
  outline: 0;
  color: #fff;
  display: block;
  padding: 1.5em 1.25em;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
  font: 400 12px Arial, Helvetica, sans-serif;
}

#pageslide .menu li a:focus, #pageslide .menu li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

#pageslide .menu .plus:before {
  content: "+";
  font-size: 24px;
  font-family: Arial;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  border-bottom: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  cursor: default;
}

#pageslide .menu .plus.expanded:before {
  content: "_";
  line-height: 26px;
}

#pageslide .sub-menu {
  display: none a;
  display-font-size: 90%;
  display-padding: 2.2em;
}

#pageslide .sub-menu figure {
  display: none;
}

#pageslide .sub-menu .sub-menu a {
  font-size: 80%;
  padding-left: 6em;
}

#pageslide .block {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  padding: 1.25em;
}

#pageslide .block,
#pageslide .menu,
#pageslide .menu li {
  border-color: #DC1B1B;
  text-align: center;
}

#pageslide a {
  color: #fff;
}

/* -------------------------------
  * LAYOUT
  * ------------------------------*/
.laboutique a {
  color: #fff;
  background-color: #DC1B1B;
  border-radius: 9px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.copyright {
  background-color: #000;
  color: #8c919b;
  line-height: 2em;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.copyright a {
  color: #8c919b;
}

.copyright .grid-10 {
  display: flex;
  justify-content: space-between;
}

.copyright .grid-2 {
  display: inline;
  float: left;
  margin-left: 30px;
}

#footer {
  padding-top: 30px;
}

.footer-sidebar {
  color: #000;
  background-color: #DC1B1B;
}

#supplementary {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0px 0px 0px;
  margin: 0 auto;
  max-width: 90%;
}

@media (min-width: 1050px) {
  #supplementary {
    margin: 0 auto;
    max-width: 1050px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* -------------------------------
  * COMPONENTS
  * ------------------------------*/
.field-collection-view {
  border-bottom: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.field-collection-view .group-galeriediv {
  display: flex;
  overflow-x: scroll;
}

.field-collection-view .itemflex {
  margin-right: 20px;
  font-family: "Darius";
  font-size: 16px;
}

.field-collection-view .itemflex img {
  height: 350px;
  max-width: none;
  width: auto;
}

@media (max-width: 749px) {
  .field-collection-view .itemflex img {
    height: 240px;
  }
}

.field-collection-view .image-field-caption {
  margin: 5px 20px 0;
}

.field-collection-view .right-galerie {
  right: 30px;
}

.field-collection-view .left-galerie {
  left: 30px;
}

.field-collection-view .right-galerie, .field-collection-view .left-galerie {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 140px;
  z-index: 40;
}

.field-collection-view .right-galerie.slick-disabled, .field-collection-view .left-galerie.slick-disabled {
  display: none !important;
}

.entry-header {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  padding: 10px;
}

@media (max-width: 480px) {
  .entry-header {
    padding: 0 10px;
  }
}

.hp-1 .entry-header {
  margin-left: -120px;
  margin-top: 20px;
  padding: 10px 0px 10px 15px;
  position: relative;
  z-index: 10;
}

@media (max-width: 480px) {
  .hp-1 .entry-header {
    margin-left: 0;
    margin-top: 0;
    padding: 10px;
  }
}

.hp-3 .entry-header {
  margin-top: 0;
}

.hp-5 .entry-header {
  margin-bottom: 15px;
  margin-top: 0px;
}

.legende-titre {
  margin-bottom: 20px;
}

.legende-titre a {
  text-decoration: underline;
}

.legende-titre a:hover {
  text-decoration: none;
}

.hp-1 .bloc {
  margin-left: 20px;
}

@media (max-width: 480px) {
  .hp-1 .bloc {
    margin-left: 0;
  }
}

.views-row-odd .bloc,
.hp-4 .bloc {
  margin-left: 20px;
}

@media (max-width: 480px) {
  .views-row-odd .bloc,
  .hp-4 .bloc {
    margin-left: 0;
  }
}

.entry-content > .meta {
  margin-left: 40px;
  padding-left: 30px;
  position: relative;
}

.entry-content > .meta:before {
  background: #DC1B1B;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.entry-content > .meta:first-child:before {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  top: -50px;
}

.entry-content > .meta a {
  text-transform: none;
}

.entry-meta:first-child {
  margin-right: 10px;
}

@media (max-width: 480px) {
  .entry-meta {
    padding: 0 10px;
  }
}

.entry-meta a {
  color: #DC1B1B;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.hp-3 .entry-meta a {
  font-size: 14px;
}

.hp-3 .entry-meta {
  position: absolute;
  top: 170px;
  background: #fff;
  padding: 2px 8px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.entry-sum {
  font-size: 16px;
}

@media (max-width: 480px) {
  .entry-sum {
    padding: 0 10px;
  }
}

.hp-2 .entry-header,
.hp-4 .entry-header {
  position: relative;
  z-index: 2;
}

.hp-2 .grid-4 figure,
.hp-2 .grid-4 .bloc,
.hp-4 .grid-4 figure,
.hp-4 .grid-4 .bloc {
  width: 100%;
}

.hp-2 .grid-4 h2,
.hp-4 .grid-4 h2 {
  font-size: 20px;
  line-height: 140%;
}

.hp-2 .grid-4 figure,
.hp-4 .grid-4 figure {
  position: relative;
  z-index: 1;
}

.hp-2 .grid-4 .image-field-caption,
.hp-4 .grid-4 .image-field-caption {
  display: none;
}

.hp-2 .views-row-even .grid-4 > *,
.hp-2 .views-row-odd .grid-4 > *,
.hp-4 .views-row-even .grid-4 > *,
.hp-4 .views-row-odd .grid-4 > * {
  flex: 0 0 50%;
}

.hp-2 .views-row-odd .entry-header,
.hp-4 .views-row-odd .entry-header {
  margin-left: -40px;
}

@media (max-width: 480px) {
  .hp-2 .views-row-odd .entry-header,
  .hp-4 .views-row-odd .entry-header {
    margin-left: 0;
    margin-top: 0;
  }
}

.hp-2 .views-row-even .bloc,
.hp-4 .views-row-even .bloc {
  margin-right: 20px;
  text-align: right;
}

@media (max-width: 480px) {
  .hp-2 .views-row-even .bloc,
  .hp-4 .views-row-even .bloc {
    text-align: left;
  }
}

.hp-2 .views-row-even .grid-4,
.hp-4 .views-row-even .grid-4 {
  flex-direction: row-reverse;
}

.hp-2 .views-row-even .entry-header,
.hp-4 .views-row-even .entry-header {
  margin-right: -40px;
}

@media (max-width: 480px) {
  .hp-2 .views-row-even .entry-header,
  .hp-4 .views-row-even .entry-header {
    margin-right: 0;
    margin-top: 0;
  }
}

.hp-3 h2 {
  font-size: 16px;
  line-height: 140%;
}

.hp-2 .view-display-id-hp_2_top_infeed .views-row-even .grid-4 {
  flex-direction: row;
}

.hp-2 .view-display-id-hp_2_top_infeed .views-row-even .bloc {
  margin-left: 20px;
  margin-right: 0px;
  text-align: left;
}

.hp-2 .view-display-id-hp_2_top_infeed .views-row-even .entry-header {
  margin-right: auto;
  margin-left: -40px;
}

@media (max-width: 480px) {
  .hp-2 .view-display-id-hp_2_top_infeed .views-row-even .entry-header {
    margin-left: 0;
  }
}

.hp-2 .view-display-id-hp_2_top_infeed .views-row-odd .grid-4 {
  flex-direction: row-reverse;
}

.hp-2 .view-display-id-hp_2_top_infeed .views-row-odd .bloc {
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
}

@media (max-width: 480px) {
  .hp-2 .view-display-id-hp_2_top_infeed .views-row-odd .bloc {
    text-align: left;
  }
}

.hp-2 .view-display-id-hp_2_top_infeed .views-row-odd .entry-header {
  margin-left: auto;
  margin-right: -40px;
}

@media (max-width: 480px) {
  .hp-2 .view-display-id-hp_2_top_infeed .views-row-odd .entry-header {
    margin-right: 0;
  }
}

.concours .grid-4 h2 {
  font-size: 25px;
  font-size: 1.5625rem;
}

@media (max-width: 749px) {
  .concours .grid-4 h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.bloc-related .title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bloc-related .title {
  text-align: center;
  margin-bottom: 10px;
  text-transform: none;
}

.related {
  display: flex;
  justify-content: space-between;
  overflow-x: scroll;
}

@media (min-width: 960px) {
  .related {
    overflow-x: scroll;
  }
}

.rel-post {
  min-width: 250px;
  padding-right: 10px;
}

@media (min-width: 960px) {
  .rel-post {
    max-width: 32%;
    min-width: 0px;
    padding-right: 0px;
  }
}

.rel-title h4 {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}

.rel-title a {
  text-decoration: none;
}

.rel-image .image-field-caption {
  display: none;
}

.sosoir h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bloc-related {
  text-align: center;
}

.related {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

@media (max-width: 749px) {
  .related {
    overflow-x: scroll;
  }
}

@media (min-width: 750px) {
  .rel-post {
    flex: 0 0 calc(33.333% - 8px);
  }
}

@media (max-width: 749px) {
  .rel-post {
    flex: 0 0 250px;
    max-width: 80%;
    width: 250px;
  }
}

.rel-title h4 {
  font-size: 15px;
  margin: 0;
}

.home-section {
  background: #3A2E3D;
  margin-bottom: 32px;
  padding-bottom: 24px;
}

.home-section.latest-posts {
  background: none;
}

.home-section.hp-1 {
  background: transparent;
}

.home-section.hp-1 .entry-header {
  background: #fff;
}

.home-section .pane-title,
.home-section h3 {
  color: #fff;
  display: flex;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  padding: 12px 32px 0;
  text-transform: uppercase;
}

.home-section .pane-title:before,
.home-section h3:before {
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  content: "";
  display: block;
  height: 42px;
  margin-right: 12px;
  margin-top: -12px;
  padding-top: 12px;
  width: 16px;
}

.home-section .pane-content {
  margin: 12px 0;
  position: relative;
}

.home-section .left-paddle {
  color: #fff;
  font-size: 32px;
  left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home-section .right-paddle {
  color: #fff;
  font-size: 32px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.home-section .flexslider {
  display: flex;
  overflow-x: scroll;
}

.home-section .itemflex {
  flex: 0 0 315px;
  margin: 0 12px;
  max-width: 80%;
  width: 315px;
}

.home-section .itemflex:first-child {
  margin-left: 32px;
}

.home-section:not(.hp-1) .entry-header {
  background: transparent;
  margin-top: 0;
  text-align: center;
}

.home-section:not(.hp-1) .entry-header h2 {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
}

.home-section:not(.hp-1) .entry-header a {
  color: #fff;
}

.home-section:not(.hp-1) figure {
  position: relative;
}

.home-section:not(.hp-1) .image-field-caption {
  display: none;
}

.section7 .entry-title {
  font-size: 16px;
}

.section7 .entry-header {
  margin-top: 0;
}

.section7 figure {
  position: relative;
}

.section7 figure a, .section7 figure img {
  display: block;
}

.section7 figure .entry-category {
  background: #fff;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  bottom: 18px;
  font-size: 14px;
  padding: 0 6px;
  position: absolute;
  text-transform: uppercase;
}

.section7 figure .entry-category a {
  color: #DC1B1B;
}

.section7 .image-field-caption {
  display: none;
}

#rossel-imu-top, .imu-wrapper, .imu-wrapper-2 {
  min-height: 250px;
}

.imu-wrapper, .imu-wrapper-2 {
  margin-bottom: 30px;
}

.footer-sidebar .widget-area-1 .widget, .footer-sidebar
.widget-area-2 .widget, .footer-sidebar
.widget-area-3 .widget {
  padding: 20px;
}

.widget-area-1 {
  width: 100%;
}

.widget-area-2,
.widget-area-3 {
  width: 45%;
}

@media (max-width: 480px) {
  .widget-area-2,
  .widget-area-3 {
    width: calc(50% - 15px);
  }
}

.widget-area-3 ul {
  text-align: center;
}

.widget-area {
  background-color: #fff;
  border-radius: 8px;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .widget-area {
    width: 32%;
  }
}

.sosoir-head {
  font-weight: bold;
  text-align: center;
}

.sosoir .sosoir-logo {
  margin-left: auto;
  margin-right: auto;
  width: 75px;
}

.sosoir .widget-posts-entries li {
  max-width: 250px;
  width: 100%;
}

.sosoir .widget-posts-entries .flex {
  gap: 24px;
}

@media (min-width: 960px) {
  .sosoir .widget-posts-entries .flex {
    justify-content: center;
    overflow-x: hidden;
  }
}

@media (max-width: 959px) {
  .sosoir .widget-posts-entries .flex {
    margin: auto;
    max-width: 550px;
    overflow-x: scroll;
  }
}

.sosoir .widget-posts-entries .widget-post-title {
  font-size: 16px;
}

/*# sourceMappingURL=main.css.map */
