/*
Theme Name: Thème officiel Domaine de Bassilour 2024
Theme URI: https://www.domainedebassilour.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;
}


@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler.woff2') format('woff2'),
        url('./fonts/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root{
	--vertfonce: #07290B;
	--noir: #000000;
	--titleFont: 'Butler', serif;
	--textFont: 'adelphi-pe-variable', sans-serif;
	--gris: #444444;
	scroll-behavior: smooth;
}

b,
strong{
	/* font-variation-settings: "opsz" 6, "slnt" 0, "wght" 700; */
	/* font-variation-settings: "opsz" 6, "slnt" 0, "wght" 500; */
	font-variation-settings: "opsz" 6, "slnt" 0, "wght" 400;
}

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

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

p a{
	text-decoration: underline;
}

p a:hover,
p a:focus{
	text-decoration: none;
}

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

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

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

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

h3{
	font-size: 1.7em;
	font-family: var(--titleFont);
}

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

blockquote{
	font-size: 1.0em;
	margin: 0;
}

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: #ffffff;
	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(--noir) 50%, transparent);
}

.btn{
	display: inline-block;
	border: none;
	padding: 17px 25px;
	background: var(--vertfonce);
	color: #fff;
	font-family: var(--textFont);
	font-size: 1.0em;
    line-height: 1.0em;
	text-align: center;
    transition: all 0.15s ease 0s;
	cursor: pointer;
	border-radius: 0;
	min-width: 200px;
	border: 1px solid transparent;
	text-decoration:none;
}

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

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

.btn.disabled:hover,
.btn.disabled:focus{
	background: var(--vertfonce);
	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: 1000;
	padding: 30px 5%;
	display:flex;
	gap: 10px;
	transition: all 0.2s ease 0s;
    align-items: center;
    justify-content: space-between;
	background: #FFFFFF;
}

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

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

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

header h1, 
header .t-1{
	font-size: 1.7em;
	color:var(--vertfonce);
	font-family:var(--titleFont);
	font-weight: 400;
	text-align:center;
	display:block;
	margin-bottom:0;
}

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

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

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


.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(--vertfonce);
	border: 1px solid var(--vertfonce);
	color: #fff;
	text-align: center;
	transition: all 0.15s ease 0s;
}

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

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

/* #endregion HEADER */

/* #region MENU */

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(--noir);
	text-decoration: none;
}

header .ouvrir-menu{  
	display: flex;
}

header .ouvrir-menu a{ 
	display: flex;
    align-items: center;
	font-size: 1.3em;
	gap:10px;
	color:#000000;
}

header .ouvrir-menu a img{
	height: 30px;
	width:auto;
	margin-top: 3px;
}

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

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

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

header .navigation .main-menu .menu{
	justify-content: flex-start;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}

header .navigation .main-menu .menu li a{
	color: #fff;
	font-size: 1.4em;
	padding: 0px;
}


header .navigation .main-menu .sub-menu {
    display: none;
    padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left: 15px;
	border-left:1px solid rgba(255,255,255,0.5);
}

#menu-principal>li.menu-item-has-children>a:after {
    content: url('./images/fleche-menu-bas.svg');
}

#menu-principal li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4em;
    color: #fff;
    transition: all 0.2s ease 0s;
	font-family:var(--titleFont);
}

#menu-principal .sub-menu li a {
	font-family:var(--textFont);
	font-size: 1.0em;
}

#menu-principal>li>a.open::after {
    transform: rotate(180deg);
}

#menu-principal>li>a::after{
    width: 20px;
    height: 20px;
    transition: all 0.2s ease 0s;
}

.voile-opacite{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: rgba(0,0,0,0.6);
	transition: visibility 0.15s, opacity 0.15s linear;
}

.voile-opacite.visible {
	visibility: visible;
	opacity: 1;
}

