/*
Theme Name: Thème officiel Clos des Maurins
Theme URI: https://www.clos-des-maurins.com
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{
	--secondaryColor: #323130;
	--beige: #E6DFD5;
	--beigeSombre: #b3b3b3;
	--beigeClaire: #F2F1EB;
	--dore: #d3ad3d;
	--titleFont: 'bodoni-moda-variable', sans-serif;
	--textFont: 'avenir-lt-pro', sans-serif;
	--sousTitreFont : 'La Belle Aurore', sans-serif;
	scroll-behavior: smooth;
}

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

.entry-content p a, 
.entry-content ul a{
	color:#323130;
    text-decoration: underline;
}

.entry-content p a.btn,
.entry-content ul a.btn{
	text-decoration: none;
}	

.entry-content p a:hover, 
.entry-content ul a:hover{
	text-decoration: none;
	color:var(--beige);
}

a:hover{
    text-decoration: underline;
}

h1{
	font-family: var(--titleFont);
    color: var(--beige);
    font-size: 2.0em;
    line-height: 1.0em;
    margin-top: 0px;
    margin-bottom: 30px;
	text-transform: uppercase;
}

h1.entry-title{
	background: var(--beigeClaire);
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	text-align: center;
	color:var(--beige);
	font-size: 2.8em;
}

.sr-only{
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space: nowrap;
	border:0;
}

h2{
	font-family: var(--titleFont);
    color: var(--beige);
    font-size: 2.5em;
    margin-top: 0px;
    margin-bottom: 15px;
	font-weight: 400;
	line-height: 1.0em;
}

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: 10px;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #323130;
	font-size: 1.0em;
	font-family: var(--textFont);
	font-weight:300;
    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-block;
	width: auto;
	border: none;
	padding: 12px 25px;
	border-radius: 25px;
	border: 1px solid #323130;
	background: transparent;
	color: #323130;
	font-family: var(--textFont);
	font-weight:300;
	font-size: 1.0em;
    line-height: 1.0em;
	text-align: center;
    transition: all 0.15s ease 0s;
	cursor: pointer;
	text-decoration:none;
}

.btn:hover,
.btn:focus{
	color: #C7BBAA;
	border-color: #C7BBAA;
	text-decoration: none;
}

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

.btn.disabled:hover,
.btn.disabled:focus{
	background: var(--beige);
	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: 100%;
	z-index: 5;
	background: #434041;
	transition: all 0.2s ease 0s;
}

header.scrolled{
	background: #434041;
}

header .btn, 
header.scrolled .btn{
	color:#ffffff;
	border-color:#ffffff;
}

header .btn:hover,
header.scrolled .btn:hover{
	color:var(--dore);
	border-color:var(--dore);
}

header .gt_selector,
header.scrolled .gt_selector{
	color:#ffffff;
}

header .gt_selector option,
header.scrolled .gt_selector option{
	color:#000000;
}

header .container{
	display: flex;
	gap: 30px;
    justify-content: space-between;
    align-items: center;
	width: 100%;
	padding: 0;
	padding-left: 60px;
	max-width: 100%;
}

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

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

header.scrolled .logo a{
	opacity:1;
	visibility: visible;
}

header .navigation{
	display: flex;
    gap: 30px;
    align-items: center;
    position: absolute;
    left: auto;
    top: 0;
	right: -50%;
	padding: 7%;
    background: #323130;
	transition: all 0.2s ease;
	height: 100vh;
	width: 50%;
	font-family: var(--titleFont);
}

header .navigation .btn{
	background: #F2F1EB;
	color: #323130;
}

header .navigation .btn:hover{
	background: #323130;
	color: #F2F1EB;
}

.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(--beige);
	border: 1px solid var(--beige);
	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;
}

.gt_selector{
	border:none;
	background:none;
	color: #323130;
}

/* #endregion HEADER */

/* #region MENU */

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

