@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border-radius: 50%;
  border: 0;
  background: #ECECEC;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background: #DC1B1B;
}

/* -------------------------------
 * CONFIG
 * ------------------------------*/
/* ------------------------
* FONTS
* -----------------------*/
/* -------------------------------
 * TOOLS
 * ------------------------------*/
/* -------------------------------
  * REM MIXIN
  * ------------------------------*/
/* -----------------------------
 * HEADING
 * ----------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Darius";
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 18px;
  margin-bottom: 18px;
}

/* -----------------------------
 * GRID
 * ----------------------------*/
.wrapper,
#brand-wrap,
.page-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  width: 90%;
}

@media (max-width: 959px) {
  .wrapper,
  #brand-wrap,
  .page-header {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
}

/* -----------------------------
 * FORMS
 * ----------------------------*/
/* ---------------------------
 * BUTTONS
 * --------------------------*/
.search-form input[type="submit"] {
  border: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.search-form input[type="submit"] {
  background: #DC1B1B;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  letter-spacing: .1em;
}

.search-form input:hover[type="submit"], .search-form input:focus[type="submit"] {
  background: #e52b2b;
}

/* -------------------------------
  * 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: "";
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("/sites/all/themes/simpnews/fonts/SourceSansPro-Light.woff2") format("woff2"), url("/sites/all/themes/simpnews/fonts/SourceSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("/sites/all/themes/simpnews/fonts/SourceSansPro-Regular.woff2") format("woff2"), url("/sites/all/themes/simpnews/fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("/sites/all/themes/simpnews/fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("/sites/all/themes/simpnews/fonts/SourceSansPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("/sites/all/themes/simpnews/fonts/icomoon.woff") format("woff"), url("/sites/all/themes/simpnews/fonts/icomoon.eot");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Darius';
  src: url("/sites/all/themes/simpnews/fonts/BwDariusDEMO-Regular.woff2") format("woff2"), url("/sites/all/themes/simpnews/fonts/BwDariusDEMO-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Darius';
  src: url("/sites/all/themes/simpnews/fonts/BwDariusDEMO-Bold.woff2") format("woff2"), url("/sites/all/themes/simpnews/fonts/BwDariusDEMO-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

[class*=icomoon-],
[class^=icomoon-] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-search {
  background: #DC1B1B;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 15px;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
  margin-right: 12px;
  padding-top: 1px;
  right: 4px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}

.icomoon-search:before {
  content: "\e986";
}

.icomoon-menu:before {
  content: "\e9bd";
}

.icomoon-chevron-left:before {
  content: "\ea44";
}

.icomoon-chevron-right:before {
  content: "\ea42";
}

.icomoon-twitter:before {
  content: "\ea96";
}

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

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

.icomoon-envelope:before {
  content: "\ea84";
}

.icomoon-pinterest:before {
  content: "\ead1";
}

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

.icomoon-remove-sign:before {
  content: "\ea44";
}

/* -------------------------------
  * BASE
  * ------------------------------*/
/*** The new CSS Reset - version 1.2.0 (last updated 23.7.2021) ***/
/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
*:where(:not(iframe):not(canvas):not(img):not(svg):not(video):not(svg *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
      Remove list styles (bullets/numbers)
      in case you use it combine with normalize.css
  */
ul {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

@media (min-width: 960px) {
  .wrapper {
    max-width: 1024px;
  }
}

.views-row .image-field-caption {
  display: none;
}

.col-r {
  max-width: 100%;
}

@media (min-width: 750px) {
  .col-r {
    width: 315px;
  }
}

@media (min-width: 960px) {
  .center-wrapper,
  .flex {
    display: flex;
  }
}

@media (max-width: 959px) {
  .center-wrapper:first-child {
    display: grid;
    grid-gap: 24px;
    grid-template-areas: 'manchette'  'imu'  '.';
  }
  .center-wrapper:first-child .col2,
  .center-wrapper:first-child .col1 {
    display: contents;
  }
  .center-wrapper:first-child .col2 .inside,
  .center-wrapper:first-child .col1 .inside {
    display: contents;
  }
  .center-wrapper:first-child .max300,
  .center-wrapper:first-child .pane-content {
    display: contents;
  }
  .center-wrapper:first-child .slider-latest {
    grid-area: manchette;
  }
  .center-wrapper:first-child .imu-wrapper {
    grid-area: imu;
  }
}

@media (min-width: 750px) and (max-width: 959px) {
  .center-wrapper:first-child {
    grid-template-areas: 'manchette manchette'  'imu imu'  '. .';
    grid-template-columns: 1fr 1fr;
  }
  .center-wrapper:first-child .panel-separator,
  .center-wrapper:first-child .hp-2 {
    grid-column: span 2;
  }
}

.site-content {
  background-color: #fff;
  position: relative;
}

#content {
  margin-top: 10px;
  position: relative;
}

@media (min-width: 960px) {
  #content {
    margin-top: 32px;
    position: relative;
  }
}

.panel-2col {
  flex-direction: column;
}

@media (min-width: 750px) {
  .panel-2col {
    flex-direction: row;
  }
}

.panel-2col .panel-separator {
  margin: 0;
}

.grid-8 {
  margin-bottom: 30px;
  margin-right: 0px;
  width: 100%;
}

@media (min-width: 750px) {
  .grid-8 {
    margin-right: 30px;
    width: calc(100% - 345px);
  }
}

@media (min-width: 960px) {
  .grid-8 {
    margin-right: 30px;
    width: calc(100% - 360px);
  }
}

@media (min-width: 1050px) {
  .grid-8 {
    margin-right: 30px;
    width: calc(100% - 400px);
  }
}

@media (min-width: 960px) {
  .container-inline .form-actions {
    position: relative;
  }
}

@media (min-width: 1150px) {
  .xxl {
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
    width: 100%;
  }
}

@media (min-width: 1150px) {
  .xxl .grid-8 {
    margin-left: 370px;
    max-width: 690px;
    width: calc(100% - 740px);
  }
  .arche .xxl .grid-8 {
    margin-left: 30px;
    width: auto;
  }
}

@media (min-width: 1150px) {
  .xxl .grid-4 {
    margin-left: 0px;
    margin-right: auto;
    padding-right: 20px;
  }
}

@media (max-width: 749px) {
  .search_results .grid-12 {
    margin-bottom: 30px;
  }
  .search_results .grid-12 .entry-title {
    margin: 0 0 10px;
  }
  .search_results .grid-12 .bloc-right {
    padding: 10px;
  }
}

@media (min-width: 750px) {
  .search_results .grid-12 {
    display: flex;
    margin: 50px 0;
  }
  .search_results .grid-12:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .search_results .grid-12:nth-child(odd) .entry-header {
    margin-left: 0px;
    margin-right: -40px;
    text-align: right;
  }
  .search_results .grid-12:nth-child(odd) .entry-summary {
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
  }
  .search_results .grid-12 .entry-image {
    flex: 0 0 50%;
  }
  .search_results .grid-12 .entry-header {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-left: -40px;
    margin-top: 30px;
    padding: 10px 15px;
    position: relative;
  }
  .search_results .grid-12 .entry-summary {
    margin-left: 20px;
  }
}

*:hover,
*:active {
  box-shadow: none;
  outline: none;
}

*:focus {
  outline: thin dotted;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

html {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 100%;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

body {
  overflow-x: hidden;
  margin: 0;
  color: #444;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 140%;
}

.page-title.title-with-sep h1 {
  color: #DC1B1B;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.entry-content h2 {
  line-height: 30px;
  color: #DC1B1B;
}

h3 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.page-content h3,
.entry-content h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  color: #DC1B1B;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 23px;
  font-size: 1.4375rem;
}

h6 {
  font-size: 22px;
  font-size: 1.375rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

.small-title {
  font-size: 36px;
  margin-bottom: 16px;
}

@media (min-width: 960px) {
  .small-title {
    margin-bottom: 25px;
  }
}

img {
  height: auto;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

p,
figure {
  margin: 0;
}

.pane-node-content p, .pane-node-content
figure {
  margin-bottom: 20px;
}

a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

ul {
  list-style: none;
  padding-left: 0px;
  margin: 0;
}

ul.menu li.leaf {
  margin: 0;
  padding: 0;
}

.entry-content ul {
  margin-left: 30px;
}

.element-invisible {
  display: none;
}

.header {
  margin-top: 10px;
  text-align: center;
}

.tagline {
  display: none;
}

.nomobile,
.mag,
.paddle {
  display: none;
}

@media (min-width: 750px) {
  .nomobile,
  .mag,
  .paddle {
    display: block;
  }
}

.mobile {
  display: block;
}

@media (min-width: 750px) {
  .mobile {
    display: none;
  }
}

.mb-30, .bottom30 {
  margin-bottom: 30px;
}

.flex-sb {
  display: flex;
  justify-content: space-between;
}

.flex-sbc {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.flex-fe {
  display: flex;
  justify-content: flex-end;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.color-w {
  color: #fff;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.btn-navbar, .hidden, .slick-disabled {
  display: none;
}

.top-strip, .tagline, .main-menu-container {
  display: none;
}

@media (min-width: 960px) {
  .top-strip {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    position: absolute;
    right: 0px;
    top: 30px;
    width: 150px;
  }
}

#pageslide {
  visibility: hidden;
}

#close-pageslide, #open-pageslide {
  border: 0;
  color: #DC1B1B;
  font-size: 28px;
  line-height: 49px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#close-pageslide {
  width: 100%;
  color: #8c919b;
  text-align: center;
  display: block;
}

#branding {
  background-color: #fff;
  height: 70px;
  margin-bottom: 0px;
  padding-top: 6px;
}

@media (min-width: 960px) {
  #branding {
    margin-bottom: 30px;
  }
}

.title-with-sep .title,
.title-with-sep .entry-title {
  font-size: 25px;
  line-height: 145%;
  text-align: left;
}

@media (min-width: 960px) {
  .title-with-sep .title,
  .title-with-sep .entry-title {
    font-size: 36px;
    line-height: 145%;
  }
}

figure img,
.entry-content img {
  border-radius: 8px;
  width: 100%;
}

.entry-content {
  font-size: 18px;
  margin-top: 10px;
  padding-right: 30px;
}

@media (min-width: 960px) {
  .entry-content {
    font-size: 22px;
  }
}

.entry-content ul li {
  list-style: square;
}

.entry-content iframe {
  max-width: 100%;
}

.entry-content p > img {
  margin: 20px auto;
}

@media (min-width: 960px) {
  .entry-content p > img {
    margin: 30px auto;
  }
}

.entry-content .legende-texte {
  font-size: 14px;
  transform: translateY(-50px);
  text-align: right;
}

.entry-content .rel-post img {
  display: block;
  margin: 0px 0px;
  max-height: 170px;
  width: auto;
}

.meta {
  color: #DC1B1B;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: flex-start;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tags {
  color: #DC1B1B;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
}

.entry-partenaire {
  color: #000;
  justify-content: flex-start;
}

.chapeau {
  font-size: 23px;
  font-weight: 300;
  line-height: 130%;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 750px) {
  .chapeau {
    font-size: 26px;
  }
}

.galerie, .flex {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

@media (min-width: 960px) {
  .base-image,
  .single .entry-media .video-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
    position: relative;
  }
}

blockquote,
.citation {
  font-family: "Darius";
  font-size: 16px;
  margin: 40px;
  position: relative;
  z-index: 1;
}

blockquote:before,
.citation:before {
  color: #ECECEC;
  content: "“";
  font-size: 200px;
  left: -60px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: -50px;
  z-index: -1;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* -------------------------------
  * LAYOUT
  * ------------------------------*/
#bandeau-sp {
  background: #fff;
  border-bottom: 1px solid #ECECEC;
  box-sizing: content-box;
  height: 30px;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}

#bandeau-sp > a,
#bandeau-sp img {
  display: block;
}

@media (min-width: 960px) {
  #bandeau-sp .si {
    width: 90px;
  }
}

#bandeau-sp .wrapper {
  align-items: center;
  height: 100%;
}

.simpnews-header-search {
  display: none;
  position: relative;
}

@media (min-width: 960px) {
  .simpnews-header-search {
    display: block;
  }
}

.simpnews-header-search .form-submit {
  bottom: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.divsocial {
  align-items: center;
  display: flex;
}

.divsocial ul {
  align-items: center;
  display: flex;
}

.divsocial ul li {
  margin-left: 12px;
}

.divsocial ul li:first-child {
  margin-left: 0;
}

.divsocial ul a {
  align-items: center;
  border: 1px solid #DC1B1B;
  border-radius: 6px;
  color: #DC1B1B;
  display: flex;
  font-size: 15px;
  height: 24px;
  justify-content: center;
  text-decoration: none;
  width: 24px;
}

.divsocial ul a:hover {
  background: #DC1B1B;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 960px) {
  #search-mob,
  #icomenu {
    display: none;
  }
}

#search-mob {
  padding: 15px 0px 0 0;
  position: absolute;
  right: 10px;
  top: 38px;
  width: 25px;
}

