/*
Theme Name: Car Convoyed
Description: ...
Version: 1.0
*/

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

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

body {
	margin: 0;
	font-size: 17px;
	font-family: "Open Sans", sans-serif;
	line-height: 25px;
	background-color: #000;
	color: #d6d5d5;
}

strong,
b {
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	color: #fff;
}

h1{
	font-size: 46px;
    line-height: 56px;
}

h2 {
	font-size: 32px;
    line-height: 43px;
	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;
}

.color-titre{
	color: #b49880;
}

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

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

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

.height-100{
	min-height: 100vh;
}

.margin-bottom-0{
	margin-bottom: 0;
}

a {
    color: #469af4;
    text-decoration: none;
}

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

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

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

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

.background-bleu{
	background-color: #213847;
}

.color-text-bleu{
	color: #6ad4f9;
}

.border-site{
	border-radius: 20px;
}

section {
	position: relative;
	overflow: hidden;
}

.btn-carconvoyed, .btn-carconvoyed2{
    padding: 6px 20px;
    border-radius: 40px;
	 color: #000;
	display: inline-block;
	border: 1px solid #49abe5;
	font-weight: bold;
}

.btn-carconvoyed{
    background: #49abe5;
}

.btn-carconvoyed:hover{
	background: transparent;
	color: #fff;
}

.btn-carconvoyed2{
    background: transparent;
}

.btn-carconvoyed2:hover{
	border: 1px solid #b1aaa0;
	background: #49abe5;
    background: linear-gradient(95deg, rgba(234, 196, 147, 1) 0%, rgba(228, 207, 176, 1) 49%, rgba(222, 216, 202, 1) 100%);
	color: #000;
}

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

.trait-blue{
	background-color: #213847;
	width: 70px;
    height: 6px;
	border-radius: 20px;
	margin: 1.5rem auto;
}

header{
	position: relative;
}

.icone-titre{
	width: auto;
    height: 25px;
    margin-bottom: 0.5rem;
	z-index: 2;
    position: relative;
}

.logo-page{
	width: auto;
    height: 50px;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1199px) {
	h1 {
		font-size: 43px;
		line-height: 40px;
	}

	.button {
		padding: 8px 25px;
		font-size: 16px;
	}

	h1 br, h2 br  {
		display: none;
	}

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

@media screen and (max-width: 1090px) {
	h1 {
		font-size: 36px;
		line-height: 39px;
	}
}

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

	.h1-title-top2{
		font-size: 33px;
		line-height: 39px;
	}

	.h1-title-top3{
		font-size: 36px !important;
        line-height: 43px !important;
	}

	.logo-page {
    	height: 35px;
        margin-bottom: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 27px;
        line-height: 37px;
	}
}

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

	h1, .page h1 {
        font-size: 24px;
        line-height: 32px;
    }

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

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


@media screen and (max-width: 580px) {
	body {
   	 	font-size: 16px;
        line-height: 22px;
	}

	h2 {
		font-size: 20px;
        line-height: 27px;
	}

	h3 {
		font-size: 19px;
		line-height: 25px;
	}

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


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

#button-scroll-top {
	display: inline-block;
    background: #63afe6;
    width: 34px;
    height: 39px;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    bottom: 12px;
    right: 18px;
    z-index: 5;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 11px;
}

#button-scroll-top::after {
	content: "\f176";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2.3em;
    line-height: 40px;
    color: #fff;
}

/* NAV */



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

.page-template-homepage .navbar-default {
	position: absolute;
    background-color: #0000007d;
    border-bottom: 1px solid #cccccc3b;
}

.single-post .navbar-default, .search-results .navbar-default, .search-no-results .navbar-default, .error404 .navbar-default, .page-template-contact .navbar-default, .page-template-apropos .navbar-default, .page-template-demande .navbar-default, .single-prestations .navbar-default{
    border-bottom: 1px solid #cccccc3b;
}

.nav-scroll {
	background-color: #000000e3 !important;
	box-shadow: 0px 4px 25px #2121211c;
	position: fixed !important;
	border-bottom: 0 !important;
	backdrop-filter: blur(5px);
}

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

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

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

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

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

.navbar-default .navbar-brand img {
	height: 15px;
}

.nav-scroll .navbar-brand img {
	height: 11px;
}

/* .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-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.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;
	color: #63afe6 !important;
}

.navbar-default .menu li:last-child a {
	color: #000 !important;
	border-radius: 30px;
	margin-left: 0.5rem;
	border: 1px solid #49abe5;
	padding: 5px 13px;
	font-weight: 500;
	transition: all 0.5s;
	background: #49abe5;
}

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

.navbar-default .menu li:last-child a:hover {
	border: 1px solid #63afe6;
	transition: 0.2;
	background: transparent;
	color: #fff!important;
}

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

.navbar-default .menu .current-menu-item a {
	color: #63afe6 !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: #63afe6 !important;
	font-weight: 600 !important;
}

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

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

/* .navbar-default .menu .menu-item a::after {
	content: '';
	width: 0;
	height: 2px;
	background-color: #b49880;
	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: #EAC493;
    background: linear-gradient(95deg, rgba(234, 196, 147, 1) 0%, rgba(228, 207, 176, 1) 49%, rgba(222, 216, 202, 1) 100%);
}


.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: #63afe6;
	padding-left: 3px;
	padding-top: 0;
}

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

.navbar-default .menu .sub-menu .sub-menu {
	background-color: #63afe6;
}

.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-default {
		position: absolute;
	}

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

	.navbar-default .navbar-toggler {
		background: #49abe5;
	}

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

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

	.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: 665px) {
	.navbar-default .navbar-brand img {
		height: 12px;
	}

	.icone-titre {
    	height: 16px;
	}
}


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

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

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

/***** SECTION ACCUEIL - Page accueil ***************************************************************************************************************************************/

.accueil{
 	position: relative;
  	overflow: hidden; 
  	background: #0a0a0b;
}

.accueil-img{
	 min-height: 100vh; 
}

.accueil .fond-accueil {
  position: absolute;
  inset: -2%;             
  background-position: center;
  background-size: cover;
  will-change: transform;
  transform: translate3d(0,0,0) scale(1.06);
  z-index: 0;
  pointer-events: none;
}

.accueil .container,
.accueil .bloc-content-accueil {
	position: relative;
	z-index: 2;
}

.logo-accueil{
	width: auto;
    height: 50px;
    margin-bottom: 2rem;
}

.accueil h1{
    font-size: 46px;
    line-height: 56px;
    font-weight: 400;
}

.accueil-no-img{
	display: flex;
	align-items: center;
	justify-content: center;
}

.accueil-img .bloc-content-accueil {
	padding-top: 7rem;
	margin-bottom: 40vh;
}

.accueil-no-img .bloc-content-accueil{
	margin: 5rem 0;
}	

