.wp-block-buttons{
	gap:20px;
}

.button-base,
.wp-block-button:not(.modal-btn) a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	padding: 10px 25px;
	background: #0E2116;
	margin-top: 20px;
	border-radius: 0px;
	letter-spacing: 0em;
	text-transform: uppercase;
	font-family: "DM Sans", sans-serif;
	transition: all .3s;
}

.wp-block-button.btn-blanc a{
	background: #fff;
	color: #0E2116;
}

.button-base:hover,
.wp-block-button:not(.modal-btn) a:hover,
.wp-block-button.btn-blanc a:hover{
	background: #B39685;
	color: #fff;
}

.wp-block-button.modal-btn a {
	display: inline-block;
	padding: 0;
	border-radius: 0;
	background: none;
	transition: all .3s;
	color: #B39685;
	border-bottom: 1px solid #B39685;
	padding: 0 5px 5px 5px;
	margin-top: 20px;
}

.wp-block-button.modal-btn a::after{
	display: inline-block;
	font-family: "Font Awesome 7 Pro";
	content: "\f078";
	margin-left: 8px;
	font-weight: 900;
	font-size: .75em;
}

.wp-block-button.modal-btn a:hover{
	color: #0E2116;
	border-color: #0E2116;
}

.wrap_content{
	max-width: 1500px;
	margin: auto;
	padding: 0 10px;
}

.wrap_small_content{
	max-width: 1200px;
	margin: auto;
	padding: 0 10px;
}

.wrap_content_650{
	max-width: 660px;
	margin: auto;
	padding: 0 10px;
}

.has-small-font-size {
	font-size: 16px !important;
	font-family: "DM Sans", sans-serif;
}

i{
	font-family: "Font Awesome 7 Pro";
	font-weight: 900;
}

.modal {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e9e9e9;
}

.modal::before {
	font-family: "Font Awesome 7 Pro";
	content: "\f078";
	display: block;
	margin-left: 0;
	font-weight: 900;
	font-size: 1em;
	margin-bottom: 10px;
	color: #B39685;
}

#content-main p a,
#content-main .wp-block-list li a{
	color: #0E2116;
	border-bottom: 1px solid #0E2116;
}

#content-main p strong,
#content-main .wp-block-list li strong{
	color: #393939;
	font-weight: 500;
}

.wp-block-list li:not(:last-of-type){
	margin-bottom: 8px;
}

.wp-block-list li::before {
	content: "\f0c8";
	display: inline-block;
	font-family: "Font Awesome 7 Pro";
	margin-right: 8px;
	font-weight: 900;
	font-size: 8px;
	color: #0E2116;
	position: relative;
	top: -2px;
}

.wp-block-list.liste-check li:not(:last-of-type){
	margin-bottom: 8px;
}

.wp-block-list.liste-check li::before {
	font-family: "Font Awesome 7 Pro";
	display: inline-block;
	content: "\f058";
	margin-right: 8px;
	font-weight: 900;
	font-size: .9em;
	color: #0E2116;
}

.wp-block-list.liste-chevron li:not(:last-of-type){
	margin-bottom: 8px;
}

.wp-block-list.liste-chevron li::before {
	font-family: "Font Awesome 7 Pro";
	display: inline-block;
	content: "\f054";
	margin-right: 8px;
	font-weight: 900;
	font-size: .75em;
	color: #0E2116;
}

.focus{
	padding: 40px;
	position: relative;
	z-index: -1;
	border: 1px solid #0E2116;
	margin-top: 40px;
}

.focus::before {
	content: '';
	display: block;
	width: 110%;
	height: 110%;
	background: #fff;
	position: absolute;
	left: -5%;
	top: -5%;
	transform: rotate(6deg);
	z-index: 1;
}

.focus > div{
	position: relative;
	z-index: 10;
}

.focus p{
	font-size: 1.1em;
	color: #0E2116;
	line-height: 1.6em;
	letter-spacing: 0em;
	font-family: "DM Sans", sans-serif;
	letter-spacing: 0.1em;
	font-weight: 300;
	font-style: italic;
}

.pd0{padding: 0 !important;}

.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pt40{padding-top: 40px !important;}
.pt60{padding-top: 60px !important;}
.pt80{padding-top: 80px !important;}
.pt100{padding-top: 100px !important;}
.pt120{padding-top: 120px !important;}
.pt140{padding-top: 140px !important;}
.pt160{padding-top: 160px !important;}
.pt180{padding-top: 180px !important;}
.pt200{padding-top: 200px !important;}
.pt220{padding-top: 220px !important;}

.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}
.pb60{padding-bottom: 60px !important;}
.pb80{padding-bottom: 80px !important;}
.pb100{padding-bottom: 100px !important;}
.pb120{padding-bottom: 120px !important;}
.pb140{padding-bottom: 140px !important;}
.pb160{padding-bottom: 160px !important;}
.pb180{padding-bottom: 180px !important;}
.pb200{padding-bottom: 200px !important;}
.pb220{padding-bottom: 220px !important;}

.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt60{margin-top: 60px !important;}
.mt80{margin-top: 80px !important;}
.mt100{margin-top: 100px !important;}
.mt120{margin-top: 120px !important;}
.mt140{margin-top: 140px !important;}
.mt160{margin-top: 160px !important;}
.mt180{margin-top: 180px !important;}
.mt200{margin-top: 200px !important;}
.mt220{margin-top: 220px !important;}