header .fermer-menu{
	color:#ffffff;
	width:150px;
	height:40px;
	display:flex;
	gap: 5px;
	text-transform: uppercase;
	align-items:center;
}

header .fermer-menu svg{
	fill:#ffffff;
	width:40px;
	height:40px;
}

header .ouvrir-menu svg{
	width:50px;
	height:50px;
}

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

header .navigation .menu{
	display: flex;
    justify-content: flex-end;
	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;
	font-size: 1.0em;
	padding-top: 8px;
	transition: all 0.15s ease 0s;
}

header .reserver-bassilour{
	display: flex;
	position: fixed;
	width: 50vw;
	height: 100vh;
	z-index: 10;
	top: 0px;
	padding: 50px;
	background: var(--noir);
	color: #FFFFFF;
	right: -100%;
	transition: all 0.2s ease;
}

header .reserver-bassilour .btn{
	background: var(--noir);
	border: 1px solid #FFFFFF;
	transition: all 0.2s ease;
}

header .reserver-bassilour .formulaire input.btn:hover{

}

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

.swiper-button-next, 
.swiper-button-prev{
	color: var(--noir);
    padding: 30px;
    border: 1px solid var(--noir);
    bottom: -30px;
    position: relative;
	transition: all 0.2s ease;
}

.swiper-button-next:hover, 
.swiper-button-prev:hover{
	background:var(--vertfonce)
}

.swiper-button-next{
	right: -95%;
    top: -10px;
}

/* #endregion DIAPORAMA */

/* #region HEADER */

div.hero{
	position: relative;
	width: 100%;
	height: 100vh;
	background-size: cover;
}

div.hero video{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

div.hero .fond-flou{
	width: 50%;
	margin: auto;
	transform: translateY(-50%);
    top: 50%;
    position: relative;
	text-align: center;
	/* backdrop-filter: blur(5px); */
	padding: 30px;
}

div.hero .fond-flou img{
	max-width:250px;
}

#content div.hero p.sous-titre{
	color: #FFFFFF;
	font-family: var(--titleFont);
	font-size: 3.0em;
	line-height: 1.0em;
	margin-bottom: 40px;
}

div.hero .sous-titre:before{	
	content: '';
    background: #FFFFFF;
    width: 3px;
    height: 70px;
    margin: 40px auto;
    margin-bottom: 10px;
	display:none;
}

div.hero .boutons{
	display: flex;
	gap: 20px;
	justify-content: center;
}

div.hero .boutons .btn:hover,
div.hero .boutons .btn:focus,
div.hero .boutons .btn:last-child:hover,
div.hero .boutons .btn:last-child:focus{
	background: transparent;
	color:#ffffff;
	border:1px solid #ffffff;
}

div.hero .boutons .btn:last-child{
	background: #FFFFFF;
	color: var(--noir);
}

div.hero .boutons .btn:last-child:hover,
div.hero .boutons .btn:last-child:focus{
	background: transparent;
	color:#ffffff;
	border:1px solid #ffffff;
}

.swiper-button-next {
    right: -94%;
    top: -10px;
}

/* #endregion HEADER */

/* #region CORPS */

body{
    font-family: var(--textFont);
	font-variation-settings: "opsz" 6, "slnt" 0, "wght" 400;
	position: relative;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
	color: var(--noir);
	background-image: url('./images/fond.jpg');
	background-color:#f5f5f5;
	background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

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

#content{
	margin: auto;
}

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

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

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

.container{
	max-width: 1300px;  
	margin: auto;
	padding: 0 30px;
}

.titre-paragraphe{
	line-height: 1.1em;
	max-width:1300px;
	margin: 0 auto 30px auto;
}

.paragraphe{
	padding: 40px 0;
}

.paragraphe.bgblanc{
	background: #fff;
}

.paragraphe.bgvertfonce{
	background: var(--vertfonce);
}