#search-mob a {
  color: #DC1B1B;
  font-family: 'icomoon';
  font-size: 25px;
  text-decoration: none;
}

#search-mob a:before {
  content: '\e986';
}

@media (min-width: 960px) {
  #brand-wrap {
    position: relative;
  }
}

@media (min-width: 960px) {
  .logo img {
    width: 226px;
  }
}

.headlogo {
  margin-left: 7%;
  width: 85%;
}

@media (min-width: 960px) {
  .headlogo {
    margin-left: 0%;
    width: 100%;
  }
}

#icomenu {
  left: 10px;
  position: absolute;
  top: 46px;
}

.social-box {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.social-box .title {
  font-size: 1.3rem;
  font-weight: 400;
}

.social-box + p::first-letter {
  color: #DC1B1B;
  float: left;
  font-size: 66px;
  line-height: 1;
  margin-right: 5px;
}

.social-colors [class^="share-"] {
  list-style: none;
}

.social-colors [class^="share-"] a {
  align-items: center;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 32px;
  justify-content: center;
  padding: 3px 8px 3px 8px;
  text-decoration: none;
  width: 32px;
}

.social-colors [class^="share-"] a:hover {
  background: #DC1B1B;
  cursor: pointer;
}

.social-colors ul {
  display: flex;
  gap: 12px;
}

.social-colors li {
  list-style: none;
}

@media (min-width: 960px) {
  .boutons {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 960px) {
  .bouton {
    background-color: #DC1B1B;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 5px;
  }
}

@media (min-width: 960px) {
  .bouton a {
    color: #fff;
    text-decoration: none;
  }
}

/* -------------------------------
  * COMPONENTS
  * ------------------------------*/
#gallery-carousel {
  position: relative;
}

#gallery-carousel .left-paddle,
#gallery-carousel .right-paddle {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#gallery-carousel .left-paddle {
  left: 20px;
}