.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb60{margin-bottom: 60px !important;}
.mb80{margin-bottom: 80px !important;}
.mb100{margin-bottom: 100px !important;}
.mb120{margin-bottom: 120px !important;}
.mb140{margin-bottom: 140px !important;}
.mb160{margin-bottom: 160px !important;}
.mb180{margin-bottom: 180px !important;}
.mb200{margin-bottom: 200px !important;}
.mb220{margin-bottom: 220px !important;}

/* HEADER *//* HEADER *//* HEADER *//* HEADER */
/* HEADER *//* HEADER *//* HEADER *//* HEADER */
/* HEADER *//* HEADER *//* HEADER *//* HEADER */

#header-main{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 90px;
	background: #fff;
	padding: 25px 45px;
	z-index: 999;
}

#content-main{
	padding-top: 90px;
}

.logo_header{
	display: block;
	width: 220px;
	position: absolute;
	left: 45px;
	top: 20px;
	z-index: 100;
}

.logo_header img{
	display: block;
	width: 100%;
}

#main_menu {
	width: 100%;
	position: absolute;
	right: 45px;
	top: 30px;
	padding-left: 320px;
}

#main_menu ul{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 10px 45px;
}

#main_menu ul li a{
	font-size: 14px;
	line-height: 1.3em;
	color: #1a1a1a;
	text-transform: uppercase;
	position: relative;
	font-family: "DM Sans", sans-serif;
	transition: all .3s;
}

#main_menu > div:not(.wrap_menu_plus) ul li a::after{
	content:'';
	display: block;
	width: 12px;
	height: 1px;
	background: transparent;
	position: absolute;
	left: -8px;
	right: 0;
	margin: auto;
	bottom: -8px;
	transition: all .3s;
}

#main_menu > div:not(.wrap_menu_plus) ul li.current-menu-item a::after{
	background: #0E2116;
	left: 0;
}

#main_menu > div:not(.wrap_menu_plus) ul li a:hover::after{
	background: #B39685;
	left: 0;
}

#main_menu ul li a:hover{
	color: #B39685;
}

#main_menu::after{
	content:'';
	display: block;
	clear: both;
}

#main_menu > div:not(.wrap_menu_plus){
	float: right;
}

#main_menu button {
	float: right;
	background: #000;
	margin-left: 45px;
	margin-top: -1px;
	border: none;
	color: #fff;
	padding: 8px 16px;
	text-transform: uppercase;
	font-weight: 400;
	cursor: pointer;
	transition: all .3s;
}

#main_menu button:hover{
	background: #B39685;
}

#main_menu button i{
	font-size: .85em;
}

.wrap_menu_plus {
	position: fixed;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	padding-left: 20%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: all ease-in-out .4s;
}

.isOpen .wrap_menu_plus{
	right: 0;
}

.left_menu_plus {
	width: 35%;
	height: 100%;
}

.left_menu_plus img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.right_menu_plus {
	width: 65%;
	height: 100%;
	background: #0E2116;
	padding: 80px 110px;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.close_menu{
	display: inline-block;
	color: #888;
	font-size: 1em;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s;
}

.close_menu .fa-solid{
	font-size: .85em;
}

.close_menu:hover{
	color: #fff;
}

.wrap_menu_principal_plus{
	text-align: right;
}

#main_menu .wrap_menu_principal_plus ul{
	display: block;
}

#main_menu .wrap_menu_principal_plus ul li:not(:last-of-type){
	margin-bottom: 25px;
}

#main_menu .wrap_menu_principal_plus ul li a{
	display: inline-block;
	padding-right: 0;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: 200;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: relative;
	transition: all .3s;
}

#main_menu .wrap_menu_principal_plus ul li a::after{
	content:'';
	display: inline-block;
	width: 0px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}

#main_menu .wrap_menu_principal_plus ul li a:hover{
	color: #B39685;
	padding-right: 40px;
}

#main_menu .wrap_menu_principal_plus ul li a:hover::after{
	background: #B39685;
	width: 30px;
}

.wrap_menu_secondaire{
	text-align: right;
}

#main_menu .wrap_menu_secondaire ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.separator{
	display: inline-block;
	width: 7px;
	height: 1px;
	background: #888;
	margin-left: 10px;
}

#main_menu .wrap_menu_secondaire ul li{
	display: inline-flex;
	align-items: center;
}

#main_menu .wrap_menu_secondaire ul li a{
	color: #888;
	display: inline-block;
	font-size: 1em;
	transition: all .3s;
}

#main_menu .wrap_menu_secondaire ul li a:hover{
	color: #fff;
}

@keyframes AnimSticky {
	0%{top:-160px;}
	100%{top:0;}
}

#header-main.sticky{
	position: fixed;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	animation: AnimSticky ease-in-out .6s forwards;
	height: 70px;
}

#header-main.sticky .logo_header {
	width: 200px;
	top: 6px;
}

#header-main.sticky #main_menu {
	top: 18px;
}

/* HOME *//* HOME *//* HOME *//* HOME */
/* HOME *//* HOME *//* HOME *//* HOME */
/* HOME *//* HOME *//* HOME *//* HOME */

h1{
	text-transform: uppercase;
	font-size: 3em;
	color: #2A2B2A;
	line-height: 1.3em;
	letter-spacing: 0em;
}

h1 span{
	font-size: .7em;
}

h2{
	font-size: 2.4em;
	color: #2A2B2A;
	line-height: 1.3em;
	margin-bottom: 24px;
	letter-spacing: 0em;
	font-family: 'MarieDelphineCurve', sans-serif;
}

h2.titre_center{
	text-align: center;
}

