/*
Theme Name: CM Patrimoine
Description: ...
Version: 1.0
*/

html {
	box-sizing: border-box;
	margin-top: 0 !important;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	font-size: 16px;
	font-family: "Open Sans", serif;
}

strong,
b {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "LTAsusMono";
	font-weight: bold;
}

h1 {
	font-size: 40px;
	letter-spacing: 0.5px;
}

.h1-title-top {
	font-size: 62px;
	line-height: 67px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
}

.h1-title-top2 {
	font-weight: lighter;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 2px;
}

.h1-title-top3 {
	font-size: 42px;
	line-height: 53px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
}

h2 {
	font-size: 47px;
	line-height: 55px;
	letter-spacing: 0.5px;
}

h3 {
	font-size: 26px;
	font-weight: bold;
}

h4 {
	font-size: 20px;
	font-weight: bold;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 18px;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.title-section {
	font-size: 40px;
	font-weight: lighter;
}

.text-uppercase {
	text-transform: uppercase;
}

.title-font-uppercase {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 35px;
	line-height: 43px;
	font-weight: lighter;
}

.title-section-line {
	color: #83968a;
	font-size: 36px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.title-section-line::before {
	content: "";
	width: 100%;
	position: absolute;
	height: 1px;
	background-color: #83968a;
	left: 0;
	right: 0;
	z-index: -1;
	margin: auto 0;
}

.title-section-line span {
	background: #fff;
	padding: 0 15px;
}

.color-text-courant {
	color: #5c5454;
}

.color-title-blanc {
	color: #ffffff;
}

.color-title-vert-bleu-clair {
	color: #458089;
}

.color-title-vert-fonce {
	color: #275f58;
}


.page-template-default h2 {
	font-size: 2.5rem;
	color: #193D38;
}

.slogan {
	font-size: 19px;
	line-height: 26px;
}

.text-limite {
	align-items: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

a:hover {
	outline: none;
	text-decoration: none;
}

.background-size-cover {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.background-size-contain {
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.border-10 {
	border-radius: 10px;
}

.raduis20 {
	border-radius: 20px;
}

.row-right {
	justify-content: flex-end;
}

.row-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.row-justify-verticaly-content {
	align-items: center;
}

.row-inverse-colunm {
	flex-direction: row-reverse;
}

.display_flex {
	display: flex;
}

.justify-right {
	justify-content: flex-end;
}

.full_width_container {
	max-width: 100% !important;
}

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

.text-center {
	text-align: center;
}

.block-center-horizontale-verticale {
	position: absolute !important;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}

.btn-cmpatrimoine {
	display: inline-block;
	position: relative;
	letter-spacing: 0.5px;
	cursor: pointer;
}

.btn-cmpatrimoine p {
	margin-bottom: 0;
	font-size: 16px;
	padding: 11px 0;
	position: relative;
	color: #000;
	font-weight: bold;
	overflow: hidden;
}

.btn-cmpatrimoine-1 {
	border: 1.5px solid transparent;
	border-radius: 40px;
	background-color: #E8CE94;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-cmpatrimoine-blanc {
	border: 1.5px solid transparent;
	border-radius: 40px;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.bloc-buttons-accueil .btn-cmpatrimoine-2 {
	margin-left: 20px;
}

.btn-cmpatrimoine-1 p {
	padding: 11px 20px;
	color: #000;
}

.btn-cmpatrimoine-blanc p {
	padding: 11px 20px;
	color: #000;
}

.btn-cmpatrimoine-1:hover {
	background-color: transparent;
	color: #fff;
	border: 1.5px solid transparent;
}

.btn-cmpatrimoine-1:hover p {
	color: #fff;
}

.btn-cmpatrimoine-1 p:after,
.btn-cmpatrimoine-4 p:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #E8CE94;
	border-radius: 40px;
	pointer-events: none;
	z-index: 1;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: background-color 0.9s ease;
}

.btn-cmpatrimoine-blanc p:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
	border-radius: 40px;
	pointer-events: none;
	z-index: 1;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: background-color 0.9s ease;
}

.btn-cmpatrimoine-blanc:hover {
	background-color: transparent;
	color: #fff;
	border: 1.5px solid transparent;
}

.btn-cmpatrimoine-blanc:hover p {
	color: #fff;
}

.btn-cmpatrimoine-1 p:after {
	border: 1px solid #E8CE94;
}

.btn-cmpatrimoine-4 p:after {
	border: 1px solid #183d38;
}

.btn-cmpatrimoine-blanc p:after {
	border: 1px solid #ffffff;
}

.btn-cmpatrimoine-1:hover p:after,
.btn-cmpatrimoine-4:hover p:after,
.btn-cmpatrimoine-blanc:hover p:after {
	animation: draw-border 0.9s forwards ease-in-out;
}


.btn-cmpatrimoine-3 {
	background-color: #6d8275;
}

.btn-cmpatrimoine-3 p:after {
	border: 1px solid #6d8275;
}

.btn-cmpatrimoine-4 {
	background-color: #183d38;
	border: 1.5px solid transparent;
	border-radius: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-cmpatrimoine-4 p {
	padding: 11px 20px;
	color: #fff;
}

.btn-cmpatrimoine-4:hover {
	background-color: transparent;
	color: #183d38;
	border: 1.5px solid transparent;
}

.btn-cmpatrimoine-4:hover p {
	color: #183d38;
}


@keyframes draw-border {
	0% {
		clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	}

	25% {
		clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
	}

	50% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
	}
}

.btn-cmpatrimoine-2 p {
	color: #fff;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.btn-cmpatrimoine-2.color-fonce p {
	color: #17403d;
	font-weight: bold;
}

.btn-cmpatrimoine-2 p:after {
	content: "";
	position: absolute;
	bottom: 3px;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #E8CE94;
	left: 0;
}

.btn-cmpatrimoine-2.color-fonce p:after {
	background-color: #17403d;
}

.btn-cmpatrimoine-2:hover p:after {
	animation: progress .6s ease-in-out !important
}

@keyframes progress {
	0% {
		left: 0
	}

	49% {
		left: 100%
	}

	50% {
		left: 100%;
		width: 0
	}

	51% {
		left: -100%
	}

	52% {
		left: -100%;
		width: 100%
	}

	to {
		left: 0;
	}
}

.icone-img-svg-elements {
	width: 30px;
	height: 30px;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	max-width: 30px;
	margin-right: 10px;
	margin-top: -3px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.head-page-single-style {
	padding: 2rem 0;
	background-color: #4d9e7d1a;
}

section {
	position: relative;
	overflow: hidden;
}

.couleur-rouge {
	color: #ca4f35;
}

.raduis10 {
	border-radius: 10px;
}

.filter-head-page-in {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #0a1217a6;
	background-color: #0a121766;
}

.head-page-single {
	text-align: center;
	padding: 5.5rem 0;
	position: relative;
}

.head-page-single .container {
	position: relative;
	z-index: 2;
	max-width: 900px;
}

.head-page-single .container .slogan {
	color: #e9ebed;
	margin-top: 1.3rem;
}

.head-page-accompagnement-single .slogan-auteur {
	color: #e9ebed;
	margin-top: 0.5rem;
	font-size: 18px;
}

.head-page-accompagnement-single .btn-cmpatrimoine-1 p:after {
	border: 1px solid #fff;
}

.head-page-accompagnement-single .btn-cmpatrimoine-2 p:after {
	background-color: #fff;
}

@media screen and (max-width: 1199px) {
	.h1-title-top {
		font-size: 45px !important;
		line-height: 46px !important;
	}

	h1 br,
	h2 br {
		display: none;
	}

	h2 {
		font-size: 40px;
		line-height: 52px;
	}
}

@media screen and (max-width: 991px) {
	h1 {
		font-size: 35px !important;
		line-height: 40px !important;
	}

	.h1-title-top {
		font-size: 35px !important;
		line-height: 40px !important;
	}

	h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

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

	.icone-img-svg-elements {
		width: 25px;
		height: 25px;
		-ms-flex: 0 0 25px;
		flex: 0 0 25px;
		max-width: 25px;
		margin-right: 6px;
	}
}

@media screen and (max-width: 800px) {
	.slogan br {
		display: none;
	}

	h1 {
		font-size: 31px;
		line-height: 36px;
	}

	.h1-title-top,
	.h1-title-top2,
	.h1-title-top3 {
		font-size: 30px !important;
		line-height: 36px !important;
	}

	h2,
	.title-section-line {
		font-size: 35px;
		line-height: 40px;
	}

	.title-section {
		font-size: 35px;
		font-weight: lighter;
	}

	.title-font-uppercase {
		font-size: 30px;
		line-height: 40px;
	}
}

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

	h1,
	.page h1 {
		font-size: 28px;
		line-height: 33px;
	}

	.h1-title-top,
	.h1-title-top2,
	.h1-title-top3 {
		font-size: 29px !important;
		line-height: 40px !important;
	}

	.col-content-propos-v2 .slogan-a-propos {
		font-size: 16px !important;
	}

	h2,
	.title-section-line,
	.title-section {
		font-size: 28px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 600px) {
	.title-font-uppercase {
		font-size: 25px;
		line-height: 35px;
	}

	.h1-title-top,
	.h1-title-top2,
	.h1-title-top3 {
		font-size: 26px !important;
		line-height: 33px !important;
	}

	.slogan {
		font-size: 16px;
		line-height: 21px;
	}
}


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

	h1,
	.page h1 {
		font-size: 33px;
		line-height: 39px;
	}

	h2 {
	    font-size: 26px;
        line-height: 36px;
	}

	h3 {
		font-size: 21px;
		line-height: 31px;
	}

	.page-template-default h2 {
		font-size: 1.35rem;
	}
}


#button-scroll-top.show {
	opacity: 1;
	cursor: pointer;
}

#button-scroll-top {
	background: #E8CE94;
	width: 30px;
	height: 45px;
	text-align: center;
	border-radius: 3px;
	position: fixed;
	bottom: 12px;
	right: 18px;
	z-index: 5;
	transition: opacity 0.2sease-out;
	opacity: 0;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#button-scroll-top::after {
	content: "";
	background-repeat: no-repeat;
	background-image: url(../cmpatrimoine/img/arrow-top.svg);
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	width: 40px;
	height: 15px;
	width: 20px;
	color: #169dd2;
	height: 28px;
	position: absolute;
}


/* NAV */

.home .navbar {
	background-color: #fff;
}

.navbar-default {
	background-color: #fff;
	left: 0;
	right: 0;
	top: 0;
	z-index: 7;
}

.nav-scroll {
	background-color: #fff !important;
	box-shadow: 0px 4px 25px #2121211c;
	position: fixed !important;
	border-bottom: 0 !important;
	padding: 3px;
}

.navbar-default li {
	padding: 0 0.2rem;
	display: inline-block;
	position: relative;
}

.navbar-default .menu-item a {
	display: block;
	padding: 0.9rem 0.4rem;
	color: #000 !important;
}

.nav-scroll .menu-item a {
	color: #000 !important;
}

.navbar-default .menu-item .sub-menu a {
	display: block;
	padding: .5rem 1rem;
}

/* .navbar-default .navbar-nav {
    justify-content: center;
	width: 100%;
} */


.navbar-default .navbar-collapse {
	justify-content: center;
}

.menu {
	margin-bottom: 0;
	padding-left: 0;
}

.logo-header-nav-cm {
	height: 65px;
	margin-right: 10px;
}

.navbar-accueil .logo-header-nav-cm {
	display: none;
}

.navbar-accueil.nav-scroll .logo-header-nav-cm {
	display: block;
}

/* .navbar-default .navbar-brand img {
    height: 80px;
} */

/* .home .navbar-default .navbar-brand img {
	visibility: hidden;
} */

.home .navbar .navbar-brand {
	cursor: inherit;
}

.home .nav-scroll .navbar-brand {
	cursor: pointer;
}

.home .nav-scroll .navbar-brand img {
	visibility: visible;
}

.navbar-default .menu-item svg {
	width: 22px;
	height: 22px;
}

.navbar-default .menu li a {
	font-size: 16px;
	position: relative;
	outline: none !important;
	text-decoration: none;
}

.navbar-default .menu li a:hover {
	outline: none !important;
	text-decoration: none;
}

.navbar-default .menu li:last-child a {
	color: #000 !important;
	border-radius: 30px;
	padding-right: 0.9rem;
	padding-left: 0.9rem;
	margin-left: 0.5rem;
	border: 2px solid #193D38;
	padding: 7px 20px;
	font-weight: 500;
	transition: all 0.5s;
}

.page-template-rejoindre-cercle .navbar-default .menu .current-menu-item a {
	background-color: #77ae2b;
	color: #fff !important;
}

.navbar-default .menu li:last-child a:hover {
	border: 2px solid #193D38;
	background: transparent !important;
	transition: 0.2;
}

.navbar-default .menu li:last-child a:hover {
	color: #fff !important;
	background: #193D38 !important;
}

.navbar-default .menu li:last-child a::after {
	display: none;
}

.navbar-default .menu .current-menu-item a {
	color: #05689b !important;
	font-weight: 600;
}

.home .navbar-default .menu .current-menu-item a {
	color: inherit !important;
	font-weight: inherit !important;
}

.home .navbar-default .menu li a.actived {
	color: #05689b !important;
	font-weight: 600 !important;
}

.navbar-default .menu li a svg,
.home .navbar-default .menu li a svg {
	stroke: #08679B;
	fill: #08679B;
}

.home .navbar-default .menu li a.actived svg {
	fill: #08679B !important;
	stroke: #08679B !important;
}

.navbar-default .menu .menu-item a::after {
	content: '';
	width: 0;
	height: 2px;
	background-color: #77ae2b;
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .35s;
}

.navbar-default .menu .menu-item:hover a::after,
.navbar-default .menu .current-menu-item a::after {
	width: 20px;
}


.home .navbar-default .actived::after {
	width: 20px;
	display: block;
}

.home .menu li:first-child .actived::after {
	display: none !important;
	width: 0 !important;
}

/***** Sous menu *****/

.navbar-default .menu ul {
	visibility: hidden;
	opacity: 0;
	margin-top: 0;
	padding: 0;
	width: 210px;
	position: absolute;
	background: #546E7A;
	z-index: 99;
	transition: all 0.2s ease-out;
	padding-top: 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%) !important;
	left: 50%;
}

.navbar-default .menu .sub-menu li a {
	color: #fff !important;
	font-weight: normal;
}

.navbar-default .menu .sub-menu li:first-child {
	margin-left: 0;
}

.navbar-default .menu .sub-menu li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
	border-radius: 10px;
}

