/*
Theme Name: L'Observatoire
Author: La Confiserie
Author URI: https://www.laconfiserie.fr
Description: Thème sur-mesure
Version: 1.0
*/

.sr-only{
	border: 0 !important;
	clip: rect(1px,1px,1px,1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:focus-visible {
  clip: auto !important;
  clip-path: none !important;
  position: fixed !important;
  top: 1rem;
  left: 1rem;
  width: auto !important;
  height: auto !important;
  padding: .75rem 1rem !important;
  margin: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  z-index: 999999 !important;
  background: #fff;
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  border-radius: 4px;
}
/* RESET CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}


/* GLOBAL
-------------------------------------------------------------- */
* {
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
 }
html {
	width:100%;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
} 
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
body.no-scroll {
	overflow: hidden;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// GRILLE
----------------------------------------------------------------- */
.rangee {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 92%;
	margin: 0 auto;
	position: relative;
	flex-flow: row wrap;
}
.rangee.direction-column {
	flex-direction: column;
	flex-wrap: wrap;
}
.rangee.largeur-courte {
	width: 70%;
	max-width: 700px;
}
.fullwidth, .full, .rangee.full, .section-flexible.fullwidth .rangee{
	width: 100%;
	max-width: 100%;
}
.col {
	position: relative;
	z-index: 9;
}
.col3 {
	flex-basis:3%;
	width: 3%;
}
.col5 {
	flex-basis:5%;
	width: 5%;
}
.col15 {
	flex-basis:15%;
	width: 15%;
}
.col10 {
	flex-basis:10%;
	width: 10%;
}
.col20 {
	flex-basis:20%;
	width: 20%;
}
.col30 {
	flex-basis:30%;
	width: 30%;
}
.col40 {
	flex-basis:40%;
	width: 40%;
}
.col48 {
	flex-basis:48%;
	width: 48%;
}
.col50 {
	flex-basis:50%;
	width: 50%;
}
.col60 {
	flex-basis:60%;
	width: 60%;
}
.col70 {
	flex-basis:70%;
	width: 70%;
}
.col80 {
	flex-basis:80%;
	width: 80%;
}
.col90 {
	flex-basis:90%;
	width: 90%;
}
.col100 {
	flex-basis:100%;
	width: 100%;
}
.col25 {
	flex-basis:25%;
	width: 25%;
}
.col45 {
	flex-basis:45%;
	width: 45%;
}
.col55 {
	flex-basis:55%;
	width: 55%;
}
.col57 {
	flex-basis:57%;
	width: 57%;
}
.col65 {
	flex-basis:65%;
	width: 65%;
}
.col35 {
	flex-basis:35%;
	width: 35%;
}
.col75 {
	flex-basis:75%;
	width: 75%;
}
.col66 {
	flex-basis:66.6%;
	width: 66.6%;
}
.col33 {
	flex-basis:33.3%;
	width: 33.3%;
}
.ecart-normal{
	flex: 0 0 auto;
	padding: 15px 30px;
}
.aucun-ecart {
	padding: 0;
}
.aucun-ecart .ecart-normal{
	padding:15px 0;
}
.fullwidth .aucun-ecart .ecart-normal{
	padding:0;
}
.ecart-full .aucun-ecart:first-of-type {
	flex: 0 0 auto;
	padding: 0 0 0 60px;
}
.ecart-full .aucun-ecart:last-of-type {
	flex: 0 0 auto;
	padding: 0 60px 0 0;
}
.fullwidth.ecart-full .aucun-ecart, .section-flexible.aucun-ecart .ecart-normal, .section-flexible.aucun-ecart .colonne01, .section-flexible.aucun-ecart .colonne02 {
	padding:0 ;
}
.colpadleft {
	flex: 0 0 auto;
	padding: 0 0 0 60px;
}
.col-left-marge {
	padding-right: 60px;
}
.col-right-marge {
	padding-left: 60px;
}
.colpadright {
	flex: 0 0 auto;
	padding: 0 60px 0 0;
}
.colcenter {
	margin: 0 auto;
}
.justify-center {
	justify-content:center;
}
.justify-end {
	justify-content:end;
}
.space-between {
	justify-content:space-between;
}
.items-align-end {
	align-items: end;
}
.align-center, .items-align-center {
	align-items:center;
}
.align-end {
	align-items:flex-end;
}
.row-reverse {
	flex-direction: row-reverse;
}
.padding {
	padding: 70px 0 ;
}
.padding-bottom {
	padding-bottom: 70px;
}
.padding-top {
	padding-top: 70px;
}
.double-padding {
	padding: 140px 0 ;
}
.double-padding-bottom {
	padding-bottom: 140px;
}
.double-padding-top {
	padding-top: 140px;
}
.no-padding-top {
	padding-top: 0px !important;
}
.border-left {
	border-left:1px solid var(--wp--preset--color--secondary);
}
.padding-col-pres.border-left {
	padding-left: 25px;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// TYPO
----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family:var(--wp--preset--font-family--typotitre);
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1;
}
h1 {
	color: var(--wp--preset--color--noir);
	font-size:var(--wp--preset--font-size--huge);
}
h2 {
	color: var(--wp--preset--color--noir);
	margin-top: 25px;
	font-size:var(--wp--preset--font-size--large);
}

h3 {
	color: var(--wp--preset--color--noir);
	font-size:var(--wp--preset--font-size--medium);
}
h4 {
	color: var(--wp--preset--color--primary);
	font-size:var(--wp--preset--font-size--medium);
}
h5 {
	color: var(--wp--preset--color--secondary);
	font-size:var(--wp--preset--font-size--medium);
}
h6 {
	color: var(--wp--preset--color--secondary);
	font-size:var(--wp--preset--font-size--normal);
}
.typo2 {
    font-style: 700;
    font-family: var(--wp--preset--font-family--typotitre);
}
.typo-small{
	font-size: var(--wp--preset--font-size--small);
}
.typo-normal{
	font-size: var(--wp--preset--font-size--normal);
}
.typo-plus{
	font-size: var(--wp--preset--font-size--plus);
}
.typo-medium{
	font-size: var(--wp--preset--font-size--medium);
}
.typo-large{
	font-size: var(--wp--preset--font-size--large);
}
.typo-large-mobile{
	font-size: var(--wp--preset--font-size--large-mobile);
}
.typo-big{
	font-size: var(--wp--preset--font-size--big);
}
.typo-big-mobile{
	font-size: var(--wp--preset--font-size--big-mobile);
}
.typo-huge{
	font-size: var(--wp--preset--font-size--huge);
}
.typo-huge-mobile{
	font-size: var(--wp--preset--font-size--huge-mobile);
}

/* -------------------------------------------------------------- 
/////////////////////////////////// GLOBAL
----------------------------------------------------------------- */
p, ol, li, table,label {
	color: var(--wp--preset--color--foreground);
	font-weight: 400;
	font-size: var(--wp--preset--font-size--normal);
	line-height: 1.4;
	margin: 15px 0px;
}
ol, li {
	margin: 5px 0;
}
.bold {
	font-weight: 700;
}
strong, b {
	font-weight: 700;
	color:var(--wp--preset--color--noir);
}
ul {
	margin: 10px 0;
}
ul li{
	margin-left: 16px;
	list-style-type: disc;
}
ol li{
	margin-left: 15px;
}
blockquote {
	position: relative;
    font-family: var(--wp--preset--font-family--typotitre);
    font-style: normal;
	padding: 30px 0px 30px 0;
	color: var(--wp--preset--color--noir);
	line-height: 60px;
	font-size: var(--wp--preset--font-size--large);
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
blockquote p {
	color: var(--wp--preset--color--noir);
	font-size: var(--wp--preset--font-size--large);
	font-weight: 700;
	padding: 30px 0;
	font-style: italic;
	line-height: 1.2em;
}
button {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    user-select: none;
    cursor: pointer;
}
button:focus {
    outline: 0 none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
tr, td, th {
	padding: 10px;
	text-align: left;
	font-size: var(--wp--preset--font-size--normal);
	border: 1px solid var(--wp--preset--color--primary);
}
table p {
	margin: 5px 0;
}
tr h3 {
	line-height: 22px;
}
a {
	color:var(--wp--preset--color--noir);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
a:visited, a:active, a:focus {
	color:var(--wp--preset--color--noir);
}
a:hover {
	color:var(--wp--preset--color--primary);
}
.link-like{
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.link-like:focus{
  outline: auto;
}
em {
	font-style: italic;
}

img {
	pointer-events: none;
}
input {
 	-moz-box-sizing: content-box; 
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
#searchform input[type="text"] {
	height: 20px;
	padding: 10px;
}
textarea {
	font-family: inherit;
}
i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 5px auto;
}
.alignright {
    float:right;
    margin: 0px 0 20px 40px;
}
.alignleft {
	float:left;
    margin: 0px 40px 20px 0;
}
.aligncenter {
    display: block;
    margin: 0px auto 10px auto;
}
a img.alignright {
    float: right;
    margin: 0px 0 20px 40px;
}
a img.alignnone {
    margin: 0px 40px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 0px 40px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption-text {
	font-size:var(--wp--preset--font-size--small);
	font-style: italic;
}
hr {
	border: 0;
	background-color: var(--wp--preset--color--noir);
	height: 1px;
	margin: 25px 0;
}
hr.primary {
	background-color: var(--wp--preset--color--primary);
}
.section-separateur hr {
	margin: 0;
}
.section-separateur .ecart-normal {
	padding-top: 0;
	padding-bottom: 0;
}
.blanc {
	background-color:  var(--wp--preset--color--blanc);
}
.color-blanc,.all-color-blanc * {
	color:  var(--wp--preset--color--blanc) !important;
}
.gris {
	background-color: var(--wp--preset--color--gris)!important;
}
.color-gris, .all-color-gris * {
	color:  var(--wp--preset--color--gris)!important;
}
.noir {
	background-color:  var(--wp--preset--color--noir)!important;
}
.color-noir, .all-color-noir * {
	color:  var(--wp--preset--color--noir)!important;
}
.noir {
	background-color:var(--wp--preset--color--noir)!important;
}
.color-noir, .all-color-noir * {
	color:  var(--wp--preset--color--noir)!important;
}
.primary {
	background-color: var(--wp--preset--color--primary)!important;
}
.color-primary, .all-color-primary * {
	color:  var(--wp--preset--color--primary)!important;
}
.secondary {
	background-color: var(--wp--preset--color--secondary)!important;
}
.color-secondary, .all-color-secondary * {
	color:  var(--wp--preset--color--secondary)!important;
}
.third {
	background-color: var(--wp--preset--color--third)!important;
}
.color-third, .all-color-third * {
	color:  var(--wp--preset--color--third)!important;
}
.gradient-one {
	background: var(--wp--preset--gradient--gradient-one);
}
.gradient-titre {
	background: var(--wp--preset--gradient--gradient-titre);
}
.gradient-secondary {
	background: var(--wp--preset--gradient--gradient-secondary);
}
.shadow {
   	-webkit-box-shadow: 0 16px 32px 0 rgba(50,50,50,0.10);
	-moz-box-shadow: 0 16px 32px 0 rgba(50,50,50,0.10);
	box-shadow: 0 16px 32px 0 rgba(50,50,50,0.10);
}
.shadow2 {
   	-webkit-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	-moz-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
}
.widget-texte > p:first-child {
  margin-top: 0;
}
p:last-of-type {
	margin-bottom: 0;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// BOUTONS ET CLASS
----------------------------------------------------------------- */
.bouton, .bouton-sans{
	margin-top: 15px;
	vertical-align: middle;
}
.bouton a, input[type=submit], .formulaire button, .wpforms-submit-container button{
	text-decoration: none !important;
	position: relative !important;
	display: inline-block;
	background: var(--wp--preset--color--secondary) !important;
    font-weight: 700 !important;
	font-size: var(--wp--preset--font-size--normal) !important;
	color: var(--wp--preset--color--blanc) !important;
	border: none;
	border-radius: 100px !important;
	text-shadow:none;
	line-height: 24px!important;
	padding: 12px 22px 12px 22px!important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.bouton a:hover, input[type=submit]:hover, .formulaire button:hover, .wpforms-submit-container button:hover{
	background: var(--wp--preset--color--third) !important;
}
.bouton-blanc a{
	background: var(--wp--preset--color--blanc) !important;
	color: var(--wp--preset--color--noir) !important;
}
.bouton-blanc a:hover{
	background: var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--blanc) !important;
}

/*.gros-bouton a{
	border-radius: 10px !important;
	width: 100%;
	display: block;
	padding: 30px 25px!important;
	font-size: var(--wp--preset--font-size--medium) !important;
}*/
.gros-bouton.btn-align-center a {
	text-align: center;
}
.gros-bouton.btn-align-center a img {
	height: 40px;
	width: auto;
	margin-bottom: 10px;
}
.gros-bouton.btn-align-center a span {
	text-align: center;
	display: block;
}
.gros-bouton.btn-align-gauche a img {
	height: auto;
	width: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.gros-bouton.btn-align-gauche a span {
	vertical-align: middle;
	display: inline-block;
}
.bouton-simple {
	margin: 0 ;
}
.bouton-simple a {
	text-decoration: underline;
	padding-left: 25px; 
	position: relative; 
}
.bouton-simple.btn-noir a {color: var(--wp--preset--color--noir);}
.bouton-simple.btn-primary a {color: var(--wp--preset--color--primary);}
.bouton-simple.btn-secondary a {color: var(--wp--preset--color--secondary);}
.bouton-simple.btn-noir a {color: var(--wp--preset--color--noir);}
.bouton-simple.btn-blanc a {color: var(--wp--preset--color--blanc);}
.bouton-simple a:hover {
	opacity: .7;
}
.bouton-simple a::before {
	content: "→"; /* Définit le caractère de la flèche */
	position: absolute; /* Positionne la flèche */
	left: 0; /* Ajuste la position horizontale de la flèche */
}
.rond img {
	border-radius: 100%;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.back-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.relative {
	position: relative;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
iframe {
	border-radius: 15px;
}
.cap, .uppercase {
	text-transform: uppercase;
}
.no-marge {
	margin: 0;
}
.padding-bloc20 {padding: 20px}
.padding-bloc30 {padding: 30px}
.padding-bloc40 {padding: 40px}
.padding-bloc50 {padding: 50px}

.image, .image-upload {
	position: relative;
	margin: 0;
	line-height: 0;
}
.image img{
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.image-logo img {
	height: 80px;
	width: auto;
}

.image-upload img {
	max-width: 100%;
	border-radius: 15px;
}
.no-radius img {
	border-radius: 0px;
}
.image-expand {
	width: calc(100vw - ((100vw - 1240px) / 2));
}
.transition {
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#mobile-header {
	display: none;
}
.only-mobile {
	display: none !important;
}


/* -------------------------------------------------------------- 
/////////////////////////////////// LOGO
----------------------------------------------------------------- */
#logo {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
	line-height:0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
}
#logo a {
	display:block;
	cursor: pointer;
}
#logo a img {
	height: 70px;
	width: auto;
	position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// HEADER
----------------------------------------------------------------- */
#main {
	padding-top: 100px;
}
header#header {
	width: 100%;
	position: fixed;
	height: 100px;
	z-index: 99;
	background: var(--wp--preset--color--primary);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header#header nav {
	position: absolute;
	z-index: 9;
	top:0px;
	right:40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
}
header#header nav ul {
	margin: 0;
}
header#header nav ul li{
	display:inline-block;
	position: relative;
	list-style: none;
	margin: 0;
}
header#header nav a {
	font-family:var(--wp--preset--font-family--typotitre);
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	color: var(--wp--preset--color--blanc);
	font-size: 17px;
    font-weight: 700;
	position:relative;
	padding: 0px;
	margin: 0 18px;
	line-height: 100px;
}
header#header nav .bouton a {
	font-size:.9rem !important;
}
header#header nav a:active,header#header nav a:visited, header#header nav a:focus  {
	color:var(--wp--preset--color--blanc);
	text-decoration: none;
}
header#header nav a:hover {
	color:var(--wp--preset--color--secondary);
}
header#header nav ul li.current_page_item > a, 
header#header nav ul li.current_page_parent > a,
header#header nav ul li.current-menu-ancestor > a,
header#header nav ul li.current-menu-item > a,
header#header nav ul li.current-menu-parent > a {
	color: var(--wp--preset--color--secondary);
}

header#header nav ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    background: var(--wp--preset--color--gris);
    padding: 0;
    min-width: 240px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: -1;
    overflow: hidden;
}