h2 span{
	display: block;
	font-family: "DM Sans", sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

h2 span{
	margin-bottom: 15px;
}

h2 span::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 1px;
	background: #2A2B2A;
	margin-right: 12px;
	position: relative;
	top: -4px;
}

h2.titre_center span::before {
	display: block;
	width: 1px;
	height: 50px;
	top: 0;
	margin: 0 auto 30px auto;
}

.paddingsite{
	padding: 0 25px;
}

.sliderHome,
.sliderHome .swiper-slide,
.sliderHome .swiper-slide picture,
.sliderHome .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
}

.sliderHome .swiper-slide img{
	object-fit: cover;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	top: unset;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 20px);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #fff;
}

/* gallery js */

.gallerySwiper {
	position: relative;
	width: calc(100% + 140px);
	margin-left: -140px;
	overflow: hidden;
}

.gallerySwiper .swiper-wrapper {
	align-items: stretch;
}

.gallerySwiper .swiper-slide {
	height: auto;
}

.gallerySwiper .swiper-slide figure {
	margin: 0;
	height: 100%;
}

.gallerySwiper .swiper-slide picture {
	display: block;
	height: 100%;
}

.gallerySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 700px;
	object-fit: cover;
}

.gallerySwiper .swiper-pagination {
	position: relative;
	margin-top: 30px;
}

.gallerySwiper .swiper-pagination-progressbar {
	height: 2px;
	background: rgba(0,0,0,0.15);
}

.gallerySwiper .swiper-pagination-progressbar-fill {
	background: #000;
}

.wrap_slider_galerie{
	overflow: hidden;
}

.gallerySwiper {
	position: relative;
	width: calc(100% + 140px);
	margin-left: -140px;
	overflow: hidden;
	direction: rtl;
}

.gallerySwiper .swiper-slide figure,
.gallerySwiper .swiper-slide picture,
.gallerySwiper .swiper-slide img {
	direction: ltr;
}

/* nav click button */

.tab_block {
	max-width: 1200px;
	margin: 0 auto;
	padding: 45px;
	background: #efefef;
	position: relative;
}

.tab_block_nav {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -22px;
}

.tab_block_nav .wp-block-buttons {
	gap: 0;
}

.tab_block_nav .tab_button {
	margin: 0;
}

.tab_block_nav .tab_button .wp-block-button__link {
	background: #ffffff;
	color: #888;
	border: 1px solid #e9e9e9;
	border-radius: 0;
	padding: 12px 25px;
	min-width: 100px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	box-shadow: none;
	margin-top: 0;
	transition: all 0.3s;
}

.tab_block_nav .tab_button .wp-block-button__link:hover{
	background: #888;
	color: #ffffff;
	border-color: #888;
}

.tab_block_nav .tab_button + .tab_button {
	margin-left: -1px;
}

.tab_block_nav .tab_button.is_active .wp-block-button__link {
	background: #0E2116;
	color: #ffffff;
	border-color: #0E2116;
}

.tab_block_panels {
	background: #ffffff;
	padding: 20px;
	box-sizing: border-box;
}

.tab_block_panels_col_texte{
	padding: 40px 60px;
}

.intro_page p:not(.regions){
	max-width: 580px;
	margin: auto;
}

p.regions{
	font-family: "Castoro Titling", serif;
	color: #2A2B2A;
	font-size: 1.3em;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

p.regions span{
	display: inline-block;
	width: 38px;
	height: 1px;
	background: #2A2B2A;
	margin: 0 38px;
}

.wrap_double_col{
	justify-content: space-between;
	overflow: hidden;
}

.wrap_double_col .wp-block-columns.are-vertically-aligned-bottom {
	align-items: stretch !important;
}

.wrap_double_col .wrap_double_col_img_small {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.wrap_double_col .wrap_double_col_img_small .wp-block-image {
	margin: 0;
	line-height: 0;
}

.wrap_double_col .wrap_double_col_img_small .wp-block-image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 75vh;
	object-fit: cover;
}

#content-main p:not(:last-of-type){
	margin-bottom: 20px;
}

.col_de_la_galerie{
	padding-right: 100px;
}

.pr100{
	padding-right: 100px;
}

.banniere_titre_typos{
	min-height: 90vh;
}

.banniere_titre_typos p{
	font-family: "Castoro Titling", serif;
	color: #fff;
	line-height: 1.5em;
	text-transform: uppercase;
	font-size: 64px;
	text-align: center;
}

.banniere_titre_typos p em{
	font-family: 'MarieDelphineCurve', sans-serif;
	font-size: 160px;
	line-height: 0.5em;
	text-transform: none;
	display: inline-block;
	margin: 0 10px;
}

.wrap_section_avis{
	padding: 80px 0;
	background: #0E2116;
}

picture{
	display: block;
	width: 100%;
	height: 100%;
}

.wrap_section_avis .wp-block-gallery{
	max-width: 1000px;
	margin: 0 auto 60px auto;
}

.wrap_section_avis h2{
	color: #fff;
}

.wrap_slider_avis{
	max-width: 620px;
	margin: auto;
}

.content_avis p{
	color: #fff;
	font-size: .9em;
	line-height: 1.3em;
}

.sliderAvis .swiper-slide hr{
	color: #B39685;
	border-bottom: none;
	margin: 30px 0 10px 0;
}