.navbar-default .menu .sub-menu li:hover {
	background-color: #5a8320;
}


.navbar-default .menu .sub-menu li:last-child {
	margin: 0;
}

.navbar-default .menu .sub-menu a::after {
	display: none;
}

.navbar-default .menu ul:after {
	bottom: 100%;
	left: 0;
	right: 0;
	border: solid #77ae2b;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgb(216 144 144 / 0%);
	border-bottom-color: #77ae2b;
	border-width: 6px;
	margin-left: auto;
	margin-right: auto;
}

.navbar-default .menu li:hover>ul {
	visibility: visible;
	opacity: 1;
}

.navbar-default .menu ul li a:hover,
.navbar-default .menu ul li:hover>a {
	color: #fff;
	font-weight: bold;
}

.nav-scroll .sub-menu li:last-child {
	color: #fff !important;
}

/***** Sous sous menu *****/

.navbar-default .menu ul ul {
	left: 320px;
	top: -5px;
	visibility: hidden;
	opacity: 0;
	transform: translate(20px, 0px);
	transition: all 0.2s ease-out;
	background: #77ae2b;
	padding-left: 3px;
	padding-top: 0;
}

.navbar-default .menu .sub-menu {
	background-color: #77ae2b;
	border-radius: 15px;
	padding: 5px;
	box-shadow: 0 15px 40px rgb(0 0 0 / 5%);
}

.navbar-default .menu .sub-menu .sub-menu {
	background-color: #77ae2b;
}

.navbar-default .menu .sub-menu a {
	color: #fff !important;
	text-align: center;
}

.navbar-default .menu ul li:hover ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.navbar-default .menu ul ul:after {
	left: -12px;
	top: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #77ae2b;
	border-width: 6px;
	margin-top: -6px;
	margin-left: inherit;
	margin-right: inherit;
}

.navbar-default .menu ul a,
.navbar-default .menu ul ul a {
	border-left: inherit;
	border-right: inherit;
}

.navbar-default .menu .sub-menu li:last-child a {
	background-image: inherit;
	border-radius: inherit;
	padding-right: inherit;
	padding-left: inherit;
	margin-left: inherit;
	border: inherit;
	background-color: transparent;
}

.nav-scroll .menu .sub-menu li:last-child a:hover {
	color: #fff !important;
}

/* Menu au scroll */

@media screen and (max-width: 1200px) {
	.navbar-default .navbar-top li {
		padding: 0 0.1rem;
	}
}

@media screen and (max-width: 991px) {
	.navbar-accueil.nav-scroll .logo-header-nav-cm {
		margin: auto;
	}

	.navbar-default {
		position: absolute;
	}

	.home .navbar {
		background-color: transparent;
	}

	.navbar-default .menu {
		margin-bottom: 0;
		padding: 1rem;
		border-top: 1px solid #77ae2b;
		margin-top: 6px;
		background-color: #ffffff;
	}

	.navbar-default .navbar-toggler {
		background: #77ae2b;
	}

	.navbar-default .navbar-brand {
		position: relative;
		top: inherit;
		padding-top: inherit;
	}

	.navbar-default li {
		display: block;
		padding: 0.2rem 1rem;
		text-align: center;
		margin-bottom: 15px;
	}

	.navbar-default .navbar-top li:last-child {
		margin-bottom: 0;
	}

	.navbar-default .navbar-top li:last-child a {
		margin-bottom: 1rem;
		display: inline-block;
		margin-left: 0;
	}

	.navbar-default .menu li:last-child a {
		margin-bottom: 0;
		margin-left: 0;
	}

	.navbar-default .menu li:hover>ul {
		position: relative;
		transform: initial;
		width: 100%;
		margin-bottom: 1rem;
		width: auto;
	}

	.navbar-default .menu ul {
		transform: initial !important;
		width: 100%;
		transition: initial !important;
		display: none;
		padding-top: 3px;
		margin-left: 0;
		left: 0;
	}

	.navbar-default .menu ul:after {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.navbar-default .menu ul li:hover ul,
	.navbar-default .menu li:hover ul li:hover ul,
	.navbar-default .menu li:hover ul {
		display: block;
		width: auto;
		margin: 0 7px;
	}

	.navbar-default .menu li:hover ul li ul {
		display: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.navbar-default .menu ul ul {
		left: 0 !important;
		display: none;
		padding-top: 3px;
		padding-left: 0;
	}

	#menu-menu-header .sub-menu .sub-menu {
		padding: 5px;
	}

	.navbar-default .menu ul ul:after {
		bottom: 100%;
		left: 0;
		right: 0;
		margin-left: auto !important;
		margin-right: auto;
		position: absolute;
		border-color: rgb(216 144 144 / 0%);
		border-bottom-color: #53764a;
		top: -6px;
	}

	.navbar-default .menu ul ul {
		transform: initial !important;
		top: -5px;
	}

	.navbar-default .menu .sub-menu a {
		margin-top: 0 !important;
	}
}


@media screen and (max-width: 771px) {
	.navbar-default .navbar-brand img {
		height: 57px;
	}
}

@media screen and (max-width: 1185px) {
	.navbar-default .navbar-brand img {
		height: 55px;
	}

	.navbar-default .menu li a {
		font-size: 15px;
	}

	.navbar-default .menu li:last-child a {
		padding: 7px 16px;
		font-size: 14px;
	}
}

@media screen and (max-width: 1085px) {
	.navbar-default .navbar-brand img {
		height: 49px;
	}
}

@media screen and (max-width: 1075px) {
	.container-navbar {
		max-width: 100% !important;
	}
}

/***** PAGE ACCUEIL ***************************************************************************************************************************************/

/* .section-accueil-homepage{
	min-height: 70vh;
} */

/***** SECTION Accueil - Accueil ***************************************************************************************************************************************/


.section-accueil-homepage {
	background-color: #000000;
}

.section-accueil-homepage .fond-carousel-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.section-accueil-homepage .video-fond-accueil {
	background-position: center center;
	background-size: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 0;
	height: 100%;
}

.section-accueil-homepage .filter-accueil {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #0c2518a1;
}

.section-accueil-homepage .content-slide-homepage {
	text-align: center;
	padding: 0 0 5.5rem;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
}

.section-accueil-homepage .content-slide-homepage.content-slide-homepage-ss-logo {
	padding: 5rem 0 5.5rem;
}

.section-accueil-homepage .logo-accueil {
	width: 160px;
	height: 160px;
	margin: 0 auto 1rem;
}

.section-accueil-homepage .surtitre-accueil {
	color: #FFF1C6;
	font-size: 21px;
}

.section-accueil-homepage .label-accueil {
	text-transform: uppercase;
	color: #f6f6f6;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 400;
	border: 1px solid #ccccccb3;
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 1rem;
	border-radius: 4px;
}

.section-accueil-homepage .item {
	position: relative;
	display: flex;
	justify-content: center;
}

.section-accueil-homepage .content-slide-homepage h1 span {
	color: #c7b9a6;
}

.section-accueil-homepage .slogan-accueil {
	margin-bottom: 0;
	font-size: 23px;
	color: #dee7ef;
	margin-top: 2rem;
}

.section-accueil-homepage .bloc-buttons-accueil {
	margin-top: 2.5rem;
}

.section-accueil-homepage .btn-wrap-hm {
	display: inline-block;
}

.section-accueil-homepage .btn-accueil-2 {
	margin-left: 10px;
	border: 1px solid transparent;
	text-decoration: underline;
}

.section-accueil-homepage .owl-dots {
	position: absolute;
	right: 0;
	bottom: 0.5rem;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-accueil-homepage .owl-nav {
	position: absolute;
	right: 0;
	top: 5px;
	left: 0;
	display: flex;
	justify-content: space-between;
	top: 50%;
	transform: translateY(-50%);
}

.section-accueil-homepage .owl-nav button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #30415af0;
	border: 0;
	margin: 0.25rem;
	outline: none;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-accueil-homepage .owl-nav button.disabled {
	opacity: 0;
}

.section-accueil-homepage .owl-nav button.owl-prev {
	left: 10px;
}

.section-accueil-homepage .owl-nav button.owl-next {
	right: 0;
	position: absolute;
}

.section-accueil-homepage .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	outline: none;
}

.section-accueil-homepage .owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 4px;
	background: transparent;
	display: block;
	transition: opacity .2s ease;
	border-radius: 30px;
	border: 1.5px solid #fff;
}

.section-accueil-homepage .owl-theme .owl-dots .owl-dot.active span,
.section-accueil-homepage .owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff !important;
	border: 1.5px solid #fff;
}

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

	.section-accueil-homepage .content-slide-homepage h1 br,
	.section-accueil-homepage .slogan-accueil br {
		display: none;
	}

	.section-accueil-homepage .logo-accueil {
		width: 140px;
		height: 140px;
	}
}

@media screen and (max-width: 650px) {
	.section-accueil-homepage .content-slide-homepage {
		padding: 0rem 0 2rem;
	}

	.section-accueil-homepage .content-slide-homepage.content-slide-homepage-ss-logo {
		padding: 3rem 0 4rem;
	}

	.section-accueil-homepage .logo-accueil {
		width: 120px;
		height: 120px;
		margin-top: -40px;
	}

	.section-accueil-homepage .slogan-accueil {
		font-size: 16px;
	}

	.section-accueil-homepage .slogan-accueil {
		margin-top: 1rem;
	}

	.section-accueil-homepage .bloc-buttons-accueil a {
		width: 95%;
	}

	.bloc-buttons-accueil .btn-cmpatrimoine-2 {
		margin-left: 0;
	}

	.section-accueil-homepage .owl-nav button {
		width: 35px;
		height: 35px;
	}

	.section-accueil-homepage .nav-button-icon-left,
	.section-accueil-homepage .nav-button-icon-right {
		width: 17px;
		height: 17px;
	}

	.section-accueil-homepage .slogan-accueil {
		width: 95%;
	}

	.section-accueil-homepage .owl-carousel .owl-stage {
		display: flex;
		align-items: center;
	}

	.section-accueil-homepage .owl-carousel .owl-item {
		flex: 0 0 auto;
	}
}



