/*
Theme Name: RA CFI 2025
Author: La Confiserie
Author URI: https://www.laconfiserie.fr
Description: Thème sur-mesure
Version: 1.0
*/

.postid-4391 .elementor-element-5a3f236, .postid-4775 .elementor-element-0116aaf,
.page-id-645 .elementor-3888, .page-id-3910 .elementor-3888 {
	display:none !important;
}
/* 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, sub, sup, 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;
} 
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3 {
	font-feature-settings: "ss04";
}
/* -------------------------------------------------------------- 
/////////////////////////////////// GRILLE
----------------------------------------------------------------- */
.rangee{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 92%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	flex-flow: row wrap;
}
.elementor-section.elementor-section-boxed > .elementor-container, .e-con-inner, .e-con > .e-con-inner {
	width: 92% !important;
	max-width: 1240px!important;
	margin: 0 auto;
}
.elementor-section.elementor-section-boxed.wrapper-custom > .elementor-container {
	max-width: 800px!important;
}
.rangee.direction-column {
	flex-direction: column;
	flex-wrap: wrap;
}
.rangee.largeur-courte {
	max-width: 800px!important;
}
.fullwidth, .full, .rangee.full {
	width: 100%!important;
	max-width: 100%!important;
}
.col {
	position: relative;
	z-index: 9;
}
.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%;
}
section .col50.deux-tiers:first-of-type,section .col50.un-tiers:last-of-type  {
	flex-basis:65%;
	width: 65%;
}
section .col50.deux-tiers:last-of-type, section .col50.un-tiers:first-of-type {
	flex-basis:35%;
	width: 35%;
}
.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%;
}
.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, .wp-block-column, .elementor-column > .elementor-element-populated {
	flex: 0 0 auto;
	padding: 15px;
}
.bloc-left {
	padding-right: 30px;
}
.bloc-right {
	padding-left: 30px;
}
.aucun-ecart, .aucun-ecart.elementor-column > .elementor-element-populated{
	padding:0!important;
}
.ecart-large {
	flex: 0 0 auto;
	padding: 0 30px;
}
.ecart-full .aucun-ecart:first-of-type {
	flex: 0 0 auto;
	padding: 0 0 0 30px;
}
.ecart-full .aucun-ecart:last-of-type {
	flex: 0 0 auto;
	padding: 0 30px 0 0;
}
.fullwidth.ecart-full .aucun-ecart {
	padding:0;
}
.colpadleft {
	flex: 0 0 auto;
	padding: 0 0 0 30px;
}
.col-left-marge {
	padding-right: 30px;
}
.col-right-marge {
	padding-left: 30px;
}
.colpadright {
	flex: 0 0 auto;
	padding: 0 30px 0 0;
}
.colcenter {
	margin: 0 auto;
}
.decalage {
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}
.justify-center {
	justify-content:center;
}
.items-align-center {
	align-items:center;
}
.items-align-end {
	align-items: end;
}
.align-center {
	align-items:center;
}
.align-end {
	align-items:flex-end;
}
.row-reverse {
	flex-direction: row-reverse;
}
.padding {
	padding: 60px 0 !important;
}
.padding-bottom {
	padding-bottom: 60px !important;
}
.padding-top {
	padding-top: 60px !important;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// PRELOADER
----------------------------------------------------------------- */

#preloader {
	opacity:1;
    visibility: visible;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}
.preloader-container {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: scroll;
	position: fixed;
	z-index: 9999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--wp--preset--color--primary);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

.preloader-container .animation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#preloader.hidden {
	opacity:0;
    visibility: hidden;
}
/*.preloader-container img {
	-ms-animation: move 3s ease infinite alternate; 
	-webkit-animation: move 3s ease infinite alternate; 
	-moz-animation: move 3s ease infinite alternate;
}

@keyframes move {
  0%{
    -webkit-transform-origin: bottom top;
    -moz-transform-origin: bottom top;
    -ms-transform-origin: bottom top;
    -o-transform-origin: bottom top;
    transform-origin: bottom top;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
  }

  100% {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
  }
}*/

