/*
Theme Name: Thème officiel Gascogne Nouvelles Énergies 2023
Theme URI: https://www.gascogne-nouvelles-energies.fr
Author: REZO 21
Author URI: http://www.rezo21.net
Version: 1.0.0
Description: Développement par l'agence web REZO 21
*/


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

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

:root{
	--mainColor: #113868;
	--secondaryColor: #79dd66;
	--thirdColor: #60CEF7;
	--titleFont: 'Barlow', sans-serif;
	--textFont: 'Barlow', sans-serif;
	scroll-behavior: smooth;
}

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

a:hover{
    text-decoration: underline;
}

b, strong{
	font-weight: 600;
}

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

h1.entry-title{
	padding: 0 15px;
	text-align: center;
}

h1.entry-title:after{
	content: "";
    display: table;
	margin: auto;
    height: 5px;
    width: 120px;
    border-radius: 70px;
    background: var(--secondaryColor);
    margin-top: 15px;
}

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

h2.titre-wrapper{
	font-size: 2.2em;
    margin-bottom: 50px;
}

.titre-wrapper .titre-gras{
	font-weight: 600;
}

.titre-wrapper .titre-normal{
	font-weight: 100;
}

h3{
	font-size: 1.2em;
}

blockquote{
	font-size: 1.0em;
}

img{
	display: block;
    image-rendering: -webkit-optimize-contrast;
}

.btn{
	display: inline-block;
	background: var(--mainColor);
	border: 1px solid var(--mainColor);
	color: #fff;
	border-radius: 100px;
	padding: 7px 25px;
	font-weight: 500;
    transition: all 0.15s ease 0s;
}

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

.btn.h-turquoise{
	background: var(--secondaryColor);
	color: #fff;
}

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

form p{
	margin-bottom: 0px;
}

.form-control{
	font-family: var(--textFont);
	width: calc(100% - 20px);
	padding: 10px;
	border-radius: 0px;
	border: none;
	background: #ededed;
	margin-bottom: 15px;
}

.img-fluid{
    max-width: 100%;
    height: auto;
}

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

p{
	margin-top: 0px;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
    border: none;
}

.wpcf7 form .wpcf7-response-output{
}

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

span.wpcf7-list-item{
   margin: 0px;
}

.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;
	background: #fff;
	padding: 30px 0px;
	transition: all 0.1s ease 0s;
    -webkit-box-shadow: 0px 0px 8px 0px #b3b3b3;
    box-shadow: 0px 0px 8px 0px #b3b3b3;
}

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

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

header .container{
	max-width: 1500px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0 30px;
}

header .logo a{
	display: inline-block;
	transition: all 0.15s ease 0s;
}

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

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

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

.retour-haut{
	position: fixed;
	bottom: 100px;
    right: 30px;
    z-index: 1000;
	width: 40px;
	height: 40px;
	background: var(--secondaryColor);
	border: 3px solid var(--mainColor);
	color: var(--mainColor);
	text-align: center;
	border-radius: 100px;
	transition: all 0.15s ease 0s;
}

.retour-haut span{
	display: inline;
	font-size: 2.0em;
    line-height: 1.0em;
	transition: none;
}

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

/* #endregion HEADER */

/* #region MENU */

#menu-principal-1{
	display: flex;
    justify-content: flex-end;
	gap: 30px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}

#menu-principal-1 ul li{
    list-style: none;
}

#menu-principal-1 li a{
	display: inline-block;
	font-size: 1.1em;
	transition: all 0.15s ease 0s;
	color: var(--mainColor);
}

body.home #menu-principal-1 li a{
	color: #fff;
}

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

#menu-principal-1 li a:after{
	position: relative;
	content: '';
	display: block;
	margin: auto;
	width: 0;
	height: 3px;
	margin-top: 5px;
	background: var(--mainColor);
	transition: width .2s;
}

#menu-principal-1 li a:hover:after{
    width: 100%;
}

#menu-principal-1 li a:hover{
	color: var(--mainColor);
	text-decoration: none;
}

.menu-principal-1 .menu-item-has-children{
    position: relative;
}

#menu-principal-1 .menu-item-has-children:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
}

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

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

#menu-principal-1 ul.sub-menu li a:after{ 
	display: none;
}

#menu-principal-1 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;
	top: 0px;
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.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 */

html{
	scroll-padding-top: 200px !important;
}

body{
    font-family: var(--textFont);
    font-weight: 400;
	overflow-x: hidden;
	margin: 0px;
}

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