/***** SECTION Introduction - Accueil ***************************************************************************************************************************************/

.section_introduction{
	background-color: #E1F4F8;
    padding: 3rem 0;
    text-align: center;
    font-size: 19px;
}

.section_introduction .titre-introduction{
	font-size: 24px;
    line-height: 34px;
    margin-bottom: 13px;
}

.section_introduction p{
	margin-bottom: 0;
}

@media screen and (max-width: 650px) {
	.section_introduction {
    	padding: 2rem 10px;
    	font-size: 17px;
	}

	.section_introduction .titre-introduction {
    	font-size: 20px;
    	line-height: 31px;
	}

	.section_introduction br{
		display: none;
	}
}

/***** SECTION Services - Accueil ***************************************************************************************************************************************/

.section_services {
	padding: 4rem 0 0;
	background: #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(222, 244, 248, 1) 100%);
}

.section_services .slogan{
	font-weight: bold;
    color: #51949e;
	font-size: 23px;
}

.description-services {
	margin-top: 2rem;
	font-size: 17px;
	text-align: justify;
}

.phrase-objectifs{
	margin-top: 3rem;
	font-size: 17px;
}

.description-services p:last-of-type {
	margin-bottom: 0;
}

.container-objectifs-services {
	max-width: 100%;
	padding: 0;
}

.section_services h2 {
	color: #51949e;
}

.section_services h2 span {
	/* color: #458089; */
	color: #275f58;
}

.surtitre-services {
	margin-bottom: 0;
	font-weight: bold;
	color: #c1a466;
	font-size: 18px;
	letter-spacing: 2px;
}

.card-objectifs-services {
	padding: 18px;
	border-radius: 15px;
	height: 100%;
	background: #fff;
	box-shadow: 0 3px 25px 0 rgb(26 26 27 / 8%);
}

.card-objectifs-services .bloc-icone-objectifs {
	width: 42px;
	height: 42px;
	padding: 3px;
	background-color: #68bac542;
	margin-bottom: 0.7rem;
	border-radius: 10px;
}

.card-objectifs-services .bloc-icone-objectifs .icone-objectifs {
	width: 100%;
	height: 100%;
}

.card-objectifs-services h3 {
	font-size: 24px;
	color: #4b8d96;
	letter-spacing: 0.5px;
}

.section_services .owl-carousel .owl-stage {
	display: flex;
}


.section_services .owl-carousel .owl-stage .item {
	height: 100%;
	padding: 2rem 0;
}

.section_services .owl-carousel .owl-stage .owl-item .item {
	opacity: 0.5;
}

.section_services .owl-carousel .owl-stage .owl-item.active .item {
	opacity: 1;
}

.description-services-info-en-plus{
	margin: 0rem 0 2rem;
	font-size: 17px;
}

.description-objectifs-services {
	font-size: 15px;
	line-height: 19px;
	color: #454444;
}

.container-objectifs-services .owl-prev.disabled,
.container-objectifs-services .owl-next.disabled {
	display: none;
}

.container-objectifs-services .owl-prev,
.container-objectifs-services .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #4b8d96;
	display: flex;
	justify-content: center;
	align-items: center;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.container-objectifs-services .nav-button-icon-left,
.container-objectifs-services .nav-button-icon-right {
	display: block;
	width: 20px;
	height: 20px;
	background-size: cover !important;
}

.container-objectifs-services .owl-prev {
	left: 15px;
}

.container-objectifs-services .owl-next {
	right: 15px;
}

.container-objectifs-services .nav-button-icon-right,
.container-objectifs-services .nav-button-icon-left {
	background: transparent url(../cmpatrimoine/img/arrow-left-blanc.svg) no-repeat;
}

.container-objectifs-services .nav-button-icon-left {
	transform: rotate(180deg);
}

.container-objectifs-services .owl-prev,
.container-objectifs-services .owl-next {
	bottom: 0;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

.container-bouton-objectifs-services {
	text-align: center;
	margin-top: 0.5rem;
}

.container-bouton-objectifs-services a:last-child {
	margin-left: 20px;
}

.container-bouton-objectifs-services .btn-cmpatrimoine-2 p {
	color: #3f7178;
}

.container-bouton-objectifs-services .btn-cmpatrimoine-2 p:after {
	background-color: #3f7178;
}


.block-card-questions {
	position: relative;
	display: block;
}

.block-card-questions:before {
	content: "";
	height: 50%;
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 0;
	position: absolute;
}

.card-questions {
	background-color: #cfb67f;
	padding: 12px;
	border-radius: 20px;
	margin-top: 4rem;
	position: relative;
	z-index: 2;
}

.card-questions-in {
	border: 2px solid #fff;
	padding: 25px;
	border-radius: 10px;
}

.card-questions h2 {
	text-transform: uppercase;
	font-size: 31px;
	line-height: 37px;
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 0px 1px 10px #00000014;
}


.card-questions .slogan-questions {
	color: #fff;
	text-shadow: 0px 1px 10px #00000014;
	margin-bottom: 0;
}

.card-questions .btn-cmpatrimoine {
	margin-top: 1rem;
}

.content-button-card-questions {
	text-align: right;
}


@media screen and (max-width:991px) {
	.section_services {
		padding: 3rem 0 0;
	}

	.card-questions-in .col-md-9,
	.card-questions-in .col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

	.content-button-card-questions {
		text-align: center;
	}

	.card-questions h2 {
		font-size: 28px;
		line-height: 34px;
	}
}

@media screen and (max-width:600px) {
	.section_services {
		padding: 2rem 0 0;
	}


	.container-bouton-objectifs-services {
		padding: 0 20px;
	}

	.card-questions-in {
		padding: 15px;
	}

	.card-questions h2 {
		font-size: 21px;
        line-height: 32px;
	}

	.container-bouton-objectifs-services a {
		display: block;
		width: 100%;
	}

	.container-bouton-objectifs-services a:last-child {
		margin-left: 0;
	}
}

@media screen and (max-width: 540px) {
	.section_services .slogan {
		font-size: 19px;
	}
}

@media screen and (max-width: 450px) {
	.description-services {
		text-align: left;
	}
}


/***** SECTION Etapes - Accueil ***************************************************************************************************************************************/

.section_etapes {
	padding: 5rem 3rem 5rem;
}

.section_etapes .container {
	max-width: 1500px;
}

.section_etapes .row {
	margin-top: 2rem;
}

.section_etapes .card-etape-cm {
	height: 100%;
	margin: 10px;
	padding: 6px;
	position: relative;
	border: 2px solid #ECD69F;
}

.head-card-etape-cm {
	background-color: #59a7b2;
	padding: 0.3rem;
	border-radius: 13px;
}

.bloc-visuel-etape-cm {
	max-width: 140px;
    height: 140px;
    margin: 0px auto -4.7rem;
    z-index: 2;
    position: relative;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
}

.bloc-visuel-etape-cm .bloc-visuel-etape-cm-in{
    width: 100%;
	height: 100%;
	border: 3px solid #ECD69F;
	border-radius: 50%;
    padding: 8px;
}

.bloc-visuel-etape-cm .visuel-etape-cm {
	width: 100%;
	height: 100%;
	padding: 5px;
	border: 1.5px solid #ECD69F;
	border-radius: 50%;
}

.bloc-visuel-etape-cm .visuel-etape-cm:before {
	content: "";
    background-color: #d7c393;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    border: 2px solid #fff;
}

.bloc-visuel-etape-cm .visuel-etape-cm:after{
    content: "";
    background-color: #d7c393;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    border: 2px solid #fff;	
} 


.head-card-etape-cm-in {
	text-align: center;
}

.etiquette-etapes {
	margin-bottom: 0;
    padding: 7px 15px 25px;
    border-radius: 0 0 50px 50px;
    font-size: 19px;
    display: inline-block;
    color: #e3f8fa;
    font-weight: 600;
    background: #3d7077;
    margin-top: -5px;
}

.surtitre-head-card-etape-cm {
	margin-top: 15px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
}

.content-card-etape-cm {
	padding: 0 30px 0;
}

.content-card-etape-cm-img{
    margin-top: 4.5rem;
}

.section_etapes .card-etape-cm h3 {
	color: #4b8d96;
	font-weight: lighter;
	font-size: 33px;
	margin-top: 1rem;
}

.description-etape-cm {
	color: #545454;
	font-size: 16px;
	line-height: 22px;
}

.container-bouton-etapes {
	text-align: center;
	margin-top: 2.5rem;
}

@media screen and (max-width:1345px) {
	.etiquette-etapes {
    	font-size: 17px;
	}

	.surtitre-head-card-etape-cm {
    	padding: 0 4rem;
    	font-size: 17px;
	}

	.section_etapes .card-etape-cm h3 {
    	font-size: 28px;
	}
}

@media screen and (max-width:1199px) {
	.visuel-etape-cm {
		max-width: 200px;
		height: 120px;
	}

	.etiquette-etapes {
    	font-size: 16px;
		margin-top: -4px;
	}

	.surtitre-head-card-etape-cm {
		font-size: 17px;
	}

	.section_etapes .card-etape-cm h3 {
		font-size: 24px;
	}

	.bloc-visuel-etape-cm {
    	max-width: 132px;
    	height: 132px;
	}
}

@media screen and (max-width:1100px) {
	.section_etapes {
		padding: 3rem 0;
	}

	.section_etapes .col-etape-cm {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 2rem;
	}

	.section_etapes .col-etape-cm:last-of-type {
		margin-bottom: 0;
	}

	.section_etapes .card-etape-cm {
		max-width: 500px;
		margin: auto;
	}

	.surtitre-head-card-etape-cm {
        padding: 0 3rem;
    }
}

@media screen and (max-width:600px) {
	.section_etapes {
		padding: 2rem 0;
	}

	.bloc-visuel-etape-cm {
    	max-width: 125px;
    	height: 125px;
	}
}


/***** SECTION Pourquoi nous choisir - Accueil ***************************************************************************************************************************************/

.section_pourquoi_choisir_service {
	background-color: #193D38;
	padding: 5rem 3rem 5rem;
}

.visuel-etape-cm-fond {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.section_pourquoi_choisir_service .container-avantages {
	max-width: 1500px;
	position: relative;
	z-index: 2;
}

.section_pourquoi_choisir_service .container .row {
	margin-top: 4rem;
}

.section_pourquoi_choisir_service h2 {
	color: #FFF1C6;
}

.section_pourquoi_choisir_service .slogan {
	color: #d5d0d0;
}

.card-avantages {
	text-align: center;
	margin-bottom: 4rem;
}

.card-avantages .img-avantages {
	width: 90px;
	height: 40px;
	margin: 0 auto 0.5rem;
}

.card-avantages h3 {
	color: #fff;
}

.card-avantages h3 span {
	color: #FFF1C6;
}

.card-avantages p {
	color: #50ac9f;
}

.container-bouton-avantanges {
	text-align: center;
}

.section_pourquoi_choisir_service hr {
	margin-top: 3rem;
	margin-bottom: 3rem;
	border-top: 1px solid rgb(255 255 255 / 23%);
}



/***** SECTION Transverse - Accueil ***************************************************************************************************************************************/


.section-financement {
	padding: 5rem 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(222, 244, 248, 1) 100%);
}

.section-financement .container{
	position: relative;
	z-index: 2;
}

/* .section-financement .bloc-financement {
	padding: 30px;
    border-radius: 20px;
    background: #00000063;
    border: 2px solid #ECD69F;
} */

.section-financement .bloc-financement h2{
	text-align: center;
	color: #fff;
	margin-bottom: 1.5rem;
}

.section-financement .bloc-financement .description-bloc-financement {
	text-align: justify;
	color: #e7e6e6;
}

.section-financement .bloc-financement .bloc-financement-img {
	float: right;
	margin-left: 25px;
	width: 215px;
	height: 140px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.section-financement .bloc-btn-financement{
	text-align: center;
}

.section-financement .btn-cmpatrimoine-1:hover p {
	color: #fff;
}

.section-financement .btn-cmpatrimoine-1 p:after {
	border: 1px solid #fff;
}

.visuel-financement-cm-fond{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.visuel-financement-cm-fond::before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #162c2ac9;
}

@media screen and (max-width:1190px) {
	.section_pourquoi_choisir_service .col-avantages {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

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

	.section_pourquoi_choisir_service,
	.section-financement {
		padding: 3rem 1rem;
	}
}

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

	.section_pourquoi_choisir_service,
	.section-financement {
		padding: 2rem 1rem;
	}

	.section_pourquoi_choisir_service .container .row {
		margin-top: 2rem;
	}

	.section_pourquoi_choisir_service .col-avantages {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.section-financement .bloc-financement {
		padding: 15px;
	}

	.card-avantages {
		margin-bottom: 2rem;
	}

	.bloc-financement h2 {
		text-align: center;
	}

	.section-financement .bloc-financement .bloc-financement-img {
		float: inherit;
		margin-left: 0;
		width: 100%;
		height: 150px;
	}
}

/***** SECTION Questions fréquentes - Accueil ***************************************************************************************************************************************/

.section-questions-frequentes{
	padding: 4rem 3rem 5rem;
}

.section-questions-frequentes #accordionFAQ{
	margin-top: 2rem;
}

.section-questions-frequentes .card {
    border: none;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.section-questions-frequentes .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom: none;
}

.section-questions-frequentes .card-header h2 {
    margin: 0;
    line-height: 24px;
    color: #3F5A7F;
    padding: 15px 0;
    font-weight: bold;
	font-size: 24px;
}

.section-questions-frequentes .card-header h2 button {
    border: 0;
    background: transparent;
    width: 100%;
    padding: 5px 0;
    outline: none;
    color: #3F5A7F;
    text-align: left;
    font-weight: 600;
}

.section-questions-frequentes .collapse {
    transition: height 0.3s ease;
}

.section-questions-frequentes .faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
    margin-left: 20px;
}

.section-questions-frequentes .card-body {
    padding: 15px 0;
    color: #555;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
}

@media screen and (max-width:991px) {
	.section-questions-frequentes {
		padding: 3rem 1rem;
	}
}

@media screen and (max-width:700px) {
	.section-questions-frequentes .card-header h2 {
		font-size: 19px;
		padding: 10px 0;
	}

	.section-questions-frequentes #accordionFAQ {
    	margin-top: 0;
	}

	.section-questions-frequentes .faq-icon {
		font-size: 17px;
	}
}