/* -------------------------------------------------------------- 
/////////////////////////////////// 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.5em;
	margin: 10px 0px;
}
ol, li {
	margin: 5px 0;
}
.bold {
	font-weight: 700;
}
strong, b {
	font-weight: 700;
	color:var(--wp--preset--color--primary);
}
ul li{
	margin-left: 15px;
	list-style-type: disc;
}
ol li{
	margin: 0;
	margin-bottom: 5px;
	margin-left: 15px;
}
blockquote {
	margin: 40px 0 40px 50px;
	margin-left: 50px;
	border: none;
	padding-left: 30px;
}

blockquote p{ 
	font-family: var(--wp--preset--font-family--typotitre);
	color: var(--wp--preset--color--foreground);
	line-height:1.3em !important;
	font-size:var(--wp--preset--font-size--medium);
	font-weight: 700;
	margin-top: 0;
}
blockquote a {
	text-decoration: underline;
}
blockquote strong {
	display: block;
	font-style: normal;
	font-size:var(--wp--preset--font-size--normal);
	line-height: 24px;
	margin-top: 5px;
	font-weight: 400;
}
blockquote p em {
	font-style: italic;
}
blockquote em a {
	display:inline;
}
blockquote.verbatim {
	margin-left: 0!important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	padding-left: 0px !important;
}
blockquote.verbatim .image-verbatim {
	flex-basis:20%;
	width: 20%;
}
blockquote.verbatim .image-verbatim img {
	width: 100%;
	height: auto;
	border-radius:100% !important;
}
blockquote.verbatim .text-verbatim {
	flex-basis:80%;
	width: 80%;
	margin-top: 0;
	padding-left: 30px;
}
sup {
	font-size:7px;
	position:relative;
	top:-10px;
}
button {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    user-select: none;
}
button:focus {
    outline: 0 none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
table {
	width: 100%;
	margin: 0;
}
tr, td, th {
	padding: 15px;

	text-align: left;
	background: #fff;
}
table p {
	margin: 5px 0;
}
th {
	background: #333;
	color: #fff;
}
tr h3 {
	line-height: 22px;
}
a {
	text-decoration: none;
	color:var(--wp--preset--color--primary);
	-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 {
	text-decoration: none;
	color:var(--wp--preset--color--primary);
}
a:hover {
	color:var(--wp--preset--color--secondary);
	text-decoration: none;
}
em {
	font-style: italic;
}

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--secondary) !important;
	height: 1px;
	margin: 25px 0!important;
}
.gradient-one {
	background: var(--wp--preset--gradient--gradient-one);
}
.gradient-two {
	background: var(--wp--preset--gradient--gradient-two);
}

.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;
}
.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;
}
.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);
}


/* -------------------------------------------------------------- 
/////////////////////////////////// BOUTONS
----------------------------------------------------------------- */
.bouton, .bouton-sans{
	padding: 0!important;
	margin-top: 25px ;
}
.elementor-button-wrapper {
	padding: 0!important;
}
.bouton a, input[type=submit], .elementor-button, .elementor-button-wrapper a,.bouton-sans{
	display: inline-block;
	background: var(--wp--preset--color--third) !important;
    font-weight: 700 !important;
	font-size: var(--wp--preset--font-size--normal) !important;
	color: var(--wp--preset--color--blanc) !important;
	border: none;
	text-shadow:none;
	line-height: 20px!important;
	border-radius: 0px!important;
	padding: 12px 21px 13px 21px!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;
}
.bouton a:hover, input[type=submit]:hover, .elementor-button-wrapper a:hover{
	color: var(--wp--preset--color--blanc) !important;
	background: var(--wp--preset--color--noir) !important;
}
.bouton img {
	margin-right: 10px;
}
.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;
}
.elementor-slideshow__footer .elementor-slideshow__title, .e-eicon-share-arrow{
	display: none!important;
}

