/*
Theme Name: Thème officiel Novadomes
Theme URI: https://www.novadomes.fr
Author: REZO 21
Author URI: http://www.rezo21.net
Version: 7.1.0
Description: Développement par l'agence web REZO 21 (Albatros v7.1.0)
*/


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

@font-face {
	font-family: 'Greycliff CF';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/greycliff-cf-regular.otf') format('opentype');
}

@font-face {
	font-family: 'Greycliff CF';
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/greycliff-cf-medium.otf') format('opentype');
}

@font-face {
	font-family: 'Greycliff CF';
	font-style: normal;
	font-weight: 900;
	src: url('./fonts/greycliff-cf-heavy.otf') format('opentype');
}

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

:root{
	/* --mainColor: #054FF2; */
	/* --mainColor: #3585b0; */
	/* --mainColor: #285b76; */
	--mainColor: #4a7d98;
	--secondaryColor: #FFF;
	--titleFont: 'Greycliff CF', 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(--secondaryColor);
    font-size: 3.5em;
    line-height: 1.0em;
    margin-top: 0px;
    margin-bottom: 30px;
}

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

h2{
	font-family: var(--titleFont);
    color: #000;
    font-size: 3em;
    margin-top: 0px;
    margin-bottom: 15px;
	line-height: 1.0em;
}

h2.titre-wrapper{
	text-align: center;
	font-size: 2.0em;
    margin-bottom: 50px;
}

h3{
	font-size: 1.2em;
}

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: 25px;
	border-radius: 0px;
	border: none;
	background: #ededed;
	font-size: 1.0em;
	font-family: var(--textFont);
    transition: all 0.15s ease 0s;
	border-radius: 10px;
}

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

input:not([type="submit"],[type="checkbox"],[type="radio"])::placeholder, 
textarea::placeholder,
select::placeholder{
	color: #000;
}

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

.btn:hover,
.btn:focus{
	background: var(--secondaryColor);
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
}

.btn + .btn{
	border: 1px solid #000;
	background: transparent;
	color: #000;
}

.btn + .btn:hover,
.btn + .btn:focus{
	background: #000;
	color: #FFF;
}

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

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

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

#content blockquote p{
	line-height: 1.0em;
}

/* #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;
	background: #000;
	padding: 15px 0px;
	transition: all 0.2s ease 0s;
}

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

body.home header.scrolled,
header.scrolled{
	padding: 10px 0px;
	background: #000;
}

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

header .logo{
	
}

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

header .logo a img{
	position:absolute;
	top:-40px;
	z-index:2;
}

header .logo a:hover{
    transform: scale(1.01);
}

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

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

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

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

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

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

/* #endregion HEADER */

/* #region MENU */

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

header .navigation .menu{
	display: flex;
    justify-content: flex-end;
	gap: 50px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
	text-transform: uppercase;
}

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

header .navigation .menu li a{
	display: inline-block;
	font-size: 1.0em;
	padding-top: 8px;
	transition: all 0.15s ease 0s;
	color: var(--secondaryColor);
}

header .navigation .menu li a:after{
	position: relative;
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	margin-top: 3px;
	background: var(--mainColor);
    transform-origin: 100% 0;
    transform: scaleX(0);
    transition: transform 0.2s;
}

header .navigation .menu li a:hover:after{
	transform-origin: 0 0;
    transform: scaleX(1);
}

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

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

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: var(--secondaryColor);
}

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

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);
	width: 50px;
	height: 50px;
	bottom: unset;
	top: 25px;
}

.swiper-button-next::after{
	content:'';
	background-image: url('./images/fleche-droite.svg');
	width: 50px;
	height: 50px;
} 

.swiper-button-prev::after{
	content:'';
	background-image: url('./images/fleche-gauche.svg');
	width: 50px;
	height: 50px;
}

.swiper-button-prev{
	left: unset;
	right: 80px;
}

.swiper-wrapper{
	padding-top: 80px;
}

section.partenaires .swiper-button-prev::after{
	background-image: url('./images/fleche-gauche-noire.svg');
}

section.partenaires .swiper-button-next::after{
	background-image: url('./images/fleche-droite-noire.svg');
}