header#header nav ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 10;
}

/* ouverture au clavier via bouton */
header#header nav ul li.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 10;
}

header#header nav ul li .sub-menu li {
    display: block;
    margin: 0;
}
header#header nav ul li .sub-menu a {
    padding: 12px 12px;
    margin: 0;
    display: block;
   	font-size: .9rem;
   	line-height: 1.15;
    color: var(--wp--preset--color--noir);
    background: transparent;
    transition: background 0.2s ease;
}
header#header nav ul li .sub-menu a:hover {
    background: var(--wp--preset--color--blanc);
}

header#header .submenu-toggle{
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 12px 0 0;
  vertical-align: middle;
}

header#header .submenu-toggle:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  border-radius: 4px;
}

/* un chevron simple */
header#header .submenu-toggle .chevron {
	box-sizing: border-box;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--wp--preset--color--noir);
  border-bottom: 2px solid var(--wp--preset--color--noir);
  transform: rotate(45deg);
  transform-origin: 60% 60%;
  transition: transform .2s ease;
  vertical-align: middle;
}

/* chevron “ouvert” */
header#header nav ul li:hover > .submenu-toggle .chevron,
header#header nav ul li.is-open > .submenu-toggle .chevron{
  transform: rotate(-135deg) translateZ(0);
}