#gallery-carousel .right-paddle {
  right: 20px;
}

.galerie-item {
  margin-right: 20px;
  min-width: 80%;
}

@media (min-width: 960px) {
  .galerie-item {
    min-width: 1020px;
  }
}

.hp-1 figure {
  position: relative;
  z-index: 1;
}

.hp-1 .image-field-caption {
  display: none;
}

.entry-media {
  margin-bottom: 15px;
}

.entry-media .base-image {
  margin-bottom: 0;
  position: relative;
}

.entry-media .base-image img {
  display: block;
}

.entry-media .image-caption {
  bottom: 20px;
  color: #fff;
  position: absolute;
  right: 20px;
}

.entry-media .image-caption p {
  margin: 0;
}

.entry-media + .entry-content {
  margin-top: 0;
}

.covermag {
  margin-bottom: 16px;
}

.covermag .view-content {
  align-items: center;
  display: flex;
}

.covermag .entry-image {
  max-width: 130px;
}

.covermag .bloc3-inside {
  background-color: #fff;
  border-radius: 5px;
  font-family: "Darius";
  font-weight: normal;
  margin-left: -20px;
  padding: 8px;
}

.covermag .entry-category {
  color: #DC1B1B;
  font-size: 15px;
  font-weight: 700;
  padding-left: 10px;
  text-transform: uppercase;
}