.bottom_avis{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bottom_avis span{
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-weight: 300;
	letter-spacing: 0.3em;
	font-size: 12px;
}

.wrap_nav_slider{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}

.wrap_nav_slider > div {
	position: static;
	transform: none;
	width: auto;
	height: auto;
	color: #B39685;
	margin: 0;
}

.wrap_nav_slider > div::after{
	font-size: 18px !important;
}

.wrap_section_avis .wp-block-button a {
	display: inline-block;
	color: #B39685;
	background: #0E2116;
	border: 1px solid #B39685;
	padding: 15px 30px;
	margin-top: 0;
}

.wrap_section_avis .wp-block-button a:hover{
	color: #0E2116;
	background: #fff;
	border-color: #fff;
}

.wrap_instagram{
	text-align: center;
	padding: 120px 0;
	background: #fff;
}

.lien_vers_insta{
	color: #0E2116;
	font-size: 1.2em;
	transition: all .3s;
}

.lien_vers_insta:hover{
	color: #B39685;
}

.short_insta{
	margin: 40px auto;
	width: 94%;
	max-width: 1150px;
}

.wrap_instagram .button-base{
	margin-top: 0;
}

/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */

#footer-main {
	background: #0E2116;
	color: #F4F1EB;
	padding: 90px 0 70px;
}

#footer-main .wrap_content {
	width: min(100% - 40px, 1320px);
	margin: 0 auto;
}

#footer-main a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.25s ease, color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

#footer-main a:hover {
	opacity: 0.8;
}

#footer-main .footer-top {
	max-width: 680px;
	margin: 0 auto 70px;
	text-align: center;
}

#footer-main .footer-logo {
	display: inline-block;
	margin-bottom: 35px;
}

#footer-main .footer-logo img {
	display: block;
	width: 280px;
	height: auto;
	margin: 0 auto;
}

#footer-main .footer-newsletter-intro p {
	margin: 0;
	color: #fff;
}

#footer-main .footer-newsletter-intro p:first-child {
	font-size: 23px;
	line-height: 1.45;
	font-weight: 400;
	margin-bottom: 32px;
}

#footer-main .footer-newsletter-subtitle {
	font-size: 17px;
	line-height: 1.5;
	color: rgba(244, 241, 235, 0.88);
	padding-top: 0;
}

#footer-main .footer-separator {
	width: 100%;
	height: 1px;
	background: rgba(205, 184, 164, 0.7);
	margin-bottom: 65px;
}

#footer-main .footer-bottom {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 60px;
	row-gap: 40px;
}

#footer-main .footer-col h3 {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: "DM Sans", sans-serif;
	color: #fff;
}

#footer-main .footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-main .footer-col li {
	margin-bottom: 12px;
}

#footer-main .footer-col li:last-child {
	margin-bottom: 0;
}

#footer-main .footer-col a {
	font-size: 14px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.70);
	text-transform: uppercase;
}

#footer-main .footer-col a:hover {
	color: #F4F1EB;
	opacity: 1;
}

#footer-main .footer-col button {
	font-size: 14px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.70);
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
	text-transform: uppercase;
}

#footer-main .footer-col button:hover {
	color: #F4F1EB;
	opacity: 1;
}

#footer-main .footer-col-contact ul {
	margin-bottom: 28px;
}

#footer-main .btn-footer-contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 25px;
	background: #F4F1EB;
	color: #0E2116 !important;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}

#footer-main .btn-footer-contact:hover {
	background: #B39685;
	color: #fff !important;
	opacity: 1;
}

/* A PROPOS *//* A PROPOS *//* A PROPOS *//* A PROPOS */
/* A PROPOS *//* A PROPOS *//* A PROPOS *//* A PROPOS */
/* A PROPOS *//* A PROPOS *//* A PROPOS *//* A PROPOS */

.wrap_top_page_centre{
	max-width: 900px;
	margin: 100px auto 0 auto;
}

.wrap_top_page_centre .wp-block-columns{
	gap: 0;
}

.relative{
	position: relative;
}

.second_col_absolute{
	padding: 120px 0;
}

.titre_top_page_absolute{
	font-size: 2.4em;
	color: #2A2B2A;
	line-height: 1.3em;
	margin-bottom: 24px;
	letter-spacing: 0em;
	font-family: 'MarieDelphineCurve', sans-serif;
	text-align: center;
	position: absolute;
	left: 0;
	top: 30px;
	right: 0;
	margin: auto;
}

.small_uppercase{
	font-size: 12px;
	text-transform: uppercase;
	color: #2A2B2A;
	line-height: 1em;
}

.wp-block-media-text > .wp-block-media-text__content{
	padding: 0 100px;
}

.vert_before{
	position: relative;
	z-index: 10;
}

.vert_before::before{
	content:'';
	display: block;
	width: 100%;
	height: 55%;
	position: absolute;
	left: 0;
	top: 0;
	background: #0E2116;
	z-index: -1;
}

.vert_before h2 span::before{
	background: #fff;
}

.vert_before h2,
.vert_before p{
	color: #fff;
}

.vert_before p{
	font-size: .9em;
}

.wp-block-media-text.is-image-fill-element .wp-block-media-text__content{
	padding-top: 60px;
	padding-bottom: 60px;
}

.wrap_sur_photo{
	position: relative;
	padding: 40px;
	z-index: 10;
}

.wrap_sur_photo > div > figure img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.wrap_content_sur_photo{
	background: #fff;
	padding: 80px;
	gap: 80px;
}

/* ACCORDION *//* ACCORDION *//* ACCORDION *//* ACCORDION */
/* ACCORDION *//* ACCORDION *//* ACCORDION *//* ACCORDION */
/* ACCORDION *//* ACCORDION *//* ACCORDION *//* ACCORDION */