/* -------------------------------------------------------------- 
/////////////////////////////////// MENU HAMBURGER
----------------------------------------------------------------- */
.hamburger{
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 0;
	background: transparent;
  	appearance: none;
	color: var(--wp--preset--color--noir);
	margin: 0;
	overflow: visible; 
	position: absolute;
	z-index: 99991;
	top: 15px;
	right: 25px;
}
.hamburger:focus-visible{
  outline: 2px solid #005fcc;
  outline-offset: 3px;
  border-radius: 6px;
}
.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.hamburger-box {
	width: 35px;
	height: 35px;
	display: inline-block;
	top: 0;
	left: 0px;    
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative; 
}
.hamburger-inner {
	display: block;
	margin-top: 0px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 2px;
	background-color: var(--wp--preset--color--blanc);
	border-radius: 5px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px; 
}
.hamburger--slider .hamburger-inner {
	top: 5px; 
}
.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-timing-function: ease;
	transition-duration: 0.2s; 
}
.hamburger--slider .hamburger-inner::after {
	top: 20px; 
}
.hamburger--slider.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg); background-color: var(--wp--preset--color--blanc);
}
.hamburger--slider.is-active .hamburger-inner::before {
	-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);background-color: var(--wp--preset--color--blanc);
	opacity: 0; 
}
.hamburger--slider.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
	transform: translate3d(0, -20px, 0) rotate(-90deg); background-color: var(--wp--preset--color--blanc);
}
/* =========================================================
   MENU MOBILE (HAMBURGER) — Panneau
   ========================================================= */

#hambmenu {
  position: fixed;
  z-index: 9999;
  background: var(--wp--preset--color--noir);
  top: 80px;
  right: -100px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#hambmenu.open {
  opacity: 1;
  visibility: visible;
  right: 0;
  overflow-y: auto;
}

#hambmenu .overlay-menu {
  width: 100%;
  padding: 30px 40px 60px 30px;
}

#hambmenu .overlay-menu div {
  position: relative;
  text-align: left;
  width: 100%;
}

/* =========================================================
   LISTE
   ========================================================= */

#hambmenu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
}

#hambmenu ul li {
  font-family: var(--wp--preset--font-family--typotext);
  text-align: left;
  display: block;
  position: relative;
  margin: 20px 0;
}

/* Liens */
#hambmenu ul li > a {
  text-decoration: none;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 700;
  color: var(--wp--preset--color--blanc);
  display: inline-block; 
}
#hambmenu ul li > a:focus,
#hambmenu ul li > a:visited,
#hambmenu ul li > a:active {
  color: var(--wp--preset--color--blanc);
}
#hambmenu ul li > a:hover {
  color: var(--wp--preset--color--secondary);
}



/* Page active */
#hambmenu li.current-menu-item > a {
  color: var(--wp--preset--color--secondary);
}

/* =========================================================
   ACCORDEONS — items avec sous-menu
   (Lien + bouton chevron juste à côté)
   ========================================================= */

/* Le chevron historique sur le lien : on le supprime */
#hambmenu li.menu-item-has-children > a:after {
  content: none !important;
}

/* Parent: lien + bouton sur une ligne, sous-menu à la ligne */
#hambmenu li.menu-item-has-children{
  display: flex;
  align-items: center;
  flex-wrap: wrap; /* IMPORTANT */
}

/* Sous-menu = nouvelle ligne */
#hambmenu li.menu-item-has-children > ul.sub-menu{
  flex-basis: 100%;
  width: 100%;
}

/* Le lien ne s'étire pas (sinon le chevron part à droite) */
#hambmenu li.menu-item-has-children > a {
  flex: 0 0 auto;
}

/* Bouton toggle */
#hambmenu .submenu-toggle {
  background: none;
  border: 0;
  padding: 0;
  margin-left: 10px; 
  cursor: pointer;
  flex: 0 0 auto;
}

#hambmenu .submenu-toggle:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Chevron  */
#hambmenu .submenu-toggle .chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-right: 2px solid var(--wp--preset--color--noir);
  border-bottom: 2px solid var(--wp--preset--color--noir);
  transform: rotate(45deg);
  transform-origin: 60% 60%;
  transition: transform .2s ease;
	position:relative;
	top:-2px;
}

