/*
Theme Name: Thème officiel Vealis
Theme URI: https://www.vealis.com
Author: REZO 21
Author URI: http://www.rezo21.net
Version: 6.0.5
Description: Développement par l'agence web REZO 21 (Albatros v6.0.5)
*/


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

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

:root{
	--mainColor: #3B6285;
	--secondaryColor: #853E3A;
	--titleFont: 'futura-pt', sans-serif;
	--textFont: 'futura-pt', sans-serif;
	scroll-behavior: smooth;
}

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

a:hover{
    text-decoration: none;
}

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

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

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

.titre-wrapper,
h2.titre-wrapper,
.titre-formulaire{
	text-align: center;
	font-size: 2.6em;
    line-height: 1.0em;
    margin-bottom: 80px;
	font-weight: 600;
}

.titre-formulaire{
	font-size: 2.0em;
    margin-bottom: 30px;
}

.titre-wrapper .titre-1,
.titre-wrapper .titre-2{
	display: block;
}

.titre-wrapper .titre-1{
	font-weight: 400;
}

.titre-wrapper img{
	width: 100px;
}

h3{
	font-size: 1.6em;
	font-weight: 300;
}

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

blockquote{
	border-left: 5px solid #efefef;
    padding-left: 30px;
    margin: auto;
    font-size: 1.4em;
}

b, strong{
	font-weight: 500;
}

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: transparent;
	font-size: 1.0em;
	font-family: var(--textFont);
    transition: all 0.15s ease 0s;
	border-bottom: 1px solid #a1a1a1;
}

input:not([type="submit"],[type="checkbox"],[type="radio"]):focus, 
textarea:focus,
select:focus{
	outline: none !important;
    box-shadow: none;
	border-color: var(--mainColor);
}

.btn{
	display: inline-block;
	width: auto;
	border: none;
	padding: 12px 25px;
	border-radius: 10px;
	background: var(--mainColor);
	color: #fff;
	font-family: var(--textFont);
	font-size: 1.0em;
    line-height: 1.0em;
    transition: all 0.15s ease 0s;
	cursor: pointer;
	text-decoration: none;
}

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

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

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

.wp-video{
	overflow: hidden;
	border-radius: 10px;
}

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: 2000;
	background: transparent;
	padding: 0px;
    box-shadow: 0px 0px 8px 0px #b3b3b3;
	transition: all 0.2s ease 0s;
}

.home header,
.single-programme header{
    box-shadow: none;
}

header .top-header{
	background: #F8F7F4;
	padding: 8px 0px;
	font-size: 0.9em;
}

header .top-header .container{
	display: flex;
    justify-content: space-between;
}

header .top-header a{
	display: flex;
    justify-content: center;
	gap: 10px;
	transition: all 0.2s ease 0s;
	text-decoration: none;
}

header .top-header a:hover{
	text-decoration: none;
	color: var(--secondaryColor);
}

header .top-header a svg{
	width: 15px;
}

header .main-header{
	padding: 20px 0px;
}

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

.home header .main-header,
.single-programme header .main-header{
    background: rgba(0,0,0,0.2);
}

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

.home header.scrolled .main-header,
.singular-programme header.scrolled .main-header,
header.scrolled .main-header{	
	background: #fff;
	padding: 10px 0px;
}

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

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

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

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

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: 2000;
	width: 40px;
	height: 40px;
	background: var(--mainColor);
	border: 1px solid var(--mainColor);
	border-radius: 10px;
	color: #fff;
	text-align: center;
	z-index: 10;
	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;
}

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

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

#menu-principal li a{
	display: inline-block;
	font-size: 1.1em;
	padding-top: 8px;
	color: var(--mainColor);
	font-weight: 400;
	transition: all 0.15s ease 0s;
	text-decoration: none;
}

.home header #menu-principal li a,
.single-programme header #menu-principal li a{	
	color: #fff;
}

.home header.scrolled #menu-principal li a,
.single-programme header.scrolled #menu-principal li a,
header.scrolled #menu-principal li a{	
	color: var(--mainColor);
}

#menu-principal li a:after{
	position: relative;
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	margin-top: 5px;
	border-radius: 5px;
	background: var(--mainColor);
    transform-origin: 100% 0;
    transform: scaleX(0);
    transition: transform 0.2s;
}

#menu-principal li a:hover:after{
	transform-origin: 0 0;
    transform: scaleX(1);
}

#menu-principal li a:hover{
	text-decoration: none;
}

.home header #menu-principal li a:after,
.single-programme header #menu-principal li a:after{	
	background: #fff;
}

