/*
** Réalisation : LaFabrikk
** https://www.lafabrikk.fr
*/
:root {
  --LF001: 0.0625rem;
  --LF002: 0.125rem;
  --LF003: 0.1875rem;
  --LF004: 0.25rem;
  --LF005: 0.3125rem;
  --LF006: 0.375rem;
  --LF007: 0.4375rem;
  --LF008: 0.5rem;
  --LF009: 0.5625rem;
  --LF010: 0.625rem;
  --LF011: 0.6875rem;
  --LF012: 0.75rem;
  --LF013: 0.8125rem;
  --LF014: 0.875rem;
  --LF015: 0.9375rem;
  --LF016: 1rem;
  --LF017: 1.0625rem;
  --LF018: 1.125rem;
  --LF019: 1.1875rem;
  --LF020: 1.25rem;
  --LF021: 1.3125rem;
  --LF022: 1.375rem;
  --LF023: 1.4375rem;
  --LF024: 1.5rem;
  --LF025: 1.5625rem;
  --LF026: 1.625rem;
  --LF027: 1.6875rem;
  --LF028: 1.75rem;
  --LF029: 1.8125rem;
  --LF030: 1.875rem;
  --LF031: 1.9375rem;
  --LF032: 2rem;
  --LF033: 2.0625rem;
  --LF034: 2.125rem;
  --LF035: 2.1875rem;
  --LF036: 2.25rem;
  --LF037: 2.3125rem;
  --LF038: 2.375rem;
  --LF039: 2.4375rem;
  --LF040: 2.5rem;
  --LF041: 2.5625rem;
  --LF042: 2.625rem;
  --LF043: 2.6875rem;
  --LF044: 2.75rem;
  --LF045: 2.8125rem;
  --LF046: 2.875rem;
  --LF047: 2.9375rem;
  --LF048: 3rem;
  --LF049: 3.0625rem;
  --LF050: 3.125rem;
  --LF051: 3.1875rem;
  --LF052: 3.25rem;
  --LF053: 3.3125rem;
  --LF054: 3.375rem;
  --LF055: 3.4375rem;
  --LF056: 3.5rem;
  --LF057: 3.5625rem;
  --LF058: 3.625rem;
  --LF059: 3.6875rem;
  --LF060: 3.75rem;
  --LF061: 3.8125rem;
  --LF062: 3.875rem;
  --LF063: 3.9375rem;
  --LF064: 4rem;
  --LF065: 4.0625rem;
  --LF066: 4.125rem;
  --LF067: 4.1875rem;
  --LF068: 4.25rem;
  --LF069: 4.3125rem;
  --LF070: 4.375rem;
  --LF071: 4.4375rem;
  --LF072: 4.5rem;
  --LF073: 4.5625rem;
  --LF074: 4.625rem;
  --LF075: 4.6875rem;
  --LF076: 4.75rem;
  --LF077: 4.8125rem;
  --LF078: 4.875rem;
  --LF079: 4.9375rem;
  --LF080: 5rem;
  --LF081: 5.0625rem;
  --LF082: 5.125rem;
  --LF083: 5.1875rem;
  --LF084: 5.25rem;
  --LF085: 5.3125rem;
  --LF086: 5.375rem;
  --LF087: 5.4375rem;
  --LF088: 5.5rem;
  --LF089: 5.5625rem;
  --LF090: 5.625rem;
  --LF091: 5.6875rem;
  --LF092: 5.75rem;
  --LF093: 5.8125rem;
  --LF094: 5.875rem;
  --LF095: 5.9375rem;
  --LF096: 6rem;
  --LF097: 6.0625rem;
  --LF098: 6.125rem;
  --LF099: 6.1875rem;
  --LF100: 6.25rem;

  --LFcol01: #5D1101;
  --LFcol02: #F57824;
  --LFcol03: #1E8094;
  --LFcol04: #3E4452;
  --LFcol05: #02687C;

  --LFwrapper : 1640px;
  --LFnarrow : 1146px;
  --LFnarrower : 1146px;
  --LFtight : 900px;
  --LFcontainer: calc(calc(100vw - var(--LFwrapper)) / 2);
}

*,::after,::before {
  box-sizing:border-box;
}
*::-moz-selection {
  background: var(--LFcol01);
  color: #fff;
}
*::selection {
  background: var(--LFcol01);
  color: #fff;
}