#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: 1200px;  
	margin: auto;
	padding: 0 20px;
}

.fp-watermark{
	display: none;
	visibility: hidden;
}

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

.titre-paragraphe:after{
	content: "";
	display: block;
	background: var(--mainColor);
	width: 80px;
	height: 4px;
	border-radius: 100px;
	margin-top: 15px;
}

.paragraphe{
	padding: 50px 0px;
}

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

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

.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-2-2,
.colonne-2-3-1{
	width: calc(100% / 3 * 2);
}

.colonne-4{
	width: 25%;
}

.liste-membres{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.paragraphe .colonne a:has(> img){
    display: inline-block;
}

.paragraphe .colonne a:has(> img) img{
    transition: all 0.15s ease 0s;
	border-radius: 20px 20px 0 20px;
}

.paragraphe .colonne a:has(> img):hover img{
	-webkit-box-shadow: 0px 0px 8px 0px #b3b3b3;
    box-shadow: 0px 0px 8px 0px #b3b3b3;
}

body.page-id-142 .paragraphe .colonne h2{
    margin-bottom: 50px;
}

body.page-id-142 .paragraphe .colonne h2:after{
    content: "";
    display: block;
    background: var(--thirdColor);
    width: 80px;
    height: 4px;
    border-radius: 100px;
    margin-top: 15px;
}

body.home .paragraphe{
	padding-bottom: 0px;
}

.page-id-146 .entry-content .container{
	max-width: 100%;
}

.page-id-146 .vignette-realisation a{
	color: var(--mainColor);
}

.page-id-146 .vignette-realisation a .main-texte .trait{
	background: var(--mainColor);
}

.main-titre-wrapper{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 50px;
}

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

.main-wrapper-photo .photo{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 70%;
	z-index: -1;
}

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

.main-wrapper-photo .wrapper-photo{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
	padding: 0 30px;
}

.main-wrapper-photo .wrapper-photo.container{
    max-width: 1500px;
}

.main-wrapper-photo .wrapper-photo h1{
    font-size: 1.0em;
	margin-bottom: 0px;
}

.main-wrapper-photo .wrapper-photo .titre{
    font-size: 5.0em;
	line-height: 1.0em;
}

.main-wrapper-photo .wrapper-photo .titre:after{
    content: "";
	display: block;
	height: 9px;
	width: 150px;
	border-radius: 70px;
	background: var(--secondaryColor);
	margin-top: 70px;
}

.main-wrapper-photo .wrapper-photo span{
    display: block;
}

.main-wrapper-photo .wrapper-photo .titre{
    margin-bottom: 70px;
}

.main-wrapper-photo .wrapper-photo .titre .ligne-1{
    font-weight: 600;
}

.main-wrapper-photo .wrapper-photo .titre .ligne-2{
    font-weight: 100;
}

.main-wrapper-photo .wrapper-photo .slogan{
	font-size: 2.0em;
	line-height: 1.2em;
    font-weight: 500;
}

.main-wrapper-presentation{
	padding: 100px 0px 0 0;
	background-image: url('./images/filigrane-gne.svg');
	background-repeat: no-repeat;
	background-size: contain;
    background-position: top left;
	background-color: var(--mainColor);
	color: #fff;
}

.main-wrapper-presentation.fp-table{
	justify-content: end;
}

.wrapper-presentation{
	display: flex;
	max-width: 100%;
}

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

.wrapper-presentation .texte h2{
	font-weight: 100;
	font-size: 2.2em;
	color: #fff;
} 

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

.wrapper-presentation .photo{
	width: 50%;
	padding: 0px;
} 

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

.main-wrapper-solutions .fp-overflow{
	overflow-y: hidden !important;
}

.wrapper-solutions h2.titre-wrapper{
	padding: 0 100px;
}

.wrapper-solutions.container{
	max-width: 100%;
	padding-top: 50px;
	padding-bottom: 5px;
}

.wrapper-solutions .main-description{
	width: calc(100% / 3);
}

.wrapper-solutions .description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
    height: 100%;
	background: #f1f1f1;
	color: var(--mainColor);
    padding: 20px 50px 20px 100px;
}

.wrapper-solutions .description:after{
	position: absolute;
	bottom: -4px;
	content: "";
	display: block;
	width: 150px;
	margin: auto;
	height: 9px;
	background: var(--thirdColor);
	border-radius: 100px;
}

.wrapper-solutions .solutions{
	display: flex;
	gap: 30px;
	width: calc(100% / 3 * 2);
}