.bgvertfonce,
.bgvertfonce p,
.bgvertfonce ul,
.bgvertfonce ol,
.bgvertfonce h1,
.bgvertfonce h2,
.bgvertfonce h3,
.bgvertfonce h4,
.bgvertfonce h5,
.bgvertfonce a{
	color:#ffffff;
}

.bgcrepi{
	background:url('./images/background-crepi.jpg') top center repeat-y;
}

.paragraphe.bggrisclair{
	background: #ededed;
}

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

.paragraphe.full-width{
	width: 100%;   
}

.paragraphe.full-width .container{
    max-width: 100%;
    margin: auto;
    padding: 0px;
}

.paragraphe.full-width .colonnes{
	gap:0
}

.paragraphe.full-width .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) 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.02);
}

.paragraphe h2{
	font-size: 3em;
	color: var(--noir);
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 500;
}

.paragraphe h2:before{
	content:'';
	background: var(--noir);
	width: 2px;
	height: 60px;
	margin: auto;
    margin-bottom: 10px;
	display:none;
}

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

#content ol.breadcrumb{
	padding: 15px 30px;
	font-size: 0.9em;
	text-align:center;
	color:var(--gris);
}

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

.main-wrapper-articles{
	padding: 40px 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;
}


/*** Banniere Haute / bloc-titre **/

section.banniere-haute{
	position:relative;
	width:100%;
	color:#ffffff;
}

#content .banniere-haute p{
	font-size: 1.4em;
}

section.banniere-haute img{
	width:100%;
	height:auto;
	/* filter:brightness(0.5); */
	display: flex;
}

section.banniere-haute h1{
	margin-bottom: 15px;
	padding-top: 15px;
	font-size: 3.0em;	
}

section.banniere-haute .bloc-titre-hover{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	right:0;
	margin:auto;
	padding: 30px;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
}

#content #equipements ul li{
	list-style:none;
}

#content #equipements ul li:before{
	content:'';
	display:inline-block;
	background:url('./images/check.svg') top 10px left no-repeat;
	background-size: 20px;
	width:30px;
	height: 25px;
}

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

.faq .container{
	max-width:800px;
}

.faq .supertitre{
	color: var(--noir);
    font-size: 3em;
    font-weight: 500;
    text-align: center;
}

.faq .supertitre:before{
	content:'';
	width: 2px;
	height: 60px;
	margin: auto;
	background: var(--noir);
    margin-bottom: 10px;
	display:none;
}

.faq .accroche{
	text-align:center;
	color: var(--gris);
}

.wrapper-questions {
    /*border-bottom: 1px solid #D3D3D3;*/
    margin-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 20px;
	column-gap: 20px;
}

.question-reponse{
}

.question{
    display: flex;
    align-items: center;
    gap: 15px;
    /*border-top: 1px solid #D3D3D3;*/
    cursor: pointer;
	font-size:1.2em;
	font-variation-settings: "opsz" 6, "slnt" 0, "wght" 500;
	justify-content: space-between;	
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
	padding: 15px 20px;
	background: rgba(255,255,255,0.5);
}

.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: 20px 20px 5px 20px;	
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
	background: rgba(255,255,255,0.5);
}

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

.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(--vertfonce) 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-variation-settings: "opsz" 6, "slnt" 0, "wght" 700;
}

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

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

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

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

.single-post .top-article .date{
	color: var(--noir);
}

.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;
	overflow:hidden;
	height: 240px;
}

.gallery-item a:hover{
	opacity: 0.8;
}

.gallery img{
	border: none !important;
	padding: 0 10px;
	border-radius: 10px;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	display: block;
}

.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(--noir);
	color: #fff;
}

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

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

/* #endregion ARTICLES */

/* #region COMPOSANT */

section#rassurance{
	background-size: cover;
    background-color: rgba(255, 255, 255, 50%);
    background-blend-mode: color;
	padding: 80px 0;
	color: var(--gris);
}