/***** SECTION A propos - Accueil ***************************************************************************************************************************************/

.section_qui_somme_nous.background-foncer .text-introduction {
	color: #d8d1d1 !important;
}

.section_qui_somme_nous .container {
	max-width: 1500px;
}

.section_qui_somme_nous {
	padding: 5rem 3rem 6rem;
	background-color: #ecfbf7;
}

.section_qui_somme_nous .row-qsn {
	justify-content: center;
}

.section_qui_somme_nous .bloc-text-introduction {
	padding: 2rem 0;
	text-align: justify;
}

.section_qui_somme_nous .col-intro-photos{
	display: flex;
	align-items: center;
}

.section_qui_somme_nous .bloc-photos-col {
	position: relative;
	display: block;
	height: 600px;
	margin-right: 2rem;
	width: 100%;
}

.section_qui_somme_nous .img-introduction {
	position: absolute;
}

.section_qui_somme_nous .bloc-photos-1 .img-introduction-1 {
	width: 100%;
	height: 100%;
}

.section_qui_somme_nous .bloc-photos-2 .img-introduction-1 {
	width: 80%;
	height: 70%;
	top: 0;
	right: 0;
}

.section_qui_somme_nous .bloc-photos-2 .img-introduction-2 {
	width: 45%;
	height: 45%;
	bottom: 0px;
	left: 17px;
}

.section_qui_somme_nous .bloc-photos-3 .img-introduction-1 {
	width: 420px;
    height: 485px;
    top: 35px;
}

.section_qui_somme_nous .bloc-photos-3 .img-introduction-2 {
	width: 225px;
	height: 225px;
	top: 0;
	right: 0;
	z-index: 3;
}

.section_qui_somme_nous .bloc-photos-3 .img-introduction-3 {
	width: 290px;
	height: 210px;
	bottom: 0;
	right: 15%;
}

.section_qui_somme_nous .btn-1 {
	background-color: #06689b;
	border: 1.5px solid #06689b;
}

.section_qui_somme_nous .btn-1:hover {
	background-color: transparent;
}

.section_qui_somme_nous .btn-2 {
	background-color: transparent;
	border: 1.5px solid #06689b;
	color: #06689b;
	margin-left: 10px;
}

.section_qui_somme_nous .btn-2:hover {
	background-color: #06689b;
	color: #fff;
}

.head-bloc-video-qsn{
	text-align: center;
	margin-bottom: 2rem;
}

.bloc-video-qsn{
	width: 100%;
}

.video-bloc-qsn .video-bloc{
	height: 600px;
	overflow: hidden;
    border-radius: 20px;
	width: 100%;
	-moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1360px) {
	.section_qui_somme_nous .bloc-photos-3 .img-introduction-2 {
		width: 205px;
		height: 205px;
	}

	.section_qui_somme_nous .bloc-photos-3 .img-introduction-3 {
		width: 250px;
		height: 180px;
	}
}

@media screen and (max-width: 1270px) {
	.section_qui_somme_nous .bloc-photos-3 .img-introduction-2 {
		width: 180px;
		height: 180px;
	}

	.section_qui_somme_nous .bloc-photos-3 .img-introduction-3 {
		width: 230px;
		height: 150px;
	}

	.section_qui_somme_nous .bloc-photos-3 .img-introduction-1 {
		width: 340px;
	}

	.video-bloc-qsn .video-bloc{
		height: 400px;
	}
}

@media screen and (max-width: 1090px) {
	.section_qui_somme_nous {
		padding: 4rem 1rem 2rem;
	}

	.section_qui_somme_nous .row {
		flex-direction: row-reverse !important;
	}

	.section_qui_somme_nous .bloc-photos-col {
		max-width: 600px;
		margin: 0 auto;
	}

	.col-intro {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.section_qui_somme_nous .bloc-photos-3 .img-introduction-1 {
		width: 460px;
		height: 72%;
		top: 35px;
	}

	.section_qui_somme_nous .bloc-text-introduction {
		padding: 3rem 0 1rem;
		text-align: center;
	}

	.section_qui_somme_nous .bloc-photos-3 .img-introduction-3 {
      	 bottom: 4rem;
    }

}

@media screen and (max-width: 600px) {
	.video-bloc-qsn .video-bloc{
		height: 250px;
	}
}

@media screen and (max-width: 600px) {
	.section_qui_somme_nous {
		padding: 2rem 1rem 1rem;
	}
}

@media screen and (max-width: 550px) {
	.section_qui_somme_nous .btn-1 {
		margin-bottom: 1rem;
	}

	.section_qui_somme_nous .btn-1,
	.section_qui_somme_nous .btn-2 {
		display: block;
		text-align: center;
		margin-left: 0;
	}

	.section_qui_somme_nous .btn-2 {
		margin-bottom: 0;
	}

	.section_qui_somme_nous .bloc-photos-3 .img-introduction-1 {
		width: 100%;
	}

	.section_qui_somme_nous .bloc-photos-3 .img-introduction-2 {
		width: 120px;
        height: 120px;
		top: 0.5rem;
		right: 1rem;
		bottom: 7%;
	}

	.section_qui_somme_nous .bloc-text-introduction {
		padding: 1rem 0 1rem;
	}
}


.section-contact-accueil {
	background: #458089;
	background: linear-gradient(177deg, rgba(69, 128, 137, 1) 40%, rgba(25, 61, 56, 1) 100%);
	padding: 5rem 3rem 5rem;
}

.container-contact-accueil,
.section-contact-accueil .container {
	position: relative;
	z-index: 2;
}

.head-contact-accueil {
	text-align: center;
	z-index: 2;
	position: relative;
	margin-bottom: 2rem;
}

.head-contact-accueil h2 {
	color: #fff;
}

.head-contact-accueil .introduction {
	color: #e4dede;
}

.bloc-agenda-in{
	z-index: 1;
	position: relative;
}

.section-contact-accueil hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border: 0;
	border-top: 1px solid rgb(255 255 255 / 53%);
}

.head-contact-accueil-c {
	margin-top: 3rem;
	text-align: center;
	margin-bottom: 2rem;
}

.head-contact-accueil-c h2 {
	color: #fff;
}

.head-contact-accueil-c .introduction {
	color: #e4dede;
}


.form-bloc-contact {
	max-width: 780px;
	margin: 0 auto 1rem;
}