.slogan-accueil{
	font-size: 22px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.fond-accueil{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center bottom!important;
}

.bloc-button-accueil{
	margin-top: 20px;
}

.bloc-button-accueil a{
	margin: 0 5px;
	min-width: 165px;
}

.btn-carconvoyed-1, .btn-carconvoyed-2{
    padding: 6px 20px;
    border-radius: 40px;
    color: #000;
    display: inline-block;
    border: 1px solid #49abe5;
    font-weight: bold;
}

.btn-carconvoyed-1{
	background: #49abe5;
}

.btn-carconvoyed-1:hover{
	background: transparent;
	color: #fff;
}

.btn-carconvoyed-2{
	background: transparent;
	color: #fff;
}

.btn-carconvoyed-2:hover{
	background: #49abe5;
	color: #000;
}

@media screen and (max-width: 991px) {
    .logo-accueil {
        height: 39px;
        margin-bottom: 1.5rem;
    }

	.accueil h1 {
        font-size: 32px;
        line-height: 35px;
    }

	.accueil-img .bloc-content-accueil {
    	padding-top: 5.5rem;
	}

	.fond-accueil{
		transform: inherit!important;
		inset: 0%!important;
	}
}

@media screen and (max-width: 767px) {
	
	.accueil h1 {
		font-size: 34px;
		line-height: 48px;
	}

	.accueil-img .bloc-content-accueil p{
		font-size: 16px;
	}

	.accueil-img .bloc-content-accueil p br{
		display: none;
	}

	.slogan-accueil {
    	font-size: 17px;
	}

	.trait-blue {
    	margin: 1rem auto;
	}
}

@media screen and (max-width: 600px) {
	.accueil-img {
    	min-height: inherit;
	}

	.accueil-img .bloc-content-accueil {
        padding-top: 5rem;
    }
	
	.logo-accueil{
		height: 35px;
    	margin-bottom: 1.5rem;
	}
	.accueil h1 {
        font-size: 24px;
        line-height: 32px;
    }

	.accueil-img .bloc-content-accueil p {
        font-size: 15px;
    }
}

@media screen and (min-width: 650px) and (max-height: 700px) {
	.accueil-img .bloc-content-accueil {
		margin-bottom: 66vh;
	}
}

/***** SECTION INTRODUCTION - Page accueil ***************************************************************************************************************************************/

.section-introduction{
	padding: 4rem 1rem;
	border-bottom: 1px solid #4a4a4a;
}

.section-introduction .contenu-introduction{
	padding: 0 3rem;
	font-size: 20px;
}

.section-introduction .contenu-introduction p{
	margin-bottom: 0;
	display: block;
	position: relative;
}

.section-introduction .contenu-introduction p:before{
	content: "";
	background-repeat: no-repeat;
	background-image: url(../carconvoyed/img/quote.svg);
	background-size: contain;
    display: inline-block;
    width: 53px;
    height: 37px;
    position: absolute;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
	.section-introduction .contenu-introduction p br{
		display: none;
	}	
}

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

	.section-introduction .contenu-introduction {
    	font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.section-introduction .contenu-introduction {
		padding: 0;
	}
}

@media screen and (max-width: 600px) {
	.section-introduction {
        padding: 2rem 1rem;
    }
	.section-introduction .contenu-introduction {
        font-size: 16px;
        line-height: 25px;
    }
}

/***** SECTION PRESTATIONS ***************************************************************************************************************************************/

.section-prestations{
	padding: 5rem 0 0;
}

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

.section-prestations .row{
	margin-top: 3rem;
}

.section-prestations .col-prestations{
	margin-bottom: 2rem;
}

.section-prestations .card-prestation{
	padding: 10px;
	border-radius: 20px;
	background-color: #292929;
	display: block;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	height: 100%;
}

.section-prestations .card-prestation .bloc-visuel-prestation-vignette{
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
}

.section-prestations .card-prestation .visuel-prestation-vignette{
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.section-prestations .card-prestation .card-prestation-content{
	padding: 20px;
	color: #fff;
}

.section-prestations .card-prestation .card-prestation-content .trait-blue {
    background-color: #609eb1;
    width: 60px;
    height: 5px;
    border-radius: 20px;
    margin: 1rem auto;
}

.section-prestations .card-prestation:hover{
    transform: translateY(-0.25rem);
}


.section-prestations .card-prestation:hover .visuel-prestation-vignette {
    transform: scale(1.03);
}

.section-prestations .card-prestation:hover .btn-carconvoyed{
	background: transparent;
    color: #fff;
}


.section-prestations .col-100-prestations .card-prestation{
	display: flex;
}

.section-prestations .col-100-prestations .card-prestation .bloc-visuel-prestation-vignette{
	height: auto;;
	-ms-flex: 0 0 260px;
	flex: 0 0 260px;
    max-width: 260px;
	flex-grow: 4;
}

.section-prestations .col-100-prestations .card-prestation .card-prestation-content {
    text-align: left !important;
	flex-grow: 4;
}

.section-prestations .col-100-prestations .card-prestation-content .trait-blue {
    margin: 1rem 0;
}

@media screen and (max-width: 991px) {
	.section-prestations .col-prestations{
		-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
	}

	.section-prestations {
   	 	padding: 3rem 0 1rem;
	}
}

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

	.section-prestations .col-100-prestations .card-prestation{
		display: block;
	}

	.section-prestations .col-100-prestations .card-prestation .bloc-visuel-prestation-vignette{
		height: 200px;
		width: 100%;
		max-width: 100%;
	}

	.section-prestations .col-100-prestations .card-prestation .card-prestation-content {
    	text-align: center !important;
	}

	.section-prestations .col-100-prestations .card-prestation-content .trait-blue {
    	margin: 1rem auto;
	}
}

@media screen and (max-width: 550px) {
	.section-prestations .card-prestation .bloc-visuel-prestation-vignette, .section-prestations .col-100-prestations .card-prestation .bloc-visuel-prestation-vignette {
        height: 150px;
    }

	.section-prestations .card-prestation .card-prestation-content p{
		font-size: 16px;
		line-height: 22px;
	}
}

/***** SECTION POURQUOI NOUS CHOISIR ***************************************************************************************************************************************/

.section-pourquoi-nous-choisir{
	padding: 5rem 0 5rem;
}

.section-pourquoi-nous-choisir .container{
	position: relative;
	z-index: 3;
}

.section-pourquoi-nous-choisir .row{
	margin-top: 3rem;
	padding-left: 1rem;
    padding-right: 1rem;
}

.section-pourquoi-nous-choisir .col-pnc{
	margin-bottom: 2rem;
}

.section-pourquoi-nous-choisir .card-pnc{
	padding: 2rem;
    height: 100%;
}

.section-pourquoi-nous-choisir .card-pnc .icone-pnc{
	width: 70px;
    height: 70px;
    margin: 0 auto 0.5rem;
}

.section-pourquoi-nous-choisir .card-pnc h3{
	font-size: 23px;
}

.section-pourquoi-nous-choisir .card-pnc p{
	margin-top: 1rem;
	color: #fefefe;
}

.image-bas-section-pnc{
	width: 100%;
    background-position: center bottom !important;
    z-index: 0;
    position: relative;
	height: 30vw; 
 	margin-top: -15vw;
}

@media screen and (max-width: 1180px) {
	.section-pourquoi-nous-choisir .col-pnc {
    	-ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
	}
}

@media screen and (max-width: 991px) {
	.section-pourquoi-nous-choisir .col-pnc {
    	-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
	}

	.section-pourquoi-nous-choisir .card-pnc h3 br{
		display: none;
	}


	.section-pourquoi-nous-choisir {
    	padding: 3rem 0;
	}
}

@media screen and (max-width: 650px) {
	.section-pourquoi-nous-choisir .row {
    	margin-top: 2rem;
	}

	.section-pourquoi-nous-choisir {
    	padding: 2.5rem 0;
	}
}

@media screen and (max-width: 500px) {
	.section-pourquoi-nous-choisir .card-pnc{
		padding: 1rem;
	}

	.section-pourquoi-nous-choisir .card-pnc .icone-pnc {
    	width: 60px;
    	height: 60px;
    	margin: 0 auto 0.2rem;
	}	

	.section-pourquoi-nous-choisir .card-pnc h3 {
    	font-size: 18px;
        line-height: 24px;
	}

	.section-pourquoi-nous-choisir .card-pnc h3 br{
		display: none;
	}
}

/***** SECTION PARTENAIRES ***************************************************************************************************************************************/

.section-partenaires{
	padding: 5rem 0 5rem;
	border-bottom: 1px solid rgb(57 58 58);
}

.section-partenaires .row{
	margin-top: 2rem;
	justify-content: center;
}

.section-partenaires .logo-partenaires{
	width: auto;
	height: 90px;
	margin: auto;
}

@media screen and (max-width: 991px) {
	.section-partenaires .container{
		max-width: 90%;
	}
}

@media screen and (max-width: 771px) {
	.section-partenaires .col-partenaires{
		-ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
	}

	.section-partenaires .logo-partenaires {
    	margin: 0 auto 1rem;
	}
}

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

	.section-partenaires .col-partenaires{
		-ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
	}
	
	.section-partenaires .logo-partenaires {
    	height: 65px;
	}
}

/***** SECTION TEMOIGNAGES ***************************************************************************************************************************************/

.section-temoignages{
	padding: 5rem 0 5rem;
}

.section-temoignages .owl-temoignages{
	margin-top: 2.5rem;
}