.relative {
	position: relative;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-top: 25px;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cap, .uppercase {
	text-transform: uppercase;
}
#mobile-header {
	display: none;
}
.no-marge {
	margin: 0;
}
.padding-bloc20 {padding: 20px}
.padding-bloc30 {padding: 30px}
.padding-bloc40 {padding: 40px}
.padding-bloc50 {padding: 50px}
.image {
	position: relative;
	margin: 0;
	line-height: 0;
}
.image img {
	width: 100%;
	height: auto;
}
.transition {
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#main {
	padding-top: 0;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// HEADER
----------------------------------------------------------------- */
#top {
	width: 100%;
	height: 40px;
	background:#fff;
	position:relative;
}
#top .menu-top {
	position: absolute;
	right: 0px;
	top: 0;
}
#top ul {
	margin: 0;
}
#top .menu-top-first {
	left: 40px;
}
#top .menu-top-bis {
	right: 90px;
}
#top li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--primary);
	line-height: 40px;
	padding: 0 15px;
	font-weight: 700;
}
#top .menu-top-first li{
	padding: 0;
}
#top li a{
	color: var(--wp--preset--color--primary);
	display: block;
}
#top li a:hover{
	color: var(--wp--preset--color--secondary);
}
#top i {
	margin-right: 10px;
	color: #00a9e4;
}
#top .lang {
	position:absolute;
	top:0;
	right:40px;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: var(--wp--preset--font-size--small);
	color: #fff;
	text-transform:uppercase;
	background:var(--wp--preset--color--primary);
	line-height: 40px;
	padding: 0 10px;
}
#logo {
	position: absolute;
	left: 40px;
	margin: 0;
	top: 15px;
}
#logo img {
	width: 170px;
}
header#header {
	width: 100%;
	position: relative;
	height: 90px;
	z-index: 999;
	width: 100%;
	background: var(--wp--preset--color--primary);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header nav {
	right: 80px;
	position: absolute;
	top: 30px;
	text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header nav ul {
	margin: 0;
	display:inline-block;*display:inline;zoom:1;
}
header nav ul li{
	display: inline-block;
	position: relative;
	list-style: none;
	margin: 0;
}
header nav a {
	display: block;
	color: var(--wp--preset--color--blanc);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	padding: 0px 15px;
	text-transform: uppercase;
	line-height: 20px;
}
header nav a:hover{
	color: var(--wp--preset--color--secondary);
}
header nav a:active, nav a:visited, nav a:focus  {
	color:var(--wp--preset--color--blanc);
	text-decoration: none;
}
header nav ul li.current_page_item > a, 
header nav ul li.current_page_parent > a,
header nav ul li.current-menu-ancestor > a,
header nav ul li.current-menu-item > a,
header nav ul li.current-menu-parent > a {
	color: var(--wp--preset--color--secondary);
}

/* SEARCH IN NAV 
-------------------------------------------------------------- */
body.no-scroll {
	overflow: hidden;
}
#loupe {
	position: absolute;
	z-index: 9991;
	right: 50px;
    top:35px; 
	cursor: pointer;
}
#loupe:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#loupe:hover:before {
	color: #fff;
}
#loupe.close:before {
	 content: "\f00d";
}
#loupe.close:hover:before {
	color: #fff;
}
#search {
	position: absolute;
	right: 0px;
	height: 100%;
	width: 100%;
	background: var(--wp--preset--color--third);
	top: 0;
	left: -100px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#search.open {
	opacity: 1;
	visibility: visible;
	left: 0px;
 	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