html {
  font-size: 16px;
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
        clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
-webkit-clip-path: none;
        clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}




/* --- STRUCTURE --- */
.wrapper {
  width: 100%;
  max-width: var(--LFwrapper);
  margin: 0 auto;
}
.narrow {
  max-width: var(--LFnarrow);
}
.narrower {
  max-width: var(--LFnarrow);
}
.tight {
  max-width: var(--LFtight);
}
.wrapper-fluid {

}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex > * {
  flex: 0 0 auto;
}

.m-default {
  margin-top: var(--LF097);
  margin-bottom: var(--LF097);
}
.m-half {
  margin-top: var(--LF060);
  margin-bottom: var(--LF060);
}
.m-big {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}
.p-default {
  padding-top: var(--LF097);
  padding-bottom: var(--LF097);
}
.p-half {
  padding-top: var(--LF060);
  padding-bottom: var(--LF060);
}
.p-big {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}




/* --- TYPO --- */
.t-jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}
.t-playfair {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}

.t-center {
  text-align: center;
}
.s-uppercase {
  text-transform: uppercase;
}




/* --- GENERAL --- */
body {
  overflow-x: hidden;
  margin: 0;
  background-color: #FFF;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.2;
  color: var(--LFcol04);
}

.bg-grey {
  background-color: #EFF1F2;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  margin: 0;
  font-weight: 600;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: var(--LFcol02);
}
h1 {
  font-size: var(--LF100);
  line-height: var(--LF100);
}
h2 {
  margin-top: var(--LF052);
  margin-bottom: var(--LF050);
  font-size: var(--LF050);
}
h2:first-child {
  margin-top: 0;
}
h3 {
  margin-top: var(--LF052);
  margin-bottom: var(--LF040);
  font-size: var(--LF040);
}
h3:first-child {
  margin-top: 0;
}
h4 {
  font-size: var(--LF037);
}

a {
  color: var(--LFcol04);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin-top: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

button,
input,
select,
textarea {
  font-family: "Jost", sans-serif;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  box-shadow: none;
  outline: 0 none;
}

.btn,
.wp-element-button {
  position: relative;
  display: inline-block;
  padding: var(--LF017) var(--LF044);
  border-radius: 10rem;
  font-size: var(--LF018);
  font-weight: 400;
  transition: all 0.2s;
}
.btn:hover,
.wp-element-button:hover {
  text-decoration: none;
}

.btn.btn-primary,
.wp-element-button {
  background-color: var(--LFcol02);
}
.btn.btn-primary,
.wp-element-button {
  color: #fff !important;
}
.btn.btn-primary:hover {
 background-color: var(--LFcol03);
}

.btn.btn-secondary,
.wp-element-button {
  background-color: rgba(239, 241, 242, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.btn.btn-secondary,
.wp-element-button {
  color: #fff;
}
.btn.btn-secondary:hover {
 background-color: var(--LFcol03);
}

.btn.btn-tertiary {
  background-color: var(--LFcol05);
  color: #fff !important;
}
.btn.btn-tertiary:hover {
 background-color: var(--LFcol03);
}

.btn.btn-light {
  background-color: #fff;
  color: var(--LFcol05) !important;
}
.btn.btn-light:hover {
 background-color: var(--LFcol03);
}

.btn-nav a {
  position: relative;
  display: inline-block;
  padding: var(--LF014) var(--LF044);
  border-radius: 10rem;
  font-size: var(--LF018);
  font-weight: 400;
  transition: all 0.2s;
}
.btn-nav a:hover {
  text-decoration: none;
}

.btn-nav.btn-nav-primary a {
  background-color: var(--LFcol02);
}
.btn-nav.btn-nav-primary a {
  color: #fff;
}
.btn-nav.btn-nav-primary a:hover {
 background-color: var(--LFcol03);
 color: #fff;
}


#breadcrumbs {
  margin-top: var(--LF060);
  margin-bottom: var(--LF040);
  font-size: var(--LF018);
}
#content ul {
  margin: var(--LF030) 0;
  padding: 0 8.625rem;
}
#content ul li strong {
  font-size: var(--LF022);
  font-weight: 500;
}


.lf-scrollscale {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0%, -5%);
    transition: all 0.2s;
}

#content .wsp-container {
  margin-bottom: var(--LF030);
}
#content .wsp-container ul {
  margin: 0;
  padding: 0 var(--LF040);
}