section#rassurance .colonnes{
	display: flex;
	gap: 50px;
	position: relative;
}

/*
section#rassurance .colonne-1{
	position: sticky;
    top: 120px;
    height: fit-content;
}
*/

section#rassurance .colonne-1 h2{
	color: var(--noir);
    font-size: 2.0em;
    font-weight: 400;
    text-transform: uppercase;
	text-align:center;
}

section#rassurance .arguments{
	display: grid;	
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	text-align: center;
	list-style:none;
	padding-left:0;
}

section#rassurance .arguments .element img{
	height: 47px;
	width:auto;
}

section#rassurance .arguments p{
	font-size: 0.8em;
}

section#rassurance .arguments .element{
	margin: 20px 0;
}

section#rassurance .arguments h3{
	color: var(--noir);
    font-size: 1.2em;
    font-weight: 400;
    margin: 5px auto 20px auto;
}

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

.paragraphe:has(section#domaine){
	padding: 0;
}

.paragraphe:has(section#domaine) h2:before{
	content: none;
}

section#domaine .lien-page{
	position: relative;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
}
section#domaine .lien-page .nom{
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--vertfonce);
	font-family: var(--titleFont);
	padding: 20px 40px;
	font-size: 3.0em;
	max-width: 100%;
    white-space: nowrap;
}

section#slows{
	padding: 80px 0;
}

section#slows h2{
	color: var(--noir);
	font-weight: 400;
	font-size: 3em;
}

section#slows h2:before{
	content:'';
	background: var(--noir);
	height: 60px;
	width: 2px;
    margin-bottom: 10px;
	display:none;
}

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

section#slows .colonne-1{
	width: 30%;
}

section#slows .colonne-2{
	width: 70%;
	display: flex;
	gap: 10px;
}

section#slows .colonne-2 .image{
	overflow: hidden;
}

section#slows .colonne-2 img{
	transition: all 0.2s ease;
}

section#slows .colonne-2 img:hover{
	transform: scale(1.1);
}

section#slows .colonne-2 .colonne-image-1,
section#slows .colonne-2 .colonne-image-2{
	width: 50%;
	display: flex;
	gap: 10px;
	flex-direction: column;
}


section#slows .colonne-2 .colonne-image-2 img:first-child{
	margin-top: 120px;
}

.paragraphe:has(blockquote){
	background: var(--vertfonce);
    color: #FFFFFF;
    font-size: 2em;
}

.paragraphe blockquote p{
	text-align: center;
	margin: 0;
}

.paragraphe blockquote:after{
	right: -100%;
    position: relative;
    width: fit-content;
}

.paragraphe blockquote:before,
.paragraphe blockquote:after{
	display: block;
    content: url(./images/quote.svg);
    height: 180px;
}

.paragraphe:has(section#logements) h2{
	font-size: 3em;
	color: var(--noir);
	width: 60%;
	text-align: center;
	margin: 0px auto 60px auto;
	font-weight: 500;
}

.paragraphe:has(section#logements) h2:before{
	width: 2px;
	height: 60px;
	content:'';
	background: var(--noir);
	margin: auto;
    margin-bottom: 10px;	
	display:none;
}

section#logements .logement{
	display: flex;
	align-items: center;
	gap: 20px;
}

section#logements .logement-2{
	flex-direction: row-reverse;
}

section#logements .logement img{
	width: 50%;
}

section#logements .logement .texte{
	margin: auto;
	width: 35%;
}

section#logements .logement h3{
	font-size: 3em;
	font-weight: 500;
	margin: 0 0 20px 0;
}

section#logements .logement h3:before{
	width: 2px;
	height: 60px;
	content:'';
	background: var(--noir);
    margin-bottom: 10px;	
	display:none;
}

section#logements .prix{
	font-weight: 600;
}

section#composant-hebergements h2{
	font-size: 3em;
	color: var(--noir);
	text-align: center;
	margin: 30px auto 30px auto;
	font-weight: 500;
}