/* Chevron quand ouvert */
#hambmenu li.active > .submenu-toggle .chevron {
  transform: rotate(-135deg);
}

/* =========================================================
   SOUS-MENU — masquage accessible
   (hidden = ni vocalisé, ni focusable)
   ========================================================= */

#hambmenu ul.sub-menu[hidden] {
  display: none;
}

#hambmenu ul.sub-menu {
  display: block;
  padding: 0 0 0 20px;
  margin-top: 10px;
  border-left: 1px solid var(--wp--preset--color--noir);
}

#hambmenu ul.sub-menu li {
  margin: 12px 0;
}

#hambmenu ul.sub-menu li a {
  font-weight: 400;
  text-transform: none;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.15;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// TITRE PAGE
----------------------------------------------------------------- */
#bloc-titre-page {
	position: relative;
}
#bloc-titre-page .rangee {
	min-height: 500px;
	padding: 100px 0;
	z-index: 9;
}
#bloc-titre-page .hero {
	position: relative;
}
#bloc-titre-page .hero .rangee {
	min-height: 700px;
	padding: 120px 0;
}
#bloc-titre-page .overlay-titre {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 2;
}
#bloc-titre-page h1 {
	color: #fff;
	line-height: 1;
}
#bloc-titre-page h1 span {
	display: block;
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1;
	font-weight: 400;
	margin: 15px 0;
}
#bloc-titre-page p.sous-titre-page {
	margin: 0 0 20px 0;
	color: #fff;
	font-weight: 400;
	font-size: var(--wp--preset--font-size--medium);
	font-family: var(--wp--preset--font-family--typotitre);
	line-height: 1;
}
#bloc-titre-page .desc {
	margin-top: 25px;
}
#bloc-titre-page .desc p {
	color: #fff;
	font-weight: 400;
	font-size: var(--wp--preset--font-size--normal);
}
#bloc-titre-page .bouton, #titre-illus .bouton, #titre-simple .bouton{
	margin-top: 25px;
}
#titre-simple .bouton a {
	margin:5px 5px 5px 0;
}
#titre-simple {
	padding: 30px 0;	
}
#titre-simple h1 {
	color: var(--wp--preset--color--noir);
}
#titre-simple h1 span {
	display: block;
	font-size: var(--wp--preset--font-size--large);
	line-height: 1em;
	margin-bottom: 10px;
}
#titre-simple p.sous-titre-page {
	margin-bottom: 15px;
	margin-top: 0px;
	color: var(--wp--preset--color--noir);
	font-family: var(--wp--preset--font-family--typotitre);
	font-weight: 400;
	font-size: var(--wp--preset--font-size--medium);
}
#titre-simple.noir h1, #titre-simple.noir p,
#titre-simple.primary h1, #titre-simple.primary p,
#titre-simple.secondary h1, #titre-simple.secondary p {
	color: #fff;
} 
#titre-simple.noir .bouton a{
	background: #fff !important;
	color: var(--wp--preset--color--noir)!important;
}
#titre-simple.noir .bouton a:hover{
	background: var(--wp--preset--color--primary)!important;
	color: var(--wp--preset--color--blanc)!important;
}
#titre-simple.primary .bouton a{
	background: var(--wp--preset--color--noir)!important;
	color: var(--wp--preset--color--blanc)!important;
}
#titre-simple.primary .bouton a:hover{
	background: #fff !important;
	color: var(--wp--preset--color--primary)!important;
}
#titre-simple.secondary .bouton a{
	background: #fff !important;
	color: var(--wp--preset--color--secondary)!important;
}
#titre-simple.secondary .bouton a:hover{
	background: var(--wp--preset--color--noir)!important;
	color: var(--wp--preset--color--blanc)!important;
}
#titre-illus h1{
 	margin-bottom: 20px;
}
#titre-illus .image-illu {
	text-align: center;
	margin: 0;
}
#titre-illus .image-illu img {
	line-height: 0;
	width: 100%;
	height: auto;
	max-height: 420px;
}
#titre-illus .bloc-content-illus{
	padding-right: 45px;
}
#titre-illus p.sous-titre-illus {
	font-weight: 700;
	color: var(--wp--preset--color--noir);
	font-size: var(--wp--preset--font-size--medium);
	line-height: 32px;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// VIGNETTE
----------------------------------------------------------------- */
.col-news {
	margin-bottom: 30px;
}
.bloc-vignette {
	background: #fff;
	border-radius:10px;
	height: 100%;
}
.bloc-vignette a.image-vignette {
	display: block;
	position: relative;
	line-height: 0;
}