/* --- GF --- */
.gform_wrapper.gravity-theme .ginput_complex .gform-field-label,
.gform_wrapper.gravity-theme .gfield .gfield_label {
  margin-bottom: var(--LF010);
  font-size: var(--LF022);
  font-weight: 500;
  color: #fff;
}
.gform_wrapper.gravity-theme .gfield input[type=text],
.gform_wrapper.gravity-theme .gfield input[type=email],
.gform_wrapper.gravity-theme .gfield input[type=tel],
.gform_wrapper.gravity-theme .gfield textarea {
  padding: var(--LF022);
  border: none;
  border-radius: var(--LF015);
  box-shadow: inset 0 var(--LF003) var(--LF006) rgba(0, 0, 0, 0.16);
}
.gform_wrapper.gravity-theme .gfield .gfield_required {
  display: none;
}
.gfield--type-consent {
  color: #fff;
}
.gfield--type-consent a {
  color: #fff;
  text-decoration: underline;
}
.gform_wrapper.gravity-theme .gform_footer {
  padding-top: var(--LF024);
}
.gform-footer .gform_button {
  position: relative;
  display: inline-block;
  margin: auto;
  padding: var(--LF017) var(--LF044);
  background-color: var(--LFcol02);
  border-radius: 10rem;
  font-size: var(--LF018);
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.gform-footer .gform_button:hover {
  background-color: var(--LFcol03);
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  background-color: transparent !important;
}




/* --- SLIDER --- */
.lf-slider {
  position: relative;
}
.lf-slider .slider {
  position: relative;
  overflow: hidden;
  display: flex;
  gap: var(--LF020);
  padding: var(--LF020);
}
.lf-slider .slider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: var(--LF020);
  height: 100%;
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.lf-slider .slider:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: var(--LF020);
  height: 100%;
  background: linear-gradient(270deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.lf-slider .slider .slide {
  flex: 0 0 auto;
  width: 74.78%;
  padding: var(--LF044) var(--LF041);
  background-color: #EFF1F2;
  border-radius: var(--LF010);
  border-top-right-radius: var(--LF050);
  border-bottom-left-radius: var(--LF050);
  box-shadow: 0 var(--LF003) var(--LF006) rgba(0, 0, 0, 0.16);
  transition: all 0.2s;
}
.slider-discs {
  justify-content: center;
  gap: var(--LF010);
  margin-top: var(--LF053);
}
.slider-disc {
  width: var(--LF015);
  height: var(--LF015);
  background-color: #2d2d2d;
  border-radius: var(--LF020);
  transition: all 0.2s;
}
.slider-disc.active {
  background-color: var(--LFcol02);
}
.lf-slider-ctrl {
  position: absolute;
  top: calc(50% - var(--LF068));
}
.lf-slider-ctrl-prev {
  left: 6rem;
  transform: rotateZ(180deg);
}
.lf-slider-ctrl-next {
  right: 6rem;
}
.lf-slider-ctrl svg {
  display: block;
  width: auto;
  height: var(--LF048);
  stroke: #3e4452;
  transition: all 0.2s;
}
.lf-slider-ctrl:hover svg {
  stroke: var(--LFcol02);
}




/* --- SEARCH --- */
#searchform {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: var(--LF010);
  padding-left: var(--LF020);
  background-color: #EFF1F2;
  border-radius: var(--LF043);
  box-shadow: 0 var(--LF003) var(--LF006) rgba(0, 0, 0, 0.16);
}
#searchform input[type=text] {
  width: calc(100% - var(--LF089));
  background-color: transparent;
  font-size: var(--LF018);
}
#searchform button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--LF069);
  height: var(--LF069);
  background-color: var(--LFcol05);
  border-radius: var(--LF043);
  transition: all 0.2s;
}
#searchform button:hover {
  background-color: var(--LFcol02);
}
#searchform button svg {
  width: var(--LF036);
  height: auto;
}
.pages-results {
  gap: var(--LF020);
}
.result-miniature {
  width: calc(50% - var(--LF010));
}
.result-miniature-image {
  overflow: hidden;
  position: relative;
  border-top-left-radius: var(--LF030);
  border-top-right-radius: var(--LF030);
  aspect-ratio: 2.06;
}
.result-miniature-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.result-miniature-contenu {
  padding: var(--LF025) var(--LF041) var(--LF037);
  background-color: #EFF1F2;
  border-bottom-left-radius: var(--LF030);
  border-bottom-right-radius: var(--LF030);
  font-size: var(--LF018);
  font-weight: 300;
}
.result-miniature-contenu h3 {
  margin-bottom: var(--LF013);
  font-size: var(--LF037);
}
.result-miniature-contenu p {
  margin-top: var(--LF013);
}
.result-miniature-contenu p a {
  color: var(--LFcol04) !important;
  text-decoration: underline;
}
.posts-results {
  gap: var(--LF020);
}
.posts-results h2 {
  width: 100%;
}