.home header.scrolled #menu-principal li a:after,
header.scrolled #menu-principal li a:after{	
	background: var(--mainColor);
}

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

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

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

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

#menu-principal 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{
	padding-bottom: 100px;
}

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

.swiper-accueil .swiper-slide .photo-slide{
	height: 100vh;
	position: relative;
}

.swiper-accueil .informations{
    position: absolute;
    top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}

.swiper-accueil .nom{
    position: absolute;
    top: 20%;
	width: 100%;
    font-size: 4.0em;
	text-align: center;
	font-weight: 400;
	color: #fff;
    text-shadow: 3px 0px 5px #000000;
	z-index: 1;
}

.swiper-accueil .main-texte{
    position: absolute;
    z-index: 10;
    bottom: 0%;
    width: 100%;
    display: flex;
	gap: 50px;
	flex-direction: column;
    align-items: center;
    padding: 300px 0 150px 0px;
	background: rgb(29,29,27);
	background: linear-gradient(180deg, rgba(29,29,27,0) 0%, rgba(29,29,27,0.0) 100%);
}

.swiper-accueil .main-texte .btn{
    font-size: 1.4em;
	font-weight: 400;
}

.swiper-accueil .main-texte .container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
	width: 100%;
	padding: 0 50px;
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	max-width: 1500px;
}

.swiper-accueil .main-texte .container span{
    display: flex;
    justify-content: center;
	flex: 1;
    gap: 20px; 
    text-shadow: 0px 0 5px #000;
}

.swiper-accueil .main-texte .container span .prix{
    padding: 7px 20px;
	border-radius: 10px;
	background: #fff;
	color: var(--mainColor);
    text-shadow: none;
}

.swiper-accueil .main-texte .container span:has(.prix){
    text-shadow: none;
}

.swiper-accueil .main-texte .container span svg{
    width: 30px;
}

.swiper-programmes{
	padding: 100px 37px 50px 37px;
}

.swiper-programmes .swiper-slide img{
	height: auto;
}

.swiper-programmes .swiper-button-prev:after,
.swiper-programmes .swiper-button-next:after{
    content: "";
}

.swiper-programmes .swiper-button-prev,
.swiper-programmes .swiper-button-next{ 
	background-repeat: no-repeat;
	background-size: cover;
    width: 30px;
    height: 30px;
}

.swiper-programmes .swiper-button-prev{    
    background-image: url('./images/arrow-left-circle.svg'); 
	left: 0px;
}

.swiper-programmes .swiper-button-prev:hover{    
    background-image: url('./images/arrow-left-circle-hover.svg'); 
}

.swiper-programmes .swiper-button-next{    
    background-image: url('./images/arrow-right-circle.svg'); 
	right: 0px;
}

.swiper-programmes .swiper-button-next:hover{    
    background-image: url('./images/arrow-right-circle-hover.svg'); 
}

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

.swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background-color: #fff;
}

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

.swiper-button-next, 
.swiper-button-prev{
	color: #fff;
}

.pag-nav{
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0px;
}

/* #endregion DIAPORAMA */

/* #region CORPS */

body{
    font-family: var(--textFont);
    font-weight: 300;
	position: relative;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	font-size: 1.1em;
	color: var(--mainColor);
}

.archive main,
.blog main,
.search main,
.page-template-page-articles main,
.error404 main,
.single-post .entry-content,
.page-id-129 main,
.tax-statut-programme 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: 1400px;  
	margin: auto;
	padding: 0 30px;
}

.container-sm{
	max-width: 1000px;
}

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

.paragraphe{
	padding: 50px 0px;
}

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

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

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

.paragraphe a:has(img){
	display: inline-flex;
	overflow: hidden;
}

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

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

.colonne img{
    border-radius: 30px;
}

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

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