.form-bloc-contact .col-form-contact,
.form-bloc-contact .col-form-contact-select {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

.form-bloc-contact .col-form-contact input,
.form-bloc-contact .col-form-contact textarea {
	width: 100%;
	resize: none;
	width: 100%;
	padding: 0.3rem 0.5rem;
	border-radius: 8px;
	border: 1.5px solid transparent;
	outline: none;
	position: relative;
	background-color: #eef3f0;
	margin-bottom: 5px;
}

.form-bloc-contact .col-form-contact-select {
	margin-bottom: 5px;
}

.form-bloc-contact .col-form-contact-select select {
	width: 100%;
	border-radius: 8px;
	border: 1.5px solid #e3e7e5;
	padding: 0.3rem 0.4rem;
}

.form-bloc-contact textarea {
	height: 190px;
}

.bloc-form-contact-acceptance {
	display: block;
	width: 100%;
	margin-bottom: 11px;
}

.bloc-form-contact-acceptance a {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

.bloc-form-contact-acceptance input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.bloc-form-contact-acceptance label {
	position: relative;
	padding-left: 32px;
	display: inline-block;
	cursor: pointer;
}

.bloc-form-contact-acceptance .wpcf7-list-item-label {
	position: relative;
	display: inline-block;
}

.bloc-form-contact-acceptance .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: -37px;
	top: 1px;
	width: 23px;
	height: 23px;
	background-color: white;
	border: 2px solid #ccc;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.bloc-form-contact-acceptance input[type="checkbox"]:checked~.wpcf7-list-item-label::before {
	background-color: #4CAF50;
	border-color: #4CAF50;
}

.bloc-form-contact-acceptance input[type="checkbox"]:checked~.wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	left: -29px;
	top: 3px;
	width: 8px;
	height: 14px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.col-form-contact-submit{
	margin-top: 10px;
	text-align: center;
}

.col-form-contact-submit .wpcf7-spinner{
	display: none;
}

.form-bloc-contact .wpcf7-submit {
	margin-bottom: 0;
	color: #fff;
	background: #6d8275;
	border: 1.5px solid #6d8275;
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 40px !important;
	padding: 12px 25px;
	outline: none;
	transition: 0.3s;
}

.form-bloc-contact .wpcf7-submit:hover {
	background: transparent;
	color: #fff;
	border: 1.5px solid #fff;
}

.form-bloc-contact .wpcf7-submit:disabled {
	opacity: 0.5;
}

.form-bloc-contact .wpcf7-submit:disabled:hover {
	background: #6d8275;
	color: #fff;
}

.form-bloc-contact .wpcf7-not-valid-tip {
	display: none;
}

.form-bloc-contact .invalid .wpcf7-not-valid {
	border: 1.5px solid #f48f8f !important;
}

.form-bloc-contact .wpcf7 form.invalid .wpcf7-response-output,
.form-bloc-contact .wpcf7 form.unaccepted .wpcf7-response-output,
.form-bloc-contact .wpcf7 form.spam .wpcf7-response-output {
	border: 0 !important;
	font-size: 14px;
	color: #f48f8f;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-top: 15px !important;
}

.form-bloc-contact .wpcf7 form.sent .wpcf7-response-output {
	border: 0 !important;
	font-size: 14px;
	color: #7bdb84;
	font-weight: bold;
	margin-top: 1rem !important;
}

.sous-titre-contact {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF1C6;
	text-align: center;
}

.bloc-email-in{
	margin-top: 3rem;
}

.bloc-contact-email {
	font-size: 19px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icone-email {
	width: 35px;
	height: 35px;
	margin-right: 10px;
}

.bloc-contact-email p {
	margin-bottom: 0;
}

.visuel-contact-cm-fond {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

@media screen and (max-width: 991px) {
	.section-contact-accueil {
		padding: 3rem 1rem;
	}
}

@media screen and (max-width: 600px) {
	.section-contact-accueil {
		padding: 2rem 1rem;
	}
}


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

	.section_services .slogan br,
	.section_pourquoi_choisir_service .slogan br,
	.head-contact-accueil .introduction br,
	.description-etape-cm br,
	.content-card-etape-cm h3 br {
		display: none;
	}
}

/***** PAGE PAR DEFAULT & POST SEUL ***************************************************************************************************************************************/

.section-banners-page {
	padding: 3rem 0 3.5rem;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #193D38;
}

.page-template-blog .section-banners-page {
	background-color: #193D38;
}

.fond-banners-page {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 0;
}

.fond-banners-page:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	background-color: #00000045;
}


.inners-surtitre-titre span {
	display: block;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	z-index: 2;
	position: relative;
	font-size: 17px;
}

.inners-surtitre-titre {
	z-index: 2;
	position: relative;
	text-align: left;
}

.section-banners-page h1 {
	display: inline-block;
	position: relative;
	z-index: 2;
	font-weight: 300;
	color: #FFF1C6;
	margin-bottom: 0;
}

.section-banners-page .slogan {
	margin-top: 0.5rem;
}

.container-page-default {
    padding: 2rem 1rem 5rem;
	min-height: 75vh;
}

.container-page-default{
	min-height: 80vh;
}

.container-page-default .wp-block-separator {
    border: 1px solid #e4e4e4;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
	.page-template-default{
		padding-top: 3.5rem;
	}
}

@media screen and (max-width: 650px) {
	.section-banners-page {
		padding: 2rem 0 1.5rem;
	}
}

/***** PAGE AUTHOR  ***************************************************************************************************************************************/

.author {
	background-color: #f5f5fa;
}

.img-fond-banner-author-v2 {
	background-color: #06689b;
	width: 100%;
	height: 175px;
}

.container-picture-author {
	display: flex;
	align-items: center;
	margin-top: -6rem;
	position: relative;
}

.container-picture-author h1 {
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 3px;
}

.container-picture-author .job-author {
	color: #dedede;
	font-size: 14px;
}

.picture-author-v2 {
	width: 130px;
	height: 130px;
	display: inline-block;
}

.name-surname {
	margin-left: 1.5rem;
	margin-bottom: 1rem;
}

.info-banners-right {
	position: absolute;
	right: 0;
	bottom: 3.5rem;
}

.info-banners-right ul {
	padding-left: 0;
	margin-bottom: 0;
}

.info-banners-right ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
	padding: 0 20px;
}

.info-banners-right ul li span {
	font-size: 25px;
	font-weight: lighter;
	color: #fff;
}

.info-banners-right ul li p {
	margin-bottom: 0;
	font-size: 12px;
	color: #c1c0c0;
}

.content-list-author-left {
	padding-left: 14px;
	width: 90%;
}

.info-banners-right ul li:first-child {
	border-right: 1px solid #e6e4e4;
}

.content-author-v2 {
	margin-top: 2rem;
	padding-bottom: 3rem;
}

.content-left-info-personal-v2 {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
	position: relative;
	padding-right: 45px;
}

.content-left-info-personal-v2 h3 {
	font-size: 14px;
	color: #505050;
	text-transform: uppercase;
	margin-bottom: 7px;
	letter-spacing: 1px;
}

.content-left-info-personal-v2 ul {
	padding-left: 0;
	margin-bottom: 0;
}

.content-left-info-personal-v2 ul li {
	list-style: none;
	padding: 13px 0;
	display: flex;
	align-items: center;
}

.content-left-info-personal-v2 ul li img {
	width: 30px;
	height: 30px;
}

.content-left-info-personal-v2 ul li:last-child {
	padding-bottom: 0;
}

.content-left-info-personal-v2 ul li .info-element-profil {
	font-size: 11px;
	margin-right: 10px;
	color: #adacac;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 6px;
	font-weight: normal;
}

.content-left-info-personal-v2 ul li p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	color: #868585;
	line-height: 16px;
	display: block;
	width: 100%;
	word-wrap: break-word;
}

.content-right-info-personal-v2 {
	border-radius: 20px;
	padding: 1.3rem 0;
	min-height: 100%;
}

.content-right-info-personal-v2 h3 {
	margin-bottom: 1.5rem;
}

.content-left-info-personal-bio-v2 p {
	color: #868585;
	font-size: 14px;
	margin-top: 13px;
}

.content-left-info-personal-pro-v2 {
	margin-bottom: 0;
}

.author .view-grid .item-post-category {
	-webkit-box-flex: 0;
	flex: 0 0 calc(100% / 2);
	padding: 0 15px;
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.info-banners-right {
		display: none;
	}

	.col-author-v2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.content-left-info-personal-v2 {
		padding-right: 0;
	}

	.content-right-info-personal-v2 {
		margin-top: 2rem;
	}

	.content-right-info-personal-v2 {
		padding: 1.3rem 0;
	}
}

@media screen and (max-width: 850px) {
	.picture-author-v2 {
		width: 110px;
		height: 110px;
	}
}

@media screen and (max-width: 850px) {
	.author .view-grid .item-post-category {
		flex: 0 0 calc(100% / 1);
	}
}

@media screen and (max-width: 800px) {
	.bloc-chapitre-in h2 {
		font-size: 1.6rem !important;
	}

	.bloc-chapitre-in {
		margin-bottom: 1rem !important;
	}

	.sidebar-sommaire-prestation-chapitres {
		padding: 1rem 1rem !important;
	}
}

@media screen and (max-width: 600px) {
	.bloc-chapitre-in h2 {
		font-size: 1.4rem !important;
	}
}

@media screen and (max-width: 500px) {
	.picture-author-v2 {
		width: 90px;
		height: 90px;
	}

	.container-picture-author {
		margin-top: -5rem;
	}

	.container-picture-author h1 {
		font-size: 18px;
		margin-bottom: 0;
		word-wrap: break-word;
		line-height: 22px;
	}

	.name-surname {
		margin-bottom: 0rem;
		width: 70%;
	}

	.content-left-info-personal-v2 {
		margin-top: 0.5rem;
	}

	.content-right-info-personal-v2 h3 {
		font-size: 19px;
	}
}

@media screen and (max-width: 400px) {
	.container-picture-author h1 {
		font-size: 17px;
		line-height: 22px;
	}

	.container-picture-author .job-author {
		font-size: 12px;
	}

	.picture-author-v2 {
		width: 80px;
		height: 80px;
	}

	.container-picture-author {
		margin-top: -4.4rem;
	}
}

/***** PAGE BLOG ***************************************************************************************************************************************/

.page-template-blog {
	background-color: #f5f5fa;
}

.header-blog {
	padding: 5rem 0 5.5rem;
	background-color: #17403d;
	text-align: center;
}

.header-blog h1 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}

.header-blog p {
	color: #e3dddd;
}

.container-page-blog {
	min-height: 100vh;
	padding-top: 3rem;
	max-width: 80%;
}

.content-left-blog {
	box-sizing: border-box;
	min-width: 0px;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	margin-bottom: 3rem;
	height: 100%;
}

.content-left-blog .block-img-post-other {
	height: 190px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.content-left-blog .col-post-blog {
	margin-bottom: 2rem;
}

.content-left-blog h2 {
	font-size: 22px;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	color: #000;
}

.content-left-blog h2 span {
	font-size: 16px;
	color: #8c8b8b;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: lighter;
	margin-left: 0.5rem;
}

.content-left-blog .content-post-other h3 {
	color: #000;
	font-size: 18px;
	margin-top: 8px;
	line-height: 22px;
	font-weight: 400;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-o-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.content-left-blog .content-post-other {
	padding: 15px;
}

.content-left-blog .block-img-post-other .img-post-other {
	height: 100%;
	position: absolute;
	width: 100%;
}

.content-left-blog .other_posts {
	overflow: hidden;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
}

.content-left-blog .other_posts:hover {
	transform: translateY(-0.25rem);
	box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
}

.col-right-blog .title-related_posts {
	margin-bottom: 1rem;
	color: #3a867f;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.list_category_posts_blog ul {
	padding-left: 0 !important;
	margin-bottom: 0;
}

.list_category_posts_blog ul li {
	list-style: none;
	margin-bottom: 1rem;
}

.list_category_posts_blog ul li a {
	position: relative;
	width: 100%;
	padding: 20px;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	font-weight: 600;
	font-size: 16px;
	background-color: #3a867f !important;
	overflow: hidden;
	min-height: 73px;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	border-radius: 10px;
}

.list_category_posts_blog ul li a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, .5);
	z-index: 0;
}

.list_category_posts_blog ul li a span {
	z-index: 1;
}

.list_category_posts_blog .category-count {
	position: absolute;
	background: #fff;
	color: #000;
	padding: 5px;
	width: 40px;
	right: 20px;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	text-align: center;
	line-height: 32px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.list_category_posts_blog ul li:last-child a {
	margin-bottom: 0;
}

#wp_pagination {
	text-align: center;
}

#wp_pagination a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
	padding: 1px !important;
	border: 0;
}

#wp_pagination .active {
	background: #3a867f;
	color: #fff;
	margin: 2px 2px 2px 4px;
}

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

	.col-left-blog,
	.col-right-blog {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.content-left-blog {
		padding: 0;
	}

	.container-page-blog {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 650px) {
	.col-post-blog {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.content-left-blog h2 {
		font-size: 18px;
	}

	.col-right-blog .title-related_posts {
		margin-bottom: 0.5rem;
		font-size: 17px;
	}
}

/***** SLIDEBAR BLOG ***************************************************************************************************************************************/

.block-search-slidebar {
	margin-bottom: 3rem;
}

.block-col-right-blog {
	background-color: #fff;
	box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
	-webkit-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	-moz-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	padding: 15px;
	margin-bottom: 2.5rem;
}

.page-template-blog-php .block-col-right-blog {
	margin-top: 3.7rem;
}

.category .block-col-right-blog {
	margin-top: 5.5rem;
}

.slidebar-blog .button-blog-post {
	display: block;
	margin-bottom: 2rem;
	font-size: 15px;
	color: #6d6b6b;
	background-color: #fff;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	padding: 0 1rem 1rem;
	border-bottom: 1px solid #ccc;
}

.slidebar-blog .all-tag-post-blog {
	margin-top: 3rem;
}

.all-tag-post-blog a {
	margin-top: 2px;
	overflow: hidden;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	padding: 2px 10px 2px 4px;
	font-size: 14px;
	color: #17403d;
	margin-right: 8px;
	display: inline-block;
	border: 1.5px solid #a0cdc9;
	border-radius: 5px;
}

.all-tag-post-blog a i {
	padding: 7px;
	color: #3a867f;
}

.list_category_posts_blog ul li a:hover,
.all-tag-post-blog a:hover {
	transform: translateY(-0.25rem);
	box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
}

.all-tag-post-blog h3 {
	margin-bottom: 10px !important;
}

#related_posts {
	margin-top: 3rem;
}

.post_v5 .all-tag-post {
	margin-bottom: 2rem;
}

.post_v5 #related_posts ul {
	padding-left: 0;
}

.post_v5 #related_posts ul li {
	list-style: none;
}

.post_v5 #related_posts ul li a {
	width: 100%;
	display: block;
	list-style: none;
	background-color: #f7f7fb;
	margin-bottom: 1.5rem;
	overflow: hidden;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	display: flex;
	align-items: center;
}