.accordion {
	border-bottom: 1px solid #F2F2F2;
}

.accordion h3,
.accordion h2 {
	font-size: 1.2em;
	font-family: "DM Sans", sans-serif;
	color: #2A2B2A;
	padding: 15px 50px 15px 0;
	position: relative;
	cursor: pointer;
	transition: all .3s;
}

.accordion h3:hover,
.accordion h2:hover{
	color: #B39685;
}

.accordion h3::after,
.accordion h2::after {
	content: '+';
	display: block;
	font-size: 40px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #2A2B2A;
	font-family: 'MarieDelphineCurve', sans-serif;
}

.accordion.active h3::after,
.accordion.active h2::after {
	content: '-';
}

.accordion.active h3,
.accordion.active h2 {
	font-style: italic;
}

.contenu_accordion {
	display: none;
	padding: 40px 40px 40px 0;
	background: #fff;
	font-size: 16px;
	line-height: 1.4em;
}

.contenu_accordion p,
.contenu_accordion li{
	font-size: 18px;
	color: #888888;
}

/* ---------------- */

/* PAGE *//* PAGE *//* PAGE *//* PAGE */
/* PAGE *//* PAGE *//* PAGE *//* PAGE */
/* PAGE *//* PAGE *//* PAGE *//* PAGE */

.sansbanniere{
	margin-top: 60px;
}

.wrap_vert_top_page{
	background: #0E2116;
	padding: 160px 0 360px 0;
}

.wrap_vert_top_page .content_top_vert{
	max-width: 880px;
	margin: auto;
}

.wrap_vert_top_page h1{
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 30px;
}

.wrap_vert_top_page p{
	opacity: .7;
	font-size: .9em;
}

.wrap_vert_top_page .wp-block-buttons{
	margin-top: 20px;
}

.triple_galerie_photo {
	position: relative;
	margin: -250px auto 0 auto;
	max-width: 90%;
}

.triple_galerie_photo figure:first-of-type{
	padding-top: 40px;
}

.triple_galerie_photo figure:last-of-type{
	padding-top: 40px;
}

.bloc_4_photo{
	max-width: 1200px;
	margin: auto;
	padding: 0 80px;
	position: relative;
	z-index: 10;
}

.bloc_4_photo .wp-block-columns{
	gap: 20px;
}

.bloc_4_photo .wp-block-columns .wp-block-column{
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
}

.bloc_4_photo_texte {
	font-size: 2.4em;
	color: #2A2B2A;
	line-height: 1.3em;
	margin-bottom: 24px;
	letter-spacing: 0em;
	font-family: 'MarieDelphineCurve', sans-serif;
}

.bloc_4_photo .wp-block-columns .wp-block-column{
	position: relative;
}

.bloc_4_photo_texte-1 {
	position: absolute;
	top: -120px;
	left: -80px;
}

.bloc_4_photo_texte-2{
	position: absolute;
	top: -120px;
	right: -80px;
	text-align: right;
}

.bloc_4_photo_texte-3{
	display: block;
	text-align: center;
	margin-top: 60px;
}

.gallery_full{
	padding: 5px;
	gap: 5px !important;
}

cite{
	margin-top: 20px;
	opacity: .5;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
}

.wp-block-quote:not(.big_quote){
	padding: 10px 50px 20px 50px;
	border-left: 1px solid #0E2116;
	margin-top: 20px;
}

.wp-block-quote:not(.big_quote)::before {
	content: '';
	display: block;
	width: 55px;
	height: 55px;
	background: url(../img/quote-vert.png) no-repeat center / contain;
	margin: 0px 0px -30px -20px;
	opacity: .1;
}

.wp-block-quote:not(.big_quote) p{
	font-size: 1.1em;
	color: #0E2116;
	line-height: 1.6em;
	letter-spacing: 0em;
	font-family: "DM Sans", sans-serif;
	letter-spacing: 0.1em;
	font-weight: 300;
	font-style: italic;
}

.big_quote::before{
	content:'';
	display: block;
	width: 55px;
	height: 55px;
	background: url(../img/quote-vert.png) no-repeat center / contain;
	margin: 0 auto 15px auto;
}

.big_quote p{
	font-size: 3em;
	color: #0E2116;
	line-height: 1.3em;
	letter-spacing: 0em;
	font-family: 'MarieDelphineCurve', sans-serif;
}

.big_quote.quote_blanc p{
	color: #fff;
}

.big_quote.quote_blanc::before{
	background: url(../img/quote-blanc.png) no-repeat center / contain;
}

.media_full.wp-block-media-text > .wp-block-media-text__content{
	padding: 100px !important;
}