.background-video{
    width: 100%;
    height: 100%;
    position: fixed;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.main-wrapper-video{
    position: relative;
    height: 100vh;
}

.main-wrapper-brochure{
	padding: 150px 30px 100px 30px;
	background: #F8F7F4;
}

.photo-slide{
	position: relative;
}

.photo-slide .logo-v{
	position: absolute;
	display: flex;
    justify-content: center;
	bottom: -90px;
    width: calc(100%);
    z-index: 100;
}

.photo-slide .logo-v img{
	width: 150px;
	opacity: 0.5;
}

.wrapper-brochure.container{
	max-width: 1000px;
	display: flex;
	padding: 0px;
	background: #fff;
	border-radius: 30px;
    box-shadow: 0px 5px 6px #b4b4b4;
}

.wrapper-brochure .formulaire{
	width: 50%;
	padding: 50px;
}

.wrapper-brochure .formulaire .titre-wrapper{
	font-size: 2.0em;
}

.wrapper-brochure .photo{
	width: 50%;
}

.wrapper-brochure .photo img{
	display: flex;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 30px 30px 0;
}

.main-wrapper-residences{
	padding: 0 0 100px 0px;
}

.wrapper-residences{
	display: flex;
    flex-direction: column;
}

.home .wrapper-residences .diaporama-residences{
	order: 2;
}

.wrapper-residences .diaporama-residences{
	flex-direction: row;
}

.home .carte-residences{
	order: 1;
    max-width: 1000px;
	width: 100%;
	margin: auto;
}

.carte-residences{
	display: flex;
	gap: 50px;
	flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.carte-residences .main-programme-selectionne{
	width: calc(40% - 50px);
}

.carte-residences .main-programme-selectionne img#chargement{
	display: none;
	width: 100px;
	margin: auto;
}

.carte-residences #map-programmes{
    width: 60%;
}

.carte-residences #map-programmes #map{
    height: 500px;
	border-radius: 15px;
}

.carte-residences #map-programmes .legende{
    margin-top: 15px;
	display: flex;
    justify-content: center;
	gap: 10px;
}

.carte-residences #map-programmes .legende div{
	display: flex;
	flex: 1;
	gap: 7px;
    align-items: center;
	font-size: 0.9em;
    line-height: 1.0em;
}

.carte-residences #map-programmes .legende div img{
	width: 30px;
}

.leaflet-container .leaflet-marker-pane img{
    transition: all 0.1s ease 0s;
}

.vignette-programme .texte span svg{
	color: var(--secondaryColor);
}

.main-wrapper-contact{
	padding: 100px 0px;
	background: #F8F7F4;
}

.wrapper-contact{
	display: flex;
	flex-direction: row;
	gap: 50px;
}

.wrapper-contact .photo{
	width: 50%;
}

.wrapper-contact .photo img{
	display: flex;
	border-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

.main-popup{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 5000;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.popup{
    display: flex;
	gap: 30px;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align: center;
    position: relative;
    height: 50%;
    width: 50%;
	padding: 0 50px;
    background: #ffffff;
	border-radius: 20px;
	font-size: 1.2em;
}

.popup .fermer-popup {
    top: 30px;
    position: absolute;
    right: 30px;
    width: 30px;
    transition: all 0.15s ease 0s;
}

.popup .fermer-popup:hover{
    color: var(--secondaryColor);
}

#popup-form p span{
    font-weight: 600;
}

#recherche-form form{
	width: 100%;
}

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

.single-programme .introduction{
	padding: 80px 0px;
	margin-bottom: 80px;
	font-size: 1.2em;
    background: #F8F7F4;
}

.single-programme .main-wrapper-diaporama{
	height: 100vh;
}

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

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

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

.main-wrapper-autres{
    padding: 80px 0px;
    background: #ededed;
}

.main-wrapper-autres h2{
	font-size: 2.0em;
}

.main-wrapper-savoir-plus{
	padding: 100px 0px 30px 0px;
	background: #F8F7F4;
}

.wrapper-savoir-plus{
	display: flex;
	flex-direction: row;
	gap: 50px;
}

.wrapper-savoir-plus .logo{
	width: 60%;
}

.wrapper-savoir-plus .logo .titre{
	font-size: 2.0em;
	text-align: center;
}

.wrapper-savoir-plus .logo img{
    position: relative;
    left: 120px;
    bottom: 60px;
	display: block;
	width: 50%;
	margin: auto;
}

.wrapper-savoir-plus .main-menu{
	width: 40%;
}

.wrapper-savoir-plus .main-menu .menu{
	display: flex;
    flex-direction: column;
	gap: 20px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.wrapper-savoir-plus .main-menu .menu li{
	text-indent: 80px;
}

.wrapper-savoir-plus .main-menu .menu li:nth-child(n+2) {
	text-indent: 160px;
}

.wrapper-savoir-plus .main-menu .menu li:nth-child(n+3) {
	text-indent: 240px;
}

.wrapper-savoir-plus .main-menu .menu a{
	font-size: 2.0em;
	transition: all 0.2s ease 0s;
	text-decoration: none;
}

.wrapper-savoir-plus .main-menu .menu a:hover{
	text-decoration: none;
	color: var(--secondaryColor)
}

#searchform{
	display: flex;
}

#searchform .btn{
    display: flex;
	background: none;
	color: var(--mainColor);
}

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

/* #endregion CORPS */

/* #region ARTICLES */

.select-categories{
	margin-bottom: 30px;
}

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