.post_v5 #related_posts ul {
	margin-bottom: 0;
}

.post_v5 #related_posts ul li:last-child a {
	margin-bottom: 0;
}

.post_v5 #related_posts ul li a:hover,
.post_v5 .list_category_posts ul li a:hover,
.post_v5 .all-tag-post a:hover {
	transform: translateY(-0.25rem);
	box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
}

.post_v5 #related_posts ul li h3 {
	font-size: 16px;
	color: #2D3848;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 18px;
	font-weight: 600;
}

.no-tag {
	color: #adabab;
	font-size: 14px;
	margin-bottom: 0;
}

/***** PAGE CATEGORIE BLOG ***************************************************************************************************************************************/

.category {
	background-color: #f7f8f8;
}

.header-blog-categorie {
	position: relative;
	background-color: #193D38;
}

.content-header-blog-categorie {
	padding: 6rem 0 5.5rem;
	text-align: center;
}

.section-blog-category {
	padding: 1.8rem 0 3rem;
	background-color: #f5f5fa;
	min-height: 100vh;
}

.section-blog-category .container {
	max-width: 80%;
}

.container-header-blog-categorie .categorie-name {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 3px;
	background: #020202;
	padding: 3px 8px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 5px;
}

.container-header-blog-categorie h1 {
	color: #ffffff;
	font-size: 46px;
	line-height: 48px;
	font-weight: 300;
	text-transform: uppercase;
}

.sous-titre-categorie {
	display: flex;
	align-items: center;
}

.block-title-view h2 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 22px;
	display: inline-block;
	color: #000;
}

.block-title-view span {
	font-size: 16px;
	color: #8c8b8b;
	margin-left: 0.5rem;
}

.block-title-view {
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: flex;
	align-items: center;
}

.switcher button {
	padding: 8px;
	background: transparent;
	color: #3a867f;
	outline: none;
	border: 1px solid #3a867f;
	border-radius: 5px;
}

.switcher .active {
	background-color: #3a867f;
}

.switcher svg {
	position: relative;
	display: block;
}

.switcher .active svg g {
	fill: #fff !important;
	stroke: #fff !important;
}

.switcher svg g {
	fill: #3a867f !important;
	stroke: #3a867f !important;
}

.hr-view-category-post {
	margin-top: 1rem;
	margin-bottom: 1.4rem;
}

.view-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.view-grid .other_posts,
.view-list .other_posts {
	overflow: hidden;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
}

.view-grid .other_posts:hover,
.view-list .other_posts:hover {
	transform: translateY(-0.25rem);
	box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
}

.item-post-category:nth-child(n+9) {
	display: none;
}

.view-grid .item-post-category {
	-webkit-box-flex: 0;
	flex: 0 0 calc(100% / 2);
	padding: 0 15px;
	margin-bottom: 30px;
}

.block-img-post-other {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.view-grid .item-post-category .block-img-post-other {
	height: 190px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.item-post-category .block-img-post-other .img-post-other {
	height: 100%;
	position: absolute;
	width: 100%;
}

.img-post-other {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.view-grid .item-post-category .content-post-other {
	padding: 15px;
}

.view-grid .item-post-category .content-post-other h3 {
	color: #000;
	font-size: 18px;
	margin-top: 8px;
	line-height: 22px;
	font-weight: 500;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-o-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.view-grid .item-post-category .content-post-other .name-author-post,
.view-list .item-post-category .content-post-other .name-author-post {
	margin-right: 15px;
}

#ajax-posts .block-arrow svg {
	width: 25px;
}

.view-grid .item-post-category .content-post-other .info-date-related_posts span,
.view-list .item-post-category .content-post-other .info-date-related_posts span {
	font-size: 14px;
}

.view-list .item-post-category .other_posts a {
	display: flex;
	align-items: center;
	position: relative;
}

.view-list .block-arrow {
	position: absolute;
	right: -6px;
	bottom: 0;
}

.view-list .block-img-post-other {
	-ms-flex: 0 0 13%;
	flex: 0 0 13%;
	max-width: 13%;
	height: 100px;
	overflow: hidden;
	position: relative;
}

.other_posts:hover .img-post-other {
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.view-list .item-post-category .content-post-other h3 {
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin-top: 0.8rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-right: 3rem;
}

.view-list .content-post-other {
	padding: 0 15px;
}

.view-list .item-post-category {
	margin-bottom: 1.5rem;
}

.block-button-more-post {
	text-align: center;
}

.misha_loadmore {
	background: linear-gradient(to left, rgba(86, 204, 242, 0.8), rgba(47, 128, 237, 0.7));
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 30px;
	border: 2px solid #f5f5fa;
	color: #fff;
}

.misha_loadmore:hover {
	background: transparent;
	color: #000;
	border: 2px solid rgb(86, 204, 242);
}

@media screen and (max-width: 1020px) {
	.view-list .block-img-post-other {
		-ms-flex: 0 0 17%;
		flex: 0 0 17%;
		max-width: 17%;
	}
}

@media screen and (max-width: 995px) {
	.section-blog-category .col-left-blog {
		margin-bottom: 4rem;
	}

	.category {
		padding-top: 60px;
	}
}

@media screen and (max-width: 767px) {
	.view-list .block-img-post-other {
		-ms-flex: 0 0 21%;
		flex: 0 0 22%;
		max-width: 21%;
	}
}

@media screen and (max-width: 650px) {
	.view-grid .item-post-category {
		flex: 0 0 calc(100% / 1);
	}

	.content-header-blog-categorie {
		margin-top: 1.85rem;
	}

	.text-decoration-cateogrie {
		display: none;
	}

	.content-header-blog-categorie {
		padding: 2rem 0;
	}
}

@media screen and (max-width: 500px) {
	.container-header-blog-categorie h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.block-title-view h2 {
		font-size: 18px;
	}
}

/***** PAGE TAG ***************************************************************************************************************************************/

.tag {
	background-color: #F8F8F8;
}

.header-blog-tags {
	background-color: #193D38;
}

.header-blog-tags .container {
	padding: 4rem 0 4.5rem;
}

.header-blog-tags .categorie-name {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 3px;
	background: transparent;
	padding: 3px 8px;
	display: inline-block;
	margin-bottom: 13px;
	border: 1.5px solid #ffffff70;
}

.header-blog-tags h1 {
	color: #ffffff;
	font-size: 43px;
	line-height: 48px;
	margin-bottom: 0;
}

.container-header-blog-tags {
	text-align: center;
	top: 55%;
}

.header-blog-tags h1 i {
	margin-right: 10px;
	color: #ffdbbb;
}

.container-tags {
	min-height: 80vh;
	margin-bottom: 3rem;
}

.content-header-blog-tags {
	text-align: center;
}

.section_tag {
	padding-top: 1.8rem;
}

.tag .misha_loadmore {
	background: linear-gradient(to left, rgba(234, 139, 53, 0.8), rgba(241, 168, 103, 0.7)) !important;
}

.tag .misha_loadmore:hover {
	background: transparent !important;
	color: #000;
	border: 2px solid rgb(234, 139, 53);
}

@media screen and (max-width: 995px) {
	.tag {
		padding-top: 60px;
	}
}

@media screen and (max-width: 500px) {
	.container-header-blog-categorie h1 {
		font-size: 32px;
		line-height: 40px;
	}
}

/***** PAGE ARCHIVE POST ***************************************************************************************************************************************/

.page-template-archive {
	background-color: #f5f5fa;
}

.section-archive {
	margin-top: 120px;
	min-height: 90vh;
}

.section-archive h1 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 1.5rem;
	display: block;
}

.tab-archive {
	max-width: 900px;
	margin: 1rem auto 0;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
	-webkit-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	-moz-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
}

.archive_list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.has-children-1 {
	margin-bottom: 1rem;
	border-radius: 10px;
	overflow: hidden;
}

.has-children>.archive_label::after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	margin-right: 1em;
	transition: transform 0.3s;
	position: absolute;
	right: 0;
	top: 30%;
	font-size: 24px;
}

.has-children.is-open>.archive_label::after {
	transform: rotate(180deg);
}

.archive_link,
.archive_label {
	display: block;
	font-size: 1rem;
	padding: 1em;
	margin: 0;
	cursor: pointer;
	color: #fff;
	background-color: #413c85;
	transition: color 0.25s ease-in, background-color 0.25s ease-in;
	position: relative;
}

.number-post-archive {
	background-color: #a3a1af;
	color: #fff;
	padding: 5px;
	font-size: 13px;
	border-radius: 5px;
	margin-left: 5px;
	min-width: 32px;
	text-align: center;
	display: inline-block;
	text-transform: initial;
	letter-spacing: 0.5px;
}

.archive_label h3 {
	margin-bottom: 0;
}

.archive_link:focus,
.archive_label:focus,
.archive_link:hover,
.archive_label:hover {
	color: #e6e6e6;
	background-color: #24214e;
}

.archive_list-level1 {
	margin-bottom: 4rem;
}

.archive_link-level2,
.archive_label-level2 {
	padding-left: 2em;
	background-color: #d2dbe0;
}

.archive_label-level2 h3 {
	margin-bottom: 0;
	font-size: 18px;
	color: #1d262b;
	text-transform: capitalize;
	font-weight: lighter;
}

.archive_list-level2 .has-children:nth-child(even) .archive_label-level2 {
	background-color: #d8e1e6;
}

.archive_label-level2::after {
	color: #6e7a82;
}

.archive_link-level2:focus,
.archive_label--level2:focus,
.archive_link-level2:hover,
.archive_label-level2:hover {
	background: #cad8d8;
}

.archive_link-level3,
.archive_label-level3 {
	padding-left: 5em;
	background: #184a52;
}

.archive_link-level3:focus,
.archive_label-level3:focus,
.archive_link-level3:hover,
.archive_label-level3:hover {
	background: #153f46;
}

.archive_link-level4,
.archive_label-level4 {
	padding-left: 8em;
	background: #153f46;
}

.archive_link-level4:focus,
.archive_label-level4:focus,
.archive_link-level4:hover,
.archive_label-level4:hover {
	background: #11353b;
}

.archive_list-level2,
.archive_list-level3,
.archive_list-level4 {
	display: none;
}

.is-open>.archive_list-level2,
.is-open>.archive_list-level3,
.is-open>.archive_list-level4 {
	display: block;
}

.archive_list-level3 {
	padding: 1rem 2rem 0;
}

.archive_list-level3 li {
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 15px;
	position: relative;
	padding-left: 1rem;
	border-bottom: 1px solid #e6e4e4;
	padding-bottom: 12px;
}

.archive_list-level3 li:last-child {
	border-bottom: 0;
}

.archive_list-level3 li a {
	color: #000;
}

.archive_list-level3 li a:hover {
	text-decoration: underline;
}

.archive_list-level3 .arrow-list-archive {
	position: absolute;
	left: 0;
	top: 5px;
	color: #b1afaf;
}

.comments-list-archives {
	background-color: #fbf5f5;
	padding: 1px 7px;
	margin-left: 11px;
	color: #888585;
	border-radius: 5px;
	font-size: 12px;
	min-width: 26px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.5px;
}

.comments-list-archives i {
	margin-left: 4px;
	color: #b5b4b4;
}

/***** PAGE ARTICLE ***************************************************************************************************************************************/

.post_v5 {
	background-color: #f1fafb;
}

.container-page-post {
	margin-top: 3rem;
	max-width: 80%;
}


.post_v5 .title-post {
	margin-bottom: 13px;
	font-size: 28px;
	color: #17403d;
	font-weight: 500;
	margin-top: 10px;
	line-height: 34px;
}

.block-info-post-head {
	color: #8a8686;
	font-size: 15px;
}

.text-post-in {
	text-align: justify;
}

.list-cat {
	font-size: 14px;
	color: #545252;
	margin: 0 0 5px;
	display: block;
}

.block-img-post {
	width: 100%;
	height: 260px;
	margin: 0 0 1rem;
	border-radius: 10px;
}

.post_v5 .list-cat a {
	margin-right: 5px;
	color: #545252;
	font-weight: bold;
	text-decoration: underline;
}

.post_v5 .content-left-post {
	box-sizing: border-box;
	min-width: 0px;
	margin-bottom: 3rem;
}

.post_v5 .block-right-post {
	background-color: #fff;
	box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
	-webkit-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	-moz-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	padding: 15px;
	margin-bottom: 2rem;
}

.post_v5 .content-post-in {
	padding: 0 1.5rem;
}

.post_v5 .text-post-in img {
	width: 100%;
}

.img-author-post-v1 {
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 12px;
	vertical-align: middle;
}

.img-author-post-v1 img {
	object-fit: cover;
}

.post_v5 .name-author-post {
	border-right: 1px solid #ccc;
	padding-right: 15px;
}

.info-post-date {
	bottom: 15px;
	left: 25px;
	color: #676464;
}

.no-post-blog {
	padding: 0 1rem;
}

.content-left-post h2,
.content-left-post h3,
.content-left-post h4,
.content-left-post h5,
.content-left-post h6 {
	margin-bottom: 0;
	font-size: 27px;
	font-weight: 600;
	color: #2d6964;
}

.info-post-date a {
	color: #000;
}

.post_v5 .separator-content {
	margin-top: 2.5rem;
}

.post_v5 .title-related_posts {
	margin-bottom: 1rem;
	color: #3a867f;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.block-arrow-button {
	display: inline-block;
	width: 25px;
	margin-right: 7px;
	transform: rotateY(180deg);
}

.post_v5 .list_category_posts {
	margin-bottom: 3rem;
}

.post_v5 .list_category_posts ul {
	padding-left: 0 !important;
}

.post_v5 .list_category_posts ul li {
	list-style: none;
}

.post_v5 .list_category_posts ul li a {
	list-style: none;
	display: flex;
	padding: 12px;
	align-items: center;
	justify-content: space-between;
	box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	overflow: hidden;
	background: linear-gradient(to left, rgba(86, 204, 242, 0.8), rgba(47, 128, 237, 0.7));
	margin-bottom: 1rem;
	font-size: 16px;
	color: #fff;
}

.post_v5 .list_category_posts ul li a span {
	background-color: #EDF2F6;
	padding: 3px;
	color: #8c8d9c;
	font-size: 14px;
	width: 55px;
	text-align: center;
	font-weight: bold;
}

.block-img-related-posts {
	-ms-flex: 0 0 30;
	flex: 0 0 30%;
	max-width: 30%;
	height: 95px;
}

.post_v5 .relatedcontent {
	padding: 0 1rem;
	width: 100%;
}

.post_v5 blockquote {
	position: relative;
	padding-left: 1.5rem;
	font-style: italic;
	margin: 0 2rem;
}

.post_v5 blockquote:after {
	content: "";
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #896eff;
	border-radius: 30px;
}

.post_v5 p.has-background {
	border-radius: 12px;
}

.post_v5 .metier-author-card {
	text-align: center;
	margin-bottom: 0;
	color: #787878;
	font-size: 15px;
}

.post_v5 .block-author-post_v2 ul {
	text-align: center;
	padding-left: 0;
}

.post_v5 .info-related_posts {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	flex: 1 1 0%;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: flex;
	align-items: center;
}

.info-user-related_posts {
	color: #787878;
	font-size: 13px;
	font-weight: lighter !important;
}

.info-date-related_posts {
	color: #787878;
	font-size: 13px;
}

.post_v5 .all-tag-post-content {
	padding: 2rem 0 0rem;
	margin-bottom: 2rem;
	border-radius: 5px;
}

.post_v5 .all-tag-post-content h4 {
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	margin-right: 11px;
	font-family: 'Open Sans', sans-serif !important;
}

.post_v5 .all-tag-post-content a {
	background-color: #8f9eab;
	border: 1px solid #8f9eab;
	padding: 5px 15px;
	margin-right: 12px;
	color: #fff;
	transition: 0.2s;
	font-size: 14px;
}

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

	.container-page-post,
	.section-blog-category .container {
		max-width: 95%;
	}

	.post_v5 .content-post-in {
		padding-left: 0;
	}

	.content-left-blog .block-img-post-other {
		height: 155px;
	}

	.block-img-post {
		height: 230px;
	}
}

@media screen and (max-width: 991px) {
	.single-post{
		padding-top: 3.5rem;
	}

	.container-page-post {
   	 	margin-top: 2rem;
	}

	.post_v5 .content-post-in {
		padding: 0;
	}

	.category .block-col-right-blog {
		margin-top: 0rem;
	}
}

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

	.post_v5 .col-left-post,
	.post_v5 .col-right-post {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-right-post {
		margin-bottom: 3rem;
	}

	.post_v5 .block-img-related-posts {
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		max-width: 15%;
	}

	.post_v5 .title-post {
		font-size: 35px;
	}
}

@media screen and (max-width: 767px) {
	.post_v5 .content-header-post h1 {
		font-size: 28px;
	}

	.post_v5 .block-img-related-posts {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.post_v5 .section-banners-post h1 {
		font-size: 30px;
		line-height: 37px;
	}

	.post_v5 .content-post-in {
		padding: 0;
	}
}

@media screen and (max-width: 650px) {
	.post_v5 .section-banners-post h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.switcher {
		margin-top: 0;
		text-align: center;
	}

	.post_v5 .title-post {
		font-size: 27px;
		line-height: 31px;
	}

	.block-img-post {
		height: 160px;
	}
}

@media screen and (max-width: 500px) {
	.switcher button {
		padding: 5px;
	}
}

@media screen and (max-width: 350px) {
	.block-title-view h2 {
		font-size: 15px;
	}

	.block-img-post {
		height: 200px;
	}
}

/***** CONTENTS POSTS ***************************************************************************************************************************************/

.wp-block-image .alignleft {
	float: inherit;
	margin: inherit;
	width: 100%;
}

/***** COMMENTAIRES POSTS ***************************************************************************************************************************************/

.comments-area {
	margin-top: 2rem;
}

.comment-body {
	display: flex;
	margin-bottom: 1.5rem;
}

.comments-title-in {
	margin-bottom: 1.5rem;
	font-size: 19px;
}

.comment-list {
	padding-left: 0;
}

.comment-list li {
	list-style: none;
}

.comment-list .depth-1 {
	padding-bottom: 0.5rem;
}

.comment-list .depth-1:last-child {
	border-bottom: 0;
}

.comment-list .children {
	padding-left: 67px;
}

.comment-img-author {
	display: inline-block;
}

.comment-img-author img {
	width: 50px !important;
	height: 50px;
	overflow: hidden;
	border-radius: 10px;
	object-fit: cover;
}

.comment-details {
	padding: 20px;
	position: relative;
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	margin-left: 1rem;
}

.comment-details:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #ffffff;
	top: 17px;
	left: -11px;
}

.comment-details h4 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 5px;
}