.wrapper-solutions .solutions-1,
.wrapper-solutions .solutions-2{
	display: flex;
	gap: 30px;
	margin-bottom: 60px;
	padding-right: 30px;
}

.wrapper-solutions .wrapper-solutions-1{
	margin-bottom: 30px;
}

.wrapper-solutions .solutions-1 .description:after{
	background: var(--thirdColor);
}

.wrapper-solutions .solutions-2 .description:after{
	background: var(--secondaryColor);
}

.vignette-solution{
	width: calc(100% / 3);
}

/*.vignette-solution-1{
	padding-left: 30px;
	padding-right: 15px; 
}

.vignette-solution-2{
	padding-left: 22.5px;
	padding-right: 22.5px;
}

.vignette-solution-3{
	padding-left: 15px;
	padding-right: 30px;
}*/

.vignette-solution a{
	display: block;
}

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

.solutions-1 .vignette-solution a:hover .titre{
	color: var(--thirdColor);
}

.solutions-2 .vignette-solution a:hover .titre{
	color: var(--secondaryColor);
}

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

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

.solutions-2 .vignette-solution a .image{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 240px;
}

.solutions-1 .vignette-solution a:hover .image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.vignette-solution a .titre{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

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

.main-wrapper-realisations .fp-overflow{
	overflow-y: hidden !important;
}

.wrapper-realisations{
    max-width: 100%;
    padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
}

.wrapper-realisations .main-titre-wrapper{
	padding: 0 85px;
}

.wrapper-realisations h2.titre-wrapper{
    color: #fff;
}

.single-realisation .wrapper-realisations{
	padding-top: 80px;
    padding-bottom: 50px;
}

.single-realisation .wrapper-realisations h2.titre-wrapper{
	margin-bottom: 80px;
    text-align: center;
}

.liste-realisations{
	display: flex;
    flex-wrap: wrap;
}

.vignette-realisation{
	width: 25%;
	padding: 0px;
	margin-bottom: 30px;
}

.vignette-realisation a{
	display: block;
	color: #fff;
}

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

.vignette-realisation a:hover .main-texte .trait{
    transform:scaleY(0.2);
}

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

.vignette-realisation a:hover .image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.vignette-realisation a .image img{
	display: block;
    width: 100%;
	height: 100%;
	object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.vignette-realisation a .image .btn{
	position: absolute;
	right: 15px;
	bottom: 15px;    
	font-size: 0.8em;
}

.vignette-realisation a .main-texte{
	display: flex;
	width: 90%;
	margin-left: auto;
}

.vignette-realisation a .main-texte .trait{
	background: #fff;
	width: 1px;
	overflow: hidden;
	transition: transform 0.2s ease-out;
	height: auto;
	transform: scaleY(1); 
	transform-origin: top;
}

.vignette-realisation a .main-texte .texte{
	padding-top: 20px;
	padding-left: 15px;
}

.vignette-realisation a .titre{
	font-size: 1.0em;
	margin-bottom: 5px;
	font-weight: 600;
}

.vignette-realisation a .solution{
	font-style: italic;
}

.vignette-realisation a .localisation{
	font-style: italic;
}

.membre{
}

.membre .introduction{

	display: flex;
	gap: 30px;
}

.membre .photo{
	width: 40%;
}

.membre .photo img{
	width: 100%;
    border-radius: 20px 20px 0px 20px;
}

.membre .resume{
	width: 60%;
}

.membre .resume p{
	line-height: 1.2em;
}

.membre .description{
	display: none;
    padding: 30px 30px 20px 30px;
    background: #60CEF71e;
	border: 1px solid #ededed;
    margin-top: 15px;
    border-radius: 30px 30px 0px 30px;
}

.membre h3{
	margin-bottom: 15px;
	color: var(--secondaryColor);
}

.membre a{
	font-size: 0.8em;
}

.single-realisation .entry-content{
	padding-bottom: 80px;
}

.single-realisation .main-description{
	display: flex;
	gap: 30px;
}

.single-realisation .photo-une{
	width: 25%;
}

.single-realisation .texte{
	width: 75%;
}

.single-realisation .texte .description{
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #ededed;
}

.single-realisation .texte img{
	width: 20px;
}

.single-realisation .texte .info{
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
}

.single-realisation .galerie{
	margin-top: 50px;
	display: flex;
    gap: 30px;
}

.single-realisation .photo{
	width: 25%;
}

.single-realisation .photo a{
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 20px 20px 0 20px;
}

.single-realisation .photo a img{
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	border-radius: 20px 20px 0 20px;
}

.single-realisation .photo a img.picto{
	width: 50px;
}

.single-realisation .photo a:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-realisation .photo a .survol{
	background: #60cff79c;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;    
	opacity: 0;
    visibility: hidden;
    transition: 0.2s;
	z-index: 4;
}

.single-realisation .photo a:hover .survol{
	opacity: 1;
    visibility: visible;
}

/* #endregion CORPS */

/* #region ARTICLES */

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

.page .liste-categories a,
.archive .liste-categories a{
	margin: 0 5px 5px 5px;
}

.page .liste-categories a:hover,
.archive .liste-categories a:hover{
    text-decoration: none;
}

.vignette-article{	
	margin-bottom: 30px;
}

.vignette-article a{
	display: block;
	height: 100%;
	transition: all 0.1s ease 0s;
	background: #f1f1f1;
}

.vignette-article a .dashicons{
	transition: none;
}

.vignette-article a:hover{
	text-decoration: none;
	background: var(--secondaryColor);
	color: #fff;
}

.vignette-article a:hover .contenu .titre{
	color: #fff;
}

.vignette-article a:hover .categories .categorie{
	background: #fff;
	color: var(--secondaryColor);
}

.vignette-article .image .main-image{
	position: relative;
	overflow: hidden;
}

.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 a:hover .image .main-image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.vignette-article .contenu{
	padding: 15px;
}

.vignette-article .contenu .titre{
	font-family: var(--titleFont);
	font-size: 1.2em;
	line-height: 1.0em;
	margin-bottom: 15px;
	font-weight: 700;
}

.vignette-article .contenu .date{
    margin-bottom: 15px;
	font-size: 0.9em;
}

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

.vignette-article .categories .categorie{
	font-size: 0.8em;
	color: #fff;
	background: var(--mainColor);
	padding: 2px 10px;
}

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

.single-post .date{
	color: var(--secondaryColor);
}

.single-post .categories a.btn{
	font-size: 0.9em;
	padding: 3px 15px;
}

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

.galerie-photos{
	margin-top: 30px;
}

.galerie-photos a{
	display: block;
	margin-bottom: 30px;
}

.galerie-photos a:hover{
	opacity: 0.8;
}

#content ul.pagination{	
	display: flex;
    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 FOOTER */

footer{    
	background-image: url(./images/filigrane-gne-footer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
	background-color: #f1f1f1;
	padding: 50px 0px;
}

footer.fp-section{
	min-height: auto !important;
	height: auto !important;
}

footer a{
	color: var(--mainColor);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

footer a:hover{
	text-decoration: none;
	color: var(--secondaryColor)
}

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

footer .logos{
	display: flex;
    align-items: center;
	gap: 30px;
}

footer a.logo{
	display: block;
}

footer .linkedin{
	display: block;
	width: 30px;
	height: 30px;
    transition: all 0.15s ease 0s;
}

footer .linkedin:hover{
	opacity: 0.8;
}

footer .coordonnees{
	color: var(--mainColor);
	font-weight: 600;
}

footer #menu-pied-de-page{    			
	display: flex;
    justify-content: center;
    gap: 30px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: none;
}

footer #menu-pied-de-page li{
    display: inline-block;
}

footer .logo-rezo21{
	display: flex;
    justify-content: center;
}

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

/* #endregion FOOTER */

/* #region TABLETTE */

@media screen and (max-width: 1180px) {
	.wrapper-presentation .texte{
		padding: 0px 50px 50px 50px;
	}

	.wrapper-solutions h2.titre-wrapper,
	.wrapper-realisations .main-titre-wrapper{
		padding: 0 35px;
	}

	.wrapper-solutions .description{
		padding: 20px 50px;
	}
}

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

	header .navigation{
		display: none;
	}

	header .ouvrir-menu{
		display: block;
		text-align: right; 
	}

	header .ouvrir-menu a{
		transition: all 0.2s ease 0s;
	}

	header .ouvrir-menu a img{
		width: 50px;
	}

	header .ouvrir-menu a:hover{		
		filter: drop-shadow(0 0 0.2rem #fff);
	}

	.main-menu-lateral{
		display: block;
		position: fixed;
		width: 100vw;
		height: 100vh;
		z-index: 10;
		right: -100vw;
		background: var(--mainColor);
		transition: right 0.3s, transform 0.3s;
		overflow: scroll;
	}

	.main-menu-lateral.open{
		right: 0px;
	}

	.main-menu-lateral .fermer-menu{
		position: absolute;
		top: 50px;
		right: 50px;
		transition: all 0.2s ease 0s;
	}

	.main-menu-lateral .fermer-menu img{
		width: 50px;
	}

	.main-menu-lateral .fermer-menu:hover{
		filter: drop-shadow(0 0 0.2rem #fff);
	}

	.menu-lateral{
		display: flex;
		top: 0px;
		width: 80%;
		height: 100%;
		margin: 0px auto;
		justify-content: center;
		align-content: center;
		flex-direction: column;
	}

	.menu-lateral a.logo{
		display: inline-block;
		margin: 0 auto 30px auto;
	}

	#menu-principal{
		padding-left: 0px;
		margin-bottom: 0px;
		list-style: none;
	}

	#menu-principal li{
		list-style: none;
	}

	#menu-principal li a{		
		display: block;
		font-size: 1.6em;
		font-family: var(--titleFont);
		color: #fff;
		transition: all 0.2s ease 0s;
	}

	#menu-principal li a:hover{		
		padding-left: 10px;	
		text-decoration: none;
	}

	#menu-principal .sub-menu{
		font-size: 1.4em;
	}

	.main-wrapper-photo{
		min-height: 100vh;
		display: flex;
	}

	.main-wrapper-photo .photo{
		width: 100%;
	}

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

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

	.wrapper-solutions .solutions-1{
		margin-bottom: 30px;
	}

	.wrapper-solutions h2.titre-wrapper, .wrapper-realisations .main-titre-wrapper{
		padding: 0px 30px;
	}

	.wrapper-solutions .main-description{
		padding-right: 0px;
		margin-bottom: 30px;
	}

	.wrapper-solutions .description{
		padding: 20px 30px;
	}

	.wrapper-realisations .main-titre-wrapper{
		display: block;
	}

	.wrapper-realisations h2.titre-wrapper{
		margin-bottom: 30px;
	}

	footer .container{
		gap: 30px;
	}
}