/* #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.2em;
}

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

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

.container{
	max-width: 1300px;  
	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.bggrisclair{
	background: #ededed;
}

.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){
	display: inline-flex;
	overflow: hidden;
}

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

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

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

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

.paragraphe#img{
	background-image: url('./images/img-bg.jpg');
	color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
}

.paragraphe#img h2{
	color: #FFF;
    font-size: 4em;
    font-weight: 500;
}

.paragraphe blockquote{
	margin-bottom: 15px;
    display: flex;
    align-items: center;
	margin: 0 0 15px 0;
}

.paragraphe blockquote:before{
    content: '';
    width: 100px;
    height: 1px;
    display: inline-block;
    background: #000;
    margin-right: 10px;
}

.paragraphe blockquote p{
	margin: 0;
}

.paragraphe#img blockquote:before{
	background: #FFF;
}

.conteneur-catalogue{
    border: 1px solid #BBBBBB;
    padding: 15px 15px 13px 15px;
    border-radius: 4px;
    font-size: 1.2em;
    margin-bottom: 10px;
	cursor: pointer;
}

.conteneur-catalogue.vide{
	cursor: unset;
	color: #bdbdbd;
}

.conteneur-catalogue:hover .titre-catalogue{
	color: var(--mainColor);
}

.conteneur-catalogue.vide:hover .titre-catalogue{
	color: #bdbdbd;;
}

#cat-31529,
#cat-31527,
#cat-31525,
#cat-31523,
#cat-3250,
#cat-3248,
#cat-3244,
#cat-3246,
#cat-3170,
#cat-2427,
#cat-2413,
#cat-2342{
	display:none;
}

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

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

.wrapper-questions {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.question{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px 10px 0;
    border-top: 1px solid #D3D3D3;
    cursor: pointer;
	font-size:1.2em;
	font-weight: 600;
	justify-content: space-between;
}

.question.open svg.bi-plus-lg {
    display: none;
}

.question svg.bi-dash-lg {
    display: none;
}

.question.open svg.bi-dash-lg {
    display: block;
}

.question svg{
    width: 25px;
}

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

.faq h2{
	text-align: center;
}

.faq .question h3{
	transition: all 0.2s ease;
}

.faq .question:hover h3{
	color: var(--mainColor);
}

/* #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;
}

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

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

.vignette-article .image .main-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 .image .main-image .survol{
	opacity: 0;
	visibility: hidden;
    transition: 0.2s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: color-mix(in srgb, var(--mainColor) 80%, transparent);
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	color: #fff;
	z-index: 2;
}

.vignette-article a:hover .image .main-image .survol{
	opacity: 1;
    visibility: visible;
}

.vignette-article .image .main-image .survol img{
    width: auto;
    margin-bottom: 15px;
}

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

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

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

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

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

#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 SECTION */

section.banniere-haute{
	display: flex;
	color: #FFF;
	gap: 50px;
	height: 110vh;
	background: linear-gradient(#000 0%, #000 100vh, #FFF 100Vh, #FFF 100%);
	position: relative;
}

body:not(.home) section.banniere-haute{
	margin-bottom: 40px;
}

section.banniere-haute .colonne-1,
section.banniere-haute .colonne-2{
	width: calc(50% - 25px);
}

section.banniere-haute .colonne-1{
	max-width: 625px;
	margin-left: auto;
	padding-left: 30px;
	height: 100vh;
	align-content: center;
}

section.banniere-haute .colonne-2{
	height: 110vh;
}

section.banniere-haute .colonne-2 img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

section.banniere-haute .btn + .btn{
	border-color: #FFF;
	color: #FFF;
}

section.banniere-haute .btn + .btn:hover{
	background: #FFF;
	color: #000;
}

section.banniere-haute .btn-banniere-haute{
    position: absolute;
    left: 50%;
    top: 75%;
    width: 100px;
    height: 100px;
    background-image: url('./images/fleche-droite.svg');
    transform: translateX(-50%) rotate(90deg);
	transition: all 0.2s ease;
}

section.banniere-haute .btn-banniere-haute:hover{
	transform: translateX(-50%) translateY(10px) rotate(90deg);
}

section:not(.banniere-haute){
	padding: 80px 0;
}

section.chiffres-cles .container{
	display: flex;
	justify-content: space-between;
}

section.chiffres-cles .chiffre{
	font-size: 4em;
	font-weight: 900;
}

#content section.chiffres-cles .contenu{
	width: 60%;
}

#content section.chiffres-cles .contenu hr{
	margin-left: 0;
	margin-bottom: 10px;
}

section.chiffres-cles .chiffre-cle{
	width: 20%;
}

section.realisations,
section.realisations h2{
	color: #FFF;
    background-size: 100% 50%;
    background-repeat: no-repeat;
}

section.realisations .colonnes{
	display: flex;
	align-items: center;
}