header .ouvrir-menu{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

header .ouvrir-menu a:has(svg){
	display: flex;
	width: 80px;
	background: #323130;
	padding: 20px;
}

header .fermer-menu{
	position: absolute;
    top: 17px;
    right: 10px;
    display: block;
    width: 50px;
}

header .btn-ouvrir:hover{
	background:#000000;
}

header .fermer-menu:hover{
	opacity:0.7;
}

header .navigation:has(.main-menu.open){
	position: absolute;
	transform: translateX(-100%);
}

header .navigation .menu{
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}

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

header .navigation .menu li a{
	display: inline-block;
	text-transform:uppercase;
	font-size: 2.8em;
	line-height: 1.0em;
	padding-top: 8px;
	transition: all 0.15s ease 0s;
	color: #F2F1EB;
}

header .navigation .menu li a:hover{
	color: #C7BBAA;
	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(--beige);
	color: #fff;
}

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

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

header .navigation .btn{
	position: absolute;
    top: 20px;
    right: 80px;
}

/* #endregion MENU */

/* #region DIAPORAMA */

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

.swiper-diapo{
	padding-bottom:100px;
}

.swiper-slide{
	height: auto;
}

.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 #323130;
	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(--beige);
}

.swiper-button-next, 
.swiper-button-prev{
	color: var(--beige);
	bottom: 15px;
	top: unset;
	width: 50px;
	height: 50px;
	padding: 5px;
}

.swiper-button-next{
	left: calc(50% + 30px);
}

.swiper-button-prev{
	left: unset;
	right: calc(50% + 30px);
}

.swiper-button-next::after{
	content: '';
    background-image: url(./images/chevron_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
}

.swiper-button-prev::after{
	content: '';
    background-image: url(./images/chevron_left.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
}

/* #endregion DIAPORAMA */

/* #region CORPS */

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

b,strong{
	font-weight: 500;
}

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

#content{
	margin: auto;
}

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

#content ul,
#content ol{
	font-size: 1.0em;
	padding-left: 20px;
}

#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: 60px 0px 50px 0px;
}

.paragraphe.bgblanc{
	background: #fff;
}

.paragraphe.bggrisclair{
	background: #ededed;
}

.paragraphe.bgmoitiebeigeclair{
	background: linear-gradient(90deg, #F2F1EB 0%, #F2F1EB 50%, #FFF 50%, #FFF 100%);
}

.paragraphe.bgmoitiebeigeclair h2{
	color: #323130;
}

.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: 50px 4%;
}

.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 .colonne a:has(img):hover{
	opacity: 0.7;
}

.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 .colonne:has(h1){
	font-family: var(--sousTitreFont);
}

#content .paragraphe .colonne:has(h1) p{
	font-size: 1.4em;
}


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

#grand-titre{
	padding-top: 90px;
	padding-bottom: 90px;
}

#grand-titre h2, 
section.chambres h2{
	font-size: 2.8em;
	text-transform: uppercase;
	color:#323130;
}



/*** ACCUEIL ***/

.home h2{
	font-size: 2.8em;
	text-transform:uppercase;
}

.home .paragraphe-1{
	padding-top: 90px;
	padding-bottom: 90px;
}

#content p.belle-aurore{
	font-size: 1.3em;
	color: #c7bbaa;
	font-family:var(--sousTitreFont);
}

/* #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(--beige) 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(--beige);
	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.hero .colonnes{
	display: flex;
	height: 100vh;
}

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

section.hero .colonnes .colonne-1{
	background: #F2F1EB;
	height: 100vh;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

section.hero .colonne-1 img{
	width:100%;
	height:auto;
}

section.hero .img{
	width: 100%;
	height: 100%;
}

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

section.hero .sous-titre{
	font-family: var(--sousTitreFont);
}

section.hero .titre,
section.formulaire .titre{
    align-content: center;
	padding-left: 4%;
	padding-right: 4%;
	font-family: var(--sousTitreFont);
	width: 100%;
}

section.hero .titre h1{
	color: #434041;
	font-size: 5.0em;
}

section.formulaire .formulaire{
	max-width: 900px;
	margin:auto;
}

section.hero .titre h1{
	font-size: 6.5em;
}

#content section.hero .titre p{
	font-size: 1.3em;
}

#content section.hero .titre p:has(.btn){
	font-size: 1.0em;
}

#content section.formulaire .titre p,
#content section.diaporama .titre p{
	font-size: 1.5em;
}

section.diaporama{
	padding-top: 150px;
	font-family: var(--sousTitreFont);
	background:url('./images/illu-1.svg') top 10% right 25% no-repeat;
	background-size:200px;
}

section.diaporama .titre{
	padding-bottom: 60px;
}

section.diaporama h2,
section.formulaire h2{
	font-family: var(--titleFont);
	color: #323130;
}

section.diaporama .swiper-slide{
	height: 500px;
}

section.chambres hr{
	width: 90%;
	margin: auto;
	border-top: 1px solid var(--beige);
}

section.chambres .img-haute{
	height: auto;
	overflow: hidden;
	margin-top: 80px;
	background: #F2F1EB;
}

section.chambres .img-haute img{
	width: 100%;
	object-fit: cover;
	object-position: center;
}

section.chambres .colonnes{
	display: flex;
    gap: 50px;
	background: #F2F1EB;
	align-items: center;
}

section.chambres .colonnes > *{
	width: calc(100% / 3);
	padding: 80px 5%;
}

section.chambres .swiper{
	background: #F2F1EB;
}

section.chambres h2{
	color: #323130;
}

section.formulaire{
	padding: 150px 0;
	background-repeat: no-repeat;
    background-position: right top;

}

section.formulaire p:has(.btn){
	text-align: center;
}

/* #endregion SECTION * /

/* #region FOOTER */

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