/* --- HEADER --- */
#header-seo {
  background-color: var(--LFcol03);
  font-size: var(--LF014);
  color: #fff;
}
#header-seo .inner {
  align-items: center;
  justify-content: space-between;
  padding: var(--LF009) 0;
}
#header-seo .inner a {
  color: #fff;
}
header {
  padding: var(--LF010) 0;
  background-color: #F8F8F8;
  box-shadow: 0 var(--LF003) var(--LF006) rgba(0, 0, 0, 0.16);
}
header .inner {
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  width: 6.625rem;
}
.header-logo img {
  display: block;
}




/* --- MAIN NAV --- */
#menu-mainmenu {
  align-items: center;
  gap: var(--LF034);
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
  list-style: none;
  font-size: var(--LF018);
}
#menu-mainmenu > li {
  position: relative;
  padding: var(--LF015) 0;
}
#menu-mainmenu li a {
  position: relative;
  transition: all 0.2s;
}
#menu-mainmenu li:not(.btn-nav) a:hover {
  color: var(--LFcol03);
  text-decoration: none;
}
#menu-mainmenu li:not(.btn-nav) a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: var(--LF004);
  background-color: var(--LFcol03);
  transition: all 0.2s;
}
#menu-mainmenu > li > a:hover:after {
  width: 100%;
}

#menu-mainmenu > li > .sub-menu {
  z-index: 10;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 10rem;
  padding-inline-start: 0;
  border: var(--LF001) solid var(--LFcol02);
  padding-inline-start: 0;
  list-style: none;
}
#menu-mainmenu > li:hover > .sub-menu {
  display: block;
}
#menu-mainmenu > li > .sub-menu li {
  border-top: var(--LF001) solid var(--LFcol02);
}
#menu-mainmenu > li > .sub-menu li:first-child {
  border-top: none;
}
#menu-mainmenu > li > .sub-menu a {
  display: block;
  padding: var(--LF013) var(--LF020);
  background-color: #fff;
  letter-spacing: 1.53px;
  white-space: nowrap;
  transition: all 0.2s;
}
#menu-mainmenu > li > .sub-menu a:hover {
  background-color: var(--LFcol02);
  color: #fff;
}
#menu-mainmenu > li > .sub-menu li > .sub-menu {
  /*padding-inline-start: 0;*/
  background-color: #fff;
}
#menu-mainmenu > li > .sub-menu li > .sub-menu li {
  /*padding-left: var(--LF040);*/
  border-top: none;
}

#toggleNav {
  display: none;
  width: var(--LF050);
  padding-top: var(--LF014);
  padding-bottom: var(--LF014);
  background-color: var(--LFcol02);
  border: var(--LF002) solid var(--LFcol02);
}
#toggleNav svg {
  stroke: #fff;
}
#toggleNav .close {
  display: none;
}
#toggleNav.active .open {
  display: none;
}
#toggleNav.active .close {
  display: block;
}



/* --- FOOTER --- */
#bloc-actualites {
  gap: var(--LF020);
}
#bloc-actualites h2 {
  width: 100%;
  margin-bottom: var(--LF040);
}
.actualite-miniature {
  width: calc(50% - var(--LF010));
}
.actualite-miniature-image {
  overflow: hidden;
  position: relative;
  border-top-left-radius: var(--LF030);
  border-top-right-radius: var(--LF030);
  aspect-ratio: 2.06;
}
.actualite-miniature-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.actualite-miniature-contenu {
  padding: var(--LF025) var(--LF041) var(--LF037);
  background-color: #EFF1F2;
  border-bottom-left-radius: var(--LF030);
  border-bottom-right-radius: var(--LF030);
  font-size: var(--LF018);
  font-weight: 300;
}
.actualite-miniature-contenu h3 {
  margin-bottom: var(--LF013);
  font-size: var(--LF037);
}
.actualite-miniature-contenu p {
  margin-top: var(--LF013);
}
.actualite-miniature-contenu p a {
  text-decoration: underline;
}


