@charset "UTF-8";
/*
Theme Name: LEBLEU
Author: LEBLEU
Author URI: https://equipelebleu.com/
Version: 3.0.0
Text Domain: wplebleu
*/

@font-face {
	font-family: 'Themes';
	src:url('./assets/fonts/fonts/themes.eot');
	src:url('./assets/fonts/fonts/themes.eot?#iefix') format('embedded-opentype'),
		url('./assets/fonts/fonts/themes.svg#themes') format('svg'),
		url('./assets/fonts/fonts/themes.ttf') format('truetype'),
		url('./assets/fonts/fonts/themes.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Variables */
:root {
	--themeprincipal: #2C3B66;
	--bleu-clair : #A6BCDD;
	--bleu-clair-50 : #20232780;
	--bleu-clair-25 : #A6BCDD40;
	--bleu-fonce: #d0dcef;
	--orange : #ECAC3D;
	--orange-clair : #F5EEE2;
	--rouge : #AC3F28;
	--blanc : white;
	--noir : black;
}

/* Print */
@media print {
    header, nav, footer, .no-print, .inner-header:before, .inner-header:after, .progress-wrap, #wp-annotations{
        display: none !important;
    }

    h1, h2, h3, h4, h5, h6, .lead, p{
        color: #2C3B66 !important;
    }

	.inner-header{
		padding-bottom:0px !important;
	}

	.single_post_category a{
		color: #2C3B66 !important;
		border: solid 1px #2C3B66 !important;
	}

	.publications > .container{
		padding-top:50px !important;
	}
}

body{
	position:relative;
	background-color: var(--blanc) !important;
}
body, body * {
	font-family: "Lato", sans-serif !important;
	font-weight: 400;	
	font-style: normal !important;

}

strong, b{
	font-weight: 700 !important;
}

#wp-annotations{height:100% !important}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
}

h1{
	font-size:48px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--themeprincipal);
}

h2{
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;		
	text-transform: uppercase;	
}

h3{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;		
	text-transform: uppercase;	
}

h4{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;	
	text-transform: uppercase;	
}

h5{
	font-size: 16px;
	line-height: 20x;
	font-weight: 700;	
	text-transform: uppercase;	
}

a.link-dark{
	color: var(--themeprincipal) !important;
	text-decoration: none !important;
}

a.link-dark:hover{
	color: var(--orange) !important;
	/* text-decoration: underline !important; */
}

.lowercase{
	text-transform: initial !important;
}

a{
	color: var(--orange);
}

.pl20{
	padding-left:20px !important;
}

.text-orange{
	color: var(--orange) !important;
}

a.hover-top:before{
	width:calc(100% - 24px) !important;
}


a.hover:not(.hover-top):has(i)::before{
	width:calc(100% - 36px) !important;
}


.min-height-450{
	min-height: 450px !important;
}

p{
	font-size: 16px;
	line-height: 24px;
	color:#2C3B6699;
}

.p-no-mb p:last-child{
	margin-bottom:0px !important;
}

.bg-yellow{
	background: linear-gradient(81.78deg, #F0B231 0%, #FFD67D 43.36%, #F0B231 100.21%);
}

.bg-yellow a{
	color: var(--themeprincipal) !important;
}

.content-body ul:not(.post-meta):not(.pagination):not(.list-unstyled){
	list-style: none;	
}

.content-body ul:not(.post-meta):not(.pagination):not(.list-unstyled) li{
	position: relative;
}

.mb--5{
	margin-bottom:-35px !important;
}

input[type="checkbox"]{
	-webkit-appearance: checkbox !important;
	   -moz-appearance: checkbox !important;
	        appearance: checkbox !important;
}

#recherche{
	scroll-margin-top: 180px; 
}

.offcanvas-top{
	background-color: var(--themeprincipal) !important;
}

.btn-close{
	color:#fff !important;
}

.btn-close:before {
    background: rgb(255 255 255 / 25%);
}

.content-body ul:not(.post-meta):not(.pagination):not(.list-unstyled):not(.acf-checkbox-list) li::before{
	content: "";	
	position: absolute;
	left:-20px;	
	top: 13px;		
	background-color: var(--orange);
	height:2px;
	width:11px;
}

.text-primary{
	color: var(--themeprincipal) !important;
} 