.bloc-vignette a.image-vignette img {
	width: 100%;
	height: auto;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.content-vignette {
	padding: 30px;
	position: relative;
}
.content-vignette h2, .content-vignette h3 {
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 10px;
}
.content-vignette h2 a, .content-vignette h3 a{
	color: var(--wp--preset--color--noir);
	text-decoration:none;
}
.content-vignette h2 a:hover, .content-vignette h3 a:hover{
	color: var(--wp--preset--color--primary);
}
.content-vignette p {
	margin: 5px 0 0 0;
}
.content-vignette .date {
	color: var(--wp--preset--color--primary);
	font-size: 13px;
	margin: 0;
}
.content-vignette .date:first-letter {
	text-transform: uppercase;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: var(--wp--preset--gradient--gradient-one);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
   	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.mask:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40px;
	height: 40px;
	background: url(img/loupe.svg) no-repeat center center;
	background-size: 25px auto;
}
.bloc-vignette a.image-vignette:hover .mask{
	opacity: 1;
	visibility: visible;
}


.stick {
	display: inline-block;
	font-size: 13px;
	background: var(--wp--preset--color--secondary);
	padding: 6px 12px;
	color: #fff;
	border-radius: 7px;
	margin-bottom: 8px;
	margin-right: 5px;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// SINGLE
----------------------------------------------------------------- */
#single{
	position: relative;
	padding-top: 40px;
}
#single h1 {
	color: var(--wp--preset--color--noir);
	font-size: var(--wp--preset--font-size--huge);
	margin-top: 5px;
	text-align: center;
}
#single .image-single {
	position: relative;
}
#single .image-single img {
	width: 100% ;
	height: auto;
	position: relative;
	border-radius: 15px;
	margin: 25px 0 0 0;
}
#single .date-publi {
	text-align: center;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--noir);
	margin: 0;
}
#single .date-publi::first-letter {
	text-transform: uppercase;
}
#single .wp-block-image, #single .wp-block-cover {
	margin: 40px 0;
}
.content-single h2 {
	font-size: var(--wp--preset--font-size--large-mobile);
	color: var(--wp--preset--color--noir);
	margin-top: 0;
}
.content-single p + h2, .content-single p + h3,
.content-single ul + h2, .content-single ul + h3,
.content-single ol + h2, .content-single ol + h3 {
  margin-top: 25px;
}
.content-single h3 {
	color:var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--medium);
	margin-top: 0px;
}
.sidebar-media {
	padding: 30px 0;
	border-top: 1px solid var(--wp--preset--color--primary);
	border-bottom: 1px solid var(--wp--preset--color--primary);
}
.image-media-single img {
	width: 300px;
	height: auto;
}
.autres .sous-titre {
	color: var(--wp--preset--color--primary);
	text-transform: uppercase;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// FOCUS
----------------------------------------------------------------- */
a.bloc-focus {
	position: relative;
	display: block;
	min-height: 350px;
	border-radius: 15px;
}
a.bloc-focus span.titre-focus {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 99;
	padding: 30px;
	font-size: var(--wp--preset--font-size--normal);
	color: var(--wp--preset--color--blanc);
}
a.bloc-focus span.titre-focus em {
	display: block;
	font-style: normal;
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.2em;
	margin: 0;
	font-weight: 700;
}
a.bloc-focus span.titre-focus span {
	font-weight: 400;
}
a.bloc-focus span.titre-focus span img {
	width: 15px;
	margin-right: 7px;
	position: relative;
	top: 2px;
}
a.bloc-focus.cta-center span.titre-focus {
	text-align: center;
	top: 50%;
	bottom: inherit;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
}
a.bloc-focus .overlay-focus {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	border-radius: 15px;
	background: var(--wp--preset--gradient--gradient-cta);
}
a.bloc-focus:hover .overlay-focus {
	opacity: .5;
}
.no-radius a.bloc-focus, .no-radius a.bloc-focus .overlay-focus {
	border-radius: 0px;
}
.decalage15 {
	position: relative;
	top: -15px;
	margin-bottom: -15px !important;
}
.decalage30 {
	position: relative;
	top: -30px;
	margin-bottom: -30px !important;
}
.decalage50 {
	position: relative;
	top: -50px;
	margin-bottom: -50px !important;
}
.decalage70 {
	position: relative;
	top: -70px;
	margin-bottom: -70px !important;
}
.decalage140 {
	position: relative;
	top: -140px;
	margin-bottom: -140px !important;
}
.rotate-3 {
	transform: rotate(-3deg);
}
.rotate3 {
	transform: rotate(3deg);
}
.rotate-5 {
	transform: rotate(-5deg);
}
/* --------------------------------------------------------------
///////////////////////////////////  WIDGET SLIDER
----------------------------------------------------------------- */
.bloc-slider {
	width: 92%;
	margin: 0 auto;
	position: relative;
}

/* -------------------------------------------------------------- 
///////////////////////////////////  WIDGET BLOC LIENS
----------------------------------------------------------------- */
.blocs-couleurs .bloc-couleur {
	width: 100%;
	padding: 120px 40px 40px 40px;
	border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
}
.blocs-couleurs h2 {
	margin-top: 0;
}
.blocs-couleurs .bloc-couleur h2 {
	color: #fff;
	margin-bottom: 5px;
}
.blocs-couleurs ul {
	margin: 0;
	padding: 0;
}
.blocs-couleurs .bloc-couleur ul li {
	color: #fff;
	margin: 12px 0px;
	list-style-type: none;
    position: relative;
    padding-left: 25px;
    font-size: var(--wp--preset--font-size--normal);
}
.blocs-couleurs .bloc-couleur li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px; 
    background-image: url('img/arrow-right.svg');
    background-size: contain; 
    background-repeat: no-repeat; 
}
.blocs-couleurs .bloc-couleur ul li:last-of-type,
.blocs-couleurs .bloc-liens-normal ul li:last-of-type {
	margin-bottom: 0;
}
.blocs-couleurs .bloc-couleur ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
.blocs-couleurs .bloc-couleur ul li a:hover {
	text-decoration: underline;
}
.blocs-couleurs .bloc-couleur.blanc h2 {
	color: var(--wp--preset--color--noir);
}
.blocs-couleurs .bloc-couleur.blanc a, .blocs-couleurs .bloc-couleur.blanc li {
	color: var(--wp--preset--color--foreground);
}
.blocs-couleurs .bloc-couleur.blanc li::before {
	 background-image: url('img/arrow-right-secondary.svg');
}
.blocs-couleurs .bloc-liens-normal {
	padding: 40px;
	border-radius: 15px;
}
.blocs-couleurs .bloc-liens-normal.no-color {
	padding: 0;
}
.blocs-couleurs .bloc-liens-normal h2 {
	font-size: var(--wp--preset--font-size--medium);
}
.blocs-couleurs .bloc-liens-normal ul li {
	color: var(--wp--preset--color--foreground);
	margin: 12px 0px;
	list-style-type: none;
    position: relative;
    padding-left: 25px;
    font-size: var(--wp--preset--font-size--normal);
}
.blocs-couleurs .bloc-liens-normal li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px; 
    background-image: url('img/arrow-right-secondary.svg');
    background-size: contain; 
    background-repeat: no-repeat; 
}
.blocs-couleurs .bloc-liens-normal ul li a {
	text-decoration: underline;
	color: var(--wp--preset--color--foreground);
}
.blocs-couleurs .bloc-liens-normal ul li a:hover {
	color: var(--wp--preset--color--primary);
}
.blocs-couleurs .bloc-liens-normal.noir h2, 
.blocs-couleurs .bloc-liens-normal.primary h2,
.blocs-couleurs .bloc-liens-normal.noir h2,
.blocs-couleurs .bloc-liens-normal.noir a, 
.blocs-couleurs .bloc-liens-normal.primary a,
.blocs-couleurs .bloc-liens-normal.noir a {
	color: #fff;
}
.blocs-couleurs .bloc-liens-normal.noir a:hover, 
.blocs-couleurs .bloc-liens-normal.primary a:hover,
.blocs-couleurs .bloc-liens-normal.noir a:hover {
	color: #fff;
	opacity: .6;
}
.blocs-couleurs .bloc-liens-normal.noir li::before, 
.blocs-couleurs .bloc-liens-normal.primary li::before,
.blocs-couleurs .bloc-liens-normal.noir li::before {
	background-image: url('img/arrow-right-secondary.svg');
}

/* -------------------------------------------------------------- 
///////////////////////////////////  WIDGET ACCORDEON
----------------------------------------------------------------- */
.bloc-accordeon {
    border-bottom: 1px solid var(--wp--preset--color--secondary);
    margin: 10px 0;
}
.bloc-accordeon .titre-accordeon {
    background: none;
    border: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
    padding: 18px 35px 18px 0;
    margin: 0;
    font-family: var(--wp--preset--font-family--typotitre);
    font-weight: 700;
    font-size: var(--wp--preset--font-size--plus);
    line-height: 1.2;
    color: var(--wp--preset--color--noir);
    border-top: 1px solid var(--wp--preset--color--secondary);
    position: relative;
}
.bloc-accordeon .titre-accordeon:hover {
    text-decoration: underline;
}
.bloc-accordeon .titre-accordeon:focus-visible {
	outline: 3px solid #005fcc;
  	outline-offset: 2px;
}
.bloc-accordeon .titre-accordeon::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(img/plus.svg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease-in-out;
}
.bloc-accordeon .titre-accordeon[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(45deg);
}
.texte-accordeon {
    display: none;
    padding: 0 0 25px 0;
    border-bottom: 1px solid var(--wp--preset--color--secondary);
}
.section-col.noir .bloc-accordeon {
    border-bottom: 1px solid var(--wp--preset--color--secondary);
}
.section-col.noir .bloc-accordeon .titre-accordeon,
.section-col.noir .bloc-accordeon .texte-accordeon *{
    color: #fff;
}
.section-col.noir .bloc-accordeon .titre-accordeon {
    border-top: 1px solid var(--wp--preset--color--noir);
}
.section-col.noir .bloc-accordeon .titre-accordeon:after {
    background-image: url(img/plus.svg);
}
.section-col.noir .bloc-accordeon .titre-accordeon.active {
    border-bottom: 0px solid var(--wp--preset--color--noir);
    color:var(--wp--preset--color--noir);
}
.section-col.noir .bloc-accordeon .titre-accordeon.active:after {
    color:var(--wp--preset--color--noir);
}
.section-col.noir .bloc-accordeon .texte-accordeon {
    border-bottom: 1px solid var(--wp--preset--color--noir);
}
/* -------------------------------------------------------------- 
/////////////////////////////////// ANIMATIONS
----------------------------------------------------------------- */
.widget, .anim {
    opacity: 1;
    transform: translateY(0);
    transition: none;
}

