@charset "UTF-8";
/* ==========================================================================
   FILES
   ========================================================================== */
/* ==========================================================================
   VARIABLES
   ========================================================================== */
/* ==========================================================================
   TABLE
   ========================================================================== */
/* ==========================================================================
   BTN
   ========================================================================== */
/* ==========================================================================
   INPUT
   ========================================================================== */
/* ==========================================================================
   LIST ITEM
   ========================================================================== */
/* ==========================================================================
   FONTS
   ========================================================================== */
/* ==========================================================================
   NOTICE
   ========================================================================== */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background andcolor in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct thecolor inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Styleguide Mixins
 * $desc      Fonctions LESS
 * $name      mixins.less
 * $author    KB, MM
 */
/*
Dégradé vertical

$start-color              - Couleur de départ (default = #555)
$end-color                - Couleur de fin (default = #333) : couleur également utilisée en fallback
$start-percent            - Niveau de départ de la couleur top en pourcentage (default = 0%)
$end-percent              - Niveau de fin de la couleur bottom en pourcentage (default = 100%)

Styleguide Mixins - 70. Dégradé vertical
*/
/*
Dégradé horizontal

$start-color              - Couleur de départ (default = #555)
$end-color                - Couleur de fin (default = #333) : couleur également utilisée en fallback
$start-percent            - Niveau de départ de la couleur top en pourcentage (default = 0%)
$end-percent              - Niveau de fin de la couleur bottom en pourcentage (default = 100%)

Styleguide Mixins - 80. Dégradé horizontal
*/
/*
Dégradé radial

$start-color              - Couleur de départ
$end-color                - Couleur de fin : couleur également utilisée en fallback

Styleguide Mixins - 90. Dégradé radial
*/
/*
Font

$name        - Nom de la font : primary, secondary
$weight      - light, normal, bold
 */
/*
Font size

$require $base-fontsize
$size (int) - Taille du texte référence (pixel) sans unité

Styleguide Mixins - 125. Pixel to em
 */
/*
column-item

$float - Valeur du float

Styleguide Mixins - 141. Mixins de grille
 */
/*
column-screen pour tous les écrans

$columns - Nombre de@include colonne
$margin - Marge gauche et droite
$margin-bottom - Marge externe basse
 */
/*
column-tablet

$columns - Nombre de@include colonne
$margin - Marge gauche et droite
$margin-bottom - Marge externe basse
 */
/*
column-smartphone

$columns - Nombre de@include colonne
$margin - Marge gauche et droite
$margin-bottom - Marge externe basse
 */
/* ==========================================================================
   FONTS
   ========================================================================== */
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../dist/fonts/Roboto-Light.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../dist/fonts/Roboto-Regular.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../dist/fonts/Roboto-Medium.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../dist/fonts/Roboto-Bold.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ==========================================================================
   GLOBAL
   ========================================================================== */
html {
  height: -webkit-fill-available;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}
body {
  line-height: 1.375;
  color: #1A171A;
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --wp--style--block-gap: 50px;
}
body.menu-open {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: Roboto, Arial, Verdana, sans-serif;
  font-weight: normal;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  font-smoothing: antialiased;
}

/* ==========================================================================
   INLINE
   ========================================================================== */
a {
  color: #E2001A;
  text-decoration: none;
  cursor: pointer;
}
.single-body > ul > li > a, .wp-editor > ul > li > a, .single-body > ul > li > ul > li > a, .wp-editor > ul > li > ul > li > a, .single-body p > a, .wp-editor p > a {
  font-weight: 700;
}
.single-body > ul > li > a:hover, .wp-editor > ul > li > a:hover, .single-body > ul > li > a:focus, .wp-editor > ul > li > a:focus, .single-body > ul > li > ul > li > a:hover, .wp-editor > ul > li > ul > li > a:hover, .single-body > ul > li > ul > li > a:focus, .wp-editor > ul > li > ul > li > a:focus, .single-body p > a:hover, .wp-editor p > a:hover, .single-body p > a:focus, .wp-editor p > a:focus {
  text-decoration: underline;
}

strong,
b {
  font-weight: 700;
}

mark {
  background-color: #E2001A;
  color: #fff;
}

/* ==========================================================================
   BLOCK
   ========================================================================== */
p {
  /*margin: 0 0 $v-align / 4;*/
  margin: 0;
}

ul,
ol,
blockquote,
table,
iframe,
video,
audio,
address {
  margin: 0;
}
/* ==========================================================================
   LISTS
   ========================================================================== */
ul,
ol {
  padding: 0;
  list-style: none;
}

.single-body > ul, .wp-editor > ul {
  list-style: disc inside;
  margin-left: 1em;
}
.single-body > ul li, .wp-editor > ul li {
  list-style: none;
}
.single-body > ul li:before, .wp-editor > ul li:before {
  margin-right: 0.5em;
  color: #E2001A;
  font-size: 0.8em;
}
.single-body > ol, .wp-editor > ol {
  margin-left: 2.5em;
  list-style: decimal;
}
.single-body > li, .wp-editor > li {
  margin-bottom: 0.45em;
}
.single-body > ul ul, .wp-editor > ul ul,
.single-body > ul ol,
.wp-editor > ul ol,
.single-body > ol ul,
.wp-editor > ol ul,
.single-body > ol ol,
.wp-editor > ol ol {
  margin-top: 10px;
}

dl dt {
  font-weight: 700;
}
dl dd {
  color: #ACACAC;
  margin-bottom: 30px;
}

/* ==========================================================================
   OTHERS
   ========================================================================== */
.single-body blockquote, .wp-editor blockquote {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 30px 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.single-body blockquote cite, .wp-editor blockquote cite {
  position: absolute;
  top: 47px;
  left: 63px;
  color: #757575;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  transform: translateY(-50%);
}
.single-body blockquote:after, .wp-editor blockquote:after {
  content: url("../images/svg/icon-quote.svg");
  display: flex;
  align-items: center;
  margin-right: 20px;
  height: 40px;
  width: 43px;
  margin-bottom: 15px;
}
.single-body blockquote p, .wp-editor blockquote p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .single-body blockquote p, .wp-editor blockquote p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.167;
  }
}

/* ==========================================================================
   OTHERS
   ========================================================================== */
img,
iframe {
  max-width: 100%;
}

img {
  border-radius: 6px;
  height: auto !important;
}
picture img {
  display: block;
}

