@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
button, input, optgroup, select, textarea {
  color: inherit;
  margin: 0;
}
button, select {
  text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input {
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  box-sizing: content-box;
}
legend {
  border: 0;
  padding: 0;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 16px;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::selection {
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade_wrapper {
  background: #ff0000;
  position: fixed;
  z-index: 999;
  width: 100%;
}
.browserupgrade {
  margin: 0;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
.browserupgrade strong {
  font-family: "Century Gothic";
}
.btn_upgrade {
  display: inline-block;
  margin: 10px 10px;
  cursor: pointer;
  background: #fff;
  padding: 8px 16px;
  font-size: 17px;
  line-height: 1;
  color: #ff0000;
  border-radius: 3px;
  border: 2px solid #fff;
}
/* ====================================================================================================== */
/* =general */
/* ====================================================================================================== */
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  webkit-appearance: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  font-family: "Arial", sans-serif;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  font-weight: normal !important;
  font-style: normal !important;
  color: #000;
  background-color: #ffffff;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}
input[type="text"] {
  border-radius: 0 !important;
  box-shadow: none !important;
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
mark {
  background: transparent;
  color: #777777;
}
sup {
  font-size: 0.6em;
  vertical-align: 0.2em;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
}
.clear {
  clear: both !important;
}
/*
:focus {
    outline: 0 !important;
} */
::selection {
  background: #777777;
  color: #efede9;
}
section {
  background: #fff;
}
.content_hide_menu, .content_hide_menu_search {
  opacity: 1;
}
.content_width {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
.content_large {
  width: calc(100% - 50px);
  margin: auto;
}
.content_full {
  width: 100%;
}
#global_content {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content_width {
    width: 85%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .content_width {
    width: 85%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .content_width {
    width: 85%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .content_width {
    width: calc(100% - 50px);
  }
}
/* Responsive - test */
/* =================================================== */
.responsive_test {
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  position: fixed;
  z-index: 99999999;
  color: #fff;
}
#responsive0 {
  background: #000;
  display: block;
}
#responsive1 {
  background: #000;
  display: none;
}
#responsive2 {
  background: #000;
  display: none;
}
#responsive3 {
  background: #000;
  display: none;
}
#responsive4 {
  background: #000;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #responsive0 {
    display: none;
  }
  #responsive1 {
    display: block;
  }
  #responsive2 {
    display: none;
  }
  #responsive3 {
    display: none;
  }
  #responsive4 {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #responsive0 {
    display: none;
  }
  #responsive1 {
    display: none;
  }
  #responsive2 {
    display: block;
  }
  #responsive3 {
    display: none;
  }
  #responsive4 {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #responsive0 {
    display: none;
  }
  #responsive1 {
    display: none;
  }
  #responsive2 {
    display: none;
  }
  #responsive3 {
    display: block;
  }
  #responsive4 {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #responsive0 {
    display: none;
  }
  #responsive1 {
    display: none;
  }
  #responsive2 {
    display: none;
  }
  #responsive3 {
    display: none;
  }
  #responsive4 {
    display: block;
  }
}
/* Grid */
/* =================================================== */
#grid_content_large_1, #grid_content_large_2, #grid_content_width_1, #grid_content_width_2 {
  position: fixed;
  height: 100%;
  width: 2px;
  z-index: 99999999;
  top: 0;
}
#grid_content_large_1, #grid_content_large_2 {
  background-color: blue;
}
#grid_content_width_1, #grid_content_width_2 {
  background-color: red;
}
/* ==========================================================================
  @font-face
   ========================================================================== */
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/subset-CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/subset-CenturyGothic-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ====================================================================================================== */
/* =fonts */
/* ====================================================================================================== */
h1 {
  font-size: 2rem;
  margin: 0;
  line-height: 1.3;
  font-weight: normal;
}
h2 {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.3;
  font-weight: normal;
}
h3 {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.35;
  font-weight: normal;
}
h4 {
  font-size: 1.15rem;
  margin: 0;
  line-height: 1.4;
  font-weight: normal;
}
h5 {
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.4;
  font-weight: normal;
}
h6 {
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.4;
  font-weight: normal;
}
ul {
  font-size: 1rem;
  margin: 0;
  padding-left: 0;
  line-height: 1.7;
}
li {
  list-style: none;
  position: relative;
  font-family: "Arial";
}
li strong {
  font-family: "Century Gothic";
  font-weight: normal;
}
p {
  font-size: 1rem;
  margin: 0;
  line-height: 1.7;
  font-family: "Arial";
}
p strong {
  font-family: "Century Gothic";
  font-weight: normal;
}
p.chapeau {
  font-size: 1.05rem;
  margin: 0;
  line-height: 1.7;
  font-family: "Arial";
}
p.chapeau strong {
  font-family: "Century Gothic";
}
p.legende, ul.legende {
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.4;
  font-family: "Arial";
}
p.legende strong, ul.legende strong {
  font-family: "Century Gothic";
}
.actu_term a:hover svg, .single_actu_term a:hover svg {
  color: #777777;
}
.cta_btn_phone_on:hover svg, .cta_btn_phone_off:hover svg {
  color: #777777;
}
.nav_blog_item:hover svg {
  color: #777777;
}
/*=========================================================================*/
/*Poids des images*/
/*=========================================================================*/
.poids-image {
  position: absolute;
  width: auto;
  height: auto;
  background-color: #0f0f10;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1;
  padding: 0.25rem 0.25rem;
  z-index: 3;
  top: 0.8rem;
  left: 0.8rem;
  border-radius: 1rem;
}
.poids-image-data {
  display: none;
  padding: 0 0.2rem;
}
.symbole_feuille_nanosite {
  display: inline-block;
  height: 0.6rem;
  width: auto;
  margin-top: -3px;
}
.poids-image-picto-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.poids-image-picto-container .poids-image-picto {
  display: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #0f0f10;
  opacity: 0.7;
  color: #fff;
  font-size: 0.6rem;
  border-radius: 100%;
  z-index: 3;
}
.multicolonnes_item figure:hover .poids-image-picto {
  display: flex;
}
.col_flexible_item figure:hover .poids-image-picto {
  display: flex;
}
.slider_temoignages_item .poids-image-picto-container {
  align-items: inherit;
  top: 30px;
}
.slider_temoignages_item figure {
  position: relative;
}
.slider_temoignages_item figure:hover .poids-image-picto {
  display: flex;
}
@media (max-width: 640px) {
  .slider_temoignages_item .poids-image-picto-container {
    align-items: inherit;
    top: 20px;
  }
}
/*=========================================================================*/
/*Entry_title sidebar_title*/
/*=========================================================================*/
.entry_title {
  position: relative;
}
.entry_title h1 {
  line-height: 1.5 !important;
  font-family: "Century Gothic";
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}
.entry_title h1 strong {
  color: #0f0f10;
  font-weight: normal;
}
.breadcrumb {
  padding: 0.7rem 0 0 0;
  text-align: center;
}
.breadcrumb p span {
  margin: 0 5px;
  color: #777777;
}
/* Page Catégories Offres et Page Offres*/
/* =================================================== */
.liste_des_offres {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -2rem;
  width: calc(80% + 2rem) !important;
  max-width: calc(1200px + 2rem) !important;
  margin: auto;
}
/*=========================================================================*/
/*page_defaut*/
/*=========================================================================*/
.page_defaut {
  background-color: #ffffff;
}
.page_defaut .entry_title, .page_les_actualites .entry_title, .page_defaut .entry_title .content_width, .page_les_actualites .entry_title .content_width {
  position: relative;
}
.page_defaut .entry_title_bg, .page_les_actualites .entry_title_bg {
  background-color: #720114;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0rem;
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .page_defaut .entry_title_bg, .page_les_actualites .entry_title_bg {
    width: 100%;
    height: 100%;
    top: 0rem;
    left: 0rem;
  }
}
/*=========================================================================*/
/*article_blog*/
/*=========================================================================*/
/*HEADER ARTICLE*/
.article_blog .entry_title {
  padding: 0;
  position: relative;
  background-color: #efede9;
}
.border_graphic_headersingle_topleft, .border_graphic_headersingle_topright, .border_graphic_headersingle_bottomleft, .border_graphic_headersingle_bottomright {
  height: 2.5rem;
  z-index: 1;
  position: absolute;
}
.border_graphic_headersingle_topleft svg, .border_graphic_headersingle_topright svg, .border_graphic_headersingle_bottomleft svg, .border_graphic_headersingle_bottomright svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.border_graphic_headersingle_topleft {
  width: calc(50% - 2rem);
  top: -1.25rem;
  left: 0;
}
.border_graphic_headersingle_topleft svg path {
  fill: #efede9;
}
.border_graphic_headersingle_topright {
  width: calc(50% + 2rem);
  top: -1.25rem;
  right: 0;
}
.border_graphic_headersingle_topright svg path {
  fill: #720114;
}
.border_graphic_headersingle_bottomleft {
  width: calc(50% - 2rem);
  bottom: -1.25rem;
  left: 0;
}
.border_graphic_headersingle_bottomleft svg path {
  fill: #efede9;
}
.border_graphic_headersingle_bottomright {
  width: calc(50% + 2rem);
  bottom: -1.25rem;
  right: 0;
}
.border_graphic_headersingle_bottomright svg path {
  fill: #720114;
}
.article_blog .entry_title .post_thumbnail {
  padding: 2.5rem 0 2.5rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article_blog .entry_title .post_thumbnail_image {
  width: 50%;
  position: relative;
  border-radius: 0.5rem;
}
.article_blog .entry_title .post_thumbnail_image figure {
  width: 100%;
  margin: 0;
  padding-top: 56.25%;
  background-color: #e0d8d1;
  position: relative;
  border-radius: 0.5rem;
}
.article_blog .entry_title .post_thumbnail_image figure img {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.article_blog .entry_title .post_thumbnail_texte {
  width: 50%;
  position: relative;
}
.article_blog .entry_title .post_thumbnail_texte_inner {
  position: absolute;
  width: 100%;
  padding-left: 2rem;
  top: 50%;
  transform: translate(0, -50%);
}
.article_blog .retour_offres {
  color: #d89c90;
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-size: 0.85rem;
}
.article_blog .retour_offres svg {
  height: 0.85rem;
  margin-right: 0.3rem;
  vertical-align: -2px;
}
.article_blog .entry_title h1 {
  padding-top: 0;
  text-align: left;
  color: #fff;
}
.post_thumbnail_bg {
  background-color: #720114;
  width: calc(50% + 2rem);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0rem;
}
.post_thumbnail_deco {
  position: absolute;
  height: 18rem;
  width: 18rem;
  top: 50%;
  left: -11rem;
  margin-top: -10rem;
  transform: rotate(-45deg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .post_thumbnail_deco {
    display: none;
  }
}
.single_term {
  padding-bottom: 1rem;
}
.single_term .term_link {
  white-space: nowrap;
  color: #d89c90;
  transition: 0.1s color ease-in-out;
}
.single_term .term_link:hover {
  color: #e0d8d1;
  transition: 0.1s color ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .article_blog .entry_title .post_thumbnail {
    padding: 3.5rem 0 2.5rem 0;
    width: 100%;
  }
  .article_blog .entry_title .post_thumbnail_texte_inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .article_blog .entry_title .post_thumbnail_image, .article_blog .entry_title .post_thumbnail_image figure, .article_blog .entry_title .post_thumbnail_image figure img {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  .border_graphic_headersingle_topleft, .border_graphic_headersingle_topright, .border_graphic_headersingle_bottomleft, .border_graphic_headersingle_bottomright {
    height: 2rem;
  }
  .border_graphic_headersingle_topleft {
    top: -1rem;
  }
  .border_graphic_headersingle_topright {
    top: -1rem;
  }
  .border_graphic_headersingle_bottomleft {
    bottom: -1rem;
  }
  .border_graphic_headersingle_bottomright {
    bottom: -1rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .article_blog .entry_title .post_thumbnail {
    padding: 2rem 0 2rem 0;
  }
  .post_thumbnail_bg {
    background-color: #efede9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0rem;
    right: 0rem;
  }
  .article_blog .entry_title .post_thumbnail_image {
    width: 100%;
    position: relative;
  }
  .article_blog .entry_title .post_thumbnail_texte {
    width: 100%;
    position: relative;
  }
  .article_blog .entry_title .post_thumbnail_texte_inner {
    position: relative;
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-top: -2rem;
    padding: 2rem;
    top: inherit;
    transform: inherit;
    background-color: #720114;
  }
  .article_blog .retour_offres {
    text-align: center;
  }
  .single_term {
    text-align: center;
  }
  .article_blog .entry_title h1 {
    padding-top: 0;
    text-align: center;
  }
  .border_graphic_headersingle_topleft, .border_graphic_headersingle_topright, .border_graphic_headersingle_bottomleft, .border_graphic_headersingle_bottomright {
    height: 3rem;
  }
  .border_graphic_headersingle_topleft {
    top: -1.5rem;
    width: 100%;
  }
  .border_graphic_headersingle_topright {
    display: none;
  }
  .border_graphic_headersingle_bottomleft {
    bottom: -1.5rem;
    width: 100%;
  }
  .border_graphic_headersingle_bottomright {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .article_blog .entry_title .post_thumbnail {
    padding: 2rem 0 2rem 0;
    width: 100%;
  }
  .post_thumbnail_bg {
    background-color: #efede9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0rem;
    right: 0rem;
  }
  .article_blog .entry_title .post_thumbnail_image {
    width: 100%;
    position: relative;
  }
  .article_blog .entry_title .post_thumbnail_image, .article_blog .entry_title .post_thumbnail_image figure, .article_blog .entry_title .post_thumbnail_image figure img {
    border-radius: 0;
  }
  .article_blog .entry_title .post_thumbnail_texte {
    width: 100%;
    position: relative;
  }
  .article_blog .entry_title .post_thumbnail_texte_inner {
    position: relative;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-top: -1rem;
    padding: 1.5rem 1rem;
    top: inherit;
    transform: inherit;
    background-color: #720114;
  }
  .article_blog .retour_offres {
    text-align: center;
  }
  .single_term {
    text-align: center;
  }
  .article_blog .entry_title h1 {
    padding-top: 0;
    text-align: center;
  }
  .border_graphic_headersingle_topleft, .border_graphic_headersingle_topright, .border_graphic_headersingle_bottomleft, .border_graphic_headersingle_bottomright {
    height: 2rem;
  }
  .border_graphic_headersingle_topleft {
    top: -1rem;
    width: 100%;
  }
  .border_graphic_headersingle_topright {
    display: none;
  }
  .border_graphic_headersingle_bottomleft {
    bottom: -1rem;
    width: 100%;
  }
  .border_graphic_headersingle_bottomright {
    display: none;
  }
}
/*Partage d'article*/
.article_share {
  padding: 1rem 0 1rem 0;
  border-bottom: 1px solid #e0d8d1;
  display: flex;
  flex-wrap: wrap;
}
.article_share_date {
  width: 30%;
  text-transform: uppercase;
  padding-top: 0.5rem;
}
.article_share_icones {
  width: 70%;
  text-align: right;
}
.article_share_icones br {
  display: none;
}
.share_button {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: none !important;
  vertical-align: -12px;
  margin: 0 3px;
  position: relative;
  background-color: #e0d8d1;
  transition: 0.1s background-color ease-in-out !important;
}
.share_button svg {
  height: 0.8rem;
  color: #2c2f36;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.05s color ease-in-out !important;
}
.share_button:hover {
  background-color: #0f0f10;
  transition: 0.1s background-color ease-in-out !important;
}
.share_button:hover svg {
  color: #e0d8d1;
  transition: 0.05s color ease-in-out !important;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .article_share {
    padding: 2rem 0 2rem 0;
  }
  .article_share_date {
    width: 100%;
    padding-top: 0rem;
    text-align: center;
    padding-bottom: 1rem;
  }
  .article_share_icones {
    width: 100%;
    text-align: center;
  }
  .article_share_icones span {
    padding-bottom: 0.5rem;
    display: inline-block;
  }
  .article_share_icones br {
    display: block;
  }
}
/*=========================================================================*/
/*page_les_actualites*/
/*=========================================================================*/
/*IMAGE DE FOND (POSTTHUMBNAIL)*/
.page_les_actualites .articles_wrapper {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: calc(80% + 2rem) !important;
  max-width: calc(1200px + 2rem) !important;
  margin: auto;
}
#charger_les_images_wrapper {
  padding: 1.5rem 0;
  text-align: right;
}
#charger_les_images_switch_label {
  margin-left: 0.5rem;
  vertical-align: -2px;
}
#charger_les_images_switch_label .slider::before {
  background-color: #0f0f10;
}
#charger_les_images_switch_label {
  opacity: 1;
  transition: 0.5s opacity ease-in-out;
}
#charger_les_images {
  opacity: 1;
  transition: 0.5s opacity ease-in-out;
  font-size: 0.85rem;
  vertical-align: 3px;
}
.remove_margin {
  margin-top: -2rem;
}
/*=========================================================================*/
/*page_accueil*/
/*=========================================================================*/
.entry_title_home {
  position: relative;
  background-color: #fff;
}
.entry_title_home_bordertop {
  height: 2.5rem;
  background-color: #720114;
  position: relative;
  z-index: 1;
}
.entry_title_home_content {
  position: relative;
  background-color: #fff;
  padding: 10rem 0;
}
.entry_title_home_content .content_width {
  position: relative;
  z-index: 1;
}
.entry_title_home_borderbottom {
  height: 2.5rem;
  background-color: #720114;
  position: relative;
}
.entry_title_home_bordertop .border_graphic_bottom svg path {
  fill: #720114;
}
.entry_title_home_bordertop .border_graphic_bottom {
  z-index: 1;
}
.entry_title_home_borderbottom .border_graphic_top svg path {
  fill: #720114;
}
.entry_title_home_borderbottom .border_graphic_top {
  z-index: 1;
}
@media only screen and (min-width: 1000px) {
  .entry_title_home_borderbottom .border_graphic_top {
    height: 2.5rem;
    top: -1.75rem;
  }
  .entry_title_home_bordertop .border_graphic_bottom {
    height: 2.5rem;
    bottom: -1.75rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .entry_title_home_borderbottom .border_graphic_top {
    height: 1.5rem;
    top: -0.75rem;
  }
  .entry_title_home_bordertop .border_graphic_bottom {
    height: 1.5rem;
    bottom: -0.75rem;
  }
}
#logo_restoria_home {
  width: 25rem;
  height: auto;
  margin-bottom: 1rem;
}
#entry_title_home_accroche {
  font-family: "Century Gothic";
  font-size: 1.5rem;
  color: #2c2f36;
}
#entry_title_home_cta {
  text-align: left;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #logo_restoria_home {
    width: 20rem;
    max-width: 80%;
  }
  #entry_title_home_accroche {
    font-size: 1.4rem;
  }
}
#entry_title_home_image {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% auto;
}
@media only screen and (min-width: 1250px) {
  #entry_title_home_image {
    background-position: center center;
    background-size: 90% auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1250px) {
  #entry_title_home_image {
    background-position: 0 center;
    background-size: cover;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  #logo_restoria_home {
    display: block;
    margin: auto;
    margin-bottom: 1rem;
  }
  #entry_title_home_accroche {
    text-align: center;
  }
  #entry_title_home_cta {
    text-align: center;
  }
  .entry_title_home_content {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }
  #entry_title_home_image {
    width: 100%;
    height: 25rem;
    position: relative;
    background-position: center top;
    background-size: cover;
  }
}
/*=========================================================================*/
/* Page contact */
/*=========================================================================*/
.coldouble_contact {
  width: calc(80% + 2rem) !important;
  max-width: calc(1200px + 2rem) !important;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.coldouble_contact_left {
  width: calc(33.33% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.coldouble_contact_right {
  width: calc(66.66% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.coldouble_contact_right h2 {
  padding-top: 0 !important;
}
.coldouble_contact_right .nf-form-cont {
  margin-top: 0;
}
/*Bloc coordonnées*/
#coordonnees {
  width: 100%;
}
#coordonnees_wrapper {
  background-color: #fff;
  padding: 1.5rem 2rem;
}
.coordonnees_p_i {
  padding-left: 2rem;
  margin-bottom: 0.8rem;
  position: relative;
}
.coordonnees_p_i svg {
  height: 1rem;
  color: #9D061F;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
.coordonnees_p_i:last-child {
  margin-bottom: 0rem;
}
.coordonnees_p_i a {
  padding: 5px 0;
  border-bottom: 0px solid #c0796b;
  box-shadow: inset 0 -1px 0 #c0796b;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1);
}
.coordonnees_p_i a:hover {
  box-shadow: inset 0 -1.7rem 0 #c0796b;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1);
}
#coordonnees_image {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  border-radius: 0.5rem 0.5rem 0 0;
}
#coordonnees_image_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 0.5rem 0.5rem 0 0;
}
#coordonnees_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}
.colsimple_contact {
  max-width: 700px;
  display: flex;
  justify-content: center;
}
.colsimple_contact_left {
  width: 50%;
}
.colsimple_contact_right {
  width: 50%;
}
.colsimple_contact_right #coordonnees_image {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .coldouble_contact {
    width: calc(85% + 2rem);
  }
  .coldouble_contact_left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #coordonnees {
    width: 50%;
  }
  #coordonnees_image {
    background: #777777;
    width: 50%;
    padding-top: 0%;
  }
  .coldouble_contact_right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-top: 3rem;
  }
  .colsimple_contact_left #coordonnees {
    width: 100%;
  }
  .colsimple_contact_right #coordonnees_image {
    width: 100%;
  }
  #coordonnees_image, #coordonnees_image_wrapper, #coordonnees_image img {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .coldouble_contact {
    width: calc(85% + 2rem);
  }
  .coldouble_contact_left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .coldouble_contact_right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-top: 3rem;
  }
  .colsimple_contact {
    max-width: none;
    display: block;
  }
  .colsimple_contact_left {
    width: 100%;
  }
  .colsimple_contact_right {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .coldouble_contact {
    width: 85%;
  }
  .coldouble_contact_left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .coldouble_contact_right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-top: 3rem;
  }
  .colsimple_contact {
    max-width: none;
    display: block;
  }
  .colsimple_contact_left {
    width: 100%;
  }
  .colsimple_contact_right {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .coldouble_contact {
    width: calc(100% - 50px);
  }
  .coldouble_contact_left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .coldouble_contact_right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-top: 3rem;
  }
  .colsimple_contact {
    max-width: none;
    display: block;
  }
  .colsimple_contact_left {
    width: 100%;
  }
  .colsimple_contact_right {
    width: 100%;
  }
}
.block {
  position: relative;
}
.padding_section {
  padding: 3.5rem 0;
}
.padding_section_top {
  padding-top: 3.5rem;
}
.padding_section_bottom {
  padding-bottom: 3.5rem;
}
.fond_clair {
  background-color: #efede9;
}
.fond_clair2 {
  background-color: #e0d8d1;
}
.fond_rouge {
  background-color: #720114;
}
.width_full {
  width: 100%;
}
.width_700 {
  max-width: 700px;
  margin: auto;
}
.width_850 {
  max-width: 850px;
  margin: auto;
}
.cta_btn_lead.cta_align_left {
  text-align: left;
}
.cta_btn_lead.cta_align_center {
  text-align: center;
}
.cta_btn_lead.cta_align_right {
  text-align: right;
}
input.cta_btn_lead.cta_align_left {
  display: block;
  margin-left: 0;
  margin-right: inherit;
}
input.cta_btn_lead.cta_align_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
input.cta_btn_lead.cta_align_right {
  display: block;
  margin-left: inherit;
  margin-right: 0;
}
.border_graphic_top {
  height: 3rem;
  width: 100%;
  position: absolute;
  top: -1.5rem;
  left: 0;
  z-index: 1;
}
.border_graphic_top svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.border_graphic_top svg path {
  fill: #fff;
}
.fond_clair .border_graphic_top svg path {
  fill: #efede9;
}
.fond_clair2 .border_graphic_top svg path {
  fill: #e0d8d1;
}
.fond_rouge .border_graphic_top svg path {
  fill: #720114;
}
.border_graphic_bottom {
  height: 3rem;
  width: 100%;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  z-index: 1;
}
.border_graphic_bottom svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.border_graphic_bottom svg path {
  fill: #fff;
}
.fond_clair .border_graphic_bottom svg path {
  fill: #efede9;
}
.fond_clair2 .border_graphic_bottom svg path {
  fill: #e0d8d1;
}
.fond_rouge .border_graphic_bottom svg path {
  fill: #720114;
}
.entry_title_bg .border_graphic_top svg path {
  fill: #720114;
}
.entry_title_bg .border_graphic_bottom svg path {
  fill: #720114;
}
.entry_title_bg .border_graphic_bottom {
  z-index: 1;
}
@media only screen and (min-width: 1000px) {
  .border_graphic_top {
    height: 3rem;
    top: -1.5rem;
  }
  .border_graphic_bottom {
    height: 3rem;
    bottom: -1.5rem;
  }
  .entry_title_bg .border_graphic_top {
    height: 2.5rem;
    top: -1.75rem;
  }
  .entry_title_bg .border_graphic_bottom {
    height: 2.5rem;
    bottom: -1.75rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .border_graphic_top {
    height: 2rem;
    top: -1rem;
  }
  .border_graphic_bottom {
    height: 2rem;
    bottom: -1rem;
  }
  .entry_title_bg .border_graphic_top {
    height: 1.5rem;
    top: -0.75rem;
  }
  .entry_title_bg .border_graphic_bottom {
    height: 1.5rem;
    bottom: -0.75rem;
  }
}
.block_zindex {
  position: relative;
  z-index: 1;
}
.dessin_en_fond {
  position: absolute;
  opacity: 0.1;
  background-size: cover;
  z-index: 1;
}
.fond_rouge .dessin_en_fond {
  opacity: 0.2;
}
.dessin_haut_gauche {
  top: 1rem;
  left: 1rem;
}
.dessin_haut_droite {
  top: 1rem;
  right: 1rem;
}
.dessin_bas_gauche {
  bottom: 1rem;
  left: 1rem;
}
.dessin_bas_droite {
  bottom: 1rem;
  right: 1rem;
}
.dessin_en_fond_aubergine.dessin_haut_gauche {
  left: -2rem;
}
.dessin_en_fond_aubergine.dessin_haut_droite {
  right: -3rem;
  transform: rotate(300deg);
  top: 2rem;
}
.dessin_en_fond_aubergine.dessin_bas_gauche {
  left: -2rem;
}
.dessin_en_fond_aubergine.dessin_bas_droite {
  right: -3rem;
  transform: rotate(300deg);
}
.dessin_en_fond_betterave.dessin_haut_gauche {
  left: -2rem;
}
.dessin_en_fond_betterave.dessin_haut_droite {
  right: -3rem;
  transform: rotate(50deg);
}
.dessin_en_fond_betterave.dessin_bas_gauche {
  left: -2rem;
}
.dessin_en_fond_betterave.dessin_bas_droite {
  right: -3rem;
  transform: rotate(50deg);
}
.dessin_en_fond_oignon.dessin_haut_gauche {
  left: -2rem;
}
.dessin_en_fond_oignon.dessin_haut_droite {
  right: -3rem;
  transform: rotate(300deg);
}
.dessin_en_fond_oignon.dessin_bas_gauche {
  left: -2rem;
}
.dessin_en_fond_oignon.dessin_bas_droite {
  right: -3rem;
  transform: rotate(300deg);
}
.dessin_en_fond_avocat.dessin_haut_gauche {
  left: -3rem;
  top: 2rem;
}
.dessin_en_fond_avocat.dessin_haut_droite {
  right: -3rem;
  top: 2rem;
  transform: rotate(300deg);
}
.dessin_en_fond_avocat.dessin_bas_gauche {
  left: -3rem;
}
.dessin_en_fond_avocat.dessin_bas_droite {
  right: -3rem;
  transform: rotate(300deg);
}
@media only screen and (min-width: 1850px) {
  .dessin_en_fond_aubergine, .dessin_en_fond_betterave, .dessin_en_fond_oignon, .dessin_en_fond_avocat {
    height: 22rem;
    width: 22rem;
  }
  .dessin_en_fond_aubergine.dessin_haut_gauche {
    left: -4rem;
  }
  .dessin_en_fond_aubergine.dessin_haut_droite {
    right: -4rem;
    top: 2rem;
  }
  .dessin_en_fond_aubergine.dessin_bas_gauche {
    left: -4rem;
  }
  .dessin_en_fond_aubergine.dessin_bas_droite {
    right: -4rem;
  }
  .dessin_en_fond_betterave.dessin_haut_gauche {
    left: -4rem;
  }
  .dessin_en_fond_betterave.dessin_haut_droite {
    right: -4rem;
  }
  .dessin_en_fond_betterave.dessin_bas_gauche {
    left: -4rem;
  }
  .dessin_en_fond_betterave.dessin_bas_droite {
    right: -4rem;
  }
  .dessin_en_fond_oignon.dessin_haut_gauche {
    left: -4rem;
  }
  .dessin_en_fond_oignon.dessin_haut_droite {
    right: -4rem;
  }
  .dessin_en_fond_oignon.dessin_bas_gauche {
    left: -4rem;
  }
  .dessin_en_fond_oignon.dessin_bas_droite {
    right: -4rem;
  }
  .dessin_en_fond_avocat.dessin_haut_gauche {
    left: -4rem;
    top: 2rem;
  }
  .dessin_en_fond_avocat.dessin_haut_droite {
    right: -4rem;
    top: 2rem;
  }
  .dessin_en_fond_avocat.dessin_bas_gauche {
    left: -4rem;
  }
  .dessin_en_fond_avocat.dessin_bas_droite {
    right: -4rem;
  }
}
@media only screen and (min-width: 1650px) and (max-width: 1850px) {
  .dessin_en_fond_aubergine, .dessin_en_fond_betterave, .dessin_en_fond_oignon, .dessin_en_fond_avocat {
    height: 19rem;
    width: 19rem;
  }
}
@media only screen and (min-width: 400px) and (max-width: 1650px) {
  .dessin_en_fond_aubergine, .dessin_en_fond_betterave, .dessin_en_fond_oignon, .dessin_en_fond_avocat {
    height: 15.5rem;
    width: 15.5rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  .dessin_en_fond {
    display: none;
  }
}
.col_double {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col_double_imgleft {
  flex-direction: row;
}
.col_double_imgright {
  flex-direction: row-reverse;
}
.col_left {
  width: calc(50% - 1rem);
  position: relative;
}
.col_left_wrapper {
  position: relative;
  height: 100%;
}
.col_left_wrapper_padding, .col_right_wrapper_padding {
  padding: 4rem 0;
}
.col_right {
  width: calc(50% - 1rem);
  position: relative;
}
.col_right_wrapper {
  position: relative;
  height: 100%;
}
.col_double_imgright .col_right_wrapper.entry-content {
  padding-right: 2rem;
}
.col_double_imgleft .col_right_wrapper.entry-content {
  padding-left: 2rem;
}
.cb_video_iframe_embed {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 0.5rem;
}
.afficher_la_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #0f0f10;
  cursor: pointer;
  border-radius: 0.5rem;
}
.afficher_la_video_bg_wrapper {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.afficher_la_video_bg_wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  border-radius: 0.5rem;
}
.afficher_la_video_play {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 50%;
  left: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  border-radius: 2rem;
  border: 2px solid #efede9;
}
.afficher_la_video_play_i {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  left: 50%;
  margin-left: -0.7rem;
  margin-top: -0.8rem;
}
.afficher_la_video_play_i path {
  fill: #efede9;
}
.cb_video_iframe_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.image_simple_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 0.5rem;
}
.image_simple {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  border-radius: 0.5rem;
}
.image_simple img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
img.image_simple_ajustee {
  object-fit: contain;
}
img.image_simple_recadree {
  object-fit: cover;
}
.ajouter_une_legende {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translate(0, 100%);
  padding-top: 0.2rem;
  color: #9D061F;
  z-index: 3;
}
.fond_rouge .ajouter_une_legende {
  color: #e0d8d1;
}
.image_forme_custom_1, .image_forme_custom_2, .image_forme_custom_3 {
  z-index: 2;
  position: relative;
}
.svg_path_forme_wrapper {
  display: block;
}
.image_forme_custom_wrapper_svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.image_forme_custom_1 {
  -webkit-clip-path: url(#svg_path_forme_custom_1);
  clip-path: url(#svg_path_forme_custom_1);
}
.image_forme_custom_2 {
  -webkit-clip-path: url(#svg_path_forme_custom_2);
  clip-path: url(#svg_path_forme_custom_2);
}
.image_forme_custom_3 {
  -webkit-clip-path: url(#svg_path_forme_custom_3);
  clip-path: url(#svg_path_forme_custom_3);
}
.image_forme_custom_wrapper {
  position: absolute;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  top: -0.5rem;
  left: -0.5rem;
  z-index: 1;
}
.image_forme_custom_1_background, .image_forme_custom_2_background, .image_forme_custom_3_background {
  fill: #efede9;
}
.fond_clair .image_forme_custom_1_background, .fond_clair .image_forme_custom_2_background, .fond_clair .image_forme_custom_3_background {
  fill: #e0d8d1;
}
.fond_clair2 .image_forme_custom_1_background, .fond_clair2 .image_forme_custom_2_background, .fond_clair2 .image_forme_custom_3_background {
  fill: #C7B8B8;
  opacity: 0.5;
}
.fond_rouge .image_forme_custom_1_background, .fond_rouge .image_forme_custom_2_background, .fond_rouge .image_forme_custom_3_background {
  fill: #9D061F;
  opacity: 0.5;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .col_left {
    width: 100%;
  }
  .col_left_wrapper_padding, .col_right_wrapper_padding {
    padding: 0rem 0;
  }
  .col_right {
    width: 100%;
    padding-top: 3rem;
  }
  .image_simple_wrapper {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .cb_video_iframe_embed {
    height: inherit;
    padding-top: 56.25%;
  }
  .col_double_imgright .col_right_wrapper.entry-content {
    padding-right: 0rem;
  }
  .col_double_imgleft .col_right_wrapper.entry-content {
    padding-left: 0rem;
  }
}
.zone_texte_avant_colonnes {
  padding-bottom: 3rem;
}
.zone_texte_avant_colonnes_nopadding {
  padding-bottom: 0rem;
}
.separateur_de_la_colonne_titre_wrapper_wrapper {
  position: relative;
}
.separateur_de_la_colonne_titre_space {
  padding-bottom: 2rem;
}
.separateur_de_la_colonne_titre_wrapper {
  position: absolute;
  width: 100%;
}
.separateur_de_la_colonne_titre {
  width: 6rem;
  max-width: 100%;
  height: 2px;
  background-color: #e0d8d1;
  position: absolute;
}
.separateur_titre_a_gauche {
  left: 0;
}
.separateur_titre_centre {
  left: 50%;
  transform: translate(-50%, 0);
}
.separateur_titre_a_droite {
  right: 0;
}
.fond_clair .separateur_de_la_colonne_titre, .fond_clair2 .separateur_de_la_colonne_titre {
  background-color: #fff;
}
.fond_rouge .separateur_de_la_colonne_titre {
  background-color: #9D061F;
}
.col_flexible_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col_flexible_1 .col_flexible_wrapper {
  display: block;
}
.col_flexible_2 .col_flexible_item {
  position: relative;
}
.col_flexible_2 .prop_colonnes_12_12 .col_flexible_item:nth-child(odd), .col_flexible_2 .prop_colonnes_12_12 .col_flexible_item:nth-child(even) {
  width: calc(50% - 1rem);
}
.col_flexible_2 .prop_colonnes_13_23 .col_flexible_item:nth-child(odd) {
  width: calc(33.3333% - 1.333rem);
}
.col_flexible_2 .prop_colonnes_13_23 .col_flexible_item:nth-child(even) {
  width: calc(66.6666% - 0.666rem);
}
.col_flexible_2 .prop_colonnes_23_13 .col_flexible_item:nth-child(odd) {
  width: calc(66.6666% - 0.666rem);
}
.col_flexible_2 .prop_colonnes_23_13 .col_flexible_item:nth-child(even) {
  width: calc(33.3333% - 1.333rem);
}
.col_flexible_2 .col_flexible_item:nth-child(odd) .entry-content {
  padding-right: 2rem;
}
.col_flexible_2 .col_flexible_item:nth-child(even) .entry-content {
  padding-left: 2rem;
}
.col_flexible_2 .col_flexible_item:nth-child(odd).col_flexible_bordure .entry-content, .col_flexible_2 .col_flexible_item:nth-child(even).col_flexible_bordure .entry-content {
  padding-right: 0rem;
  padding-left: 0rem;
}
.col_flexible_2 .col_flexible_item:nth-child(odd) .col_flexible_bordure .entry-content, .col_flexible_2 .col_flexible_item:nth-child(even) .col_flexible_bordure .entry-content {
  padding-right: 0rem;
  padding-left: 0rem;
}
.col_flexible_2 .col_flexible_item:nth-child(odd).col_flexible_icone .figure_col_flex_icone {
  margin-left: -2rem;
}
.col_flexible_2 .col_flexible_item:nth-child(odd).col_flexible_icone.col_flexible_bordure .figure_col_flex_icone {
  margin-left: inherit;
}
.col_flexible_2 .col_flexible_item:nth-child(even).col_flexible_icone .figure_col_flex_icone {
  margin-right: -2rem;
}
.col_flexible_2 .col_flexible_item:nth-child(even).col_flexible_icone.col_flexible_bordure .figure_col_flex_icone {
  margin-left: inherit;
}
.col_flexible_2 .col_flexible_item:nth-child(odd) .entry-content.bloc_questions_reponses {
  padding-right: 0rem;
}
.col_flexible_2 .col_flexible_item:nth-child(even) .entry-content.bloc_questions_reponses {
  padding-left: 0rem;
}
.col_flexible_2 .col_flexible_item:nth-child(odd).col_flexible_cta .cta_btn_lead.cta_align_center {
  margin-right: 1rem;
}
.col_flexible_2 .col_flexible_item:nth-child(odd).col_flexible_cta .cta_btn_lead.cta_align_right {
  right: 2rem;
}
.col_flexible_2 .col_flexible_item:nth-child(even).col_flexible_cta .cta_btn_lead.cta_align_left {
  left: 2rem;
}
.col_flexible_2 .col_flexible_item:nth-child(even).col_flexible_cta .cta_btn_lead.cta_align_center {
  margin-left: 1rem;
}
.col_flexible_2 .col_flexible_item:nth-child(odd).col_flexible_sansbordure.col_flexible_cta .cta_btn_lead {
  bottom: 0;
}
.col_flexible_2 .col_flexible_item:nth-child(even).col_flexible_sansbordure.col_flexible_cta .cta_btn_lead {
  bottom: 0;
}
.col_flexible_3 .col_flexible_item:nth-child(1) .entry-content {
  padding-right: 1.33rem;
}
.col_flexible_3 .col_flexible_item:nth-child(2) .entry-content {
  padding-left: 0.66rem;
  padding-right: 0.66rem;
}
.col_flexible_3 .col_flexible_item:nth-child(3) .entry-content {
  padding-left: 1.33rem;
}
.col_flexible_3 .col_flexible_item:nth-child(1).col_flexible_bordure .entry-content {
  padding-right: 0rem;
}
.col_flexible_3 .col_flexible_item:nth-child(2).col_flexible_bordure .entry-content {
  padding-left: 0rem;
  padding-right: 0rem;
}
.col_flexible_3 .col_flexible_item:nth-child(3).col_flexible_bordure .entry-content {
  padding-left: 0rem;
}
.col_flexible_3 .col_flexible_item:nth-child(1) .col_flexible_bordure .entry-content {
  padding-right: 0rem;
}
.col_flexible_3 .col_flexible_item:nth-child(2) .col_flexible_bordure .entry-content {
  padding-left: 0rem;
  padding-right: 0rem;
}
.col_flexible_3 .col_flexible_item:nth-child(3) .col_flexible_bordure .entry-content {
  padding-left: 0rem;
}
.col_flexible_3 .col_flexible_item:nth-child(1).col_flexible_icone .figure_col_flex_icone {
  margin-left: -0.66rem;
}
.col_flexible_3 .col_flexible_item:nth-child(3).col_flexible_icone .figure_col_flex_icone {
  margin-left: 0.66rem;
}
.col_flexible_3 .col_flexible_item:nth-child(1).col_flexible_icone.col_flexible_bordure .figure_col_flex_icone, .col_flexible_3 .col_flexible_item:nth-child(2).col_flexible_icone.col_flexible_bordure .figure_col_flex_icone, .col_flexible_3 .col_flexible_item:nth-child(3).col_flexible_icone.col_flexible_bordure .figure_col_flex_icone {
  margin-left: inherit;
}
.col_flexible_3 .col_flexible_item:nth-child(1) .entry-content.bloc_questions_reponses, .col_flexible_3 .col_flexible_item:nth-child(2) .entry-content.bloc_questions_reponses, .col_flexible_3 .col_flexible_item:nth-child(3) .entry-content.bloc_questions_reponses {
  padding-left: 0rem;
  padding-right: 0rem;
}
.col_flexible_3 .col_flexible_item:nth-child(1).col_flexible_cta .cta_btn_lead.cta_align_center {
  margin-right: 0.66rem;
}
.col_flexible_3 .col_flexible_item:nth-child(1).col_flexible_cta .cta_btn_lead.cta_align_right {
  right: 1.33rem;
}
.col_flexible_3 .col_flexible_item:nth-child(2).col_flexible_cta .cta_btn_lead.cta_align_left {
  left: 1.33rem;
}
.col_flexible_3 .col_flexible_item:nth-child(2).col_flexible_cta .cta_btn_lead.cta_align_center {
  margin-left: 0.66rem;
}
.col_flexible_3 .col_flexible_item:nth-child(3).col_flexible_cta .cta_btn_lead.cta_align_left {
  left: 1.33rem;
}
.col_flexible_3 .col_flexible_item:nth-child(3).col_flexible_cta .cta_btn_lead.cta_align_center {
  margin-left: 0.66rem;
}
.col_flexible_3 .col_flexible_item:nth-child(1).col_flexible_sansbordure.col_flexible_cta .cta_btn_lead {
  bottom: 0;
}
.col_flexible_3 .col_flexible_item:nth-child(2).col_flexible_sansbordure.col_flexible_cta .cta_btn_lead {
  bottom: 0;
}
.col_flexible_3 .col_flexible_item:nth-child(3).col_flexible_sansbordure.col_flexible_cta .cta_btn_lead {
  bottom: 0;
}
.col_flexible_3 .col_flexible_item:nth-child(2).col_flexible_sansbordure.col_flexible_cta .cta_btn_lead.cta_align_left {
  left: 0.66rem;
}
.col_flexible_3 .col_flexible_item:nth-child(2).col_flexible_sansbordure.col_flexible_cta .cta_btn_lead.cta_align_center {
  margin-left: 0rem;
}
.col_flexible_3 .col_flexible_item {
  width: calc(33.3333% - 1.333rem);
  position: relative;
}
.col_flexible_bordure {
  padding: 1.5rem;
  background-color: #efede9;
}
.fond_rouge .col_flexible_bordure {
  background-color: #0f0f10;
}
.fond_clair .col_flexible_bordure, .fond_clair2 .col_flexible_bordure {
  background-color: #fff;
}
.col_flexible_icone {
  padding-top: 120px;
  position: relative;
}
.col_flexible_cta {
  padding-bottom: 6rem;
  position: relative;
}
.col_flexible_bordure.col_flexible_cta {
  padding-bottom: 6.5rem;
}
.col_flexible .cta_btn_lead {
  margin-top: 2.5rem;
}
.col_flexible .cta_btn_lead.cta_btn_lead_nomargintop {
  margin-top: 0;
}
.col_flexible_cta .cta_btn_lead {
  position: absolute;
}
.col_flexible_cta .cta_btn_lead.cta_align_left {
  bottom: 1.5rem;
  left: 0rem;
  margin-top: 0;
}
.col_flexible_cta .cta_btn_lead.cta_align_center {
  bottom: 1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 0;
}
.col_flexible_cta .cta_btn_lead.cta_align_right {
  bottom: 1.5rem;
  right: 0rem;
  margin-top: 0;
}
.col_flexible_bordure.col_flexible_cta .cta_btn_lead.cta_align_left {
  left: 1.5rem;
}
.col_flexible_bordure.col_flexible_cta .cta_btn_lead.cta_align_right {
  right: 1.5rem;
}
.col_flexible_icone .entry-content {
  padding-top: 0.5rem;
}
.figure_col_flex_icone {
  width: 120px;
  height: 120px;
  margin: auto;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.col_flexible_icone_img {
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #efede9;
  background-color: #fff;
}
.fond_clair2 .col_flexible_icone_img {
  border: 2px solid #e0d8d1;
}
.fond_rouge .col_flexible_icone_img {
  border: 2px solid #720114;
}
.col_flexible_image {
  position: relative;
  width: 100%;
  height: 100%;
}
.col_flexible_image_wrapper {
  position: relative;
}
.col_flexible_image_wrapper figure {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  border-radius: 0.5rem;
}
.col_flexible_image_wrapper img {
  border-radius: 0.5rem;
}
.col_flexible_image_wrapper.adapter_a_la_hauteur_des_colonnes {
  width: 100%;
  height: 100%;
}
.col_flexible_image_wrapper.pas_adapter_a_la_hauteur_des_colonnes figure {
  position: inherit;
}
.col_flexible_image_wrapper.adapter_a_la_hauteur_des_colonnes img {
  width: 100%;
  height: 100%;
}
.col_flexible_image_wrapper figure a img {
  transition: 0.1s opacity ease-in-out;
}
.col_flexible_image_wrapper figure a:hover img {
  opacity: 0.5;
  transition: 0.1s opacity ease-in-out;
}
.proportion_original {
  position: relative;
}
.proportion_carre {
  padding-top: 100%;
  position: relative;
}
.proportion_carre figure {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.proportion_carre figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proportion_horizontal {
  padding-top: 56.25%;
  position: relative;
}
.proportion_horizontal figure {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.proportion_horizontal figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proportion_vertical {
  padding-top: 133%;
  position: relative;
}
.proportion_vertical figure {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.proportion_vertical figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.col_flexible .texte_bloc_citation.texte_bloc_citation_centre, .col_flexible .texte_auteur_citation.texte_bloc_citation_centre {
  text-align: center;
}
.col_flexible .texte_bloc_citation.texte_bloc_citation_gauche, .col_flexible .texte_auteur_citation.texte_bloc_citation_gauche {
  text-align: left;
}
.col_flexible .texte_auteur_citation {
  font-family: "Century Gothic";
  padding-top: 1rem;
}
.col_flexible .texte_auteur_citation_role {
  font-family: "Arial";
}
.col_flexible .cb_video_iframe_embed {
  padding-top: 56.25%;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .col_flexible_wrapper {
    display: block;
  }
  .col_flexible_2 .col_flexible_item {
    width: 100%;
  }
  .col_flexible_2 .prop_colonnes_12_12 .col_flexible_item:nth-child(odd), .col_flexible_2 .prop_colonnes_12_12 .col_flexible_item:nth-child(even) {
    width: 100%;
  }
  .col_flexible_2 .prop_colonnes_13_23 .col_flexible_item:nth-child(odd) {
    width: 100%;
  }
  .col_flexible_2 .prop_colonnes_13_23 .col_flexible_item:nth-child(even) {
    width: 100%;
  }
  .col_flexible_2 .prop_colonnes_23_13 .col_flexible_item:nth-child(odd) {
    width: 100%;
  }
  .col_flexible_2 .prop_colonnes_23_13 .col_flexible_item:nth-child(even) {
    width: 100%;
  }
  .col_flexible_3 .col_flexible_item {
    width: 100%;
  }
  .col_flexible_2 .col_flexible_item:nth-child(2) {
    margin-top: 3rem;
  }
  .col_flexible_3 .col_flexible_item.col_flexible_icone:nth-child(2) {
    margin-top: 4rem;
  }
  .col_flexible_3 .col_flexible_item:nth-child(2) {
    margin-top: 3rem;
  }
  .col_flexible_3 .col_flexible_item.col_flexible_icone:nth-child(2) {
    margin-top: 4rem;
  }
  .col_flexible_3 .col_flexible_item:nth-child(3) {
    margin-top: 3rem;
  }
  .col_flexible_3 .col_flexible_item.col_flexible_icone:nth-child(3) {
    margin-top: 4rem;
  }
  .col_flexible_image_wrapper figure {
    position: inherit;
  }
  .col_flexible_image_wrapper.adapter_a_la_hauteur_des_colonnes img {
    height: auto;
  }
  .col_flexible_2 .col_flexible_item:nth-child(odd) .entry-content {
    padding-right: 0;
  }
  .col_flexible_2 .col_flexible_item:nth-child(even) .entry-content {
    padding-left: 0;
  }
  .col_flexible_2 .col_flexible_item:nth-child(odd).col_flexible_bordure .entry-content, .col_flexible_2 .col_flexible_item:nth-child(even).col_flexible_bordure .entry-content {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .col_flexible_2 .col_flexible_item:nth-child(odd).col_flexible_icone .figure_col_flex_icone {
    margin-left: inherit;
  }
  .col_flexible_2 .col_flexible_item:nth-child(odd).col_flexible_icone.col_flexible_bordure .figure_col_flex_icone {
    margin-left: inherit;
  }
  .col_flexible_2 .col_flexible_item:nth-child(even).col_flexible_icone .figure_col_flex_icone {
    margin-right: inherit;
  }
  .col_flexible_2 .col_flexible_item:nth-child(even).col_flexible_icone.col_flexible_bordure .figure_col_flex_icone {
    margin-left: inherit;
  }
  .col_flexible_2 .col_flexible_item:nth-child(odd) .entry-content.bloc_questions_reponses {
    padding-right: 0rem;
  }
  .col_flexible_2 .col_flexible_item:nth-child(even) .entry-content.bloc_questions_reponses {
    padding-left: 0rem;
  }
  .col_flexible_2 .col_flexible_item:nth-child(odd).col_flexible_cta .cta_btn_lead.cta_align_center {
    margin-right: inherit;
  }
  .col_flexible_2 .col_flexible_item:nth-child(odd).col_flexible_cta .cta_btn_lead.cta_align_right {
    right: 0rem;
  }
  .col_flexible_2 .col_flexible_item:nth-child(even).col_flexible_cta .cta_btn_lead.cta_align_left {
    left: 0rem;
  }
  .col_flexible_2 .col_flexible_item:nth-child(even).col_flexible_cta .cta_btn_lead.cta_align_center {
    margin-left: inherit;
  }
  .col_flexible_3 .col_flexible_item:nth-child(1) .entry-content {
    padding-right: 0;
  }
  .col_flexible_3 .col_flexible_item:nth-child(2) .entry-content {
    padding-left: 0;
    padding-right: 0;
  }
  .col_flexible_3 .col_flexible_item:nth-child(3) .entry-content {
    padding-left: 0;
  }
  .col_flexible_3 .col_flexible_item:nth-child(1).col_flexible_bordure .entry-content {
    padding-right: 0rem;
  }
  .col_flexible_3 .col_flexible_item:nth-child(2).col_flexible_bordure .entry-content {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .col_flexible_3 .col_flexible_item:nth-child(3).col_flexible_bordure .entry-content {
    padding-left: 0rem;
  }
  .col_flexible_3 .col_flexible_item:nth-child(1).col_flexible_icone .figure_col_flex_icone {
    margin-left: inherit;
  }
  .col_flexible_3 .col_flexible_item:nth-child(3).col_flexible_icone .figure_col_flex_icone {
    margin-left: inherit;
  }
  .col_flexible_3 .col_flexible_item:nth-child(1).col_flexible_icone.col_flexible_bordure .figure_col_flex_icone, .col_flexible_3 .col_flexible_item:nth-child(2).col_flexible_icone.col_flexible_bordure .figure_col_flex_icone, .col_flexible_3 .col_flexible_item:nth-child(3).col_flexible_icone.col_flexible_bordure .figure_col_flex_icone {
    margin-left: inherit;
  }
  .col_flexible_3 .col_flexible_item:nth-child(1) .entry-content.bloc_questions_reponses, .col_flexible_3 .col_flexible_item:nth-child(2) .entry-content.bloc_questions_reponses, .col_flexible_3 .col_flexible_item:nth-child(3) .entry-content.bloc_questions_reponses {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .col_flexible_3 .col_flexible_item:nth-child(1).col_flexible_cta .cta_btn_lead.cta_align_center {
    margin-right: inherit;
  }
  .col_flexible_3 .col_flexible_item:nth-child(1).col_flexible_cta .cta_btn_lead.cta_align_right {
    right: 0;
  }
  .col_flexible_3 .col_flexible_item:nth-child(2).col_flexible_cta .cta_btn_lead.cta_align_left {
    left: 0;
  }
  .col_flexible_3 .col_flexible_item:nth-child(2).col_flexible_cta .cta_btn_lead.cta_align_center {
    margin-left: inherit;
  }
  .col_flexible_3 .col_flexible_item:nth-child(3).col_flexible_cta .cta_btn_lead.cta_align_left {
    left: 0;
  }
  .col_flexible_3 .col_flexible_item:nth-child(3).col_flexible_cta .cta_btn_lead.cta_align_center {
    margin-left: inherit;
  }
  .col_flexible_3 .col_flexible_item:nth-child(2).col_flexible_sansbordure.col_flexible_cta .cta_btn_lead.cta_align_left {
    left: 0rem;
  }
}
.col_double_wide_imgright, .col_double_wide_imgleft {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col_left_wide_imgleft {
  width: calc(50% - 1rem);
  background-color: #0f0f10;
  position: relative;
}
.col_left_wide_imgleft_img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.col_left_wide_imgleft_img figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.col_left_wide_imgleft_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.col_wide_img_opacity {
  opacity: 1;
}
.col_wide_img_transparent {
  opacity: 0.3;
}
.col_right_wide_imgleft {
  width: calc(50% + 1rem);
}
.col_right_wide_imgleft_wrapper {
  padding-left: 3rem;
}
.col_left_wide_imgright {
  width: calc(50% + 1rem);
}
.col_left_wide_imgright_wrapper {
  padding-right: 3rem;
  float: right;
}
.col_right_wide_imgright {
  width: calc(50% - 1rem);
  background-color: #0f0f10;
  position: relative;
}
.col_right_wide_imgright_img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.col_right_wide_imgright_img figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.col_right_wide_imgright_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.col_left_wide_imgleft_img_texte, .col_right_wide_imgright_img_texte {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.col_left_wide_imgleft_img_texte {
  right: 0;
  padding-right: 2rem;
}
.col_right_wide_imgright_img_texte {
  left: 0;
  padding-left: 2rem;
}
.col_left_wide_imgleft_img_texte p, .col_right_wide_imgright_img_texte p {
  color: #fff;
  font-family: "Century Gothic";
  font-size: 1.5rem;
}
.col_left_wide_imgleft_img_texte p {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .col_left_wide_imgleft {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_right_wide_imgleft {
    width: 100%;
  }
  .col_right_wide_imgleft_wrapper {
    padding-left: 0px;
    width: 85% !important;
    margin: auto;
  }
  .col_left_wide_imgright {
    width: 100%;
  }
  .col_left_wide_imgright_wrapper {
    padding-right: 0px;
    width: 85% !important;
    margin: auto;
    float: none;
  }
  .col_right_wide_imgright {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_left_wide_imgleft_img_texte, .col_right_wide_imgright_img_texte {
    width: 100% !important;
  }
  .col_left_wide_imgleft_img_texte {
    padding-right: 25px;
    padding-left: 25px;
  }
  .col_right_wide_imgright_img_texte {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col_left_wide_imgleft_img_texte p {
    text-align: center;
  }
  .col_right_wide_imgright_img_texte p {
    text-align: center;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .col_left_wide_imgleft {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_right_wide_imgleft {
    width: 100%;
  }
  .col_right_wide_imgleft_wrapper {
    padding-left: 0px;
    width: 85% !important;
    margin: auto;
  }
  .col_left_wide_imgright {
    width: 100%;
  }
  .col_left_wide_imgright_wrapper {
    padding-right: 0px;
    width: 85% !important;
    margin: auto;
    float: none;
  }
  .col_right_wide_imgright {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_left_wide_imgleft_img_texte, .col_right_wide_imgright_img_texte {
    width: 100% !important;
  }
  .col_left_wide_imgleft_img_texte {
    padding-right: 25px;
    padding-left: 25px;
  }
  .col_right_wide_imgright_img_texte {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col_left_wide_imgleft_img_texte p {
    text-align: center;
  }
  .col_right_wide_imgright_img_texte p {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .col_left_wide_imgleft {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_right_wide_imgleft {
    width: 100%;
  }
  .col_right_wide_imgleft_wrapper {
    padding-left: 0px;
    width: 85% !important;
    margin: auto;
  }
  .col_left_wide_imgright {
    width: 100%;
  }
  .col_left_wide_imgright_wrapper {
    padding-right: 0px;
    width: 85% !important;
    margin: auto;
    float: none;
  }
  .col_right_wide_imgright {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_left_wide_imgleft_img_texte, .col_right_wide_imgright_img_texte {
    width: 100% !important;
  }
  .col_left_wide_imgleft_img_texte {
    padding-right: 25px;
    padding-left: 25px;
  }
  .col_right_wide_imgright_img_texte {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col_left_wide_imgleft_img_texte p, .col_right_wide_imgright_img_texte p {
    text-align: center;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .col_left_wide_imgleft {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_right_wide_imgleft {
    width: 100%;
  }
  .col_right_wide_imgleft_wrapper {
    padding-left: 0px;
    width: calc(100% - 50px) !important;
    margin: auto;
  }
  .col_left_wide_imgright {
    width: 100%;
  }
  .col_left_wide_imgright_wrapper {
    padding-right: 0px;
    width: calc(100% - 50px) !important;
    margin: auto;
    float: none;
  }
  .col_right_wide_imgright {
    width: 100%;
    padding-top: 56.25%;
  }
  .col_left_wide_imgleft_img_texte, .col_right_wide_imgright_img_texte {
    width: 100% !important;
  }
  .col_left_wide_imgleft_img_texte {
    padding-right: 25px;
    padding-left: 25px;
  }
  .col_right_wide_imgright_img_texte {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col_left_wide_imgleft_img_texte p, .col_right_wide_imgright_img_texte p {
    text-align: center;
    font-size: 1.3rem;
  }
  .col_left_wide_imgleft_img_texte p br, .col_right_wide_imgright_img_texte p br {
    display: none;
  }
}
.copyright_image {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  text-align: right;
  font-size: 0.6rem;
  line-height: 1;
  padding: 0.2rem 0.35rem;
  color: #0f0f10;
  z-index: 3;
}
.copyright_image_txt {
  position: relative;
  z-index: 3;
}
.copyright_image_bg {
  position: absolute;
  background-color: #fff;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1rem;
}
.fond_clair .copyright_image_bg {
  background-color: #efede9;
}
.fond_clair2 .copyright_image_bg {
  background-color: #e0d8d1;
}
.fond_rouge .copyright_image_bg {
  background-color: #720114;
}
.fond_rouge .copyright_image {
  color: #fff;
}
.texte_bloc_citation span.openquote, .texte_bloc_citation span.closequote {
  color: #9D061F;
  font-size: 4rem;
  line-height: 0;
}
.texte_bloc_citation span.openquote {
  vertical-align: -1.5rem;
  margin-right: 0.5rem;
}
.texte_bloc_citation span.closequote {
  vertical-align: -2rem;
  margin-left: 0.5rem;
}
.bloc_separateur_sep {
  height: 2px;
  width: calc(100% - 12rem);
  margin: auto;
  background-color: #efede9;
}
.fond_clair .bloc_separateur_sep, .fond_clair2 .bloc_separateur_sep {
  background-color: #fff;
}
.fond_rouge .bloc_separateur_sep {
  background-color: #720114;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .bloc_separateur_sep {
    width: 100%;
  }
}
.multicolonnes_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(80% + 2rem) !important;
  max-width: calc(1200px + 2rem) !important;
  margin: auto;
  margin-bottom: -2rem;
}
.multicolonnes_item {
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}
.multicolonnes_item figure {
  width: 100%;
  width: 100%;
  margin: 0;
  position: relative;
  border-radius: 0.5rem;
}
.multicolonnes_item figure img {
  border-radius: 0.5rem;
}
.rangee_de_2 {
  width: calc(50% - 2rem);
}
.rangee_de_2.sans_bordure {
  width: calc(50% - 4rem);
}
.rangee_de_2.sans_bordure.multicolonnes_item {
  margin-left: 2rem;
  margin-right: 2rem;
}
.rangee_de_3 {
  width: calc(33.33% - 2rem);
}
.rangee_de_3.sans_bordure {
  width: calc(33.33% - 4rem);
}
.rangee_de_3.sans_bordure.multicolonnes_item {
  margin-left: 2rem;
  margin-right: 2rem;
}
.rangee_de_4 {
  width: calc(25% - 2rem);
}
.rangee_de_4.sans_bordure {
  width: calc(25% - 4rem);
}
.rangee_de_4.sans_bordure.multicolonnes_item {
  margin-left: 2rem;
  margin-right: 2rem;
}
.avec_bordure {
  background-color: #efede9;
  padding: 1.5rem;
}
.multicolonnes_item.avec_bordure {
  padding: 0rem;
}
.fond_clair .avec_bordure, .fond_clair2 .avec_bordure {
  background-color: #fff;
}
.sans_bordure {
  padding: 0;
}
.sans_bordure_content {
  padding: 1.5rem 0 0 0;
}
.avec_bordure_content {
  padding: 1.5rem;
}
.avec_bordure_content.multicolonnes_item_bouton {
  padding-bottom: 6.5rem;
}
.sans_bordure_content.multicolonnes_item_bouton {
  padding-bottom: 6rem;
}
.avec_bordure_content.multicolonnes_item_bouton {
  padding-bottom: 7.8rem;
}
.icon_multicolonnes {
  margin: auto;
  margin-bottom: 1.5rem;
  position: relative;
  margin-top: -40px;
  border-radius: 100%;
  border: 2px solid #efede9;
}
.fond_clair .icon_multicolonnes {
  border: 2px solid #fff;
  background-color: #fff;
}
.petit_icone {
  width: 80px;
  height: 80px;
  border-radius: 100% !important;
}
.grand_icone {
  width: 120px;
  height: 120px;
  border-radius: 100% !important;
}
.multicolonnes_item_bouton.avec_bordure_content .cta_btn_lead {
  position: absolute;
  bottom: 1.5rem;
}
.multicolonnes_item_bouton.sans_bordure_content .cta_btn_lead {
  position: absolute;
  bottom: 0;
}
.multicolonnes_item_bouton.avec_bordure_content .cta_btn_lead.cta_align_left {
  left: 1.5rem;
}
.multicolonnes_item_bouton.sans_bordure_content .cta_btn_lead.cta_align_left {
  left: 0rem;
}
.multicolonnes_item_bouton .cta_btn_lead.cta_align_center {
  left: 50%;
  transform: translate(-50%, 0);
}
.multicolonnes_item_bouton.avec_bordure_content .cta_btn_lead.cta_align_right {
  right: 1.5rem;
}
.multicolonnes_item_bouton.sans_bordure_content .cta_btn_lead.cta_align_right {
  right: 0rem;
}
.multicolonnes_btn {
  text-align: center;
  margin-top: 1.5rem;
}
.multicolonnes_item_bouton .multicolonnes_btn {
  text-align: center;
  margin-top: 0 !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  line-height: 1;
}
.multicolonnes_item_bouton.avec_bordure_content .multicolonnes_btn {
  bottom: 1.5rem;
}
.multicolonnes_item_bouton.sans_bordure_content .multicolonnes_btn {
  bottom: 0rem;
}
.multicolonnes_btn .btn_linkedin {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 100%;
  background-color: #9D061F;
  position: relative;
  transition: 0.1s background-color ease-in-out;
}
.multicolonnes_btn .btn_linkedin svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1rem;
  color: #fff;
}
.multicolonnes_btn .btn_linkedin:hover {
  background-color: #720114;
  transition: 0.1s background-color ease-in-out;
}
.bloc_multicolonnes .cta_btn_lead {
  padding-top: 2.5rem;
}
.bloc_multicolonnes input.cta_btn_lead {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rangee_de_2 {
    width: calc(50% - 2rem);
  }
  .rangee_de_2.sans_bordure {
    width: calc(50% - 4rem);
  }
  .rangee_de_2.sans_bordure.multicolonnes_item {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .rangee_de_3 {
    width: calc(50% - 2rem);
  }
  .rangee_de_3.sans_bordure {
    width: calc(50% - 4rem);
  }
  .rangee_de_3.sans_bordure.multicolonnes_item {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .rangee_de_4 {
    width: calc(33.33% - 2rem);
  }
  .rangee_de_4.sans_bordure {
    width: calc(33.33% - 4rem);
  }
  .rangee_de_4.sans_bordure.multicolonnes_item {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .multicolonnes_wrapper {
    width: calc(85% + 2rem) !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .rangee_de_2 {
    width: calc(50% - 2rem);
  }
  .rangee_de_2.sans_bordure {
    width: calc(50% - 4rem);
  }
  .rangee_de_2.sans_bordure.multicolonnes_item {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .rangee_de_3 {
    width: calc(50% - 2rem);
  }
  .rangee_de_3.sans_bordure {
    width: calc(50% - 4rem);
  }
  .rangee_de_3.sans_bordure.multicolonnes_item {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .rangee_de_4 {
    width: calc(50% - 2rem);
  }
  .rangee_de_4.sans_bordure {
    width: calc(50% - 4rem);
  }
  .rangee_de_4.sans_bordure.multicolonnes_item {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .multicolonnes_wrapper {
    width: calc(85% + 2rem) !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .rangee_de_2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_2.sans_bordure {
    width: 100%;
  }
  .rangee_de_2.sans_bordure.multicolonnes_item {
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_3.sans_bordure {
    width: 100%;
  }
  .rangee_de_3.sans_bordure.multicolonnes_item {
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_4.sans_bordure {
    width: 100%;
  }
  .rangee_de_4.sans_bordure.multicolonnes_item {
    margin-left: 0;
    margin-right: 0;
  }
  .multicolonnes_wrapper {
    width: 85% !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .rangee_de_2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_2.sans_bordure {
    width: 100%;
  }
  .rangee_de_2.sans_bordure.multicolonnes_item {
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_3.sans_bordure {
    width: 100%;
  }
  .rangee_de_3.sans_bordure.multicolonnes_item {
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .rangee_de_4.sans_bordure {
    width: 100%;
  }
  .rangee_de_4.sans_bordure.multicolonnes_item {
    margin-left: 0;
    margin-right: 0;
  }
  .multicolonnes_wrapper {
    width: calc(100% - 50px) !important;
  }
}
.question_reponse_item {
  margin-top: 1.5rem;
}
.question_reponse_title {
  border: 2px solid #efede9;
  padding: 0.5rem 1rem 0.5rem 4rem;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  transition: 0.1s background-color ease-in-out;
}
.question_reponse_title:hover {
  background-color: #efede9;
  transition: 0.1s background-color ease-in-out;
}
.question_reponse_title.active {
  background-color: #efede9;
}
.fond_clair .question_reponse_title {
  border: 2px solid #e0d8d1;
}
.fond_clair .question_reponse_title:hover {
  border: 2px solid #e0d8d1;
  background-color: #e0d8d1;
}
.fond_clair .question_reponse_title.active {
  background-color: #e0d8d1;
}
.fond_clair2 .question_reponse_title {
  border: 2px solid #efede9;
}
.fond_clair2 .question_reponse_title:hover {
  border: 2px solid #efede9;
  background-color: #efede9;
}
.fond_clair2 .question_reponse_title.active {
  background-color: #efede9;
}
.question_reponse_title h3 {
  margin: 0 !important;
}
.question_reponse_title_icone {
  height: 100%;
  width: 3rem;
  position: absolute;
  border-right: 2px solid #efede9;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.fond_clair .question_reponse_title_icone {
  border-right: 2px solid #e0d8d1;
}
.fond_clair2 .question_reponse_title_icone {
  border-right: 2px solid #efede9;
}
.question_reponse_title_icone_plus, .question_reponse_title_icone_moins {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.8rem;
  width: 0.8rem;
}
.question_reponse_title_icone_plus svg, .question_reponse_title_icone_moins svg {
  position: absolute;
  height: 100%;
  width: 100%;
}
.question_reponse_title_icone_plus svg path, .question_reponse_title_icone_moins svg path {
  fill: #9D061F;
}
.question_reponse_title_icone_moins {
  display: none;
}
.question_reponse_wysiwyg {
  border: 2px solid #efede9;
  border-top: 0;
  padding: 1rem 3rem 1rem 4rem;
  display: none;
}
.fond_clair .question_reponse_wysiwyg {
  border: 2px solid #e0d8d1;
  border-top: 0;
}
.fond_clair2 .question_reponse_wysiwyg {
  border: 2px solid #efede9;
  border-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .col_left_wrapper, .col_flexible_image {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .col_left_wrapper, .col_flexible_image {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .col_left_wrapper, .col_flexible_image {
    width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .col_left_wrapper, .col_flexible_image {
    width: 100%;
    margin: auto;
  }
}
#cta-iframe .button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cta-iframe .button-container p {
  margin-bottom: 1rem;
}
.bloc_iframe_video_code {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.bloc_iframe_video_code iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  border: none;
  z-index: 1;
}
.blog-pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
}
.blog-pagination {
  width: auto;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
}
.blog-pagination .page-numbers {
  border-radius: 100%;
  border: 1px solid #9D061F;
  color: #9D061F;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  margin: 0px 10px 0px 10px;
  transition: 0.1s background-color ease-in-out, 0.1s border-color ease-in-out, 0.05s color ease-in-out;
}
.blog-pagination .page-numbers:hover {
  background-color: #9D061F;
  color: #fff;
  border: 1px solid #9D061F;
  transition: 0.1s background-color ease-in-out, 0.1s border-color ease-in-out, 0.05s color ease-in-out;
}
.blog-pagination .prev {
  white-space: nowrap;
  width: auto;
}
.blog-pagination .next {
  white-space: nowrap;
  width: auto;
}
.blog-pagination .prev, .blog-pagination .next {
  font-size: 0.8rem;
  border: none;
  color: #2c2f36;
  border-radius: none;
}
.blog-pagination .prev:hover, .blog-pagination .next:hover {
  border: none;
  color: #2c2f36;
  border-radius: none;
  background-color: inherit;
}
.blog-pagination .current {
  background-color: #9D061F;
  color: #fff;
  border: 1px solid #9D061F;
}
.entry-content .cta_btn_lead {
  margin-top: 2.5rem;
}
.entry-content a {
  padding: 3px 0;
  border-bottom: 0px solid #d89c90;
  box-shadow: inset 0 -1px 0 #d89c90;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1), 0.1s color ease-in-out;
}
.entry-content a:hover {
  color: #0f0f10;
  box-shadow: inset 0 -1.7rem 0 #d89c90;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1), 0.1s color ease-in-out;
}
.fond_clair .entry-content a, .fond_clair2 .entry-content a {
  padding: 3px 0;
  border-bottom: 0px solid #d89c90;
  box-shadow: inset 0 -1px 0 #d89c90;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1);
}
.fond_clair .entry-content a:hover, .fond_clair2 .entry-content a:hover {
  box-shadow: inset 0 -1.7rem 0 #d89c90;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1);
}
.entry-content p.legende, .entry-content p.chapeau, .entry-content p, .entry-content li {
  margin: 0.7rem 0;
  color: #000;
}
.fond_rouge .entry-content p.legende, .fond_rouge .entry-content p.chapeau, .fond_rouge .entry-content p, .fond_rouge .entry-content li {
  color: #efede9;
}
.entry-content p strong {
  font-weight: bold;
  font-family: "Arial";
}
.entry-content p.chapeau {
  color: #2c2f36;
  font-family: "Century Gothic";
}
.fond_rouge .entry-content p.chapeau {
  color: #d89c90;
}
.entry-content p.chapeau a:hover {
  color: #0f0f10;
  font-family: "Century Gothic";
}
.entry-content ul li {
  margin-left: 0.8rem;
}
.entry-content ul li strong {
  font-family: "Arial";
  font-weight: bold;
}
.entry-content ul li:before {
  color: #9D061F;
  content: "•";
  position: absolute;
  left: -0.8rem;
  font-family: "Century Gothic";
  font-weight: normal;
}
.fond_rouge .entry-content ul li:before {
  color: #c0796b;
}
.entry-content h1 {
  text-transform: uppercase;
  font-family: "Arial";
  color: #2c2f36;
  margin: 1.3rem 0 0.8rem 0;
}
.entry-content h1 strong {
  font-family: "Arial";
  color: #2c2f36;
  font-weight: normal;
}
.entry-content h2 {
  font-family: "Century Gothic";
  color: #2c2f36;
  margin: 1.3rem 0 0.8rem 0;
}
.entry-content h2 strong {
  font-family: "Century Gothic";
  font-weight: normal;
  color: #720114;
}
.entry-content h2 a:hover {
  box-shadow: inset 0 -2.2rem 0 #c0796b;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1);
}
.fond_rouge .entry-content h2 {
  color: #fff;
}
.fond_rouge .entry-content h2 strong {
  color: #d89c90;
}
.entry-content h3 {
  font-family: "Century Gothic";
  color: #c0796b;
  margin: 1.3rem 0 0.8rem 0;
}
.entry-content h3 strong {
  font-family: "Century Gothic";
  color: #720114;
  font-weight: normal;
}
.fond_rouge .entry-content h3 {
  color: #fff;
}
.fond_rouge .entry-content h3 strong {
  color: #d89c90;
}
.entry-content h4 {
  font-family: "Century Gothic";
  color: #2c2f36;
  margin: 1.3rem 0 0.8rem 0;
}
.entry-content h4 strong {
  color: #720114;
  font-weight: normal;
}
.fond_rouge .entry-content h4 {
  color: #fff;
}
.fond_rouge .entry-content h4 strong {
  color: #d89c90;
}
.entry-content h5 {
  font-family: "Century Gothic";
  color: #2c2f36;
  margin: 1.3rem 0 0.8rem 0;
}
.entry-content h5 strong {
  color: #720114;
  font-weight: normal;
}
.fond_rouge .entry-content h5 {
  color: #fff;
}
.fond_rouge .entry-content h5 strong {
  color: #d89c90;
}
.entry-content h6 {
  font-family: "Century Gothic";
  color: #2c2f36;
  margin: 1.3rem 0 0.8rem 0;
}
.entry-content h6 strong {
  color: #720114;
  font-weight: normal;
}
.fond_rouge .entry-content h6 {
  color: #fff;
}
.fond_rouge .entry-content h6 strong {
  color: #d89c90;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .entry-content h2 br, .entry-content h3 br, .entry-content h4 br, .entry-content h5 br, .entry-content h6 br {
    display: none;
  }
}
/* ====================================================================================================== */
/* =header fixed */
/* ====================================================================================================== */
.skip_to_global_content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip_to_global_content:focus {
  position: static;
  width: auto;
  height: auto;
}
#header {
  background-color: #fff;
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 999;
  transition: 0s height ease-in-out;
}
#header_shadow {
  height: 12px;
  width: 100%;
  position: absolute;
  bottom: -12px;
  opacity: 0.25;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
#header.header_scroll {
  height: 60px;
  transition: 0s height ease-in-out;
}
#header_back {
  background-color: #fff;
  height: 100px;
  transition: 0s height ease-in-out;
}
#header_back.header_scroll {
  height: 60px;
  transition: 0s height ease-in-out;
}
#branding {
  height: 100px;
  position: absolute;
  z-index: 2;
  left: 25px;
  transition: 0s height ease-in-out;
}
#header.header_scroll #branding {
  height: 60px;
  transition: 0s height ease-in-out;
}
#content_header {
  position: relative;
  height: 100%;
}
#content_header a {
  height: 100%;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content_header .poids-image {
  top: 0;
  width: auto;
  white-space: nowrap;
}
#logo_header_img {
  position: absolute;
  height: 40px;
  width: auto;
  left: 0;
  transition: 0s height ease-in-out;
  z-index: 1;
  background-color: #fff;
}
.figure-logo {
  margin: 0;
  background-color: #fff;
}
.figure-logo .poids-image-container {
  display: none !important;
}
.figure-logo-scroll {
  height: 25px;
}
.figure-logo-scroll {
  height: 40px;
}
#poidsImageScrolled {
  display: none;
}
#logo_header_img_scroll {
  position: absolute;
  height: 25px;
  width: auto;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0s height ease-in-out;
}
/*Content Nav Header */
/*=============================================*/
#content_nav_header {
  position: absolute;
  height: 100%;
  width: calc(100% - 85px);
  right: 118px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  z-index: 1;
  transition: 0.3s right ease-in-out;
}
.content_nav_header_noburger {
  right: 25px !important;
}
.menu_mobile_trigger_noburger {
  display: none;
}
#header.header_onepage #content_nav_header {
  right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content_nav_header_noburger {
    right: 70px !important;
  }
  .menu_mobile_trigger_noburger {
    display: block;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .content_nav_header_noburger {
    right: 70px !important;
  }
  .menu_mobile_trigger_noburger {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #logo_header_img {
    height: 40px;
  }
  .figure-logo-scroll {
    height: 40px;
  }
  #poidsImagesNoScrolled {
    height: 40px;
  }
  .content_nav_header_noburger {
    right: 70px !important;
  }
  .menu_mobile_trigger_noburger {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #logo_header_img {
    height: 40px;
  }
  .figure-logo-scroll {
    height: 40px;
  }
  #poidsImagesNoScrolled {
    height: 40px;
  }
  .content_nav_header_noburger {
    right: 70px !important;
  }
  .menu_mobile_trigger_noburger {
    display: block;
  }
}
/*Header burger */
/*=============================================*/
#menu_mobile_trigger {
  background-color: transparent;
  height: 100px;
  width: 28px;
  right: 25px;
  position: absolute;
  cursor: pointer;
  transition: 0s height ease-in-out;
}
#header.header_scroll #menu_mobile_trigger {
  height: 60px;
  transition: 0s height ease-in-out;
}
#burger {
  width: 28px;
  height: 18px;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #0f0f10;
  border-radius: 1em;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
}
#burger span:nth-child(1) {
  top: 0px;
}
#burger span:nth-child(2), #burger span:nth-child(3) {
  top: 8px;
}
#burger span:nth-child(4) {
  top: 16px;
}
#burger.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#burger.open span:nth-child(2) {
  transform: rotate(45deg);
}
#burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#burger.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
/*Header contact phone*/
/*=============================================*/
#header_contact, #header_phone {
  background: transparent;
  height: 100px;
  position: relative;
  transition: 0s height ease-in-out;
}
#header.header_scroll #header_contact, #header.header_scroll #header_phone {
  height: 60px;
  transition: 0s height ease-in-out;
}
#header_contact, #header_phone {
  padding: 0 0 0 10px;
}
/*Header search*/
/*=============================================*/
#search_trigger {
  position: absolute;
  top: 50%;
  right: 4.5rem;
  height: 1.7rem;
  width: 1.7rem;
  transform: translate(0, -50%);
}
.search_icon {
  cursor: pointer;
}
.search_icon_cls {
  fill: none;
  stroke: #0f0f10;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  vector-effect: non-scaling-stroke;
  transition: 0.1s stroke ease-in-out;
}
.search_icon:hover .search_icon_cls, #search_icon_close:hover .search_icon_cls {
  stroke: #9D061F;
  transition: 0.1s stroke ease-in-out;
}
#search_icon_close {
  cursor: pointer;
  display: none;
}
#search_box {
  padding: 2rem 0;
  width: 100%;
  position: fixed;
  background-color: #e0d8d1;
  top: 100px;
  z-index: 999;
  display: none;
}
#search_arrow {
  color: #e0d8d1;
  position: absolute;
  width: 2rem;
  top: -0.9rem;
  right: 70px;
}
#search_box_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#search_box form {
  width: calc(100% - 4rem);
}
#search_box form label {
  display: none;
}
#search_box form input#searchsubmit {
  display: none;
}
#search_box form input#s {
  width: 100%;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.5rem 0;
  background-color: transparent;
  border-bottom: 2px solid #efede9;
  color: #2c2f36;
}
#search_input_trigger {
  width: 3rem;
  cursor: pointer;
}
.search_result {
  margin-bottom: 2rem;
}
/*Header contact*/
/*=============================================*/
#header_contact .cta_btn_lead {
  top: 50%;
  position: relative;
  white-space: nowrap;
  transform: translate(0, -50%);
  padding-top: 5px;
  padding-bottom: 5px;
}
/*Header phone*/
/*=============================================*/
#header_phone .cta_btn_phone_off, #header_phone .cta_btn_phone_on {
  display: flex;
  align-items: center;
}
#header_phone .cta_btn_phone_off span, #header_phone .cta_btn_phone_on span {
  display: flex;
  align-items: center;
}
#header_phone .cta_btn_lead {
  top: 50%;
  position: relative;
  white-space: nowrap;
  transform: translate(0, -50%);
  padding-top: 5px;
  padding-bottom: 5px;
}
#header_phone .cta_btn_lead span.cta_btn_phone_off {
  font-family: "Century Gothic";
  font-weight: normal;
  background-color: transparent;
  border: 1px solid #720114 !important;
  color: #720114;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
}
#header_phone .cta_btn_lead span.cta_btn_phone_off:hover {
  background-color: #720114;
  color: #fff;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
}
#header_phone .cta_btn_lead span.cta_btn_phone_off span {
  opacity: 1;
}
#header_phone .cta_btn_lead span.cta_btn_phone_on {
  font-family: "Century Gothic";
  font-weight: normal;
  display: none;
  color: #fff !important;
  background-color: #720114;
}
#header_phone .cta_btn_lead span.cta_btn_phone_on a {
  background: transparent;
  color: #fff !important;
}
#header_phone .cta_btn_lead span.cta_btn_phone_on a:hover {
  color: #fff !important;
}
.cta_btn_phone_on {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  white-space: nowrap;
  border: 1px solid #720114;
  border-radius: 2em;
}
.cta_btn_phone_on a {
  font-size: 0.8rem !important;
  vertical-align: -0.5rem;
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #header_phone {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #header_phone {
    display: none;
  }
  #header_contact {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #header_phone {
    display: none;
  }
  #header_contact {
    display: none;
  }
}
/* ====================================================================================================== */
/* =header (menu-principal) */
/* ====================================================================================================== */
#menu_header {
  background: transparent;
  height: 40px;
  width: auto;
  transform: translate(0, -50%);
  top: 50%;
  position: absolute;
  top: -9999px;
}
ul#menu-menu-principal {
  margin-left: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