#search input[type="search"] {
	border: 0;
	height: 90px;
	font-size: var(--wp--preset--font-size--normal);
	color: #fff;
	width: 100%;
	background: transparent;
	padding: 0;
	padding-left: 40px;
	border-color: none;
	box-shadow: none;
	outline: 0 none;
}
#search input[type="submit"] {
	display: none;
}
#search input[type="search"]:focus {
	border-color: none;
	box-shadow: none;
	outline: 0 none;
}
#search-input::-webkit-input-placeholder { 
  color: #ffffff;
}
#search-input::-moz-placeholder { 
  color: #ffffff;
   opacity: 1; /* Firefox */
}
#search-input::-ms-placeholder { 
  color: #ffffff;
}
#search-input::placeholder { 
  color: #ffffff;
}
.hamburger{
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 0;
	margin: 0;
	overflow: visible; 
	position: absolute;
	z-index: 99991;
	top: 0px;
	right: 0px;
}
.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: 20px;
	display: inline-block;
	top: 25px;
	right: 0px;    
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative; 
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 2px;
	background-color: var(--wp--preset--color--primary);
	border-radius: 4px;
	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);
}
#hambmenu {
  position: fixed;
  z-index: 9999;
  background: var(--wp--preset--color--primary);
  top: 0;
  left: -100px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
#hambmenu.open {
  opacity: 1;
  visibility: visible;
  left: 0;
}
#hambmenu .overlay-menu {
	padding: 60px 20px 20px;
}
#hambmenu .overlay-menu div {
	position: relative;
	text-align: left;
}
#hambmenu ul {
  list-style: none;
  padding: 0; 
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
}
#hambmenu ul li {
  display: block;
  position: relative;
  margin: 15px 0;
  line-height: 28px;
}
#hambmenu ul li a {
	font-size: var(--wp--preset--font-size--normal);
	font-weight: 700;
  	color: #fff;
}
#hambmenu ul ul {display: none;}
#hambmenu i{
	font-size: 20px;
	margin-top: 20px;
}
#hambmenu ul li a:hover,
#hambmenu ul li a:focus,
#hambmenu ul li a:active {
  color: var(--wp--preset--color--secondary);
}
#hambmenu .reso-menu-second li {
	display: inline-block;
}
#hambmenu .reso-menu-second a{
	display: inline-block;
	margin: 3px;
	color: var(--wp--preset--color--primary);
}
#hambmenu .reso-menu-second a:hover{
	color: #fff;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// TYPO
----------------------------------------------------------------- */
.typo2 {
    font-style: normal;
    font-family: var(--wp--preset--font-family--typotitre);
}
.has-small-font-size, .typo-small, .typo-small .elementor-heading-title {
	font-size: var(--wp--preset--font-size--small);
}
.has-normal-font-size, .typo-normal, .typo-normal .elementor-heading-title {
	font-size: var(--wp--preset--font-size--normal);
}
.has-medium-font-size, .typo-medium, .typo-medium .elementor-heading-title {
	font-size: var(--wp--preset--font-size--medium);
}
.has-large-font-size, .typo-large, .typo-large .elementor-heading-title {
	font-size: var(--wp--preset--font-size--large);
}
.has-big-font-size, .typo-big, .typo-big .elementor-heading-title {
	font-size: var(--wp--preset--font-size--big);
}
.has-huge-font-size, .typo-huge, .typo-huge .elementor-heading-title {
	font-size: var(--wp--preset--font-size--huge);
}