iframe {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

/* ==========================================================================
   TABLE
   ========================================================================== */
table {
  width: 100%;
  max-width: 100%;
  min-width: 1024px;
  overflow-x: auto;
  border-collapse: collapse;
}
table thead td,
table thead th {
  text-align: left;
}
table tr {
  border-bottom: 1px solid #E0E0E0;
}
table tr:last-child {
  border: none;
}
table th,
table td {
  padding: 30px 20px;
  border: none;
}
table td {
  color: #757575;
  font-weight: 400;
}
.block table tr td:first-child() {
  color: #1A171A;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.334;
  font-weight: 700;
}
.row--small table {
  min-width: 820px;
}

/* ==========================================================================
   Structure globale
   ========================================================================== */
.row {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .row {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row--full {
  max-width: none;
}

.row--small {
  max-width: 880px;
}

/* ==========================================================================
   Layouts
   ========================================================================== */
.l-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.l-wrapper.flex-start {
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .l-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.l-half {
  float: left;
  min-height: 1px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .l-half {
    padding: 0 30px;
    margin-bottom: 0;
    width: 50%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .l-half {
    padding: 0 15px;
    margin-bottom: 0;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-half {
    padding: 0 15px;
    margin-bottom: 0;
    width: 100%;
  }
}
.l-half + .l-half {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .l-half + .l-half {
    margin-top: 0;
  }
}

.l-third {
  float: left;
  min-height: 1px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .l-third {
    padding: 0 30px;
    margin-bottom: 0;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .l-third {
    padding: 0 15px;
    margin-bottom: 0;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .l-third {
    padding: 0 15px;
    margin-bottom: 0;
    width: 100%;
  }
}
.l-third + .l-third {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .l-third + .l-third {
    margin-top: 0;
  }
}

.l-twothird {
  float: left;
  min-height: 1px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .l-twothird {
    padding: 0 30px;
    margin-bottom: 0;
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .l-twothird {
    padding: 0 15px;
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-twothird {
    padding: 0 15px;
    margin-bottom: 0;
    width: 100%;
  }
}
.l-twothird + .l-third {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .l-twothird + .l-third {
    margin-top: 0;
  }
}

.l-full {
  float: left;
  min-height: 1px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .l-full {
    padding: 0 30px;
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .l-full {
    padding: 0 15px;
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-full {
    padding: 0 15px;
    margin-bottom: 0;
    width: 100%;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */
.mainHeader {
  position: fixed;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  z-index: 999;
  transition: 0.3s ease-in-out;
}

.mainHeader-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mainHeader-inner .site-logo {
  min-width: 160px;
}
.mainHeader-inner .nav-mobile {
  display: none;
}
@media screen and (max-width: 1339px) {
  .mainHeader-inner .nav-mobile {
    display: flex !important;
  }
}

/* ==========================================================================
   Content
   ========================================================================== */
.main {
  overflow: hidden;
}

.main-inner {
  z-index: 1;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.mainFooter-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.mainFooter-inner .l-wrapper {
  align-items: flex-start;
}
.mainFooter-inner .footer-logo {
  width: 150px;
  margin-bottom: 20px;
  border-radius: 0;
}
.mainFooter-inner .btn, .mainFooter-inner .block--comments .form-submit button, .block--comments .form-submit .mainFooter-inner button {
  margin-top: 20px;
}
.mainFooter-inner .footer-bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E0E0E0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.143;
  font-weight: 500;
}
.mainFooter-inner .footer-bottom.footer-main-is-hide {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}
.mainFooter-inner .footer-bottom a {
  color: #1A171A;
}
@media (min-width: 768px) {
  .mainFooter-inner {
    text-align: left;
  }
  .mainFooter-inner .l-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mainFooter-inner .l-third:first-child() {
    align-self: center;
  }
  .mainFooter-inner .nav {
    margin-left: 30px;
  }
  .mainFooter-inner .nav--social {
    margin-left: auto;
  }
  .mainFooter-inner .nav--social a + a {
    margin-left: 10px;
  }
  .mainFooter-inner .footer-bottom {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .mainFooter-inner .nav {
    margin-left: 60px;
  }
  .mainFooter-inner .footer-bottom .nav {
    margin-left: 30px;
  }
}

/* ==========================================================================
   Wp Default
   ========================================================================== */
.wp-block-image {
  align-self: center;
  border-radius: 6px;
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft {
  align-self: flex-start;
}
.wp-block-image.alignright {
  align-self: flex-end;
}

.wp-block-table th,
.wp-block-table td {
  padding: 30px 20px;
  border: none;
}
.wp-block-table .wp-element-caption {
  color: #757575;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.286;
}

@media (max-width: 768px) {
  .wp-block-table td:first-child {
    border-right: 1px solid #E0E0E0;
  }
}
/* ==========================================================================
   Header hidden
   ========================================================================== */
.is-headerHidden .mainHeader {
  transform: translateY(-100%);
}

.site-logo {
  display: flex;
  align-self: center;
  justify-content: center;
}
.site-logo a {
  display: flex;
  align-self: center;
  justify-content: center;
}
.site-logo img {
  display: block;
  width: 170px;
  margin-left: -20px;
}

/* ==========================================================================
   Global
   ========================================================================== */
.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
@media screen and (max-width: 768px) {
  .alignleft {
    float: none;
    margin: 0 0 15px 0;
  }
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
@media screen and (max-width: 768px) {
  .alignright {
    float: none;
    margin: 0 0 15px 0;
  }
}

.aligncenter {
  margin: 15px auto;
}

.alignnone {
  margin: 15px 0;
}

/* ==========================================================================
   Légende
   ========================================================================== */
.wp-caption {
  position: relative;
  line-height: 0;
}
.wp-caption p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 6px 10px;
  line-height: 1.1;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
   Carte
   ========================================================================== */
.map {
  margin-bottom: 30px;
  min-height: 300px;
}

div.fancybox__slide {
  overflow-x: hidden;
}

/* ==========================================================================
   TITRES
   ========================================================================== */
h1,
h2,
h3,
h4,
.title--h1,
.title--h2,
.title--h3,
.title--h4 {
  margin: 0 0 15px;
  font-weight: 700;
}
h1.has-separator,
h2.has-separator,
h3.has-separator,
h4.has-separator,
.title--h1.has-separator,
.title--h2.has-separator,
.title--h3.has-separator,
.title--h4.has-separator {
  position: relative;
  margin-bottom: 50px;
}
h1.has-separator:after,
h2.has-separator:after,
h3.has-separator:after,
h4.has-separator:after,
.title--h1.has-separator:after,
.title--h2.has-separator:after,
.title--h3.has-separator:after,
.title--h4.has-separator:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 10px;
  width: 80px;
  margin-top: 20px;
  background: #E2001A;
}
@media (min-width: 1024px) {
  h1,
  h2,
  h3,
  h4,
  .title--h1,
  .title--h2,
  .title--h3,
  .title--h4 {
    margin-bottom: 20px;
  }
}

h1,
.title--h1 {
  position: relative;
  margin-bottom: 50px;
  color: #1A171A;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.2;
}
h1:after,
.title--h1:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 10px;
  width: 80px;
  margin-top: 20px;
  background: #E2001A;
}
@media (min-width: 1024px) {
  h1,
  .title--h1 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

h2,
.title--h2 {
  margin-bottom: 20px;
  color: #1A171A;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
}
h2.has-separator:after,
.title--h2.has-separator:after {
  width: 60px;
}
@media (min-width: 1024px) {
  h2,
  .title--h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

h3,
.title--h3 {
  color: #1A171A;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  h3,
  .title--h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h4,
.title--h4 {
  margin-bottom: 20px;
  color: #1A171A;
  font-size: 20px;
  font-size: 1.25rem;
}

/**
 * Styleguide Boutons
 * $desc         Module boutons
 * $name         btn.less
 * $author       KB, MM
 * $tested       Firefox
 * $requires     config.less
 */
/*
Style générique des boutons de mon site

Markup: <button class="btn $modifierClass">Bouton</button>

:hover, :focus, :active - Bouton au survol
:disabled               - Bouton désactivé

Styleguide Boutons - 1. Bouton standard
*/
.btn, .block--comments .form-submit button,
.wp-block-button__link,
input[type=submit],
input[type=button] {
  position: relative;
  display: inline-block;
  padding: 14px 20px;
  color: #E2001A;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #E0E0E0;
  border-radius: 25px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.25s ease-in-out;
  line-height: 1;
}
.btn:focus, .block--comments .form-submit button:focus, .btn:active, .block--comments .form-submit button:active, .btn:hover, .block--comments .form-submit button:hover, .l-overlay:hover .btn, .l-overlay:hover .block--comments .form-submit button, .block--comments .form-submit .l-overlay:hover button,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-block-button__link:hover,
.l-overlay:hover .wp-block-button__link,
input[type=submit]:focus,
input[type=submit]:active,
input[type=submit]:hover,
.l-overlay:hover input[type=submit],
input[type=button]:focus,
input[type=button]:active,
input[type=button]:hover,
.l-overlay:hover input[type=button] {
  color: #fff;
  background: #E2001A;
  border-color: #E2001A;
}
.btn[disabled], .block--comments .form-submit button[disabled], .btn:disabled, .block--comments .form-submit button:disabled,
.wp-block-button__link[disabled],
.wp-block-button__link:disabled,
input[type=submit][disabled],
input[type=submit]:disabled,
input[type=button][disabled],
input[type=button]:disabled {
  opacity: 0.5;
  cursor: default;
}
.btn + .btn, .block--comments .form-submit button + .btn, .block--comments .form-submit .btn + button, .block--comments .form-submit button + button,
.btn + .wp-block-button__link,
.block--comments .form-submit button + .wp-block-button__link,
.btn + input[type=submit],
.block--comments .form-submit button + input[type=submit],
.btn + input[type=button],
.block--comments .form-submit button + input[type=button],
.wp-block-button__link + .btn,
.block--comments .form-submit .wp-block-button__link + button,
.wp-block-button__link + .wp-block-button__link,
.wp-block-button__link + input[type=submit],
.wp-block-button__link + input[type=button],
input[type=submit] + .btn,
.block--comments .form-submit input[type=submit] + button,
input[type=submit] + .wp-block-button__link,
input[type=submit] + input[type=submit],
input[type=submit] + input[type=button],
input[type=button] + .btn,
.block--comments .form-submit input[type=button] + button,
input[type=button] + .wp-block-button__link,
input[type=button] + input[type=submit],
input[type=button] + input[type=button] {
  margin-left: 15px;
}
.single-body .btn:hover, .wp-editor .btn:hover, .single-body .block--comments .form-submit button:hover, .wp-editor .block--comments .form-submit button:hover, .block--comments .form-submit .single-body button:hover, .block--comments .form-submit .wp-editor button:hover,
.single-body .wp-block-button__link:hover,
.wp-editor .wp-block-button__link:hover,
.single-body input[type=submit]:hover,
.wp-editor input[type=submit]:hover,
.single-body input[type=button]:hover,
.wp-editor input[type=button]:hover {
  text-decoration: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

/* ==========================================================================
   PRIMARY
   ========================================================================== */
.btn--primary, .block--comments .form-submit button,
.wp-block-button__link,
input[type=submit],
input[type=button] {
  color: #FFFFFF;
  background: #E2001A;
  background: -webkit-linear-gradient(left, #E2001A 0%, #E2001A 100%);
  background: linear-gradient(to right, #E2001A 0%, #E2001A 100%);
  border: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.btn--primary:focus, .block--comments .form-submit button:focus, .btn--primary:active, .block--comments .form-submit button:active, .btn--primary:hover, .block--comments .form-submit button:hover, .l-overlay:hover .btn--primary, .l-overlay:hover .block--comments .form-submit button, .block--comments .form-submit .l-overlay:hover button,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-block-button__link:hover,
.l-overlay:hover .wp-block-button__link,
input[type=submit]:focus,
input[type=submit]:active,
input[type=submit]:hover,
.l-overlay:hover input[type=submit],
input[type=button]:focus,
input[type=button]:active,
input[type=button]:hover,
.l-overlay:hover input[type=button] {
  background: #E2001A;
  background: -webkit-linear-gradient(left, #E2001A 0%, #E2001A 100%);
  background: linear-gradient(to right, #E2001A 0%, #E2001A 100%);
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.btn--primary.is-external, .block--comments .form-submit button.is-external,
.wp-block-button__link.is-external,
input[type=submit].is-external,
input[type=button].is-external {
  padding-left: 45px;
}
.btn--primary.is-external:after, .block--comments .form-submit button.is-external:after,
.wp-block-button__link.is-external:after,
input[type=submit].is-external:after,
input[type=button].is-external:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  height: 12px;
  width: 13px;
  background: url("../images/svg/icon-external.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.25s ease-in-out;
}
.btn--primary.is-external.is-white:after, .block--comments .form-submit button.is-external.is-white:after,
.wp-block-button__link.is-external.is-white:after,
input[type=submit].is-external.is-white:after,
input[type=button].is-external.is-white:after {
  background: url("../images/svg/icon-external-black.svg") no-repeat center;
  background-size: contain;
}
.btn--primary.is-white, .block--comments .form-submit button.is-white,
.wp-block-button__link.is-white,
input[type=submit].is-white,
input[type=button].is-white {
  color: #1A171A;
  background: #FFFFFF;
}
.btn--primary.is-white:focus, .block--comments .form-submit button.is-white:focus, .btn--primary.is-white:active, .block--comments .form-submit button.is-white:active, .btn--primary.is-white:hover, .block--comments .form-submit button.is-white:hover, .l-overlay:hover .btn--primary.is-white, .l-overlay:hover .block--comments .form-submit button.is-white, .block--comments .form-submit .l-overlay:hover button.is-white,
.wp-block-button__link.is-white:focus,
.wp-block-button__link.is-white:active,
.wp-block-button__link.is-white:hover,
.l-overlay:hover .wp-block-button__link.is-white,
input[type=submit].is-white:focus,
input[type=submit].is-white:active,
input[type=submit].is-white:hover,
.l-overlay:hover input[type=submit].is-white,
input[type=button].is-white:focus,
input[type=button].is-white:active,
input[type=button].is-white:hover,
.l-overlay:hover input[type=button].is-white {
  background: #FFFFFF;
}
.btn--primary.is-black, .block--comments .form-submit button.is-black,
.wp-block-button__link.is-black,
input[type=submit].is-black,
input[type=button].is-black {
  background: #1A171A;
}
.btn--primary.is-bordered, .block--comments .form-submit button.is-bordered, div.is-style-outline .btn--primary.wp-element-button:not(.has-text-color), div.is-style-outline .block--comments .form-submit button.wp-element-button:not(.has-text-color), .block--comments .form-submit div.is-style-outline button.wp-element-button:not(.has-text-color),
.wp-block-button__link.is-bordered,
div.is-style-outline .wp-block-button__link.wp-element-button:not(.has-text-color),
input[type=submit].is-bordered,
div.is-style-outline input[type=submit].wp-element-button:not(.has-text-color),
input[type=button].is-bordered,
div.is-style-outline input[type=button].wp-element-button:not(.has-text-color) {
  color: #880000;
  background: none;
  border: 1px solid #880000;
  border-style: inset;
}
.btn--primary.is-bordered:after, .block--comments .form-submit button.is-bordered:after, div.is-style-outline .btn--primary.wp-element-button:not(.has-text-color):after, div.is-style-outline .block--comments .form-submit button.wp-element-button:not(.has-text-color):after, .block--comments .form-submit div.is-style-outline button.wp-element-button:not(.has-text-color):after,
.wp-block-button__link.is-bordered:after,
div.is-style-outline .wp-block-button__link.wp-element-button:not(.has-text-color):after,
input[type=submit].is-bordered:after,
div.is-style-outline input[type=submit].wp-element-button:not(.has-text-color):after,
input[type=button].is-bordered:after,
div.is-style-outline input[type=button].wp-element-button:not(.has-text-color):after {
  background: url("../images/svg/icon-external-red.svg") no-repeat center;
  background-size: contain;
}
.btn--primary.is-bordered.is-white, .block--comments .form-submit button.is-bordered.is-white, div.is-style-outline .btn--primary.wp-element-button:not(.has-text-color).is-white, div.is-style-outline .block--comments .form-submit button.wp-element-button:not(.has-text-color).is-white, .block--comments .form-submit div.is-style-outline button.wp-element-button:not(.has-text-color).is-white,
.wp-block-button__link.is-bordered.is-white,
div.is-style-outline .wp-block-button__link.wp-element-button:not(.has-text-color).is-white,
input[type=submit].is-bordered.is-white,
div.is-style-outline input[type=submit].wp-element-button:not(.has-text-color).is-white,
input[type=button].is-bordered.is-white,
div.is-style-outline input[type=button].wp-element-button:not(.has-text-color).is-white {
  background: #FFFFFF;
}
.btn--primary.is-phone, .block--comments .form-submit button.is-phone,
.wp-block-button__link.is-phone,
input[type=submit].is-phone,
input[type=button].is-phone {
  padding-left: 45px;
}
.btn--primary.is-phone:after, .block--comments .form-submit button.is-phone:after,
.wp-block-button__link.is-phone:after,
input[type=submit].is-phone:after,
input[type=button].is-phone:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  height: 12px;
  width: 12px;
  background: url("../images/svg/icon-phone.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.25s ease-in-out;
}

/* ==========================================================================
   Secondary
   ========================================================================== */
.btn--secondary {
  color: #1A171A;
  background: #FFFFFF;
  border: none;
  border-radius: 6px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}
.btn--secondary:focus, .btn--secondary:active, .btn--secondary:hover, .btn--secondary.is-active {
  color: #1A171A;
  background: #FFFFFF;
}
.btn--secondary:hover, .btn--secondary.is-active {
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.btn--secondary.is-filters {
  padding-left: 45px;
}
.btn--secondary.is-filters:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  height: 12px;
  width: 18px;
  background: url("../images/svg/icon-filter.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.25s ease-in-out;
}

/* ==========================================================================
   Ternary
   ========================================================================== */
.btn--ternary {
  padding: 10px;
  padding-right: 20px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.286;
  font-weight: 500;
}
.btn--ternary:before, .btn--ternary:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 7px;
  background: #E2001A;
  border-radius: 2px;
  transition: 0.25s ease-in-out;
}
.btn--ternary:before {
  transform: rotate(45deg) translateY(-3px);
}
.btn--ternary:after {
  transform: rotate(-45deg) translateY(3px);
}
.btn--ternary:focus, .btn--ternary:active, .btn--ternary:hover, .l-overlay:hover .btn--ternary {
  color: #E2001A;
  background: none;
}
.btn--ternary:focus:before, .btn--ternary:focus:after, .btn--ternary:active:before, .btn--ternary:active:after, .btn--ternary:hover:before, .btn--ternary:hover:after, .l-overlay:hover .btn--ternary:before, .l-overlay:hover .btn--ternary:after {
  right: 2px;
}

/* ==========================================================================
   PLAY
   ========================================================================== */
.btn--play {
  min-height: 45px;
  min-width: 45px;
  background: #E2001A;
  border: none;
  border-radius: 50%;
}
.btn--play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 20px;
  margin-left: 1px;
  background: url("../images/svg/icon-play.svg") no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.btn--play:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .btn--play {
    min-height: 70px;
    min-width: 70px;
  }
  .btn--play:after {
    width: 25px;
    height: 32px;
  }
}

.card {
  display: block;
  position: relative;
  height: 100%;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
.card .card-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.card .card-icon {
  width: 42px;
  margin-bottom: 10px;
}
.card .card-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}
.card .card-text ul li {
  position: relative;
  padding-left: 26px;
}
.card .card-text ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  height: 6px;
  width: 6px;
  background: #E2001A;
  border-radius: 50%;
}
.card .card-text ul li + li {
  margin-top: 5px;
}
.card .card-text.is-secondary {
  color: #757575;
}
.card.is-secondary {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.card.is-secondary.item-link:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

/**
 * Styleguide Formulaire
 * $desc         Module formulaire
 * $name         form.less
 * $author       KB, MM
 * $tested       Firefox
 * $requires     config.less
 */
/*
Champs de base d'un formulaire

Styleguide Formulaire - 1. Champs de base
*/
textarea,
select,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
div.vsb-main button {
  display: block;
  padding: 9px 12px;
  width: 100%;
  border: 1px solid #C2C2C2;
  border-radius: 6px;
  color: #616161;
  background-color: #FFFFFF;
  min-height: 40px;
  box-sizing: border-box;
}
textarea[disabled], textarea:disabled,
select[disabled],
select:disabled,
input[type=text][disabled],
input[type=text]:disabled,
input[type=password][disabled],
input[type=password]:disabled,
input[type=email][disabled],
input[type=email]:disabled,
input[type=search][disabled],
input[type=search]:disabled,
input[type=tel][disabled],
input[type=tel]:disabled,
input[type=url][disabled],
input[type=url]:disabled,
input[type=number][disabled],
input[type=number]:disabled,
div.vsb-main button[disabled],
div.vsb-main button:disabled {
  opacity: 0.5;
  cursor: default;
}
textarea:focus,
select:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus,
div.vsb-main button:focus {
  border-color: #757575;
}
textarea::placeholder,
select::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
div.vsb-main button::placeholder {
  color: #ACACAC;
}

textarea {
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: normal;
}

label {
  display: block;
  margin-bottom: 6px;
}

select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 2px);
  background-position-y: 10px;
  background-size: 19px;
}

button[type=submit].nostyle {
  background: none;
  border: none;
}

input[type=search] {
  border-color: #E0E0E0;
  border-radius: 99px;
}

/* ==========================================================================
   Form client
   ========================================================================== */
.wpcf7 .form-item .required {
  color: #d9534f;
}
.wpcf7 .form-item .wpcf7-not-valid-tip {
  text-align: right;
  font-size: 0.85em;
  font-style: italic;
  color: #d9534f;
}
.wpcf7 .wpcf7-select {
  cursor: pointer;
}
.wpcf7 .wpcf7-submit {
  min-width: 130px;
}
.wpcf7 .wpcf7-display-none,
.wpcf7 .screen-reader-response {
  display: none;
}
/* ==========================================================================
   Primaire
   ========================================================================== */
.form--primary {
  /*multiple select*/
}
.form--primary a {
  text-decoration: underline;
}
.form--primary .l-wrapper {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.form--primary .l-half,
.form--primary .l-full {
  padding: 0 7.5px;
}
.form--primary .l-half + .l-half {
  margin-top: 0;
}
.form--primary .form-item {
  margin-bottom: 15px;
}
.form--primary .form-title {
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.182;
  font-weight: 700;
}
.form--primary .form-item {
  position: relative;
}
.form--primary .form-item.is-center {
  text-align: center;
  margin-bottom: 0;
}
.form--primary .form-item.is-right {
  text-align: right;
  margin-bottom: 0;
}
.form--primary .item-label {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.form--primary .form-notice {
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
}
.form--primary .btn-container {
  position: relative;
  display: inline-block;
  margin-top: 30px;
}
.form--primary .btn-container .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.form--primary .check-icon .wpcf7-list-item,
.form--primary .wpcf7-acceptance .wpcf7-list-item {
  position: relative;
  margin-left: 0;
  margin-top: 6px;
  margin-bottom: 6px;
}
.form--primary .check-icon .wpcf7-list-item label,
.form--primary .wpcf7-acceptance .wpcf7-list-item label {
  margin: 0;
}
.form--primary .check-icon .wpcf7-list-item input[type=checkbox],
.form--primary .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
}
.form--primary .check-icon .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label,
.form--primary .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label {
  content: "non";
}
.form--primary .check-icon .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label:before,
.form--primary .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background: #ED5052;
  border: 1px solid #ED5052;
}
.form--primary .check-icon .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label:after,
.form--primary .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
  opacity: 1;
}
.form--primary .check-icon .wpcf7-list-item .wpcf7-list-item-label,
.form--primary .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  padding-left: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  min-width: 20px;
}
.form--primary .check-icon .wpcf7-list-item .wpcf7-list-item-label:before,
.form--primary .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  content: "";
  height: 20px;
  width: 20px;
  margin-top: -1px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  transform: translateY(-50%);
  transition: 0.25s ease-in-out;
}
.form--primary .check-icon .wpcf7-list-item .wpcf7-list-item-label:after,
.form--primary .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 9px;
  height: 8px;
  width: 10px;
  left: 5px;
  background: url("../images/svg/icon-check-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.25s ease-in-out;
}
.form--primary .check-icon.l-3,
.form--primary .wpcf7-acceptance.l-3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.form--primary .check-icon.l-3 .wpcf7-list-item,
.form--primary .wpcf7-acceptance.l-3 .wpcf7-list-item {
  min-width: calc(33.33% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  width: 100px;
}
.form--primary .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  color: #757575;
}
.form--primary .vsb-main {
  width: 100%;
}
.form--primary .vsb-main button {
  text-align: left;
}
.form--primary .vsb-main .vsb-menu {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
}
.form--primary .vsb-main .vsb-menu li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
}
.form--primary .vsb-main .vsb-menu li:hover {
  background: #F5F5F5;
}
.form--primary .vsb-main .vsb-menu .multi li {
  position: relative;
}
.form--primary .vsb-main .vsb-menu .multi li:not(.grouped-option):before {
  height: 20px;
  width: 20px;
  margin-top: -1px;
  margin-right: 10px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  /*transition: .25s ease-in-out;*/
}
.form--primary .vsb-main .vsb-menu .multi li:not(.grouped-option):after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 14px;
  height: 8px;
  width: 10px;
  left: 9px;
  background: url("../images/svg/icon-check-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translateY(-50%);
  /*transition: .25s ease-in-out;*/
}
.form--primary .vsb-main .vsb-menu .multi li:not(.grouped-option).active:before {
  background: #ED5052;
  border: 1px solid #ED5052;
}
.form--primary .vsb-main .vsb-menu .multi li:not(.grouped-option).active:after {
  opacity: 1;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (max-width: 529px) {
  .tac_iframe {
    min-height: 520px !important;
  }
  .tac_iframe iframe.podcast {
    min-height: 520px;
  }
}

/* ==========================================================================
   Contact
   ========================================================================== */
/* ==========================================================================
   Hub
   ========================================================================== */
.page-template-page-hub .single-hub {
  padding-bottom: 60px;
}
.page-template-page-hub .hub-categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
}
.page-template-page-hub .categories-title {
  margin-right: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-template-page-hub .hub-categories {
    justify-content: flex-start;
  }
}

/* ==========================================================================
   404
   ========================================================================== */
.error404 .single-body, .error404 .wp-editor {
  padding-bottom: 90px;
}
.error404 .single-body .btn-container, .error404 .wp-editor .btn-container {
  margin-top: 30px;
}

/* ==========================================================================
   Contact
   ========================================================================== */
.page-template-page-contact .main {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-template-page-contact .main {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-contact .main {
    margin-bottom: 90px;
  }
}
.page-template-page-contact .block--list-icons {
  max-width: 1030px;
}
.page-template-page-contact .block--list-icons .block-title.is-centered,
.page-template-page-contact .block--list-icons .block-subtitle.is-centered {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

/* ==========================================================================
   Emission
   ========================================================================== */
.page-template-page-emission .block--header .l-wrapper {
  padding-top: 30px;
}
.page-template-page-emission .block--header .nav--breadcrumb {
  display: none;
}
.page-template-page-emission .block--header.is-image .block-separator {
  display: none;
}
.page-template-page-emission .block--header-contact {
  margin-top: 60px;
}
.page-template-page-emission .block--header-contact .block-subtitle {
  display: none;
}
.page-template-page-emission .block--header-contact > .row > .l-wrapper > .l-half {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .page-template-page-emission .block--header-contact .half-image {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .page-template-page-emission .block--header .l-wrapper {
    padding-top: 60px;
  }
  .page-template-page-emission .block--header.is-image img {
    max-height: 200px;
    margin: 0 auto;
  }
  .page-template-page-emission .block--header-contact {
    margin-top: 90px;
  }
  .page-template-page-emission .block--header-contact .block-subtitle {
    display: inline-block;
  }
}

body.page-template-page-geoloc .mainHeader-inner .btn-entreprendre, .page-template-page-campagne-regionale .mainHeader-inner .btn-entreprendre {
  min-width: 225px;
  display: flex;
  justify-content: center;
}
body.page-template-page-geoloc .row.cta, .page-template-page-campagne-regionale .row.cta {
  display: flex;
  justify-content: center;
}
body.page-template-page-geoloc .caret, .page-template-page-campagne-regionale .caret {
  margin-top: 0px !important;
  top: 20px !important;
}
body.page-template-page-geoloc .main, .page-template-page-campagne-regionale .main {
  padding-top: 80px;
}
body.page-template-page-geoloc .vsb-main .title, .page-template-page-campagne-regionale .vsb-main .title {
  margin-bottom: inherit;
  display: inherit;
}
body.page-template-page-geoloc .wp-block-separator, .page-template-page-campagne-regionale .wp-block-separator {
  border: 0.5px solid black;
  opacity: 0.5;
}
body.page-template-page-geoloc h3.wp-block-heading, body.page-template-page-geoloc p.has-text-align-center, .page-template-page-campagne-regionale h3.wp-block-heading, .page-template-page-campagne-regionale p.has-text-align-center {
  max-width: 750px;
  margin: auto;
}
body.page-template-page-geoloc h3.wp-block-heading, .page-template-page-campagne-regionale h3.wp-block-heading {
  margin-top: 80px;
  margin-bottom: 20px;
}
body.page-template-page-geoloc section.hero, .page-template-page-campagne-regionale section.hero {
  background-color: whitesmoke;
  width: 100vw;
  height: 400px;
  position: relative;
}
@media (max-width: 768px) {
  body.page-template-page-geoloc section.hero, .page-template-page-campagne-regionale section.hero {
    display: none;
  }
}
body.page-template-page-geoloc section.hero picture img, body.page-template-page-geoloc section.hero img, .page-template-page-campagne-regionale section.hero picture img, .page-template-page-campagne-regionale section.hero img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0px;
  object-fit: cover;
  object-position: center;
}
body.page-template-page-geoloc .row.formulaire, .page-template-page-campagne-regionale .row.formulaire {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.page-template-page-geoloc .thanks, .page-template-page-campagne-regionale .thanks {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
body.page-template-page-geoloc .thanks .title, .page-template-page-campagne-regionale .thanks .title {
  margin-bottom: 50px;
}
body.page-template-page-geoloc .thanks p, .page-template-page-campagne-regionale .thanks p {
  max-width: 900px;
  margin: auto;
  margin-bottom: 10px;
}
body.page-template-page-geoloc .title, .page-template-page-campagne-regionale .title {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  body.page-template-page-geoloc .title, .page-template-page-campagne-regionale .title {
    margin-bottom: 75px;
  }
}
body.page-template-page-geoloc .title h1, .page-template-page-campagne-regionale .title h1 {
  text-align: center;
  align-items: center;
  display: flex;
  margin: auto;
}
@media (max-width: 768px) {
  body.page-template-page-geoloc .title h1, .page-template-page-campagne-regionale .title h1 {
    font-size: 30px;
  }
}
body.page-template-page-geoloc .title h1:after, .page-template-page-campagne-regionale .title h1:after {
  left: calc(50% - 40px);
}
body.page-template-page-geoloc section.introduction, .page-template-page-campagne-regionale section.introduction {
  background-color: #F5F5F5;
  padding-top: 60px;
  padding-bottom: 60px;
}
body.page-template-page-geoloc section.introduction .introduction-title, .page-template-page-campagne-regionale section.introduction .introduction-title {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  body.page-template-page-geoloc section.introduction .introduction-title, .page-template-page-campagne-regionale section.introduction .introduction-title {
    margin-bottom: 75px;
  }
}
body.page-template-page-geoloc section.introduction .introduction-title h1, .page-template-page-campagne-regionale section.introduction .introduction-title h1 {
  text-align: center;
  align-items: center;
  display: flex;
  margin: auto;
}
@media (max-width: 768px) {
  body.page-template-page-geoloc section.introduction .introduction-title h1, .page-template-page-campagne-regionale section.introduction .introduction-title h1 {
    font-size: 30px;
  }
}
body.page-template-page-geoloc section.introduction .introduction-title h1:after, .page-template-page-campagne-regionale section.introduction .introduction-title h1:after {
  left: calc(50% - 40px);
}
body.page-template-page-geoloc section.introduction .infos, .page-template-page-campagne-regionale section.introduction .infos {
  display: flex;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body.page-template-page-geoloc section.introduction .infos, .page-template-page-campagne-regionale section.introduction .infos {
    gap: 40px;
  }
}
body.page-template-page-geoloc section.introduction .infos p, .page-template-page-campagne-regionale section.introduction .infos p {
  font-weight: 700;
  font-size: 1.5em;
  text-align: center;
}
body.page-template-page-geoloc section.introduction .infos .enseigne, body.page-template-page-geoloc section.introduction .infos .localisation, .page-template-page-campagne-regionale section.introduction .infos .enseigne, .page-template-page-campagne-regionale section.introduction .infos .localisation {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  body.page-template-page-geoloc section.introduction .infos .enseigne, body.page-template-page-geoloc section.introduction .infos .localisation, .page-template-page-campagne-regionale section.introduction .infos .enseigne, .page-template-page-campagne-regionale section.introduction .infos .localisation {
    width: 100%;
  }
}
body.page-template-page-geoloc section.introduction .infos .enseigne .logo-enseigne, body.page-template-page-geoloc section.introduction .infos .enseigne .picto, body.page-template-page-geoloc section.introduction .infos .localisation .logo-enseigne, body.page-template-page-geoloc section.introduction .infos .localisation .picto, .page-template-page-campagne-regionale section.introduction .infos .enseigne .logo-enseigne, .page-template-page-campagne-regionale section.introduction .infos .enseigne .picto, .page-template-page-campagne-regionale section.introduction .infos .localisation .logo-enseigne, .page-template-page-campagne-regionale section.introduction .infos .localisation .picto {
  height: 80px;
}
body.page-template-page-geoloc section.introduction .infos .enseigne .logo-enseigne img, body.page-template-page-geoloc section.introduction .infos .enseigne .picto img, body.page-template-page-geoloc section.introduction .infos .localisation .logo-enseigne img, body.page-template-page-geoloc section.introduction .infos .localisation .picto img, .page-template-page-campagne-regionale section.introduction .infos .enseigne .logo-enseigne img, .page-template-page-campagne-regionale section.introduction .infos .enseigne .picto img, .page-template-page-campagne-regionale section.introduction .infos .localisation .logo-enseigne img, .page-template-page-campagne-regionale section.introduction .infos .localisation .picto img {
  height: 100% !important;
}
body.page-template-page-geoloc section.introduction .infos .enseigne p, body.page-template-page-geoloc section.introduction .infos .localisation p, .page-template-page-campagne-regionale section.introduction .infos .enseigne p, .page-template-page-campagne-regionale section.introduction .infos .localisation p {
  margin-bottom: 20px;
}
body.page-template-page-geoloc section.introduction .infos .enseigne picture img, .page-template-page-campagne-regionale section.introduction .infos .enseigne picture img {
  max-width: 400px;
}
@media (max-width: 768px) {
  body.page-template-page-geoloc section.introduction .infos .enseigne picture img, .page-template-page-campagne-regionale section.introduction .infos .enseigne picture img {
    max-width: 300px;
  }
}
body.page-template-page-geoloc section.introduction .infos .localisation div.content, .page-template-page-campagne-regionale section.introduction .infos .localisation div.content {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  body.page-template-page-geoloc section.introduction .infos .localisation div.content img, .page-template-page-campagne-regionale section.introduction .infos .localisation div.content img {
    width: 50px;
  }
}
body.page-template-page-geoloc section.introduction .infos .localisation div.content span, .page-template-page-campagne-regionale section.introduction .infos .localisation div.content span {
  font-size: 22px;
  font-weight: 600;
  color: #E2001A;
}
body.page-template-page-geoloc section.introduction .statistics, .page-template-page-campagne-regionale section.introduction .statistics {
  margin-top: 40px;
}
body.page-template-page-geoloc section.introduction .statistics h2, .page-template-page-campagne-regionale section.introduction .statistics h2 {
  text-align: center;
  font-size: 22px;
}
body.page-template-page-geoloc section.introduction .statistics .row.content, .page-template-page-campagne-regionale section.introduction .statistics .row.content {
  display: flex;
  gap: 80px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body.page-template-page-geoloc section.introduction .statistics .row.content, .page-template-page-campagne-regionale section.introduction .statistics .row.content {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-geoloc section.introduction .statistics .row.content .item, .page-template-page-campagne-regionale section.introduction .statistics .row.content .item {
    width: 50%;
  }
}
body.page-template-page-geoloc section.introduction .statistics .row.content p, .page-template-page-campagne-regionale section.introduction .statistics .row.content p {
  text-align: center;
  font-size: 22px;
  color: #E2001A;
  font-weight: 600;
}
body.page-template-page-geoloc section.introduction .statistics .row.content p strong, .page-template-page-campagne-regionale section.introduction .statistics .row.content p strong {
  font-size: 36px;
  font-weight: 600;
}
body.page-template-page-geoloc section.introduction .row--small, .page-template-page-campagne-regionale section.introduction .row--small {
  padding-top: 0;
  padding-bottom: 0;
}
body.page-template-page-geoloc section.introduction .row.cta, .page-template-page-campagne-regionale section.introduction .row.cta {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-page-geoloc section.emplacement, .page-template-page-campagne-regionale section.emplacement {
  background-color: white;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  body.page-template-page-geoloc section.emplacement, .page-template-page-campagne-regionale section.emplacement {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.page-template-page-geoloc section.emplacement .content-inner, .page-template-page-campagne-regionale section.emplacement .content-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.page-template-page-geoloc section.emplacement .content-inner .content, body.page-template-page-geoloc section.emplacement .content-inner .map-container, .page-template-page-campagne-regionale section.emplacement .content-inner .content, .page-template-page-campagne-regionale section.emplacement .content-inner .map-container {
  width: 50%;
}
@media (max-width: 768px) {
  body.page-template-page-geoloc section.emplacement .content-inner .content, body.page-template-page-geoloc section.emplacement .content-inner .map-container, .page-template-page-campagne-regionale section.emplacement .content-inner .content, .page-template-page-campagne-regionale section.emplacement .content-inner .map-container {
    width: 100%;
  }
}
body.page-template-page-geoloc section.emplacement .content-inner .content, .page-template-page-campagne-regionale section.emplacement .content-inner .content {
  padding-right: 40px;
}
body.page-template-page-geoloc section.emplacement .content-inner .content p, .page-template-page-campagne-regionale section.emplacement .content-inner .content p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #616161;
}
body.page-template-page-geoloc section.emplacement .content-inner .content p strong, .page-template-page-campagne-regionale section.emplacement .content-inner .content p strong {
  color: black;
}
body.page-template-page-geoloc section.emplacement .content-inner .content .button, .page-template-page-campagne-regionale section.emplacement .content-inner .content .button {
  margin-top: 20px;
}
body.page-template-page-geoloc section.emplacement .content-inner .image-container, .page-template-page-campagne-regionale section.emplacement .content-inner .image-container {
  margin-top: 20px;
  width: 50%;
  height: 300px;
}
@media (max-width: 768px) {
  body.page-template-page-geoloc section.emplacement .content-inner .image-container, .page-template-page-campagne-regionale section.emplacement .content-inner .image-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.page-template-page-geoloc section.emplacement .content-inner .map-container, body.page-template-page-geoloc section.emplacement .content-inner .image-container, .page-template-page-campagne-regionale section.emplacement .content-inner .map-container, .page-template-page-campagne-regionale section.emplacement .content-inner .image-container {
    margin-top: 40px;
  }
}
body.page-template-page-geoloc section.emplacement .content-inner .map-container img, body.page-template-page-geoloc section.emplacement .content-inner .image-container img, .page-template-page-campagne-regionale section.emplacement .content-inner .map-container img, .page-template-page-campagne-regionale section.emplacement .content-inner .image-container img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}
body.page-template-page-geoloc section.emplacement .content-inner .map-container #map, body.page-template-page-geoloc section.emplacement .content-inner .image-container #map, .page-template-page-campagne-regionale section.emplacement .content-inner .map-container #map, .page-template-page-campagne-regionale section.emplacement .content-inner .image-container #map {
  width: 100%;
  height: 350px;
  background-color: grey;
  border-radius: 6px;
  overflow: hidden;
}
body.page-template-page-geoloc section.emplacement .proximite, .page-template-page-campagne-regionale section.emplacement .proximite {
  text-align: center;
}
@media (max-width: 768px) {
  body.page-template-page-geoloc section.emplacement .proximite, .page-template-page-campagne-regionale section.emplacement .proximite {
    margin-top: 40px;
  }
}
body.page-template-page-geoloc section.emplacement .proximite h2, .page-template-page-campagne-regionale section.emplacement .proximite h2 {
  margin-bottom: 20px;
}
body.page-template-page-geoloc section.emplacement .proximite p, .page-template-page-campagne-regionale section.emplacement .proximite p {
  margin-bottom: 20px;
  font-weight: 400;
  color: #616161;
  max-width: 900px;
  text-align: center;
  margin: auto;
}
body.page-template-page-geoloc section.emplacement .proximite p strong, .page-template-page-campagne-regionale section.emplacement .proximite p strong {
  color: black;
}

body.page-template-page-campagne-regionale section.emplacement {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
body.page-template-page-campagne-regionale .block.block--list-icons {
  padding-top: 45px;
}

/* ==========================================================================
   Global
   ========================================================================== */
.list-item {
  position: relative;
}
.list-item .item-wrapper {
  position: relative;
}
.list-item .item-image {
  position: relative;
}
.list-item .item-image img {
  display: block;
}
.list-item .item-title {
  margin-bottom: 7.5px;
  color: #1A171A;
  font-size: 16px;
  font-size: 1rem;
}
.list-item .item-title a {
  color: inherit;
}
.list-item .item-body {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
}
/* ==========================================================================
   Principale
   ========================================================================== */
.list--primary {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.list--primary .list-item {
  padding: 10px;
  width: 100%;
  /*max-width: 295px;*/
}

/* ==========================================================================
   Secondaire
   ========================================================================== */
.list--secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.list--secondary .list-item {
  margin: 10px 5px;
}
.list--secondary .item-link {
  display: block;
  transform: 0.25s ease-in-out;
}
.list--secondary .item-link:hover {
  transform: translateY(-3px);
}
@media (min-width: 768px) {
  .list--secondary .list-item {
    margin: 15px;
  }
}

/* ==========================================================================
   Gallery
   ========================================================================== */
.list--gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -5px;
}
.list--gallery .list-item {
  padding: 5px;
  cursor: pointer;
}
.list--gallery .list-item:first-child {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list--gallery .list-item:first-child figure:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.74%, rgba(0, 0, 0, 0.7) 100%);
}
.list--gallery .list-item:not(:first-child) {
  max-width: 33.33%;
}
.list--gallery img {
  display: block;
}
.list--gallery figure {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.list--gallery figcaption {
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 30px;
  color: #FFFFFF;
  font-weight: 400;
  z-index: 10;
}
@media (min-width: 1200px) {
  .list--gallery {
    flex-direction: column;
    height: 414px;
  }
  .list--gallery .list-item:not(:first-child) {
    max-width: none;
  }
}

/* ==========================================================================
   Hub
   ========================================================================== */
.list--hub {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.list--hub .list-item {
  padding: 10px;
  width: 100%;
  max-width: 315px;
}
.list--hub .item-link {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.list--hub .item-image {
  min-height: 200px;
  background: #F5F5F5;
  object-fit: cover;
}
.list--hub .item-image img {
  border-radius: 0;
}
.list--hub .item-category {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 8px 12px;
  color: #1A171A;
  background: #FFFFFF;
  border-radius: 6px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.list--hub .item-content {
  padding: 20px;
  padding-bottom: 60px;
}
.list--hub .item-date {
  margin-bottom: 10px;
  color: #757575;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.143;
}
.list--hub .item-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.278;
  font-weight: 700;
}
.list--hub .item-excerpt {
  color: #757575;
}
.list--hub .btn, .list--hub .block--comments .form-submit button, .block--comments .form-submit .list--hub button {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.single-post .list--hub .list-item {
  max-width: 420px;
}
@media (min-width: 768px) {
  .list--hub .list-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .list--hub {
    justify-content: flex-start;
  }
  .list--hub .list-item {
    width: 25%;
  }
  .list--hub .list-item:first-child {
    width: 50%;
    max-width: 630px;
  }
  .single-post .list--hub .list-item {
    width: 50%;
  }
}

/* ==========================================================================
   Accordions
   ========================================================================== */
.list--accordions {
  padding: 0;
}
.list--accordions .list-item + .list-item {
  margin-top: 30px;
}
.list--accordions .item-title {
  position: relative;
  padding: 30px;
  padding-right: 60px;
  margin: 0;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.223;
  font-weight: 700;
  transition: 0.25s ease-in-out;
}
.list--accordions .item-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  height: 12px;
  width: 12px;
  border-top: 2px solid #1A171A;
  border-left: 2px solid #1A171A;
  transform: translate(-50%, -70%) rotate(-135deg);
  transition: 0.25s ease-in-out;
}
.list--accordions .item-title[aria-expanded=true] {
  color: #E2001A;
}
.list--accordions .item-title[aria-expanded=true]:after {
  transform: translate(-50%, -20%) rotate(45deg);
}
.list--accordions .item-text {
  padding: 30px;
  padding-top: 0;
}
.list--accordions .item-text * {
  margin-bottom: 0;
  margin-top: 20px;
}
.list--accordions .item-text > *:first-child {
  margin-top: 0;
}
.list--accordions .item-text p + p {
  margin-top: 20px;
}
.list--accordions .item-text h2 {
  margin-bottom: 0;
  margin-top: 60px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.188;
}
.list--accordions .item-text h2 + p {
  margin-top: 20px;
}
.list--accordions .item-text h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.list--accordions .item-text h3 + p {
  margin-top: 20px;
}
.list--accordions .item-text ul {
  margin-left: 0;
  margin-top: 20px;
}
.list--accordions .item-text ul li {
  position: relative;
  padding-left: 34px;
}
.list--accordions .item-text ul li + li {
  margin-top: 10px;
}
.list--accordions .item-text ul li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  height: 8px;
  width: 8px;
  background-color: #E2001A;
  border-radius: 50%;
}
.list--accordions .item-text ul li ul {
  margin-top: 5px;
}
.list--accordions .item-text ul li ul li {
  margin-top: 5px;
}
.list--accordions .item-text ul li ul li + li {
  margin-top: 5px;
}
.list--accordions .item-text ul li ul li:before {
  background: none;
  border: 1px solid #E2001A;
}
@media (min-width: 768px) {
  .list--accordions .list-item:after {
    left: 40px;
    right: 40px;
  }
  .list--accordions .item-title {
    padding: 40px;
    padding-right: 80px;
  }
  .list--accordions .item-title:after {
    right: 40px;
  }
  .list--accordions .item-text {
    padding: 40px;
    padding-top: 0;
    color: #1A171A;
  }
}

/* ==========================================================================
   Guests
   ========================================================================== */
.list--guests .list-item {
  display: flex;
  align-items: center;
}
.list--guests .list-item + .list-item {
  margin-top: 20px;
}
.list--guests .item-image {
  height: 60px;
  width: 60px;
  min-width: 60px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #424242;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-y: hidden;
}
.list--guests .item-image.has-image {
  background: none;
}
.list--guests .item-name {
  font-weight: 600;
}
.list--guests .item-description {
  color: #757575;
}
@media (min-width: 768px) {
  .list--guests .item-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* ==========================================================================
   Global
   ========================================================================== */
.nav li {
  float: left;
  list-style: none;
}
.nav a {
  display: block;
}

/* ==========================================================================
   Menu principal
   ========================================================================== */
.nav--main {
  display: none;
}
.nav--main .menu-item {
  padding: 0 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.nav--main .menu-item.current-menu-item a {
  font-weight: 600;
}
.nav--main .menu-item a {
  color: #E2001A;
}
.nav--main .sub-nav {
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-left: 15px;
}
.nav--main .sub-nav .btn, .nav--main .sub-nav .block--comments .form-submit button, .block--comments .form-submit .nav--main .sub-nav button {
  margin-left: 15px;
}
.nav--main.is-open {
  right: 0;
  visibility: visible;
}
@media (min-width: 1340px) {
  .nav--main {
    display: flex;
    position: static;
    align-items: center;
    justify-content: flex-end;
    height: auto;
    padding: 0;
    width: 100%;
  }
}

/* ==========================================================================
   Fil d'ariane
   ========================================================================== */
/*
<div class="nav-breadcrumb">
    <ol>
        <li><a href="">Accueil</a><span class="breadcrumb-separator"><span class="icon icon-arrow-right"></span></span></li>
        <li> <a href="">Parent</a><span class="breadcrumb-separator"><span class="icon icon-arrow-right"></span></span></li>
        <li class="current-item"> Current</li>
    </ol>
</div>

Styleguide Navigation - 2. Fil d'ariane
*/
.nav--breadcrumb {
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.572;
}
.nav--breadcrumb span {
  float: none;
  display: inline;
}
.nav--breadcrumb span + span {
  margin-left: 4px;
}
.nav--breadcrumb span a {
  display: inline;
  color: #1A171A;
}
.nav--breadcrumb span a:hover {
  text-decoration: underline;
}
.nav--breadcrumb .is-current,
.nav--breadcrumb .breadcrumb_last {
  font-weight: 700;
}
.block--header.is-blue .nav--breadcrumb span a {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .nav--breadcrumb {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

/* ==========================================================================
   Nav footer
   ========================================================================== */
.nav--footer .nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nav--footer .nav-title {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.389;
  font-weight: 700;
}
.nav--footer .menu-item a {
  color: #1A171A;
}
.nav--footer .menu-item a:hover {
  text-decoration: underline;
}
.nav--footer.is-footer .menu-item {
  margin-top: 20px;
}
.nav--footer.is-footer .menu-item a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.389;
  font-weight: 700;
}
.nav--footer.is-footer .menu-item:first-child {
  margin-top: 0;
}
.nav--footer.is-brands .menu-item {
  margin-top: 15px;
}
.nav--footer.is-subfooter .menu-item {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .nav--footer .nav-title {
    margin-top: 0;
  }
  .nav--footer .nav-menu {
    align-items: flex-start;
  }
  .nav--footer.is-subfooter .nav-menu {
    flex-direction: row;
  }
  .nav--footer.is-subfooter .menu-item {
    padding: 15px;
    margin: 0 15px;
  }
}

/* ==========================================================================
   Togglemenu
   ========================================================================== */
.togglemenu .item-intro .intro-url {
  padding: 0;
  color: #E2001A;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.286;
  font-weight: 700;
}
.togglemenu .item-intro .intro-url:after {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-left: 7px;
  margin-top: -4px;
  border-top: 2px solid #E2001A;
  border-right: 2px solid #E2001A;
  transform: rotate(45deg) translateY(-2px);
  transition: 0.25s ease-in-out;
}
.togglemenu .item-intro .intro-url:hover {
  background: none;
}
.togglemenu .item-intro .intro-url:hover:after {
  margin-left: 10px;
}

.togglemenu-copy {
  display: none;
}

/* ==========================================================================
   Togglemenu push
   ========================================================================== */
/* Contexte de page
   ========================================================================== */
body {
  overflow-x: hidden;
}
body.is-togglemenu-open {
  overflow: hidden;
}
body.is-togglemenu-open .togglemenu--push {
  transform: translateX(0);
}

.togglemenu-toggle {
  position: relative;
  box-sizing: content-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 15px;
  margin-right: -15px;
  transition: 0.25s ease-in-out;
}
.togglemenu-toggle span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: #1A171A;
  transition: 0.25s ease-in-out;
}
.togglemenu-toggle span:before, .togglemenu-toggle span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 2px;
  background: #1A171A;
  transition: 0.25s ease-in-out;
}
.togglemenu-toggle span:before {
  width: 26px;
  transform: translateY(-8px);
}
.togglemenu-toggle span:after {
  width: 13px;
  transform: translateY(8px);
}
.togglemenu-toggle:hover span:before {
  width: 13px;
}
.togglemenu-toggle:hover span:after {
  width: 26px;
}
.is-togglemenu-open .togglemenu-toggle span {
  background: #FFFFFF;
}
.is-togglemenu-open .togglemenu-toggle span:before {
  width: 26px;
  transform: translateY(0) rotate(45deg);
}
.is-togglemenu-open .togglemenu-toggle span:after {
  width: 26px;
  transform: translateY(0) rotate(-45deg);
}

/* Menu
   ========================================================================== */
.togglemenu--push {
  /*    display: flex;
      align-items: center;
      justify-content: center;*/
  position: fixed;
  z-index: 998;
  top: 80px;
  bottom: 0;
  right: 0;
  width: 100vw;
  max-width: 500px;
  /*height: calc(100vh - 80px);*/
  background: #FFFFFF;
  /*overflow-y: auto;*/
  /*overflow-x: hidden;*/
  transform: translateX(100%);
  transition: transform 0.25s ease-in-out;
  box-sizing: border-box;
  /* Close
     ========================================================================== */
  /* Layout panel
     ========================================================================== */
}
.togglemenu--push .nav-menu {
  margin: 0;
  padding: 10px;
}
.togglemenu--push .menu-item {
  list-style: none;
}
.togglemenu--push .menu-item a {
  position: relative;
  display: block;
  padding: 30px;
  color: #1A171A;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.togglemenu--push .menu-item + .menu-item a {
  border-top: 1px solid #E0E0E0;
}
.togglemenu--push .sub-menu > ul {
  padding: 0 46px;
}
.togglemenu--push .sub-menu .menu-item a {
  padding: 10px 14px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.188;
  font-weight: 400;
  border: none;
}
.togglemenu--push .togglemenu-close, .togglemenu--push .l-panel .item-back {
  display: flex;
  padding: 30px 60px 20px;
}
.togglemenu--push .togglemenu-close button, .togglemenu--push .l-panel .item-back button {
  position: relative;
  display: inline-block;
  margin-left: auto;
  padding-left: 45px;
  padding: 0;
  border: 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
.togglemenu--push .togglemenu-close button:before, .togglemenu--push .l-panel .item-back button:before, .togglemenu--push .togglemenu-close button:after, .togglemenu--push .l-panel .item-back button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 12px;
  height: 2.5px;
  background-color: #1A171A;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 0 0;
}
.togglemenu--push .togglemenu-close button:after, .togglemenu--push .l-panel .item-back button:after {
  transform: rotate(-45deg) translate(-50%, -50%);
}
.togglemenu--push .l-panel {
  /* Header (retour, item de menu courant)
     ========================================================================== */
}
.togglemenu--push .l-panel > a:before, .togglemenu--push .l-panel > a:after {
  content: "";
  position: absolute;
  bottom: 48%;
  right: 20px;
  width: 12px;
  height: 2.5px;
  background: #1A171A;
  transform: rotate(45deg) translateY(1px);
  transform-origin: right center;
  transition: 0.25s ease-in-out;
}
.togglemenu--push .l-panel > a:after {
  transform: rotate(-45deg) translateY(-1px);
}
.togglemenu--push .l-panel > a:hover:before, .togglemenu--push .l-panel > a:hover:after {
  margin-right: -3px;
}
.togglemenu--push .l-panel > .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55;
  width: 100vw;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.25s ease-in-out;
}
.togglemenu--push .l-panel.is-active > .sub-menu {
  transform: translateX(0);
}
.togglemenu--push .l-panel .item-back {
  display: flex;
  align-items: center;
}
.togglemenu--push .l-panel .item-back .item-btn {
  flex-shrink: 0;
  margin-left: 0;
}
.togglemenu--push .l-panel .item-back .item-btn:before, .togglemenu--push .l-panel .item-back .item-btn:after {
  width: 12px;
  transform-origin: -46% 0;
}
.togglemenu--push .l-panel .item-back .item-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.togglemenu--push .togglemenu-footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

/* States
   ========================================================================== */
.is-togglemenu-submenu-open .togglemenu--push {
  /*overflow: hidden;*/
}
.is-togglemenu-submenu-open .togglemenu--push .l-panel > .nav-menu {
  /*overflow-y: auto;*/
}

/* ==========================================================================
   TogglemenuHover
   ========================================================================== */
.nav--hover {
  margin-left: 40px;
}
.nav--hover .item-depth {
  margin: 0;
  padding: 0;
}
.nav--hover .menu-item {
  position: relative;
  list-style: none;
}
.nav--hover .menu-item a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  color: #1A171A;
  font-weight: 400;
}
.nav--hover .menu-item a:after {
  content: attr(data-text);
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: bold;
}
@media speech {
  .nav--hover .menu-item a:after {
    display: none;
  }
}
.nav--hover .menu-item a:hover {
  font-weight: 900;
}
.nav--hover .depth-1 > .menu-item {
  position: relative;
  display: inline-block;
}
.nav--hover .depth-1 > .menu-item + .nav-item {
  margin-left: 10px;
}
.nav--hover .menu-item-has-children > a {
  position: relative;
  padding-right: 35px;
}
.nav--hover .menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  height: 8px;
  width: 12px;
  margin-top: -3px;
  background: url(../images/svg/menu-arrow.svg) no-repeat center;
}
.nav--hover .menu-item-has-children > .item-depth {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  position: fixed;
  top: 72px;
  left: 0;
  z-index: -1;
  width: 100vw;
  opacity: 0;
  background: #FFFFFF;
  visibility: hidden;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  transform: translateY(-5px);
  transition: 0.3s;
}
.nav--hover .menu-item-has-children > .item-depth .nav-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 75%;
}
.nav--hover .menu-item-has-children > .item-depth .menu-item {
  width: 50%;
}
.nav--hover .menu-item-has-children > .item-depth .menu-item .icon {
  width: 38px;
  color: #E2001A;
  margin-right: 15px;
  font-size: 38px;
  font-size: 2.375rem;
}
.nav--hover .menu-item-has-children > .item-depth .menu-item a {
  display: flex;
  align-items: center;
  width: 100%;
}
.nav--hover .menu-item-has-children.is-active > .item-depth {
  z-index: 50;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  overflow: visible;
}
.nav--hover .menu-item-has-children.is-active .sub-menu {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.nav--hover .sub-menu {
  position: absolute;
  width: 190px;
  margin-top: 25px;
  padding: 8px 0;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: 0.25s ease-in-out;
}
.nav--hover .sub-menu ul {
  display: flex;
  flex-direction: column;
}

/* ==========================================================================
   Catégories
   ========================================================================== */
.nav--categories {
  display: none;
  width: 100%;
}
.nav--categories ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav--categories .nav-item {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .nav--categories {
    display: block;
    width: auto;
  }
  .nav--categories ul {
    display: block;
  }
  .nav--categories .nav-item {
    margin-top: 0;
  }
  .nav--categories .nav-item + .nav-item {
    margin-left: 15px;
  }
}

/**
 * Styleguide Messages
 * $desc         Module notice (messages d'informations, validation, erreurs)
 * $name         notice.less
 * $author       KB, MM
 * $tested       Firefox
 * $requires     config.less
 */
/*
Mise en forme des messages/notices de mon site

Markup: <div class="notice $modifierClass">Ce texte est mon message mis en forme selon l'importance et le sens du message.</div>

.notice-info            - Message d'information
.notice-success         - Message de succès
.notice-error           - Message d'erreur
.notice-warning         - Message de mise en garde

Styleguide Messages - 1. Message standard et variantes
*/
.messages, .wpcf7 .wpcf7-response-output,
.messages--status,
.wpcf7 .wpcf7-mail-sent-ok,
.messages--warning,
.wpcf7 .wpcf7-spam-blocked,
.messages--error,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng {
  position: relative;
  margin: 1.5em 0;
  padding: 58px 30px 15px;
  color: #1A171A;
  border-top: 4px solid #E2001A;
  text-align: center;
  background: #F5F5F5;
}
.messages a, .wpcf7 .wpcf7-response-output a,
.messages--status a,
.wpcf7 .wpcf7-mail-sent-ok a,
.messages--warning a,
.wpcf7 .wpcf7-spam-blocked a,
.messages--error a,
.wpcf7 .wpcf7-validation-errors a,
.wpcf7 .wpcf7-mail-sent-ng a {
  color: inherit;
}
.messages:before, .wpcf7 .wpcf7-response-output:before,
.messages--status:before,
.wpcf7 .wpcf7-mail-sent-ok:before,
.messages--warning:before,
.wpcf7 .wpcf7-spam-blocked:before,
.messages--error:before,
.wpcf7 .wpcf7-validation-errors:before,
.wpcf7 .wpcf7-mail-sent-ng:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 5;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
  border-radius: 50%;
}
.node .messages .messages__list, .node .wpcf7 .wpcf7-response-output .messages__list, .wpcf7 .node .wpcf7-response-output .messages__list,
.node .messages--status .messages__list,
.node .wpcf7 .wpcf7-mail-sent-ok .messages__list,
.wpcf7 .node .wpcf7-mail-sent-ok .messages__list,
.node .messages--warning .messages__list,
.node .wpcf7 .wpcf7-spam-blocked .messages__list,
.wpcf7 .node .wpcf7-spam-blocked .messages__list,
.node .messages--error .messages__list,
.node .wpcf7 .wpcf7-validation-errors .messages__list,
.wpcf7 .node .wpcf7-validation-errors .messages__list,
.node .wpcf7 .wpcf7-mail-sent-ng .messages__list,
.wpcf7 .node .wpcf7-mail-sent-ng .messages__list {
  margin-bottom: 0;
}
.node .messages .messages__item, .node .wpcf7 .wpcf7-response-output .messages__item, .wpcf7 .node .wpcf7-response-output .messages__item,
.node .messages--status .messages__item,
.node .wpcf7 .wpcf7-mail-sent-ok .messages__item,
.wpcf7 .node .wpcf7-mail-sent-ok .messages__item,
.node .messages--warning .messages__item,
.node .wpcf7 .wpcf7-spam-blocked .messages__item,
.wpcf7 .node .wpcf7-spam-blocked .messages__item,
.node .messages--error .messages__item,
.node .wpcf7 .wpcf7-validation-errors .messages__item,
.wpcf7 .node .wpcf7-validation-errors .messages__item,
.node .wpcf7 .wpcf7-mail-sent-ng .messages__item,
.wpcf7 .node .wpcf7-mail-sent-ng .messages__item {
  padding-left: 0;
  color: #fff;
}
.node .messages .messages__item:before, .node .wpcf7 .wpcf7-response-output .messages__item:before, .wpcf7 .node .wpcf7-response-output .messages__item:before,
.node .messages--status .messages__item:before,
.node .wpcf7 .wpcf7-mail-sent-ok .messages__item:before,
.wpcf7 .node .wpcf7-mail-sent-ok .messages__item:before,
.node .messages--warning .messages__item:before,
.node .wpcf7 .wpcf7-spam-blocked .messages__item:before,
.wpcf7 .node .wpcf7-spam-blocked .messages__item:before,
.node .messages--error .messages__item:before,
.node .wpcf7 .wpcf7-validation-errors .messages__item:before,
.wpcf7 .node .wpcf7-validation-errors .messages__item:before,
.node .wpcf7 .wpcf7-mail-sent-ng .messages__item:before,
.wpcf7 .node .wpcf7-mail-sent-ng .messages__item:before {
  display: none;
}
.messages .krumo-root, .wpcf7 .wpcf7-response-output .krumo-root,
.messages--status .krumo-root,
.wpcf7 .wpcf7-mail-sent-ok .krumo-root,
.messages--warning .krumo-root,
.wpcf7 .wpcf7-spam-blocked .krumo-root,
.messages--error .krumo-root,
.wpcf7 .wpcf7-validation-errors .krumo-root,
.wpcf7 .wpcf7-mail-sent-ng .krumo-root {
  text-align: left;
}

.ok,
.messages--status,
.wpcf7 .wpcf7-mail-sent-ok {
  border-top-color: #5cb85c;
}
.ok:before,
.messages--status:before,
.wpcf7 .wpcf7-mail-sent-ok:before {
  background-color: #5cb85c;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICAgPHBhdGggc3R5bGU9ImZpbGw6ICNmZmY7IiBkPSJNMjU2LDUwQzE0Mi4yMjksNTAsNTAsMTQyLjIyOSw1MCwyNTZzOTIuMjI5LDIwNiwyMDYsMjA2czIwNi05Mi4yMjksMjA2LTIwNlMzNjkuNzcxLDUwLDI1Niw1MHpNMjIwLjk1MywzNjYuOTU5bC05Ny4zMjYtOTcuMzUybDQxLjQ0LTQxLjQ0OGw1NS44ODQsNTUuODk5bDEyOS4wMTgtMTI5LjAxOGw0MS40NTksNDEuNDMxTDIyMC45NTMsMzY2Ljk1OXoiIC8+Cjwvc3ZnPg==");
}

.warning,
.messages--warning,
.wpcf7 .wpcf7-spam-blocked {
  border-top-color: #f0ad4e;
}
.warning:before,
.messages--warning:before,
.wpcf7 .wpcf7-spam-blocked:before {
  background-color: #f0ad4e;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICAgPHBhdGggc3R5bGU9ImZpbGw6ICNmZmY7IiBkPSJNMzQxLjMyOCw1MEgxNzAuNjcyTDUwLDE3MC42NzJ2MTcwLjY1NkwxNzAuNjcyLDQ2MmgxNzAuNjU2TDQ2MiwzNDEuMzI4VjE3MC42NzJMMzQxLjMyOCw1MHpNMjU2LDM5OC45OTljLTE2LjQwNywwLTI5LjcwOC0xMy4zMDItMjkuNzA4LTI5LjcwOGMwLTE2LjQwOCwxMy4zMDEtMjkuNzA4LDI5LjcwOC0yOS43MDhzMjkuNzA4LDEzLjMsMjkuNzA4LDI5LjcwOEMyODUuNzA4LDM4NS42OTcsMjcyLjQwNywzOTguOTk5LDI1NiwzOTguOTk5eiBNMjc1LjUsMzA4Ljc5MWgtMzlsLTIwLTE4NC45OTloNzlMMjc1LjUsMzA4Ljc5MXoiLz4KPC9zdmc+");
}

.error,
.messages--error,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng {
  border-top-color: #d9534f;
}
.error:before,
.messages--error:before,
.wpcf7 .wpcf7-validation-errors:before,
.wpcf7 .wpcf7-mail-sent-ng:before {
  background-color: #d9534f;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICAgPHBhdGggc3R5bGU9ImZpbGw6ICNmZmY7IiBkPSJNMzQxLjMyOCw1MEgxNzAuNjcyTDUwLDE3MC42NzJ2MTcwLjY1NkwxNzAuNjcyLDQ2MmgxNzAuNjU2TDQ2MiwzNDEuMzI4VjE3MC42NzJMMzQxLjMyOCw1MHpNMzI0LjI3NiwzNjEuNDA4bC02Ny4yNzUtNjcuMjcxbC02Ny4yNzMsNjcuMjhsLTM2LjEzNi0zNi4xNTVsNjcuMjYxLTY3LjI3MWwtNjcuMjY5LTY3LjI2NWwzNi4xNTYtMzYuMTM1bDY3LjI1Nyw2Ny4yNDlsNjcuMjQ2LTY3LjI1N2wzNi4xNjYsMzYuMTQxbC02Ny4yNTgsNjcuMjYzbDY3LjI2Niw2Ny4yNTdMMzI0LjI3NiwzNjEuNDA4eiIvPgo8L3N2Zz4=");
}

.pagination {
  margin-top: 60px;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  margin: 0 4px;
  border-radius: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.286;
  font-weight: 700;
  transition: 0.25s ease-in-out;
}
.pagination .page-numbers li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #1A171A;
  text-align: center;
  line-height: 32px;
}
.pagination .page-numbers li:not(.current):hover {
  background: #f7f7f7;
}
.pagination .page-numbers .current {
  color: #FFFFFF;
  background: #E2001A;
}
.pagination .prev,
.pagination .next {
  position: relative;
}
.pagination .prev.disabled,
.pagination .next.disabled {
  display: none;
}
.pagination .prev a:after,
.pagination .next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 9px;
  width: 9px;
  border-top: 2px solid #1A171A;
  border-left: 2px solid #1A171A;
}
.pagination .prev a:after {
  margin-left: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pagination .next a:after {
  margin-left: -1px;
  transform: translate(-50%, -50%) rotate(135deg);
}

.single-body, .wp-editor {
  display: flex;
  flex-direction: column;
}

.single-page .single-body > h2, .single-page .wp-editor > h2,
.single-pack .single-body > h2,
.single-pack .wp-editor > h2,
.single-expertise .single-body > h2,
.single-expertise .wp-editor > h2,
.single-sector .single-body > h2,
.single-sector .wp-editor > h2 {
  margin-top: 60px;
}

/* ==========================================================================
   POST
   ========================================================================== */
.single-post h1:after {
  content: none;
}

.single-post .post-excerpt,
.single-page-small .post-excerpt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
}
.single-post .single-body, .single-post .wp-editor,
.single-page-small .single-body,
.single-page-small .wp-editor {
  margin-top: 50px;
}
.single-post .single-body > *, .single-post .wp-editor > *,
.single-page-small .single-body > *,
.single-page-small .wp-editor > * {
  margin-bottom: 0;
  margin-top: 20px;
}
.single-post .single-body > *:first-child, .single-post .wp-editor > *:first-child,
.single-page-small .single-body > *:first-child,
.single-page-small .wp-editor > *:first-child {
  margin-top: 0;
}
.single-post .single-body > img, .single-post .wp-editor > img,
.single-page-small .single-body > img,
.single-page-small .wp-editor > img {
  width: 100%;
}
.single-post .single-body > .block, .single-post .wp-editor > .block,
.single-page-small .single-body > .block,
.single-page-small .wp-editor > .block {
  margin: 0;
}
.single-post .single-body > p:last-child, .single-post .wp-editor > p:last-child,
.single-page-small .single-body > p:last-child,
.single-page-small .wp-editor > p:last-child {
  margin-bottom: 60px;
}
.single-post .single-body > p + p, .single-post .wp-editor > p + p,
.single-page-small .single-body > p + p,
.single-page-small .wp-editor > p + p {
  margin-top: 20px;
}
.single-post .single-body > h2, .single-post .wp-editor > h2,
.single-page-small .single-body > h2,
.single-page-small .wp-editor > h2 {
  margin-bottom: 0;
  margin-top: 60px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
}
.single-post .single-body > h2 + p, .single-post .wp-editor > h2 + p,
.single-page-small .single-body > h2 + p,
.single-page-small .wp-editor > h2 + p {
  margin-top: 20px;
}
.single-post .single-body > h3, .single-post .wp-editor > h3,
.single-page-small .single-body > h3,
.single-page-small .wp-editor > h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.single-post .single-body > h3 + p, .single-post .wp-editor > h3 + p,
.single-page-small .single-body > h3 + p,
.single-page-small .wp-editor > h3 + p {
  margin-top: 20px;
}
.single-post .single-body > ul, .single-post .wp-editor > ul,
.single-page-small .single-body > ul,
.single-page-small .wp-editor > ul {
  margin-left: 0;
  margin-top: 20px;
}
.single-post .single-body > ul li, .single-post .wp-editor > ul li,
.single-page-small .single-body > ul li,
.single-page-small .wp-editor > ul li {
  position: relative;
  padding-left: 34px;
}
.single-post .single-body > ul li + li, .single-post .wp-editor > ul li + li,
.single-page-small .single-body > ul li + li,
.single-page-small .wp-editor > ul li + li {
  margin-top: 10px;
}
.single-post .single-body > ul li:before, .single-post .wp-editor > ul li:before,
.single-page-small .single-body > ul li:before,
.single-page-small .wp-editor > ul li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  height: 8px;
  width: 8px;
  background-color: #E2001A;
  border-radius: 50%;
}
.single-post .single-body > ul li ul, .single-post .wp-editor > ul li ul,
.single-page-small .single-body > ul li ul,
.single-page-small .wp-editor > ul li ul {
  margin-top: 5px;
}
.single-post .single-body > ul li ul li + li, .single-post .wp-editor > ul li ul li + li,
.single-page-small .single-body > ul li ul li + li,
.single-page-small .wp-editor > ul li ul li + li {
  margin-top: 5px;
}
.single-post .single-body > ul li ul li:before, .single-post .wp-editor > ul li ul li:before,
.single-page-small .single-body > ul li ul li:before,
.single-page-small .wp-editor > ul li ul li:before {
  background: none;
  border: 1px solid #E2001A;
}
.single-post .single-body > .block--push:not(.is-full), .single-post .wp-editor > .block--push:not(.is-full),
.single-page-small .single-body > .block--push:not(.is-full),
.single-page-small .wp-editor > .block--push:not(.is-full) {
  margin-top: 60px;
  padding: 30px;
}
.single-post .single-body > .block--push:not(.is-full) .block-title, .single-post .wp-editor > .block--push:not(.is-full) .block-title,
.single-page-small .single-body > .block--push:not(.is-full) .block-title,
.single-page-small .wp-editor > .block--push:not(.is-full) .block-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.167;
}
.single-post .single-body > .block--push:not(.is-full):not(.is-centered), .single-post .wp-editor > .block--push:not(.is-full):not(.is-centered),
.single-page-small .single-body > .block--push:not(.is-full):not(.is-centered),
.single-page-small .wp-editor > .block--push:not(.is-full):not(.is-centered) {
  display: block;
}
.single-post .single-body > .block--push:not(.is-full):not(.is-centered):not(.has-image) .btn-container, .single-post .wp-editor > .block--push:not(.is-full):not(.is-centered):not(.has-image) .btn-container,
.single-page-small .single-body > .block--push:not(.is-full):not(.is-centered):not(.has-image) .btn-container,
.single-page-small .wp-editor > .block--push:not(.is-full):not(.is-centered):not(.has-image) .btn-container {
  margin-left: 0;
  margin-top: 30px;
}
.single-post .single-body > .wp-block-quote, .single-post .wp-editor > .wp-block-quote,
.single-page-small .single-body > .wp-block-quote,
.single-page-small .wp-editor > .wp-block-quote {
  margin-top: 40px;
  margin-bottom: 20px;
}
.single-post .single-body > .block--people, .single-post .wp-editor > .block--people,
.single-page-small .single-body > .block--people,
.single-page-small .wp-editor > .block--people {
  margin-bottom: 40px;
}

.block {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}
.block .is-centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block .block-subtitle {
  display: inline-block;
  margin-bottom: 20px;
  color: #757575;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.438;
}
.block .block-subtitle strong {
  color: #1A171A;
}
.block .block-subtitle.is-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.block.l-blue .block-subtitle strong {
  color: #FFFFFF;
}
.block.is-full {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}
.block .t-red {
  color: #E2001A;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
}
.block .t-red strong {
  color: #E2001A;
}
@media (max-width: 767px) {
  .block .block-title br,
  .block .block-subtitle br {
    display: none;
  }
}
@media (min-width: 768px) {
  .block {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.block--header {
  padding-top: 120px;
  padding-bottom: 40px;
}
.block--header img {
  border-radius: 0;
  max-width: 280px;
}
.block--header .block-subtitle {
  margin-bottom: 0;
  color: #757575;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}
.block--header .block-subtitle strong {
  color: #1A171A;
}
.block--header .btn-container {
  margin-top: 30px;
}
.block--header .half-image .image-container {
  max-width: 340px;
  margin: 0 auto;
}
.block--header.has-breadcrumb {
  padding-top: 80px;
}
.block--header.is-grey {
  background: #F5F5F5;
}
.block--header.is-blue {
  color: #FFFFFF;
  background: #262452;
}
.block--header.is-blue .block-title,
.block--header.is-blue .block-subtitle {
  color: #FFFFFF;
}
.block--header.is-blue .block-title strong,
.block--header.is-blue .block-subtitle strong {
  color: #FFFFFF;
}
.block--header.is-video, .block--header.is-vimeo_multiple {
  display: flex;
  align-items: center;
  min-height: 610px;
  color: #FFFFFF;
}
.block--header.is-video .block-video, .block--header.is-vimeo_multiple .block-video {
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 0;
  width: 100%;
}
.block--header.is-video .block-video:after, .block--header.is-vimeo_multiple .block-video:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.block--header.is-video .video-video, .block--header.is-vimeo_multiple .video-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.block--header.is-video .l-wrapper, .block--header.is-vimeo_multiple .l-wrapper {
  justify-content: flex-start;
}
.block--header.is-video .block-title,
.block--header.is-video .block-subtitle, .block--header.is-vimeo_multiple .block-title,
.block--header.is-vimeo_multiple .block-subtitle {
  color: #FFFFFF;
}
.block--header.is-video .block-title strong,
.block--header.is-video .block-subtitle strong, .block--header.is-vimeo_multiple .block-title strong,
.block--header.is-vimeo_multiple .block-subtitle strong {
  color: #FFFFFF;
}
.block--header.is-image {
  margin-bottom: 1px;
  background: #F5F5F5;
}
.block--header.is-image .half-text .image-container {
  margin-bottom: 20px;
}
.block--header.is-image .half-image {
  display: none;
}
.block--header.is-image .block-separator {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #F5F5F5;
  z-index: 10;
}
.block--header.is-image .block-separator .separator {
  border-bottom: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .block--header {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .block--header img {
    max-width: none;
  }
  .block--header.has-breadcrumb {
    padding-top: 80px;
  }
  .block--header.is-white .block-title:after, .block--header.is-grey .block-title:after, .block--header.is-blue .block-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .block--header.is-white .text-container, .block--header.is-grey .text-container, .block--header.is-blue .text-container {
    text-align: center;
  }
  .block--header.is-image .half-text .image-container {
    display: none;
  }
  .block--header.is-image .half-image {
    display: block;
  }
  .block--header.is-image .block-image {
    display: flex;
    flex-direction: flex-end;
  }
}

/* Header Posts */
.block--header-secondary {
  padding-top: 190px;
  padding-bottom: 0;
  min-height: 380px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .block--header-secondary .block-bg-mobile {
    display: none;
  }
}
.block--header-secondary .row-header {
  padding-left: 60px;
  display: flex;
  max-width: 1200px;
  width: 90vw;
}
@media (max-width: 768px) {
  .block--header-secondary .row-header {
    width: 100vw;
    flex-direction: column-reverse;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 225px;
    align-items: center;
  }
}
.block--header-secondary .row-header .featured-image-container {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .block--header-secondary .row-header .featured-image-container {
    display: none;
  }
}
.block--header-secondary .row-header .featured-image-container .featured-image {
  width: 600px;
  height: 400px;
  background-color: whitesmoke;
  border-radius: 6px;
  position: relative;
  z-index: 9;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .block--header-secondary .row-header .featured-image-container .featured-image {
    width: 100vw;
    height: 500px;
    border-radius: 0px;
  }
}
.block--header-secondary .row-header .featured-image-container .featured-image > img, .block--header-secondary .row-header .featured-image-container .featured-image picture img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: 1s;
}
.block--header-secondary .row-header .featured-image-container .featured-image > img:hover, .block--header-secondary .row-header .featured-image-container .featured-image picture img:hover {
  transform: scale(1.02);
}
.block--header-secondary .row-header .card-container {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .block--header-secondary .row-header .card-container {
    width: 90vw;
  }
}
.block--header-secondary .row-header .card-container .card {
  height: inherit;
  margin-right: -50px;
}
.block--header-secondary .row-header .card-container .card h1.block-title {
  font-weight: 600;
}
@media (max-width: 768px) {
  .block--header-secondary .row-header .card-container .card {
    margin-right: 0px;
  }
  .block--header-secondary .row-header .card-container .card h1.block-title {
    font-size: 30px;
    font-weight: 600;
  }
}
.block--header-secondary .block-bg {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: 300px;
  background-color: #F5F5F5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block--header-secondary .block-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.block--header-secondary .row-breadcrumb {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  color: black;
}
.block--header-secondary .block-title {
  margin-bottom: 20px;
}
.block--header-secondary .block-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.block--header-secondary .block-infos .single-info.info-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.block--header-secondary .block-infos .single-info .info-category {
  padding: 8px 12px;
  background: #F5F5F5;
  border-radius: 6px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.917;
  font-weight: 700;
}
.block--header-secondary .block-infos .single-info .posted-on {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.572;
  font-weight: 500;
}
.block--header-secondary .block-infos .single-info + .single-info {
  margin-left: 2px;
}
.block--header-secondary .info-highlight {
  color: #E2001A;
}
.block--header-secondary .is-default {
  height: 50px;
  width: 50px;
  border-radius: 6px;
  background: url("../images/svg/author-default.svg") no-repeat center;
  background-size: cover;
}
.block--header-secondary.has-image {
  padding-top: 140px !important;
  min-height: 480px;
}
.block--header-secondary.has-image .block-bg {
  height: 400px;
}
.block--header-secondary.has-image .nav--breadcrumb {
  color: black;
}
@media (max-width: 768px) {
  .block--header-secondary.has-image .nav--breadcrumb {
    color: white;
  }
}
.block--header-secondary.has-image .nav--breadcrumb a {
  color: black;
}
@media (max-width: 768px) {
  .block--header-secondary.has-image .nav--breadcrumb a {
    color: white;
  }
}
@media (min-width: 768px) {
  .block--header-secondary {
    padding-top: 240px;
    min-height: 400px;
  }
  .block--header-secondary .card {
    padding: 50px;
  }
  .block--header-secondary .block-bg {
    height: 320px;
  }
  .block--header-secondary .block-infos {
    display: flex;
    align-items: center;
  }
  .block--header-secondary .block-infos .single-info .posted-on {
    margin-top: 0;
  }
  .block--header-secondary .block-infos .single-info + .single-info {
    margin-left: 15px;
  }
  .block--header-secondary.has-image {
    padding-top: 310px;
    min-height: 555px;
  }
  .block--header-secondary.has-image .block-bg {
    height: 475px;
  }
}

/* Header contact */
.block--header-contact {
  padding: 0;
}
.block--header-contact .block-bg {
  display: none;
  background: #262452;
}
.block--header-contact > .row > .l-wrapper > .l-half {
  padding-top: 120px;
  padding-bottom: 40px;
}
.block--header-contact .half-image {
  background: none;
}
.block--header-contact .half-form {
  margin-top: 0;
  padding-top: 40px;
  background: #F5F5F5;
}
.block--header-contact .block-subtitle {
  margin-bottom: 0;
  color: #757575;
}
.block--header-contact .block-subtitle p + p {
  margin-top: 20px;
}
.block--header-contact .block-subtitle strong {
  color: #1A171A;
}
@media (min-width: 768px) {
  .block--header-contact > .row > .l-wrapper > .l-half {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .block--header-contact {
    min-height: 100vh;
  }
  .block--header-contact:before {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    top: 0;
    bottom: 0;
    background: #F5F5F5;
  }
  .block--header-contact .block-bg {
    display: block;
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .block--header-contact .block-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
  }
  .block--header-contact > .row > .l-wrapper > .l-half {
    padding-top: 170px;
    padding-bottom: 90px;
    width: 50%;
  }
  .block--header-contact .block-title {
    color: #FFFFFF;
  }
  .block--header-contact .block-subtitle {
    color: #FFFFFF;
  }
  .block--header-contact .block-subtitle strong {
    color: #FFFFFF;
  }
  .block--header-contact.no-image .block-bg:after {
    content: none;
  }
}
@media (min-width: 1200px) {
  .block--header-contact .half-image {
    padding-right: 90px;
  }
  .block--header-contact .half-form {
    padding-left: 90px;
  }
}

/* ==========================================================================
   Enseignes
   ========================================================================== */
.block--list-brands img {
  border-radius: 0;
}
.block--list-brands .list--secondary {
  align-items: stretch;
}
.block--list-brands .list--secondary .item-image img {
  max-width: 185px;
}
.block--list-brands .list--secondary.is-small {
  max-width: 1000px;
  margin: 0 auto;
}
.block--list-brands .item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
@media (min-width: 768px) {
  .block--list-brands {
    padding-bottom: 75px;
  }
  .block--list-brands .list {
    margin-top: 40px;
  }
}

/* ==========================================================================
   Texte + Cartes
   ========================================================================== */
.block--text-cards {
  background: #F5F5F5;
}
.block--text-cards .block-text {
  color: #757575;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}
.block--text-cards .block-text strong {
  color: #1A171A;
}
.block--text-cards .btn-container {
  margin-top: 20px;
}
.block--text-cards.has-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block--text-cards.has-bg .block-title,
.block--text-cards.has-bg .block-text {
  color: #FFFFFF;
}
.block--text-cards.has-bg .block-title strong,
.block--text-cards.has-bg .block-text strong {
  color: #FFFFFF;
}
.block--text-cards.has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
@media (min-width: 1024px) {
  .block--text-cards .block-content {
    max-width: 500px;
  }
  .block--text-cards .list .list-item {
    width: 50%;
  }
  .block--text-cards .btn-container {
    margin-top: 30px;
  }
  .block--text-cards:not(.layout-right) .column-text {
    padding-right: 60px;
  }
  .block--text-cards:not(.layout-right) .column-cards {
    padding-left: 0;
  }
  .block--text-cards.layout-right .l-wrapper {
    flex-direction: row-reverse;
  }
  .block--text-cards.layout-right .column-text {
    display: flex;
    justify-content: flex-end;
    padding-left: 60px;
  }
  .block--text-cards.layout-right .column-cards {
    padding-right: 0;
  }
}

/* ==========================================================================
   Video
   ========================================================================== */
.block--header {
  background-color: black;
}
.block--header .block-vimeo-multiple {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block--header .block-vimeo-multiple .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: black;
  opacity: 0.5;
}
.block--header .block-vimeo-multiple .iframe_vimeo {
  background-color: black;
  min-height: 100%;
  height: var(--heightVideo);
  width: var(--widthVideo);
  margin-left: var(--offsetLeft);
  margin-top: var(--offsetTop);
}
.block--header .block-vimeo-multiple .iframe_vimeo iframe {
  width: 100%;
  height: 100%;
}

.block--video .block-subtitle {
  margin-bottom: 40px;
}
.block--video .btn-container {
  margin-top: 40px;
  text-align: center;
}
.block--video .l-half {
  margin-top: 0;
}
.block--video .text-half .btn-container {
  display: none;
}
.block--video .block-video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.block--video .video-content {
  display: block;
}
.block--video .video-content > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
}
.block--video .carousel .video-content > a {
  position: static;
}
.block--video img {
  display: block;
}
.block--video .video-link a {
  display: block;
}
.block--video.l-blue {
  color: #FFFFFF;
  background: #262452;
}
.block--video.l-blue .block-title,
.block--video.l-blue .block-subtitle {
  color: #FFFFFF;
}
.block--video.l-blue .block-video {
  position: relative;
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
}
.block--video.l-blue .video-content {
  position: relative;
  padding: 20px;
  z-index: 1;
}
.block--video.l-blue .video-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 58.88%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
}
.block--video.l-blue .video-title {
  margin-bottom: 60px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.143;
  font-weight: 500;
}
.block--video.l-blue .video-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block--video.l-blue .video-legend {
  font-weight: 500;
}
.block--video.l-blue .video-legend br {
  display: none;
}
.block--video.l-blue .video-image {
  display: none;
}
.block--video.l-blue .video-link {
  margin-left: 5px;
}
.block--video.l-blue:not(.is-multiple) .row {
  max-width: 620px;
}
.block--video.l-blue:not(.is-multiple) .video-title {
  font-size: 22px;
  font-size: 1.375rem;
}
.block--video.l-grey {
  padding-top: 30px;
  padding-bottom: 40px;
  background: #F5F5F5;
  text-align: center;
}
.block--video.l-grey .block-video {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
}
.block--video.l-grey .video-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
}
.block--video.l-grey .video-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 58.88%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
}
.block--video.l-grey .video-title {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 69px;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.188;
  font-weight: 500;
  text-align: left;
}
.block--video.l-grey .video-link {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.block--video.l-white {
  padding: 0;
}
.block--video.l-white .block-video {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
}
.block--video.l-white .video-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
}
.block--video.l-white .video-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 58.88%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
}
.block--video.l-white .video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .block--video .is-mobile {
    display: block !important;
  }
  .block--video .is-desktop {
    display: none !important;
  }
  .block--video .l-half {
    width: 100%;
  }
  .block--video.is-multiple {
    text-align: center;
  }
  .block--video.is-multiple .has-separator:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .block--video.l-blue .block-subtitle strong {
    color: #FFFFFF;
  }
  .block--video.l-blue .video-image {
    display: block;
  }
  .block--video.l-blue .block-video {
    background: none !important;
  }
  .block--video.l-blue .video-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
  }
  .block--video.l-blue .video-title {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    max-width: 75%;
  }
  .block--video.l-blue .video-container {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
  .block--video.l-blue .video-legend {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.167;
  }
  .block--video.l-blue .video-legend br {
    display: block;
  }
  .block--video.l-blue .slider-item .video-content {
    left: 75px;
    right: 75px;
  }
  .block--video.l-blue .slider-item .video-title {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.172;
  }
  .block--video.l-blue .slider-item .video-legend {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .block--video.l-blue .l-half .btn--play {
    min-height: 60px;
    min-width: 60px;
  }
  .block--video.l-blue .l-half .btn--play:after {
    width: 21px;
    height: 27px;
  }
  .block--video.l-grey {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .block--video.l-grey .block-title {
    margin-bottom: 50px;
  }
  .block--video.l-grey .video-title {
    bottom: 30px;
    left: 30px;
    right: 30px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.273;
    font-weight: 700;
    text-align: center;
  }
  .block--video.l-grey .video-link {
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1024px) {
  .block--video .is-mobile {
    display: none !important;
  }
  .block--video .is-desktop {
    display: block !important;
  }
  .block--video .l-half {
    width: 50%;
  }
  .block--video .text-half {
    padding-right: 90px;
  }
  .block--video .video-half {
    padding-left: 0;
  }
  .block--video.l-blue .text-half .btn-container {
    display: block;
    margin-top: 0;
    text-align: left;
  }
  .block--video.l-blue:not(.is-multiple) .row {
    max-width: 1300px;
  }
}
@media (min-width: 1300px) {
  .block--video.l-blue:not(.is-multiple) .video-title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.172;
  }
}

/* ==========================================================================
   Values
   ========================================================================== */
.block--values .block-subtitle {
  margin-bottom: 0;
  max-width: 820px;
}
.block--values .l-wrapper {
  margin-top: 40px;
}
.block--values .l-half + .l-half {
  margin-top: 20px;
}
.block--values .half-image,
.block--values .half-image picture {
  display: flex;
  max-height: 140px;
}
.block--values .item-image {
  object-fit: cover;
}
.block--values .item-title {
  margin-bottom: 20px;
}
.block--values .item-number {
  color: #E2001A;
}
.block--values .item-text {
  color: #757575;
}
.block--values .item-text strong {
  color: #1A171A;
}
@media (max-width: 767px) {
  .block--values .is-centered {
    text-align: left;
    display: block;
  }
}
@media (min-width: 768px) {
  .block--values .l-half + .l-half {
    margin-top: 0;
  }
  .block--values .half-image,
  .block--values .half-image picture {
    max-height: none;
  }
  .block--values .item-text {
    max-width: 500px;
  }
  .block--values .block-container {
    margin-top: 20px;
  }
  .block--values .l-wrapper {
    margin-top: 80px;
  }
  .block--values .l-wrapper:nth-child(odd) .half-image {
    padding-right: 0;
  }
  .block--values .l-wrapper:nth-child(odd) .half-text {
    display: flex;
    justify-content: flex-end;
  }
  .block--values .l-wrapper:nth-child(even) {
    flex-direction: row-reverse;
  }
  .block--values .l-wrapper:nth-child(even) .half-image {
    padding-left: 0;
  }
}

/* ==========================================================================
   Push
   ========================================================================== */
.block--push:not(.bg-white) {
  background: #F5F5F5;
}
.block--push .block-title.is-red,
.block--push .block-subtitle.is-red {
  color: #E2001A;
}
.block--push .block-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.389;
  font-weight: 700;
}
.block--push .block-subtitle p {
  color: #E2001A;
}
.block--push .block-text {
  color: #757575;
}
.block--push .block-text strong {
  color: #1A171A;
}
.block--push .btn-container {
  margin-top: 20px;
}
.block--push .content-image {
  margin-top: 30px;
}
.block--push .content-image img {
  display: block;
}
.block--push .content-image figcaption {
  margin-top: 10px;
  color: #757575;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.215;
  font-weight: 300;
  font-style: italic;
}
.block--push:not(.is-full) {
  padding: 40px 20px;
  border-radius: 6px;
}
.block--push.bg-white {
  padding: 0 0 60px 0;
}
.block--push:not(.bg-white) + .block--video {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .block--push.is-centered {
    text-align: center;
  }
  .block--push.bg-white {
    padding: 0 0 90px 0;
  }
  .block--push:not(.bg-white) + .block--video {
    margin-top: 90px;
  }
}
@media (min-width: 1024px) {
  .block--push .block-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .block--push .btn, .block--push .block--comments .form-submit button, .block--comments .form-submit .block--push button {
    white-space: nowrap;
  }
  .block--push .content-image {
    order: -1;
    margin-top: 0;
    margin-right: 60px;
    min-width: 460px;
    max-width: 50%;
  }
  .block--push .content-image figure {
    width: 460px;
    max-width: 100%;
  }
  .block--push:not(.is-full) {
    padding: 40px 60px;
  }
  .block--push:not(.is-centered) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .block--push:not(.is-centered) .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .block--push:not(.is-centered):not(.has-image) .btn-container {
    margin-left: 60px;
    margin-top: 0;
  }
  .block--push.is-centered .btn-container {
    margin-top: 30px;
  }
  .block--push.bg-white {
    padding: 0 0 90px 0;
  }
}

/* ==========================================================================
   Subsidiaries
   ========================================================================== */
.block--subsidiaries .list {
  padding-top: 10px;
}
.block--subsidiaries .item-image {
  margin-bottom: 20px;
}
.block--subsidiaries .btn-container {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media (min-width: 1024px) {
  .block--subsidiaries {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .block--subsidiaries .list {
    padding-top: 40px;
  }
  .block--subsidiaries .list-item {
    width: 33.33%;
  }
}

/* ==========================================================================
   Gallery
   ========================================================================== */
.block--gallery {
  padding-top: 35px; /* 5px correspond au padding de la galerie*/
  padding-bottom: 40px;
  background: var(--bg-gallery, #F5F5F5);
}
.block--gallery .half-text ul li {
  position: relative;
  padding-left: 30px;
}
.block--gallery .half-text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 13px;
  background: url("../images/svg/icon-check.svg") no-repeat center;
  background-size: contain;
}
.block--gallery .half-text ul li + li {
  margin-top: 20px;
}
.block--gallery .half-text a {
  color: #1A171A;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.25s ease-in-out;
}
.block--gallery .half-text a:hover {
  color: #E2001A;
}
@media (min-width: 768px) {
  .block--gallery {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .block--gallery .half-gallery {
    padding-right: 0;
  }
  .block--gallery .half-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .block--gallery .block-container {
    max-width: 500px;
    margin-left: 30px;
  }
}

/* ==========================================================================
   Liste avec icônes
   ========================================================================== */
.block--list-icons .block-subtitle p + p {
  margin-top: 20px;
}
.block--list-icons .list {
  margin-top: 20px;
}
.block--list-icons .nocard {
  width: auto;
}
.block--list-icons .nocard .card {
  height: 110px;
  text-align: center;
  display: flex;
  align-items: center;
}
.block--list-icons .nocard .card-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}
.block--list-icons .nocard .item-title {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.334;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .block--list-icons .list {
    margin-top: 40px;
  }
  .block--list-icons .list-item:not(.nocard) {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .block--list-icons .list-item.flex-1 {
    flex: 1;
  }
  .block--list-icons .list-item:not(.nocard) {
    width: 25%;
  }
}

/* ==========================================================================
   Table
   ========================================================================== */
.block--table .wp-block-table {
  margin-top: 20px;
}
.block--table .wp-block-table .has-fixed-layout tbody td:first-child {
  font-weight: 600;
  color: #000;
}
@media (min-width: 768px) {
  .block--table .wp-block-table {
    margin-top: 60px;
  }
}

/* ==========================================================================
   Image + Text
   ========================================================================== */
.block--image-text .btn-container {
  margin-top: 20px;
}
.block--image-text figcaption {
  margin-top: 10px;
  color: #757575;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.215;
  font-weight: 300;
  font-style: italic;
}
.block--image-text ul li {
  position: relative;
  padding-left: 34px;
}
.block--image-text ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  height: 8px;
  width: 8px;
  background: #E2001A;
  border-radius: 50%;
}
.block--image-text ul li + li {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .block--image-text .btn-container {
    margin-top: 30px;
  }
  .block--image-text .half-image {
    padding-left: 0;
  }
  .block--image-text .half-text {
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .block--image-text .half-text {
    padding-right: 60px;
  }
}

/* ==========================================================================
   Podcast
   ========================================================================== */
.block--podcasts {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F5F5F5;
}
.block--podcasts .block-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.167;
}
.block--podcasts .list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.block--podcasts .list-item {
  margin-left: 15px;
  margin-right: 15px;
}
.block--podcasts img {
  display: block;
}
@media (min-width: 768px) {
  .block--podcasts .list {
    justify-content: flex-end;
  }
}

/* ==========================================================================
   Badges
   ========================================================================== */
.block--badges {
  padding: 0;
  padding-top: 20px;
}
.block--badges .list {
  display: flex;
  flex-direction: column;
  margin-left: -5px;
  margin-right: -5px;
}
.block--badges .list-item {
  padding: 5px;
}
.block--badges .item-badge {
  display: inline-block;
  padding: 10px 20px;
  background: #F5F5F5;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .block--badges {
    padding-top: 30px;
  }
  .block--badges .list {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .block--badges .list-item {
    padding: 7.5px;
  }
}

/* ==========================================================================
   People
   ========================================================================== */
.block--people {
  padding: 0;
  padding-top: 20px;
}
.block--people .list {
  justify-content: flex-start;
}
.block--people .list-item {
  width: auto;
  max-width: 210px;
}
.block--people .card {
  padding: 20px 30px;
}
.block--people .item-image {
  display: block;
  margin: 0 auto 15px;
  border-radius: 50%;
}
.block--people .item-name {
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}

/* ==========================================================================
   Accordéons
   ========================================================================== */
.block--header + .block--accordions {
  padding-top: 0;
}
.block--accordions .card {
  padding: 0;
}

/* ==========================================================================
   Form validation
   ========================================================================== */
.block--form-confirm {
  margin-top: 80px;
  background: #F5F5F5;
}
.block--form-confirm h1:after {
  left: 50%;
  transform: translateX(-50%);
}
.block--form-confirm p + p {
  margin-top: 20px;
}
.block--form-confirm .btn-container {
  margin-top: 40px;
}

/* ==========================================================================
   Contact
   ========================================================================== */
.block--contact {
  background: #F5F5F5;
}
.block--contact .form {
  margin-top: 30px;
}

/* ==========================================================================
   Comments
   ========================================================================== */
.block--comments .block-title {
  margin-bottom: 60px;
}
.block--comments form > * + * {
  margin-top: 15px;
}
.block--comments .comment-form-cookies-consent {
  display: flex;
  position: relative;
}
.block--comments .comment-form-cookies-consent label {
  margin-left: 15px;
}
.block--comments input[type=checkbox] {
  cursor: pointer;
}
.block--comments input[type=checkbox] + label {
  display: block;
  padding-left: 7.5px;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  min-width: 20px;
}
.block--comments input[type=checkbox] + label:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  content: "";
  height: 20px;
  width: 20px;
  margin-top: -1px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  transform: translateY(-50%);
  transition: 0.25s ease-in-out;
}
.block--comments input[type=checkbox] + label:after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 9px;
  height: 8px;
  width: 10px;
  left: 5px;
  background: url("../images/svg/icon-check-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.25s ease-in-out;
}
.block--comments input[type=checkbox]:checked ~ label:before {
  background: #ED5052;
  border: 1px solid #ED5052;
}
.block--comments input[type=checkbox]:checked ~ label:after {
  opacity: 1;
}
.block--comments .form-submit {
  text-align: right;
}
.block--comments .comments li:not(:first-child()) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #E0E0E0;
}
.block--comments .children {
  margin-top: 30px;
}
.block--comments .comment-author,
.block--comments .comment-date {
  display: inline-block;
}
.block--comments .comment-author {
  font-weight: 700;
}
.block--comments .comment-date {
  margin-left: auto;
  color: #ACACAC;
  font-size: 14px;
  font-size: 0.875rem;
}
.block--comments .comment-content {
  margin-top: 10px;
}
.block--comments .unapproved-message {
  margin-top: 10px;
  color: #ACACAC;
  font-size: 14px;
  font-size: 0.875rem;
}
.block--comments .children {
  padding-left: 30px;
}
.block--comments .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.block--comments .pagination > a:not(.prev):not(.next),
.block--comments .pagination > .current,
.block--comments .pagination > .prev,
.block--comments .pagination > .next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  margin: 0 4px;
  color: #1A171A;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.286;
  font-weight: 700;
  transition: 0.25s ease-in-out;
}
.block--comments .pagination > a:not(.prev):not(.next):not(.current):hover,
.block--comments .pagination > .current:not(.current):hover,
.block--comments .pagination > .prev:not(.current):hover,
.block--comments .pagination > .next:not(.current):hover {
  background: #f7f7f7;
}
.block--comments .pagination > a:not(.prev):not(.next).current,
.block--comments .pagination > .current.current,
.block--comments .pagination > .prev.current,
.block--comments .pagination > .next.current {
  color: #FFFFFF;
  background: #E2001A;
}
.block--comments .pagination .prev,
.block--comments .pagination .next {
  position: relative;
  font-size: 0;
}
.block--comments .pagination .prev.disabled,
.block--comments .pagination .next.disabled {
  display: none;
}
.block--comments .pagination .prev:after,
.block--comments .pagination .next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 9px;
  width: 9px;
  border-top: 2px solid #1A171A;
  border-left: 2px solid #1A171A;
}
.block--comments .pagination .prev:after {
  margin-left: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.block--comments .pagination .next:after {
  margin-left: -1px;
  transform: translate(-50%, -50%) rotate(135deg);
}

/* ==========================================================================
   Emission
   ========================================================================== */
.block--emission {
  padding-bottom: 0;
}
.block--emission .l-third {
  margin-top: 30px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .block--emission .l-third {
    padding: 0 15px;
    margin-bottom: 0;
    width: 100%;
  }
}
.block--emission .block-video {
  color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.block--emission img {
  display: block;
}
.block--emission .video-link a {
  display: block;
}
.block--emission .block-title,
.block--emission .block-subtitle {
  color: #FFFFFF;
}
.block--emission .block-video {
  position: relative;
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
}
.block--emission .video-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 20px;
  z-index: 1;
}
.block--emission .video-content > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
}
.block--emission .video-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 58.88%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
}
.block--emission .video-title {
  margin-bottom: 60px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.143;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
.block--emission .video-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.block--emission .video-legend {
  font-weight: 500;
}
.block--emission .video-legend br {
  display: none;
}
.block--emission .video-link {
  margin-left: 5px;
}
.block--emission .guests-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.block--emission .block--push {
  margin-top: 40px;
  padding: 30px;
}
.block--emission .block--push .btns-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  text-align: center;
}
.block--emission .block--push .btn, .block--emission .block--push .block--comments .form-submit button, .block--comments .form-submit .block--emission .block--push button {
  margin-top: 15px;
  margin-left: 0;
  white-space: nowrap;
}
.block--emission .push-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .block--emission .block-subtitle strong {
    color: #FFFFFF;
  }
  .block--emission .block-video {
    background: none !important;
  }
  .block--emission .video-title {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    max-width: 75%;
  }
  .block--emission .video-container {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
  .block--emission .video-legend {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.167;
  }
  .block--emission .video-legend br {
    display: block;
  }
  .block--emission .slider-item .video-content {
    left: 75px;
    right: 75px;
  }
  .block--emission .slider-item .video-title {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.172;
  }
  .block--emission .slider-item .video-legend {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .block--emission .guests-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .block--emission .block--push .btns-container {
    flex-direction: row;
    align-items: center;
  }
  .block--emission .block--push .btn, .block--emission .block--push .block--comments .form-submit button, .block--comments .form-submit .block--emission .block--push button {
    margin-top: 0;
    margin-left: 15px;
  }
  .block--emission .push-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .block--emission .l-half .btn--play {
    min-height: 60px;
    min-width: 60px;
  }
  .block--emission .l-half .btn--play:after {
    width: 21px;
    height: 27px;
  }
}
@media (min-width: 1024px) {
  .block--emission .l-third {
    margin-top: 0;
  }
  .block--emission .text-half .btn-container {
    display: block;
    margin-top: 0;
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .block--emission .video-title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.172;
  }
}

/* ==========================================================================
   Tabs
   ========================================================================== */
.block--tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.block--tabs .tabs {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 2px solid #E0E0E0;
  width: 100vw;
}
.block--tabs .tabs img {
  display: block;
}
.block--tabs .tab-item.is-active {
  position: relative;
}
.block--tabs .tab-item.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 29px;
  height: 3px;
  background: #E2001A;
}
.block--tabs .tabs-items {
  width: 100%;
  max-width: 1240px;
}
.block--tabs .tabs-items .tab-content {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.block--tabs .tabs-items .is-hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
  transition: none;
}
.block--tabs .tab-image {
  display: none;
}
.block--tabs .tabs-pagination {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.block--tabs .tabs-pagination button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  margin-top: 20px;
  background: #F5F5F5;
  border-radius: 6px;
  border: 2px solid #E0E0E0;
  transition: 0.25s ease-in-out;
}
.block--tabs .tabs-pagination button > img,
.block--tabs .tabs-pagination button > picture {
  max-width: 50%;
}
.block--tabs .tabs-pagination button.is-prev span {
  display: flex;
  align-items: center;
  margin-right: 30px;
  color: #1A171A;
}
.block--tabs .tabs-pagination button.is-prev span:before {
  content: url("../images/svg/icon-arrow.svg");
  margin-right: 20px;
  margin-bottom: -3px;
  transition: 0.25s ease-in-out;
}
.block--tabs .tabs-pagination button.is-next span {
  display: flex;
  align-items: center;
  margin-left: 30px;
  color: #1A171A;
}
.block--tabs .tabs-pagination button.is-next span:after {
  content: url("../images/svg/icon-arrow.svg");
  margin-left: 20px;
  margin-bottom: -3px;
  transform: scaleX(-1);
  transition: 0.25s ease-in-out;
}
.block--tabs .tabs-pagination button:hover {
  background: #E0E0E0;
}
.block--tabs .tabs-pagination button:hover.is-prev span:before {
  transform: translateX(-3px);
}
.block--tabs .tabs-pagination button:hover.is-next span:after {
  transform: scaleX(-1) translateX(3px);
}
@media (min-width: 768px) {
  .block--tabs .tabs-pagination {
    flex-direction: row;
    justify-content: space-between;
  }
  .block--tabs .tabs-pagination button {
    width: calc(50% - 10px);
    margin-top: 0;
  }
}

.slider--primary {
  position: relative;
}
.slider--primary .carousel__track {
  align-items: center;
}
.slider--primary .carousel__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slider--primary .carousel__slide {
  width: 100%;
  padding: 0;
}
.slider--primary .video-content {
  border-radius: 6px;
  overflow: hidden;
}
.slider--primary button.carousel__button {
  position: relative;
  margin: 0 10px;
  top: auto;
  right: auto;
  left: auto;
  height: 44px;
  width: 44px;
  background: #FFFFFF;
  border-radius: 50%;
  transform: none;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
.slider--primary button.carousel__button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: url("../images/svg/icon-arrow.svg") no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.slider--primary button.carousel__button.is-next:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.slider--primary .carousel__dots {
  display: none;
}
@media (min-width: 768px) {
  .slider--primary .slider-item {
    padding: 0 75px;
  }
  .slider--primary .carousel__button {
    margin: 0;
  }
  .slider--primary .carousel__button:hover {
    transform: scale(1.1);
  }
  .slider--primary .carousel__nav {
    position: absolute;
    justify-content: space-between;
    top: 50%;
    width: 100%;
    height: 0px;
    margin: 0;
  }
}

/**
 * @desc         Styles des états généraux
 * @name         states.less
 * @author       KB, MM
 * @tested       Firefox
 * @requires     config.less
 */
.is-visuallyHidden,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.is-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-mobile {
    display: block !important;
  }
}

.is-desktop {
  display: none !important;
}
@media (min-width: 768px) {
  .is-desktop {
    display: block !important;
  }
}

#tinymce.mce-content-body {
  padding: 30px !important;
}

#login {
  padding-top: 2%;
}
#login h1 a {
  width: 260px;
  height: 260px;
  background: url("../../images/logo.svg") no-repeat center;
}
#login #user_login,
#login #user_pass {
  box-shadow: none;
}
#login #user_login:focus,
#login #user_pass:focus {
  border-color: #E2001A;
}
#login .button.button-primary {
  text-shadow: none;
  box-shadow: none;
  background-color: #E2001A;
  border: 0;
  border-radius: 0;
  transition: 0.3s;
}
#login .button.button-primary:hover, #login .button.button-primary:focus {
  color: #1A171A;
  background-color: #E2001A;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
  color: #E2001A;
}

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