ul#menu-menu-principal li {
  line-height: 40px;
  font-size: 0.85rem;
  font-family: "Century Gothic";
  background: transparent;
  position: relative;
}
ul#menu-menu-principal li a {
  display: inline-block;
  padding: 0 15px;
  color: #720114;
  position: relative;
  transition: 0.1s color ease-in-out;
}
ul#menu-menu-principal li a:hover {
  color: #c0796b;
  transition: 0.1s color ease-in-out;
}
ul#menu-menu-principal li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #c0796b;
  transition: 0.2s width ease-in-out;
}
ul#menu-menu-principal li:hover a:after {
  width: calc(100% - 30px);
  transition: 0.2s width ease-in-out;
}
ul#menu-menu-principal li.current-menu-item a, ul#menu-menu-principal li.current-menu-parent a, ul#menu-menu-principal li.current-menu-ancestor a, ul#menu-menu-principal li.current_page_item a, ul#menu-menu-principal li.current_post_ancestor a {
  color: #c0796b;
  padding: 0 15px;
}
ul#menu-menu-principal li.current-menu-item a:after, ul#menu-menu-principal li.current-menu-parent a:after, ul#menu-menu-principal li.current-menu-ancestor a:after, ul#menu-menu-principal li.current_page_item a:after, ul#menu-menu-principal li.current_post_ancestor a:after {
  width: calc(100% - 30px);
}
ul#menu-menu-principal li:before {
  content: none;
}
ul#menu-menu-principal li .sub-menu {
  position: absolute;
  left: -1px;
  padding-top: 10px;
  margin-top: -2px;
  display: none;
}
#menu-menu-principal .menu-item-has-children:hover .sub-menu {
  display: block;
}
ul#menu-menu-principal li .sub-menu li {
  white-space: nowrap;
  text-align: left;
  background-color: #e0d8d1;
  font-family: "Arial";
  border-left: 0;
  line-height: 45px;
}
ul#menu-menu-principal li .sub-menu li a {
  width: 100%;
  background-color: #e0d8d1;
  color: #0f0f10;
  padding: 0 25px !important;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
}
ul#menu-menu-principal li .sub-menu li a:after {
  display: none;
}
ul#menu-menu-principal li .sub-menu li a:before {
  content: none;
}
ul#menu-menu-principal li .sub-menu li a:hover {
  background-color: #9D061F;
  color: #fff;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
}
ul#menu-menu-principal li .sub-menu li.current-menu-parent a, ul#menu-menu-principal li .sub-menu li.current-menu-ancestor a, ul#menu-menu-principal li .sub-menu li.current_page_item a, ul#menu-menu-principal li .sub-menu li.current_post_ancestor a, ul#menu-menu-principal li .sub-menu li.current-menu-item a {
  background-color: #9D061F;
  color: #fff;
}
/* ====================================================================================================== */
/* =menu (menu-burger)
/* ====================================================================================================== */
#menu_mask {
  position: fixed;
  left: 0;
  background: #0f0f10;
  opacity: 0.8;
  z-index: 998;
  display: none;
  width: 100%;
  height: 100%;
}
#menu {
  position: fixed;
  width: 400px;
  background: #efede9;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  left: 100%;
}
.content_width_wrapper_menu {
  padding: 50px 30px;
}
#menu-menu-mobile {
  border-bottom: 1px solid #fff;
}
#menu_content ul {
  margin-left: 0;
}
#menu_content ul li:before {
  content: none;
}
#menu_content li {
  border-top: 1px solid #fff;
}
#menu_content li a {
  color: #000;
  display: block;
  background: transparent;
  padding: 8px 0px;
  text-align: left;
  transition: 0.1s color;
}
#menu_content li a:hover {
  color: #9D061F;
  transition: 0.1s color ease-in-out;
}
#menu_content li.current-menu-item > a, #menu_content li.current-menu-parent > a, #menu_content li.current-menu-ancestor > a, #menu_content li.current_page_item > a, #menu_content li.current_post_ancestor > a {
  color: #9D061F;
}
#menu_content li.current-menu-item a:before, #menu_content li.current-menu-parent a:before, #menu_content li.current-menu-ancestor a:before, #menu_content li.current_page_item a:before, #menu_content li.current_post_ancestor a:before {
  color: #2c2f36;
}
#menu_content ul .sub-menu li a {
  padding-left: 20px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