.wrap_etapes_process > div{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.wrap_etapes_process_centrer.wrap_etapes_process > div {
	justify-content: center;
	gap: 80px;
}

.wrap_etapes_process > div::before{
	content:'';
	display: block;
	width: 90%;
	height: 2px;
	background: #E9E9E9;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 28px;
	z-index: -1;
}

.item_process{
	padding: 0 30px;
	background: #fff;
	max-width: 28%;
}

.titre_item_process{
	font-size: 2.4em;
	color: #2A2B2A;
	line-height: 1.3em;
	letter-spacing: 0em;
	font-family: 'MarieDelphineCurve', sans-serif;
}

.item_process p:not(.titre_item_process){
	font-size: 14px;
}

.sansbanniere h1::before{
	content:'';
	display: block;
	width: 1px;
	height: 80px;
	background: #2A2B2A;
	margin: 0 auto 40px auto;
}

/* AVIS *//* AVIS *//* AVIS *//* AVIS */
/* AVIS *//* AVIS *//* AVIS *//* AVIS */
/* AVIS *//* AVIS *//* AVIS *//* AVIS */

.wrap_item_temoignages {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 2%;
	padding-bottom: 100px;
}

.item-avis-slide{
	padding: 50px;
	border-radius: 0px;
	background: #f9f9f9;
	height: 100%;
}

.wrap_item_temoignages .item-avis-slide {
	width: 49%;
	height: auto;
}

.note_avis{
	width: 89px;
	height: 12px;
	background: url(../img/etoiles-avis.svg) no-repeat left / contain;
	margin-bottom: 30px;
}

.titre_avis{
	color: #0E2116;
	font-family: "Cormorant Infant", serif;
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 15px;
	text-align: left;
}

.wrap_item_temoignages .content_avis p{
	text-align: left;
	font-size: .9em;
	line-height: 1.2em;
	color: #2A2B2A;
}

/* BLOG *//* BLOG *//* BLOG *//* BLOG */
/* BLOG *//* BLOG *//* BLOG *//* BLOG */
/* BLOG *//* BLOG *//* BLOG *//* BLOG */

body.blog .wrap_top_page,
body.single-post .wrap_top_page {
	text-align: center;
}

body.blog .wrap_top_page .wrap_content,
body.single-post .wrap_top_page .wrap_content{
	padding-right: 0;
}

body.blog .arrow-down-top,
body.single-post .arrow-down-top{
	margin-left: auto;
	margin-right: auto;
}

.wrap_all_actus{
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 20px 2%;
	flex-wrap: wrap;
	position: relative;
	margin-top: -40px;
	z-index: 20;
}

.item-actus{
	width: 31%;
}

.item-actus a{
	display: block;
	width: 100%;
	background: #fafafa;
	transition: all .3s;
	overflow: hidden;
	border-radius: 0px;
}

.item-actus a picture{
	display: block;
	overflow: hidden;
}

.item-actus a img{
	height: 240px;
	width: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all .3s;
}

.item-actus a:hover img{
	transform: scale(1.1);
}

.content_item_actus{
	padding: 20px 30px;
}

.meta_actu{
	color: #B39685;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	line-height: .9em;
	text-transform: uppercase;
	transition: all .3s;
}

.meta_actu span{
	text-transform: none;
	letter-spacing: 0;
	color: #0E2116;
	font-size: 13px;
	transition: all .3s;
}

.meta_actu span::after{
	content:'\f2f2';
	display: inline-block;
	margin-left: 4px;
	font-family: "Font Awesome 7 Pro";
	font-weight: 300;
	font-size: .9em;
}

.titre_actu{
	font-weight: 500;
	font-size: 1em;
	letter-spacing: 0;
	color: #0E2116;
	margin-bottom: 0;
	text-transform: none;
	transition: all .3s;
}

.item-actus a:hover{
	background: #0E2116;
}

.item-actus a:hover .meta_actu,
.item-actus a:hover .meta_actu span,
.item-actus a:hover .titre_actu{
	color: #fff;
}

body.blog .wrap_vert_top_page {
	background: #0E2116;
	padding: 140px 0 120px 0;
}

/* formulaire */

.wrap_form {
	position: relative;
	margin: -250px auto 0 auto;
	max-width: 850px;
}

.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wpcf7 {
	max-width: 100%;
	width: 100%;
	background: #fff;
	padding: 40px;
	border: 1px solid #f9f9f9;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.03);
	position: relative;
	z-index: 10;
	border-radius: 0px;
}

.wpcf7 label {
	width: 48%;
	margin: 0 0 10px 0;
	font-size: .9em;
	line-height: 1.8em;
	letter-spacing: .5px;
	font-weight: 400;
	display: block;
	color: #222;
	padding-bottom: 5px;
	border-bottom: 1px solid #0E2116;
	font-family: "DM Sans", Arial, sans-serif !important;
}
.wpcf7 input {
	width: 100%;
	padding: 8px 15px;
	background: #f5f5f5;
	border: none;
	margin-top: 10px;
	border-radius: 0px;
	color: #0E2116;
	font-family: "DM Sans", Arial, sans-serif !important;
	font-size: 1em;
	line-height: 1.3em;
}
.wpcf7 label.textarea-label{
	width: 100%;
}
.wpcf7 textarea {
	width: 100%;
	height: 120px;
	resize: none;
	background: #f5f5f5;
	border: none;
	color: #0E2116;
	border-radius: 0px;
	padding: 8px 15px;
	margin-top: 10px;
	font-family: "DM Sans", Arial, sans-serif !important;
	font-size: 1em;
	line-height: 1.3em;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
	color: #888;
}
.wpcf7 input.wpcf7-submit {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: 300;
	padding: 18px 15px 15px 15px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	background: #0E2116;
	border-radius: 0px;
	cursor: pointer;
	transition: all .3s;
}

.wpcf7 input.wpcf7-submit:hover {
	color: #fff;
	background: #B39685;
}

/* Si acceptance n'est PAS coché */
.wpcf7 form:has(.wpcf7-acceptance input[type="checkbox"]:not(:checked)) input.wpcf7-submit {
	background: #b5b5b5;
	cursor: not-allowed;
}

/* Et on enlève le hover doré tant que ce n'est pas coché */
.wpcf7 form:has(.wpcf7-acceptance input[type="checkbox"]:not(:checked)) input.wpcf7-submit:hover {
	background: #b5b5b5;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: .8em;
	font-weight: normal;
	display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	padding: 20px;
	text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #B39685;
	width: 100%;
	padding: 40px 20px;
	background: #0E2116;
	color: #fff;
	text-align: center;
	border-bottom: 10px solid #B39685;
}
.wpcf7 .wpcf7-acceptance label {
	width: 100%;
	margin: 2% 0 20px 0;
	padding-bottom: 0;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	display: block;
	border: none;
}

.wpcf7 .wpcf7-acceptance input {
	width: 15px !important;
	height: 15px !important;
	padding: 0;
	margin: 0 8px -1px 0;
	border: 1px solid #DBDBDB;
}

.wpcf7 label.label100{
	width: 100%;
}

.wpcf7 select{
	width: 100%;
	padding: 10px;
	border-radius: 0;
	border: 1px solid #E9E9E9;
	background: #fafafa;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item label{
	margin: 0 10px 0 0; 
	width: auto;
}

.wpcf7-checkbox .wpcf7-list-item input{
	width: auto;
}

.wpcf7 label.label_checkbox {
	margin-bottom: 0;
	border-bottom: 0;
}

.wp-block-contact-form-7-contact-form-selector,
.wp-block-contact-form-7-contact-form-selector > div{
	height: 100%;
}

/* --- */

/* TARIFS */

.wrap_formules.wrap_formules_tarifs{
	max-width: 90% !important;
}

.wrap_formules.wrap_formules_tarifs .tab_block {
	max-width: 100%;
}

.titre_blanc{
	color: #fff;
}

.titre_blanc span::before{
	background: #fff;
}

/* OPTIONS SECTION */
.wrap_options_section {
	background: #fff;
}

.wrap_options_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
}

