/*
	Theme Name: Cdrs
	
*/

/*------------------------------------*\
    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:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	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 {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

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



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



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

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

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


.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: 90%;
	margin: 50px auto;
	position: relative;
	color: #000;
	display: flex;
    background: #EEE;
	transform: translateX(-10vw);
	opacity: 0;
	transition: 1s all ease;
    max-width: 1400px;
}

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


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

.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 .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;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 99;
}

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

	font-weight: 500;
}

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: underline;
}


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

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


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