.search_title {
  display: none;
}

@media (min-width: 960px) {
  #searchform input {
    background-color: transparent;
    border-color: transparent;
    color: #DC1B1B;
    font-size: 14px;
    height: 24px;
    padding: 0px 2px;
    text-align: right;
  }
}

@media (min-width: 960px) {
  #searchform input[type=submit] {
    color: #000;
    cursor: pointer;
    margin-right: 12px;
  }
}

@media (min-width: 960px) {
  #searchform .container-inline {
    display: flex;
  }
}

#searchform .container-inline div,
#searchform .container-inline label {
  display: block;
}

#searchform .container-inline label {
  font-weight: 600;
}

.search-form {
  margin-bottom: 50px;
}

.search-form .container-inline div,
.search-form .container-inline label {
  display: block;
}

.search-form .container-inline label {
  font-weight: 600;
  margin-bottom: 5px;
}

.search-form input[type="submit"] {
  margin-top: 10px;
}

.form-text {
  border: 1px solid #8c919b;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

@media (min-width: 960px) {
  .menu {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 960px) {
  .menu li.leaf > a {
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    padding: 0;
    padding-left: 9px;
    padding-right: 9px;
    text-decoration: none;
    white-space: nowrap;
  }
}

@media (min-width: 960px) {
  .menu li.active > a {
    color: #DC1B1B;
  }
}

@media (min-width: 960px) {
  .nav li {
    font-size: 16px;
    padding: 0px 2px 0px 2px;
  }
}

@media (min-width: 960px) {
  .block-tb-megamenu {
    margin-bottom: 5px;
    position: relative;
  }
}

@media (min-width: 960px) {
  .tb-megamenu {
    background-color: #fff;
    margin-top: 6px;
  }
}

@media (min-width: 960px) {
  .tb-megamenu .nav {
    display: flex;
    height: 38px;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

@media (min-width: 960px) {
  .tb-megamenu .nav > li > a {
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    padding: 0;
    padding-left: 9px;
    padding-right: 9px;
    text-decoration: none;
    white-space: nowrap;
  }
}

@media (min-width: 960px) {
  .main-menu > ul > li {
    display: flex;
  }
}

@media (min-width: 960px) {
  .main-menu > ul > li:after {
    color: #DC1B1B;
    content: "•";
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    width: 6px;
  }
}

@media (min-width: 960px) {
  .main-menu > ul > li.last:after {
    content: "";
  }
}

@media (min-width: 960px) {
  .main-menu .active-trail {
    color: #DC1B1B;
  }
}

@media (min-width: 960px) {
  .tb-megamenu .open,
  .tb-megamenu .open > .dropdown-menu,
  .top-strip,
  .main-menu-container {
    display: block;
  }
}

.pub-wrapper {
  background-color: #ECEDED;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 120px !important;
  position: relative;
}

@media (min-width: 750px) {
  .pub-wrapper {
    min-height: 250px !important;
  }
}

.imu-wrapper {
  min-height: 250px !important;
}

.max300 .imu-wrapper {
  margin-top: 30px;
}

#rossel-leader-top,
#rossel-leader-middle {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pub_leader > .bottom30 {
  margin-bottom: 20px;
}

#rossel-imu-top,
#rossel-imu-middle {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin: 0 auto 30px auto;
  width: 300px;
  min-height: 250px;
  text-align: center;
}

.max300 {
  max-width: 300px;
  text-align: center;
}

@media (min-width: 960px) {
  .arche {
    background-position: center top !important;
    transform: scale(0.995);
    transform-origin: top center;
  }
}

@media (min-width: 960px) {
  .arche div.main-menu-fixed {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1050px !important;
  }
}

@media (min-width: 960px) {
  .arche .grids {
    margin-left: 0px !important;
  }
}

@media (min-width: 960px) {
  .arche #site {
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    width: 1050px;
    z-index: 1;
  }
}

@media (min-width: 1050px) {
  .arche .page-header {
    box-sizing: border-box;
    padding: 0 30px;
  }
}

.arche .blog-default .grid-8 {
  width: 650px;
}

.arche .damier .grid-4 {
  width: 310px;
}

.arche .sidebar .widget {
  width: 290px;
}

.arche #footer {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.sidebar .widget {
  margin-bottom: 30px;
  text-align: center;
}