.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;
	text-decoration: none;
}

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

.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 .image .statut{
	background: #a8a8a8;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px 15px;
	text-transform: uppercase;
	border-radius:  0 0 0 9px;
	color: #fff;
	font-weight: 500;
	font-weight: 0.9em;
}

.vignette-article .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(--secondaryColor) 80%, transparent);
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	color: #fff;
	z-index: 2;
	gap: 15px;
}

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

.vignette-article .image .survol svg{
    width: 50px;
}

.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-programme .texte{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.vignette-programme .texte span{
	display: flex;
    flex-direction: row;
	gap: 10px;
}

.vignette-programme .texte span svg{
	width: 20px;
}

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

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

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

.single-post .top-article .date{
}

.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: 80px;
	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;
	border-color: transparent;
}

#content ul.pagination .page-numbers{
	padding: 5px 10px;
	border: 1px solid #F8F7F4;
	border-radius: 5px;
	text-decoration: none;
}

#content ul.pagination .current{
	background: var(--secondaryColor);
	color: #fff;
	border: 1px solid transparent;
}

/* #endregion ARTICLES */

/* #region FOOTER */

footer .top-footer{
	background: #fff;
	font-size: 1.1em;
}

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

footer .top-footer .logo{
    width: 25%;
}

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

footer .top-footer .logo a img{
	display: flex;
}

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

footer .top-footer .contact{
	width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .top-footer .contact p{
	margin-bottom: 0px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

footer .top-footer #menu-pied-de-page{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

footer .top-footer .reseaux-sociaux{
	width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

footer .top-footer .reseaux-sociaux .logos{
    display: flex;
    flex-direction: row;
    gap: 20px;
	margin-bottom: 20px;
}

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

footer .top-footer .reseaux-sociaux a:hover{
	color: var(--secondaryColor);
}

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

footer .top-footer .reseaux-sociaux>a{
	display: block;
	text-decoration: none;
}

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

footer .signature{
    background: #F8F7F4;
}

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

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

footer .signature .container ul{
    margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	gap: 15px;
}

footer .signature .container ul li a{
	text-decoration: none;
}

footer .signature .container ul li a:hover{
	text-decoration: underline;
}

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 .logo,
	header .ouvrir-menu{
		width: calc(100% / 2);
	}

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

	header .main-header{
		padding: 10px 0px;
	}

	header .main-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 .main-header .navigation .main-menu.open {
        right: 0vw;
    }

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

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

	header .main-header .ouvrir-menu a{ 
		display: flex;
		width: 40px;
	}

	.home header .ouvrir-menu a,
	.single-programme header .ouvrir-menu a{
		color: #fff;
	}

	.home header.scrolled .ouvrir-menu a,
	.single-programme header.scrolled .ouvrir-menu a,
	header.scrolled .ouvrir-menu a{
		color: var(--mainColor);
	}

	header .main-header .navigation .main-menu .fermer-menu {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        width: 40px;
        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;
	}

	#menu-principal{
		gap: 15px;
		flex-direction: column;
		padding-left: 0px;
		margin-bottom: 0px;
		list-style: none;
		width: 100%;
	}

	#menu-principal li a{		
		display: block;
		font-size: 1.6em;
		line-height: 1.4em;
		padding: 0px;
		width: 100%;
		font-family: var(--titleFont);
		color: #fff;
		transition: all 0.2s ease 0s;
	}

	.home header.scrolled #menu-principal li a,
	header.scrolled #menu-principal li a,
	.single-programme header.scrolled #menu-principal li a{
		color: #fff;
	}
	
	#menu-principal li a:after{
		display: none;
	}

	#menu-principal ul.sub-menu{
		position: relative;
		visibility: visible;
		opacity: 1;
		display: none;
		font-size: 1.4em;
	}

	#menu-principal ul.sub-menu li a:hover{
		background: none;
	}

	.swiper-accueil .nom{
		font-size: 3.0em;
	}

	.swiper-accueil .main-texte .container{
		font-size: 1.0em;
	}

	.wrapper-savoir-plus .logo img{
		left: 100px;
		bottom: 30px;
	}

	.wrapper-savoir-plus .main-menu .menu li,
	.wrapper-savoir-plus .main-menu .menu li:nth-child(n+2),
	.wrapper-savoir-plus .main-menu .menu li:nth-child(n+3){
		text-indent: 0px;
	}

	.wrapper-savoir-plus .main-menu .menu a{
		font-size: 1.4em;
	}
	
	footer .top-footer .logo a{
		width: 100%;
	}
}

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

	.carte-residences{
		flex-direction: column;
	}

	.carte-residences .main-programme-selectionne{
		margin: auto;
	}

	.carte-residences #map-programmes{
		width: 100%;
	}
}