#footer-contact {
  background-size: cover;
  background-position: center center;
}
#footer-contact .inner {
  max-width: 47rem;
  padding: var(--LF070);
  border-radius: var(--LF030);
  background-color: rgba(239, 241, 242, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#footer-contact h2 {
  margin-bottom: 0;
  color: #fff;
}
footer {
  padding-top: 7.75rem;
  padding-bottom: var(--LF090);
  background-color: #EFF1F2;
  font-size: var(--LF020);
  font-weight: 300;
}
footer .inner {
  gap: var(--LF080);
}
footer .inner h4 {
  margin-bottom: var(--LF030);
  font-size: var(--LF030);
}
.footer-txt {
  width: calc(36% - var(--LF060));
}
.footer-contact {
  width: calc(22% - var(--LF060));
}
.footer-nav {
  width: calc(20% - var(--LF060));
}
.footer-nav ul {
  padding-inline-start: 0;
  list-style: none;
}
.footer-nav ul li {
  margin-top: var(--LF010);
}
.footer-nav ul li:first-child {
  margin-top: 0;
}
.footer-autre {
  width: calc(22% - var(--LF060));
}
.footer-autre-socials {
  gap: var(--LF010);
  align-items: center;
  margin-bottom: var(--LF030);
}
.footer-autre-socials a svg {
  display: block;
  width: var(--LF040);
  height: auto;
  fill: var(--LFcol03);
  transition: all 0.2s;
}
.footer-autre-socials a:hover svg {
  fill: var(--LFcol02);
}
.footer-copyright {
  width: 100%;
  justify-content: space-between;
  margin-top: var(--LF030);
  padding-top: var(--LF030);
  border-top: var(--LF002) solid #3E4452;
  font-size: var(--LF014);
}
.copy-left {
  font-weight: 400;
}
.copy-left a {
  text-decoration: underline;
}
.copy-right {
  align-items: center;
  gap: var(--LF024);
}
.copy-right svg {
  width: 9rem;
  height: auto;
  opacity: 0.5;
}




/* --- TEXTE SEO --- */
.texte-seo {
  /*overflow-x: hidden;*/
}
.texte-seo .inner {
  position: relative;
}
.texte-seo-bg-left {
  position: absolute;
  top: 50%;
  right: calc(100% + 3rem);
  transform: translateY(-60%);
}
.texte-seo-bg-right {
  position: absolute;
  top: 50%;
  left: calc(100% + 3rem);
  transform: translateY(-130%);
}
.texte-seo h2 {
  margin-bottom: .75rem;
  font-size: var(--LF030);
  line-height: var(--LF033);
}
.texte-seo h3 {
  margin-bottom: .5rem;
  font-size: var(--LF020);
  line-height: var(--LF023);
}




/* --- PAGE --- */
#content.page {
  font-size: var(--LF020);
  font-weight: 300;
}
.page-top {
  position: relative;
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
  background-size: cover;
  background-position: center center;
  /*background-blend-mode: difference;*/
  color: #fff;
}
.page-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
}
.page-top .inner {
  position: relative;
}
.page-top h1 {
  margin-bottom: var(--LF030);
}
.page-top p.page-top-soustitre {
  max-width: 45.75rem;
  margin-top: var(--LF030);
  color: #fff;
  font-size: var(--LF050);
  line-height: var(--LF058);
}
#content.page a {
  color: var(--LFcol02);
}




/* --- BLOG --- */
#content.archive {
  margin-bottom: var(--LF097);
}
.posts-liste {
  gap: var(--LF020);
}
.posts-navigation {
  margin-top: var(--LF050);
}
.nav-links {
  display: flex;
  justify-content: center;
  gap: var(--LF020);
}




/* --- BLOCKS --- */
.bloc_statique-bloc {
  padding: var(--LF046) var(--LF034);
  background-color: #EFF1F2;
  border-radius: var(--LF010);
  border-top-right-radius: var(--LF050);
  border-bottom-left-radius: var(--LF050);
  box-shadow: 0 var(--LF003) var(--LF006) rgba(0, 0, 0, 0.16);
}
.bloc_statique-top {
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--LF015);
}
.bloc_statique-titre {
  width: calc(100% - var(--LF100));
  margin: 0;
  font-size: var(--LF037);
}
.bloc_statique-picto {
  width: var(--LF080);
}
.bloc_statique-picto svg {
  width: 100%;
  height: auto;
}
.bloc_statique-cta {
  margin-top: var(--LF025);
  text-align: center;
}

