/*
Theme Name: Thème officiel Atelier Lanak
Theme URI: https://www.atelier-lanak.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 */

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

:root{
	--mainColor: #114138;
	--secondaryColor: #EEE9E2;
	--titleFont: 'Space Grotesk', sans-serif;
	--textFont: 'Inter', 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: 2.4em;
    line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 50px;
	font-weight: 300;
}

h1.entry-title{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.main-titre{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	gap: 30px;
}

h2{
	font-family: var(--titleFont);
    color: var(--mainColor);
    font-size: 1.8em;
    margin-top: 0px;
    margin-bottom: 30px;
	font-weight: 300;
}

h2.blanc{
	color: #fff;
}

h3{
	font-family: var(--titleFont);
	font-size: 1.2em;
	font-weight: 500;
}

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

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

.btn{
    display: inline-flex;
    gap: 20px;
	width: auto;
	border: none;
	padding: 10px 25px;
	background: var(--mainColor);
	color: #fff;
	border: 1px solid #fff;
	font-family: var(--textFont);
	font-size: 1.0em;
    line-height: 1.0em;
	text-align: center;
    transition: all 0.3s ease 0s;
	cursor: pointer;
}

.btn:before{
    position: relative;
	left: 0px;
	content: url('./images/fleche-blanche-droite.svg');
    transition: all 0.15s ease 0s;
}

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

.btn:hover:before,
.btn:focus:before{
	left: 5px;
}

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

/* #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: calc(100% - 100px);
	z-index: 5;
	background: #fff;
	padding: 30px 0px;
	border-bottom: 1px solid var(--secondaryColor);
	transition: all 0.2s ease 0s;
}

body.home header{
    top: -100px;
}

body.home header.scrolled,
header.scrolled{	
    top: 0px;
	border-bottom: 1px solid var(--secondaryColor);
}

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

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

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

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

header .navigation .reseaux-sociaux{
	display: flex;
    justify-content: flex-end;
	gap: 30px;
}

header .navigation .reseaux-sociaux a{
    display: flex;
    width: 20px;
    transition: all 0.15s ease 0s;
}

header .navigation .reseaux-sociaux a svg{
	width: 100%;
}

header .navigation .reseaux-sociaux a:hover{
	color: var(--secondaryColor);
	text-decoration: 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 */

.ouvrir-menu{
    display: flex;
    justify-content: center;
    align-items: center;
	height: 110px;
}

.ouvrir-menu a{ 
	display: flex;
	flex-direction: column;
    align-items: center;
    gap: 10px;
	width: 100%;
    color: #fff;
	font-family: var(--titleFont);
}

.ouvrir-menu a .barres{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    height: 30px;
}

.ouvrir-menu a .barres .barre{
    background: #fff;
    width: 32px;
    height: 2px;
    position: relative;
    display: block;
    transition: all .2s ease 0s;
}

.barre-laterale.open .ouvrir-menu a .barres .barre{
	background: var(--mainColor);
}

.ouvrir-menu a .barres .barre.barre-top{
    transform: translate(0, .7em) rotate(45deg);
}

.ouvrir-menu a .barres .barre.barre-middle {
    opacity: 0;
}

.ouvrir-menu a .barres .barre.barre-bottom{
	transform: translate(0, -.7em) rotate(-45deg);
}

.ouvrir-menu a:hover{
	text-decoration: none;
}

.ouvrir-menu a span{ 
	font-size: 1.0em;
}

.barre-laterale.open .ouvrir-menu a span{ 
	color: var(--mainColor);
}

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

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

header .navigation .main-menu .wrapper-menu{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap: 30px;
	width: 100%;
    height: 100%;
	padding: 50px 50px 50px 0;
	border: 1px solid var(--mainColor);
}

header .navigation .main-menu .wrapper-menu div{
	display: flex;
	gap: 30px;
	width: 100%;
}

header .navigation .main-menu .wrapper-menu img{
	width: 150px;
	padding-left: 55px;
}

header .navigation .main-menu .wrapper-menu .menu{
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

header .navigation .main-menu .menu li{
	list-style: none;
    align-items: center;
}

header .navigation .main-menu .menu li a:before{
	display: block;
	content: url('./images/fleche-verte-droite.svg');
	opacity: 0;
	transition: opacity 0.3s ease;
}

@media (pointer : fine){
	header .navigation .main-menu .menu li a:hover:before{
		opacity: 1;
	}
}

header .navigation .main-menu .menu li a{
    display: flex;
    gap: 30px;
	position: relative;
	color: var(--mainColor);
	font-family: var(--titleFont);
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 10px 0px;
	left: 0px;
    transition: all 0.3s ease 0s;
}

@media (pointer : fine){
	header .navigation .main-menu .menu li a:hover{
		text-decoration: none;
		left: 55px;
	}
}

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

/* #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: 300;
	position: relative;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
	color: var(--mainColor);
}

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

main{
	width: calc(100% - 100px);
}

.barre-laterale{
    position: fixed;
    width: 100px;
    height: 100%;
    background: var(--mainColor);
    right: 0px;
    z-index: 100;
    transition: all 0.3s ease 0s;
}

.barre-laterale.open{
	background: var(--secondaryColor);
}

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

.home .container{
	max-width: 1600px;  
}

.container{	
	max-width: 1600px; 
	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: var(--secondaryColor);
}

.paragraphe.bgvert{
	background: var(--mainColor);
}

.paragraphe.bgvert *{
	color: #fff;
}

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

.paragraphe .colonnes a:has(img) img{
    transition: all 0.3s ease 0s;
    transform: scale(1.00);
    transform-origin: center center;
}

.paragraphe .colonnes a:has(img):hover img{
	transform: scale(1.10);
}

.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-hero{
	height: calc(100vh + 100px);
}

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

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

.wrapper-hero .texte{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.wrapper-hero .texte .slogan{
	font-family: var(--titleFont);
	text-align: center;
	color: var(--mainColor);
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 1.6em;
}

.wrapper-hero a.lien-ancre{
    display: flex;
    position: absolute;
    bottom: 20%;
    left: 50%;
    width: 50px;
    height: 70px;
    transition: all 0.3s ease 0s;
    transform: translateX(-50%);
}

.wrapper-hero a.lien-ancre img{
	display: block;
	margin: auto;
	width: 15px;
}

.wrapper-hero a.lien-ancre:hover{
    bottom: 19%;
}

.main-wrapper-presentation h2{
	margin-bottom: 50px;
}

.wrapper-presentation{
	display: flex;
    justify-content: space-between;
}

.wrapper-presentation .texte{
	padding: 100px;
	width: 50%;
}

.wrapper-presentation .texte .btn{
	margin-top: 40px;
}

.wrapper-presentation .photo{
	width: 40%;
}

.wrapper-presentation .photo img{
	display: flex;
	position: relative;
	top: -100px;
    width: 100%;
    height: 100%;
	object-fit: cover;
}

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

/*.main-wrapper-prestations .wrapper-prestations .container{
	max-width: 1600px;
}*/

.main-wrapper-prestations .wrapper-prestations h2{
	margin-bottom: 80px;
}

.main-wrapper-prestations .wrapper-prestations-1{
	background: var(--mainColor);
	color: #fff;
}

.main-wrapper-prestations .wrapper-prestations-2{
	background: var(--secondaryColor);
}

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

.main-wrapper-prestations .wrapper-prestations .main-texte{
	width: 17%;
	padding: 30px;
}

.main-wrapper-prestations .wrapper-prestations-1 .main-texte{
	border: 1px solid #fff;
}

.main-wrapper-prestations .wrapper-prestations-2 .main-texte{
	border: 1px solid var(--mainColor);
}

.main-wrapper-prestations .wrapper-prestations .main-texte h3{
	margin-top: 0px;
}

.main-wrapper-prestations .wrapper-prestations .main-texte h3:before{  
	display: inline-block;
	content: "";
    position: relative;  
    top: -3px;
    margin-right: 10px;
	width: 20px;
	height: 9px;
	background-size: cover;
}

.main-wrapper-prestations .wrapper-prestations-1 .main-texte h3:before{  
	background-image: url('./images/fleche-blanche-droite.svg');
}

.main-wrapper-prestations .wrapper-prestations-2 .main-texte h3:before{  
	background-image: url('./images/fleche-verte-droite.svg');
}

.main-wrapper-prestations .wrapper-prestations .prestations{
	display: flex;
    align-items: flex-start;
	gap: 50px;
    width: 83%;
}

.main-wrapper-prestations .wrapper-prestations .prestations .prestation{
	width: calc(100% / 4);
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.main-wrapper-prestations .wrapper-prestations .prestations .prestation img{
	max-height: 120px;
}

.page-id-118 h1.entry-title{
	max-width: 1600px;
	color: #fff;
}

.page-id-118 .entry-title.container{
	display: none;
}

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

.main-wrapper-activites h2{
	margin-bottom: 80px;
}

.main-wrapper-activites .activites{
	display: flex;
}

.main-wrapper-activites a{
    position: relative;
    overflow: hidden;
	width: calc(100% / 3);
}

.main-wrapper-activites a img{
	display: flex;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out 0s;
}

.main-wrapper-activites a:hover img{
    transform: scale(1.05);
}

.main-wrapper-activites a h3{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    background: color-mix(in srgb, #fff, transparent 10%);
	padding: 30px;
	margin: 0px;
	font-size: 1.2em;
	text-align: center;
	font-weight: 300;
}

.main-wrapper-activites img.logo{
	display: table;
	margin: auto;
}

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

.main-wrapper-projets h2{
    margin-bottom: 50px;
}

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

.main-wrapper-projets .vignette-projet a{
	color: #fff;
}

.vignette-projet a{
	color: var(--mainColor);
}

.vignette-projet a:hover{
	text-decoration: none;
}

.vignette-projet a .texte{
	padding: 0px 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.vignette-projet a .texte .top{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 10px;
}

.vignette-projet a .texte .top .titre{
	color: var(--mainColor);
	margin: 0px;
	font-size: 1.0em;
	font-weight: 500;
}

.main-wrapper-projets .vignette-projet a .texte .top .titre{
	color: #fff;
}

.vignette-projet a .texte .top .statuts span{
	display: inline-block;
	border: 1px solid var(--mainColor);
	padding: 3px 10px;
}

.main-wrapper-projets .vignette-projet a .texte .top .statuts span{
	border: 1px solid #fff;
}

.vignette-projet a .image{
    position: relative;
    overflow: hidden;
}

.vignette-projet a .image img.wp-post-image{
	display: flex;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out 0s;
}

.vignette-projet a .image .fleche{
	position: absolute;
	bottom: 0px;
	right: 0px;
	opacity: 0;
    transition: opacity 0.3s ease;
}

.vignette-projet a:hover .image .fleche{
	opacity: 1;
}

.vignette-projet a:hover .image img.wp-post-image{
    transform: scale(1.05);
}

.vignette-projet a .image{
    position: relative;
    overflow: hidden;
}

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

/**** FAQ - ACCORDEON ***/

.faq{
	padding-bottom: 60px;
	padding-top: 60px;
}

.faq .container{
	max-width:75%;
}

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

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

#cmplz-document{
	max-width: 1600px;
	margin: auto;
	padding-bottom: 50px;
	font-size: 1.0em;
}

/* #endregion CORPS */

/* #region ARTICLES */

.liste-categories{
	display: flex;
	flex-wrap: wrap;
	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 .top-article{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.single .top-article .statuts a{
    display: inline-block;
    border: 1px solid var(--mainColor);
    padding: 3px 10px;
	transition: all 0.3s ease 0s;
}

.single .top-article .statuts a:hover{
    background: var(--mainColor);
	color: #fff;
	text-decoration: none;
}

.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: 50px;
	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: var(--mainColor);
}

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

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

/* #endregion ARTICLES */

/* #region FOOTER */

footer{
	width: calc(100% - 100px);
}

footer .container{
	max-width: 1600px;
}

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

footer .top-footer{
	background: var(--secondaryColor);
	border-top: 1px solid var(--mainColor);
}

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

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

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

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

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

footer .top-footer .colonnes{
	display: flex;
	gap: 50px;
	width: 60%;
}

footer .top-footer .colonnes .colonne{
	flex: 1;
	border-left: 1px solid var(--mainColor);
	padding-left: 50px;
}

footer .top-footer .colonne .titre{
	text-decoration: underline;
	font-size: 1.0em;
	margin-bottom: 10px;
}

footer .top-footer .colonnes .colonne p{
	margin: 0px;
}

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) {
	header .navigation .main-menu{
		width: 70%;
	}

	.main-wrapper-prestations .wrapper-prestations .main-prestations{
		flex-direction: column;
	}

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

	.main-wrapper-prestations .wrapper-prestations .main-texte h3 br{
		display: none;
	}

	.main-wrapper-activites a h3{
		width: 80%;
	}
	
	.select-categories{
		margin-bottom: 30px;
	}

	.vignette-projet a .texte .top{
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

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

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

	footer .top-footer .colonnes{
		width: 80%;
		gap: 30px;
	}

	footer .top-footer .colonnes .colonne{
		padding-left: 30px;
	}
}

@media screen and (max-width: 1180px) and (orientation: portrait) {
	header .navigation .main-menu{
		width: 100%;
	}

	.barre-laterale{
		height: auto;
	}

	.main-titre{
		flex-direction: column;
		gap: 15px;
		margin-bottom: 30px;
	}

	.main-titre h2{
		margin-bottom: 0px;
	}

	main{
		width: 100%;
	}

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

	.wrapper-presentation .texte,
	.wrapper-presentation .photo{
		width: 100%;
	}

	.wrapper-presentation .photo img{
		top: 0px;
		padding: 0 30px;
	}

	.main-wrapper-prestations .wrapper-prestations .prestations{
		gap: 30px;
	}

	.main-wrapper-activites .activites{
		flex-direction: column;
	}

	.main-wrapper-activites a{
		width: 100%;
	}
	
	.liste-projets{
		grid-template-columns: repeat(1, 1fr);
	}

	footer{
		width: 100%;
	}

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

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

	footer .top-footer .main-logo a.logo{
		display: table;
		margin: auto;
		width: 30%;
	}
}

/* #endregion TABLETTE */

/* #region MOBILE */

@media screen and (max-width: 767px) {	
	h1{
		font-size: 1.6em;
		margin-bottom: 30px;
	}

	h2{
		font-size: 1.4em;
		margin-bottom: 30px;
	}

	.barre-laterale{
		width: 60px;
	}

	.ouvrir-menu a{
		justify-content: center;
		height: 100%;
	}

	.ouvrir-menu a span{
		display: none;
	}

	header{
		padding: 20px 0px;
		width: calc(100% - 60px);
	}

	header .logo a{
		display: flex;
		width: 70%;
		justify-content: center;
	}
	
	header .navigation .main-menu{
		padding: 50px;
	}

	header .navigation .main-menu .wrapper-menu{
		padding: 0px;
		border: none;
	}

	header .navigation .main-menu .wrapper-menu img{
		width: 80px;
		padding-left: 0px;
	}

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

	.main-wrapper-hero{
		height: 100vh;
	}

	.wrapper-hero .texte{
		width: calc(100% - 80px);
	}

	.wrapper-hero .texte img{
		display: table;
		width: 80%;
		margin: auto;
	}

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

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

	.wrapper-presentation .texte{
		padding: 50px 30px;
	}

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

	.main-wrapper-prestations .wrapper-prestations h2{
		margin-bottom: 50px;
	}

	.main-wrapper-prestations .wrapper-prestations .prestations{
        flex-wrap: wrap;
	}

	.main-wrapper-prestations .wrapper-prestations .prestations .prestation{
		width: calc(50% - 15px);
	}

	.main-wrapper-activites{
		padding-top: 50px;
	}

	.main-wrapper-activites h2{
		margin-bottom: 50px;
	}

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

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

	footer .top-footer .colonnes{
		flex-direction: column;
	}
	
	footer .top-footer .main-logo,
	footer .top-footer .colonne{
		width: 100%;
	}

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

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

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

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

/* #endregion MOBILE */