footer a,
footer a:hover{
	color: #323130;
}

footer .top-footer{
    background: #434041;
    display: flex;
    align-items: center;
    justify-content: space-between;
	color:#ffffff
}

footer .top-footer a{
	color:#ffffff;
	text-decoration:underline;
}

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


footer .top-footer > *{
	width: 33%;
	max-height: 250px;
	overflow: hidden;
}

footer .top-footer .main-logo{
	padding-left: 7%;
}

footer .top-footer .main-logo a.logo{
	display: inline-block;
    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 .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,
	header .logo{
		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: 50%;
		height: 100vh;
		z-index: 10;
		top: 0px;
		right: -100%;
		background: #323130;
		padding: 50px;
		transition: right 0.3s, transform 0.3s;		
        flex-direction: column;
        justify-content: center;
	}
	
	.gt_selector{
		border: 1px solid #ffffff;
		background: none;
		color: #ffffff;
		margin-top: 30px;
		font-size: 1.4em;
	}
	
	.gt_selector option{
		color:#000000;
	}

	header .navigation:has(.main-menu.open){
		transform:none;
	}

	header .navigation .main-menu.open{
		right: 0px;
		width: 100%;
	}

	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: 30px;
		width: 100%;
	}

	header .navigation .main-menu .menu li a{
		color: #fff;
		font-size: 2.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) {	
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	h1,
	h2.titre-wrapper,
	h2{
		font-size: 2em;
		margin-bottom: 30px;
	}
	
	section.hero .titre h1 {
		font-size: 3.5em;
	}
	
	.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%;
	}

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

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

	.paragraphe{
		padding: 20px 0px 15px 0px;
	}

	.paragraphe .colonnes{
		flex-direction: column;
		gap: 20px;
	}

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

	.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.hero .colonnes{
			height: auto;
	}
	
	section.hero .colonnes .colonne-1{
		height:auto;
		padding-top: 100px;
		padding-bottom: 30px;
	}

	section.hero .colonnes,
	section.chambres .colonnes{
		flex-direction: column;
	}

	section.chambres .colonnes > *,
	.paragraphe.full-width .container .colonne{
		width: 100%;
		padding: 30px 7%;
	}

	section.chambres .colonnes{
		gap: 0;
	}

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

	header .ouvrir-menu a:has(svg){
		padding: 15px;
        height: 100%;
	}

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

	body.home header .logo a{
		transform: scale(1.00);
		max-width:100px;
	}
	
	section.formulaire p:has(.btn) {
		text-align: left;
	}

	footer .top-footer{
		flex-direction: column;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	footer .top-footer > *{
		width: 100%;
		padding: 0 7%;
	}
	
	header .container{
		padding-left:30px;
	}
	
	.home h2{
		font-size: 2.0em;
	}
	
	.paragraphe.bgmoitiebeigeclair{
		background:var(--beige);
	}
	
	#grand-titre h2, section.chambres h2{
		font-size: 3.0em;
	}

	header .ouvrir-menu{
		height: 100%;
	}

	section.hero .titre, section.formulaire .titre{
		padding: 0 7%;
	}

}

/* #endregion MOBILE */