/*
	Theme Name: Aux trois chevaliers
	Theme URI: https://jolifish.fr
	Description: Aux trois chevaliers WordPress Theme
	Version: 1.0.0
	Author: Jolifisheurope
	Author URI: https://jolifish.fr

*/
/*------------------------------------*\
    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:#000;
}
/* 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: 'Roba';
	src: url('fonts/RobaV0.5High-Thin.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roba';
	src: url('fonts/RobaV0.5High-ExtraLight.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Roba';
	src: url('fonts/RobaV0.5High-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roba';
	src: url('fonts/RobaV0.5High-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roba';
	src: url('fonts/RobaV0.5High-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roba';
	src: url('fonts/RobaV0.5High-Semibold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Roba';
	src: url('fonts/RobaV0.5High-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roba';
	src: url('fonts/RobaV0.5High-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
}

/* Roba Low variants */
@font-face {
	font-family: 'Roba Low';
	src: url('fonts/RobaV0.5Low-Thin.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roba Low';
	src: url('fonts/RobaV0.5Low-ExtraLight.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Roba Low';
	src: url('fonts/RobaV0.5Low-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roba Low';
	src: url('fonts/RobaV0.5Low-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roba Low';
	src: url('fonts/RobaV0.5Low-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roba Low';
	src: url('fonts/RobaV0.5Low-Semibold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Roba Low';
	src: url('fonts/RobaV0.5Low-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roba Low';
	src: url('fonts/RobaV0.5Low-Black.otf') format('opentype');
	font-weight: 900;
	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[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;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}
.single .single-content .content a{
	color: var(--couleurhrefblog);
}
.single .single-content .content a:hover{
	transition: 0.3s;
	opacity: 0.7;
}
.single .post {
    border-radius: 17px;
    padding-top: 70px;
}

.single .image {
    height: 400px;
    width: 100%;
    position: relative;
}

.single .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 17px;
}
.single .single-content h1 {
    font-size: 60px;
    color: var(--couleurh1);
    font-family: 'montserrat', sans-serif;
    line-height: 1;
    margin: 0;
}

.single .category ul {
    width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.single .category ul li{
	margin: 3px;
	margin-bottom: 17px;
}
.single .category ul li a {
    font-size: 17px;
    transition: 0.3s;
    opacity: 1;
    color: #000000;
    border-radius: 7px;
}

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

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

.single .single-content  .infos .date {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    font-size: 17px;
    margin-top: 10px;
}
.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 .bloc_actualites_gutenberg_block .actu-thumb img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 10px;
    display: block;
}
.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;
		padding: 10px;
	}
	.single .single-content h1 {
		font-size: 35px;
	}
	.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
\*------------------------------------*/




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

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



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

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


.footer .content {
    margin-top: 100px;
}
.footer .content p {
    font-size: 17px;
}

.footer .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
    background: #FFF;
    border-radius: 20px;
    margin-bottom: 70px;
}


.footer .logo-footer {
    width: 40%;
}

.footer .menu-footer {
    width: 55%;
}

.footer .copyrights {
    font-size: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .copyrights .left-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .copyrights .social {
    display: flex;
    gap: 20px;
}
.footer .copyrights .menu-extra {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: initial;
}
.footer .copyrights .menu-extra a {
    display: block;
    padding: 1rem 2rem;
    color: #000000;
    font-size: 15px;
}



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

	.footer .menu-footer {
		width: 100%;
	}
	.footer .content .logo{
		align-items: center;
	}
	.footer .copyrights {
    flex-direction: column;
    display: flex;
}
	.footer .copyrights .left-copyright {
		display: flex;
		flex-direction: column;
	}
	.footer .social{
		align-items: center;
	}
}



/* EXTRA MENU EN GRILLE 4x3 */
.menu-extra {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 2rem auto;
    max-width: 900px;
}
.menu-extra li {
    display: flex;
}
.menu-extra a {
    display: block;
    padding: 1rem 2rem;
    color: #000000;
    font-size: 1.5rem;
}
.menu-extra a:hover {
    color: #b3a4a4;
}
@media (max-width: 900px) {
	.menu-extra {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(6, auto);
	}
}
@media (max-width: 600px) {
	.menu-extra {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(12, auto);
	}
}



/*------------------------------------*\
    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: 0;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 99;
}

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

.header nav {
    flex-direction: column;
    position: fixed;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    box-shadow: 0px 3px 4px 3px #00000040;
    height: 100%;
    background: #FFF;
    opacity: 1;
    font-size: inherit;
    left: -100%;
    top: 0;
    transition: 0.3s;
}

.header nav ul {
    margin-top: 90px;
    font-size: 17px;
    list-style: none;
}


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

.header nav ul li a {
    font-size: 17px;
    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;
    left: 5px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.header .show{
	left: 0;
}

.header nav ul li a {
    text-decoration: inherit;
}

.header nav ul{
		flex-direction: column;
		padding: 0;
		align-items: center;
}
	
.header nav ul li a {
    font-size: 24px;
    margin: 17px 0;
    font-family: 'Roba';
    color: #a8865c;
}


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

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

.menu-responsive {
    position: relative; /* par défaut */
    top: 0;
    transition: all 0.4s ease; /* animation fluide */
}

.menu-responsive.fixed-menu {
	top: 25px;
    position: fixed;
    left: 5px;
    transform: translateY(-100%); /* commence caché */
    animation: slideDown 0.4s forwards; /* animation quand fixé */
}

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

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

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

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

	
}

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


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


h2 strong{
	color: var(--couleurstrong);
	font-weight: 100;
	color: #a8865c;
}

h2 {
    font-size: var(--fontsizeh2);
    color: #a8865c;
    letter-spacing: 2px;
    font-family: "Roba", sans-serif;
}

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: "Roba", sans-serif;
}

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

a{
	color: #a8865c;
	transition: 0.3s;
}

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:hover{
	transition: 0.3s;
	opacity: 0.7;
}
.hero-section a:hover{
	transition: 0.3s;
	opacity: 0.7;
}
#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;
	}
	h1 {
	font-size: 50px;
	}
}


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