/* -------------------------------------------------------------- 
/////////////////////////////////// PAGE
----------------------------------------------------------------- */
.elementor-text-editor p:first-of-type, .elementor-widget-text-editor p:first-of-type{
	margin-top: 0;
}
 .elementor-text-editor p:last-of-type, .elementor-widget-text-editor p:last-of-type {
	margin-bottom: 0;
}
.sous-titre {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: var(--wp--preset--font-size--large);
}
.col-info {
	padding-right: 30px;
}
.col-info .bouton{
	margin-bottom: 0;
}
.vignette {
	position: relative;
	display: block;
    background:#fff;
    height: 100%;
}
.contenu-vignette {
	padding: 25px;
}
.contenu-vignette h2 {
	margin: 0;
	font-size: var(--wp--preset--font-size--medium);
	line-height: 30px;
}
.contenu-vignette p {
	margin: 5px 0 0 0;
	font-weight: 400;
	font-size: var(--wp--preset--font-size--normal);
	line-height: 1.4em;
}
.vignette:after {
	content:"";
	width: 0%;
	height: 2px;
	background:var(--wp--preset--color--primary);
	position: absolute;
	bottom: 0;
	left:0;
	transition: width .4s ease-out  ;
}
.vignette:hover:after {
	width: 100%;
	transition: width .4s ease-in  ;
}
.vignette:hover h2 {
	color: var(--wp--preset--color--secondary);
}
.image {
	position: relative;
}
.plus {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(45,46,131,.6);
	-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;
	opacity: 0;
	visibility: hidden;
}
.plus:before {
	content:"\f067";
	color: var(--wp--preset--color--blanc);
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	font-size: 30px;
	font-weight: 300;
	font-family: 'Font Awesome 5 Pro';
}
.vignette:hover .plus {
	opacity: 1;
	visibility: visible;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// SINGLE
----------------------------------------------------------------- */
#single{
	position: relative;
}
#single h1 {
	color: var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--huge);
	line-height: 60px;
	margin-bottom: 20px;
}
#single h2 {
	margin-top: 25px;
}
#sidebar {
	padding: 40px;
	background: var(--wp--preset--color--gris);
}
#sidebar h2 {
	margin-top: 0;
}
.line {
	width: 40px;
	height: 3px;
	background-color: var(--wp--preset--color--primary);
	margin: 10px 0;
}
#projets .sous-titre {
	margin-bottom: 10px;
}
#projets .line {
	margin: 0 auto 20px auto;
}
.categories {
	margin: 0 0 10px 0;
	font-size: 12px;
}
.categories a {
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	font-weight: 700;
	padding: 5px 12px 5px 12px;
	background:var(--wp--preset--color--third);
	margin-bottom: 15px;
}
.categories a:hover {
	background:var(--wp--preset--color--secondary);
}
.titre-partenaire {
	font-weight: 700;
	line-height: 19px;
	margin-top: 0;
	margin-bottom: 15px;
	color: var(--wp--preset--color--primary);
}
.image-partenaire img {
	height: 60px;
	width: auto;
}
.logos {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid var(--wp--preset--color--secondary);
}
.elementor-slideshow__description {
	text-align: center;
	padding: 25px;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// FOOTER
----------------------------------------------------------------- */
#bloc-map {
	height: 800px;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#map {
	height: 100%;
	position: absolute;
	z-index: 9;
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
}
#info-content {
	z-index: 99;
	width: 50%;
	position: absolute;
	top: 0;
	right: -100px;
	height: 100%;
	background:var(--wp--preset--color--blanc);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
}
#info-content.open {
	visibility: visible;
	opacity: 1;
	right: 0;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
}
#close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 40px;
	height: 40px;
}
#close:before {
	cursor: pointer;
	content:"\f00d";
	color: var(--wp--preset--color--primary);
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	font-size: 30px;
	font-weight: 300;
	font-family: 'Font Awesome 5 Pro';
	-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;
}
#close:hover:before {
	color: var(--wp--preset--color--primary);
}
#info-content .bloc-content {
	padding: 40px;
}
#info-content h2{
	text-transform: uppercase;
	font-size: var(--wp--preset--font-size--large);
	color: var(--wp--preset--color--primary);
	font-weight: 700;
}
#info-content h3{
	margin-bottom: 0;
	font-size: var(--wp--preset--font-size--medium);
	color: var(--wp--preset--color--primary);
}
#info-content .bouton {
	margin-top: 25px;
}
#info-content .line {
	margin-bottom: 0px;
}
.projet-map {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
#col-pres-map {
	position: absolute;
	top: 0;
	width: 1280px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
.pres-map {
	background: var(--wp--preset--color--gris);
	padding: 40px;
	width: 33.3%;
	position: absolute;
	top: 0;
	left: 0;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// FOOTER
----------------------------------------------------------------- */
footer#footer {
	padding: 60px 0 10px 0px;
	background-color: var(--wp--preset--color--primary);
}
footer#footer p {
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--blanc);
	margin: 0;
	line-height: 30px;
}
footer#footer p strong {
	font-size: var(--wp--preset--font-size--normal);
	color: var(--wp--preset--color--blanc);
}
footer#footer p.titre-footer {
	font-size: var(--wp--preset--font-size--normal);
	color: var(--wp--preset--color--blanc);
	margin-bottom: 5px;
	font-weight: 700;
}
footer#footer p.mention {
	padding-right: 30px;
	line-height: 25px;
}
footer#footer p a {
	color: var(--wp--preset--color--blanc);
}
footer#footer p.text-right a {
	margin: 0 0 0 30px;
}
footer#footer p a:hover {
	color: var(--wp--preset--color--secondary);
}
footer#footer ul.reso {
	color: #fff;
	font-weight: 700;
}
footer#footer ul.reso li {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
	display: inline-block;
	vertical-align: middle;
}
footer#footer ul.reso li a {
	display: inline-block;
	margin-left: 20px;
}
footer#footer ul.reso li a img {
	height: 25px;
}
footer#footer ul.reso li a:hover {
	opacity: .6;
}
footer#footer #credits {
	padding-top: 50px;
}
footer#footer #credits p {
	font-size: 12px;
}
footer#footer #credits .col75 a {
	display: inline-block;
	margin-right: 35px;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// SEARCH