.section-temoignages .owl-carousel .owl-stage {
    display: flex;
	padding: 5px 0;
}

.section-temoignages .owl-carousel .owl-stage .item {
    height: 100%;
}

.section-temoignages .card-owl-temoignages{
	border: 1px solid #ccc;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
	margin: 3px 5px;
}

.bloc-notation{
	margin-bottom: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-temoignages .note{
	background-color: #179eed;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 10px;
	color: #000;
	font-size: 25px;
}

.bloc-etoiles{
	display: inline-block;
}

.section-temoignages .bloc-etoiles-in{
	display: flex;
	padding-left: 5px;
}

.section-temoignages .etoile-notation{
	background-image: url(../carconvoyed/img/etoile-notation.svg);
	background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
	margin-left: 10px;
}

.section-temoignages .note strong{
	font-size: 30px;
}

.section-temoignages .temoignage-in{
	font-size: 20px;
    line-height: 30px;
}

.section-temoignages .card-owl-temoignages p{
	margin-bottom: 0;
	color: #f6f6f6;
}

.section-temoignages .name-temoignages{
	margin-top: 19px;
	color: #7aafe7!important;
	font-weight: 600;
}

.section-temoignages .profession-temoignages{
    margin-top: 1px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #acaaaa !important;
}

.owl-carconvoyed .nav-button-icon-left, .owl-carconvoyed .nav-button-icon-right {
    display: block;
    width: 25px;
    height: 25px;
    background-size: cover !important;
}

.owl-carconvoyed .nav-button-icon-left {
    background: transparent url(../carconvoyed/img/arrow-left-blanc.svg) no-repeat;
    transform: rotate(180deg);
}

.owl-carconvoyed .nav-button-icon-right {
    background: transparent url(../carconvoyed/img/arrow-left-blanc.svg) no-repeat;
}

.owl-carconvoyed .owl-next {
    right: -20px;
}

.owl-carconvoyed .owl-prev{
	left: -20px;
}

.owl-temoignages .owl-next {
    right: -15px;
}

.owl-temoignages .owl-prev{
	left: -15px;
}

.owl-carconvoyed .owl-prev, .owl-carconvoyed .owl-next {
    top: 0;
    bottom: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
	/* margin-top: -20px; */
}
.owl-carconvoyed .owl-prev, .owl-carconvoyed .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0b8bd5;
	border: 3px solid #000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    -webkit-appearance: none !important;
    -moz-appearance: none!important;
    appearance: none !important;
}

.owl-carconvoyed .owl-dots {
    margin-top: 1rem;
    text-align: center;
	position: absolute;
    left: 0;
    right: 0;
}

.owl-carconvoyed .owl-prev.disabled, .owl-carconvoyed .owl-next.disabled{
	display: none;
}

.owl-carconvoyed .owl-dots button {
    background-color: transparent;
    border: 0;
    outline: none;
}

.owl-carconvoyed .owl-dot span {
    width: 1em !important;
    height: 0.4em;
    background: #000 !important;
    display: block !important;
    transition: opacity .2s ease !important;
    border-radius: 3px;
    line-height: 2.4rem;
    color: #fff;
    font-size: 20px;
    outline: none;
    border: 1px solid #636060 !important;
}

.owl-carconvoyed .owl-dot.active span, .owl-carconvoyed .owl-dot:hover span {
    background-color: #0b8bd5 !important;
	border: 1px solid #0b8bd5 !important;
}

@media screen and (max-width: 991px) {
	.section-temoignages .temoignage-in p br{
		display: none;
	}

	.section-temoignages {
		padding: 3rem 0 3rem;
	}
}

@media screen and (max-width: 700px) {
	.section-temoignages .temoignage-in {
		font-size: 17px;
		line-height: 24px;
	}

	.section-temoignages .etoile-notation {
    	width: 25px;
    	height: 25px;
	}

	.section-temoignages .note {
    	padding: 6px 15px;
    	font-size: 22px;
	}

	.section-temoignages .note strong {
    	font-size: 28px;
}
}

@media screen and (max-width: 500px) {
	.section-temoignages .owl-temoignages {
    	margin-top: 1.5rem;
	}

	.section-temoignages {
    	padding: 3rem 1rem 5rem;
	}

	.section-temoignages .note {
        padding: 4px 15px;
        font-size: 21px;
    }

	.section-temoignages .bloc-etoiles-in {
    	padding-left: 0;
	}

	.section-temoignages .etoile-notation {
        width: 22px;
        height: 22px;
    }

	.section-temoignages .note strong {
        font-size: 25px;
    }

	.section-temoignages .temoignage-in {
        font-size: 16px;
        line-height: 23px;
    }

	.owl-carconvoyed .owl-prev, .owl-carconvoyed .owl-next {
    	width: 35px;
    	height: 35px;
	}

	.owl-carconvoyed .nav-button-icon-left, .owl-carconvoyed .nav-button-icon-right {
    	width: 22px;
    	height: 22px;
	}
}

/***** SECTION CONTACT ***************************************************************************************************************************************/

.section-banniere-contact{
	background-color: #031c29;
    margin: 3rem 0 1rem;
	overflow: visible;
}

.section-banniere-contact .bloc-content-contact{
    padding: 2rem 0;
}

.section-banniere-contact .row-center{
	align-items: center;
}

.section-banniere-contact .row-no-img{
		text-align: center;
}

.col-contact-img {
    padding: 0;
}

.section-banniere-contact .bloc-visuel-img-contact{
	width: 100%;
    height: 100%;
    position: relative;
}

.section-banniere-contact .img-visuel-contact{
	bottom: 0;
    width: 95%;
    height: auto;
    background-size: contain !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;    
}

@media screen and (max-width: 991px) {
		.col-contact{
			-ms-flex: 0 0 100%;
        	flex: 0 0 100%;
        	max-width: 100%;
			text-align: center;
		}

		.section-banniere-contact .img-visuel-contact {
        	margin-top: 0;
        	position: relative;
        	width: 300px;
    	}
}

@media screen and (max-width: 600px) {
		.section-banniere-contact {
    		margin: 0 0 1rem;
		}
}

/***** SECTION PRESTATIONS COMPLETE - PRESTATIONS ***************************************************************************************************************************************/

.section-prestation-complete{
	padding: 3rem 0 3rem;
}

.section-prestation-complete .container{
	position: relative;
	z-index: 3;
}

.section-prestation-complete .icone-prestation-complete{
    width: 50px;
    height: 50px;
    margin: 0 auto 0.5rem;
}

.section-prestation-complete .bloc-element-prestation-complete h3 {
    font-size: 22px;
    line-height: 30px;
	margin-bottom: 17px;
}

.section-prestation-complete .courte-description-element-prestation-complete{
	color: #fafafa;
    font-size: 16px;
    line-height: 23px;
}

.section-prestation-complete .bloc-element-prestation-complete{
	margin-top: 2rem;
	padding: 0 1rem;
}

.section-prestation-complete .bloc-en-plus-prestations {
    margin-top: 2.5rem;
}

.section-prestation-complete .bloc-en-plus-prestations fieldset {
    margin-top: 12px;
    border: 1px solid #6ad4f9;
    padding: 8px 23px 18px;
    -moz-border-radius: 8px;
    border-radius: 30px;
    max-width: 100%;
    display: block;
    margin: auto;
	text-align: center;
}

.section-prestation-complete .bloc-en-plus-prestations legend {
    color: #4bafea;
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
    letter-spacing: 2px;
    font-size: 22px;
	margin-bottom: 0;
}

.section-prestation-complete .col-en-plus-prestations{
	padding-right: 9px;
    padding-left: 9px;
}

.section-prestation-complete .bloc-en-plus-prestations-in{
	background-color: #fff;
	border-radius: 15px;
	height: 100%;
	padding: 15px;
}

.section-prestation-complete .bloc-en-plus-prestations-in .icone-bloc-en-plus-prestations{
    width: auto;
    height: 75px;
    margin: 0 auto 0.5rem;
}

.section-prestation-complete .bloc-en-plus-prestations-in h4, .section-prestation-complete .bloc-en-plus-prestations-in p{
	color: #000;
}

.section-prestation-complete .bloc-prestations-complete{
	margin-top: 2rem;
}