main{
	padding-top: 99px;
}

/*------------------------------------*\
    ARCHIVE PAGE
\*------------------------------------*/

.archive .actu-item {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 50px 0;
}
.archive .actu-thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
}
.archive .actu-meta h3 {
    font-size: 20px;
}
.archive .actu-meta {
    margin: 15px 0;
    width: 30%;
    font-size: 14px;
    padding: 10px;
}
.archive .actu-btn {
    text-decoration: inherit;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.archive .actu-link {
    display: flex;
}

  
.archive .actu-thumb {
    width: 30%;
}

.archive .actu-excerpt {
    width: 40%;
    padding: 10px 20px;
}


.archive .actu-excerpt p {
    font-size: 15px;
}

@media (max-width: 900px) {

.archive .actu-link {
    display: flex;
    flex-direction: column;
}
.archive .actu-thumb {
    width: 100%;
}
.archive .actu-meta {
    width: 100%;
}
.archive .actu-excerpt {
    width: 100%;
}
}

/*------------------------------------*\
    SINGLE TEMOIGNAGE
\*------------------------------------*/

.single-temoignage main {
    padding-top: 199px;
}
.single-temoignage .single-content h1 {
    font-size: 60px;
    color: var(--couleurh1);
    font-family: 'montserrat', sans-serif;
    line-height: 1;
    margin: 0;
    margin-top: 20px;
}
.single-temoignage .other-temoignages {
    max-width: 900px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.single-temoignage .other-temoignages .swiper-button-next-other-temoignages, .single-temoignage .other-temoignages .swiper-button-prev-other-temoignages {
    height: 50px;
    width: 50px;
    background: #FFF;
    display: flex;
    justify-content: center;
    margin: 10px;
    align-items: center;
    border-radius: 50%;
}
.single-temoignage .other-temoignages .swiper-slide img{
	border-radius: 12px;
}

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

.header-sans {
    height: 99px;
}
.header-block .block-inner {
    padding-top: 149px;
    height: 100%;
}

.header-block.header-fullpage .block-inner {
    padding-top: 0 ;
}

.header-block.header-titles .block-inner {
    padding-top: 199px;
    height: 100%;
}

.header-block.header-banner .block-inner {
    padding-top: 125px;
    height: 100%;
}

.header-block.header-image-text {
    height: 100vh;
    max-height: 700px;
}
.header-block .block-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-fullpage.header-block .block-content {
    align-items: inherit;
}

.header-block.header-banner .block-content {
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
}

.header-block .block-image,
.header-block .block-text {
    flex: 1 1 50%;
    max-width: 50%;
}
.header-block.header-titles .block-image{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 199px;
    height: 199px;
    margin: auto;
}
.header-block.image-droite .block-image {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-block.image-gauche .block-text {
    order: 2;
}

.header-block.image-gauche.header-titles .block-text {
    order: 2;
    margin: auto;
    text-align: center;
}
.header-block.image-droite .block-image {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-block.image-droite .block-text {
    order: 1;
}
.header-fullpage.header-block .block-text {
    padding: 130px 1% 70px 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 999px;
    min-height: 700px;
}
.header-fullpage.header-block .block-image {
    z-index: -1;
    max-height: 999px;
}

.header-fullpage.header-block .block-image img {
    width: 90%;
    height: 99%;
    object-fit: contain;
}
.header-fullpage.header-block .block-image, .header-fullpage.header-block .block-text {
    padding-top: 120px;
}

.header-block .block-image img {
    width: 70%;
    object-fit: contain;
}

.header-block .block-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
    margin-top: 20px;
    text-align: center;
    min-width: 250px;
}
.header-block .block-btn:hover {
    opacity: 0.7;
}
@media (max-width: 900px) {
    .header-block .block-content {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    .header-block .block-image,
    .header-block .block-text {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .header-block .block-image img {
        width: 100%;
    }
    .header-block .block-btn {
    padding: 17px 39px;
    }
	.header-fullpage.header-block .block-text {
		padding-top: 190px;
	}

	.header-fullpage.header-block .block-image{
		padding-top: 0;
	}
	.header-block.header-image-text {
		height: fit-content;
		max-height: fit-content;
	}
.header-block h1 {
    margin: 0;
    font-size: 50px;
}
}


@media only screen and (max-width:7007px){
	.home-image img {
		height: 500px;
		position: relative;
		z-index: 1;
	}
}
@media only screen and (max-width:1907px){
    .home-image img {
        height: 350px;
        position: relative;
        z-index: 1;
    }
}

#button {
    background-color: #a8865c;
    border: 1px solid #a8865c;
}
.home-section {
    padding: 0;
    text-align: center;
    height: 95vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

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

.illustration {
    display: block;
    position: fixed;
    max-width: 100%;
    height: auto;
    object-position: top;
    bottom: 5%;
    object-fit: cover;
    left: 50%;
    width: 50%;
    min-width: 900px;
    right: 0;
    overflow: scroll;
}


.content-left {
    background: #FFF;
    width: 50%;
    position: relative;
    padding: 41px;
}
.content-left .content-texte {
    position: relative;
    top: -40px;
    background: #FFF;
}

.wrapper-content {
    max-width: 700px;
    position: relative;
    margin: auto;
    padding: 20px;
}
.content-left .separateur {
    top: -3px;
    position: absolute;
    right: -14px;
    height: 70px;
    z-index: 1;
    height: 50px;
}
p {
    font-family: 'Roba Low';
    font-size: var(--fontsizep);
    color: var(--couleurp);
}
.wp-block-buttons .wp-block-button__link {
    width: 100%;
    font-family: 'Roba';
    width: 171px;
    padding: 10px;
    margin: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px !important;
    line-height: 1;
    display: flex;
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
}
.wp-block-buttons .wp-block-button__link:hover {
    width: 100%;
    opacity: 0.7;
    font-family: 'Roba';
    width: 199px;
    padding: 10px;
    margin: 10px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}


.letter-spacing {
    letter-spacing: 1px;
    color: var(--wp--preset--color--black) !important;
}

.page .nf-form-content button, .page .nf-form-content input[type=button], .page .nf-form-content input[type=submit] {
    background: #a8865c;
    font-weight: 700;
    font-family: 'Roba';
    display: flex;
    justify-content: center;
    letter-spacing: 2px;
    align-items: center;
    font-size: 20px;
    border-radius: var(--borderradiusbutton);
    color: var(--couleurtextebutton);
    border: 1px solid #a8865c;
    transition: 0.3s;
    padding: 14px 39px;
}

@media only screen and (max-width:997px){
    .content-left {
        width: 100%;
    }
    .content-left .separateur {
        right: 0;
    }
   .illustration {
		width: 100%;
		left: 0;
	}
}