.comment-meta {
	font-size: 13px;
	color: #8c8c8c;
	margin-bottom: 0.2rem;
	display: block;
}

.comment-text {
	font-style: italic;
	font-size: 14px;
	margin-top: 1rem;
	text-align: justify;
	color: #424141;
}

.comment-text p {
	margin-bottom: 0;
}

.comment-details .reply {
	position: absolute;
	top: 20px;
	right: 20px;
}

.comment-details .reply a {
	color: #8c8d9c;
	font-size: 13px;
	font-weight: bold;
}

.comment-respond {
	padding: 1rem 0 0;
}

.comment-form p {
	position: relative;
	margin-bottom: 25px;
}

.comment-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.comment-respond label {
	display: block;
	position: absolute;
	top: -8px;
	padding: 3px 9px;
	left: 38px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	border-top-left-radius: 3px;
	transition: all 0.2s ease-in-out;
	z-index: 1;
	color: #848484;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comment-respond label:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #F8F8F8;
	z-index: -1;
}

.comment-notes {
	display: none;
}

.comment-respond textarea {
	width: 100%;
	outline: 0;
	padding: 1.5rem 2rem;
	line-height: 1.5;
	border-radius: 13px;
	border: 1px solid #ccc;
	resize: none;
	height: 150px;
	font-size: 15px;
	background-color: transparent;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: auto;
}

.comment-notes,
.comment-form-comment,
.comment-form-url,
.comment-form-cookies-consent,
.form-submit,
.logged-in-as {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.comment-respond h3 {
	margin-bottom: 2rem;
	-webkit-box-pack: justify;
	display: flex;
	align-items: center;
	position: relative;
}

.comment-respond h3 small {
	position: absolute;
	right: 0;
}

.comment-respond h3 a {
	color: #828080;
}

.comment-respond h3 a:first-child {
	margin-left: 5px;
}

.comment-form-author,
.comment-form-email {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}

.comment-form input {
	width: 100%;
	padding: 0.9rem 2rem;
	border-radius: 13px;
	border: 1px solid #ccc;
	outline: none;
	position: relative;
	background-color: transparent;
}

.comment-form-cookies-consent {
	display: flex;
}

.comment-form-cookies-consent input {
	width: inherit;
}

.comment-form-cookies-consent label {
	position: inherit;
	text-transform: inherit;
	top: inherit;
	left: inherit;
	display: inline-block;
	letter-spacing: inherit;
	padding-top: 1px;
}

.form-submit input {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	border: 0;
	color: #5a5959;
	font-size: 15px;
}

.form-submit input {
	background-color: #b1afaf;
	color: #fff;
	font-size: 14px;
}

.comment-form-cookies-consent {
	margin-bottom: 10px !important;
}

.comments-area .error-message,
.comments-area .error-message2 {
	color: #e65f5f;
	font-weight: bold;
	font-size: 14px;
}

.logged-in-as {
	-webkit-box-pack: justify;
	display: block;
	align-items: center;
	color: #828080;
}

.logged-in-as a {
	color: #828080;
}

.logged-in-as a:hover {
	text-decoration: underline;
}

.logged-in-as a:last-child {
	text-transform: uppercase;
	font-size: 14px;
	right: 20px;
	position: absolute;
}

.comment-awaiting-moderation {
	background-color: #47863c;
	color: #fff;
	font-weight: bold;
	margin-top: 1rem;
	display: block;
	padding: 10px;
	border-radius: 7px;
}

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

	.comment-form-author,
	.comment-form-email {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.comment-img-author img {
		width: 40px !important;
		height: 40px;
	}

	.comment-details h4 {
		font-size: 16px;
	}

	.comment-details .reply {
		position: relative;
		top: inherit;
		right: inherit;
		margin-top: 1rem;
	}

	.comment-list .children {
		padding-left: 0;
	}
}

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

	.comment-img-author,
	.comment-details:after {
		display: none;
	}

	.comment-details {
		margin-left: 0;
	}
}

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

footer {
	background-color: #10151e;
}

.footer_v7 .block-copyright {
	display: flex;
	align-items: center;
}

.footer_v7 .logo-footer {
	width: 150px;
	display: block;
	margin: 0 auto 10px;
	height: 75px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.footer_v7 .col-block-copyright {
	text-align: center;
}

.copyright-footer {
	color: #d5d8d5;
	font-size: 13px;
	margin-bottom: 0;
}

.block-copyright-adresse-footer,
.block-nav-social-footer {
	padding: 1rem 0;
}

.block-copyright-adresse-footer .row {
	align-items: center;
}

.block-adresse-footer img {
	width: 23px;
	margin-right: 3px;
	opacity: 0.7;
}

.adresse-footer {
	color: #9ea09e;
	font-size: 13px;
	margin-bottom: 0;
}

.trait-footer {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid rgb(57 58 58);
}

.footer_v7 .menu {
	padding-left: 0;
	margin-bottom: 0;
}

.footer_v7 .col-center-menu-footer .menu {
	text-align: center !important;
}

.footer_v7 .col-social-footer ul {
	float: right;
	margin-bottom: 0;
}

.footer_v7 .col-center-menu-footer ul {
	padding-left: 0;
}

.footer_v7 .menu li {
	list-style: none;
	display: inline-block;
	padding: 0 5px;
}

.footer_v7 .menu li:first-child {
	padding-left: 0;
}

.footer_v7 .menu li a {
	font-size: 13px;
	color: #bcbdbc !important;
	padding: 0 0.3rem;
}

.footer_v7 .col-social-footer {
	align-items: flex-end;
}

.footer_v7 .social-footer {
	display: inline-block;
	padding: 0px 3px;
}

.footer_v7 .block-copyright a {
	color: #fff;
}

.footer_v7 .link-social-footer img {
	width: 29px;
	height: 29px;
	opacity: 0.7;
}

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

	.col-block-copyright,
	.col-menu-footer {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footer_v7 .block-copyright {
		justify-content: center;
		margin-bottom: 0.5rem;
	}

	.block-adresse-footer {
		float: inherit;
		margin-top: 10px;
		justify-content: center;
	}

	.footer_v7 .menu {
		text-align: center;
	}

	.footer_v7 .col-social-footer ul {
		float: inherit;
		margin-top: 2rem;
		text-align: center;
		padding-left: 0;
	}
}

@media screen and (max-width: 700px) {
	.footer_v7 .menu li {
		display: block;
		padding: 7px;
		border-bottom: 1px solid #304144;
	}

	.footer_v7 .menu li:first-child {
		padding-left: 5px;
	}

	.footer_v7 .menu li:last-child {
		border-bottom: 0;
	}
}

@media screen and (max-width: 600px) {
	.adresse-footer {
		font-size: 12px;
	}
}

/***** PAGE 404 ***************************************************************************************************************************************/

#content-404 {
	min-height: 85vh;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	display: flex;
	background-color: #485852;
}