@media screen and (max-width: 767px) {
	.section-formules-prestations {
    	padding: 3rem 1rem 3rem;
	}

	.section-prestation-complete .bloc-element-prestation-complete h3 br{
		display: none;
	}

	.section-prestation-complete .bloc-element-prestation-complete {
    	margin-top: 1rem;
	}

	.section-prestation-complete .col-en-plus-prestations{
		margin-bottom: 1rem;
	}

	.section-prestation-complete .col-en-plus-prestations:last-of-type{
		margin-bottom: 0;
	}
}

/***** SECTION FORMULES - PRESTATIONS ***************************************************************************************************************************************/

.section-formules-prestations{
	padding: 5rem 1rem 5rem;
	border-bottom: 1px solid rgb(57 58 58);
}

.section-formules-prestations .container-formules{
	max-width: 1400px;
}

.section-formules-prestations .row-formules{
	margin-top: 3rem;
}

.section-formules-prestations .col-formules{
	margin-bottom: 2rem;
}

.section-formules-prestations .card-formules{
	border: 1px solid transparent;
    /* padding: 0 15px 15px; */
    border-radius: 20px;
    height: 100%;
}

.section-formules-prestations .card-formules.card-formules-valeur {
    border: 1px solid #49abe5;
}

.section-formules-prestations .card-formules-1{
	background: linear-gradient(-45deg, #121419, #1a2241);
}

.section-formules-prestations .card-formules-2{
	background: linear-gradient(35deg, #121419, #1a2241);
}

.section-formules-prestations .card-formules-3{
	background: linear-gradient(-45deg, #1a2241, #121419);
}

.section-formules-prestations .card-formules-4{
	background: linear-gradient(-45deg, #121419, #1a2241);
}

.section-formules-prestations .card-formules-5{
	background: linear-gradient(35deg, #121419, #1a2241);
}

.section-formules-prestations .card-formules-6{
	background: linear-gradient(-45deg, #1a2241, #121419);
}

.head-card-formules{
    margin-bottom: 2rem;
	padding: 0 15px;
}

.head-card-formules h3 {
    font-size: 24px;
}

.type-formule{
	display: inline-block;
    padding: 5px 21px;
    background: #ffffff33;
    margin-bottom: 9px;
    border-radius: 0 0 7px 7px;
	color: #ffff;
}

.head-card-formules .bloc-price-formule{
	font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 0;
    color: #fff;

}

.head-card-formules .bloc-price-formule sup {
    top: -0.7em;
    font-size: 30px;
}

.head-card-formules .bloc-price{
	padding: 0.5rem 0 0.5rem;
}

.bloc-price-formule-reduction-in{
	display: flex;
    align-items: center;
    justify-content: center;
}

.bloc-price-formule-reduction-in .bloc-price-formule-reduction{
	color: #4bafea;
    font-weight: 500;
    margin-bottom: 0;
}

.info-reductions{
	margin-left: 10px;
}

.ancien-prix-reduction{
	text-decoration: line-through;
	margin-bottom: 2px;
	font-size: 15px;
}

.nombre-reduction{
	border-radius: 7px;
    color: #000;
    margin-bottom: 0;
    padding: 5px 6px;
    font-size: 14px;
    background-color: #4bafea;
    font-weight: bold;
    line-height: 14px;
}

.card-formules-valeur .type-formule{
 	background: #49abe5;
	color: #000;
}

.section-formules-prestations .card-formules.card-formules-valeur h3{
	color: #49abe5;
}

.description-formule{
	font-size: 15px;
    color: #000000;
    line-height: 23px;
    margin-bottom: 0;
    font-weight: 600;
    background: #ebe8e8;
    padding: 10px;
    border-radius: 5px;
    margin-top: 14px;
}

.bloc-part-items-formules{
	padding: 0 8px;
   margin: 8px 8px 30px 8px;
}

.bloc-temps-formules{
	border-bottom: 1px solid #5f6185;
    padding: 15px 0;
    color: #fff;
    font-size: 21px;
}

.bloc-temps-formules i{
	margin-right: 5px;
	color: #49abe5;
}

.bloc-temps-formules p{
	margin-bottom: 0;
}

.bloc-part-items-formules ul{
	padding-left: 40px;
	margin-bottom: 0;
}

.bloc-part-items-formules ul li{
	list-style: none;
	position: relative;
    margin-bottom: 13px;
    color: #fff;
	display: flex;
	font-size: 16px;
	text-align: left;
}

.bloc-part-items-formules ul li:before {
    background-repeat: no-repeat;
    background-image: url(../carconvoyed/img/check-formules.svg);
    background-size: contain;
    display: inline-block;
    margin-left: -35px;
    width: 22px;
    height: 22px;
    position: absolute;
    content: "";
	top: 2px;
}

.bloc-supplements-in ul li:before {
	background-image: url(../carconvoyed/img/supplements-formule.svg);
}

.bloc-all-bloc-supplements{
    padding: 13px 8px;
    margin: 20px 8px 8px;
    border-radius: 10px;
}

.bloc-all-bloc-supplements .bloc-part-items-formule{
	margin: 0;
}

.bloc-all-bloc-supplements .bloc-supplements-in{
    padding: 0px 0 1rem 0;
    margin: 1rem 0 1rem;
    border-bottom: 1px solid #6d4f4f;
}

.bloc-all-bloc-supplements .bloc-supplements-in:last-of-type{
 	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.bloc-all-bloc-supplements h4{
	color: #8ebcd6;
    letter-spacing: 1px;
}

.bloc-supplements-in h5{
	text-align: left;
    margin-bottom: 15px;
	color: #4bafea;
}

.bloc-supplements-in ul li{
    justify-content: space-between;
}

.bloc-supplements-in ul li p{
	margin-bottom: 0;
}

.bloc-supplements-in .prix-supplements{
	margin: 0 10px;
}

.bloc-button-section-formules{
	margin-top: 0.5rem;
}

.bloc-all-formules-supplements fieldset {
    margin-top: 12px;
    border: 1px solid #494d4e;
    padding: 18px 23px 8px;
    border-radius: 20px;
    max-width: 100%;
    display: block;
    margin: auto;
    text-align: center;
	margin: 0 0 2rem;
}

.bloc-all-formules-supplements fieldset legend {
    color: #4bafea;
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 0;
	text-transform: uppercase;
}

.bloc-all-formules-supplements .intro{
	margin-top: 0.5rem;
}

.col-option_ou_supplement .bloc-in-option-supplement-all-form{
	display: flex;
    align-items: flex-start;
    gap: 16px;
	margin-bottom: 17px;
}

.bloc-title-option-supplement{
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
    white-space: nowrap;
    align-items: center;
}

.bloc-in-option-supplement-all-form .icone-title-option-supplement{
   width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-top: 3px;
    margin-right: 2px;
}

.bloc-in-option-supplement-all-form h3{
	font-size: 18px;
    margin-bottom: 0;
	margin-right: 8px;
}

.bloc-element-option-supplement-all-form {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.element-option-supplement-all-form{
	display: inline-block;
}

.element-option-supplement-all-form p{
	display: inline-block;
    background-color: #362f2f85;
    padding: 5px 15px;
    border-radius: 10px;
	font-size: 16px;
	margin: 0px 2px;
}

.element-option-supplement-all-form p span {
    margin-left: 5px;
    color: #fff;
}

@media screen and (max-width: 1290px) {
	.description-formule br{
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	.description-formule {
		padding: 5px 20px;
	}

	.bloc-supplements-in ul li {
    	display: block;
	}

	.bloc-supplements-in ul li {
    	justify-content: inherit;
	}

	.bloc-supplements-in .prix-supplements {
    	margin: 0;
    	display: inline-block;
	}
}

@media screen and (max-width: 1090px) {
	.head-card-formules h3 {
		font-size: 22px;
	}

	.col-option_ou_supplement .bloc-in-option-supplement-all-form {
    	display: block;
	}

	.bloc-title-option-supplement {
    	margin-bottom: 0.5rem;
	}

	.bloc-all-formules-supplements fieldset legend {
    	font-size: 18px;
	}
}

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

	.bloc-supplements-in ul li p {
   	 	display: inline-block;
	}
}

@media screen and (max-width: 991px) {
	.head-card-formules .bloc-price-formule {
		font-size: 45px;
		line-height: 45px;
	}
}


/***** SECTION COMMENT CA FONCTIONNE - PRESTATIONS ***************************************************************************************************************************************/

.section-comment-ca-fonctionne{
	padding: 5rem 1rem 5rem;
    border-bottom: 1px solid rgb(57 58 58);
}

.section-comment-ca-fonctionne .intro-ccf{
	font-size: 19px;
}

.bloc-etapes-fonctionne{
	margin-top: 3rem;
}

.bloc-etapes-fonctionne .etape-in{
	display: flex;
}

.bloc-etapes-fonctionne .part-gauche-etapes{
    position: relative;
	flex-grow: 4; 
	margin-right: 20px;
	-ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
	padding-right: 30px;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.bloc-etapes-fonctionne .part-gauche-etapes .img-etapes{
	border: 9px solid #343434;
	border-radius: 20px;
	aspect-ratio: 1 / 1;       
  	background-size: cover;    
  	background-position: center;
  	background-repeat: no-repeat;
	position: relative;
}

.bloc-etapes-fonctionne .part-gauche-etapes .img-etapes:after{
    content: "";
    position: absolute;
    top: 13px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #343434;
    right: -33px;
}

.bloc-etapes-fonctionne .bulle-etapes{
	z-index: 2;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #0b8bd5;
    top: 3.7rem;
    right: -6px;
}

.bloc-etapes-fonctionne .ligne-etapes{
	width: 3px;
	height: 100%;
	background-color: #043855;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.bloc-etapes-fonctionne .bloc-content-etapes{
	flex-grow: 4; 
	padding-top: 3rem;
}

.bloc-etapes-fonctionne .bloc-content-etapes .surtitre-etape{
	display: inline-block;
    background-color: #0b8bd5;
    color: #000;
    padding: 5px 11px;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.bloc-etapes-fonctionne .bloc-content-etapes .trait-blue{
	width: 58px;
    height: 4px;
    margin: 15px 0;
}

.bloc-etapes-fonctionne .bloc-content-etapes-in{
	padding-left: 15px;
}

.bloc-button-ccf{
	margin-top: 2rem;
}

@media screen and (max-width: 991px) {
	.bloc-etapes-fonctionne .part-gauche-etapes {
    	-ms-flex: 0 0 200px;
    	flex: 0 0 200px;
    	max-width: 200px;
	}
}

@media screen and (max-width: 767px) {
	.bloc-etapes-fonctionne {
    	margin-top: 1.5rem;
	}

	.bloc-etapes-fonctionne .part-gauche-etapes {
    	-ms-flex: 0 0 170px;
    	flex: 0 0 170px;
    	max-width: 170px;
		margin-right: 19px;
		padding-right: 25px;
	}

	.bloc-etapes-fonctionne .part-gauche-etapes .img-etapes {
    	border: 5px solid #343434;
	}

	.bloc-etapes-fonctionne .part-gauche-etapes .img-etapes:after {
   	 	top: 20px;
    	border-width: 10px;
    	right: -24px;
	}

	.section-comment-ca-fonctionne {
    	padding: 3rem 1rem 3rem;
	}
}

@media screen and (max-width: 600px) {
    .bloc-etapes-fonctionne .part-gauche-etapes {
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px;
    }

	.section-comment-ca-fonctionne .intro-ccf{
		font-size: 17px;
	}
}

@media screen and (max-width: 500px) {
	.bloc-etapes-fonctionne .bloc-content-etapes {
		padding-top: 1rem;
		text-align: center;
	}

	.bloc-etapes-fonctionne .bloc-content-etapes .surtitre-etape {
    	padding: 3px 11px;
    	font-size: 14px;
	}

  	.bloc-etapes-fonctionne .part-gauche-etapes {
        display: none;
    }

	.bloc-etapes-fonctionne .bloc-content-etapes-in {
		padding-left: 0;
	}

	.bloc-etapes-fonctionne .bloc-content-etapes .trait-blue {
   	 	margin: 15px auto;
	}

	.bloc-button-ccf {
    	margin-top: 1rem;
	}
}

/***** SECTION AVANT ET APRES - PRESTATIONS ***************************************************************************************************************************************/

.section-resultat{
	padding: 5rem 1rem 5rem;
	border-bottom: 1px solid rgb(57 58 58);
}

.section-resultat .bloc-avant-apres{
	margin-top: 2rem;
	overflow: hidden;
	border-radius: 20px;
}

.section-resultat .image-compare img {
  object-fit: cover;
  object-position: center;
}

.section-resultat .image-compare {
  position: relative;
  width: 100%;
  height: 550px;          
  overflow: hidden;
}

.section-resultat .image-compare .icv__icv,
.section-resultat .image-compare .icv__icv--horizontal,
.section-resultat .image-compare .icv__wrapper,
.section-resultat .image-compare .icv__container,
.section-resultat .image-compare .icv__frame {
  position: relative;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}


.section-resultat .image-compare .icv__frame img {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;  
  object-position: center;
  display: block;
  max-width: none !important; 
}

.section-resultat .image-compare .icv__frame,
.section-resultat .image-compare .icv__frame img {
  will-change: clip-path, transform;
}

@media screen and (max-width: 991px) {
	.section-resultat .image-compare {
	height: 390px;          
	}
}

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

	.section-resultat .image-compare {
		height: 300px;          
	}
}

@media screen and (max-width: 600px) {
	.section-resultat .image-compare {
		height: 250px;          
	}
}



/***** PAGE A PROPOS - SECTION A PROPOS ***************************************************************************************************************************************/

.section-apropos-page{
	padding: 2.5rem 0 5rem;
    border-bottom: 1px solid rgb(57 58 58);
}

.section-apropos-page .slogan{
	color: #fff;
}

.section-apropos-page .row-ss-photos .col-apropos{
	text-align: center;
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.description-apropos{
	padding: 3rem 0 3rem;
}

.bloc-img-apropos{
	position: relative;
	height: 100%;
    display: block;
}

.img-apropos{
	width: 100%;
	height: 100%;
}

.bloc-quelques-chiffres-apropos{
	margin: 1rem 0 3rem;
}

.bloc-quelques-chiffres-apropos fieldset {
    margin-top: 12px;
    border: 1px solid #666666;
    padding: 10px 25px;
    -moz-border-radius: 8px;
    border-radius: 30px;
    max-width: 100%;
    display: block;
    margin: auto;
}

.bloc-quelques-chiffres-apropos legend {
    color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
    letter-spacing: 2px;
    font-size: 18px;
}

.bloc-quelques-chiffres-apropos .bloc-chiffres-apropros{
	padding: 1rem 0.5rem;
}

.bloc-quelques-chiffres-apropos .chiffres-apropros{
	font-size: 45px;
	font-weight: 300;
	margin-bottom: 20px;
}

.bloc-quelques-chiffres-apropos .libelle-chiffres-apropros{
	font-size: 19px;
	font-weight: 600;
}

.bloc-quelques-chiffres-apropos .description-chiffres-apropros{
	color: #fafafa;
	font-weight: 300;
}

.bloc-quelques-chiffres-apropos .bloc-chiffres-apropros-1 .chiffres-apropros, .bloc-quelques-chiffres-apropos .bloc-chiffres-apropros-1 .libelle-chiffres-apropros{
	color: #0a99ec;
}

.bloc-quelques-chiffres-apropos .bloc-chiffres-apropros-2 .chiffres-apropros, .bloc-quelques-chiffres-apropos .bloc-chiffres-apropros-2 .libelle-chiffres-apropros{
	color: #55e3a7;
}

.bloc-quelques-chiffres-apropos .bloc-chiffres-apropros-3 .chiffres-apropros, .bloc-quelques-chiffres-apropos .bloc-chiffres-apropros-3 .libelle-chiffres-apropros{
	color: #acc6d1;
}


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

	.section-apropos-page {
        padding: 5.5rem 1rem 5rem;
    }

	.section-apropos-page .row-apropos .col-apropos{
		-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
		text-align: justify;
	}

	.description-apropos{
		position: relative;
		z-index: 3;
	}

	.img-apropos {
    	height: 400px;
		margin-top: -7rem;
    	z-index: 0;
    	position: relative;
	}

	.section-apropos-page .col-chiffres-apropros{
		-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.section-apropos-page {
        padding: 5rem 1rem 3rem;
    }

	.description-apropos {
    	padding: 0.5rem 0 0rem;
	}

	.bloc-quelques-chiffres-apropos .chiffres-apropros {
    	font-size: 40px;
	}

	.bloc-quelques-chiffres-apropos .libelle-chiffres-apropros {
    	font-size: 17px;
	}

	.bloc-quelques-chiffres-apropos .description-chiffres-apropros {
    	font-size: 15px;
    	margin-bottom: 5px;
	}

	.bloc-quelques-chiffres-apropos {
   	 	margin: 1rem 0 2rem;
	}
}

/* @media screen and (max-width: 500px) {
	.section-apropos-page {
        padding: 5.5rem 1rem 2rem;
    }
} */


/***** PAGE CONTACT ***************************************************************************************************************************************/

.section-page-contact{
	padding-top: 2.5rem;
	min-height: 100vh;
	background-image: radial-gradient(at bottom center, #001731 0%, #000 70%);
}

.bloc-formulaire-contact{
	margin: 3rem 0 4rem;
}

.bloc-formulaire-contact-coordonnees{
	margin-bottom: 5rem;
}

.title-section-line {
    color: #0b8bd5;
    font-size: 36px;
    position: relative;
	text-align: center;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.title-section-line::before,
.title-section-line::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #0b8bd5;
}

.title-section-line span {
    padding: 0 15px;
	color: #0b8bd5;
    font-size: 23px;
}

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

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

.formulaire-contact .bloc-date-contact-date{
	width: 100%;
    border-radius: 8px;
    border: 1.5px solid transparent;
    outline: none;
    position: relative;
    background-color: #2d353c;
    margin-bottom: 15px;
	padding: 0.15rem 0.3rem;
}

.formulaire-contact .col-form-contact-date input{
	width: auto;
	background-color: inherit;
	padding: 0;
	margin-bottom: 0;
}

.formulaire-contact .col-form-contact-select select {
    width: 100%;
    border-radius: 8px;
    border: 1.5px solid #242a2f;
    padding: 0.3rem 0.4rem;
    margin-bottom: 5px;
	background-color: #000;
	color: #cdcbcb;
}

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


.formulaire-contact  .invalid .wpcf7-not-valid {
    border: 1.5px solid #ca5555 !important;
}

.formulaire-contact .invalid .wpcf7-not-valid {
	border: 1.5px solid #ca5555 !important;
}

.formulaire-contact .wpcf7 form.invalid .wpcf7-response-output,
.formulaire-contact .wpcf7 form.unaccepted .wpcf7-response-output,
.formulaire-contact .wpcf7 form.spam .wpcf7-response-output {
	border: 0 !important;
    margin: 15px 0!important;
    font-weight: bold;
    background: #fff;
    padding: 10px !important;
    border-radius: 5px;
    margin-bottom: 2rem !important;
	color: #e71515 !important;
	text-align: center;
	font-size: 16px;
}

.formulaire-contact .wpcf7 form.sent .wpcf7-response-output, .formulaire-contact .wpcf7-response-output.wpcf7-mail-sent-ok {
	border: 0 !important;
	font-size: 14px;
	color: #188422;
	font-weight: bold;
	margin-top: 1rem !important;
	background: #fff;
    text-align: center;
	font-size: 16px;
	padding: 10px !important;
}

#choix-prestation-1 .formulaire-contact .wpcf7 form.sent .wpcf7-response-output{
	display: none;
}

.wpcf7-not-valid-plaque {
  border-color: #dc3232 !important;
}

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

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

.formulaire-contact .col-form-contact-submit{
	text-align: center;
	margin-top: 1rem;
}

.formulaire-contact .wpcf7-submit{
	border: 1px solid #49abe5;
    padding: 6px 20px;
    border-radius: 40px;
    color: #000;
    display: inline-block;
	background: #49abe5;
}

.formulaire-contact .wpcf7-submit:hover {
    background: transparent;
    color: #fff;
}

.formulaire-contact .wpcf7-spinner{
	display: none;
}

.formulaire-contact ::-webkit-input-placeholder {
  color: #c2bdbd;
}

.nouvelle-plaque-wrapper {
  display: none;
}

.nouvelle-plaque-wrapper.is-visible {
  display: block;
}

.wpcf7-not-valid {
  border-color: #e74c3c;
}

input.cf7-vehic-error,
select.cf7-vehic-error {
    border: 1px solid #e74c3c !important;
}

.cf7-front-error {
    border-color: #e74c3c!important;
}
.wpcf7-not-valid-adresse .wpcf7-form-control {
    border-color: #e74c3c;
}

.col-form-contact-checkbox .wpcf7-list-item{
    margin: 0 0 0 0.6em;
}

.formulaire-contact .wpcf7-form .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.formulaire-contact .wpcf7-form .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-size: 15px;
}

.formulaire-contact .wpcf7-form .wpcf7-list-item-label {
    position: relative;
    padding-left: 2rem; 
	font-size: 17px;
}

.formulaire-contact .wpcf7-form .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.45rem;
    height: 1.45rem;
    border: 2px solid #49abe5;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #000;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.formulaire-contact .wpcf7-form .wpcf7-list-item-label::after {
       content: "";
    position: absolute;
    left: 0.32rem;
    top: 48%;
    width: 0.75rem;
    height: 0.4rem;
    border-left: 1.5px solid transparent;
    border-bottom: 1.5px solid transparent;
    transform: translateY(-60%) rotate(-45deg);
    opacity: 0;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.formulaire-contact .wpcf7-form .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: #0073aa;        /* bleu WP ou ta couleur */
    border-color: #0073aa;
}

.formulaire-contact .wpcf7-form .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
    border-color: #fff;
}


.formulaire-contact .wpcf7-form .wpcf7-list-item label:hover .wpcf7-list-item-label::before {
    border-color: #005d86;
}


.formulaire-contact .wpcf7-form .wpcf7-list-item input[type="checkbox"]:focus-visible + .wpcf7-list-item-label::before {
    box-shadow: 0 0 0 3px rgba(0,115,170,0.35);
}


.formulaire-contact .wpcf7-form .wpcf7-list-item input[type="checkbox"]:disabled + .wpcf7-list-item-label {
    opacity: 0.6;
    cursor: not-allowed;
}

.formulaire-contact .wpcf7-form .wpcf7-list-item input[type="checkbox"]:disabled + .wpcf7-list-item-label::before {
    background-color: #f2f2f2;
    border-color: #ccc;
}

.formulaire-contact .col-form-contact-supplements{
	margin-top: 10px;
	margin-bottom: 10px;
}

.formulaire-contact .col-form-contact-supplements-1{
	margin-top: 1rem;
	margin-bottom: 0;
}

.formulaire-contact .col-form-contact-supplements h4{
	font-size: 18px;
    padding-left: 11px;
    padding-bottom: 5px;
	font-weight: 500;
}

.formulaire-contact .col-form-contact-supplements .wpcf7-list-item {
    margin: 0 0 0 0.7em;
}

.formulaire-contact .col-form-contact-supplements .wpcf7-list-item-label {
    font-size: 16px;
	margin-right: 10px;
}

.nouvelle-plaque-wrapper,
.societe-rest-wrapper {
  display: none;
}

.nouvelle-plaque-wrapper.is-visible,
.societe-rest-wrapper.is-visible {
  display: block;
}

.col-form-contact-date{
	margin-top: 14px !important;
}

.col-form-contact-date label{
	margin-bottom: 0;
	padding-left: 10px;
}

.col-form-contact-date input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.col-form-contact-date input {
    width: auto;
    background-color: #2d353c!important;
    padding: 0 10px!important;
	margin-left: 10px;
}

.col-form-contact-label label{
	padding-left: 9px;
}

.col-form-contact-adresse gmp-place-autocomplete {
    background-color: #2d353c!important;
    border-radius: 8px!important;
	outline: none!important;
}

.wpcf7-not-valid-adresse gmp-place-autocomplete {
    border: 1.5px solid #ca5555 !important;
}

.formulaire-contact .cf7-gmp-autocomplete-wrapper gmp-place-autocomplete input{
	color: #fff!important;
	font-size: 16px!important;
}

#autocomplete-address1,
#autocomplete-address2 {
    font-size: 16px !important;
    color: #ffffff !important;
    background-color: transparent !important; 
}

#autocomplete-address1::placeholder,
#autocomplete-address2::placeholder {
    color: #ffffff !important;
    opacity: 0.7;
}

.page-template-demande .col-form-contact textarea{
	height: 120px;
}

.content-tab-demande-prestation .vehicule-hidden {
    display: none;
}

.row-demande-buttons-in{
	text-align: center;
}

.content-tab-demande-prestation .btn-ajout-vehicule,
.content-tab-demande-prestation .btn-remove-vehicule {
	display: inline-block;
    padding: 8px 15px 10px 41px;
    border-radius: 28px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin-right: 8px;
    position: relative;
}

.content-tab-demande-prestation .btn-ajout-vehicule span, .content-tab-demande-prestation .btn-remove-vehicule span{
	background-color: #fff;
    width: 25px;
	height: 25px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 28px;
    position: absolute;
    left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-tab-demande-prestation .btn-ajout-vehicule span{
	color: #265875;
}

.content-tab-demande-prestation .btn-remove-vehicule span{
	color: #9c4242;
	padding-bottom: 5px;
}

.content-tab-demande-prestation .btn-ajout-vehicule{
	background-color: #265875;
	border: 1px solid #265875;
}

.content-tab-demande-prestation .btn-remove-vehicule {
    background: #9c4242;
	border: 1px solid #9c4242;
}

.content-tab-demande-prestation .btn-ajout-vehicule:hover,
.content-tab-demande-prestation .btn-remove-vehicule:hover {
    background-color: transparent;
	border: 1px solid #ffffff;
}

.content-tab-demande-prestation .btn-remove-vehicule {
    display: none;
}

.bloc-coordonnees-contact{
	margin-top: 2rem;
}

.bloc-coordonnees-contact .col-coordonnees{
	margin-bottom: 1.5rem;
}

.card-coordonnees{
	border-radius: 20px;
	padding: 20px;
	height: 100%;
}

.card-coordonnees .icone-coordonnees{
    width: auto;
    height: 70px;
    margin-bottom: 10px;
}

.card-coordonnees p{
	margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
	.card-coordonnees p br{
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.section-page-contact {
		padding-top: 5.5rem;
	}

	.title-section-line span {
		font-size: 21px;
	}

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

@media screen and (max-width: 767px) {
	.introduction-page br{
		display: none;
	}

	.row-demande-buttons-in button{
		width: 100%;
		text-align: left;
	}

	.row-demande-buttons-in .btn-ajout-vehicule{
		margin-bottom: 15px;
	}

	.formulaire-contact .col-form-contact-supplements .wpcf7-list-item {
    	display: block;
	}
}

@media screen and (max-width: 600px) {
	.section-page-contact{
		padding-top: 5rem;
	}

	.bloc-formulaire-contact {
    	margin: 2rem 0 4rem;
	}

    .title-section-line span {
        font-size: 18px;
    }
}

.section-page-contact .bloc-tabs-demande-formulaires{
	border: 1px solid #666666;
    border-radius: 20px;
}


.section-page-contact .row-demande-formulaires{
	margin: 3rem 1rem 7rem;
}

.section-page-contact .nav-tabs .nav-item.show .nav-link, .section-page-contact .nav-tabs .nav-link.active {
    border-color: inherit;
	border: 0;
}

.section-page-contact .nav-tabs {
    justify-content: space-between;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    margin: 5px;
}

.section-page-contact .nav-tabs .nav-item {
    margin-bottom: 0;
	flex: 1 1 0;
	text-align: center;
}

.section-page-contact .nav-tabs .nav-item .nav-link {
    color: #fff;
	border-radius: 0;
	border: 0;
	width: 100%;
	display: block;
	padding: 11px 0;
	letter-spacing: 1px;
}

.section-page-contact .nav-tabs .nav-item .nav-link:hover {
	background-color:#232a2f;
}

.section-page-contact .nav-tabs .nav-item .nav-link.active, .section-page-contact .nav-tabs .nav-item .nav-link.active:hover {
	background-color:#007bff;
}

.nav-demande-formulaire-prestations{
	    border-bottom: 3px solid #007bff;
}

.content-tab-demande-prestation{
	padding: 2rem;
}

.tab-content-demande-formulaire-prestations{
	border: 0;
	border-top: 0;
	border-radius: 0;
}

.head-tab-demande-prestation{
	margin-bottom: 1rem;
}

.head-tab-demande-prestation .type-prestations{
	font-size: 15px;
    color: #5da4f1;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.introduction-demande-prestations{
	margin: 1.5rem 0 1.5rem;
}

.formulaire-contact .row-demande{
	margin-top: 2.5rem;
}

.formulaire-contact .row-demande-buttons-in {
    margin-top: 1rem;
}

.col-form-title-contact h3{
	display: flex;
    align-items: center;
	text-transform: uppercase;
	font-size: 18px;
	color: #eef0f2;
	font-weight: 400;
	letter-spacing: 1px;
}

.col-form-title-contact h3::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #353636;
	margin-left: 10px;
}

@media screen and (max-width: 600px) {
	.head-contact p{
		font-size: 16px;
	}

	.col-demande-formulaires{
		padding: 0;
	}

	.section-page-contact .row-demande-formulaires {
    	margin: 2rem 0 7rem;	
	}
	
	.section-page-contact .nav-tabs .nav-item .nav-link {
    	padding: 8px 0;
    	font-size: 14px;
		letter-spacing: 0;
	}

	.content-tab-demande-prestation {
    	padding: 1.3rem;
	}

	.col-form-title-contact h3 {
    	font-size: 16px;
	}
}

/***** SECTION PRESTATIONS PAGE ***************************************************************************************************************************************/

.accueil-prestation-page {
    padding: 2.5rem 2.2rem 5rem;
}

.accueil-prestation-page-img{
	padding: 2.5rem 0 0;
}

.surtitre-prestation{
	margin-bottom: 9px;
    color: #4bafea;
    letter-spacing: 1px;
}

.bloc-carrousel-photos-prestations-accueil{
	margin-top: 3.5rem;
	padding: 0 2rem;
}

.card-owl-carrousel-img-prestations{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.photos-caroussel-prestation{
	width: 100%;
	height: 230px;
}

.fond-prestations-accueil-bas{
	width: 100%;
    background-position: center bottom !important;
    z-index: 0;
    position: relative;
    height: 25vw;
    margin-top: -2vw;
}

/* @media screen and (max-width: 991px) {
   .accueil-prestation-page {
		padding: 5.5rem 2.2rem 5rem;
    }
} */

@media screen and (max-width: 991px) {
	.accueil-prestation-page-img {
		padding: 5.5rem 0 0;
	}

	.fond-prestations-accueil-bas{
    	background-position: inherit !important;
    	height: 30vw;
   		margin-top: 0;
    	transform: scale(1.5);
	}
}


.section-all-avc-img{
	padding: 5rem 0 0;
}

.image-bas-all-section{
	width: 100%;
    background-position: center bottom !important;
    z-index: 0;
    position: relative;
	height: 30vw; 
 	margin-top: -15vw;
}

@media screen and (max-width: 991px) {
	.image-bas-all-section {
   		background-position: inherit !important;
        height: 30vw;
        margin-top: -9vw;
        transform: scale(1.5);
	}

	.section-all-avc-img {
		padding: 3rem 0 0;
	}
}

@media screen and (max-width: 600px) {
	.surtitre-prestation {
		font-size: 14px;
	}

	.introduction-accueil-prestation p br{
		display: none;
	}

	.photos-caroussel-prestation {
    	height: 200px;
	}
}

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

.section-banners-page {
	padding: 4rem 0 4.5rem;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #031c29;
}

.page-template-tous-les-symboles .section-banners-page {
	background-color: #e4d1b766;
}

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

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

.section-banners-formation .fond-banners-page:after {
	background-color: #00000095;
}

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

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

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

.block-page-default{
	background-image: radial-gradient(at bottom center, #001731 0%, #000 70%);
	padding: 0 1.5rem;
}

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

@media screen and (max-width: 600px) {
	.section-banners-page {
        padding: 5rem 0 1rem;
    }
}


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

.author {
	background-color: #000;
}

.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: #9f9797;
	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: #e5e1e1;
	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 ***************************************************************************************************************************************/

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

.header-blog h1 {
	color: #fff;
}

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

.section-blog-page{
	background-image: radial-gradient(at bottom center, #001731 0%, #000 70%);
}

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

.page-template-blog .content-left-blog h2{
	font-size: 22px;
	color: #c1bdbd;
	line-height: 39px;
}

.page-template-blog .content-left-blog h2 span {
    font-size: 16px;
    color: #8c8b8b;
    margin-left: 7px;
    margin-top: -2px;
    position: absolute;
}

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

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

/* } {
	font-size: 22px;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	color: #f3efef;
}

} span {
	font-size: 16px;
	color: #b7b5b5;
	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;
}

.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: #AF893E!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: #63afe6c7;
	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: #e1dada;
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
	padding: 1px !important;
	border: 0;
}

#wp_pagination .active {
	background: #63afe6;
	color: #000;
	margin: 2px 2px 2px 4px;
}

@media screen and (max-width: 991px) {
	.header-blog {
        padding: 6rem 0 2rem;
    }

	.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) {
	.header-blog {
		padding: 5rem 0 1rem;
	}

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

@media screen and (max-width: 500px) {
	.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;
	/* margin-top: 5.2rem; */
}

.single-post .block-col-right-blog {
	margin-top: 0;
}

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

.category .block-col-right-blog {
	margin-top: 5.2rem;
} */

.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{
	background-image: radial-gradient(at bottom center, #001731 0%, #000 70%);
}

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

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

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

/* .category {
	background-color: #FAFAFA;
} */

.header-blog-categorie {
	position: relative;
    background-color: #031c29;
}

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

.section-blog-category {
	padding: 1.8rem 0 3rem;
	min-height: 100vh;
	background-image: radial-gradient(at bottom center, #001731 0%, #000 70%);
}

/* .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: #357eb3;
	padding: 3px 8px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 5px;
}

.container-header-blog-categorie h1 {
	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: #c1bdbd;
}

.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: #357eb3;
	outline: none;
	border: 1px solid #357eb3;
	border-radius: 5px;
}

.switcher .active {
	background-color: #357eb3;
}

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

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

.switcher svg g {
	fill: #357eb3 !important;
	stroke: #357eb3 !important;
}

.hr-view-category-post {
	margin-top: 1rem;
	margin-bottom: 1.4rem;
	border-top: 1px solid rgb(213 208 208 / 30%);
}

.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: 995px) {
	.block-col-right-blog {
		margin-top: 0;
	}
} */

@media screen and (max-width: 991px) {
	.content-header-blog-categorie {
		padding: 6rem 0 2.5rem;
	}

	.container-header-blog-categorie .categorie-name {
    	font-size: 11px;
    	margin-bottom: 8px;
	}

	.container-header-blog-categorie h1 {
   	 	font-size: 40px;
    	line-height: 44px;
	}
}

@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) {
	.content-header-blog-categorie {
        padding: 4rem 0 2rem;
    }
	
	.view-grid .item-post-category {
		flex: 0 0 calc(100% / 1);
	}

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

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

@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: #031c29;
}

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

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

.header-blog-tags h1 {
	color: #fff;
	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: 991px) {
	.header-blog-tags .container {
		padding: 6rem 0 2.5rem;
	}

	.header-blog-tags .categorie-name{
        font-size: 11px;
        margin-bottom: 8px;
    }

	.header-blog-tags h1 {
        font-size: 40px;
        line-height: 44px;
    }
}

@media screen and (max-width: 650px) {
    .header-blog-tags .container {
        padding: 5.5rem 0 2rem;
    }
}

@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: #FAFAFA;
} */

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


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

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

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

.list-cat {
	font-size: 14px;
    color: #a7a1a1;
	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: #11b2ee;
	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: 15px;
	font-size: 27px;
	font-weight: 600;
	color: #248ab0;
}

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

.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: -0.5px;
}

.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: #49535a;
	border: 1px solid #49535a;
	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) {
	.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) {
	.container-page-post {
		margin-top: 2rem;
    	max-width: 100%;
	}

	.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;
	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;
	font-size: 14px;
}

.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: #000000;
	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 #4a4949;
	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;
	color: #fff;
}

.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 {
    -webkit-box-pack: justify;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 21px;
    margin-bottom: 13px;
}

.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: #393b6a;
	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: #000;
}

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

.footer_v7 .logo-footer {
	width: auto;
    display: block;
    margin: 5px auto 20px;
    height: 30px;
    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;
	margin-bottom: 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-image: radial-gradient(at bottom center, #001731 0%, #000 70%);
}

.container-404 {
	max-width: 850px;
	z-index: 1;
	text-align: center;
	margin: 5rem auto;
}

.logo-404 {
	margin-bottom: 2rem;
    height: 55px;
    width: auto;
}

.container-404 h1 {
	margin-bottom: 2rem;
    font-size: 50px;
    line-height: 62px;
    color: #fff;
    font-weight: 300;
}

.container-404 .btn-1 {
	color: #fff;
	border: 1.5px solid transparent;
}

.container-404 .btn-1:hover {
	color: #fff;
	border: 1.5px solid #fff;
}

@media screen and (max-width: 750px) {
	.container-404 h1 {
		font-size: 30px;
		line-height: 38px;
	}

	.logo-404 {
		height: 90px;
	}
}

@media screen and (max-width: 750px) {
    .container-404 h1 {
        font-size: 24px;
        line-height: 34px;
    }
}

/***** PAGE RECHERCHE ***************************************************************************************************************************************/

.section-page-search {
	padding: 4rem 0;
	min-height: 100vh;
}

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

.search-results .input-search, .search-no-results .input-search{
	color: #fff;
}

.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: 0px 11px 11px 0px;
}

.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;
    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: #ffffff;
	margin-bottom: 5px;
}

.section-page-search .no-results p {
	font-size: 1.2em;
	color: #666;
}


@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) {
	.section-page-search {
    	padding: 6rem 0 0;
	}

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

@media screen and (max-width: 767px) {
	.section-page-search .no-results h2 {
		font-size: 24px;
	}

	.section-page-search .no-results p {
    	font-size: 17px;
	}
}

/***** 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: #e7e7e7ba;
	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: inherit!important;
	background-color: #10191fc9!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: #799c49 !important;
	font-weight: bold !important;
	border: 1.5px solid #799c49 !important;
}

.cky-notice-btn-wrapper .cky-btn-reject {
	color: #fff !important;
	background-color: #d16666 !important;
	border: 1.5px solid #d16666 !important;
}

.cky-notice-btn-wrapper .cky-btn-customize {
	background-color: transparent !important;
	color: #fff !important;
	text-decoration: underline;
	border: 0 !important;
}

.cky-notice-btn-wrapper .cky-btn-accept:hover {
	background-color: transparent !important;
	color: #fff !important;
	border: 1.5px solid #fff !important;
}

.cky-notice-btn-wrapper .cky-btn-reject:hover {
	background-color: transparent !important;
	color: #fff !important;
	border: 1.5px solid #fff !important;
}

.cky-notice-des p {
	color: #fff !important;
}

.has-white-color { 
	color: #FFFFFF !important; 
}

.has-black-color { 
	color: #000000 !important; 
}

.has-bleu1-color { 
	color: #6ad4f9 !important; 
}

.has-bleu2-color { 
	color: #7aafe7 !important; 
}

.has-bleu-gris-color { 
	color: #213847 !important; 
}

#wpadminbar{
	display: none!important;
}

.container-admin-client {
    width: 45px;
    height: 45px;
    padding: 6px;
    background-color: #29292d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
}

.button-admin-client img {
    width: 100%;
    height: 100%;
}

.grecaptcha-badge{
	display: none!important;
}