----------------------------------------------------------------- */
#page-search {
	padding: 40px 0;
}
#page-search .recherche {
	padding: 20px 40px;
	border-left: 4px solid var(--wp--preset--color--secondary);
}
#page-search .recherche a {
	margin-bottom: 10px;
	line-height: 28px;
	font-weight: 700;
	color: var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--large);
}
#page-search .recherche a:hover {
	color: var(--wp--preset--color--secondary);
}
/* -------------------------------------------------------------- 
/////////////////////////////////// TRI
----------------------------------------------------------------- */
.wpgb-facet *{
	border-radius: 0px !important;
}
.wpgb-facet .wpgb-facet-title {
	margin-bottom: 15px !important;
	color: var(--wp--preset--color--primary);
}

.wpgb-facet .wpgb-select {
	height: auto!important;
    min-height: 50px!important;
	background: #fff!important;
    border: 0px solid var(--wp--preset--color--primary) !important;
    color: var(--wp--preset--color--primary) !important;
}
.wpgb-facet .wpgb-select input{
	padding-top: 0px!important;
	padding-left: 0px !important;
}
.wpgb-facet > fieldset {
    margin-bottom: 0px!important;
}
.wpgb-facet .wpgb-clear-button:hover, 
.wpgb-facet .wpgb-select button:hover, .wpgb-facet .wpgb-select input, 
.wpgb-facet .acplt-clear:hover, 
.wpgb-facet .wpgb-hierarchy:hover .wpgb-hierarchy-control, 
.wpgb-facet .wpgb-rating .wpgb-rating-control, 
.wpgb-facet .wpgb-rating-reset:hover .wpgb-rating-control {
  color: var(--wp--preset--color--secondary) !important;
}
.wpgb-select-dropdown ul li.wpgb-focused {
 background-color:#f5f5f5!important;
}
.wpgb-select-dropdown ul li[aria-selected="true"] {
 background-color:var(--wp--preset--color--secondary) !important;
}
.wpgb-select-placeholder {
	padding-left: 10px !important;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// BACK TO TOP
----------------------------------------------------------------- */
#backtotop {
  display: inline-block;
  background-color: var(--wp--preset--color--primary);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 0%;
  position: fixed;
  bottom: 20px;
  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: 18px auto;
 	height: 18px;
  	width: 18px;
    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--secondary);
}
#backtotop:active {
  background-color: var(--wp--preset--color--primary);
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}

/* -------------------------------------------------------------- 
/////////////////////////////////// ELEMENTOR
----------------------------------------------------------------- */
.postid-2092 .icones-budget, .postid-2078 .icones-budget{
	display: none;
}
h2.elementor-heading-title {
	line-height: 1.1em !important;
}