.widget h2.pane-title {
  color: #DC1B1B;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.widget h2.pane-title:before {
  color: #000;
  content: "\ea42";
  font-family: icomoon;
  font-size: 16px;
  padding-right: 10px;
  padding-top: 10px;
}

.widget h3 {
  color: #DC1B1B;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
  margin-left: 0px;
  text-align: left;
  text-transform: uppercase;
}

.widget h3:before {
  color: #000;
  content: "\ea42";
  font-family: icomoon;
  font-size: 16px;
  padding-right: 10px;
  padding-top: 10px;
}

.widget h3 a {
  color: #DC1B1B;
}

.widget h3 a:hover {
  color: #000;
}

.widget-posts-entries .flex {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 750px) {
  .widget-posts-entries .flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 749px) {
  .widget-posts-entries .flex {
    gap: 12px;
    overflow-x: scroll;
  }
}

.widget-posts-entries li {
  margin-bottom: 24px;
}

@media (max-width: 749px) {
  .widget-posts-entries li {
    flex: 0 0 250px;
    max-width: 80%;
    width: 250px;
  }
}

.widget-posts-entries span,
.widget-posts-entries .widget-post-title {
  font-family: "Darius";
  font-size: 13px;
  letter-spacing: 0;
  line-height: 130%;
  text-decoration: none;
  text-transform: none;
}

.widget-posts-entries a:hover {
  text-decoration: underline;
}

a.widget-post-title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  text-decoration: none;
}

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