/*
Theme Name: Thème officiel ADL Constructions
Theme URI: https://www.adlconstructions.fr/
Author: REZO 21
Author URI: http://www.rezo21.net
Version: 8.0.0
Description: Développement par l'agence web REZO 21 (Albatros v8.0.0)
*/


/* #region GÉNÉRALITÉS */

*, ::after, ::before {
    box-sizing: border-box;
}

:root{
	--mainColor: #244D70;
	--secondaryColor: #DFEAF6;
	--titleFont: 'finalsix', sans-serif;
	--textFont: 'greycliff-cf', sans-serif;
	scroll-behavior: smooth;
}

a, a:hover, a:focus{
	color: var(--mainColor);
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

h1{
	font-family: var(--titleFont);
    color: var(--mainColor);
    font-size: 4.0em;
    line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 50px;
}

h1.entry-title{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
	text-align: center;
}

h2{
	font-family: var(--titleFont);
    color: var(--mainColor);
    font-size: 3.0em;
    margin-top: 0px;
    margin-bottom: 15px;
}

.main-titre-wrapper{
	display: flex;
    align-items: center;
	gap: 50px;
	margin-bottom: 50px;
}

.main-titre-wrapper h2.titre-wrapper,
.main-titre-wrapper .texte{
	width: 50%;
	margin-bottom: 0px;
}

.main-titre-wrapper .texte p{
	margin-bottom: 0px;
}

h2.titre-wrapper{
	text-align: center;
	font-size: 4.0em;
	line-height: 1.0em;
    margin-bottom: 80px;
}

h2.titre-wrapper.big{
	font-size: 5.0em;
	text-transform: uppercase;
}

h2.titre-wrapper.left{
	text-align: left;
}

h2.titre-wrapper.right{
	text-align: right;
}

h3{
    color: var(--mainColor);
	font-size: 1.8em;
	line-height: 1.0em;
	font-weight: 600;
}

p, ul, ol{
	margin-top: 0px;
	line-height: 1.4em;
}

blockquote{
	font-size: 1.0em;
}

img{
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

input:not([type="submit"],[type="checkbox"],[type="radio"]), 
textarea,
select{
	width: 100%;
	padding: 15px 10px;
	border-radius: 0px;
	border: none;
	background: #ededed;
	font-size: 1.0em;
	font-family: var(--textFont);
    transition: all 0.15s ease 0s;
	border-radius: 20px;
}

input:not([type="submit"],[type="checkbox"],[type="radio"]):focus, 
textarea:focus,
select:focus{
	outline: none !important;
    box-shadow: 0 0 10px color-mix(in srgb, var(--secondaryColor) 50%, transparent);
}

textarea{
	height: 150px;
}

.btn{
	display: inline-block;
	width: auto;
	padding: 20px 50px;
	border-radius: 50px;
	border: 2px solid var(--secondaryColor);
	background: var(--secondaryColor);
	color: var(--mainColor);
	font-family: var(--textFont);
	text-transform: uppercase;
	font-size: 1.0em;
    line-height: 1.0em;
	text-align: center;
    transition: all 0.15s ease 0s;
	cursor: pointer;
}

.btn-transparent{
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.btn-bleu{
	background: var(--mainColor);
	border-color: var(--mainColor);
	color: #fff;
}

.btn.btn-bleu:hover{
	background: var(--secondaryColor);
}

.btn:hover,
.btn:focus{
	background: #fff;
	border-color: #fff;
	color: var(--mainColor);
	text-decoration: none;
}

.btn.disabled{
	opacity: 0.5;
	text-decoration: none;
}

.btn.disabled:hover,
.btn.disabled:focus{
	background: var(--mainColor);
	color: #fff;
	cursor: default;
}

.btn.right{
    display: table;
    margin-left: auto;
}

.align-self-center{
    align-items: center;
}

.small{
	font-size: 0.8em;
	line-height: 1.4em;
}

.clearfix{
	clear: both;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-list-item{
	margin: 0px;
}

.wpcf7-form-control{
    margin-top: 10px;
}

.grecaptcha-badge{
	display: none;
}

iframe{
	width: 100%;
}

/* #endregion GÉNÉRALITÉS */

/* #region ALIGNEMENTS */

.alignleft{
	display: inline;
	float: left;
}

.alignright{
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft{
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright{
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter{
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone,
.wp-caption.aligncenter{
	margin-bottom: 1.2em;
	max-width: 100%;
}

.wp-caption.alignleft img,
.wp-caption.alignright img,
.wp-caption.alignnone img,
.wp-caption.aligncenter img{
	max-width: 100%;
	height: auto;
}

/* #endregion ALIGNEMENTS */

/* #region HEADER */

header{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 5;
	padding: 0px;
    box-shadow: 0px 0px 8px 0px #b3b3b3;
	transition: all 0.2s ease 0s;
}

body.home header{
    box-shadow: none;
}

body.home header.scrolled,
header.scrolled{	
	background: #fff;
    box-shadow: 0px 0px 8px 0px #b3b3b3;
}

header .container{
	display: flex;
	gap: 30px;
    justify-content: space-between;
    align-items: center;
}

header .logo a{
	display: flex;
	width: 150px;
	transition: all 0.2s ease 0s;
    transform: scale(1.00);
    transform-origin: center center;
}

@media (pointer : fine){ 
	header .logo a:hover{
		transform: scale(1.05);
	}
}

header .navigation{
	display: flex;
	gap: 30px;
    align-items: center;
}

header .ouvrir-menu,
header .navigation .main-menu .fermer-menu{ 
	display: none;
}

nav:has(#menu-accessible) {
    position: fixed;
    width: 100%;
    z-index: 2000;
}

#menu-accessible {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px;
    width: 100%;
    gap: 10px;
    list-style: none;
    background: #ededed;
    opacity: 0;
    height: 0;
    margin-bottom: 0px;
}

#menu-accessible.open {
    opacity: 1;
    padding: 15px;
    height: 45px;
}

nav:has(#menu-accessible.open) ~ header, nav:has(#menu-accessible.open) ~ main {
    top: 45px;
}

.retour-haut{
	position: fixed;
	bottom: 100px;
    right: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: var(--mainColor);
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	transition: all 0.15s ease 0s;
}

.retour-haut svg{
	width: 25px;
	height: 25px;
}

@media (pointer : fine){ 
	.retour-haut:hover{
		text-decoration: none;
		background: var(--secondaryColor);
		border-color: #fff;
		color: var(--mainColor);
	}
}

/* #endregion HEADER */

/* #region MENU */

.main-menu-lateral{
	display: none;
}

header .navigation .menu{
	display: flex;
    justify-content: flex-end;
    align-items: center;
	gap: 30px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}

header .navigation .menu li{
    list-style: none;
}

header .navigation .menu li a{
	display: inline-flex;
	gap: 5px;
	color: #fff;
	font-size: 1.0em;
	transition: all 0.15s ease 0s;
}

header.scrolled .navigation .menu li a{
	color: var(--mainColor);
}

header .navigation .menu li.bouton a{
    display: inline-block;
    width: auto;
    padding: 20px 50px;
    border-radius: 50px;
    border: 2px solid var(--secondaryColor);
    background: var(--secondaryColor);
    color: var(--mainColor);
    font-family: var(--textFont);
    text-transform: uppercase;
    font-size: 1.0em;
    line-height: 1.0em;
    text-align: center;
    transition: all 0.15s ease 0s;
    cursor: pointer;
}

header .navigation .menu li a:before,
header .navigation .menu li a:after{
	position: relative;
	display: block;
	padding: 0 3px;
	font-size: 1.4em;
    transform: scaleX(0);
    transition: transform 0.2s;
}

header .navigation .menu li a:before{
	content: '(';
    transform-origin: left center;
}

header .navigation .menu li a:after{
	content: ')';
    transform-origin: right center;
}

@media (pointer : fine){ 
	header .navigation .menu li a:hover:before,
	header .navigation .menu li a:hover:after,
	header .navigation .menu li.current-menu-item a:before,
	header .navigation .menu li.current-menu-item a:after{
		transform: scaleX(1);
	}

	header .navigation .menu li a:hover{
		color: #fff;
		text-decoration: none;
	}

	header.scrolled .navigation .menu li a:hover{
		color: var(--mainColor);
	}
}

header .navigation .menu li.bouton a:hover{
	background: #fff;
    border-color: #fff;
    color: var(--mainColor);
    text-decoration: none;
}

header.scrolled .navigation .menu li.bouton a:hover{
	background: var(--mainColor);
    border-color: var(--mainColor);
    color: #fff;
}

header .navigation .menu li.bouton a:before,
header .navigation .menu li.bouton a:after{
	display: none;
}

header .navigation .menu .menu-item-has-children{
    position: relative;
}

@media (pointer : fine){ 
	header .navigation .menu .menu-item-has-children:hover ul.sub-menu{
		visibility: visible;
		opacity: 1;
	}
}

header .navigation .menu ul.sub-menu{    
	position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;   
	padding: 0px;
	list-style: none;
}

header .navigation .menu ul.sub-menu li a{ 
	display: inline-block;
	width: 100%;
	font-size: 1.0em;
	padding: 7px 20px;
	background: var(--mainColor);
	color: #fff;
}

header .navigation .menu ul.sub-menu li a:after{ 
	display: none;
}

@media (pointer : fine){ 
	header .navigation .menu ul.sub-menu li a:hover{ 
		background: var(--secondaryColor);
	}
}

/* #endregion MENU */

/* #region DIAPORAMA */

.swiper{
	width: 100%;
	height: 100%;
}

.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-accueil .main-texte{
    position: absolute;
    z-index: 20;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.swiper-accueil .main-texte .container{
	width: 100%;
	padding: 0 50px;
}

.swiper-accueil .texte{
	color: #fff;
	text-shadow: 0px 0px 5px #000000;
	font-size: 2.0em;
	line-height: 1.2em;
}

.swiper-accueil .texte p:last-child{
	margin-bottom: 0px;
}

.swiper-accueil .lien{
	margin-top: 30px;
}

.swiper-pagination{
	bottom: 30px !important;
}

.swiper-pagination-bullet{
	width: 15px;
	height: 15px;
}

.swiper-pagination-bullet-active{
	background-color: var(--mainColor);
}

.swiper-button-next, 
.swiper-button-prev{
	color: var(--mainColor);
}

/* #endregion DIAPORAMA */

/* #region CORPS */

body{
    font-family: var(--textFont);
    font-weight: 400;
	position: relative;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
	color: #000;
}

.archive main,
.blog main,
.search main,
.page-template-page-articles main,
.error404 main{
	padding-bottom: 80px;
}

#content{
	margin: auto;
}

#content p{
    font-size: 1.0em;
}

#content ul,
#content ol{
	font-size: 1.0em;
}

#content ul ul,
#content ol ol{
	font-size: 1.0em;
}

.container{
	max-width: 1500px;  
	margin: auto;
	padding: 0 30px;
}

.titre-paragraphe{
	margin-bottom: 30px;
}

.paragraphe{
	padding: 80px 0px;
}

.paragraphe.paragraphe-1{
	padding-top: 0px;
}

.paragraphe.bgblanc{
	background: #fff;
}

.paragraphe.bgbleuclair{
	background: var(--secondaryColor);
}

.paragraphe .introduction{
	margin-bottom: 50px;
}

.paragraphe.full-width{
	width: 100%;   
	padding-top: 0;
    padding-bottom: 0;
}

.paragraphe.full-width .container{
    max-width: 100%;
    margin: auto;
    padding: 0px;
}

.paragraphe.full-width .container .colonne{
    padding: 80px 7%;
}

.paragraphe .colonne.no-padding,
.paragraphe.full-width .container .colonne.no-padding{
	padding: 0px;
}

.paragraphe .colonnes{
	display: flex;
	gap: 50px;
}

.paragraphe .colonnes a:has(img) img{
	transition: opacity 0.2s;
}

@media (pointer : fine){ 
	.paragraphe .colonnes a:has(img):hover img{
		opacity: 0.8;
	}
}

.description{
	margin-bottom: 50px;
}

.main-wrapper-hero{
	position: relative;
	height: 100vh;
	margin-bottom: 80px;
}

.wrapper-hero{
	position: relative;
	height: 100%;
}

.wrapper-hero img{
	display: flex;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wrapper-hero .main-texte{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	color: #fff;
}

.wrapper-hero .main-texte .container{
	display: flex;
    flex-direction: column;
    justify-content: center;
	max-width: 1000px;
    height: 100%;
}

.wrapper-hero .main-texte h1{
	color: #fff;
	margin-bottom: 0px;
}

.wrapper-hero .ancre{
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
	padding: 15px;
	transition: all 0.2s ease 0s;
}

.wrapper-hero .ancre:hover{
	bottom: 90px;
}

.wrapper-hero .ancre img{
	transform: rotate(90deg);
}

.colonne-1{
	width: 100%;
}

.colonne-2-1-1,
.colonne-2-1-2{
	width: 50%;
}

.colonne-2-2-1,
.colonne-2-3-2,
.colonne-3-1,
.colonne-3-2,
.colonne-3-3{
	width: calc(100% / 3);
}

.colonne-2-4-1,
.colonne-2-5-2{
	width: 25%;
}

.colonne-2-4-2,
.colonne-2-5-1{
	width: 75%;

}

.colonne-2-2-2,
.colonne-2-3-1{
	width: calc(100% / 3 * 2);
}

.colonne-4{
	width: 25%;
}

.main-wrapper-services{
	padding-bottom: 80px;
}

.accordeon{
	display: flex;
	gap: 20px;
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-bottom: 50px;
}

.accordeon .panel{
	flex: 1;
	position: relative;
	transition: flex 0.4s ease;
	height: 400px;
	overflow: hidden;
}

.accordeon .panel img:first-child{
	position: absolute;
	top: 0;
	left: 50%;
	height: 400px;
	width: 100%;
	transform: translateX(-50%);
	pointer-events: none;
    object-fit: cover;
}

.accordeon .panel .texte{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(36,77,112,0.4);
	border-left: 7px solid var(--mainColor);
	padding: 50px 20px 50px 10px;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.accordeon .panel .texte h3{
	margin: 0;
	font-size: 1.4em;
	color: #fff;
}

.accordeon .panel .texte img{
	width: 25px;
	height: 25px;
}

@media (pointer : fine){ 
	.accordeon:hover .panel{
		flex: 1;
	}

	.accordeon .panel:hover{
		flex: 3;
	}
}

.main-wrapper-equipe{
	padding-bottom: 80px;
}

.equipe{
	display: flex;
	gap: 50px;
}

.equipe a, .equipe > div{
    position: relative;
    overflow: hidden;
    width: calc(100% / 3);
    margin-bottom: 50px;
}

.equipe a .texte, .equipe > div .texte{
    display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(36,77,112,0.4);
	border-left: 7px solid var(--mainColor);
	padding: 50px;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.equipe a .texte img, 
.equipe > div .texte img{
    width: 35px;
    height: 35px;
}

.equipe a .texte h3, 
.equipe > div .texte h3{
	margin: 0px;
	color: #fff;
}

.equipe a img:first-child, 
.equipe > div img:first-child{
	display: flex;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-out 0s;
}

.equipe a:hover img:first-child{
    transform: scale(1.1);
}

.main-wrapper-moyens{
	margin-top: 50px;
	padding-bottom: 80px;
}

.wrapper-moyens h2{
	margin-bottom: 0px;
    line-height: 0.7em;
}

.wrapper-moyens .main-texte{
	background: var(--mainColor);
	padding: 0px 0px 80px 0px;
}

.wrapper-moyens .main-texte .container{
	position: relative;
}

.wrapper-moyens .main-texte .texte{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 40%;
	background: #fff;
	padding: 80px 50px;
}

.wrapper-moyens .main-texte .texte p:last-child{
	margin-bottom: 0px;
}

.wrapper-moyens .main-texte .texte .titre{
    font-size: 4.0em;
    margin-top: 0px;
    margin-bottom: 50px;
	color: var(--mainColor);
	line-height: 1.0em;
}

.wrapper-engagements{
	padding-bottom: 80px;
}

.engagements{
	max-width: 1200px;
	margin: auto;
	display: flex;
	gap: 50px;
}

.engagements .engagement{
	width: 25%;
}

.engagement img{
	width: 100px;
}

.engagement .main-texte h3{
	margin-bottom: 20px;
}

.engagement .main-texte h3:after{
	display: block;
	content: "";
	width: 50%;
	height: 1px;
	margin-top: 20px;
	background: var(--mainColor);
}

.engagement .main-texte .texte{
	width: 80%;
}

.wrapper-engagements .btn{
	display: table;
	margin: 80px auto 0px auto;
}

.wrapper-projets h2{
	margin-bottom: 0px;
    line-height: 0.7em;
}

.wrapper-projets .main-texte{
	background: var(--mainColor);
    padding: 80px 0px 300px 0px;
}

.wrapper-projets .main-texte .container > .texte{
    position: relative;
    z-index: 1;
    width: 55%;
    background: #fff;
    padding: 80px 50px;
	margin-bottom: 50px;
}

.wrapper-projets .main-texte .container > .texte h2{
    margin-top: 0px;
    margin-bottom: 50px;
	line-height: 1;
}

.wrapper-projets .projets{
	display: flex;
	gap: 50px;
}

.wrapper-projets .projets .colonne{
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 50px;
	z-index: 1;
}

.wrapper-projets .projets .colonne.colonne-1 .cercle{
	position: absolute;
	bottom: -250px;
	right: -40%;
	z-index: -1;
}

.wrapper-projets .projets .colonne.colonne-2 .cercle{
	position: absolute;
	top: -100px;
	right: -100px;
	z-index: -1;
	width: 200px;
}

.wrapper-projets .projets .colonne.colonne-2{
	position: relative;
	margin-top: -300px;
}

.vignette-projet{
	position: relative;
}

.vignette-projet a{
	display: block;
    transition: all 0.2s ease-out 0s;
}

.vignette-projet img{
	display: flex;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.vignette-projet .texte{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	background: rgba(36,77,112,0.8);
	padding: 50px;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s ease;
}

.vignette-projet a:hover .texte{
	opacity: 1;
	transform: translateY(0);
}

.vignette-projet .texte .titre{
	color: #fff;
	font-size: 1.8em;
    text-transform: uppercase;
}

.vignette-projet .texte .categories{
	display: flex;
	gap: 15px;
	color: #fff;
}

.main-wrapper-rassurance{
	padding: 80px 0px;
}

.wrapper-rassurance{
	position: relative;
    display: flex;
    justify-content: flex-end;
}

.wrapper-rassurance>img{
	width: 90%;
}

.wrapper-rassurance .arguments{
	position: absolute;
    top: 50%;
	left: 0px;
    transform: translateY(-50%);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 30px;
	width: 40%;
}

.wrapper-rassurance .arguments .argument{
	background: var(--mainColor);
	color: #fff;
	padding: 30px;
}

.wrapper-rassurance .arguments .argument img{
	width: auto;
	height: 80px;
}

.wrapper-rassurance .arguments .argument .chiffre{
	font-size: 3.0em;
	font-weight: 600;
}

.liste-projets{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}

.liste-articles{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin-bottom: 2rem;
}

.main-wrapper-articles{
	background: #fff;
	padding: 80px 0px;
}

.single-post .main-wrapper-articles{
	background: #ededed;
}

.wrapper-articles .btn{
	display: table;
	margin: 50px auto 0 auto;
}

#searchform{
	display: flex;
}

#searchform .btn{
    display: flex;
    border-radius: 0px 25px 25px 0;
}

#searchform .btn svg{
    width: 20px;
}

.single-projet .categories:first-child{
	display: flex;
    justify-content: center;
	gap: 15px;
	margin-bottom: 50px;
}

.main-wrapper-autres-projets{
	padding: 80px 0px;
	background: var(--secondaryColor);
}

.wrapper-autres-projets .btn{
	display: table;
	margin: 50px auto 0 auto;
}

/**** FAQ - ACCORDEON ***/
.faq{
	padding-bottom: 60px;
	padding-top: 60px;
}

.faq .accroche{
	text-align:center;
}

.wrapper-questions{
    margin-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 15px 10px 0;
    border-bottom: 1px solid #707070;
    cursor: pointer;
	font-size: 1.6em;
	font-weight: 600;
	color: var(--mainColor);
}

.wrapper-questions .question img {
    display: block;
	width: 35px;
	transform: rotate(-90deg);
    transition: all 0.15s ease 0s;
}

.wrapper-questions .question.open img{
	transform: rotate(0deg);
}

.wrapper-questions .reponse{
    display: none;
    padding: 15px 0;
}

/* #endregion CORPS */

/* #region ARTICLES */

.liste-categories{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.vignette-article a{
	display: block;
	height: 100%;
    padding: 20px;
	border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #d4d4d4;
	transition: all 0.3s ease 0s;
}

@media (pointer : fine){ 
	.vignette-article a:hover{    
		text-decoration: none;
		transform: translateY(10px);
		box-shadow: 0px 0px 15px 0px #b4b4b4;
	}

	.vignette-article a:hover .texte .titre{    
		color: var(--secondaryColor);
	}
}

.vignette-article .image{
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.vignette-article .image img{
	display: block;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.vignette-article .texte .titre{
	font-family: var(--titleFont);
	font-size: 1.2em;
	line-height: 1.0em;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 700;
	transition: all 0.3s ease 0s;
}

.vignette-article .texte .date{
    margin-bottom: 15px;
	font-size: 0.8em;
	color: var(--mainColor);
}

.vignette-article .categories{
	display: flex;
    flex-wrap: wrap;
	gap: 5px;
}

.vignette-article .categories .categorie{
	font-size: 0.8em;
	color: #fff;
	background: var(--mainColor);
	padding: 5px 15px;
	border-radius: 20px;
}

.single-post .top-article{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.single-post .top-article .date{
	color: var(--mainColor);
}

.single-post .top-article .categories{
	display: flex;
	gap: 10px;
}

.single-post .top-article .categories a.btn{
	font-size: 0.9em;
}

.gallery-item a{
	display: block;
	border-radius: 10px;
    transition: all 0.3s ease 0s;
}

@media (pointer : fine){ 
	.gallery-item a:hover{
		opacity: 0.8;
	}
}

.gallery img{
	border: none !important;
	padding: 0 10px;
	border-radius: 10px;
}

.gallery .gallery-caption{
	font-size: 0.8em;
}

#content ul.pagination{	
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	gap: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}

#content ul.pagination a{
    transition: all 0.15s ease 0s;
}

@media (pointer : fine){ 
	#content ul.pagination a:hover{
		text-decoration: none;
		background: var(--secondaryColor);
		color: #fff;
	}
}

#content ul.pagination .page-numbers{
	padding: 5px 10px;
	border: 1px solid #ddd;
}

#content ul.pagination .current{
	background: var(--secondaryColor);
	color: #fff;
}

/* #endregion ARTICLES */

/* #region FOOTER */

footer .menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

footer .contact{
	background: var(--mainColor);
	padding: 80px 0px;
}

footer .contact .container{
	display: flex;
    justify-content: space-between;
	gap: 50px;
}

footer .contact .blocs{
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 30%;
	color: var(--mainColor);
}

footer .contact .bloc{
	background: var(--secondaryColor);
	border-radius: 20px;
	padding: 30px 30px;
	width: 100%;
	text-align: center;
}

footer .contact .bloc img{
	height: 70px;
	width: auto;
	margin-bottom: 15px;
}

footer .contact .formulaire{
	width: 50%;
	color: #fff;
}

footer .contact .formulaire h2{
	color:  #fff;
	text-align: left;
	margin-bottom: 30px;
}

footer .top-footer{
	background: #fff;
}

footer .top-footer .container{
	display: flex;
    align-items: center;
	gap: 50px;
	padding: 50px 30px;
}

footer .top-footer .main-logo{
    width: 30%;
}

footer .top-footer .main-logo a.logo{
	display: inline-block;
	width: 50%;
    transition: all 0.15s ease 0s;
}

footer .top-footer .main-logo a.logo img{
	width: 100%;
}

@media (pointer : fine){ 
	footer .top-footer .main-logo a.logo:hover{
		transform: scale(1.05);
	}
}

footer .top-footer .main-logo .reseaux-sociaux{
    display: flex;
    gap: 15px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

footer .top-footer .main-logo .reseaux-sociaux a{
    display: flex;
	width: 20px;
    transition: all 0.15s ease 0s;
}

@media (pointer : fine){ 
	footer .top-footer .main-logo .reseaux-sociaux a:hover{
		color: var(--secondaryColor);
	}
}

footer .top-footer .main-logo .reseaux-sociaux a svg{
	width: 100%;
}

footer .top-footer .colonne{
	display: flex;
    justify-content: flex-end;
	width: 70%;
}

footer .top-footer .colonne .menu{
    display: flex;
    gap: 30px;
}

footer .top-footer .colonne .menu li a:before,
footer .top-footer .colonne .menu li a:after{
    position: relative;
    display: block;
    padding: 0 3px;
    font-size: 1.4em;
    transform: scaleX(0);
    transition: transform 0.2s;
}

footer .top-footer .colonne .menu li a{
    display: inline-flex;
    gap: 5px;
}

footer .top-footer .colonne .menu li a:hover{
	text-decoration: none;
}

footer .top-footer .colonne .menu li a:before{   
	content: '(';
    transform-origin: left center;
}

footer .top-footer .colonne .menu li a:after {
    content: ')';
    transform-origin: right center;
}

footer .top-footer .colonne .menu li a:hover:before, 
footer .top-footer .colonne .menu li a:hover:after, 
footer .top-footer .colonne .menu li.current-menu-item a:before,
footer .top-footer .colonne .menu li.current-menu-item a:after{
	transform: scaleX(1);
}

footer .top-footer .colonne .titre{
	font-family: var(--titleFont);
	font-size: 1.0em;
	margin-bottom: 15px;
	font-weight: 700;
}

footer .sub-footer{
	background: #f5f5f5;
}

footer .sub-footer .container{
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 50px;
	padding: 15px 30px;
	font-size: 0.8em;
}

footer .sub-footer .container .main-menu{
	display: flex;
	gap: 15px;
    justify-content: space-between;
}

footer .sub-footer .container .main-menu .copyright{
	line-height: 1.4em;
}

footer .sub-footer .container .main-menu .menu{
	display: flex;
	gap: 15px;
}

footer .signature{
	font-size: 0.8em;
}

footer .logo-rezo21 a{
	display: flex;
}

footer .logo-rezo21 img{
	height: 32px;
	width: auto;
}

/* #endregion FOOTER */

/* #region TABLETTE */

@media screen and (max-width: 1180px) {
	h1,
	h2.titre-wrapper{
		font-size: 3.0em;
	}

	h3{
		font-size: 1.4em;
	}
	
	header .navigation,
	header .logo,
	header .ouvrir-menu{
		width: calc(100% / 3);
	}

	header .logo{
		order: 2;
	}

	header .logo a{
		display: table;
		margin: auto;
	}

	header .navigation{
		order: 1;
	}

	header .ouvrir-menu{   
		order: 3; 
		display: flex;
		justify-content: flex-end;
	}

	header .ouvrir-menu button{ 
		display: flex;
		width: 50px;
		color: var(--mainColor);
		background: none;
		border: none;
		padding: 0px;
	}
	
	header .ouvrir-menu button svg{ 
		width: 100%;
	}

	header .navigation .main-menu{
		display: flex;
		position: fixed;
		width: 50vw;
		height: 100vh;
		z-index: 10;
		top: 0px;
		right: -100vw;
		background: var(--mainColor);
		padding: 50px;
		transition: right 0.3s, transform 0.3s;
	}

	header .navigation .main-menu.open{
		right: 0vw;
	}

	header .navigation .main-menu div{
		display: flex;
		align-items: center;
		width: 100%;
	}

	header .navigation .main-menu .menu{
		justify-content: flex-start;
		flex-direction: column;
		gap: 15px;
		width: 100%;
	}

	header .navigation .main-menu .menu li a{
		display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
		width: 100%;
		color: #fff;
		font-size: 1.4em;
		padding: 0px;
	}

	header .navigation .menu{
    	align-items: flex-start;
	}

	header .navigation .menu li a:before,
	header .navigation .menu li a:after{
		display: none;
	}

	header .navigation .menu li.bouton a{
		padding: 15px 20px;
		color: var(--mainColor);
	}

	header .navigation .menu>li.menu-item-has-children > a:after{
		content: url('./images/fleche-sous-menu-mobile.svg');
        width: 20px;
        height: 20px;
        transition: all 0.2s ease 0s;
        transform-origin: center;
        transform: rotate(0deg);
        margin: 0px;
        background: none;
	}

	header .navigation .menu>li.menu-item-has-children>a.open::after{
		transform: rotate(180deg);
	}

	header .navigation .menu ul.sub-menu{
		display: none;
		position: relative;
		margin-top: 15px;
	}

	header .navigation .main-menu .fermer-menu{
		display: block;
		position: absolute;
		top: 15px;
		right: 30px;
		width: 50px;
		color: #fff;
		background: none;
		border: none;
		padding: 0px;
	}

	header .navigation .main-menu .fermer-menu svg{
		width: 100%;
	}

	.voile-opacite{
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 4;
		background: rgba(0,0,0,0.6);
		transition: visibility 0.15s, opacity 0.15s linear;
	}
	
	.voile-opacite.visible {
		visibility: visible;
		opacity: 1;
	}
	
	.select-categories{
		margin-bottom: 30px;
	}

	.equipe a .texte{
		padding: 30px;
	}

	.wrapper-projets .projets .colonne.colonne-2 .cercle{
		display: none;
	}

	.wrapper-rassurance .arguments{
		width: 60%;
	}

	footer .top-footer .colonne .menu{
		gap: 15px;
	}

	.liste-projets{
		gap: 30px;
	}
}

@media screen and (max-width: 1180px) and (orientation: portrait) {
	h2.titre-wrapper.big{
		font-size: 3.4em;
	}

	.main-titre-wrapper{
		flex-direction: column;
		align-items: normal;
	}

	.main-titre-wrapper h2.titre-wrapper,
	.main-titre-wrapper .texte{
		width: 100%;
	}

	.equipe{
		gap: 30px;
	}

	.equipe a .texte{
		padding: 15px;
	}

	.equipe a{
		width: 100%;
	}

	.equipe a .texte img{
		display: none;
	}

	.wrapper-moyens .main-texte .texte{
		position: relative;
		width: 100%;
		padding: 50px;
		margin-top: 30px;
	}

	.wrapper-moyens .main-texte .texte h3{
		font-size: 3.0em;
	}

	.engagements{
		gap: 30px;
	}

	.engagement .main-texte .texte{
		width: 100%;
	}

	.wrapper-projets .main-texte .container > .texte{
		width: 100%;
	}

	.wrapper-projets .main-texte .container > .texte{
		padding: 50px;
	}

	.wrapper-projets .main-texte .container > .texte h3{
		font-size: 3.0em;
	}

	.wrapper-projets .projets .colonne.colonne-2{
		margin-top: 0px;
	}

	.archive .vignette-projet .texte{
		background: var(--mainColor);
	}

	.archive  .vignette-projet .texte .titre,
	.archive  .vignette-projet .texte .categories{
		color: #fff;
	}

	.vignette-projet .texte{
		position: relative;
		opacity: 1;
		padding: 30px;
		background: #fff;
		transform: none;
	}

	.vignette-projet .texte .titre{
		margin-top: 0px;
		margin-bottom: 15px;
		color: var(--mainColor);
	}

	.vignette-projet .texte .categories{
		color: var(--mainColor);
		flex-direction: column;
		gap: 0px;
	}

	.wrapper-rassurance{
		flex-direction: column;
	}

	.wrapper-rassurance .arguments{
		position: relative;
		width: 100%;
		top: 0px;
		transform: none;
		order: 1;
	}

	.wrapper-rassurance>img{
		width: 100%;
		margin-top: 30px;
		order: 2;
	}

	.question{
		font-size: 1.4em;
	}

	footer .contact .blocs{
		width: 50%;
	}
}

/* #endregion TABLETTE */

/* #region MOBILE */

@media screen and (max-width: 767px) {	
	.retour-haut{
		width: 30px;
		height: 30px;
		bottom: 50px;
	}

	.retour-haut svg{
		width: 20px;
	}

	h1,
	h2.titre-wrapper,
	.wrapper-moyens .main-texte .texte .titre{
		font-size: 2.0em;
		margin-bottom: 30px;
	}

	h2{
		font-size: 1.6em;
	}

	h2.titre-wrapper.big,
	#content p.titre-wrapper.container.big{
		font-size: 2.6em !important;
        line-height: 1.0em;
		text-align: left !important;
		margin-bottom: 30px;
	}

	header .navigation .reseaux-sociaux{
		gap: 10px;
	}

	header .navigation .reseaux-sociaux a{
		width: 20px;
		height: 20px;
	}

	header .logo a{
		display: flex;
		width: 100%;
		justify-content: center;
	}

	header.scrolled .logo a{
		width: 100%;
	}

	header .ouvrir-menu button{
		width: 30px;
	}

	header .navigation .main-menu .fermer-menu{
		width: 30px;
	}

	header .navigation .main-menu{
		width: 100%;
	}

	.swiper-button-next:after, 
	.swiper-button-prev:after{
		font-size: 1.2em;
	}

	.swiper-accueil .texte{
		font-size: 1.2em;
	}

	.paragraphe{
		padding: 50px 0px;
	}

	.paragraphe .colonnes{
		flex-direction: column;
		gap: 30px;
	}
	
	.paragraphe .colonnes.mobile-reverse{
		flex-direction: column-reverse;
	}

	.colonne-2-1-1,
	.colonne-2-1-2,
	.colonne-2-2-1,
	.colonne-2-2-2,
	.colonne-2-3-2,
	.colonne-2-3-1,
	.colonne-2-4-1,
	.colonne-2-4-2,
	.colonne-2-5-1,
	.colonne-2-5-2,
	.colonne-3-1,
	.colonne-3-2,
	.colonne-3-3,
	.colonne-4{
		width: 100%;
	}

	nav .breadcrumb{
		font-size: 0.8em;
		margin: 15px  0;
	}

	.main-wrapper-hero{
		margin-bottom: 50px;
		height: 100%;
	}

	.wrapper-hero .main-texte{
		position: relative;
		background: var(--mainColor);
		padding: 30px 0px;
	}

	.wrapper-hero .main-texte h1 br{
		display: none;
	}

	.wrapper-hero .ancre{
		display: none;
	}

	.wrapper-hero .ancre:hover{
		bottom: 30px;
	}

	.wrapper-hero .main-texte p.boutons{
		display: flex;
		flex-direction: column;
		gap: 0px;
	}

	.accordeon{
		flex-direction: column;
		margin-bottom: 0px;
		height: auto;
	}

	.accordeon .panel{
		flex: none;
	}

	.equipe{
		flex-direction: column;
		margin-bottom: 30px;
	}

	.equipe a,
	.equipe > div{
		margin-bottom: 0px;
		width: 100%;
	}

	.wrapper-moyens .main-texte .texte{
		padding: 30px;
	}

	.wrapper-moyens .main-texte .texte h3{
		font-size: 2.0em;
	}

	.engagements{
   		flex-wrap: wrap;
	}

	.engagements .engagement{
		width: calc(50% - 15px);
	}

	.wrapper-projets .main-texte{
		padding: 50px 0px;
	}

	.wrapper-projets .main-texte .container > .texte{
		padding: 30px;
	}

	.wrapper-projets .main-texte .container > .texte h3{
		font-size: 2.0em;
	}

	.wrapper-projets .projets{
		flex-direction: column;
	}

	.wrapper-projets .main-texte{
		padding-bottom: 80px;
	}

	.wrapper-projets .projets .colonne.colonne-1 .cercle{
		display: none;
	}

	.liste-projets{
    	grid-template-columns: repeat(1, 1fr);
	}

	.vignette-projet .texte .titre{
		font-size: 1.4em;
	}

	.detail-projet p{
		display: block !important;
		text-align: center !important;
	}

	.detail-projet img{
		display: block;
		margin-left: auto;
		margin-right: auto !important;
	}

	.main-wrapper-rassurance{
		padding: 50px 0px;
	}

	.wrapper-rassurance .arguments{		
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr);
	}

	.wrapper-rassurance .arguments .argument{
		width: 100%;
	}

	.wrapper-rassurance .arguments .argument .chiffre{
		font-size: 2.0em;
	}

	.question{
		font-size: 1.2em;
	}
	
	.liste-articles{
		grid-template-columns: repeat(1, 1fr);
	}

	.main-wrapper-articles{
		padding: 50px 0px;
	}

	.vignette-article a{
		display: flex;
		gap: 15px;
		padding: 15px;
	}

	.vignette-article .image,
	.vignette-article .texte{
		width: 50%;
		align-self: center;
	}

	.vignette-article .texte .titre{
		margin-top: 0px;
	}
	
	.vignette-article .image .main-image .survol img{
		width: 40px;
	}

	.single-projet .categories:first-child{
		flex-direction: column;
	}

	.single .date-article{
		margin-bottom: 15px;
	}

	footer .contact .container{
		flex-direction: column;
	}

	footer .contact .blocs,
	footer .contact .formulaire{
		width: 100%;
	}

	footer .top-footer .container{
		flex-direction: column;
		gap: 0px;
	}

	footer .top-footer .main-logo{
		width: 100%;
	}

	footer .top-footer .colonne{
		width: 100%;
    	justify-content: flex-start;
	}

	footer .top-footer .colonne .menu{
		flex-direction: column;
	}

	footer .sub-footer .container .main-menu,
	footer .sub-footer .container .main-menu .menu{
		flex-direction: column;
		gap: 5px;
	}

	footer .top-footer .colonne .menu li a:before,
	footer .top-footer .colonne .menu li a:after{
		content: "";
	}
}

/* #endregion MOBILE */

/* Ajout PP */
#content p.titre-wrapper.container.big{
    color: #244D70;
    text-align: right;
    font-size: 5.0em;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 0.7em;
    font-weight: bold;
}

.single-projet img {
    width: 100%;
}

.detail-projet p {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    font-size: 1.3rem !important;
    font-weight: bold;
    color: #244d70;
}

.detail-projet img {
    width: 60px;
	margin-right: 2rem;
}

.p-b-0 {
    padding-bottom: 0;
}
.p-b-1 {
    padding-bottom: 1rem;
}
.p-b-2 {
    padding-bottom: 2rem;
}
.p-t-0 {
    padding-top: 0;
}
.p-t-1 {
    padding-top: 1rem;
}
.p-t-2 {
    padding-top: 2rem;
}
.wrapper-hero p a:not(.btn) {
    color: white;
    text-decoration: underline;
}

  table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'greycliff-cf', sans-serif;
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    background: #ffffff;
	  margin-bottom: 2rem;
    margin-top: 2rem;
  }

  thead th {
    background-color: #244D70;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    padding: 14px 16px;
    border-bottom: 2px solid #D3DCE6;
  }

  tbody td {
    padding: 14px 16px;
    vertical-align: top;
    border-bottom: 1px solid #D3DCE6;
  }

  tbody tr:nth-child(even) {
    background-color: #F8FAFC;
  }

  tbody tr:hover td {
    background-color: #EFF4F9;
  }

  /* --- Responsive (mobile ≤ 768px) --- */
  @media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
      display: block;
      width: 100%;
    }

    thead {
      display: none;
    }

    tbody tr {
      background: #ffffff;
      border: 1px solid #D3DCE6;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
      margin-bottom: 20px;
      padding: 12px 16px;
    }

    tbody td {
      border: none;
      padding: 8px 0;
      display: flex;
      align-items: baseline;
    }

   tbody td::before {
      content: attr(data-label);
      font-weight: 600;
      color: #244D70;
      width: 50%;
      max-width: 160px;
      flex-shrink: 0;
    }

    tbody td:first-child::before {
      content: "";
    }

    tbody td:first-child {
      font-weight: 700;
      font-size: 17px;
      margin-bottom: 6px;
    }
  }

.single strong, .category strong {
    color: #244d70;
}
.resume {
    background: var(--mainColor);
    padding: 2rem;
    margin-bottom: 2rem;
}

.resume h2 {
    color: white;
}

.resume * {
    color: white !important;
}

.resume ul {
    line-height: 1.8;
}