/*

Theme Name: Hotel Rapp
Theme URI: http://html5blank.com
Description: HTML5 Blank WordPress Theme
Version: 1.4.3
Author: Todd Motto (@toddmotto)
Author URI: http://toddmotto.com
Tags: Blank, HTML5, CSS3

License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/



/*------------------------------------*\
    FONTS FILSON
\*------------------------------------*/
@font-face {
  font-family: 'FilsonPro Black';
  src: url('fonts/FilsonProBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'FilsonPro Black Italic';
  src: url('fonts/FilsonProBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'FilsonPro Bold';
  src: url('fonts/FilsonProBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'FilsonPro Bold Italic';
  src: url('fonts/FilsonProBoldItalic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'FilsonPro Book';
  src: url('fonts/FilsonProBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FilsonPro Book Italic';
  src: url('fonts/FilsonProBookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'FilsonPro Heavy';
  src: url('fonts/FilsonProHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'FilsonPro Heavy Italic';
  src: url('fonts/FilsonProHeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'FilsonPro Light';
  src: url('fonts/FilsonProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'FilsonPro Light Italic';
  src: url('fonts/FilsonProLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'FilsonPro Medium';
  src: url('fonts/FilsonProMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FilsonPro Medium Italic';
  src: url('fonts/FilsonProMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'FilsonPro Regular';
  src: url('fonts/FilsonProRegular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FilsonPro Regular Italic';
  src: url('fonts/FilsonProRegularItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'FilsonPro Thin';
  src: url('fonts/FilsonProThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'FilsonPro Thin Italic';
  src: url('fonts/FilsonProThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: 'FilsonPro Light';
	/* font-family: var(--font); */
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}

@media (min-width: 701px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
	padding: 25px 50px;
    width: 100vw;
    z-index: 1000;
  }
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:none;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*------------------------------------*\
    SINGLE PAGE
\*------------------------------------*/

.single .single-content{
	display: flex;
	justify-content: center;
	padding-top: 51px;
}

.single .single-content .content a{
	color: var(--couleurhrefblog);
}

.single .single-content .content a:hover{
	transition: 0.3s;
	opacity: 0.7;
}

.single .single-content article{
	border-radius: 17px;
	padding: 20px;
	box-shadow: 0 3px 6px #c0c0c0;
}

.single .single-content article .image{
	height: 299px;
	width: 100%;
	position: relative;
}

.single .single-content article .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 17px;
}

.single .category ul{
	width: 100%;
	list-style: none;
	position: absolute;
	top: 0;
	display: flex;
	flex-wrap: wrap;
}

.single .category ul li{
	margin: 3px;
	margin-bottom: 17px;
}

.single .category ul li a{
	border: 1px solid var(--couleurborderbutton);
	background: var(--backgroundbutton);
	width: fit-content;
	padding: 7px;
	font-size: 13px;
	transition: 0.3s;
	opacity: 1;
	color: var(--couleurtextebutton);
	border-radius: 7px;
}

.single .category ul li a:hover{
	color: var(--couleurtextebuttonhover);
	background: var(--backgroundbuttonhover);
}

























.single .single-content article .infos{
	display: flex;
	margin-top: 10px;
	color: var(--couleurblog);
	font-weight: 700;
	margin: 17px 0;
}

.single .single-content article .infos .date{
	display: flex;
	flex-wrap: wrap;
	font-size: 17px;
}
.single .date-jour{
	margin-right: 10px;
}

.single .eta{
	margin-right: 10px;
}

.single .auteur{
	margin-left: 10px;
}

.single .timer svg{
	height: 20px;
	width: 31px;
}

.single .timer{
	margin-left: 4px;
}

.single .single-content .autres-articles{
	width: 100%;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}

.single .single-content .autres-articles .content-left{
	width: 45%;
	height: 250px;
	display: flex;
	justify-content: center;
	position: relative;
}

.single .single-content .autres-articles .content-right{
	width: 45%;
	height: 250px;
	position: relative;
}

.single .single-content .autres-articles .image{
	width: 100%;
	height: 100%;
}

.single .single-content .autres-articles .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 17px;
}

.single .single-content .autres-articles .title{
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 17px;
	transition: 0.3s;
	font-size: 20px;
	color: #FFF;
	opacity: 1;
	text-align: center;
}

.single .single-content .autres-articles .title:hover{
	background: rgba(0, 0, 0, 0.53);
	transition: 0.3s;
}


.single .single-content .autres-articles .content-left svg{
	width: 41px;
	height: 41px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #FFF;
	border-radius: 49%;
	padding: 7px;
	opacity: 1;
	background: var(--couleurblog);
}

.single .single-content .autres-articles .content-right svg{
	width: 41px;
	height: 41px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius: 49%;
	color: #FFF;
	padding: 7px;
	opacity: 1;
	background: var(--couleurblog);
}

.single .single-content .commentaires{
	width: 100%;
	margin: 20px auto;
	box-shadow: 0 3px 6px #c0c0c0;
	padding: 20px;
	font-size: 17px;
	border-radius: 17px;
}

.single .single-content .commentaires input{
	padding: 7px;
	width: 100%;
}

.single .single-content .commentaires h3{
	text-align: center;
}

.single .single-content .autres-articles .content-left a{
	width: 100%;
}

.single .single-content .autres-articles .content-right a{
	width: 100%;
}

.single .single-content .commentaires h2{
	font-size: 24px;
	text-align: center;
}

.single .single-content .commentaires input{
	padding: 10px;
	border-radius: 17px;
	border: 1px solid var(--couleurblog);
}

.single .single-content .commentaires textarea{
	padding: 10px;
	width: 100%;
	border-radius: 17px;
	border: 1px solid var(--couleurblog);
}

.single .single-content .commentaires label{
	opacity: 0;
	font-size: 0;
}

.single .single-content .commentaires .comment-form-cookies-consent label{
	opacity: 1;
	font-size: initial;
}

.single .single-content .commentaires  input[type="submit"]{
	width: fit-content;
	border: 1px solid var(--couleurborderbutton);
	background: var(--backgroundbutton);
	color: var(--couleurtextebutton);
	transition: 0.3s;
}

.single .single-content .commentaires input[type="submit"]:hover{
	background: var(--backgroundbuttonhover);
	transition: 0.3s;
	color: var(--couleurtextebuttonhover);
}

.single .single-content .commentaires .comment-form-cookies-consent input{
	width: fit-content;
}


.single .single-content .sidebar{
	height: fit-content;
	min-width: 350px;
	border-radius: 17px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 39px;
}

.single .sidebar .articles{
	width: 100%;
	padding: 20px;
	border-radius: 17px;
	box-shadow: 0 3px 6px #c0c0c0;
	margin-top: 10px;
}

.single .sidebar .articles .titre{
	font-size: 24px;
	padding: 17px;
}

.single .sidebar .articles .list-articles{
	width: 100%;
}

.single .single-content .sidebar .articles .list-articles .article a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single .single-content .sidebar .articles .list-articles .article .image{
	width: 71px;
	height: 71px;
}

.single .single-content .sidebar .articles .list-articles .article .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 49%;
}

.single .single-content .sidebar .articles .list-articles .article .titre{
	font-size: 15px;
	min-width: 231px;
	color: var(--couleurhrefblog);
	max-width: 237px;
	padding: 17px 0;
	padding-left: 17px;
}

.single .single-content .sidebar .articles .list-articles .article a:hover{
	opacity: 0.7;
}

@media only screen and (max-width:997px) {
	.single .single-content{
		flex-direction: column;
	}

	.single .single-content .sidebar{
		margin-left: 0;
		margin-bottom: 17px;
	}

	.single .single-content .autres-articles{
		flex-direction: column;
	}

	.single .single-content .autres-articles .content-left{
		width: 100%;
		margin-bottom: 20px;
	}

	.single .single-content .autres-articles .content-right{
		width: 100%;
	}
}

/*------------------------------------*\
    FRONT PAGE
\*------------------------------------*/


.home .header nav ul li a{
	transition: 0.3s;
	color: var(--couleurtitremenuhome);
}

.home .header nav ul li a:hover{
	color: var(--couleurtitremenuhoverhome);
	transition: 0.3s;
}

.hero-section{
    width: 100%;
	height: 100vh;
} 

.hero-section .content{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section .content .content-text{
    width: 49%;
    text-align: left;
}

.hero-section .content .content-text h1{
    color: var(--couleurh1home);
    font-size: var(--fontsizeh1home);
    background: var(--backgroundh1home);
}

.hero-section .content .content-image{
    width: 49%;
}

.hero-section .content .content-image img{
    object-fit: contain;
}

.hero-section .content .content-image video{
    object-fit: contain;
    height: fit-content;
}

.hero-section .image{
	width: 100%;
	height: 100%;
}

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

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

.hero-section .overlay{
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero-section .content-hero{
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 95%;
	height: 100%;
	margin-left: 5%;
	max-width: 1400px;
    left: 0;
    right: 0;
    margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
    text-align: center;
}

.hero-section .content-hero h2{
	margin-top: 31px;
}

.hero-section .content-hero h1{
    color: var(--couleurh1home);
    font-size: var(--fontsizeh1home);
    background: var(--backgroundh1home);
    padding: 0 10px;
    margin: 17px auto;
    text-align: center;
    width: fit-content;
}

.hero-section .content-hero h1 span{
}

.hero-section a {
}


.buttons-hero{
	display: flex;
	justify-content: center;
	align-items: center;
}



.atcb-button{
	border: 1px solid var(--couleurborderbutton);
	border-radius: var(--borderradiusbutton);
	background: var(--backgroundbutton);
	transition: 0.3s;
	height: fit-content;
	color: var(--couleurtextebutton);
	font-weight: 700;
	opacity: 1;
	font-size: 17px;
	text-decoration: transparent;
	padding: 17px 39px;
}

.atcb-button:hover{
	background: var(--backgroundbuttonhover);
	color: var(--couleurtextebuttonhover);
	transition: 0.3s;
	border: 1px solid var(--couleurborderbuttonhover);

}


@media only screen and (max-width:997px){
    .hero-section .content{
    width: 100%;
    height: fit-content;
    padding-top: 117px;
    flex-direction: column;
    }

    .hero-section .content .content-text{
        width: 95%;
        text-align: center;
    }

    .hero-section h1{
        font-size: 39px;
        padding: 0 10px;
        width: fit-content;
        margin: auto;
        text-align: center;
        padding-bottom: 15px;
    }

    .hero-section .content .content-image{
        width: 95%;
        padding-top: 47px;
    }

}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer{
	background: var(--backgroundfooter);
	position: relative;
	z-index: 2000;
}


.footer .content{
	display: flex;
	justify-content: space-between;
	padding: 79px 0;
}

.footer .content h4{
	font-weight: 700;
	color: var(--couleurh4footer);
}


.footer .content p{
	color: var(--couleurparagraphefooter);
}

.footer .copyright{
	font-size: 17px;
	text-align: center;
	padding: 17px 0;
	margin: 0;
	color: var(--couleurparagraphefooter);
}

.footer .mentions{
	bottom: 30px;
	position: absolute;
	right: 17px;
	font-size: 17px;
}

.footer a{
	color: var(--couleurhreffooter);
	transition: 0.3s;
}

.footer  a:hover{
	color: var(--couleurhrefhoverfooter);
	transition: 0.3s;
}


@media only screen and (max-width:997px){
	.footer .content{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.footer .content .logo{
		align-items: center;
	}
	.footer .social{
		align-items: center;
	}
}


/*------------------------------------*\
    TEXTE BLOCK
\*------------------------------------*/

.texte_gutenberg_block{
	width: 90%;
	margin: 1px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1400px;
}

.texte_gutenberg_block li{
}

.texte_gutenberg_block p{
    text-align: center;
  }

.texte_gutenberg_block iframe{
    max-width: 90%;
}


@media only screen and (max-width:997px){
	.texte_gutenberg_block iframe{
		height: 199px;
	}

}
/*------------------------------------*\
    BUTTONS BLOCK
\*------------------------------------*/


.buttons_gutenberg_block{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: auto;
}

.buttons_gutenberg_block .content{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	width: 95%;
	flex-wrap: wrap;
}

.buttons_gutenberg_block .content-buttons{
	display: flex;
	justify-content: center;
}

.buttons_gutenberg_block .content .button{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.buttons_gutenberg_block .content .button:hover{
	opacity: 0.7;
}

.buttons_gutenberg_block .content .content-buttons {
	transition: 0.7s all 0.3s ease;
	opacity: 0;
	transform: translateY(100px);
}
.buttons_gutenberg_block .content .content-buttons:nth-of-type(1) {
	transition: 0.7s all 0.3s ease;
}
.buttons_gutenberg_block .content .content-buttons:nth-of-type(2) {
	transition: 0.7s all 0.6s ease;
}
.buttons_gutenberg_block .content .content-buttons:nth-of-type(3) {
	transition: 0.7s all 0.9s ease;
}
.buttons_gutenberg_block .content .content-buttons:nth-of-type(4) {
	transition: 0.7s all 1.2s ease;
}
.buttons_gutenberg_block .content .content-buttons:nth-of-type(5) {
	transition: 0.7s all 1.5s ease;
}

.buttons_gutenberg_block .content .content-buttons:nth-of-type(6) {
	transition: 0.7s all 1.8s ease;
}

.buttons_gutenberg_block.scrolled .content-buttons {
	opacity: 1;
	transform: translateY(0px);
}


/*------------------------------------*\
    LOGO BLOCK
\*------------------------------------*/

.logo_gutenberg_block .content .block .block-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 24px;
    border: 1px solid #DBB084;
    position: relative;
    border-radius: 5px;
    margin: 10px;
    height: 191px;
    width: 100%;
}


.logo_gutenberg_block{
	display: flex;
	margin: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1400px;
	width: 90%;
	margin-top: 49px;
}

.logo_gutenberg_block h2 {
	margin-bottom: 50px;
	transition: 0.7s all ease;
	opacity: 1;
  	align-self: flex-start;
}


.logo_gutenberg_block .content {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}


.logo_gutenberg_block .content .block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 0;
}


.logo_gutenberg_block .content .block {
	width: 21%;
	margin: 10px 0;
	min-width: 220px;
}

.logo_gutenberg_block .content .block .button{
	margin: 10px;
}

.logo_gutenberg_block .content .block .block-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 24px;
	border: 1px solid #DBB084;
	position: relative;
	border-radius: 5px;
	margin: 10px;
	height: 191px;
}

.logo_gutenberg_block .content .block img {
	object-fit: cover;
	border-radius: 5px;
  	max-height: 430px;
	border-radius: 5px;
	height: 59px;
  	width: fit-content;
}

.logo_gutenberg_block .content .block h3 {
	font-size: 17px;
}

.logo_gutenberg_block .content .block p {
	text-align: center;	
	font-size: 15px;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	display: flex;
	background: #FFF;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 10px;
	height: 100%;
	transition: 0.3s;
	width: 100%;
	border-radius: 5px;
}

.logo_gutenberg_block .content .block:hover p {
	text-align: center;	
	font-size: 15px;
	position: absolute;
	opacity: 1;
	transition: 0.3s;
}

@media screen and (max-width: 750px) {
	.logo_gutenberg_block .content .block .block-content{
		align-items: center;
		width: 100%;
	}
}

/*------------------------------------*\
    PARTENAIRE BLOCK
\*------------------------------------*/

.partenaires_gutenberg_block{
	margin: auto;
	max-width: 1400px;
	width: 90%;
	margin-top: 49px;
}

.partenaires_gutenberg_block .partenaires{
	margin-top: 49px;
}


.partenaires_gutenberg_block .image{
	display: flex;
	justify-content: center;
	align-items: center;
}
.partenaires_gutenberg_block .image img{
	max-width: 401px;
	width: 90%;
	height: 197px;
	object-fit: contain;
}

.partenaires_gutenberg_block h2{
	margin: auto;
	text-align: center;
	position: relative;
	width: fit-content;
	margin-bottom: 49px;
}

.partenaires_gutenberg_block p{
	text-align: center;
	margin: auto;
}

@media only screen and (max-width:901px) {
	.partenaires_gutenberg_block{
		width: 95%;
	}

	.partenaires_gutenberg_block h2{
		margin-bottom: 11px;
	}
}

/*------------------------------------*\
    IMAGE BLOCK
\*------------------------------------*/

.image_gutenberg_block {
	width: 90%;
	margin: auto;
	position: relative;
	color: #000;
	transition: 1s all ease;
	text-align: center;
}


.image_gutenberg_block img{
	height: 499px;
}



/*------------------------------------*\
    PARALLAX BLOCK
\*------------------------------------*/

.parallax_gutenberg_block {
	margin: 50px 0px;
	height: 500px;
	position: relative;
}

.parallax_gutenberg_block .parallax {
	height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax_gutenberg_block .ParallaxVideo { 
	backface-visibility: hidden;
	position: absolute;
	width: 100%;
	height: 500px;
	clip: rect(0, auto, auto, 0);
}

.parallax_gutenberg_block .ParallaxVideo video {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -10;
}

.parallax_gutenberg_block .content{
	display: flex;
	flex-direction: column;
	position: absolute;
	opacity: 1;
	justify-content: center;
	align-items: center;
	top: 0;
	font-size: inherit;
	height: 500px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	left: 0;
	right: 0;
}

.parallax_gutenberg_block .content .titre h2{
	width: 100%;
	color: #FFF;
	text-align: center;
}

.parallax_gutenberg_block .content .titre p{
	color: #FFF;
	text-align: center;
}

.parallax_gutenberg_block .content .block .button{
	margin: 17px 7px;
}

.parallax_gutenberg_block .content .block .button:hover{
	transition: 0.3s;
}

.parallax_gutenberg_block .opacity{
	height: 500px;
	width: 100%;
	background: rgba(0, 0, 0, 0.107);
	position: absolute;
	top: 0;
}

.parallax_gutenberg_block .content .block{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	opacity: 1;
}

body.safari .parallax_gutenberg_block {
	display: none;
}

@media screen and (max-width: 750px) {
	.parallax_gutenberg_block .content .block .button{
		padding: 10px;
		margin: 7px;
	}

	.parallax_gutenberg_block .content .button{
		padding: 10px;
		margin: 7px;
	}

	.parallax_gutenberg_block {
		display: none;
	}
	.home .parallax_gutenberg_block {
		display: block;
	}
}


/*------------------------------------*\
    IMAGE TEXTE BLOCK
\*------------------------------------*/

.image_text_gutenberg_block {
	width: 90%;
	margin: 0 auto;
	position: relative;
	color: #000;
	display: flex;
    align-items: center;
    background: #EEE;
	transform: translateX(-10vw);
	opacity: 0;
	transition: 1s all ease;
    max-width: 1400px;
	justify-content: space-between;
}

.image_text_gutenberg_block.scrolled {
	transform: translateX(0);
	opacity: 1;
}

.image_text_gutenberg_block .image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.image_text_gutenberg_block .image video {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.image_text_gutenberg_block .texte {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
	padding: 20px 0;
}

.image_text_gutenberg_block .texte h2 {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
}


.image_text_gutenberg_block .youtube{
	height: fit-content;
  }



@media only screen and (max-width:760px) {
    .image_text_gutenberg_block .texte, .image_text_gutenberg_block .image {
        width: 100%!important;      
        text-align: center;
        align-items: center;
    }
    .image_text_gutenberg_block .image {
        height: 200px;
    }
    .image_text_gutenberg_block {
        flex-wrap: wrap;
    }

	.image_text_gutenberg_block .youtube{
		height: fit-content;
	  }
}

/*------------------------------------*\
    IMAGE TEXTE ENCADRE BLOCK
\*------------------------------------*/


.image_text_encadre_gutenberg_block{
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transform: scale(0.1);
	transition: 1s all ease;
}

.image_text_encadre_gutenberg_block.scrolled {
	opacity: 1;
	transform: scale(1);
}

.image_text_encadre_gutenberg_block .content{
	display: flex;
	max-width: 1200px;
	width: 90%;
	height: 400px;
	position: relative;
	margin-top: 49px;
	margin-bottom: 49px;
}

.image_text_encadre_gutenberg_block .content .image{
	width: 47%;
	height: 400px;
}

.image_text_encadre_gutenberg_block .content .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image_text_encadre_gutenberg_block .content .video {
	width: 47%;
	height: 400px;
}

.image_text_encadre_gutenberg_block .content .video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image_text_encadre_gutenberg_block .content .text{
	width: 53%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0 6%;
	background: #efefef;
}

.image_text_encadre_gutenberg_block .content .text h2{
	line-height: 34px;
}

.image_text_encadre_gutenberg_block .content .text strong{
	font-weight: 700;
}

@media only screen and (max-width:760px) {
    .image_text_encadre_gutenberg_block .text, .image_text_encadre_gutenberg_block .image {
        width: 100%!important;   
        text-align: center;
        align-items: center;
    }
    .image_text_encadre_gutenberg_block .image {
        height: 200px;
    }
    .image_text_encadre_gutenberg_block .content{
        flex-wrap: wrap;
		height: fit-content;
	}

	.image_text_encadre_gutenberg_block .content .text{
		align-items: center;
		padding: 6%;
	}
}

/*------------------------------------*\
    REPETEUR IMAGE TEXTE BLOCK
\*------------------------------------*/

.repeteur_image_text_gutenberg_block{
	display: flex;
	margin: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	width: 95%;
	margin-top: 49px;
}

.repeteur_image_text_gutenberg_block h2 {
	margin-bottom: 50px;
	transition: 0.7s all ease;
	opacity: 0;
	text-align: center;
	transform: translateY(100px);
}

.repeteur_image_text_gutenberg_block.scrolled h2 {
	opacity: 1;
	transform: translateY(0px);
}

.repeteur_image_text_gutenberg_block .content {
	display: flex;
	justify-content: space-between;
}

.repeteur_image_text_gutenberg_block .content .block {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 30%;
	padding: 2%;
	transition: 0.7s all 0.3s ease;
	opacity: 0;
	transform: translateY(100px);
}
.repeteur_image_text_gutenberg_block .content .block:nth-of-type(1) {
	transition: 0.7s all 0.3s ease;
}

.repeteur_image_text_gutenberg_block .content .block:nth-of-type(2) {
	transition: 0.7s all 0.6s ease;
}

.repeteur_image_text_gutenberg_block .content .block:nth-of-type(3) {
	transition: 0.7s all 0.9s ease;
}

.repeteur_image_text_gutenberg_block .content .block:nth-of-type(4) {
	transition: 0.7s all 1.2s ease;
}

.repeteur_image_text_gutenberg_block .content .block:nth-of-type(5) {
	transition: 0.7s all 1.5s ease;
}

.repeteur_image_text_gutenberg_block .content .block:nth-of-type(6) {
	transition: 0.7s all 1.8s ease;
}

.repeteur_image_text_gutenberg_block.scrolled .block {
	opacity: 1;
	transform: translateY(0px);
}

.repeteur_image_text_gutenberg_block .content .block img {
	object-fit: cover;
}

.repeteur_image_text_gutenberg_block .content .block h3 {
	margin-bottom: 0;
}

.repeteur_image_text_gutenberg_block .content .block p {
	text-align: center;	
}

.repeteur_image_text_gutenberg_block .content .block .button {
	position: relative;
}
.repeteur_image_text_gutenberg_block .content .block .button::after {
	content: '';
	position: absolute;
	left: -10px;
	width: 0px;
	height: 2px;
	bottom: -2px;
	opacity: 0;
	transition: 0.3s opacity ease, 0.5s all ease;
}

.repeteur_image_text_gutenberg_block .content .block .button:hover::after {
	opacity: 1;
	width: calc(100% + 20px);
}

@media screen and (max-width: 750px) {
	.repeteur_image_text_gutenberg_block .content{
		justify-content: center;
		flex-direction: column;
	}

	.repeteur_image_text_gutenberg_block .content .block{
		width: 100%;
		margin-bottom: 17px;
	}

	.repeteur_image_text_gutenberg_block h2{
		text-align: center;
	}

}

/*------------------------------------*\
    TEXTE SLIDER BLOCK
\*------------------------------------*/



.slider_text_gutenberg_block {
	width: 100%;
	margin: 50px auto;
	position: relative;
	color: #000;
	display: flex;
    /* background: #EEE; */
	transform: translateX(-10vw);
	opacity: 0;
	transition: 1s all ease;
    max-width: 1400px;
}

.slider_text_gutenberg_block a, .wp-block-column-is-layout-flow a, .custom-page-content-side a, .equipements a {
	color: #C2869C;
	font-family: 'FilsonPro Bold';
	text-decoration: underline;
}


.slider_text_gutenberg_block a:hover, .wp-block-column-is-layout-flow a:hover, .custom-page-content-side a:hover, .equipements a:hover {
	color: #C2869C;
}

.footer a:hover {
	color: #C2869C;
}

.slider-block{
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
.slider_text_gutenberg_block {

	margin: 0px auto;
}
}



.slider-block .swiper .pagination{
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 7;
    height: 24px;
}

.slider-block .swiper .pagination .swiper-pagination-block{
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-block .swiper .pagination .swiper-pagination-bullet{
    width: 17px;
    height: 17px;
    background: rgba(255,255,255,0.7);
}

.slider-block .swiper .pagination .swiper-pagination-bullet-active{
    width: 17px;
    height: 17px;
    background: rgb(255,255,255);
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	margin-bottom: 33px;
}

.slider-block .swiper{
    margin: 0;
}

.slider_text_gutenberg_block.scrolled {
	transform: translateX(0);
	opacity: 1;
}

.slider_text_gutenberg_block img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider_text_gutenberg_block .slide-image{
	max-height: 499px;
	object-fit: contain;
}

.slider_text_gutenberg_block .text {
	/* padding: 36px; */
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
slider_text_gutenberg_block
.slider_text_gutenberg_block .text h2 {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
}

.slider_text_gutenberg_block .text p{
}


@media only screen and (max-width:760px) {
    .slider_text_gutenberg_block .text, .slider_text_gutenberg_block .swiper {
        width: 100%!important;
    }
    .slider_text_gutenberg_block .image {
        height: 200px;
    }
    .slider_text_gutenberg_block{
        flex-wrap: wrap;
		height: fit-content;
	}

	.slider_text_gutenberg_block  .text{
		align-items: center;
		padding: 6%;
        text-align: center;
	}
}




/*------------------------------------*\
    BLOCK
\*------------------------------------*/


.wp-block-media-text {
	width: 90%;
	margin: 50px auto;
    max-width: 1400px;
}

.nf-form-cont {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
    max-width: 1400px;
}

.wp-block-gallery {
	width: 90%;
	margin: 50px auto;
    max-width: 1400px;
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header{
	/* margin-top: 23px; */
	/* position: absolute; */
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
}

@media (min-width: 997px) {
  .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw !important;
    z-index: 3000 !important;
    margin-top: 0 !important;
    display: flex !important;
	padding: 25px 50px;
    justify-content: space-between !important;
    align-items: center !important;
  }
}

.header .logo img{
	height: 71px;
}

.header nav{
	display: flex;
}

.header nav ul{
	display: flex;
	font-size: 17px;
	list-style: none;
}

.header nav ul li{
	margin: 0 30px;
}

.header nav ul li a{
	font-size: 21px;
	transition: 0.3s;
	color: var(--couleurtitremenu);
}

.header nav ul li a:hover{
	color: var(--couleurtitremenuhover);
	transition: 0.3s;
}

.header nav .close{
	font-size: 41px;
	position: absolute;
	top: 3%;
	right: 3%;
	justify-content: center;
	align-items: center;
	display: none;
}

.header .menu-responsive{
	font-size: 41px;
	justify-content: center;
	align-items: center;
	display: none;
}

.header .show{
	left: 0;
}


@media only screen and (max-width:997px){
	.header nav ul{
		flex-direction: column;
		padding: 0;
		align-items: center;
	}
	.header nav{
		flex-direction: column;
		position: fixed;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background: #FFF;
		opacity: 1;
		font-size: inherit;
		left: -100%;
		top: 0;
		transition: 0.3s;
	}

	.header nav ul li a{
		font-size: 24px;
		margin: 17px 0;
		color: #000;
	}

	.header nav ul li{
		margin: 7px 30px;
	}

	.logo-section .content .title h2{
		font-size: 31px;
	}

	.header .menu-responsive{
		display: flex;
		cursor: pointer;
	}

	.header nav .close{
		display: flex;
		cursor: pointer;
	}
}

/*------------------------------------*\
    CONFIG
\*------------------------------------*/


h1{
	font-size: var(--fontsizeh1);
	color: var(--couleurh1);
	font-family: var(--fonttitre);
}


strong{
	color: var(--couleurstrong);
}

h2{
	font-size: var(--fontsizeh2);
	color: var(--couleurh2);
	font-family: var(--fonttitre);
}

p{
	font-size: var(--fontsizep);
	color: var(--couleurp);
}

li{
	font-size: var(--fontsizep);
	color: var(--couleurp);
	text-align: left;
}

h3{
	font-size: var(--fontsizeh3);
	color: var(--couleurh3);
	font-family: var(--fonttitre);
}

h4{
	font-size: var(--fontsizeh4);
	color: var(--couleurh4);
	font-family: var(--fonttitre);
}


a{
	color: var(--couleurhref);
	transition: 0.3s;
	text-decoration: none;
}


a:hover{
	color: var(--couleurhrefhover);
	transition: 0.3s;
}

.page-h1{
	padding-top: 97px;
	color: #000;
	text-align: center;
}


.button{
	border: 1px solid var(--couleurborderbutton);
	border-radius: var(--borderradiusbutton);
	background: var(--backgroundbutton);
	transition: 0.3s;
	height: fit-content;
	color: var(--couleurtextebutton);
	font-weight: 700;
	opacity: 1;
	font-size: 17px;
	text-decoration: transparent;
	padding: 17px 39px;
}



.hero-section a{
	border: 1px solid var(--couleurborderbutton);
	border-radius: var(--borderradiusbutton);
	background: var(--backgroundbutton);
	transition: 0.3s;
	height: fit-content;
	color: var(--couleurtextebutton);
	font-weight: 700;
	opacity: 1;
	font-size: 17px;
	text-decoration: transparent;
	padding: 17px 39px;
}

.button:hover{
	background: var(--backgroundbuttonhover);
	color: var(--couleurtextebuttonhover);
	transition: 0.3s;
	border: 1px solid var(--couleurborderbuttonhover);
}

.hero-section a:hover{
	background: var(--backgroundbuttonhover);
	color: var(--couleurtextebuttonhover);
	transition: 0.3s;
	border: 1px solid var(--couleurborderbuttonhover);
}

#button {
	display: inline-block;
	background-color: var(--backgroundbutton);
	width: 50px;
	border: 1px solid var(--backgroundbutton); 
	height: 50px;
	text-align: center;
	border-radius: var(--borderradiusbutton);
	text-decoration: transparent;
	position: fixed;
	bottom: 99px;
	right: 30px;
	transition: background-color .3s, 
	  opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
  }
  #button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: var(--couleurtextebutton);
  }
  #button:hover {
	cursor: pointer;
	background-color: #FFF;
  }
  #button:hover::after {
	color: var(--couleurtextebuttonhover);
  }
  #button:active {
	background-color: #555;
  }
  #button.show {
	opacity: 1;
	visibility: visible;
  }


@media only screen and (max-width:997px){
    .hero-section a{
		font-size: 13px;
		padding: 17px 10px;
	}

	.button{
		font-size: 13px;
		padding: 17px 10px;
	}

	h2{
		font-size: 31px;
	}
}


.page .nf-form-content button, .page .nf-form-content input[type=button], .page .nf-form-content input[type=submit]{
	background: var(--backgroundbutton);
	font-weight: 700;
	border-radius: var(--borderradiusbutton);
	color: var(--couleurtextebutton);
	border: 1px solid var(--backgroundbutton);
	transition: 0.3s;
	padding: 17px 39px;
}

.page .nf-form-content button:hover, .page .nf-form-content input[type=button]:hover, .page .nf-form-content input[type=submit]:hover{
	background: var(--backgroundbuttonhover);
	transition: 0.3s;
	color: var(--couleurtextebuttonhover);
	opacity: 1;
}


.page .nf-form-content .list-select-wrap .nf-field-element>div, .page .nf-form-content input:not([type=button]), .page .nf-form-content textarea{
	border-radius: var(--borderradiusbutton);
	background: transparent;
}

.pagination{
	height: 71px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.pagination .swiper-pagination-bullet{
	height: 15px;
	width: 15px;
}


.pagination .swiper-pagination-bullet-active{
	background: var(--couleurblog);
}


.page-index .index-h1{
	font-size: 49px;
	text-align: center;
}

article {
	min-width: 100%;
}

.page-index article{
	width: 100%;
	max-width: 999px;
	margin: auto;
	box-shadow: 0 3px 6px #c0c0c0;
	border-radius: 17px;
	height: 409px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 71px;
	opacity: 1;
	padding: 17px;
}

.page-index article .content-left{
	width: 47%;
	height: 100%;
}

.page-index article .content-right{
	width: 47%;
}

.page-index article .content-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: 0.3s;
}

.page-index article .content-right h2{
	font-size: 31px;
}

.page-index{
	position: initial;
}

.page-index article .content-right .date{
	font-size: 17px;
	color: var(--couleurblog);
	font-weight: 700;
}

.page-index article .content-right p{
	font-size: 17px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-weight: 300;
}

.page-index article .content-right .view-article{
	border: 1px solid var(--couleurborderbutton);
	border-radius: var(--borderradiusbutton);
	background: var(--backgroundbutton);
	padding: 10px 30px;
	font-size: 17px;
	font-weight: 700;
	transition: 0.3s;
	opacity: 1;
	margin-top: 17px;
	color: var(--couleurtextebutton);
}

.page-index article .content-right .view-article:hover{
	background: var(--backgroundbuttonhover);
	color: var(--couleurtextebuttonhover);
	transition: 0.3s;
	border: 1px solid var(--couleurborderbuttonhover);
}

.page-index article .content-left img:hover{
	opacity: 0.7;
	transition: 0.3s;
}

.breadcrumb-separator svg {
	height: 12px;
}


@media only screen and (max-width:997px) {

	.page-index article{
		flex-direction: column;
		height: fit-content;
	}

	.page-index article .content-left{
		width: 100%;
	}

	.page-index article .content-right{
		width: 100%;
	}
}



main{
	padding-top: 99px;
}

/* Gallery Slider Swiper Pagination */
.gallery-slider-block .swiper-pagination-bullet {
  background: rgba(255,255,255,0.8);
  opacity: 1;
  border: 1px solid #fff;
  width: 14px;
  height: 14px;
  margin: 0 6px !important;
  /* transition: background 0.3s, transform 0.3s; */
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.gallery-slider-block .swiper-pagination-bullet-active {
  background: rgba(255,255,255,1);
  transform: scale(1.2);
  border: 2px solid #fff;
}

/* Chevron SVG style for .slider_text_gutenberg_block */
.slider_text_gutenberg_block .chevron-svg, .wp-block-column-is-layout-flow .chevron-svg, .custom-page-content-side .chevron-svg {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  stroke: currentColor;
}
.slider_text_gutenberg_block .chevron-path, .wp-block-column-is-layout-flow .chevron-path, .custom-page-content-side .chevron-path {
  fill: currentColor;
  stroke: currentColor;
}
.slider_text_gutenberg_block .mouse-svg, .wp-block-column-is-layout-flow .mouse-svg, .custom-page-content-side .mouse-svg {
  height: 12px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  stroke: currentColor;
}
.slider_text_gutenberg_block .mouse-wheel, .wp-block-column-is-layout-flow .mouse-wheel, .custom-page-content-side .mouse-wheel {
  fill: currentColor;
}

/* Affiche un chevron SVG après chaque lien dans .slider_text_gutenberg_block */
.slider_text_gutenberg_block a::after, .wp-block-column-is-layout-flow a::after, .custom-page-content-side a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-left: 0.4em;
  background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'><path d='M1.48945 7.52567C1.49512 7.72045 1.57638 7.90537 1.71601 8.04129L11.466 17.7913C11.7589 18.0841 12.2337 18.0841 12.5265 17.7913L22.2765 8.04129C22.4725 7.85317 22.5514 7.57384 22.4829 7.31101C22.4143 7.04819 22.2091 6.84293 21.9463 6.77442C21.6834 6.7059 21.4041 6.78482 21.216 6.98075L11.9963 16.2005L2.77656 6.98075C2.56089 6.7593 2.23145 6.69284 1.94679 6.81335C1.66213 6.93387 1.48055 7.21668 1.48945 7.52567Z' fill='%23C2869C' stroke='%23C2869C' stroke-width='2'/></svg>");
  transform: rotate(-90deg);
  transition: transform 0.2s cubic-bezier(0.4,0,0.2,1);
}
.slider_text_gutenberg_block a:hover::after, .wp-block-column-is-layout-flow a:hover::after, .custom-page-content-side a:hover::after {
  transform: rotate(-90deg) translateY(6px);
}

/* Bloc Enchainement de liens (ACF repeater) */
.enchainement-liens-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
.enchainement-liens-block.align-gauche {
  justify-content: flex-start;
  text-align: left;
}
.enchainement-liens-block.align-droite {
  justify-content: flex-end;
  text-align: right;
}
.enchainement-liens-block a {
  font-family: 'FilsonPro Bold';
  color: #C2869C;
  padding-right: 10px;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s;
  font-size: 1.7rem;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.enchainement-liens-block a:hover {
  color: #C2869C;
}
.enchainement-liens-block .chevron-inline {
  display: inline-flex;
  align-items: center;
  margin: 0 0.2em;
}
.enchainement-liens-block a:not(:first-child) {
  margin-left: 15px;
}
.enchainement-liens-block .chevron-svg {
  width: 12px;
  height: 12px;
  margin-top: 3px;
  display: inline-block;
  vertical-align: middle;
  fill: #C2869C;
  stroke: #C2869C;
  transition: none !important;
  animation: none !important;
  transform: rotate(-90deg) !important;
}
.enchainement-liens-block a::after {
  content: none !important;
  background: none !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  display: none !important;
}
/* Neutralisation totale de toute animation/transition sur tous les descendants du bloc enchainement-liens */
.enchainement-liens-block *,
.enchainement-liens-block *:hover,
.enchainement-liens-block *::after,
.enchainement-liens-block *::before {
  transition: none !important;
  animation: none !important;
  transform: none !important;
  will-change: auto !important;
}
.enchainement-liens-block a:hover + .chevron-inline .chevron-svg,
.enchainement-liens-block .chevron-svg:hover,
.enchainement-liens-block .chevron-inline:hover .chevron-svg {
  transform: rotate(-90deg) !important;
  transition: none !important;
  animation: none !important;
}
/* Animation supprimée sur le chevron pour le bloc enchainement-liens */

/* Bloc Icones + Titres (ACF repeater) */
.icones-titres-block {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 2.5rem;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}
.icones-titres-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 90px;
  max-width: 100px;
  text-align: center;
}
.icones-titres-icone {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 0.7em;
  display: block;
}
.icones-titres-titre {
  font-size: 1.2rem;
  color: #6B525F;
  font-weight: 500;
  line-height: 1.3;
}

h2.title_top_slider, .custom-page-content-side h2 {
    color: #6B525F;
    font-family: 'FilsonPro Regular';
    font-weight: 200;
    font-size: 4rem;
}

h2.title_top_slider.text.text_right {
	text-align: right;
}

.text.text_left {
    padding-right: 4%;
}

.text.text_right {
    padding-left: 4%;
}

.wp-block-separator {
    border: none;
	color: #D9D9D9;
    border-top: 1px solid;
	margin: 35px 0px;
}

.custom-page-content-side strong {
	font-family: 'FilsonPro Bold';
}

.custom-page-layout h1 {
	font-family: 'FilsonPro Bold';
	margin: 0px;
	color: #35242b;
	font-size: 5rem;
}

@media screen and (max-width: 750px) {
}

.text em, .wp-block-column-is-layout-flow p em, .custom-page-content-side em {
	font-family: 'FilsonPro Light Italic';
	color: #C2869C;
}

.custom-page-content-side .slider-block .swiper {
	max-height: 450px;
}

/* Empêche l'ajout du SVG automatique sur les liens du breadcrumb */
.breadcrumb a::after {
	content: none !important;
	background: none !important;
	display: none !important;
}

/* Amélioration mobile du breadcrumb : réduction des marges/gap */
@media (max-width: 700px) {
  .breadcrumb {
    gap: 0.1rem !important;
  }
  .breadcrumb-separator {
    margin: 0 0.1rem !important;
  }
}

/* Ajout du chevron SVG sur les liens de .right-equipements */
.right-equipements a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-left: 0.4em;
  background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'><path d='M1.48945 7.52567C1.49512 7.72045 1.57638 7.90537 1.71601 8.04129L11.466 17.7913C11.7589 18.0841 12.2337 18.0841 12.5265 17.7913L22.2765 8.04129C22.4725 7.85317 22.5514 7.57384 22.4829 7.31101C22.4143 7.04819 22.2091 6.84293 21.9463 6.77442C21.6834 6.7059 21.4041 6.78482 21.216 6.98075L11.9963 16.2005L2.77656 6.98075C2.56089 6.7593 2.23145 6.69284 1.94679 6.81335C1.66213 6.93387 1.48055 7.21668 1.48945 7.52567Z' fill='%23C2869C' stroke='%23C2869C' stroke-width='2'/></svg>");
  transform: rotate(-90deg);
  transition: transform 0.2s cubic-bezier(0.4,0,0.2,1);
}
.right-equipements a:hover::after {
  transform: rotate(-90deg) translateY(6px);
}

.nf-error.field-wrap .nf-field-element:after {
	border-radius: 22px!important;
}