.js-enabled .widget, .js-enabled .anim {
    opacity: 0;
    transform: translateY(20px); /* Déplacement subtil */
    transition: 
        opacity 0.6s ease-out,
        transform 0.6s ease-out;
}

.js-enabled .anim15 {
    transition: 
        opacity 0.9s ease-out,
        transform 0.9s ease-out;
}

.js-enabled .is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* -------------------------------------------------------------- 
/////////////////////////////////// FLEXIBLE
----------------------------------------------------------------- */
.section-flexible {
	z-index: 9;
	position: relative;
}
.section-flexible.bande-grise {
	  background: linear-gradient(transparent 0 calc(100% - 100px), var(--wp--preset--color--gris) calc(100% - 100px) 100%);
}
.section-flexible.fullwidth .rangee .une-col {
	flex-basis: 100%;
	width: 100%;
}
.section-flexible.largeur-container .rangee .une-col {
	flex-basis: 100%;
	width: 100%;
}
.section-flexible.primary .bouton a {
	background: var(--wp--preset--color--noir) !important;
	color: var(--wp--preset--color--primary) !important;
}
.section-flexible .primary strong {
	color: #fff;
}
.section-col .border-col .ecart-normal {
	border-left: 1px solid var(--wp--preset--color--secondary)
}
.section-col .border-col .ecart-normal:first-of-type {
	border-left: 0px solid var(--wp--preset--color--primary)
}
.section-col .col-padding-right {
	padding-right: 50px;
}
.section-col .col-padding-left {
	padding-left: 50px;
}
.section-col .bloc-colonne {
	padding: 40px;
	border-radius: 15px;
}
.bloc-colonne.noir p, .bloc-colonne.primary p, .bloc-colonne.secondary p {
	color: #fff;
}
.section-col .banniere {
	padding: 15px 20px;
}
.section-col .banniere .rangee {
	padding: 40px;
	border-radius: 15px;
	width: calc(92% - 40px);
}
.section-col .banniere .noir p, .section-col .banniere .primary p {
	color: #fff;
} 
.section-col .banniere .rangee.decalage-image .widget-image {
	position: absolute;
	top: -40px;
}
.widget-image {
	position: relative;
}
.widget-image .image a, .widget-image .image-upload a {
	display: block;
	position: relative;
}
.widget-image .image a img, .widget-image .image-upload a img{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.widget-image .image a:hover img, .widget-image .image-upload a:hover img {
	opacity: .7;
}

.widget {
	padding: 0 0 20px 0;
}
.widget:last-of-type {
	padding-bottom:0;
}
.widget.widget-titre {
	padding-bottom: 15px;
}
.widget.widget-titre h2, .widget.widget-titre h3 {
	margin-bottom: 0;
}
.widget.widget-titre h2, h2.sous-titre, .bloc-encadre h2 {
	margin-top: 0;
}
.bloc-encadre p:first-of-type {
	margin-top: 0;
}
 h2.sous-titre {
 	text-transform: uppercase;
 }
.widget.widget-titre p {
	line-height: 1.1;
	font-family: var(--wp--preset--font-family--typotitre);
}
.widget.widget-titre p.typo-normal {
	line-height: 26px;
}
.widget.widget-titre .typo-light {
	font-weight: 300;
}
.widget.widget-titre .typo-regular {
	font-weight: 400;
}
.widget.widget-titre .typo-bold {
	font-weight: 700;
}
.widget.widget-icone {
	padding-bottom: 10px;
}
.widget-bouton .bouton {
	margin-top: 0;
}
.widget-bouton .bouton.btn-blanc a{
	background: var(--wp--preset--color--blanc) !important;
	color: var(--wp--preset--color--noir) !important;
}
.widget-bouton .bouton.btn-blanc a:hover {
	background: var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.widget-bouton .bouton.btn-primary a{
	background: var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.widget-bouton .bouton.btn-primary a:hover {
	background: var(--wp--preset--color--noir) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.widget-bouton .bouton.btn-secondary a{
	background: var(--wp--preset--color--secondary) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.widget-bouton .bouton.btn-secondary a:hover {
	background: var(--wp--preset--color--third) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.noir .widget-bouton .bouton.btn-primary a:hover {
	background: var(--wp--preset--color--blanc) !important;
	color: var(--wp--preset--color--noir) !important;
}
.secondary .widget-bouton .bouton.btn-blanc a {
	background: var(--wp--preset--color--blanc) !important;
	color: var(--wp--preset--color--secondary) !important;
}
.secondary .widget-bouton .bouton.btn-blanc a:hover {
	background: var(--wp--preset--color--secondary) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.widget-bouton.widget-liste-boutons p.bouton {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 10px 10px 0;
}
.widget.widget-texte .bloc-encadre {
	padding: 40px;
	border-radius: 15px;
}
.widget.widget-texte .bloc-encadre.noir *, 
.widget.widget-texte .bloc-encadre.noir *,
.widget.widget-texte .bloc-encadre.primary *,
.widget.widget-texte.text-blanc * {
	color: #fff;
}

.icone img {
	height: 50px;
	width: auto;
}
.espaceur {
	display: block;
}
.widget-separateur .ligne {
	width: 100%;
	height: 1px;
	margin: 20px 0;
}
.widget-separateur .tiret {
	width: 40px;
	height: 4px;
}
.text-center .widget-separateur .tiret {
	margin: 0 auto;
} 
.section-logos .logo  {
	text-align: center;
}
.section-logos .logo a {
	display: block;
}
.section-logos .logo img {
	width: 100%;
	height: auto;
	border-radius: 0px;
	max-width: 220px;
}

/* ///////////////////////////// SECTION REASSURANCE //////////////////////*/
.section-reassurance p.titre-argument {
	font-family:var(--wp--preset--font-family--typotitre);
	font-weight: 700;
	line-height: 1;
	margin: 0  0 10px 0;
}
.section-reassurance .icone {
	margin-bottom: 10px;
}
.section-reassurance .icone img, .section-reassurance .icone svg{
	height: 45px;
	width: auto;
}
/* État initial : masqué */
.svg-anim {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
    transition: clip-path 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 0.4s ease;
}

/* Animation : révélation de bas en haut */
.svg-anim.is-visible {
    clip-path: inset(0 0 0 0);
    opacity: 1;
}

/* Décalage progressif entre les arguments */
.section-reassurance .argument:nth-child(1) .svg-anim {
    transition-delay: 0s;
}
.section-reassurance .argument:nth-child(2) .svg-anim {
    transition-delay: 0.15s;
}
.section-reassurance .argument:nth-child(3) .svg-anim {
    transition-delay: 0.3s;
}
.section-reassurance .argument:nth-child(4) .svg-anim {
    transition-delay: 0.45s;
}
.section-reassurance .texte-argument {
	margin-top: 0px;
}
.section-reassurance h2.sous-titre {
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
.section-reassurance .banniere {
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}
.section-reassurance .banniere::before {
	content: "";
	position: absolute;
	inset: -40px; /* épaisseur */
	border-radius: 20px;
	z-index: -1;
}
.section-reassurance .banniere.noir::before {
	background: var(--wp--preset--color--noir);
}
.section-reassurance .banniere.primary::before {
	background: var(--wp--preset--color--primary);
}
.section-reassurance .banniere.secondary::before {
	background: var(--wp--preset--color--secondary);
}
.section-reassurance .banniere.blanc::before {
	background: var(--wp--preset--color--blanc);
}
.section-reassurance .banniere.gris::before {
	background: var(--wp--preset--color--gris);
}
.section-reassurance.decalage-banniere .banniere{
	position: relative;
	top: -100px;
	margin-top: 0;
	margin-bottom: -40px;
}
.section-reassurance.noir p,
.section-reassurance.noir h2,
.section-reassurance.primary p,
.section-reassurance.primary h2,
.section-reassurance.secondary p,
.section-reassurance.secondary h2  {
	color: #fff;
}
.section-reassurance .banniere.noir p, .section-reassurance .banniere.secondary p,
.section-reassurance .banniere.noir h2, .section-reassurance .banniere.secondary h2 {
	color: #fff;
}
/* ///////////////////////////// SECTION CTA ICONE //////////////////////*/
.cta-icone {
	display: block;
	text-align: center;
	border-left: 1px solid var(--wp--preset--color--secondary);
}
.section-cta-icone .rangee.full > div:first-child .cta-icone {
    border-left: none;
}
.titre-lien {
	text-transform: uppercase;
	font-weight: 700;
}
.titre-lien a{
	text-decoration: none;
}
/* ///////////////////////////// SECTION CHIFFRES //////////////////////*/
.section-chiffres {
	padding: 60px 0 ;
}
.section-chiffres .sous-titre {
	margin: 0;
}
.section-chiffres .rangee.ligne-chiffres {
	justify-content: space-between;
}
.section-chiffres .chiffre {
	border-left: 1px solid var(--wp--preset--color--primary);
	padding-left: 20px;
}
.section-chiffres .chiffre p {
	margin: 0;
}
.section-chiffres .chiffre p.nombre-chiffre {
	font-weight: 700;
	color: var(--wp--preset--color--noir);
	font-size: var(--wp--preset--font-size--big);
}
.section-chiffres .chiffre p.texte-chiffre {
	margin-top: 0px;
	font-weight: 700;
	line-height: 1.2;
}
.section-chiffres.noir p,
.section-chiffres.noir h2,
.section-chiffres.primary p,
.section-chiffres.primary h2,
.section-chiffres.secondary p,
.section-chiffres.secondary h2,
.section-chiffres.third p,
.section-chiffres.third h2  {
	color: #fff !important;
}

.section-bandeau.alignement-center p,
.section-bandeau.alignement-center h2,
.section-bandeau.alignement-center p.bouton {
	text-align: center;
}
.section-bandeau.noir p,
.section-bandeau.primary p,
.section-bandeau.secondary p {
	color: #fff;
}
.section-bandeau .bouton {
	margin-top: 25px;
}
.section-bandeau.noir .bouton a {
	background: #fff !important;
	color: var(--wp--preset--color--noir) !important;
}
.section-bandeau.noir .bouton a:hover {
	background: var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.section-bandeau-image {
	position: relative;
	min-height: 500px;
}
.section-bandeau-image .rangee {
	min-height: 500px;
}
.section-bandeau-image .overlay-bandeau {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--wp--preset--gradient--gradient-one);
}
.section-bandeau h2 {
	font-size: var(--wp--preset--font-size--big);
}

.section-galerie .gallery-container {
	display: flex;
	width: 100%;
	margin: 0 auto;
	position: relative;
	flex-flow: column wrap;
  	margin-top: 0px;
}
.section-galerie .gallery-item {
	position: relative;
	flex-basis: calc(33.3% - 20px);
	width: calc(33.3% - 20px);
	line-height: 0;
	margin-bottom: 20px;
	display: block;
}
.section-galerie .gallery-item:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--wp--preset--gradient--gradient-one);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.section-galerie .gallery-item:hover:after {
	opacity: 1;
	visibility: visible;
}
.section-galerie .gallery-item img {
	width: 100%;
	height: auto;
	line-height: 0;
	border-radius: 15px;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: var(--wp--preset--color--primary) !important;
}

.widget-carousel {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.owl-carousel {
  padding: 0 20px; 
  width: calc(92% - 30px) !important;
  margin: 0 auto;
}
.owl-stage-outer {
  overflow: visible; 
}
.owl-carousel {
  overflow: visible !important; 
}
.section-agenda .owl-stage-outer {
	overflow: hidden !important; 
}
.owl-stage-outer {
  overflow: visible !important; 
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .item {
  margin: 0 15px;
  transition: transform 0.3s ease;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 15px) !important;
    transform: translateY(-50%);
    background-color: var(--wp--preset--color--secondary) !important;
	background-image: url(img/arrow-left.svg)!important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 20px auto !important;
    border: none !important;
    border-radius: 100% !important;
   	width: 45px !important;
	height: 45px !important;
	text-indent: -9999px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-carousel .owl-nav .owl-prev:focus-visible,
.owl-carousel .owl-nav .owl-next:focus-visible {
	outline: 3px solid #005fcc;
  	outline-offset: 2px;
  	border-radius: 4px;
}
.owl-carousel .owl-nav .owl-next {
	background-image: url(img/arrow-right.svg) !important;
}
.owl-carousel .owl-nav .owl-prev { left: 20px; }
.owl-carousel .owl-nav .owl-next { right: 20px; }

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background-color: var(--wp--preset--color--third)!important;
}
.owl-carousel-item img{
	border-radius: 15px !important;
}
.owl-theme .owl-nav .disabled {
  opacity: .3 !important;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// AGENDA
----------------------------------------------------------------- */
.section-temoignages {
	overflow: hidden;
}
.section-temoignages .owl-carousel {
	margin-bottom: 5px;
}
.section-temoignages .owl-carousel-item {
	height: 100%;
}
div.bloc-temoignage{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	background: #fff;
	border-radius: 15px;
	padding: 30px 30px 30px 30px;
	text-decoration: none;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid var(--wp--preset--color--primary);
}
.bloc-temoignage h2 {
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1;
	margin: 10px 0;
	color: var(--wp--preset--color--noir);
}
.bloc-temoignage p {
	color: var(--wp--preset--color--noir);
	font-size: var(--wp--preset--font-size--normal);
	margin: 0;
}
a.bloc-temoignage:hover{
	border: 1px solid var(--wp--preset--color--primary);
}
.bloc-temoignage p.texte-temoin {
	font-style: italic;
	margin-bottom: 20px;
}
.bloc-temoignage p.nom-temoin {
	font-weight: 700;
}
.section-temoignage .owl-stage{
  align-items: stretch; /* si tu as display:flex sur owl-stage (selon version) */
}

/* ///////////////////////////// WIDGET TABLEAU //////////////////////*/
.widget-tableau {
	margin-bottom: 20px;
	overflow-x: auto;
}
.widget-tableau table.tableau-dynamique {
  	width: 100%;
	border-collapse: collapse;
  	margin-bottom: 10px;
}
.widget-tableau table caption {
	text-align: left;
	font-size: var(--wp--preset--font-size--medium);
	font-family:var(--wp--preset--font-family--typotitre);
	font-weight: 700;
	padding:20px 0px;
}
.widget-tableau table tr, .widget-tableau table td, .widget-tableau table th {
	border: 1px solid var(--wp--preset--color--noir);
	font-size: 16px;
	line-height: 1.2;
}
.widget-tableau .tableau-dynamique th,
.widget-tableau .tableau-dynamique td {
  	border: 1px solid var(--wp--preset--color--noir);
  	padding: 20px;
  	text-align: left;
}
.widget-tableau .tableau-dynamique td:not(:empty) {
  	border-top: 1px solid var(--wp--preset--color--noir);
}
.widget-tableau .tableau-dynamique thead {
	font-family:var(--wp--preset--font-family--typotitre);
	font-weight: 700;
	font-size: var(--wp--preset--font-size--normal);
	background-color: var(--wp--preset--color--secondary);
	color: #fff;
}
.widget-tableau .tableau-dynamique thead th {
	border-right: 1px solid #fff;
}
.widget-tableau .tableau-dynamique thead th:last-child {
	border-right: 0px solid #fff;
}
.widget-tableau .tableau-dynamique td:first-child {
	font-weight: 700;
}
.widget-tableau  tbody tr:nth-child(even) {
  background-color: #fff;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// FORM
----------------------------------------------------------------- */
.wpforms-container {
	margin: 0 !important;
}
.wpforms-container .wpforms-field {
    padding: 0 0 15px 0 !important;
    position: relative;
}
.wpforms-container input, .wpforms-container textarea{
	max-width: 100% !important;
	background-color: var(--wp--preset--color--blanc) !important;
	border-color:#ddd !important;
	border-radius: 5px!important;
}
div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader, div.wpforms-container div.wpforms-uploader {
	background-color: var(--wp--preset--color--gris) !important;
	border-color:#ddd !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input{
	position: relative !important;
	top: 2px !important;
}
.wpforms-container button {
	height:auto !important;
}
.wpforms-form button[type=submit], button.wpforms-page-button {
	background-color: var(--wp--preset--color--noir)  !important;
	border-color: var(--wp--preset--color--noir) !important;
	color: #fff !important;
}
.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100%!important;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  	background: var(--wp--preset--color--blanc) !important;
  	border: 1px solid var(--wp--preset--color--primary) !important;
}
.wpforms-submit-container button.wpforms-submit{
	background: var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.wpforms-submit-container button.wpforms-submit:hover{
	background: var(--wp--preset--color--third) !important;
	color: var(--wp--preset--color--blanc) !important;
}
.bloc-colonne.primary .wpforms-container input, .bloc-colonne.primary .wpforms-container textarea {
	background-color: var(--wp--preset--color--blanc) !important;
}
.bloc-colonne.primary div.wpforms-container-full .wpforms-field-label, 
.bloc-colonne.primary .wp-core-ui div.wpforms-container-full .wpforms-field-label,
.bloc-colonne.primary .wpforms-container .wpforms-required-label{
	color: var(--wp--preset--color--blanc) !important;
}
.bloc-encadre.primary div.wpforms-container, .bloc-colonne.encadre div.wpforms-container-full:not(:empty) {
	margin-bottom:0 !important;
}
.wpforms-container .wpforms-field-html a {
	color: var(--wp--preset--color--blanc) !important;
	text-decoration:underline;!important;
}
.wpforms-container .wpforms-field-html a:hover {
	color: var(--wp--preset--color--blanc) !important;
	opacity:.6;
}
.wpforms-container .wpforms-field-html p {
	font-weight:700;
}
.wpforms-container .wpforms-field-html p.small {
	font-weight:400;
	font-size:15px;
	line-height:1.2;
}
.wpforms-container a:focus-visible,
.wpforms-container a:focus {
  outline: 2px solid #005fcc;
  outline-offset: 3px;
  text-decoration: underline;
}
div.wpforms-container-full .wpforms-form .wpforms-field-divider h3:first-of-type {
  color: var(--wp--preset--color--primary);
  padding-top: 0px;
  font-size: var(--wp--preset--font-size--medium);
}


/* -------------------------------------------------------------- 
/////////////////////////////////// FOOTER
----------------------------------------------------------------- */
footer#footer {
	padding: 40px 0px 20px 0;
	background-color: var(--wp--preset--color--primary);
}
footer#footer .logo-footer{
	width: 130px;
	height: auto;
	margin-bottom: 30px;
}
footer#footer p.titre-footer {
	font-size: 17px;
	font-weight: 700;
	margin: 0;
	color: var(--wp--preset--color--secondary);
}
footer#footer p {
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	color: var(--wp--preset--color--secondary);
}
footer#footer ul {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
footer#footer ul li {
	list-style: none;
	color: var(--wp--preset--color--blanc);
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 30px;
}

footer#footer .bouton-footer {
	margin-bottom: 30px;
}
footer#footer a {
	color: var(--wp--preset--color--blanc);
	text-decoration: none;
}
footer#footer a:hover{
	color: var(--wp--preset--color--secondary);
}

footer#footer ul.reso-footer {
	margin: 0;
	padding-bottom: 40px;
}
footer#footer ul.reso-footer li{
	display: inline-block;
	margin: 0;
	padding: 0px 20px 0 0px;
	list-style-type: none;
}
footer#footer ul.reso-footer li a {
	display: block;
	line-height: 0;
}
footer#footer ul.reso-footer li a:hover {
	opacity: .7;
}
footer#footer ul.reso-footer li a img{
	height: 22px;
	width: auto;
}
footer#footer #credits {
	margin-top: 0px;
	padding: 0px 0;
}
footer#footer #credits p {
	font-size: 12px;
}
footer#footer #credits p a {
	display: inline-block;
	margin: 0 30px 0 0;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// FLASH
----------------------------------------------------------------- */
#flash {
	width: 100%;
	padding: 40px 100px;
	background: var(--wp--preset--color--third);
	overflow:hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
#flash p {
	margin: 3px 0;
	font-size: var(--wp--preset--font-size--normal);
	font-weight:700;
	text-align: center;
	color: #fff;
}
#flash a {
	color: #fff;
	text-decoration:underline;
}
#flash .cross {
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}
#flash .cross img {
	width: 16px;
	height: auto;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// BACK TO TOP
----------------------------------------------------------------- */
#backtotop {
  display: inline-block;
  background-color: var(--wp--preset--color--secondary);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 40px;
  right: 20px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotop::after {
	content: "";
  	display:block;
  	background-image:url('img/backtotop.svg') ;
  	background-repeat: no-repeat;
  	background-position: center center;
    background-size: 17px auto;
 	height: 17px;
  	width: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#backtotop:hover {
  cursor: pointer;
  background-color: var(--wp--preset--color--third);
}
#backtotop:active {
  background-color: var(--wp--preset--color--third);
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
#backtotop:focus-visible {
	outline: 3px solid #005fcc;
  	outline-offset: 2px;
  	border-radius: 100%;
}