.paragraphe:has(section#offres){
	background: #FFFFFF;
	padding-top: 90px;
	padding-bottom: 60px;
}

.paragraphe:has(section#offres) h2{
	font-size: 3em;
	font-weight: 500;
	color: var(--noir);
	width: 60%;
	margin: 0 auto 30px auto;
	text-align: center;
}

section#offres{
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 60px;
}

.paragraphe.full-width section#offres .container{
	max-width: 1300px;
    margin: auto;
    padding: 0 30px;
}

section#offres .swiper-slide{
	display: flex;
	gap: 50px;
	align-items: center;
	background:var(--vertfonce);
	padding: 20px;
	height: initial;
}

section#offres .swiper-slide img{
	width: 40%;
}

section#offres .swiper-slide .texte{
	width: 60%;
}

section#offres .swiper-button-next::after, 
section#composant-hebergements .swiper-button-next::after, 
section#offres .swiper-rtl .swiper-button-prev::after,
section#composant-hebergements .swiper-rtl .swiper-button-prev::after{
	content:url('./images/fleche-diapo-droit-noir.svg');
	margin-bottom: 5px;
}

section#offres .swiper-button-next:hover::after, 
section#composant-hebergements .swiper-button-next:hover::after, 
section#offres .swiper-rtl .swiper-button-prev:hover::after,
section#composant-hebergements .swiper-rtl .swiper-button-prev:hover::after{
	content:url('./images/fleche-diapo-droit-blanc.svg')
}

section#offres .swiper-button-prev::after, 
section#composant-hebergements .swiper-button-prev::after, 
section#offres .swiper-rtl .swiper-button-prev::after,
section#composant-hebergements .swiper-rtl .swiper-button-prev::after{
	content:url('./images/fleche-diapo-gauche-noir.svg');
	margin-bottom: 5px;
}

section#offres .swiper-button-prev:hover::after, 
section#composant-hebergements .swiper-button-prev:hover::after, 
section#offres .swiper-rtl .swiper-button-prev:hover::after,
section#composant-hebergements .swiper-rtl .swiper-button-prev:hover::after{
	content:url('./images/fleche-diapo-gauche-blanc.svg')
}


section#composant-hebergements .swiper-scrollbar,
section#offres .swiper-scrollbar{
	width: 80%;
	left: 10%;
	right: 10%;
	bottom: 35px;
}

section#offres a.btn{
	background: #FFFFFF;
	color: var(--noir);
}

section#offres a.btn:hover,
section#offres a.btn:focus{
	background: var(--noir);
    color: #FFFFFF;
}

section#composant-hebergements .swiper-slide{
	text-align:center;
}
 
/* #endregion COMPOSANT */

/* #region SHORTCODES */

#content ul.sous-pages{
	list-style:none;
	display:grid;
	gap: 30px;
	padding-left:0;
	grid-template-columns: repeat(4, 1fr);
}

#content ul.sous-pages li .titre-page{
	display: block;
	text-align: center;
	padding: 10px 5px;
	line-height: 1.1em;
	font-family: var(--titleFont);
	font-size: 1.3em;
}

/* #endregion SHORTCODES */

/* #region FOOTER */

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

footer a{
	color: var(--noir);
}

footer .top-footer .container{
	display: flex;
	gap: 50px;
	padding: 50px 30px;
	border-top: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
}

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

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

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 .main-logo .reseaux-sociaux{
    display: flex;
    gap: 15px;
}

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

footer .top-footer .main-logo .reseaux-sociaux a:hover{
	opacity: 0.8;
}

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

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