.item_option {
	background: linear-gradient(135deg, #fafafa 0%, #fff 100%);
	padding: 35px;
	border: 1px solid #E9E9E9;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.item_option::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(179, 150, 133, 0.1), transparent);
	transition: left 0.5s ease;
	pointer-events: none;
}

.item_option:hover::before {
	left: 100%;
}

.item_option:hover {
	background: #fff;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
	border-color: #0E2116;
	transform: translateY(-5px);
}

.titre_option {
	display: block;
	font-family: "DM Sans", sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #2A2B2A;
	font-weight: 600;
	margin-bottom: 24px;
}

.titre_option::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 1px;
	background: #2A2B2A;
	margin-right: 12px;
	position: relative;
	top: -4px;
}

.item_option p {
	font-size: 0.95em;
	line-height: 1.6em;
	color: #2A2B2A;
	margin: 0 0 15px 0;
}

.item_option p.prix_option {
	font-size: 2em;
	color: #0E2116;
	font-weight: 700;
	margin: 15px 0 0 0;
	line-height: 1em;
	font-family: 'MarieDelphineCurve', sans-serif;
}

.item_option p.prix_option sup {
	font-size: .6em;
	margin-left: 3px;
	position: relative;
	top: 3px;
}

/* À SAVOIR SECTION *//* À SAVOIR SECTION *//* À SAVOIR SECTION *//* À SAVOIR SECTION */
/* À SAVOIR SECTION *//* À SAVOIR SECTION *//* À SAVOIR SECTION *//* À SAVOIR SECTION */
/* À SAVOIR SECTION *//* À SAVOIR SECTION *//* À SAVOIR SECTION *//* À SAVOIR SECTION */

.wrap_a_savoir_section {
	background: #fff;
}

.wrap_a_savoir_content {
	display: flex;
	gap: 80px;
	align-items: stretch;
}

.wrap_a_savoir_content .wp-block-column {
	display: flex;
	flex-direction: column;
}

.titre_savoir {
	font-family: "DM Sans", sans-serif;
	font-size: 1.1em;
	color: #fff;
	line-height: 1.3em;
	margin: 0 0 25px 0;
	padding-bottom: 15px;
	font-weight: 300;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.wrap_a_savoir_content p {
	font-size: 0.95em;
	line-height: 1.7em;
	color: #2A2B2A;
	margin: 0 0 20px 0;
}

.wrap_a_savoir_content p:last-child {
	margin-bottom: 0;
}

.wrap_a_savoir_content p strong {
	color: #0E2116;
	font-weight: 600;
}

#page-tarifs .wrap_a_savoir_content p strong{
	color: #fff;
	font-weight: 700;
}

/* PORTFOLIO *//* PORTFOLIO *//* PORTFOLIO *//* PORTFOLIO */
/* PORTFOLIO *//* PORTFOLIO *//* PORTFOLIO *//* PORTFOLIO */
/* PORTFOLIO *//* PORTFOLIO *//* PORTFOLIO *//* PORTFOLIO */

.post-edit-link{
	display: none;
}

/* GALERIES PRIVÉES */

.galerie_all_activite{
	margin: 30px auto 80px auto;
}

.galerie_all_activite ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.galerie_all_activite ul li {
	width: 30%;
	margin-bottom: 80px;
}

.galerie_all_activite ul li a{
	display: block;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #0E2116;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 200;
	position: relative;
	overflow: hidden;
}

.galerie_all_activite ul li > a::before{
	content:'';
	display: block;
	width: 30px;
	height: 22px;
	background: url(assets/images/arrow-white.svg) no-repeat center / contain;
	position: absolute;
	left: -100%;
	width: 100%;
	text-align: center;
	right: 0;
	margin: auto;
	top: 45%;
	opacity: 0;
	transition: all cubic-bezier(.74,.01,.18,.99) 0.6s;
}