/* #endregion TABLETTE */

/* #region MOBILE */

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

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

	header .top-header a span{
		display: none;
	}

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

	header .main-header .ouvrir-menu a{
		width: 35px;
		height: 35px;
	}

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

	.popup{
		width: 95%;
	}

	.titre-wrapper img{
		width: 50px;
	}

	.swiper-accueil .swiper-slide .photo-slide{
		height: 100%;
		position: relative;
	}

	.swiper-accueil .informations{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
	}

	.swiper .informations{
		padding: 30px 50px 40px 50px;
		background:var(--mainColor);
	}
	
	.swiper-accueil{
		padding-bottom: 0px;
	}

	.swiper-accueil .nom{
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		width: 100%;
		font-size: 2.0em;
		line-height: 1.2em;
		text-align: center;
		font-weight: 400;
		color: #fff;
		text-shadow: 3px 0px 5px #000000;
		z-index: 1;
	}

	.swiper-accueil .main-texte{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		display: flex;
		gap: 50px;
		flex-direction: column;
		padding: 20px 0 0 0;
	}

	.swiper-accueil .main-texte .btn{
		width: 100%;
		font-size: 1.2em;
		text-align: center;
	}

	.swiper-accueil .main-texte .container{
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
		padding: 0px;
	}

	.pag-nav{
		height: 100%;
	}

	.swiper-accueil .swiper-button-next,
	.swiper-accueil .swiper-button-prev{
		top: 150px;
	}
	
	.single-programme .main-wrapper-diaporama{
		height: auto;
	}
	
	.photo-slide .logo-v{
		display: none;
	}
	
	.swiper-accueil .main-texte{
		gap: 30px;
	}

	.swiper-accueil .main-texte .container{
		flex-wrap: wrap;
	}

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

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

	.main-wrapper-brochure{
		padding: 50px 30px;
	}

	.wrapper-brochure.container{
		flex-direction: column;
	}

	.wrapper-brochure .formulaire{
		width: 100%;
		padding: 30px;
	}

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

	.wrapper-brochure .photo img{
		border-radius: 0 0 30px 30px;
	}

	.home .carte-residences{
		display: none;
	}

	.carte-residences{
		flex-direction: column;
	}

	.carte-residences #map-programmes #map{
		height: 200px;
	}

	.carte-residences .main-programme-selectionne, 
	.carte-residences .formulaire-brochure,
	.carte-residences #map-programmes{
		width: 100%;
	}

	.swiper-programmes{
		padding: 20px 40px 40px 40px;
	}
	
	.single-programme .introduction{
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 0px;
	}
	
	.swiper-accueil .swiper-slide .photo-slide img{
		height: 300px;
	}

	.single-programme .swiper-accueil .swiper-pagination-bullet{
		background: #fff;
	}
	
	.swiper-accueil .swiper-pagination {
		top: 250px!important;
		bottom: auto!important;

	}

	.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,
	.liste-programmes{
		gap: 30px;
		grid-template-columns: repeat(1, 1fr);
	}

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

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

	.vignette-article.vignette-programme a{
		flex-direction: column;
	}

	.vignette-article.vignette-programme .image,
	.vignette-article.vignette-programme .texte{
		width: 100%;
	}

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

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

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

	.wrapper-contact{
		flex-direction: column;
		gap: 30px;
	}

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

	.wrapper-contact .texte{
		width: 100%;
		padding: 0px;
	}

	.wrapper-savoir-plus{
		flex-direction: column;
	}

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

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

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

	.wrapper-savoir-plus{
		gap: 0px;
	}

	.wrapper-savoir-plus .logo{
		width: 100%;
	}

	.wrapper-savoir-plus .logo .titre{
		text-align: left;
	}

	.wrapper-savoir-plus .logo img{
		position: relative;
	}

	.wrapper-savoir-plus .main-menu{
		width: 100%;
	}
	
	footer .top-footer{
		gap: 30px;
		flex-direction: column;
	}

	footer .top-footer .container{
		flex-direction: column;
		padding: 30px;
	}
	
	footer .top-footer .logo,
	footer .top-footer .reseaux-sociaux{
		width: 100%;
	}

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

	footer .top-footer .contact{
		width: 100%;
	}

	footer .top-footer .reseaux-sociaux{
		flex-direction: column;
		align-items: normal;
	}

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

	footer .signature .container ul li a{
		font-size: 0.9em;
	}
}

/* #endregion MOBILE */