.bloc_statique.slider {
  background-color: #EFF1F2;
}
#statique-slider.lf-slider .slider:before {
  background: linear-gradient(90deg,rgba(239, 241, 242, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
#statique-slider.lf-slider .slider:after {
  background: linear-gradient(270deg,rgba(239, 241, 242, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.bloc_statique.slider .bloc_statique-bloc {
  background-color: #fff;
}


.bloc_audit {
  padding-top: var(--LF098);
  padding-bottom: 7.375rem;
  background-color: var(--LFcol05);
}
.bloc_audit .inner {
  align-items: center;
  justify-content: space-between;
}
.bloc_audit-left {
  width: 43.71%;
  color: #fff;
}
.bloc_audit-left .btn {
  margin-top: var(--LF060);
}
.bloc_audit-right {
  width: 43.71%;
}
.bloc_audit-right img {
  border-radius: var(--LF030);
}

.bloc_pictos {
  justify-content: space-between;
}
.bloc_pictos-picto {
  width: 25.3%;
  text-align: center;
}
.bloc_pictos-picto svg {
  width: auto;
  height: var(--LF095);
}
.bloc_pictos-picto-titre {
  margin-top: var(--LF025);
  font-size: var(--LF037);
  font-weight: 700;
  color: var(--LFcol05);
}

.bloc_points {
  position: relative;
  margin-top: var(--LF060);
}
.bloc_points:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #EFF1F2;
}
.bloc_points .inner {
  position: relative;
  gap: var(--LF016);
  justify-content: center;
}
.bloc_points-point {
  width: calc(25% - var(--LF012));
  padding: var(--LF010) var(--LF041) var(--LF044);
  background-color: #fff;
  border-radius: var(--LF010);
  border-top-right-radius: var(--LF050);
  border-bottom-left-radius: var(--LF050);
  box-shadow: 0 var(--LF003) var(--LF006) rgba(0, 0, 0, 0.16);
}
.bloc_points-point-nb {
  margin-bottom: var(--LF013);
  font-size: var(--LF080);
  font-weight: 700;
  color: var(--LFcol02);
  text-align: center;
}
.bloc_points-cta {
  padding-top: var(--LF097);
  background-color: #EFF1F2;
}
.bloc_points-cta .inner {
  text-align: center;
}

.bloc_sommaire {
  padding-bottom: var(--LF090);
  background-color: #EFF1F2;
}
.bloc_sommaire .inner {
  justify-content: space-between;
}
.bloc_sommaire h2 {
  width: 100%;
}
.bloc_sommaire-left {
  width: 82.89%;
}
.bloc_sommaire-section {
  margin-top: var(--LF016);
  align-items: center;
  justify-content: space-between;
}
.bloc_sommaire-section:first-child {
  margin-top: 0;
}
.bloc_sommaire-section-nb {
  width: 10.42%;
  font-size: var(--LF080);
  font-weight: 700;
  color: var(--LFcol02);
  text-align: right;
}
.bloc_sommaire-section .bloc_sommaire-section-nom {
  width: 85.47%;
  padding: var(--LF032) var(--LF056);
  background-color: #fff;
  border-radius: var(--LF030);
  box-shadow: 0 var(--LF003) var(--LF006) rgba(0, 0, 0, 0.16);
  font-size: var(--LF037);
  font-weight: 600;
  transition: all 0.2s;
}
.bloc_sommaire-section a:hover {
  background-color: var(--LFcol03);
  color: #fff;
  text-decoration: none;
}
.bloc_sommaire-section.grisee-oui .bloc_sommaire-section-nb {
  color: #a9adb2;
}
.bloc_sommaire-section.grisee-oui .bloc_sommaire-section-nom {
  background-color: #f5f7f7;
  color: #a9adb2;
}
.bloc_sommaire-right {
  flex-direction: column;
  justify-content: center;
  gap: var(--LF067);
  width: 10.73%;
  font-size: var(--LF037);
  font-weight: 700;
}
.bloc_sommaire-right svg {
  width: auto;
  height: var(--LF095);
  fill: var(--LFcol05);
}