.galerie_all_activite ul li > a:hover::before{
	left: 0;
	opacity: 1;
}

.galerie_all_activite ul li a img{
	display: block;
	width: 100% !important;
	height: 30vw !important;
	object-fit: cover;
	margin-bottom: 20px;
}

.galerie_all_activite ul li:nth-of-type(1),
.galerie_all_activite ul li:nth-of-type(4),
.galerie_all_activite ul li:nth-of-type(7){
	padding-top: 80px;
}

.galerie_all_activite ul li:nth-of-type(2),
.galerie_all_activite ul li:nth-of-type(5),
.galerie_all_activite ul li:nth-of-type(8){
	padding-top: 40px;
}

.head_page{
	position: relative;
	background: #111;
	height: auto;
}

.head_page img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	max-width: 100% !important;
	opacity: .3;
	position: absolute;
	left: 0;
	top: 0;
}

.head_page .text_head_page {
	text-align: center;
	padding: 100px 10px 100px 10px;
	position: relative;
}

.text_head_page p {
	color: #0E2116;
	font-weight: 200;
	font-size: 1.1em;
}

.head_page h1{
	color: #fff;
}

.wrap_galery_client {
	margin: 70px auto;
}

.post-password-message {
	font-size: 1.3em !important;
	text-align: center;
	color: #0E2116;
}

.post-password-form {
	text-align: center;
	margin: 30px auto;
	max-width: 600px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.post-password-form label {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	color: #888;
	width: 100%;
	margin-bottom: 0;
}

.post-password-form input[type="password"] {
	width: 100%;
	resize: none;
	background: none;
	border: 1px solid #fff;
	color: #0E2116;
	padding: 15px;
	height: 50px;
	margin-top: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	text-align: center;
	border-color: #555;
	margin: 20px 0 !important;
}

.post-password-form input[type="submit"] {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: 300;
	padding: 18px 15px 15px 15px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	background: #0E2116;
	border: 1px solid #0E2116;
	border-radius: 0px;
	cursor: pointer;
	transition: all .3s;
}

.post-password-form input[type="submit"]:hover{
	color: #fff;
	background: #B39685;
	border-color: #B39685;
}

.post-password-form-invalid-password p{
	color: red;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
}

/* GALERIES PRIVÉES SINGLE */

.telecharger-galerie {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}

.mmtm-gp-photo-count{
	width: 100%;
}

/* PAGES */

.wrap_justify p{
	text-align: justify;
}

.double_col_texte{
	gap: 60px;
}

.double_col_texte p{
	line-height: 1.6em;
}

.foogallery.fg-light.fg-shadow-outline .fg-item-inner {
	box-shadow: none !important;
	border-radius: 0 !important;
	border-width: 2px;
}

.wrap_single_article{
	max-width: 880px;
	margin: auto;
}

.wrap_single_article h3{
	color: #181818;
}

.autre_article{
	text-align: center;
	background: #fafafa;
	padding: 80px 30px;
}

.intro_single{
	margin-bottom: 60px;
}

.intro_single p{
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #2A2B2A;
}

.wrap_single_article p{
	line-height: 1.6em;
}

#page404 .bandeau_sans_image {
	text-align: center;
	min-height: 60vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#page404 h1 {
	margin-left: auto;
	margin-right: auto;
}

#page404 .desc_term {
	margin-left: auto;
	margin-right: auto;
}

.btns_404 {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

.button-light {
	background: transparent;
	color: #0E2116;
	border: 1px solid #0E2116;
}

.button-light:hover {
	background: #B39685;
	border-color: #B39685;
	color: #fff;
}

/* ANIMATION AU SCROLL */

.mmtm-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.mmtm-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Respecte les préférences d'accessibilité */
@media (prefers-reduced-motion: reduce) {
	.mmtm-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.mmtm-reveal-image {
	opacity: 0;
	transform: scale(0.94);
	transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.mmtm-reveal-image.is-visible {
	opacity: 1;
	transform: scale(1);
}

p#breadcrumbs {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}

.single-espace_client p#breadcrumbs {
	color: #fff;
}

.single-espace_client p#breadcrumbs a{
	color: #fff;
	border-bottom: 1px solid #fff;
}

.afficherprix{
	font-size: 1.8em;
	color: #2A2B2A;
	line-height: 1.3em;
	margin-bottom: 24px;
	letter-spacing: 0em;
	font-family: 'MarieDelphineCurve', sans-serif;
}

.breadcrumb_yoast {
	font-size: 12px;
	color: #0E2116;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.breadcrumb_yoast a {
	color: #B39685;
	text-decoration: none;
	border-bottom: 1px solid #B39685;
	transition: all .3s;
}

.breadcrumb_yoast a:hover {
	color: #0E2116;
	border-color: #0E2116;
}

body.blog .breadcrumb_yoast,
body#page-contact .breadcrumb_yoast,
body.page-id-23 .breadcrumb_yoast,
body.single-post .breadcrumb_yoast{
	color: #fff;
}

/* --- */

.retour{
	display: block;
	width: 100%;
	clear: both;
}

/* 

  	font-family: "Castoro Titling", serif;
	font-family: "DM Sans", sans-serif;
	font-family: 'MarieDelphineCurve', sans-serif;
	
	.btn-contact::after {
		font-family: "Font Awesome 6 Pro";
		content: "\f061";
		margin-left: 8px;
		font-weight: 300;
	}
	
	Or : #B39685;
	Vert : #0E2116;
	Noir : #2A2B2A;
	
*/