.text-soft-primary, .text-soft-primary *{
	color: var(--bleu-clair) !important;
}

p.emphase{
	font-weight: 700 !important;
	color: var(--themeprincipal) !important;
}

.bg-primary{
	background-color: var(--themeprincipal) !important;
}

.bg-soft-primary{
	background-color: var(--bleu-clair) !important;
}

.bg-pale-blue{
	background-color: #EFF3F8 !important;
}

.bg-dark-blue{
	background-color: var(--bleu-fonce) !important;
}

.bg-orange{
	background-color: var(--orange) !important;
}

.bg-inner{	
	background: linear-gradient(0deg, #EDF2FC, #EDF2FC), linear-gradient(277.94deg, rgba(166, 188, 221, 0.5) -2.2%, #E2EBFA 100%);
}

.bg-shape{
	position: relative;
	overflow-y: hidden;
}

.bg-shape::after{
	content: "";
	position: absolute;		
	bottom: -45%;
	left: 0;
	top:56%;
	right: 50%;
	background-image: url("assets/img/shape.svg");
	background-size: contain;
	background-position: bottom left;	
	background-repeat: no-repeat;
	z-index: 0;	
}

.logo{
	max-width:78px;
}

.navbar{
	padding-bottom:20px;
	padding-top:5px;
}

.top-menu-separator{
	width: 31px;
	height: 1px;
	background-color: #8A99C4;	
}

.container-fluid{
	padding:80px 48px;
}

.header-bg{
	background: linear-gradient(99.03deg, #2C3B66 0%, #A6BCDD 100%);
}

.top_search label.text-white{
	color:#000 !important;
	display: none !important;
}

.top_search .btn{
	padding:14px 48px 14px 24px !important;
}

.offcanvas:not(.offcanvas-nav){
	overflow-y: initial !important;
}

.header-bg h1{
	color: var(--blanc);
	font-size: 64px;
	line-height: 64px;
	font-weight: 800;
	text-transform: initial !important;
}

.image_header{
	padding-bottom:0px !important;
	margin-bottom:360px;
}

.image_header .img_container{
	margin-top:30px;
	margin-bottom:-400px;
}

.top_bar .follow_title{
	font-size: 14px;
	line-height: 16px;
	color: #F5EEE2;
	font-weight: 500;
	text-transform: uppercase;
}

.top_bar .follow_links{
	display: flex;
	justify-content: center;	
	gap: 10px;	
}

.top_bar .follow_links a{
	font-size: 16px;
	color:var(--orange);
}

footer .follow_links{
	gap:10px !important;
	padding-left:5px;
}

footer .follow_links a{
	width:35px;
	height:35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border:solid 1px var(--orange);
}

footer .follow_links a:hover{
	background-color: var(--orange) !important;
	color: var(--blanc) !important;
}

.nav-item.current a{
	color:var(--orange) !important;
}

.graph-content{
	overflow-y: auto;
}

.graph-content .apexcharts-legend {
	right:20% !important;
}

.nav-link{
	font-size:18px !important;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--themeprincipal);
}

.nav-link:hover{
	color: var(--orange) !important;
}

.inner-header{
	position: relative;	
	padding: 96px 88px 120px 88px;
}

.inner-header:before{
	content: "";
	position: absolute;	
	left: -50px;	
	bottom:0px;
	width:500px;
	height: 315px;
	background-image: url("assets/img/header1.svg");
	background-size: contain;
	background-position: center center;	
	z-index: 0;	
	background-repeat: no-repeat;
}

.inner-header:after{
	content: "";
	position: absolute;	
	top:0px;
	right: 0px;	
	bottom:0px;	
	width:600px;
	background-image: url("assets/img/header2.svg");
	background-size: contain;
	background-position: center center;	
	z-index: 0;	
	background-repeat: no-repeat;
}

.job-list-header{
	padding:31px 30px;
	background-color: #A6BCDD;
	border-radius:8px;
}

.job-list-header h5{
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	color: var(--themeprincipal);
	text-transform: uppercase;
	margin-bottom:5px !important;
}

.job-list-header p{
	font-size:16px;
	line-height: 18px;
	color:#2C3B6699;
	margin-bottom:0px !important
}

.round-arrow{
	width:16px;
	height:16px;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.round-arrow-orange{
	background-color: #F0B231;
	color: var(--themeprincipal);
}

.round-arrow-blue{
	width:20px;
	height:20px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--themeprincipal);
	color: var(--blanc);
}

.round-arrow-blue:before{
	line-height: 20px !important;
}

.text-orange{
	color: var(--orange);
}

h2.display-4{
	font-size: 48px;
	line-height: 48px;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: var(--themeprincipal);
}

.btn{	
	border-radius: 5px !important;	
	font-weight: 600 !important;
	font-size: 18px !important;	
	line-height: 18px !important;
	/* padding: 16px 48px 16px 24px !important;	 */
	position: relative;
}

.btn:not(.btn-left):not(.btn-no-icon){		
	padding: 16px 48px 16px 24px !important;	
}

.btn-no-icon{
	padding: 16px 24px !important;	
}

.btn:not(.btn-left):not(.btn-no-icon):after{
	content:"\e930";
	font-family: Unicons !important;
	position: absolute;
	right:12px; 
	top:50%;
	font-weight: 400 !important;
	transform: translateY(-50%);	
	
}

.btn.btn-left{		
	padding: 16px 24px 16px 48px !important;		
}

.btn.btn-left:before{
	content:"\e930";
	font-family: Unicons !important;
	position: absolute;
	left:12px; 
	top:50%;
	font-weight: 400 !important;
	transform: translateY(-50%) scaleX(-1);
}

.btn-primary{
	border-color: var(--themeprincipal) !important;
	background-color: var(--themeprincipal) !important;
	color: var(--blanc) !important;
	transition: all 0.3s ease-in-out !important;
}

.btn-primary:hover{
	border-color: #F0B231  !important;
	background-color: #F0B231  !important;
	color: var(--themeprincipal) !important;
}

.btn-hover-blanc:hover{
	border-color: var(--blanc) !important;
	background-color: var(--blanc) !important;
	color: var(--themeprincipal) !important;
}

.btn-hover-blanc:hover svg{
	fill: var(--themeprincipal) !important;
	/* filter: brightness(0); */
}

.btn-orange{
	border-color: var(--orange) !important;
	background-color: var(--orange) !important;
	color: var(--themeprincipal) !important;
}

.btn-orange:hover{
	border-color: var(--blanc) !important;
	background-color: var(--blanc) !important;
	color: var(--themeprincipal) !important;
} 

.btn-with-svg:after{
	display: none !important;
}

.btn-with-svg svg{
	width: 20px !important;
	height: 20px !important;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.important_number .d-flex{
	column-gap:20px;
}

.important_number .number{
	font-size:40px;
	white-space: nowrap;
	font-weight: 900;
	letter-spacing: -0.2px;
}

.important_number .text{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}

.publications .card-header, .statistiques .card-header{
	position: relative;
	padding:32px;
}

.publications .card-header h5, .statistiques .card-header h5{
	font-size: 44px;
	line-height: 54px;
	font-weight: 700;
	color: var(--blanc);
	margin-bottom:0px !important;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.publications .card-header img{
	position: absolute;	
}

.publications .publication_orange .card-header{
	background: linear-gradient(270deg, #F56142 0%, #AC3F28 100%);
}

.publications .publication_orange .card-header:after{
	content: "";
	position: absolute;
	top: -30px;
	right: -30px;
	bottom: -30px;
	width:100%;
	background-image: url("assets/img/portrait.svg");
	background-size: contain;
	background-position: right center;	
	background-repeat: no-repeat;
	z-index: 0;
}
/* 
.publications .publication_orange .card-header img{
	max-width:230px;
	top:-30px;
	right: -30px;	
} */


.post-category{
	text-transform: initial !important;
}

.swiper-slide .card-body{
	z-index: 2;
}

.publications .post-category a, .statistiques .post-category a, .post-category.results a{
	padding:5px 16px;	
	color: var(--blanc);
	border-radius: 4px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
}

.post-category .pale-blue{
	background-color: #fff !important;
	color: #2C3B6699 !important;
	border:solid 1px #23446C99 !important;
	transition: all 0.3s ease-in-out !important;
	 
}
.post-category .pale-blue:hover{
	background-color: var(--bleu-clair-25) !important;
	color: var(--themeprincipal) !important;
	border:solid 1px var(--themeprincipal) !important;	
}

.publications .publication_orange .post-category a{
	background-color: #AC3F28;
}

.publications .publication_bleu .card-header{
	background: linear-gradient(90deg, #2C3B66 0%, #6D83C3 121.5%);
}

.publications .publication_jaune .card-header{
	background: linear-gradient(90deg, #F0B231 20.62%, #FFD67D 100%);

}

.publications .publication_jaune .card-header:after{
	content: "";
	position: absolute;
	top:-50px;
	right: -10px;
	bottom: 0px;
	width:100%;
	background-image: url("assets/img/NewspaperClipping.svg");
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	z-index: 0;
}

.publications .publication_bleu .card-header:after{
	content: "";
	position: absolute;
	top:-35px;
	right: -33px;
	bottom: -60px;
	width:100%;
	background-image: url("assets/img/BookOpenText.svg");
	background-size: contain;
	background-position: right center;	
	background-repeat: no-repeat;
	z-index: 0;
}
/* 
.publications .publication_bleu .card-header img{
	max-width:275px;
	top:-35px;
	right: -35px;	
} */
.publications .post-category, .post-category.results{
	display: flex;
    flex-wrap: wrap;
    gap: 5px;
	min-height: 22px;
}

.single_post_category{
	column-gap: 20px !important;
	margin-top:60px; 
	margin-bottom:60px; 
}

.single_post_category > a{
	font-size:16px !important;
	line-height: 16px !important;
	font-weight: 700 !important;
	padding: 12px 24px !important;
}

.bulletin-footer, .excerpt{
	padding-bottom:30px;
	border-bottom:solid 1px var(--bleu-clair-50);
	margin-bottom:50px;
}


.bulletin-footer h3{
	text-transform: initial !important;
}

.publications .publication_bleu .post-category a{
	background-color: #2C3B66;
}

.publications .publication_bleupale .card-header{
	background: linear-gradient(90deg, #A6BCDD 0%, #E2EBFA 100%);
}
/* 
.publications .publication_bleupale .card-header img{
	max-width:300px;
	top:-55px;
	right: -50px;	
} */

.publications .publication_bleupale .card-header:after{
	content: "";
	position: absolute;
	top:-55px;
	right: -50px;
	bottom: -75px;
	width:100%;
	background-image: url("assets/img/Megaphone.svg");
	background-size: contain;
	background-position: right center;	
	background-repeat: no-repeat;
	z-index: 0;
}

.publications .publication_bleupale .post-category a{
	background-color: #A6BCDD;
}

.publications .card-body .post-header{
	display: flex;
	flex-direction: column;
	row-gap: 20px;	
	margin-bottom:20px !important;
}

.publications .card-body .post-header *{
	margin-bottom: 0px!	important;
}

.publications .card-body .post-header h2 a{
	font-size: 22px	;
	line-height: 30px;
	font-weight: 700 !important;
	color: var(--themeprincipal);
	text-transform: initial !important;
}

.publications .card-body .post-header p{
	font-size: 16px;
	line-height: 20px;
	color: #28324E99;
}


.publications .card-body .post-header a.readmore, .publications .card-body a.readmore, .statistiques .card-body .post-footer a.readmore{
	display: inline-flex;
	column-gap: 15px;
	font-size: 16px;
	line-height: 24px;
	color: var(--themeprincipal);
	font-weight: 700;
	text-transform: uppercase;
	align-items: center;
}

.search-call-to-action{
	background: linear-gradient(0deg, #2C3B66, #2C3B66), radial-gradient(40.59% 101.57% at 100.35% 101.41%, rgba(166, 188, 221, 0.6) 0%, rgba(44, 59, 102, 0) 100%) !important;
	position: relative;
}
.search-call-to-action::after{
	content: "";
	position: absolute;
	top: 0px;
	right: 0;
	bottom:0px;
	width: 100%;
	/* height: 610px; */
	background-image: url("assets/img/Puzzle.svg");
	/* background-image: url("assets/img/search_call_to_action.svg"); */
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	z-index: 0;
}

.search-call-to-action .container{
	z-index: 1;
	position: relative;
}

.search-call-to-action h2{
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	color: var(--blanc);
	text-transform: uppercase;	
}

.search-call-to-action p{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #A6BCDD;	
	margin-bottom: 30px !important;
}

.text-with-icons .icon{
	width:60px;
	height: 60px;

	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	flex: 0 0 60px; /* Prevent grow/shrink */
	margin-right:20px;
}

.text-with-icons .icon svg{
	width:24px;
}

.text-with-icons .icon i{
	font-size: 24px;
}

.text-with-icons h4{
	text-transform: initial !important;
}

.text-with-icons p.source{
	font-size:14px !important;
	line-height: 27px;
	font-weight: 500;
	color:#6F7586;
	display: flex;
	column-gap: 5px;
	max-width:60%;
}

.text-with-icons .orange-clair .icon, .text-with-icons .orange-clair .post-category a{
	background-color: var(--orange-clair);
	color: var(--themeprincipal);
}

.text-with-icons .orange .icon, .text-with-icons .orange .post-category a{
	background-color: var(--orange);
	color: var(--orange-clair);
}

.text-with-icons .bleu-clair .icon, .text-with-icons .bleu-clair .post-category a{
	background-color: var(--bleu-clair);
	color: var(--orange-clair);
}

.text-with-icons .rouge .icon, .text-with-icons .rouge .post-category a{
	background-color: var(--rouge);
	color: var(--orange-clair);
}

.text-with-icons .post-category a{
	padding:5px 8px;		
	border-radius: 4px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	text-transform: initial !important;
}

.text-with-icons .post-category a:before{
	display: none !important;
}

.text-with-icons h4 a{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: var(--themeprincipal);	
}

.services .card-body{
	padding:28px !important;
	border-radius: 8px;
}

.services .card-body h4{
	font-size: 40px;
	line-height: 44px;
	font-weight: 900;
	color: var(--themeprincipal);
	/* margin-bottom: 10px !important; */
}

.services .card-body p{
	font-size: 20px;
	line-height: 24px;	
	margin-bottom: 0px !important;
}

.services .card-body.temoignage h4{
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 24px !important;
	text-transform: initial !important;
}

.services .card-body.temoignage p{
	font-size: 16px !important;	
	line-height: 18px !important;
	text-align: right !important;
	margin-top:15px;
}

.services .container .row > div:nth-child(1) .card-body {
	background: linear-gradient(120.65deg, #A6BCDD 0%, #E2EBFA 100.01%);
}

.services .container .row > div:nth-child(2) .card-body {
	background:linear-gradient(81.78deg, #F0B231 0%, #FFD67D 43.36%, #F0B231 100.21%);
		
}

.services .container .row > div:nth-child(3) .card-body {
	background: linear-gradient(121.42deg, #2C3B66 23.74%, #6D83C3 112.23%);
}

.services .container .row > div:nth-child(3) .card-body *{
	color: var(--blanc) !important;
}

.services .container .row > div:nth-child(4) .card-body {
	background: linear-gradient(130.44deg, #F5EEE2 -0.2%, #E0D4BF 100.05%);
}

.call-to-action-newsletter .container .card{
	background:linear-gradient(81.78deg, #F0B231 0%, #FFD67D 43.36%, #F0B231 100.21%);

	border-left:solid 42px var(--themeprincipal);
}

.call-to-action-newsletter .container .card h3{
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;	
	text-transform: uppercase;	
}


.text-with-image p:not(:last-child){
	margin-bottom: 40px !important;
}

.bg-shape .icon{
	margin-right:10px;
	margin-top:-3px;
	display: block;
}

.bg-shape .icon svg{
	width: 24px;
	height: 24px;
}

.team .card h4{	
	margin-bottom: 5px !important;
	text-transform: initial !important;
}

.team .card p{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px !important;
}

.team .card ul{
	list-style: none;
	padding-left: 0px;
	display: flex;	
	column-gap: 30px;
	margin-bottom:0px !important;
	flex-wrap: wrap;
}

.team .card ul li{
	display: flex;
	align-items: center;
	column-gap: 5px;
	justify-content: center;
	line-height: 30px;
}

.team .card ul li i{	
	color: var(--orange);
}

.statistiques .project{
	flex:1 0 0 100% !important;
}

.statistiques .project .card-header{
	padding:12px 32px !important;
	min-height:184px;
}

.statistiques .project .chart{
	max-height: 162px;
	height: 162px;
	min-height: initial !important;
}
.statistiques .project-with-graphs .card-header{
	background: #EFF3F8;
}

.statistiques .project h2{
	text-transform: initial !important;
}

.statistiques .project-with-logo .card-header{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
	linear-gradient(90deg, #2C3B66 0%, #6D83C3 121.5%);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.statistiques .project-with-logo .card-header:before{
	content: "";
	position: absolute;
	top: 0;
	right: 60px;
	bottom: 0;	
	left:0;
	background-image: url("assets/img/project_logo.svg");
	background-size: cover;
	background-position: left center;	
	background-repeat: no-repeat;
	z-index: 0;
}

.statistiques .project-with-stats .card{
	background: linear-gradient(158.4deg, #A6BCDD 0.52%, #D9E3F1 50.26%, #A6BCDD 100%);
}

.statistiques .project-with-stats .card-header{
	border-bottom:0px !important;
	display: flex;
	align-items: center;
}

.statistiques .project-with-stats .card-header h5{
	font-size: 40px;
	line-height: 60px;
	font-weight: 400;	
	text-transform: uppercase;	
	color: var(--themeprincipal);
	/* text-shadow: 8px 6px 0px #2C3B662B;	 */
}

.statistiques .project-with-stats .card-header p{
	font-size: 16px;
	line-height: 28px;
	color: #2C3B6699;
	margin-bottom: 0px !important;
}

.statistiques .project .card{
	height:100%;
}

.statistiques .post-category{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;	
}

.statistiques .post-category a{
	background-color: var(--bleu-clair-50);
	
}

.statistiques .card-body{	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.statistiques .card-body .post-header h2{
	line-height: 20px !important;
}

.statistiques .card-body .post-header h2 a{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700 !important;
	color: var(--themeprincipal);
}


.statistiques .card-body .post-footer{
	display: flex;
	row-gap: 20px;
	flex-direction: column;
}

.stats .graphs_container > div{
	display: flex;	
	column-gap: 20px;
	align-items: center;
}

.stats .graphs_container > div h5{
	font-size: 40px;
	line-height: 44px;
	font-weight: 900;
	color: var(--themeprincipal);
	margin-bottom: 0px !important;
	white-space: nowrap;
}

.stats .graphs_container > div p{
	margin-bottom:0px !important;
}

.stats-sidebar .form-check{		
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #0E2A461A;
	padding:10px 12px;
}

.stats-sidebar .form-check:hover .form-check-label, .stats-sidebar .form-check:hover .form-check-label *{
	color: var(--orange) !important;
}

.form-check-child{
	padding-left:30px !important;
}

.stats-sidebar .form-check-label{
	cursor:pointer;
	font-size: 16px;
	width:100%;
	line-height: 24px;
	color: #2C3B6699;
	font-weight: 500;
	margin-bottom: 0px !important;	
	display: flex;
	align-items: center;
	column-gap: 5px;
	padding-right:10px;
}

.stats-sidebar .form-check .form-check-input{
	cursor:pointer;
	float: none !important;
	margin-left: 0px !important;
	border-color: #2C3B6673 !important;
}

.stats-sidebar .form-check .form-check-input:checked{
	background-color: var(--themeprincipal) !important;
	border-color: var(--themeprincipal) !important;
}

.graphs{
	padding:30px 60px;
}

.graphs .graph .graph-header ul{
	list-style: none;
	padding-left: 0px;
	display: flex;
	column-gap: 15px;
	margin-bottom: 0px !important;
}

.graphs .graph .graph-header p{
	font-weight: 700;
}



.content-body table{
	width: 100%;
	border-collapse: collapse;
}

.graphs .graph .graph-content .chart{
	min-height: 400px;
}

.content-body table th, .content-body table tr:first-child td{
	background-color: var(--themeprincipal);
	color: var(--blanc) !important;
	font-weight: 700;
}

.content-body table th > *, .content-body table tr:first-child td > *{
	color: var(--blanc) !important;
	margin-bottom:0px !important;
}

.content-body table td{
	padding:8px;
	/* text-align: center !important; */
}

.content-body table tr{
	border-bottom: 1px solid var(--bleu-clair-50);
}

.content-body table tr:nth-child(odd){
	background-color: var(--bleu-clair-25);
}

.graphs .graph .graph-content.valeur h5{
	font-size:104px;
	line-height: 104px;
	font-weight: 400;
	color: var(--themeprincipal);
	margin-bottom: 60px !important;
	text-align: center;
	text-shadow: 13.56px 10.17px 0px #2C3B662B;
}

.inner-header .post-meta{
	color:#2C3B6699;
	font-size: 20px;
	font-weight: 700;
}

.inner-header .post-meta li a{color:#2C3B6699;} 

.graphs .graph .graph-content.valeur p{
	font-size:32px;
	line-height: 42px;
	font-weight: 500;
	text-align: center;
	margin-bottom:80px;
}

.graphs .graph .graph-footer{
	margin-top:60px;
	border-top: 1px solid var(--bleu-clair-50);
	padding-top: 30px;
	column-gap: 15px;
}

.graphs .graph .graph-footer > p{
	font-size:18px;
	line-height: 18px;
	font-weight: 700;
	color: var(--themeprincipal);
}

.graphs .graph .graph-footer div p{
	color:#2C3B6699;
}

.see_more_stats .card{
	box-shadow: none !important;
	background-color: transparent !important;
}

.see_more_stats .card-header{
	padding: 20px 0px !important;
}

.see_more_stats .card-header button{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	padding:0px !important;
	color: var(--themeprincipal);
	text-transform: uppercase;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	transition: all 0.3s ease;
}

.see_more_stats .card-header button:after{transition: all 0.3s ease;}

.see_more_stats .card-header button:hover, .see_more_stats .card-header button:hover:after{
	color: var(--orange) !important;
}

.see_more_stats .card-body{
	padding: 0px !important;
}

.accordion-wrapper .card-header button:before {
	display: none !important;
}

.accordion-wrapper .card-header button.collapsed:after {
    content: "\e92d" !important;
}

.accordion-wrapper .card-header button:after {
    font-family: Unicons;    
    content: "\e932";
    font-size: 1.15rem;
    font-weight: 400;
    width: 1rem;   
    display: inline-block;
    color: var(--themeprincipal);
}

.theme{
	position:relative !important;
}

.theme > span {
    /*background: #23446C no-repeat center;
     left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px; */
    font: normal 20px / 26px Themes !important;
    color: var(--themeprincipal) !important;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rangeSlider{
	column-gap: 20px;
}

.rangeSlider .noUi-connect{
	background: var(--themeprincipal) !important;
}

.rangeSlider .noUi-horizontal{
	height: 10px !important;
}

.rangeSlider .noUi-horizontal .noUi-handle{
	width: 20px !important;
	height: 20px !important;
	border-radius: 50% !important;
	background-color: var(--themeprincipal) !important;
	border: solid 3px #A6BCDD !important;
	box-shadow: none !important;
	right:-8px !important;
}

.rangeSlider .noUi-horizontal .noUi-handle:before, .rangeSlider .noUi-horizontal .noUi-handle:after{
	display: none !important;
}

.rangeSlider .noUi-horizontal .noUi-tooltip{
	bottom:initial !important;
	top:130% !important;
}

.post-meta{
	color:#28324E99;
}

.graph_legende{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: var(--themeprincipal);
	display:block;
}

.pagination{
	padding-left:40px;
	padding-right:40px;
	display: flex;	
	gap: 20px;	
	box-shadow:none !important;
	justify-content: center;
}

.pagination span{
	font-size: 16px;
	line-height: 24px;
	color: var(--themeprincipal);	
	display: flex;
	align-items: center;
	font-weight: 700;
}

.pagination span i{
	font-size:20px !important;
}

.pagination span.current{
	text-decoration: underline;
}

.pagination a{
	font-size: 16px;
	line-height: 24px;
	color: #2C3B6659;	
	display: flex;
	align-items: center;
	column-gap: 10px;
	padding:0px 5px;
}

.pagination a:not(.next):not(.prev):hover{
	color: var(--themeprincipal);
	text-decoration: underline;
	font-weight: 700;
}

.custom-dropdown {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  background: white;
}

.custom-selected {
  padding: 10px;
}

.custom-options {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  background: white;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  border-bottom:solid 1px var(--themeprincipal);
}

.custom-option span.theme{
	display: flex;
	align-items: center;
	column-gap: 5px;
	font-size:14px;
}

.custom-dropdown.open .custom-options {
  display: block;
}

.custom-option {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}

.custom-option:hover {
  background: #f0f0f0;
}

.custom-option input[type="checkbox"] {
  margin: 0;
  width: 16px;
  height: 16px;
  appearance: auto !important; /* Ensures native rendering */  
}

.arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s;
}

/* Rotate arrow when open */
.custom-dropdown.open .arrow {
  transform: translateY(-50%) rotate(180deg);
}

.coords h5{
	text-transform: initial !important;
}

.coords .icon{
	width:48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 48px;
	background-color: var(--orange);
	color: var(--themeprincipal);
}

footer{
	background-color: var(--themeprincipal) !important;
	color: var(--blanc);
	/* padding: 40px 0; */
}

footer .list_with_icon{
	column-gap: 8px;
}

footer .list_with_icon i{
	font-size:16px;
	color: var(--orange);
	line-height: 24px;
	
}

footer .list_with_icon li > i{
	margin-left:-23px;
	margin-right: 3px;
}

footer .list_with_icon ul{
	list-style: none;
	padding-left: 0px;
}

footer .list_with_icon ul li{
	font-size: 16px;
	line-height: 24px;
	color: var(--blanc);
	margin-bottom:5px;
}

footer .list_with_icon ul li a, footer .list_with_icon ul li address{
	color: var(--bleu-clair);
}

footer .list_with_icon > a{
	color: var(--orange);
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
}

footer .widget .widget-title{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: var(--blanc);
	margin-bottom: 30px !important;
	text-transform: uppercase;
}

footer .widget > p{
	font-size: 16px;
	line-height: 24px;
	color: var(--bleu-clair);	
}

footer nav.social a i{
	color: var(--orange) !important;
}

footer .bottom-footer p{
	font-size: 14px;
	line-height: 20px;
	color: var(--bleu-clair);
}

footer .bottom-footer p a{
	color: var(--orange);	
}
			
.footer_gap{
	row-gap: 40px;
}

/* cacher WPML mode dev 
.otgs-development-site-front-end,
.wpml-ls-statics-footer {
	display: none !important;
}*/

/*** Testimonials ***/
.section-testimonials{
	position: relative;
}

.section-testimonials > *{
	position: relative;
	z-index: 2;
}

.section-testimonials .testimony-vector{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.section-testimonials .swiper-testimonials-wrapper{
    overflow: hidden;
}

.section-testimonials .swiper-testimonials{
    padding-right: 20px;
    padding-bottom: 20px;
}

.section-testimonials .swiper-slide{
	border-radius: 8px;
	background: #FFF;
	box-shadow: 3px 4px 12px 0 rgba(0, 0, 0, 0.07);
	padding: 32px;
	height: auto;
	align-self: stretch;
}

.section-testimonials .swiper-slide .swiper-slide-wrapper{
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.section-testimonials .swiper-slide .swiper-slide-wrapper > *{
	position: relative;
	z-index: 2;
} 

.section-testimonials .swiper-slide .swiper-slide-icon{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.section-testimonials .swiper-slide .swiper-slide-text{
	color: rgba(35, 68, 108, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	flex-grow: 1;
}

.section-testimonials .swiper-slide .swiper-slide-author{
	color: #2C3B66;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.section-testimonials .swiper-slide .swiper-slide-function{
	color: rgba(44, 59, 102, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

.section-testimonials .swiper-slide .swiper-slide-text + .swiper-slide-function,
.section-testimonials .swiper-slide .swiper-slide-text + .swiper-slide-author{
	margin-top: 20px;
}

.section-testimonials .swiper-testimonials-pagination{
	margin-top: 32px;
	text-align: center;
}

.section-testimonials .swiper-testimonials-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: rgba(128, 137, 163, 1);
}

.section-testimonials .swiper-testimonials-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #ECAC3D;
}

.form-floating .form-control, .form-floating .form-control-plaintext, .form-floating .form-select {
    height: calc(2.5rem + 2px);
    min-height: calc(2.5rem + 2px);
    line-height: 1.25;
}

.acf-fields.acf-form-fields {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.form-floating textarea.form-control{
	height:150px;
}

.form-floating .form-control, .form-floating .form-control-plaintext{
	padding: .6rem 1rem;
}

.acf-fields>.acf-field{
	border:0px !important;
	margin:0px !important;
}