.container-404 {
	max-width: 850px;
	z-index: 1;
	text-align: center;
	margin: 6rem auto;
}

.logo-404 {
	margin-bottom: 1rem;
	height: 135px;
	width: auto;
}

.container-404 h1 {
	margin-bottom: 2rem;
	font-size: 50px;
	line-height: 54px;
	color: #fff;
	font-weight: 300;
}

.visuel-fond-404{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


@media screen and (max-width: 750px) {
	.container-404 h1 {
		font-size: 30px;
		line-height: 38px;
	}

	.logo-404 {
		height: 90px;
	}
}

@media screen and (max-width: 650px) {
	.container-404 h1 {
        font-size: 27px !important;
        line-height: 34px !important;
    }
}

/***** PAGE RECHERCHE ***************************************************************************************************************************************/

.section-page-search {
	padding: 2rem 0;
	min-height: 100vh;
	background-color: #f5f5fa;
}

.section-page-search .block-form-search {
	margin-top: 2rem;
}

.block-search-slidebar .block-form-search,
.bloc-search-page-in .block-form-search {
	position: relative;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
}

.block-search-slidebar .search,
.bloc-search-page-in .search {
	background-color: #f8fafc;
}

.block-search-slidebar .block-form-search-in,
.bloc-search-page-in .block-form-search-in {
	border: 1px solid #3a867f;
	border-radius: 60px;
}

.block-search-slidebar .input-search,
.bloc-search-page-in .input-search {
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
	padding: 10px 12px;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
	background-color: transparent;
	outline: none;
	border: 0;
	border-radius: 10px 0 0 10px;
	font-size: 15px;
}

.bloc-search-page-in .input-search {
	font-size: 19px;
}

.block-search-slidebar .block-form-search .searchform,
.bloc-search-page-in .block-form-search .searchform {
	color: #000;
	padding: 0 12px;
	cursor: pointer;
	outline: none;
	border: 0;
	background-color: #17403d;
	border-radius: 50%;
}

.block-search-slidebar .block-form-search svg,
.bloc-search-page-in .block-form-search svg {
	width: 25px;
	height: 25px;
}

.block-search-slidebar .border-input-search,
.bloc-search-page-in .border-input-search {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #c0b19c;
	pointer-events: none;
	border-radius: 10px;
	z-index: 0;
}

.block-search-slidebar .border-animation,
.bloc-search-page-in .border-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	pointer-events: none;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	border-radius: 10px;
	z-index: 1;
}

.block-form-search #searchsubmit,
.bloc-search-page-in #searchsubmit {
	color: #fff;
	padding: 0 12px;
	cursor: pointer;
	outline: none;
	border: 0;
	background-color: #ffffff;
	border-radius: 50%;
}

.bloc-search-page-in #searchsubmit {
	background-color: #f5f5fa;
}

.header-5 .block-form-search .st0 {
	fill: #000 !important;
}

.header-5 .block-form-search input::placeholder {
	color: #afaaaa;
}

.block-search-slidebar .st0,
.bloc-search-page-in .st0 {
	fill: #17403d !important;
}

.section-page-search .search-title {
	margin-bottom: 1.5rem;
	font-weight: 400;
	font-size: 25px;
	font-family: "Open Sans", serif;
	letter-spacing: 0;
}

.section-page-search .search-title strong {
	font-weight: 700;
}

.section-page-search .search-results {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.section-page-search .search-result-item {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-page-search .search-result-item:hover {
	transform: translateY(-10px);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

/* Type de contenu */

.section-page-search .type-contenus-recherche {
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #3F5A7F !important;
	font-size: 16px;
	font-weight: 500;
}

/* Titre du résultat */
.section-page-search .search-result-item h2 {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 23px;
	color: #17403d;
}

.section-page-search .search-result-item h2 a {
	color: #1d3557;
	text-decoration: none;
	transition: color 0.3s ease;
}

.bloc-extrait-list-recherche {
	font-weight: 500;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-o-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Extrait */
.section-page-search .bloc-extrait-list-recherche p {
	font-size: 16px;
	color: #7f7a7a;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
}

/* Pagination */
.section-page-search .pagination {
	margin-top: 15px;
	text-align: center;
}

.section-page-search .pagination a,
.section-page-search .pagination span {
	display: inline-block;
	padding: 0;
	margin: 0 5px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
	border-radius: 50%;
}

.section-page-search .pagination a:last-child {
	background-color: inherit;
	color: #000;
}

.section-page-search .pagination a:hover {
	font-weight: bold;
}

.section-page-search .pagination .current {
	background-color: #3a867f;
	font-weight: bold;
	color: #fff;
	padding: 5px 12px;
}

/* Aucun résultat */
.section-page-search .no-results {
	text-align: center;
	margin-top: 50px;
}

.section-page-search .icones-no-search {
	width: 120px;
	height: 120px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin: auto;
}

.section-page-search .no-results h2 {
	font-size: 2em;
	font-weight: 600;
	color: #17403d;
	margin-bottom: 5px;
}

.section-page-search .no-results p {
	font-size: 1.2em;
	color: #666;
}

/* Responsive */
@media (max-width: 768px) {
	.section-page-search .search-title {
		font-size: 2em;
	}

	.section-page-search .search-result-item h2 {
		font-size: 1.3em;
	}
}

@keyframes draw-border {
	0% {
		clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	}

	25% {
		clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
	}

	50% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

.col-left-search .screen-reader-text {
	display: none;
}

.col-left-search h1 {
	font-weight: lighter;
	margin-bottom: 2rem;
	font-size: 30px;
}

.col-left-search h1 span {
	font-weight: bold;
	color: #000;
}

.col-left-search article {
	margin-bottom: 3rem;
}

.col-left-search article .header-post-search h2 a {
	color: #000 !important;
}

.col-left-search article .header-post-search h2 {
	font-size: 19px;
	text-transform: initial;
}

.col-left-search article p {
	font-size: 15px;
	color: #797979;
}

@media screen and (max-width: 991px) {
	.col-left-search {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/***** IMG NO POST ***************************************************************************************************************************************/

.block-img-no-post-blog {
	text-align: center;
	width: 100%;
	margin: 3rem 0;
}

.img-no-post-blog {
	width: 300px;
	display: inline-block;
}

.block-img-no-post-blog .no-post-home {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	color: #06689b7d;
	letter-spacing: 3px;
	margin-top: 1rem;
}

.bloc-list-post-accueil .block-img-no-post-blog {
	text-align: left;
	margin: 1.5rem 0;
}

.bloc-list-post-accueil .img-no-post-blog {
	width: 250px;
}

.bloc-list-post-accueil .block-img-no-post-blog .no-post-home {
	font-size: 23px;
	text-align: left;
}

.cky-consent-container .cky-consent-bar {
	padding: 9px 25px !important;
	box-shadow: 0 -1px 10px 0 #acabab4d;
	background-color: #ffffffe6 !important;
	border: 0 !important;
}

.cky-notice .cky-title {
	display: none !important;
}

.cky-notice-btn-wrapper .cky-btn {
	border-radius: 40px;
	padding: 1px 21px;
}

.cky-revisit-bottom-left {
	display: none !important;
}

.cky-notice-btn-wrapper .cky-btn-accept {
	background-color: #77ae2b !important;
	font-weight: bold !important;
	border: 1.5px solid #77ae2b !important;
}

.cky-notice-btn-wrapper .cky-btn-reject {
	color: #fff !important;
	background-color: #9b3131 !important;
	border: 1.5px solid #9b3131 !important;
}

.cky-notice-btn-wrapper .cky-btn-customize {
	background-color: transparent !important;
	color: #2c2b2b !important;
	text-decoration: underline;
	border: 0 !important;
}

.cky-notice-btn-wrapper .cky-btn-accept:hover {
	background-color: transparent !important;
	color: #9b3131 !important;
	border: 1.5px solid #9b3131 !important;
}

.cky-notice-btn-wrapper .cky-btn-reject:hover {
	background-color: transparent !important;
	color: #9b3131 !important;
	border: 1.5px solid #9b3131 !important;
}

.cky-notice-des p {
	color: #000 !important;
}

.has-white-color {
	color: #FFFFFF !important;
}

.has-black-color {
	color: #000000 !important;
}

.has-couleurfooter-color {
	color: #10151e !important;
}

.has-vert1-color {
	color: #4d9e7d !important;
}

.has-vert2-color {
	color: #527781 !important;
}

.has-bleu1-color {
	color: #7AAFE7 !important;
}

.has-bleu2-color {
	color: #3786D0 !important;
}

.has-bleu3-color {
	color: #3F5A7F !important;
}

.section-contact .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.section-contact .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
.section-contact .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	border-color: inherit !important;
}

.section-contact .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
	color: #e71515 !important;
	border: 0 !important;
	margin: 0 !important;
	font-weight: bold;
	padding: 0 !important;
	background: #fff;
	padding: 5px !important;
	border-radius: 5px;
	margin-bottom: 2rem !important;
}

.section-contact .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	color: #2c8c0e !important;
	border: 0 !important;
	margin: 0 0.5em !important;
	font-weight: bold;
	padding: 0 !important;
	background: #fff;
	padding: 5px !important;
	border-radius: 5px;
	margin-bottom: 2rem !important;
}

.section-contact .wpcf7 .wpcf7-response-output {
	margin-bottom: 2rem !important;
}

.form-button {
	text-align: center;
}

@media screen and (max-width: 1199px) {
	.page-template-homepage .container {
		max-width: 90%;
	}
}

.section-formulaire-newsletter {
	background-color: #1b2331;
	padding: 3rem 1rem;
}

.bloc-formulaire-newsletter-footer {
	text-align: center;
	max-width: 600px;
	margin: auto;
}

.section-formulaire-newsletter h2 {
	color: #fff;
}

.section-formulaire-newsletter .intro-footer-newsletter {
	margin-top: 1rem;
	margin-bottom: 2rem;
	color: #dcd7d7;
	font-size: 20px;
}

.section-formulaire-newsletter .bloc-formulaire-newsletter-footer input {
	width: 100%;
	padding: 0.3rem 0.5rem;
	border-radius: 8px;
	border: 0;
	background: #3e79bc4a;
	color: #fff;
}

.section-formulaire-newsletter .bloc-formulaire-newsletter-footer input::placeholder {
	color: #ccc;
}

.section-formulaire-newsletter .bloc-formulaire-newsletter-footer .sib-default-btn {
	background-color: #3E79BC;
	border: 1px solid #3E79BC;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 16px;
	padding: 11px 0;
	position: relative;
	color: #fff;
	width: 200px;
}

.section-formulaire-newsletter .info-newsletter {
	color: #a7a4a4;
	font-size: 13px;
}

.grecaptcha-badge {
	display: none !important;
}