#menu_content ul .sub-menu li a:before {
  content: "›";
  margin-right: 6px;
}
#menu_content ul .sub-menu .sub-menu li a {
  padding-left: 40px;
}
#menu_content ul .sub-menu .sub-menu li a:before {
  content: none;
}
#burger_rs_accroche {
  padding: 40px 0 0px 0;
  font-family: "Century Gothic";
  color: #9D061F;
  text-align: left;
}
.content_width_wrapper_menu .rs_link {
  justify-content: left;
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #menu {
    width: calc(100% - 25px);
  }
}
/*=========================================================================*/
/*Footer*/
/*=========================================================================*/
#footer {
  background-color: #720114;
  position: relative;
  z-index: 2;
}
#footer_wrapper {
  width: calc(100% - 150px);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0 2rem 0;
}
#footer_content {
  color: #fff;
  line-height: 2;
  width: 100%;
  text-align: center;
  position: relative;
}
#footer_content svg {
  display: inline-block;
  color: #c0796b;
  width: 1rem;
  transition: 0.1s color ease-in-out;
}
#footer_everest:hover svg {
  color: #C7B8B8;
  transition: 0.1s color ease-in-out;
}
#menu-footer a {
  white-space: nowrap;
}
#menu-footer a:after {
  content: "|";
  margin: 0 0.1rem 0 0.4rem;
  color: #c0796b;
}
#menu-footer a:last-of-type:after {
  content: none;
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #pre_menu-footer {
    display: none;
  }
  #menu-footer {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #signature_footer {
    display: block;
    margin-bottom: 1.5rem;
  }
  #pre_signature_footer {
    display: none;
  }
  #pre_menu-footer {
    display: none;
  }
  #menu-footer {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #signature_footer {
    display: block;
    margin-bottom: 1.5rem;
  }
  #pre_signature_footer {
    display: none;
  }
  #pre_menu-footer {
    display: none;
  }
  #menu-footer {
    display: block;
  }
}
#retourenhaut {
  position: fixed;
  bottom: 25px;
  right: 25px;
  height: 40px;
  width: 40px;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
}
#retourenhaut_svg {
  width: 100%;
  height: 100%;
}
#retourenhaut_svg .cls-1, #retourenhaut_svg .cls-2, #retourenhaut_svg .cls-3 {
  fill: none;
}
#retourenhaut_svg .cls-2 {
  stroke: #c0796b;
  stroke-miterlimit: 10;
  stroke-width: 1.6px;
  vector-effect: non-scaling-stroke;
}
#retourenhaut_svg .cls-3 {
  stroke: #c0796b;
  stroke-miterlimit: 10;
  stroke-width: 2.2px;
  vector-effect: non-scaling-stroke;
}
#circle_progress {
  stroke-width: 2.2px !important;
}
/*=========================================================================*/
/*aside_prefooter*/
/*=========================================================================*/
#aside_prefooter {
  background-color: #0f0f10;
  position: relative;
}
#aside_prefooter_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(80% + 2rem);
  max-width: calc(1200px + 2rem);
  margin: auto;
}
.aside_prefooter_col {
  width: calc(25% - 2rem);
  margin: 0 1rem 2rem 1rem;
  color: #fff;
}
.aside_prefooter_col h3 {
  color: #c0796b;
  font-family: "Century Gothic";
  font-size: 1rem;
  padding-bottom: 1rem;
}
.aside_prefooter_col p.coordonnees_p_i {
  color: #fff;
  padding-left: 1.2rem;
  margin-bottom: 0.6rem;
}
.aside_prefooter_col p.coordonnees_p_i a {
  padding: 3px 0;
  border-bottom: 0px solid #c0796b;
  box-shadow: inset 0 -1px 0 #c0796b;
  color: #fff;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1), 0.1s color ease-in-out;
}
.aside_prefooter_col p.coordonnees_p_i a:hover {
  border-bottom: 0px solid #c0796b;
  box-shadow: inset 0 -1.5rem 0 #c0796b;
  color: #0f0f10;
  transition: 0.2s box-shadow cubic-bezier(0.77, 0, 0.175, 1), 0.1s color ease-in-out;
}
.aside_prefooter_col p.coordonnees_p_i svg {
  height: 0.6rem;
  color: #c0796b;
  top: 0.35rem;
}
p.aside_prefooter_prestation {
  margin-bottom: 0.6rem;
}
#menu-menu-prestations-footer li {
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 0.6rem;
}
#menu-menu-prestations-footer li.nous_rejoindre {
  font-family: "Century Gothic";
  font-size: 1rem;
  padding-left: 1.7rem;
  position: relative;
}
#menu-menu-prestations-footer li.nous_rejoindre a {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #c0796b;
  position: relative;
}
#menu-menu-prestations-footer li.nous_rejoindre a::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/header-nanosite.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: -1.9rem;
  top: 55%;
  transform: translate(0, -50%);
}
figure#logo_footer {
  margin: 0;
  width: 70%;
  margin: auto;
}
figure#logo_footer img {
  width: 100%;
  height: auto;
}
#aside_prefooter_baseline {
  text-align: center;
  padding-top: 2rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #c0796b;
  font-family: "Century Gothic";
}
#footer_certification_wrapper {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.footer_certification {
  width: auto;
  height: 4rem;
  margin: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
  align-self: center;
}
.footer_certification img {
  height: 100%;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #aside_prefooter_wrapper {
    width: calc(85% + 2rem);
    justify-content: space-between;
  }
  .aside_prefooter_col {
    width: calc(50% - 1rem);
    margin: 0 0rem 2rem 0rem;
  }
  figure#logo_footer {
    margin: 0 0 0 0;
  }
  #aside_prefooter_baseline {
    text-align: left;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #aside_prefooter_wrapper {
    width: calc(85% + 2rem);
    justify-content: space-between;
  }
  .aside_prefooter_col {
    width: calc(50% - 1rem);
    margin: 0 0rem 2rem 0rem;
  }
  figure#logo_footer {
    margin: 0 0 0 0;
  }
  #aside_prefooter_baseline {
    text-align: left;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #aside_prefooter_wrapper {
    width: 85%;
    justify-content: space-between;
  }
  .aside_prefooter_col {
    width: calc(50% - 1rem);
    margin: 0 0rem 2rem 0rem;
  }
  figure#logo_footer {
    margin: 0 0 0 0;
    width: 60%;
  }
  #aside_prefooter_baseline {
    text-align: left;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #aside_prefooter_wrapper {
    width: calc(100% - 50px);
  }
  .aside_prefooter_col {
    width: 100%;
    margin: 0 0rem 2rem 0rem;
  }
  #aside_prefooter_col_logo {
    padding-top: 0rem;
  }
  figure#logo_footer {
    margin: 0 0 0 0;
    width: 50%;
  }
  #aside_prefooter_baseline {
    text-align: left;
  }
}
/*=========================================================================*/
/*breadcrumb*/
/*=========================================================================*/
.breadcrumb_top {
  padding: 1.5rem 0;
}
.breadcrumb_top p {
  color: #720114;
}
.breadcrumb_top p span {
  color: #2c2f36;
}
.breadcrumb_top p span.breadcrumb_sep {
  margin: 0 5px;
  color: #9D061F;
}
/*Navigation dans le blog*/
.nav_blog_wrapper {
  background-color: #e0d8d1;
  background-color: #fff;
}
#nav_blog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav_blog_item {
  position: relative;
}
.nav_blog_item svg {
  height: 1rem;
}
#nav_blog_left, #nav_blog_right {
  width: calc(50% - 6rem);
  position: relative;
}
#nav_blog_left svg {
  margin-right: 0.3rem;
}
#nav_blog_left .nav_blog_prevnext {
  display: flex;
}
#nav_blog_right svg {
  margin-left: 0.3rem;
}
#nav_blog_right .nav_blog_prevnext {
  display: flex;
  justify-content: flex-end;
}
#nav_blog_center {
  width: 12rem;
  position: relative;
  text-align: center;
}
#nav_blog_center a {
  font-size: 0.85rem;
  text-transform: uppercase;
}
#nav_blog_center a span {
  border-bottom: 1px solid #720114;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nav_blog_center .nav_blog_link_item {
  background-color: transparent;
  transition: 0.1s background-color ease-in-out;
}
#nav_blog_center .nav_blog_link_item:hover {
  background-color: #efede9;
  transition: 0.1s background-color ease-in-out;
}
.nav_blog_link_item {
  color: #720114;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem;
  transition: 0.1s color ease-in-out;
}
.nav_blog_link_item svg {
  color: #720114 !important;
}
.nav_blog_prevnext {
  text-transform: uppercase;
}
.nav_blog_link_item span {
  border-bottom: 1px solid transparent;
  transition: 0.2s border-color ease-in-out;
}
.nav_blog_link_item:hover span {
  border-bottom: 1px solid #720114;
  transition: 0.2s border-color ease-in-out;
}
.nav_blog_title {
  color: #0f0f10;
  padding-top: 0.5rem;
  font-family: "Arial";
}
#nav_blog_right .nav_blog_prevnext, #nav_blog_right .nav_blog_title {
  text-align: right;
}
#nav_blog_left .nav_blog_link_item {
  padding-left: 0;
}
#nav_blog_right .nav_blog_link_item {
  padding-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #nav_blog_left, #nav_blog_right {
    width: 100%;
    position: relative;
    text-align: center;
  }
  #nav_blog_center {
    width: 100%;
    border-top: 1px solid #e0d8d1;
    border-bottom: 1px solid #e0d8d1;
  }
  #nav_blog_center .nav_blog_link_item {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #nav_blog_right .nav_blog_title {
    text-align: center;
  }
  #nav_blog_right .nav_blog_prevnext, #nav_blog_left .nav_blog_prevnext {
    justify-content: center;
  }
}
#footer_carbon {
  background-color: #333333;
  padding: 1.1rem 0;
  display: none;
}
#wcb #wcb_2, #wcb #wcb_a, #wcb #wcb_g {
  font-size: 0.8rem !important;
}
#wcb.carbonbadge {
  color: #333333 !important;
}
#wcb #wcb_a, #wcb #wcb_g {
  border-color: #777777 !important;
}
#wcb.wcb-d #wcb_a {
  background: #777777 !important;
  color: #fff !important;
}
#nanosite_label {
  position: fixed;
  bottom: 25px;
  left: 25px;
  opacity: 0;
  z-index: 99;
}
#nanosite_label_container {
  position: relative;
  top: 0;
  right: 0;
  width: 255px;
  height: 140px;
  padding: 48px 30px 0 35px;
  z-index: 1;
  display: none;
}
#nanosite_label_title {
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.4;
  color: #53b55d;
}
#nanosite_label_title strong {
  display: inline-block;
  margin-left: 25px;
}
#nanosite_label_consommation {
  font-size: 0.7rem;
  line-height: 1.4;
  text-align: left;
  padding-left: 20px;
}
#nanosite_calcul_ok {
  display: none;
}
#nanosite_calcul_encours {
  display: none;
}
#nanosite_label_link {
  font-size: 0.7rem;
  line-height: 1.4;
  text-align: left;
  padding-left: 20px;
}
#nanosite_label_link a {
  color: #53b55d;
  text-decoration: underline;
  display: inline-block;
  padding-top: 5px;
}
#nanosite_label_off {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 40px;
  width: auto;
  cursor: pointer;
}
#nanosite_label_on {
  position: absolute;
  bottom: -8px;
  left: 8px;
  height: 140px;
  width: auto;
  display: none;
}
#bandeau_cookies, #choisir_les_cookies {
  display: none;
}
#bandeau_cookies {
  background-color: #0f0f10;
  position: fixed;
  width: 550px;
  left: 1rem;
  bottom: 1rem;
  z-index: 9999999;
  padding: 1.5rem 0;
}
#bandeau_cookies a {
  padding: 0.7rem 1.6rem;
}
#lien_texte_bandeau_cookie_ligne_2 {
  padding: 0 !important;
}
.texte_bandeau_cookies {
  text-align: center;
  padding-bottom: 0.8rem;
  color: #fff;
}
#ligne_1_bandeau_cookies {
  padding-bottom: 0rem;
}
#bandeau_content, #choisir_les_cookies_content {
  padding: 0 25px;
}
#accepter_cookies, #refuser_cookies {
  background-color: #9D061F;
  transition: 0.1s background-color eas-in-out, 0.05s color eease-in-out;
}
#accepter_cookies:hover, #refuser_cookies:hover {
  background-color: #efede9;
  color: #9D061F;
  transition: 0.1s background-color eas-in-out, 0.05s color eease-in-out;
}
#accepter_cookies_selectionnes {
  background-color: #9D061F;
  transition: 0.1s background-color eas-in-out, 0.05s color eease-in-out;
}
#accepter_cookies_selectionnes:hover {
  background-color: #efede9;
  color: #9D061F;
  transition: 0.1s background-color eas-in-out, 0.05s color eease-in-out;
}
#choisir_lesquels_cookies {
  background-color: #0f0f10;
  border: 1px solid #9D061F !important;
  transition: 0.1s background-color eas-in-out, 0.05s color eease-in-out;
}
#choisir_lesquels_cookies:hover {
  background-color: #9D061F;
  color: #fff;
  transition: 0.1s background-color eas-in-out, 0.05s color eease-in-out;
}
#choisir_les_cookies {
  padding: 1.5rem 0;
  width: 550px;
  height: auto;
  background-color: #0f0f10;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  display: none;
  z-index: 9999;
}
#choisir_les_cookies_boutons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  color: #fff;
}
a#choisir_lesquels_cookies, a#refuser_cookies, a#accepter_cookies, a#retour_texte, a#accepter_cookies_selectionnes {
  margin: 0 0.3rem;
}
#retour_texte {
  background-color: #0f0f10;
  border: 1px solid #9D061F !important;
  transition: 0.1s background-color eas-in-out, 0.05s color eease-in-out;
}
#retour_texte:hover {
  background-color: #9D061F;
  color: #fff;
  transition: 0.1s background-color eas-in-out, 0.05s color eease-in-out;
}
#texte_choisir_les_cookies {
  padding: 0px 0px 20px 0px;
  width: 100%;
  color: #fff;
}
.switch_choisir_les_cookies {
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.choisir_les_cookies_boutons {
  padding-top: 10px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 15px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e0d8d1;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 0px;
  bottom: -4px;
  background-color: white;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #9D061F;
}
input:focus + .slider {
  box-shadow: 0 0 1px #9D061F;
}
input:checked + .slider:before {
  transform: translateX(19px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
}
.arrow-left {
  display: flex !important;
  padding: 5px 15px 5px 15px;
  color: #fff !important;
  margin-right: 5px;
}
.arrow-left:hover {
  color: #C7B8B8 !important;
  cursor: pointer;
}
.arrow-left:hover .arrow {
  border: solid #C7B8B8;
  border-width: 0 2px 2px 0;
}
.arrow-left-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow-left-text {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.left {
  transform: rotate(135deg);
}
.arrow-left-wrapper {
  width: 100%;
  padding: 10px 0px 40px 0px;
  display: flex;
  justify-content: space-between;
}
.arrow-left-wrapper p {
  width: 50%;
}
#cookies_sep {
  display: none;
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #bandeau_cookies {
    width: 100%;
    left: 0rem;
    bottom: 0rem;
  }
  #choisir_les_cookies {
    width: 100%;
    bottom: 0;
    left: 0;
  }
  #choisir_les_cookies_content {
    width: 80%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #bandeau_cookies {
    width: 100%;
    left: 0rem;
    bottom: 0rem;
  }
  #choisir_les_cookies {
    width: 100%;
    bottom: 0;
    left: 0;
  }
  #choisir_les_cookies_content {
    width: 100%;
  }
  a#choisir_lesquels_cookies, a#refuser_cookies, a#accepter_cookies, a#retour_texte, a#accepter_cookies_selectionnes {
    margin: 1rem auto;
    width: 80%;
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #bandeau_cookies {
    width: 100%;
    left: 0rem;
    bottom: 0rem;
  }
  #choisir_les_cookies {
    width: 100%;
    bottom: 0;
    left: 0;
  }
  #choisir_les_cookies_content {
    width: 100%;
  }
  #cookies_ensavoirplus {
    margin-right: 0px;
  }
  #cookies_sep {
    display: block;
  }
  a#choisir_lesquels_cookies, a#refuser_cookies, a#accepter_cookies, a#retour_texte, a#accepter_cookies_selectionnes {
    margin: 1rem auto;
    width: 80%;
    display: block;
  }
}
/* Call to Action */
/* =================================================== */
.cta_btn_lead {
  line-height: 1;
  text-align: center;
}
.cta_btn_lead a {
  box-shadow: none !important;
}
.cta_btn_lead a:hover {
  box-shadow: none !important;
}
.cta_btn_lead a, .cta_btn_lead button, input.cta_btn_lead, .cta_btn_lead span.cta_btn_phone_click {
  padding: 0.7rem 1.6rem 0.8rem 1.6rem !important;
  border: none !important;
  border-radius: 2rem;
  font-family: "Century Gothic";
  font-weight: normal;
  font-size: 0.85rem;
  cursor: pointer;
  background-color: #0f0f10;
  color: #fff;
  display: inline-block;
  transition: 0.1s background-color ease-in-out;
  white-space: nowrap;
}
.cta_btn_lead a svg {
  display: inline;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 1;
  margin-right: 0.5rem;
  vertical-align: -0.1rem;
}
.cta_btn_lead a:hover, .cta_btn_lead button:hover, input.cta_btn_lead:hover, .cta_btn_lead span.cta_btn_phone_click:hover {
  background-color: #2c2f36;
  transition: 0.1s background-color ease-in-out;
}
.fond_rouge .cta_btn_lead a, .fond_rouge .cta_btn_lead button, .fond_rouge input.cta_btn_lead {
  background-color: #fff !important;
  color: #c0796b;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
}
.fond_rouge .cta_btn_lead a:hover, .fond_rouge .cta_btn_lead button:hover, .fond_rouge input.cta_btn_lead:hover {
  background-color: #fff !important;
  color: #2c2f36;
  transition: 0.05s color ease-in-out, 0.1s background-color ease-in-out;
}
.cta_secondaire a, .cta_secondaire button, input.cta_secondaire, .cta_secondaire span.cta_btn_phone_click {
  background-color: transparent;
  border: 1px solid #720114 !important;
  color: #720114;
  transition: 0.1s background-color ease-in-out, 0.05s color ease-in-out;
}
.cta_secondaire a:hover, .cta_secondaire button:hover, input.cta_secondaire:hover, .cta_secondaire span.cta_btn_phone_click:hover {
  color: #fff;
  background-color: #720114;
  transition: 0.1s background-color ease-in-out, 0.05s color ease-in-out;
}
.fond_rouge .cta_secondaire a, .fond_rouge .cta_secondaire button, .fond_rouge input.cta_secondaire {
  background-color: transparent;
  border: 1px solid #e0d8d1 !important;
  color: #e0d8d1;
}
.fond_rouge .cta_secondaire a:hover, .fond_rouge .cta_secondaire button:hover, .fond_rouge input.cta_secondaire:hover {
  background-color: #e0d8d1;
  border: 1px solid #e0d8d1 !important;
  color: #9D061F;
}
/* Bouton */
/* =================================================== */
.btn {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1;
  background: transparent;
  color: #c0796b;
  white-space: nowrap;
  font-family: "Century Gothic";
  transition: 0.1s color ease-in-out;
}
.btn:after {
  content: "›";
  margin-left: 0.3rem;
}
.btn:hover {
  color: #9D061F;
  transition: 0.1s color ease-in-out;
}
.form-vers-page-contact .hidden-input {
  display: none;
}
.nf-form-fields-required {
  font-size: 0.85rem;
}
/*Formulaire*/
.nf-form-cont {
  margin-top: 0px;
}
.nf-form-content {
  padding: 1rem 0 0 0 !important;
  width: calc(100% + 20px) !important;
  margin-left: -10px !important;
}
.nf-multi-cell .nf-cell {
  padding: 0 10px !important;
}
.nf-field-container {
  margin-bottom: 2rem !important;
}
.label-right .nf-after-field {
  width: 100%;
}
.nf-field-label label {
  font-weight: normal !important;
  font-family: "Century Gothic";
  font-size: 0.85rem !important;
  margin-bottom: 5px !important;
}
.nf-error-msg, .ninja-forms-req-symbol {
  color: #9D061F !important;
}
.nf-error-msg {
  font-size: 0.85rem !important;
  margin-right: 0 !important;
  background-color: transparent;
  color: #ff0000 !important;
  padding: 2px 0px 0px 0px;
  text-align: left;
  position: absolute;
}
.nf-error .nf-field-label label {
  color: #ff0000 !important;
}
.nf-error.field-wrap .nf-field-element::after {
  display: none !important;
}
.nf-after-form-content {
  position: relative;
}
.nf-after-form-content .nf-error-msg {
  text-align: center;
  width: 100%;
  padding-top: 10px;
}
.nf-input-limit {
  margin-top: 0 !important;
}
.nf-error .ninja-forms-field {
  border: 1px solid #efede9 !important;
}
.nf-field-element input, .nf-field-element textarea {
  border: none;
  border: 1px solid #e0d8d1;
  color: #000;
  background-color: transparent;
  border-radius: 0;
  padding: 10px;
  font-size: 1rem;
  font-family: "Arial";
  box-shadow: none !important;
  border-radius: 5px !important;
}
.nf-field-element input[type=text], .nf-field-element textarea {
  -webkit-appearance: none;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
  background-color: transparent !important;
  border-color: #e0d8d1 !important;
  border-radius: 5px !important;
}
.nf-form-content .ninja-forms-field {
  color: #0f0f10 !important;
  font-size: 1rem !important;
}
.nf-field-element input:active, .nf-field-element textarea:active, .nf-field-element input:focus, .nf-field-element textarea:focus {
  border: 2px solid #C7B8B8 !important;
}
.nf-error .nf-field-label label {
  color: #ff0000;
}
.nf-error .nf-field-label label .ninja-forms-req-symbol {
  color: #ff0000 !important;
}
.nf-error .nf-field-element input, .nf-error .nf-field-element textarea {
  border: 2px solid #ff0000 !important;
  background-color: #ffbfbf !important;
}
.nf-field-element textarea {
  resize: none;
  height: 120px !important;
}
.nf-field-element input[type="button"] {
  background-color: #720114 !important;
  border: none !important;
  color: #fff !important;
  padding: 0.7rem 1.6rem 0.75rem 1.6rem !important;
  font-family: "Century Gothic" !important;
  border-radius: 2rem !important;
  font-size: 0.85rem !important;
  line-height: 1 !important;
  transition: 0.1s background-color ease-in-out !important;
  position: absolute !important;
  right: 50% !important;
  transform: translate(50%, 0) !important;
  cursor: pointer !important;
  height: inherit !important;
}
.nf-field-element input[type="button"]:hover {
  background-color: #9D061F !important;
  transition: 0.1s background-color ease-in-out !important;
}
/*Confirmation = success message*/
.nf-response-msg {
  display: block;
  padding: 1px 10px;
  margin-bottom: 1rem;
  background-color: #6ae04a;
  color: #fff;
}
.checkbox-container .label-right .field-wrap {
  display: flex !important;
}
.checkbox-container.label-right .nf-field-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: start !important;
  width: 2.5rem !important;
  padding-left: 0 !important;
  padding-right: 0.75rem !important;
  position: relative !important;
}
.label-right .checkbox-wrap .nf-field-element input[type="checkbox"] {
  top: 0.3rem;
  position: absolute;
}
.checkbox-container.label-right .nf-field-label .ninja-forms-req-symbol {
  position: absolute !important;
  top: 0px !important;
}
.checkbox-container .nf-error-msg {
  padding-top: 5px;
}
.checkbox-container.label-right .nf-field-description {
  margin-right: 0 !important;
}
.checkbox-container.label-right .nf-field-description p {
  padding-top: 0rem !important;
}
.label-right .checkbox-wrap {
  cursor: pointer;
  position: relative;
}
.article_extrait {
  width: calc(33.33% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
  position: relative;
  background-color: #efede9;
  border-radius: 1rem 1rem 0 0;
}
.article_extrait_thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #e0d8d1;
  border-radius: 0.5rem 0.5rem 0 0;
  display: none;
}
.image_article_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.image_article_wrapper figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.image_article_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}
/*DATE*/
.entry_title_date span {
  display: inline-block;
  color: #0f0f10;
  font-family: "Century Gothic";
  font-size: 0.8rem;
  line-height: 1;
}
.date_mois {
  border-left: 1px solid #C7B8B8;
  border-right: 1px solid #C7B8B8;
  padding: 0 0.2rem;
  text-transform: uppercase;
}
.date_jour {
  padding: 0 0.2rem 0 0;
}
.date_annee {
  padding: 0 0 0 0.2rem;
}
.entry_title_date .sep_terms {
  color: #C7B8B8;
}
.entry_title_date .term_link {
  color: #720114;
  transition: 0.1s color ease-in-out;
}
.entry_title_date .term_link:hover {
  color: #9D061F;
  transition: 0.1s color ease-in-out;
}
.article_extrait_post_title {
  text-transform: none !important;
  font-size: 1.1rem;
  font-family: "Century Gothic" !important;
  padding: 1rem 0 0 0;
  text-align: left;
}
.article_extrait_post_title a {
  border-bottom: none;
  color: #0f0f10;
  transition: 0.1s color ease-in-out;
}
.article_extrait_post_title a:hover {
  border-bottom: none;
  color: #9D061F;
  transition: 0.1s color ease-in-out;
}
.article_extrait_wrapper_text {
  padding: 1.5rem 2.5rem 4.5rem 2.5rem;
  position: relative;
}
.article_extrait_wrapper_text p {
  text-align: left;
}
.btn_article_extrait {
  position: absolute;
  bottom: 1.5rem;
  left: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .article_extrait {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .article_extrait {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .article_extrait {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .article_extrait {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .article_extrait_wrapper_text {
    padding: 1.5rem 1.5rem 4.5rem 1.5rem;
    position: relative;
  }
}
/*=========================================================================*/
/*Offres*/
/*=========================================================================*/
.entry-content h2.offres_categorie_titre {
  margin-bottom: 1.3rem !important;
}
.entry-content h2.offres_categorie_titre a {
  border: none !important;
  box-shadow: none;
}
.offre_extrait_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(80% + 2rem) !important;
  max-width: calc(1200px + 2rem) !important;
  margin: auto;
}
.offre_extrait {
  background: #efede9;
  position: relative;
  width: calc(33.33% - 2rem);
  margin: 0 1rem 2rem 1rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.offre_extrait figure {
  margin: 0;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem 0.5rem 0 0;
}
.offre_extrait_photo {
  width: 100%;
  padding-top: 56.25%;
  background: #777777;
  position: relative;
  border-radius: 0.5rem 0.5rem 0 0;
}
.offre_extrait_photo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.offre_extrait_photo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}
.offre_extrait_photo_title {
  padding: 0rem 1.5rem 1rem 1.5rem;
  margin-bottom: 0 !important;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff !important;
  font-family: "Century Gothic";
}
.offre_thumb_degrade {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.offre_extrait_content {
  width: 100%;
  padding: 2rem 1.5rem 5rem 1.5rem;
  text-align: center;
}
.offre_extrait_cta {
  position: absolute;
  bottom: 1.5rem;
  left: 0rem;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .offre_extrait_wrapper {
    width: calc(85% + 2rem) !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .offre_extrait_wrapper {
    width: calc(85% + 2rem) !important;
  }
  .offre_extrait {
    width: calc(100% + 2rem);
    margin: 0 1rem 2rem 1rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .offre_extrait_wrapper {
    width: 85% !important;
  }
  .offre_extrait {
    width: 100%;
    margin: 0 0rem 2rem 0rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .offre_extrait_wrapper {
    width: calc(100% - 50px) !important;
  }
  .offre_extrait {
    width: 100%;
    margin: 0 0rem 2rem 0rem;
  }
}
.rs_link {
  display: flex;
  text-align: left;
}
.rs_link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.rs_link svg {
  color: #720114;
  height: 0.8rem;
  transition: 0.05s color ease-in-out;
}
.rs_link_item {
  position: relative;
  height: 35px;
  width: 35px;
  margin: 10px 10px 0 0;
  background-color: #c0796b;
  border-radius: 100%;
  transition: 0.1s background-color ease-in-out;
}
.rs_link_item:hover svg {
  color: #fff;
  transition: 0.05s color ease-in-out;
}
.rs_link_item:hover {
  background-color: #9D061F;
  transition: 0.1s background-color ease-in-out;
}
/*=========================================================================*/
/*aside_actualites*/
/*=========================================================================*/
#aside_actualites {
  background-color: #fff;
  border-top: 2px solid #efede9;
}
#aside_actualites_header {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
#aside_actualites_title {
  width: 50%;
}
#aside_actualites_voirtout {
  width: 50%;
}
#aside_actualites_title {
  padding: 0 0 1.8rem 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: left;
  color: #c0796b;
  font-family: "Century Gothic";
}
#aside_actualites_wrapper {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: calc(80% + 2rem) !important;
  max-width: calc(1200px + 2rem) !important;
  margin: auto;
}
#aside_actualites #charger_les_images_wrapper {
  padding: 0 0 1.5rem 0;
  width: 50%;
}
#aside_actualites .cta_btn_lead {
  text-align: center;
  padding-top: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #aside_actualites_wrapper {
    width: calc(85% + 2rem) !important;
  }
  #aside_actualites .article_extrait_3 {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  #aside_actualites_wrapper {
    width: calc(85% + 2rem) !important;
  }
  #aside_actualites .article_extrait_3 {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  #aside_actualites_header {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
  #aside_actualites_title {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  #aside_actualites_voirtout {
    width: 100%;
    text-align: left;
  }
  #aside_actualites_wrapper {
    width: 85% !important;
  }
  #aside_actualites #charger_les_images_wrapper {
    padding: 0.2rem 0 1.5rem 0;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  #aside_actualites_header {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
  #aside_actualites_title {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  #aside_actualites_voirtout {
    width: 100%;
    text-align: left;
  }
  #aside_actualites_wrapper {
    width: calc(100% - 50px) !important;
  }
  #aside_actualites #charger_les_images_wrapper {
    padding: 0.2rem 0 1.5rem 0;
    width: 100%;
    text-align: left;
  }
}
#home_bloc_1 .icon_multicolonnes, #home_bloc_secteurs .icon_multicolonnes {
  margin: auto;
  margin-bottom: 0;
  margin-top: -40px;
  border-radius: 100%;
  border: none;
}
#home_bloc_1 .petit_icone, #home_bloc_secteurs .petit_icone {
  border-radius: 0 !important;
}
#home_bloc_1 .grand_icone, #home_bloc_secteurs .grand_icone {
  border-radius: 0 !important;
}
#home_bloc_secteurs.fond_clair .icon_multicolonnes {
  background-color: transparent;
}
.coldouble_contact_left .cta_btn_lead {
  margin-top: 5rem;
}
#menu-item-14611 {
  font-weight: bold;
  text-align: right;
  font-size: 13px;
}
#menu-item-14611 a {
  color: #175817 !important;
  text-align: right !important;
}
/*# sourceMappingURL=main.css.map */