section.realisations .sur-titre{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

section.realisations .sur-titre::before{
	content: '';
	width: 100px;
	height: 1px;
	display: inline-block;
	background: #FFF;
	margin-right: 10px;
}

section.realisations .realisation,
.post-type-archive-realisation .realisation{
	display: block;
	color: #000;
	transform: scale(1.0);
	transition: all 0.2s ease;
	background: #FFF;
}

section.realisations .realisation:hover,
.post-type-archive-realisation .realisation:hover{
	text-decoration: none;
	
}

section.realisation .realisation:hover img,
.post-type-archive-realisation .realisation:hover img{
	filter: brightness(0.4);
}

section.realisations .realisation h3{
	text-transform: uppercase;
	transition: all 0.2s ease;
}

section.realisations .realisation:hover h3{
	color: var(--mainColor);
}

section.realisations .realisation hr,
.post-type-archive-realisation .realisation hr{
	width: 50%;
	margin-left: 0;
}

section.realisations .realisation p,
.post-type-archive-realisation .realisation p{
	display: flex;
	gap: 15px;
}

section.realisations .realisation p::after,
.post-type-archive-realisation .realisation p::after{
	display: inline;
	position: relative;
	content: url('./images/fleche.svg');
	margin-right: 5px;
	left: 0;
	transition: all 0.2s ease;
	width:50px;
}

section.realisations .realisation:hover p::after,
.post-type-archive-realisation .realisation:hover p::after{
	left: 5px;
}

.post-type-archive-realisation .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.post-type-archive-realisation a:hover h3{
	color: var(--mainColor);
}

section.realisations .btns{
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 50px;
}

section.realisations hr{
    width: calc(100% - 150px);
    margin: 0;
    position: absolute;
    top: 28px;
}

section.rassurance .colonnes{
	display: flex;
	align-items: center;
}

section.rassurance .sur-titre{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

section.rassurance .sur-titre::before{
	content: '';
	width: 100px;
	height: 1px;
	display: inline-block;
	background: #000;
	margin-right: 10px;
}

section.rassurance .liste-qualites{
	display: flex;
    gap: 10px;
    justify-content: space-between;
	margin-top: 40px;
}

section.rassurance h3{
	font-size: 2.0em;
    font-weight: 900;
	margin: 15px 0;
}

section.rassurance hr{
	width: 40%;
    margin-left: 0;
}

section.rassurance .qualite img{
	max-width: 100px;
}

section.galerie .colonnes{
	display: flex;
	gap: 30px;
}

section.galerie .colonne-1{
	margin-top: 10em;
}

section.galerie .colonne-1,
section.galerie .colonne-2{
	width: 100%;
}

section.galerie .colonnes img + img{
	margin-top: 30px;
}

section.galerie .sur-titre{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

section.galerie .sur-titre::before{
	content: '';
	width: 100px;
	height: 1px;
	display: inline-block;
	background: #000;
	margin-right: 10px;
}

section.galerie .btns{
	display: flex;
	gap: 20px;
	margin-top: 20px;
	justify-content: flex-start;
}

section.partenaires .titre{
	width: 50%;
	margin: auto;
	text-align: center;
}

section.partenaires .texte{
	margin: auto;
	width: 75%;
	text-align: center;
	margin: 20px auto;
}

section.partenaires .swiper-wrapper{
	align-items: center;
}

section.partenaires .swiper img{
	padding: 25px;
}

section.formulaire{
	background: #000;
	color: #FFF;
}

section.formulaire h2{
	color: #FFF;
}

section.formulaire .colonnes{
	display: flex;
	gap: 100px;
}

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

section.formulaire .colonne-1{
	display: flex;
	flex-direction: column;
    justify-content: center;
	gap: 30px;
}

section.formulaire .bloc{
	background: var(--mainColor);
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

section.formulaire .bloc p{
	margin: 0;
}

section.formulaire blockquote{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	margin-left: 0;
}

section.formulaire blockquote::before{
	content: '';
	width: 50px;
	height: 1px;
	display: inline-block;
	background: #FFF;
	margin-right: 10px;
}

section.formulaire blockquote p{
	margin: 0;
}

section.formulaire a{
	color: #FFF;
}

/* #endregion SECTION */

/* #region FOOTER */

footer .menu{
	margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

footer .menu > div{
	width: 100%;
}

footer .menu a{
	color: #000;
}

footer .menu a:hover{
	color: var(--mainColor);
}

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

footer .top-footer .main-logo a.logo{
	display: inline-block;
    transition: all 0.15s ease 0s;
	margin-bottom: 30px;
}

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

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

footer .top-footer .reseaux-sociaux{
    display: flex;
    gap: 15px;
}

footer .top-footer .reseaux-sociaux a{
    display: flex;
	width: 30px;
    transition: all 0.15s ease 0s;
	color: #000;
}

footer .top-footer .reseaux-sociaux a:hover svg{
	fill: var(--mainColor);
}

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

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

footer hr{
	margin: auto;
    max-width: 1300px;
}

footer .top-footer svg{
	max-height: 30px;
}

/* #endregion FOOTER */

/* #region TABLETTE */

@media screen and (max-width: 1180px) {
	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 a{ 
		display: flex;
		width: 50px;
	}

	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{
		color: #fff;
		font-size: 1.4em;
		padding: 0px;
	}

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

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

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

@media screen and (max-width: 1180px) and (orientation: portrait) {
}

/* #endregion TABLETTE */

/* #region MOBILE */

@media screen and (max-width: 767px) {	
	header .logo a img {
		top: -20px;
	}
	
	section.banniere-haute{
		gap:0;
		padding-bottom: 30px;
		flex-direction:column-reverse;
	}
	
	section.banniere-haute .colonne-1,
	section.banniere-haute .colonne-2{
		max-width: 100%;
		height: auto;
        display: flex;
        align-items: flex-end;
		flex-direction:column;
	}
	
	h1,
	h2.titre-wrapper,
	h2{
		font-size: 1.6em;
		margin-bottom: 30px;
	}

	h3{
		font-size: 1.3em;
	}
	
	.paragraphe .colonnes.mobile-reverse{
		flex-direction: column-reverse;
	}

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

	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 a{
		width: 35px;
		height: 35px;
	}

	header .navigation .main-menu{
		width: 100%;
		display: flex;
		flex-direction: column;
		        align-items: flex-start;
		justify-content: center;
	}

	header .navigation .main-menu .btn{
		margin-top: 20px;
		border: 1px solid var(--secondaryColor);
	}

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

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

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

	.main-wrapper-articles{
		padding: 50px 0px;
	}
	
	.post-type-archive-realisation .row{
		grid-template-columns: repeat(1, 1fr);
	}

	.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 .date-article{
		margin-bottom: 15px;
	}

	footer .top-footer .container{
		flex-direction: column;
		gap: 30px;
	}
	
	footer .top-footer .main-logo,
	footer .top-footer .colonne{
		width: 100%;
	}

	footer .top-footer .main-logo a.logo{
		display: table;
		margin: 0px auto 15px auto;
		width: 50%;
	}

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

	footer .top-footer .main-logo .reseaux-sociaux{
		justify-content: center;
	}

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

	section.chiffres-cles .container,
	section.rassurance .liste-qualites,
	section.realisations .colonnes,
	section.rassurance .colonnes,
	section.galerie .colonnes{
		flex-direction:column;
	}
	
	section.banniere-haute{
		flex-direction:column-reverse;
		padding-top: 100px;
		gap:30px;
	}	

	section.formulaire .colonnes{
		flex-direction: column-reverse;
	}

	section.banniere-haute{
		height: auto;
		background: #000
	}

	section.banniere-haute .colonne-1, 
	section.banniere-haute .colonne-2,
	section.formulaire .colonne-1, 
	section.formulaire .colonne-2{
		width: 100%;
		padding: 0 30px;
	}

	.paragraphe#img h2,
	section.rassurance h3{
		font-size: 1.6em;
	}

	section.chiffres-cles h2{
		font-size: 2em;
		margin: 0;
	}

	section.chiffres-cles .chiffre-cle{
		text-align: center;
        margin-bottom: 12px;
	}

	section.galerie .colonne-1, section.galerie .colonne-2{
		margin-top: 0;
	}

	section.formulaire .colonnes{
		gap: 10px;
	}

	section.formulaire .bloc + .bloc{
		margin-top: 20px;
	}

	section.formulaire blockquote{
		margin: 0 0 15px 0;
	}

	section:not(.banniere-haute){
		padding: 30px 0;
	}

	section.rassurance .qualite{
		text-align: center;
	}

	section.rassurance .qualite hr,
	section.chiffres-cles .chiffre-cle,
	#content section.chiffres-cles .contenu{
		width: 100%;
	}

	footer .menu{
		flex-direction: column;
    	gap: 10px;
	}
}

/* #endregion MOBILE */