footer .top-footer .colonne .titre{
	font-family: var(--textFont);
	font-size: 1.0em;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

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

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,
footer .logo-rezo21 ul{
	display: flex;
	gap: 10px;
	align-items: center;
}

footer .logo-rezo21 a{
	display: flex;
}

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

/* #endregion FOOTER */

/* #region TABLETTE */

@media screen and (max-width: 1180px) {
	.select-categories{
		margin-bottom: 30px;
	}
}

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

/* #endregion TABLETTE */

/* #region MOBILE */

@media screen and (max-width: 767px) {
	
	a{
		word-break: break-word;
	}

	section.banniere-haute h1{
		font-size: 2.0em;
	}

	body{
		background-size: 500%;
	}

	.colonnes, 
	section#logements .logement,
	section#logements .logement-2{
		flex-direction: column;
		gap: 0px;
	}

	section#logements .logement h3{
		font-size: 2em;
	}
	
	.wrapper-questions{
		grid-template-columns: 1fr;
	}

	header{
		padding: 20px 15px;
	}
	
	body.home header.scrolled, header.scrolled{
		padding: 10px 15px;
	}

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

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

	header .reserver-bassilour{
		width: 100vw;
	}
	
	header h1,
	header .t-1{
		text-align: left;
		font-size: 1.1em;
		line-height:1.1em;
	}

	section#offres .swiper-button-next::after,
	section#offres .swiper-rtl .swiper-button-prev::after{
		font-size: 1.2em;
		margin: unset;
	}

	div.hero .boutons{
		flex-direction: column;
	}

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

	.paragraphe{
		padding: 30px 0px;
	}

	.paragraphe h2{
		font-size: 2.0em;
	}

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

	.paragraphe:has(blockquote){
		font-size: 1.2em;
	}

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

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

	div.hero .fond-flou{
		width: 90%;
	}

	#content div.hero p.sous-titre{
		font-size: 2em;
	}

	section#rassurance{
		padding: 50px 0;
	}

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

	section#rassurance .colonne-1 .arguments{
		grid-template-columns: 1fr;
	}

	section#rassurance .colonne-1{
		position: relative;
		top: unset;
	}

	section#rassurance .colonne-1 h2{
		width: 100%;
		text-align: center;
	}

	.paragraphe:has(section#domaine){
		padding: 0;
	}

	section#slows{
		padding: 50px 0;
	}

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

	.paragraphe:has(section#logements) h2,
	section#slows h2{
		width: 100%;
		font-size: 2.0em;
	}

	section#logements .logement{
		margin-bottom: 50px;
	}

	section#logements .logement h3{
		margin: 50px 0 10px 0;
	}

	section#logements .logement .texte,
	section#logements .logement img{
		margin: unset;
		width: 100%;
	}

	section#domaine .lien-page .nom{
		font-size: 1.4em;
		padding: 10px 15px;
	}

	.paragraphe blockquote:before, .paragraphe blockquote:after{
		width: fit-content;
        left: 30%;
		right: unset;
        position: relative;
	}

	.paragraphe:has(section#offres) h2{
		margin: 0 0 30px 0;
		width: 100%;
	}

	section#offres .swiper-slide{
		flex-direction: column;
	}

	section#offres .swiper-slide img,
	section#offres .swiper-slide .texte{
		width: 100%;
	}

	.swiper-button-next{
		right: -80%;
	}

	section#composant-hebergements .swiper-scrollbar,
	section#offres .swiper-scrollbar{
		width: 50%;
		left: 0;
		right: 0;
		bottom: 35px;
		margin: 0 25%;
	}

	section#composant-hebergements h2,
	h1,
	section#rassurance .colonne-1 h2,
	.paragraphe:has(section#offres) h2
	{
		font-size: 2em;
	}

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

	#content ul.sous-pages{
		grid-template-columns: repeat(2, 1fr);
	}

	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{
		text-align: center;
		flex-direction: column;
		gap: 15px;
	}

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

	section.banniere-haute .bloc-titre-hover{
		position: relative;
		background: var(--vertfonce);
		text-shadow: none;
		font-size: 0.7em;
	}
}

/* #endregion MOBILE */