/* #endregion TABLETTE */

/* #region MOBILE */

@media screen and (max-width: 767px) {	
	h1,
	h2.titre-wrapper{
		font-size: 1.6em;
		margin-bottom: 50px;
	}

	header .logo a{
		width: 80%;
	}

	.retour-haut{
		display: none !important;
	}

	.main-menu-lateral .fermer-menu{
		top: 30px;
		right: 30px;
	}

	.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-3-1,
	.colonne-3-2,
	.colonne-3-3,
	.colonne-4{
		width: 100%;
	}

	.liste-membres{
		display: flex;
		flex-direction: column;
	}

	.main-wrapper-photo .wrapper-photo .titre{
		font-size: 2.4em;
		margin-bottom: 50px;
	}

	.main-wrapper-photo .wrapper-photo .titre:after{
		margin-top: 50px;
	}

	.main-wrapper-photo .wrapper-photo .slogan{
		font-size: 1.4em;
	}

	.main-wrapper-presentation{
		padding: 0px 0px;
	}

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

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

	.wrapper-solutions{
		padding: 50px 0;
	}

	.wrapper-solutions .solutions-1,
	.wrapper-solutions .solutions-2{
		flex-direction: column;
		padding-right: 0px;
	}

	.wrapper-solutions .main-description{
		width: 100%;
	}

	.wrapper-solutions .solutions{
		width: 100%;
		flex-direction: column;
	}

	.vignette-solution{
		width: 100%;
		padding: 0 30px;
	}

	.liste-realisations{
		flex-direction: column;
	}

	.vignette-realisation{
		width: 100%;
	}

	.single-realisation .entry-content{
		padding-bottom: 50px;
	}

	.single-realisation .photo-une{
		margin-bottom: 50px;
	}

	.single-realisation .galerie{
		margin-top: 40px;
	}

	.single-realisation .galerie .photo a{
		margin-bottom: 30px;
	}

	footer{
		background-size: cover;
	}

	footer .container{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0 30px;
	}

	footer #menu-pied-de-page{
		display: block;
	}

	footer #menu-pied-de-page li{
		margin-right: 15px;
	}

	footer .logo-rezo21{
		display: table;
		margin: auto;
	}
}

@supports (-webkit-hyphens:none){
	.main-wrapper-photo {
		min-height: -webkit-fill-available;
	}
}

/* #endregion MOBILE */