/*
Theme Name: AASPIR
Description: L’Association se veut au service de toute personne intéressée à se former ou à se perfectionner dans le domaine de l’accompagnement spirituel, quelles que soient ses appartenances religieuses ou ecclésiales d’origine.
Version: 1.0
*/

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

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

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

strong,
b {
	font-weight: bold;
}

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

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

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

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

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

h2 {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0.5px;
}

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

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

h5 {
	font-size: 19px;
}

h6 {
	font-size: 18px;
}

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

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

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

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

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

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

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

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

.color-title-bleu {
	color: #3E79BC;
}

.color-title-vert {
	color: #83968a;
}

.color-title-vert2 {
	color: #4b9879;
}

.color-title-gris {
    color: #75857f;
}

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

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

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

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

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

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

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

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

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

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

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

.display_flex {
	display: flex;
}

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

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

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

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

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

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

.btn-asspir p {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 16px;
	padding: 11px 0;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.btn-asspir-1 {
	border: 1.5px solid transparent;
	border-radius: 10px;
	background-color: #445A7C;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

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

.btn-asspir-1 p {
	padding: 11px 20px;
	color: #fff;
}

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

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

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

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

.btn-asspir-foncer p:after{
	border: 1px solid #445A7C;
}

.btn-asspir-foncer:hover p{
	color: #445A7C;
}

.btn-asspir-fin p {
    padding: 8px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes progress {
	0% {
		left: 0
	}

	49% {
		left: 100%
	}

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

	51% {
		left: -100%
	}

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

	to {
		left: 0;
	}
}

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


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

.head-page-single-degrade{
	background: linear-gradient(135deg, #5cad8c, #5f93cf);
	background-image: url(../aaspir/img/fond-degrade-aaspir.svg);
	margin-top: 1px;
}

section {
	position: relative;
	overflow: hidden;
}

.couleur-rouge {
	color: #ca4f35;
}

.raduis10 {
	border-radius: 10px;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 850px) {
	.icone-img-svg-elements{
		width: 25px;
		height: 25px;
		-ms-flex: 0 0 25px;
		flex: 0 0 25px;
		max-width: 25px;
		margin-right: 6px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

	h2 {
		font-size: 28px;
        line-height: 33px;
	}

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

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


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

#button-scroll-top {
	background: #deeae2;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    bottom: 12px;
    right: 18px;
    z-index: 5;
    transition: opacity 0.2sease-out;
    opacity: 0;
    border-radius: 50%;
    /* border: 1px solid #83968a; */
    display: flex;
    align-items: center;
    justify-content: center;
}

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


/************** NAV **************/


.fixed-top-nav{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/******** Bandeau **********/

.beandeau-top-header {
	background-color: #e4d1b7;
	color: #17403d;
	text-align: center;
	padding: 5px 2rem;
}

.beandeau-top-header p {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
}

/* .fixed-top-nav .beandeau-top-header{
	display: none;
} */


.navbar {
	padding: 0 1rem;
}

.navbar-header-5 .container-navbar {
	padding: 0 15px;
}

.navbar-header-5 .navbar-toggler {
	background: #303030;
}

.fixed-top-nav .navbar-header-5 {
    box-shadow: 0px 4px 25px #2121211c;
}

/******** Partie verte **********/

.row-header-logo-nav {
	align-items: center;
}

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

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

/*** Menu de gauche ****/

.left-part-menu {
	display: flex;
}

.left-part-menu form{
    display: block;
    width: 70%;
}

.header-5 .bloc-button-blog {
	margin-left: 12px;
}

/*** Bar de recherche ****/

.left-part-menu .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: 250px; */
}

.left-part-menu .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 15px;
	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;
}

.left-part-menu .block-form-search input:focus {
	border-color: transparent;
}

.left-part-menu .block-form-search input:focus+.border-input-search {
	border-color: transparent !important;
}

.left-part-menu .block-form-search input:focus+.border-animation {
	animation: draw-border 1s forwards;
}

.left-part-menu .border-input-search {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1.5px solid #85AFE1;
	pointer-events: none;
    border-radius: 10px;
	z-index: 0;
}

.left-part-menu .border-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1.5px solid #445A7C;
	pointer-events: none;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	border-radius: 10px;
	z-index: 1;
}

.left-part-menu .block-form-search svg {
	width: 25px;
	height: 25px;
	margin-top: -4px;
}

.left-part-menu #searchsubmit:hover svg {
	opacity: 0.7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

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

.left-part-menu .block-form-search #searchsubmit {
	color: #000;
	padding: 0 12px;
	cursor: pointer;
	outline: none;
	border: 0;
	border-radius: 50%;
}


/*** Logo menu ****/

.logo-header-nav-aaspir {
	height: 155px !important;
}

.bloc-right-part-menu {
	float: right;
}

.bloc-in-info-contact-nav{
	display: flex;
	align-items: center;
}

.bloc-right-part-menu .icon-contact-header{
	width: 70px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
}

.bloc-right-part-menu .title-contact-head{
	text-transform: uppercase;
    font-size: 14px;
	font-weight: bold;
}

.bloc-right-part-menu .info-contact-head{
	font-size: 14px;
	color: #535151;
}

.bloc-right-part-menu .title-contact-head, .bloc-right-part-menu .info-contact-head{
	margin-bottom: 0;
}

.container-header-logo-nav {
	background-color: #ffffff;
	max-width: 100%;
	align-items: center;
	padding: 15px 40px;
}

.fixed-top-nav .logo-header-nav-aaspir{
	height: 80px!important;
}

.navbar-header-5 {
	background-color: #4d9e7d;
}

.navbar-top5 #menu-menu-header {
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}

.navbar-top5,
.navbar-top5 #menu-menu-header {
	width: 100%;
}

.header-5-top {
	padding: 0;
}

.navbar-top5 #menu-menu-header li {
	display: inline-block;
	margin-left: -5px;
	position: relative;
}

.navbar-top5 .menu-item a {
	padding: .6rem 1rem;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: normal;
    position: relative;
}

.navbar-top5 #menu-menu-header li a {
	color: #ffffff;
}

.navbar-default .menu .menu-item a {
	position: relative;
	outline: none !important;
	text-decoration: none;
}

.navbar-top5 #menu-menu-header li:hover{
 background-color: #2d3a4f;
}

/* .navbar-top5 .menu-item a::after {
	content: '';
	width: 0;
	height: 1.5px;
	background-color: #3a867f;
	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-top5 .menu-item:first-child a::after {
	display: none;
} */

.navbar-top5 #menu-menu-header .current-menu-item a, .navbar-top5 #menu-menu-header .current-menu-ancestor a {
    color: #ffffff;
    background: #485a79;
}

.navbar-top5 #menu-menu-header .current-menu-ancestor .menu-item a{
	background-color: #4d9e7d;
}

.navbar-top5 #menu-menu-header .current-menu-ancestor .menu-item:hover a{
	background-color: #2d3a4f;
}

.navbar-top5 #menu-menu-header .current-menu-ancestor .current-menu-item a{
	color: #ffffff;
    background: #485a79;
}

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

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

.navbar-top5 .menu-item a:hover {
	color: #000000;
}

.navbar-top5 .menu-item a:hover .sub-menu li a {
	font-weight: normal;
}

.navbar-top5 #menu-menu-header li a svg {
	width: 28px;
	margin-top: -4px;
}

.navbar-top5 #menu-menu-header svg path:first-of-type {
	display: none;
}

.navbar-top5 #menu-menu-header .current_page_item svg path:first-of-type {
	display: block;
	fill: #9c8a6f;
}

.navbar-top5 #menu-menu-header .current_page_item svg path:last-of-type {
	display: block;
	display: none;
}

.header-5 #menu-menu-header ul {
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 170px;
	position: absolute;
	left: 0px;
	background: #4d9e7d;
	z-index: 99;
	transform: translate(0, 20px);
	transition: all 0.2s ease-out;
	padding-top: 3px;
}

.header-5 #menu-menu-header .current_page_parente a {
	font-weight: bold;
}

.header-5 #menu-menu-header .current_page_parent .sub-menu a {
	font-weight: inherit;
}

.header-5 #menu-menu-header .current_page_parent .sub-menu .current_page_item a {
	font-weight: bold;
}

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

.header-5 #menu-menu-header ul {
	visibility: hidden;
	opacity: 0;
	margin-top: 0;
	padding: 0;
	width: 270px;
	position: absolute;
	background: #4d9e7d;
	z-index: 99;
	transition: all 0.2s ease-out;
	padding-top: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%) !important;
	left: 50%;
}

.header-5 #menu-menu-header .sub-menu li a {
	color: #fff;
}

.header-5 #menu-menu-header .sub-menu li:first-child {
	margin-left: 0;
}

.header-5 #menu-menu-header .sub-menu li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 0;
}

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

}

.header-5 #menu-menu-header li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.header-5 #menu-menu-header ul li a:hover,
.header-5 #menu-menu-header ul li:hover>a {
    background: #2d3a4f;
    color: #fff;
}

.row-header-logo-nav-responsive,
.bloc-right-part-menu-responsive {
	display: none;
}

.user-initial {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
	text-decoration: none;
	text-transform: uppercase;
}

@media screen and (max-width: 1290px) {
	.header-5 .container-navbar {
		max-width: 100%;
	}
}

@media screen and (max-width: 1150px) {
	.part-menu-no-responsive {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	.logo-header-nav-aaspir {
		height: 130px !important;
	}

	.row-header-logo-nav-responsive {
		display: flex;
	}
}

@media screen and (max-width: 1090px) {
	.navbar-top5 .menu-item a {
		padding: .9rem 0.7rem;
	}
}

@media screen and (max-width: 991px) {
	.navbar-header-5 .container-navbar {
		padding: 1rem 15px;
	}

	.navbar-header-5.fixed-top #menu-menu-header li {
		border-bottom: 1px solid #3e3d3d;
	}

	.navbar-top5 #menu-menu-header li {
		display: block;
		margin-left: inherit;
		position: relative;
		border-bottom: 1px solid #ccc;
	}

	.header-5 .fixed-top .container-navbar {
		background: #0c0c0c;
	}

	.header-5 .navbar-top5 {
		margin-top: 1rem;
	}

	.navbar-top5 .menu-item:first-child a {
		border-left: inherit;
	}

	.navbar-header-5.fixed-top .menu-item:first-child a {
		border-left: 0;
	}

	.navbar-top5 #menu-menu-header li:last-child,
	.navbar-header-5.fixed-top #menu-menu-header li:last-child {
		border-bottom: 0;
	}

	.navbar-header-5.fixed-top #menu-menu-header {
		margin-top: 1rem !important;
	}

	.navbar-top5 .menu-item a,
	.navbar-header-5.fixed-top .navbar-top5 .menu-item a,
	.header-5 .fixed-top #menu-menu-header .current-menu-item {
		border-right: 0 !important;
	}

	.header-5 #menu-menu-header li:hover>ul,
	.header-5 #menu-menu-header li:hover>ul li ul {
		position: relative;
		transform: initial;
		width: 100%;
	}

	.header-5 #menu-menu-header ul {
		transform: initial !important;
		width: 100%;
		transition: initial !important;
		display: none;
		padding-top: 3px;
	}

	.header-5 #menu-menu-header ul li:hover ul,
	.header-5 #menu-menu-header li:hover ul li:hover ul,
	.header-5 #menu-menu-header li:hover ul {
		display: block;
		left: 0;
	}

	.header-5 #menu-menu-header li:hover ul li ul {
		display: none;
	}

	.header-5 #menu-menu-header ul ul {
		left: 0 !important;
		display: none;
		padding-top: 3px;
		padding-left: 0;
	}

	.header-5 #menu-menu-header ul ul:after {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgb(216 144 144 / 0%);
		border-bottom-color: #253337;
		border-width: 6px;
		margin-left: -6px;
		top: -6px;
	}

	.header-5 #menu-menu-header ul ul {
		transform: initial !important;
	}

	.bloc-right-part-menu-responsive {
		display: flex;
	}

	.content-navbar-toggler {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.row-header-logo-nav-responsive .right-part-menu {
		display: none;
	}

	.bloc-button-blog button.learn-more {
		display: none;
	}

	.left-part-menu {
		width: 100%;
	}

	.left-part-menu .input-search {
		padding: 8px 12px;
	}

	.left-part-menu {
		display: none;
	}

	.user-initial {
		background-color: #e4d1b7;
	}
}

@media screen and (max-width: 600px) {
	.logo-header-nav-aaspir {
		height: 95px !important;
	}
	
	.beandeau-top-header p {
		font-size: 14px;
	}

	.navbar-header-5 .container-navbar {
		padding: 0.5rem;
	}

	.nav-mh-traduction ul li {
		width: 50px;
	}

	.nav-mh-traduction ul li a {
		font-size: 14px;
	}
}





.bloc-contact-bubble{
	width: 70px;
    height: 70px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 3;
    border-radius: 50%;
	cursor: pointer;
}

.bloc-contact-bubble .bloc-contact-bubble-in{
    background: #3F5A7F;
    display: block;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloc-contact-bubble:hover .bloc-contact-bubble-in{
	opacity: 0.8;
}	

.bloc-contact-bubble .icon-contact-bubble{
	width: 38px;
    height: 38px;
	display: block;
}

.bloc-droite-contact{
	position: fixed;
	max-width: 330px;
	width: 330px;
    display: none;  
	right: 20px;
	bottom: 105px;
	z-index: 10;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, .14);
}

.bloc-droite-contact .head-bloc-droite-contact{
	background: #3F5A7F;
	padding: 15px;
	display: flex;
	align-items: center;
}


.bloc-droite-contact .head-bloc-droite-contact .content-head-bloc-droite-contact .marque-bloc-droite-contact, .bloc-droite-contact .head-bloc-droite-contact .content-head-bloc-droite-contact .libelle-bloc-droite-contact{
    color: #fff;
    margin-bottom: 0;
}


.bloc-droite-contact .head-bloc-droite-contact .content-head-bloc-droite-contact .marque-bloc-droite-contact{
	font-size: 22px;
    line-height: 22px;
	margin-bottom: 3px;
}


.bloc-droite-contact .head-bloc-droite-contact .content-head-bloc-droite-contact .libelle-bloc-droite-contact{
	font-size: 12px;
	line-height: 15px;
}

.bloc-droite-contact .btn-close-bloc-droite-contact{
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #fff;
	border-radius: 50%;
	width: 28px;
    height: 28px;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.bloc-droite-contact .btn-close-bloc-droite-contact:hover{
	opacity: 0.7;
}

.bloc-droite-contact .btn-close-bloc-droite-contact img {
    width: 16px;
    height: 16px;
}

.bloc-droite-contact .icon-user-contact-bubble{
	width: 55px;
    height: 55px;
    border-radius: 55%;
    margin-right: 10px;
	-ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
	background: #fff;
}

.bloc-droite-contact .introduction-bloc-droite-contact{
	padding: 12px 12px 0;
    font-size: 15px;
}

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

.bloc-droite-contact .head-bloc-droite-contact span{
	color: #fff;
	font-size: 17px;
}

.bloc-droite-contact .form-bloc-contact{
    padding: 0 15px 0 15px;
	background-color: #ffffff;
}

.bloc-droite-contact .form-bloc-contact .row{
	background-color: #3e79bc33;
    padding-top: 5px;
}

.bloc-droite-contact .col-input-button {
      padding: 15px 0 0;
    background: #fff;
    text-align: center;
}

.bloc-droite-contact .col-input-button .wpcf7-spinner{
	display: none;
}
	
.bloc-droite-contact .block-form-contactform7 label textarea {
    resize: none;
    height: 120px;
}

.bloc-droite-contact .wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 0em;
}

.bloc-droite-contact .col-input:first-of-type label {
    margin-bottom: 1rem;
}

.bloc-droite-contact .col-form-contact-submit {
    margin: 8px 0px 12px 0;
    padding: 0 10px;
}

.bloc-droite-contact .col-form-contact-submit .wpcf7-submit{
	margin-left: 0!important;
}

.bloc-droite-contact .wpcf7 form .wpcf7-response-output{
	padding-bottom: 1rem!important;
}

.bloc-droite-contact .form-bloc-contact textarea {
    height: 180px!important;
	margin-bottom: 0 !important;
}

.bloc-droite-contact .form-bloc-contact .col-form-contact input, .bloc-droite-contact .form-bloc-contact .col-form-contact textarea {
    border: 1px solid #3f5a7f8c;
}

.bloc-droite-contact .form-bloc-contact .wpcf7-submit {
    font-size: 12px;
    padding: 7px 21px;
}


.bloc-contact-bubble .tooltip-contact-homapage{
	position: absolute;
    top: -49px;
    background: #3F5A7F;
    width: 140px;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    right: 0;
    display: none;
    color: #fff;
}

.bloc-contact-bubble .tooltip-contact-homapage:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #3F5A7F transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    right: 27px;
    margin-left: auto;
    margin-right: auto;
}

.bloc-contact-bubble:hover .tooltip-contact-homapage {
    display: block;
}


/***** OWL Carroussel  ***************************************************************************************************************************************/

.owl-theme-style-aaspir .owl-dot.active span, .owl-theme-style-aaspir .owl-dot:hover span {
    background-color: #17403d !important;
}

.owl-theme-style-aaspir .owl-dot span {
    width: 0.7em !important;
    height: 0.7em !important;
    background: #beb2b2 !important;
    display: block !important;
    transition: opacity .2sease !important;
    border-radius: 50%;
    line-height: 2.4rem;
    color: #fff;
    font-size: 20px;
    outline: none;
    border: 1px solid transparent!important;
}

.owl-theme-style-aaspir .owl-dots .owl-dot.active span, .owl-theme-style-aaspir .owl-dots .owl-dot:hover span {
    background: #445A7C !important;
}

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

.owl-theme-style-aaspir .owl-nav .owl-next {
    right: -17px;
}

.owl-theme-style-aaspir .owl-nav .owl-prev {
    left: -17px;
}

.owl-theme-style-aaspir .owl-nav button {
    background-color: #445A7C;
    border: 1px solid #445A7C;
    color: #fff;
}

.owl-theme-style-aaspir .owl-nav .owl-prev.disabled, .owl-theme-style-aaspir .owl-nav .owl-next.disabled {
    display: none;
}

.owl-theme-style-aaspir .owl-nav .owl-next, .owl-theme-style-aaspir .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 3rem;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-theme-style-aaspir .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 35px;
	line-height: 35px;
    margin: 0.25rem;
    outline: none;
    overflow: hidden;
    position: relative;
}

.owl-theme-style-aaspir .owl-dots{
    margin-top: 1rem;
    text-align: center;
}

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

.owl-theme-style-aaspir .nav-button-icon-left, 
.owl-theme-style-aaspir .nav-button-icon-right, 
.section-accueil-homepage .nav-button-icon-left, 
.section-accueil-homepage .nav-button-icon-right, 
.section-timeline-formations-association .nav-button-icon-left, 
.section-timeline-formations-association .nav-button-icon-right{
    display: block;
    width: 23px;
    height: 23px;
    background-size: cover!important;
}

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

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

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

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

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


.section-accueil-homepage .loop_accueil .owl-carousel, .section-accueil-homepage .owl-stage-outer, .section-accueil-homepage .owl-carousel .owl-stage, .section-accueil-homepage .item{
	min-height: 51vh;
}


.section-accueil-homepage:before{
	background: linear-gradient(135deg, #5cad8c, #5f93cf);
	background-image: url(../aaspir/img/fond-degrade-aaspir-2.svg);
	position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
	content: "";
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


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

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

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

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

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

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

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

.section-accueil-homepage .slogan-accueil {
	margin-bottom: 0;
	font-size: 20px;
	color: #fafcfe;
	margin-top: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1850px) {
	.section-accueil-homepage .content-slide-homepage {
		padding: 14rem 0;
	}
}

@media screen and (max-width: 950px) {
	.section-accueil-homepage .content-slide-homepage .container{
			max-width: 85%;
	}

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

@media screen and (max-width: 767px) {
	.section-accueil-homepage .slogan-accueil {	
    	font-size: 17px;
	}

	.section-accueil-homepage .fond-carousel-item {
    	height: 115%;
	}
}

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

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

	.section-accueil-homepage .label-accueil {
		font-size: 12px;
	}

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

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

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

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

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

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

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


/***** SECTION Message - Accueil  et Page ***************************************************************************************************************************************/

.section-message-homepage{
	text-align: center;
	background-color: #e0ecf9;
	padding: 8px 0;
	font-size: 16px;
	color: #232222;
}

.section-message-in{
	text-align: center;
    background: #4D9E7D;	
	background: linear-gradient(72deg,rgba(77, 158, 125, 1) 0%, rgba(62, 121, 188, 1) 100%);
    padding: 12px 0;
    font-size: 17px;
    color: #ffffff;
}

.section-message-contact{
	text-align: center;
    background: #3e79bc33;
    padding: 12px 0;
    font-size: 17px;
    color: #000000;
}

.section-message-homepage p:last-of-type, .section-message-in p:last-of-type, .section-message-contact p:last-of-type{
	margin-bottom: 0;
}


/***** SECTION Formation nouveauté à venir - Accueil ***************************************************************************************************************************************/

.section-formations-nouveaute{
    padding: 3rem 0 3.5rem;
	border-bottom: 1px solid #ccc;
}

.section-formations-nouveaute .bloc-formations-nouveaute{
	background: linear-gradient(350deg, #527781c7 30%, #5cad8cd4 100%);
	height: 100%;
}

.section-formations-nouveaute .bloc-formations-nouveaute,
.section-formations-nouveaute .bloc-formations-avenir{
	padding: 1rem;
}

.section-formations-nouveaute .title-formations-nouveaute{
	line-height: 29px;
    font-size: 26px;
    margin-bottom: 20px;
	color: #383839;
	letter-spacing: 0.5px;
}

.section-formations-nouveaute .bloc-formations-nouveaute h2, 
.section-formations-nouveaute .bloc-formations-avenir h2{
    font-weight: 500;
    line-height: 35px;
    font-size: 31px;
	height: 45px;
	padding-top: 5px;
}

.section-formations-nouveaute .bloc-formations-nouveaute h2{
	color: #fdf3e5;
}

.section-formations-nouveaute .bloc-formations-avenir h2{
	color: #445A7C;
}

.section-formations-nouveaute  .head-formations-nouveaute-venir{
	display: flex;
	width: max-content;
}

.section-formations-nouveaute .bloc-formations-nouveaute .head-formations-nouveaute-venir, 
.section-formations-nouveaute .bloc-formations-avenir .head-formations-nouveaute-venir{
    display: flex;
    margin-top: 5px;
    padding: 5px 10px;
	align-items: center;
	padding: 4px 30px 4px 10px;
	position: relative;
}

.section-formations-nouveaute .bloc-formations-nouveaute .head-formations-nouveaute-venir{
	margin-left: -24px;
	border-radius: 10px 40px 40px 10px;
	background: #445A7C;
}

.section-formations-nouveaute .bloc-formations-avenir .head-formations-nouveaute-venir::before{
	position: absolute;
    bottom: 0;
    width: 70px;
    height: 3px;
    border-radius: 30px;
    background-color: #5f93cf;
    content: "";
}

.section-formations-nouveaute .icone-formations-nouveaute-venir{
	width: 45px;
	height: 45px;
	margin-right: 10px;
}

.section-formations-nouveaute .card-nouveaute-avenir-formations{
	display: flex;
	padding: 13px 0;
	align-items: center;
}

.section-formations-nouveaute .img-card-nouveaute-avenir-formations-in{
	width: 53px;
	height: 53px;
    margin-right: 14px;
	border: 1.3px solid #fff;
}

.section-formations-nouveaute .list-card-nouveaute-avenir-formations{
    margin-top: 0.5rem;
    padding: 0 1rem;
}

.section-formations-nouveaute .bloc-formations-nouveaute .card-nouveaute-avenir-formations{
	border-bottom: 1px solid #ffffff61;
}

.section-formations-nouveaute .bloc-formations-avenir .card-nouveaute-avenir-formations{
	border-bottom: 1px solid #00000036;
}

.section-formations-nouveaute .bloc-formations-nouveaute .card-nouveaute-avenir-formations:last-child,
.section-formations-nouveaute .bloc-formations-avenir .card-nouveaute-avenir-formations:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.section-formations-nouveaute .col-formations-nouveaute .card-nouveaute-avenir-formations h3{
	color: #fff;
}

.section-formations-nouveaute .col-formations-avenir .card-nouveaute-avenir-formations h3{
    color: #747171;
}

.card-nouveaute-avenir-formations h3{
	font-size: 18px;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    line-height: 25px;
    font-weight: 500;
	font-family: inherit;
}

.section-formations-nouveaute .card-nouveaute-avenir-formations h3 br{
	display: none;
} 

.section-formations-nouveaute .bloc-formations-nouveaute h3{
	color: #fff;
}
.section-formations-nouveaute  .card-nouveaute-avenir-formations h3 a{
	color: #000;
}

.section-formations-nouveaute  .card-nouveaute-avenir-formations:hover h3{ 
	text-decoration: underline;
} 

@media screen and (max-width: 1035px) {
	.col-formations-nouveaute-venir{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.section-formations-nouveaute .bloc-formations-nouveaute{
		height: inherit;
	}
}

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

	.section-formations-nouveaute .title-formations-nouveaute {
		line-height: 26px;
        font-size: 21px;
	}

	.section-formations-nouveaute .bloc-formations-nouveaute h2, .section-formations-nouveaute .bloc-formations-avenir h2 {
		line-height: 30px;
		font-size: 26px;
	}

	.section-formations-nouveaute .icone-formations-nouveaute-venir {
		width: 40px;
		height: 40px;
	}
}

/***** SECTION Type de formation - Accueil ***************************************************************************************************************************************/

.section-type-formations-accueil{
    padding: 3rem 0 4.5rem;
}

.section-type-formations-accueil .container-formations{
	margin-top: 2rem;
}

.section-type-formations-accueil .container-formations .owl-carousel .owl-stage {
    margin: auto;
}

.card-type-formations-accueil{
    display: flex;
    border-radius: 8px;
    overflow: hidden;
	align-items: flex-end;
	display: block;
}

.card-type-formations-accueil .content-card-formations{
    position: relative;
	z-index: 1;
	padding: 1rem;
}

.card-type-formations-accueil .icone-card-formations{
	width: 50px;
    height: 100px;
	display: block;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	margin-left: 10px;
}

.head-info-card-formations{
	display: flex;
    align-items: flex-end;
	justify-content: center;
}

.head-info-card-formations h3{
	text-align: left;
}

.card-type-formations-accueil .content-card-formations h3{
	color: #fff;
    font-weight: 500;
    font-size: 30px;
	max-width: 180px;
}

.card-type-formations-accueil .content-card-formations h3 span{
	font-weight: bold;
	display: block;
}

.card-type-formations-accueil .block-img-formations-accueil {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 8px;
	z-index: 0;
}

.card-type-formations-accueil .filter-img-formations-accueil{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    z-index: 1;
    content: " ";
	opacity: 0.8;
}

.card-type-formations-accueil-1 .block-img-formations-accueil::before {
	background-color: #7da5d5;
}

.card-type-formations-accueil-2 .block-img-formations-accueil::before {
	background-color: #4B86C9;
}

.card-type-formations-accueil-3 .block-img-formations-accueil::before {
	background-color: #445A7C;
}

.card-type-formations-accueil .img-card-formations {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.card-type-formations-accueil:hover .img-card-formations {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 650px) {
	.section-type-formations-accueil{
		padding: 2rem 0 2.5rem;
	}
}

/***** CARD TYPE FORMATIONS  ***************************************************************************************************************************************/

.card-formations .bloc-card-formation-in{
	border-radius: 8px;
}

.card-formations .img-card-formations{
	height: 150px;
    border-radius: 5px 5px 0 0;
}

.card-formations .content-card-formations{
	padding: 1rem;
	border-top: 0;
	border: 1.5px solid #85afe16b;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

.card-formations .content-card-formations h3{
	text-align: center;
	font-weight: 500;
	color: #000;
}

.card-formations .content-card-formations h3 span{
	font-weight: bold;
	display: block;
}

.card-formations .content-card-formations p{
	font-size: 16px;
    color: #403f3f;
    line-height: 21px;
    text-align: center;
}

.bloc-btn-card-formations{
	text-align: center;
}

/***** SECTION Actualité - Accueil ***************************************************************************************************************************************/

.section-actualite-homepage{
	background: linear-gradient(135deg, #5cad8c, #5f93cf);
	padding: 3rem 0 4rem;
}

 .section-actualite-homepage .container{
	max-width: 900px;
} 

.section-actualite-homepage .owl-carousel{
	margin-top: 1rem;
}

.section-actualite-homepage .owl-carousel .owl-stage {
    display: flex;
}

.section-actualite-homepage .owl-carousel .owl-stage .item{
	height: 100%;
	padding: 30px 0 0;
}

.card-actualite-accueil{
	background-color: #fff;
	padding: 5px;
	display: flex;
	height: 100%;
}

.head-card-actualite-accueil{
	padding: 13px 35px;
    max-width: 100%;
    width: 100%;
	display: flex;
	align-items: center;
}

.head-card-actualite-accueil p{
	color: #575656;
}

.head-card-actualite-accueil h3{
	margin-bottom: 0;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
}

.card-actualite-accueil p{
	margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    margin-top: 13px;
	-webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
}

.img-card-actualite-accueil{
	border-radius: 20px;
    margin-top: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    height: 170px;
    margin-top: -1.5rem;
    margin-right: 35px;
    border: 3px solid #fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
}

.head-card-actualite-accueil span{
	margin-top: 0.8rem;
    background-color: #3E79BC;
	border: 1px solid #3E79BC;
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
	transition: 0.3s;
}

.card-actualite-accueil:hover h3{
	text-decoration: underline;
}

.card-actualite-accueil:hover span{
    background-color: transparent;
	color: #000;
}

.section-actualite-homepage .owl-theme-style-aaspir .owl-nav .owl-next, .section-actualite-homepage .owl-theme-style-aaspir .owl-nav .owl-prev {
    top: 30px;
}

.section-actualite-homepage .owl-theme-style-aaspir .owl-dot span {
    background: #e8dddd !important;
}


@media screen and (max-width: 700px) {
	.section-actualite-homepage .owl-carousel .owl-stage .item {
		padding: 0;
	}

	.img-card-actualite-accueil {
        display: none;
    }

	.section-actualite-homepage .owl-theme-style-aaspir .owl-nav .owl-next, .section-actualite-homepage .owl-theme-style-aaspir .owl-nav .owl-prev {
		top: 0;
	}
}

@media screen and (max-width: 700px) {
	.card-actualite-accueil p {
		text-align: left;
	}
}

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

.section_qui_somme_nous{
	background-color: #fafaff;
	padding: 2.5rem 0 3.5rem;
}

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

.section_qui_somme_nous .bloc-photos-col {
	position: relative;
	display: block;
	height: 100%;
}

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

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

.section_qui_somme_nous .bloc-photos-1.bloc-avec-logo .img-introduction-1{
	width: 80%;
}

.section_qui_somme_nous .bloc-photos-1.bloc-avec-logo .img-introduction-logo {
	width: 25%;
    height: 55%;
	top: 0;
	right: 0;
	z-index: 3;
	background-size: contain!important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.section_qui_somme_nous .bloc-photos-2 .img-introduction-1 {
	width: 70%;
	height: 65%;
    top: 50px;
}

.section_qui_somme_nous .bloc-photos-2 .img-introduction-2 {
	width: 35%;
    height: 35%;
	bottom: 50px;
    right: 10%;
	box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
}

.section_qui_somme_nous .bloc-photos-2 .img-introduction-logo {
	width: 22%;
    height: 55%;
	top: 0;
	right: 0;
	z-index: 3;
	background-size: contain!important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.section_qui_somme_nous .content-section-apropos{
	padding: 5rem 0;
}

.section_qui_somme_nous .content-section-apropos ul li{
	margin-bottom: 10px;
}

.chiffres-cles-somme_nous{
	display: flex;
	align-items: center;
}

.icone-chiffres-cles-sn{
	width: 60px;
	height: 60px;
	background-size: contain!important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	margin-right: 10px;
}

.chiffres-cles-sn{
	font-size: 45px;
    font-weight: 700;
    line-height: 46px;
	font-weight: 500;
}

.title-chiffres-cles-sn{
	font-size: 20px;
}

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

	.section_qui_somme_nous .content-section-apropos {
		padding: 0;
	}

	.section_qui_somme_nous .bloc-photos-col {
		height: 400px;
	}

	.section_qui_somme_nous .bloc-photos-2 .img-introduction-logo {
		width: 30%;
		height: 45%;
	}

	.col-chiffres-cles-somme_nous{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.chiffres-cles-somme_nous {
		margin-bottom: 20px;
	}

	.icone-chiffres-cles-sn {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 800px) {
	.chiffres-cles-sn {
		font-size: 40px;
		line-height: 46px;
	}

	.title-chiffres-cles-sn {
		font-size: 17px;
        margin-bottom: 0;
        line-height: 20px;
	}
}

@media screen and (max-width: 650px) {
	.section_qui_somme_nous {
		padding: 2.5rem 0 0.5rem;
	}

	.section_qui_somme_nous .col-chiffres-cles-somme_nous{
		display: none;
	}
}

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

.section_formations_accueil{
	/* padding: 5rem 0 6rem; */
	padding: 5rem 0 3rem;
}

.section_formations_accueil .head-section-accueil{
	/* text-align: center; */
	margin-bottom: 1rem;
}

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

.section-contact-accueil{
	background-color: #fafaff;
}

.col-content-contact-accueil .content-contact-accueil-in{
	padding: 4rem 1rem 11rem 0;
	position: relative;
    z-index: 2;
}

.col-img-contact-accueil{
	position: absolute;
	max-width: 100%;
	width: 100%;
	padding: 0;
	z-index: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	z-index: 0;
}

.col-img-contact-accueil:after{
	content:"";
	position: absolute;
	background-image: url(../aaspir/img/forme-deco-element-aaspir-2.svg);
    height:100%;
    left: 0;
    right: 0;
    top: 0;
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center!important;
}

.img-contact-accueil {
    width: 100%;
	height: 100%;
}

.bloc-btn-contact{
	margin-top: 1rem;
}

.col-content-contact-accueil .content-contact-accueil-in .introduction{
	font-size: 17px;
}

@media screen and (max-width: 1035px) {
	.col-content-contact-accueil .content-contact-accueil-in {
		padding: 3rem 1rem 3rem 0;
	}

	.col-content-contact-accueil{
		-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
	}

	.content-contact-accueil-in{
		text-align: center;
	}

	.col-img-contact-accueil {
		position: relative;
		max-width: 100%;
		width: 100%;
		margin-top: -5rem;
	}

	.img-contact-accueil {
		width: 100%;
		height: 210px;
	}
}

@media screen and (max-width: 650px) {
	.col-content-contact-accueil .content-contact-accueil-in {
        padding: 1rem 0 3rem 0;
    }
}

/***** PAGE Formation  ***************************************************************************************************************************************/

/***** Section accueil formation  *****/

.section-banners-formation {
    padding: 4rem 0;
    z-index: 0;
    background-color: #03486f;
	/* margin-top: 1px; */
}

.inners-surtitre-titre-formations{
	text-align: center;
}

.inners-surtitre-titre-formations .type-formations-page{
    font-size: 19px;
    padding: 5px 10px;
	display: block;
    margin-bottom: 10px;
    border-radius: 5px;
    font-style: italic;
	position: relative;
}

.inners-surtitre-titre-formations .type-formations-page::after{
	content: "";
    width: 50px;
    height: 3px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background: #4d9e7d;
    border-radius: 10px;
    margin: auto;
}

.statut-in-single-formation{
	font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 0 0 10px 10px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 130px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.statut-a-venir, .statut-nouveaute, .statut-termine{
	color: #fff;
    background-color: #445a7c;
}


.inners-surtitre-titre-formations .type-formations-page a{
	color: #fff;
	padding: 0 10px;
}

.inners-surtitre-titre-formations .type-formations-page a:hover{
	text-decoration: underline;
}

.bloc-element-formations-head{
    margin-top: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

.bloc-element-formations-head ul{
	padding-left: 0;
}

.inners-surtitre-titre-formations .bloc-element-formations-head .list-info-element-formations-head{
	list-style: none;
    display: inline-block;
    padding: 0 20px;
}

.inners-surtitre-titre-formations .bloc-element-formations-head .list-info-element-formations-head .list-info-element-formations-head-in{
	display: flex;
	justify-content: center;
}

.inners-surtitre-titre-formations .bloc-element-formations-head .list-info-element-formations-head:last-child{
    border-right: 0;
}

.inners-surtitre-titre-formations .bloc-element-formations-head .list-info-element-formations-head img{
	width: 30px;
    height: 30px;
    margin-right: 6px;
}

.inners-surtitre-titre-formations .bloc-element-formations-head .list-info-element-formations-head .info-list-element-formations-head p{
	color: #fff;
	font-size: 19px;
}

/***** Section formation  *****/

.section-page-formations {
	position: relative;
	z-index: 3;
	min-height: 100vh;
	overflow: inherit;
	padding-bottom: 1rem;
}

.section-page-formations-img {
	padding-bottom: 7rem;
}

.element-top-design-formations{
	position: absolute;
	width: 700px;
	height: 250px;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center top!important;
	opacity: 0.4;
}

.single-formations .btn-formation:hover {
	background-color: transparent;
	color: #ffffff;
	border: 1.5px solid #ffffff;
}

.row-page-formations {
	flex-direction: row-reverse;
}

.container-page-formations {
	min-height: 90vh;
	position: relative;
	z-index: 3;
	overflow: inherit;
	padding-top: 3.5rem;
}

.bloc-buttons-accueil-formations{
	margin-top: 3rem;
}

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

/***** Section gauche *****/

.container-page-formations-in{
	max-width: 1290px;
}

.col-page-formations-left-in{
	margin-right: 2rem;
}

.bloc-element-page-formations {
	margin-bottom: 2.5rem;
}

.bloc-chapitre-page-formations{
	text-align: justify;
}

.bloc-chapitre-page-formations ul{
	padding-left: 25px;
}

.head-bloc-element-page-formations{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.head-bloc-element-page-formations .icon-element-title-page-formations{
	width: 40px;
	height: 40px;
	background-size: contain!important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	margin-right: 10px;
}

.head-bloc-element-page-formations h2{
	font-size: 31px;
    line-height: 31px;
    padding-top: 5px;
	text-align: left;
}

.bloc-chapitre-page-formations a, .block-prestation-default a{
	text-decoration: underline;
}

.bloc-pre-requis-page-formations{
	border: 1px solid #ccc;
	padding: 10px;
}

.bloc-in-pre-requis-page-formations{
	background-color: #e6f7fa;
	padding: 1.5rem;
	border-radius: 5px;
}

.bloc-contact-formations .btn-1:hover {
	border: 1.5px solid #fff;
	color: #fff;
}

.bloc-contact-formations h4 {
	color: #fff;
	font-size: 25px;
}

.bloc-modules-page-formations .module-list-bloc{
	list-style: none;
    background: #fff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.09);
	padding: 15px 20px;
    margin-bottom: 1rem;
	border-left: 4px solid #b6cfbf;
	border-radius: 0 10px 10px 0;
}

.bloc-modules-page-formations .module-list-bloc .head-module{
	display: flex;
	margin-bottom: 5px;
}

.bloc-modules-page-formations .module-list-bloc .head-module h3{
	color: #5b7478;
    text-transform: uppercase;
    font-size: 22px;
    padding: 0;
    display: inline-block;
    letter-spacing: 0px;
	margin-right: 10px;
}

.bloc-modules-page-formations .module-list-bloc .head-module p{
	line-height: 25px;
    color: #748fba;
}

.bloc-modules-page-formations .content-module ul li{
	margin-bottom: 10px;
}

.bloc-modules-page-formations .content-module ul li:last-child{
	margin-bottom: 0;
}

.bloc-modules-page-formations .content-module ul .thematique-modules{
	font-weight: bold;
}

.bloc-modules-page-formations .content-module ul .formateurs-modules{
	color: #8b8989;
	font-style: italic;
	font-size: 15px;
    line-height: 17px;
}

/***** Section droite *****/

.bloc-informations-formation {
	background-color: #3E79BC;
	padding: 1.5rem;
	z-index: 3;
	position: relative;
	overflow: hidden;
}

.bloc-informations-formation h3 {
	color: #ffffff;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.list-info-formations {
	list-style: none;
	display: flex;
}

.bloc-informations-formation ul {
	padding-left: 0;
}

.info-formations span {
	text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #e1e1fc;
    display: block;
    margin-top: 3px;
    margin-bottom: 9px;
}

.bloc-informations-formation .info-formations p {
    font-weight: 500;
    font-size: 16px;
	color: #fff;
}

.bloc-informations-formation ul li {
	border-bottom: 1px solid #9b9ed0;
	padding: 22px 0;
}

.bloc-informations-formation ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.bloc-contact-formations {
	padding: 2rem;
	background-color: #10a7be;
	border-radius: 20px;
	margin: 3rem 0 5rem;
}

.bloc-right-inscription{
	margin-top: 1.5rem;
}

.bloc-right-inscription a {
	display: block;
    background: #83968a;
    padding: 10px;
    color: #fff;
	text-transform: uppercase;
    font-size: 16px;
	border: 1.5px solid #83968a;
	transition: 0.3s;
}

.bloc-right-inscription a:hover {
	background: #fff;
	color: #000;
}

.bloc-right-inscription a p{
	margin-bottom: 0;
}

.bloc-right-brochure{
	margin-top: 1.5rem;
}

.bloc-right-brochure a {
    display: block;
    background: #3E79BC;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 1.5px solid #3E79BC;
    transition: 0.3s;
	text-align: center;
}

.bloc-right-brochure a:hover {
	background: #fff;
	color: #000;
}

.fond-img-formations-page{
	width: 100%;
	position: absolute;
	height: 470px;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
}

.bloc-prochaine-date {
	margin-top: 2.5rem;
    padding: 1.5rem;
    border: 1.5px solid #c9dbde;
    position: relative;
	background-color: #fff;
}

.bloc-prochaine-date-gauche{
	margin-top: 3.5rem;
}

.bloc-prochaine-date h3 {
	color: #10a7be;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: -12px;
    background: #fff;
    padding: 0 10px;
    left: 16px;
}

.liste-date-calendrier-formation, .liste-autres-dates-formation {
	padding-left: 0;
	position: relative;
}

.liste-date-calendrier-formation li, .liste-autres-dates-formation li {
	list-style: none;
	padding: 10px 0;
	display: flex;
	position: relative;
}

.liste-autres-dates-formation li {
	border-bottom: 1.5px solid #eae7e7;
}

.liste-date-calendrier-formation li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.liste-autres-dates-formation li:last-child {
	border-bottom: 0;
}


.liste-date-calendrier-formation .bloc-ound-date-formations{
	width: 30px;
	text-align: center;
}

.liste-date-calendrier-formation .round-date-formations{
	width: 9px;
    height: 9px;
    background-color: #a4bfad;
    margin-top: 7px;
    border-radius: 50%;
    margin-left: 5px;
    z-index: 1;
    position: relative;
}

.liste-date-calendrier-formation .bloc-ound-date-formations:before{
	height: 100%;
    position: absolute;
    content: "";
    border: 1px dashed #10a7be52;
    left: 8.5px;
    z-index: 0;
}

.liste-autres-dates-formation .info-date-formations{
	padding-left: 2.5rem;
}

.liste-autres-dates-formation .info-date-formations:before{
	content:"";
	position: absolute;
	background-image: url(../aaspir/img/formations/icon-date-formation.svg);
    height:30px;
	width: 30px;
    left: 0;
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center!important;
}


.date-prochaine-formation {
    font-size: 15px;
    font-weight: 500;
	margin-bottom: 7px;
}

.date-prochaine-formation-info {
    color: #6d6b6b;
    font-size: 15px;
    line-height: 16px;
    margin-top: 5px;
}

.liste-autres-dates-formation .date-prochaine-formation {
	padding-top: 4px;
}


/***** Section Galerie photos *****/

.section-galerie-photos{
	padding: 4rem 0 4.5rem;
	background-color: #3E79BC;
}

.section-galerie-photos .head-section-galerie-photos h2{
	text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 1px;
	margin-bottom: 2rem;
}

.img-carousel-formations-grand{
	width: 100%;
	height: 460px;
}

.slider-img-carousel-petite{
	margin-top: 2rem;
	max-width: 800px;
}

.custom-dots{
	margin-top: 1rem;
	text-align: center;
}

.custom-dots button{
    background-color: transparent;
    padding: 4px;
    border: 1.5px solid transparent;
	border-radius: 8px;
	opacity: 0.6;
}

.custom-dots button:focus{
    outline: inherit;
}

.custom-dots button.active{
    border: 1.5px solid #fff;
	opacity: 1;
}

.img-carousel-formations-petite{
	height: 60px;
    width: 80px;
    border-radius: 4px;
}

/***** Section Témoignages formations *****/

.section_temoignages{
	background-color: #f9f9f9;
	padding: 5rem 0 2rem;
}

.section_temoignages::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 25%;
	background-color: #ffff;
}

.section_temoignages .container{
	max-width: 1290px;
	position: relative;
	z-index: 2;
}

.section_temoignages .content-temoignages-v5{
    margin-top: 1.5rem;
    margin-right: 3rem;
}

.section_temoignages .content-temoignages-v5 p{
	font-size: 15px;
}

.section_temoignages .visuel-logo-temoignages{
	width: 110px;
    height: 230px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    right: -10%;
    top: 3rem;
}

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

.section_temoignages .block-list-temoignages {
    box-shadow: 0 6px 14px rgb(0, 0, 0, .09);
    padding:25px 35px 35px 35px;
    height: 100%;
    overflow: hidden;
    position: relative;
	background: linear-gradient(135deg, #89af97 30%, #5b8ec8 100%);
}

.section_temoignages .header-temoignages {
    display: flex;
    align-items: center;
}

.section_temoignages h3 {
    font-size: 19px;
    color: #fff;
}

.section_temoignages .block-text-profil-temoignages-v5 span {
	color: #fff;
    text-transform: uppercase;
}

.profession-temoignages{
	color: #fff;
}

.section_temoignages .block-list-temoignages hr {
    border-top: 1px solid rgba(255, 255, 255, .6);
}

.section_temoignages .block-img-profil-temoignages-v5 {
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 17px;
    display: inline-block;
    border: 2px solid #fff;
}

.section_temoignages .block-text-profil-temoignages-v5 {
    display: inline-block;
    padding: 0 1rem;
}

.section_temoignages .text-temoignages-v5 {
	font-size: 17px;
    font-style: italic;
    color: #fff;
	padding: 5px 0 0 45px;
    position: relative;
	margin-bottom: 1rem;
}

.section_temoignages .gillement-gauche-v5 {
    position: absolute;
    opacity: 0.7;
	background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 30px;
	height: 30px;
    left: 0px;
    top: 6px;
}

.text-temoignages-v5 p:last-of-type {
    margin-bottom: 0;
}

.section_temoignages .owl-dots {
	margin-top: 1rem;
    text-align: center;
    position: absolute;
    bottom: 11px;
    width: 100%;
}

.section_temoignages .owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    outline: none;
	background: #fff;
    border: 0;
	border-radius: 0;
}

.section_temoignages .owl-carousel button.owl-dot:first-of-type{
	border-radius: 12px 0 0 12px;
}
.section_temoignages .owl-carousel button.owl-dot:last-of-type{
	border-radius: 0 12px 12px 0;
}

.section_temoignages .owl-theme .owl-dots .owl-dot span {
	width: 12px;
    height: 12px;
    margin: 5px 4px;
    background: #c8c2c2;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.section_temoignages .owl-theme .owl-dots .owl-dot.active span, .section_temoignages .owl-theme .owl-dots .owl-dot:hover span {
    background: #4B86C9!important;
}

/***** Section Inscription formations *****/

.section-inscription-form{
	padding: 4rem 0;
	position: relative;
	z-index: 2;
}

.section-inscription-form .bloc-formulaire-inscription-etapes{
	margin-bottom: 3rem;
}


.section-inscription-form .container{
	max-width: 1290px;
	margin-top: 3rem;
}

.section-inscription-form .container-head-formulaire-inscription{
	margin-top: 0;
}

.section-inscription-form .bloc-formulaire-inscription{
    z-index: 2;
    position: relative;
}

.bloc-formulaire-inscription-etapes h3{
	display: flex;
	align-items: center;
}

.bloc-formulaire-inscription-etapes h3 span {
	background: #83968a;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
    line-height: 20px;
    padding-top: 2px;
}

.section-inscription-form .container-head-formulaire-inscription{
	position: relative;
}

.section-inscription-form .head-bloc-formulaire-inscription{
	text-align: center;
	position: relative;
}

.section-inscription-form .head-bloc-formulaire-inscription p br{
	display: none;
}

.content-text-formulaire-inscription-etapes{
	padding: 0 3rem;
}

.content-text-formulaire-inscription-etapes ul li{
	margin-bottom: 1rem;
    list-style: none;
    position: relative;
    padding-left: 15px;
}

.content-text-formulaire-inscription-etapes ul li:before {
    background-repeat: no-repeat;
    background-image: url(../aaspir/img/arrow-right.svg);
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-left: -2.5em;
	width: 40px;
    height: 15px;
    color: #169dd2;
    position: absolute;
    top: 5px;
    content: "";
}

.col-objet-inscription{
	display: none;
}

/***** Bloc formulaire globale *****/

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

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

.form-bloc-contact .col-form-contact input::placeholder,
.form-bloc-contact .col-form-contact textarea::placeholder{
	color: #777777;
}

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

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

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

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

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

.bloc-form-contact-acceptance input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	z-index: -1;
}
  
.bloc-form-contact-acceptance label {
	position: relative;
	padding-left: 32px;
	display: inline-block;
	cursor: pointer;
}
  
.bloc-form-contact-acceptance .wpcf7-list-item-label {
	position: relative;
	display: inline-block;
}
  
.bloc-form-contact-acceptance .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: -37px;
    top: 1px;
    width: 23px;
    height: 23px;
	background-color: white;
	border: 2px solid #ccc;
	border-radius: 4px;
	transition: all 0.2s ease;
}
  
.bloc-form-contact-acceptance input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before {
	background-color: #4CAF50;
	border-color: #4CAF50;
}
  
.bloc-form-contact-acceptance input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	left: -29px;
    top: 3px;
    width: 8px;
    height: 14px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
  
.form-bloc-contact .wpcf7-submit {
	margin-bottom: 0;
	color: #fff;
	background: #6d8275;
	border: 1.5px solid #6d8275;
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 10px !important;
	padding: 12px 25px;
	outline: none;
	margin-left: 10px;
	transition: 0.3s;
}

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

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

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

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

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

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

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

.form-bloc-contact .col-espacement-contact hr{
	margin-top: 1rem;
    margin-bottom: 1rem;
}

.element-design-inscription-bas{
	position: absolute;
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    opacity: 0.3;
	bottom: 0;
	z-index: -1;
}

@media screen and (max-width: 1235px) {
	.section_temoignages .container, .container-page-formations-in, .section-inscription-form .container {
		max-width: 90%;
	}
}

@media screen and (max-width: 1200px) {
	.img-carousel-formations-grand {
		height: 300px;
	}

	.fond-img-formations-page {
		height: 350px;
	}
}

@media screen and (max-width: 1035px) {
	.section-banners-formation .inners-surtitre-titre, .col-page-formations, .col-temoignages-v5, .col-page-inscription{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.bloc-informations-formation {
		margin-top: 0;
	}

	.col-page-formations-left-in {
		margin-right: 0;
		margin-top: 2rem;
	}

	.row-page-formations {
		flex-direction: inherit;
	}

	.section_temoignages {
		padding: 2rem 0 1rem;
	}

	.content-temoignages-v5{
		text-align: center;
		margin-bottom: 2rem;
	}
	
	.section_temoignages .content-temoignages-v5 {
		margin-top: 0;
		margin-right: 0;
	}
	
}

@media screen and (max-width: 1000px) {
	.bloc-element-formations-head, .inners-surtitre-titre-formations .bloc-element-formations-head .list-info-element-formations-head {
		display: none;
	}
}

@media screen and (max-width: 850px) {
	.inners-surtitre-titre-formations .bloc-element-formations-head .list-info-element-formations-head .info-list-element-formations-head p {
		font-size: 16px;
		text-align: left;
	}

	.head-bloc-element-page-formations h2 {
		font-size: 27px;
	}

	.section-galerie-photos .head-section-galerie-photos h2 {
		font-size: 28px;
		margin-bottom: 1rem;
	}

	.section-galerie-photos {
		padding: 3rem 0 3.5rem;
	}

}

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

	.inners-surtitre-titre-formations .type-formations-page {
		font-size: 17px;
	}

	.col-page-formations {
		padding: 0;
	}

	.section_temoignages .block-list-temoignages {
		padding: 15px 15px 33px 15px;
	}

	.section_temoignages .gillement-gauche-v5 {
		display: none;
	}

	.section_temoignages .text-temoignages-v5 {
		font-size: 16px;
		padding: 0;
	}

	.content-text-formulaire-inscription-etapes {
		padding: 0;
	}

	.section-galerie-photos .head-section-galerie-photos h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 600px) {
	.bloc-modules-page-formations .module-list-bloc .head-module {
		display: block;
	}

	.bloc-modules-page-formations .module-list-bloc .head-module h3 {
		margin-bottom: 0;
	}

	.bloc-modules-page-formations .content-module ul {
		padding-left: 19px;
	}

	.img-carousel-formations-grand {
		width: 100%;
		height: 170px;
	}

	.img-carousel-formations-petite {
		height: 50px;
		width: 60px;
	}
}	

.list-formations-tyoe-page{
	min-height: 80vh;
}

.bandeau-page-type-formation{
	padding: 3rem 0;
	margin-top: 1.5px;
}

.bandeau-page-type-formation .container{
	position: relative;
	z-index: 1;
}

.bandeau-page-type-formation .bloc-card-formation-in-accueil{
	width: 100%;
	display: block;
}

.bandeau-page-type-formation .content-type-formation{
	display: flex;
    align-items: center;
    justify-content: center;
}

.bandeau-page-type-formation .content-type-formation h1{
	color: #fff;
}

.bandeau-page-type-formation .content-type-formation .icone-page-type-formation {
    width: 50px;
    height: 100px;
    display: block;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-left: 10px;
}

.bandeau-page-type-formation .filter-bandeau-page-type-formation{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
    opacity: 0.85;
}

.container-intro-formations-type-page{
	max-width: 900px;
}

.introduction-formations-type-page ul li{
	margin-bottom: 10px;
}

.introduction-formations-type-page{
    padding: 0 2rem;
    color: #fff;
}

.introduction-formations-type-page p{
	margin-bottom: 0;
    font-size: 19px;
}

.formations-type-page{
	padding: 3rem 0 0;
	min-height: 55vh;
}

.section_banniere_elements{
	padding: 3.5rem 0 4rem;
	border-top: 1px solid #e4e0e0;
}

.section_banniere_elements .title-section-line span {
    background: #f7f6f6;
}

.section_banniere_elements .title-section-line .title-section-line-img{
    background: #f7f6f6;
}

.section_banniere_elements .title-section-line .title-section-line-blanc{
	background: #ffffff;
}

.section_banniere_elements-img{
	padding: 6rem 0 12rem;
	border-top: 0;
}

.statut-formation{
	position: absolute;
    z-index: 2;
    color: #fff;
    padding: 2px 18px 3px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 130px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
    text-transform: uppercase;
}

.statut-nouveaute-in{
    background: #e39521;
}

.statut-prochainement-in{
    background: #4d9e7d;
}

.statut-terminer-in{
    background: #8f9894;
}

.section_banniere_elements-img .container {
    background-color: #f7f6f6;
	border-top: 0;
    padding: 2rem;
    border-radius: 10px;
	max-width: 1110px;
	z-index: 2;
    position: relative;
}

.section_banniere_elements a{
	margin-top: 1rem;
}

.section_banniere_elements a:hover p{
	color: #6d8275;
}

.section_banniere_elements-fond{
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    /* top: 9rem; */
	top: 1px;
}

.element-banniere_decors{
	background-image: url(../aaspir/img/forme-deco-element-aaspir.svg);
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

@media screen and (max-width: 650px) {
	.section_banniere_elements .container {
		max-width: 90%;
	}

	.section_banniere_elements-img {
		padding: 2rem 0 8rem;
	}
}

/***** CARD FORMATIONS ***************************************************************************************************************************************/

.block-img-card-formation-hp {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	border-radius: 6px;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-card-card-formation-in {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: absolute;
	z-index: 0;
}

.bloc-liste-formations-hp-in {
	background-color: #fff;
	border: 1.5px solid #ccc;
	padding: 0.4rem;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
}

.formations-list .bloc-liste-formations-hp-in {
	margin-bottom: 2.5rem;
}

.formations-list .bloc-liste-formations-hp .bloc-liste-formations-hp-in:hover, .page-template-toutes-formations .bloc-liste-formations-hp .bloc-liste-formations-hp-in:hover {
    transform: translateY(-0.25rem);
	border: 1.5px solid transparent;
    box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 5px, rgba(71, 63, 79, 0.16) 0px 6px 15px;
}

.content-card-formation-hp {
    padding: 1rem 2.5rem 1rem 0;
}

.content-card-formation-hp h3 br{
	display: none
}

.infos-card-formation-hp ul {
	padding-left: 0;
}

.infos-card-formation-hp ul li {
	margin-right: 20px;
}

.infos-card-formation-hp ul li p{
	font-weight: bold;
	font-size: 16px;
}

.col-formations-homepage-right {
	margin-bottom: 5rem;
}

.section-formations-homepage .list-info-formations img {
	width: 27px;
	height: 27px;
	margin-right: 10px;
}

.link-card-formation-hp {
	color: inherit !important;
}

.tax-type_formation .content-card-formation-hp .list-info-formations, .page-template-toutes-formations .content-card-formation-hp .list-info-formations {
    display: inline-block;
}

.list-info-formations-in{
	display: flex;
}

.section_formations_accueil .content-card-formation-hp h3{
	-webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
}

.section_formations_accueil .slogan-formation-hp{
	-webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
}

.slogan-formation-hp {
	font-size: 15px;
    line-height: 20px;
    color: #686565;
    font-weight: 400;
    margin-bottom: 1.2rem;
}

.section-formations-homepage .info-formations p {
	font-weight: bold;
	font-size: 15px;
}

.block-img-card-formation-hp .icon-formation-view {
	background-color: #06689bd9;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: auto;
	display: flex;
	align-items: center;
	opacity: 0;
	position: absolute;
	z-index: 3;
}

.block-img-card-formation-hp .icon-formation-view img {
	display: block;
	width: 65%;
	margin: auto;
}

.link-card-formation-hp:hover .icon-formation-view {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
}

 .link-card-formation-hp:hover .img-card-card-formation-in{
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.link-card-formation-hp:hover h3{
	text-decoration: underline;
}

.section-toutes-formations-page{
	padding: 3rem 0;
}

.list-bloc-in-formation-types{
	margin-bottom: 4rem;
}

.page-template-toutes-formations .list-bloc-in-formation-types .bloc-liste-formations-hp{
	margin-bottom: 2rem;
}

.page-template-toutes-formations .list-bloc-in-formation-types .bloc-liste-formations-hp:last-of-type{
	margin-bottom: 0;
}


.section-type-formations-accueil .cart-perpectives-formations{
	margin-top: 4rem;
}

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

.cart-perpectives-formations{
	border-top: 1px solid #ccc;
	padding: 2rem 0 0;
}

.cart-perpectives-formations .head-perpectives-formations {
    margin-top: -53px;
	text-align: center;
}

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

.cart-perpectives-formations .head-perpectives-formations h3 {
    background: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 30px;
    line-height: 43px;
    font-weight: lighter;
}

.cart-perpectives-formations .bloc-icone-perpectives {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}

.cart-perpectives-formations .img-icone-perpectives {
    width: 100%;
    height: 100%;
}

.cart-perpectives-formations h4{
	font-size: 23px;
}

.cart-perpectives-formations .sous-titre-perpectives{
	font-size: 15px;
	line-height: 20px;
}

.page-template-toutes-formations .cart-perpectives-formations .sous-titre-perpectives{
	font-size: 16px;
	line-height: 22px;
}

@media screen and (max-width: 1200px) {
	.infos-card-formation-hp ul li p{
		font-size: 15px;
	}

	.infos-card-formation-hp ul {
		display: block;
	}

	.infos-card-formation-hp ul li {
		margin-bottom: 7px;
    }
}

@media screen and (max-width: 991px) {
	.col-left-bloc-liste-formations, .col-right-bloc-liste-formations{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.content-card-formation-hp {
		padding: 15px;
	}

	.block-img-card-formation-hp {
		height: 210px;
	}
}

@media screen and (max-width: 800px) {
	.introduction-formations-type-page {
		margin-bottom: 2rem;
		padding: 0;
	}

	.formations-type-page .container{
		max-width: 90%;
	}
}

@media screen and (max-width: 650px) {
	.content-card-formation-hp {
		padding: 25px;
	}
}

/***** PAGE Accompagnants single  ***************************************************************************************************************************************/

.head-page-accompagnants-single{
	text-align: center;
	padding: 2rem 0 0.5rem;
	background-color: #4d9e7d1a;
}

.head-page-accompagnants-single p{
	font-size: 20px;
}

.section-page-accompagnants-single{
	margin-bottom: 4rem;
	min-height: 60vh;
}

.section-page-accompagnants-single:before{
	content: "";
	background-color: #4d9e7d1a;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 150px;
}

.section-page-accompagnants-single .container{
	max-width: 900px;
}

.card-accompagnants-single{
    border: 1.5px solid #4b86c960;
	padding: 9px;
    z-index: 2;
    position: relative;
    background-color: #fff;
}

.head-card-accompagnants-single{
	display: flex;
	padding: 25px;
	border-radius: 5px;
	margin-bottom: 1.5rem;
	background-color: #4B86C9;
	align-items: center;
}

.photo-portrait-accompagnants{
	width: 170px;
    height: 170px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
    margin-right: 30px;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0 10px 40px rgb(0 0 0 / 35%);
}

.content-head-card-accompagnants-single h2{
	font-size: 27px;
	font-weight: 600;
	line-height: 35px;
	color: #fff;
}

.intro-card-accompagnants-single p{
	margin-bottom: 0;
    color: #edeaea;
    font-style: italic;
    font-size: 15px;
	text-align: justify;
}

.content-head-card-accompagnants-single h2 span{
	text-transform: uppercase;
}

.content-head-card-accompagnants-single .localisation-accompagnants span:last-of-type{
	margin-left: 1rem;
}

.localisation-accompagnants{
	text-transform: uppercase;
	position: relative;
	margin-bottom: 1.5rem;
	color: #cedeff;
}

.localisation-accompagnants:before{ 
	background-image: url(../aaspir/img/icon-lieux-formation-in.svg);
    position: relative;
    top: 10px;
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
}

.content-formations-experiences-card-accompagnants-single{
    margin-bottom: 1.5rem;
    background: #f6f7ff;
    padding: 15px 30px;
    border-radius: 5px;
}

.logo-aaspir-head-card-accompagnants-single{
	width: 70px;
    height: 70px;;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    height: 100px;
    display: block;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-left: 10px;
}

.content-formations-experiences-card-accompagnants-single h3{
	color: #4B86C9;
    font-size: 25px;
    display: inline-block;
    z-index: 1;
    display: flex;
    align-items: center;
    position: relative;
	letter-spacing: 0.5px;
}

.content-in-formations-experiences-contact-accompagnants ul{
	padding-left: 25px;
}

.content-formations-experiences-card-accompagnants-single ul li {
	margin-bottom: 20px;
    list-style: none;
    position: relative;
    padding-left: 15px;
}

.content-formations-experiences-card-accompagnants-single ul li:before {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    color: #169dd2;
    position: absolute;
    top: 6px;
    content: "";
}

.content-contact-card-accompagnants-single{
	background-color: transparent;
}

.content-formations-card-accompagnants-single ul li:before {
	background-image: url(../aaspir/img/icon-formation.svg);
    margin-left: -2.5em;
    width: 44px;
    height: 19px;
    top: 3px;
}


.content-contact-card-accompagnants-single ul li:before {
    background-image: url(../aaspir/img/arrow-right-green.svg);
    margin-left: -2.5em;
    width: 40px;
    height: 15px;
}

.content-contact-card-accompagnants-single h3{
	color: #4d9e7d;
}

.content-formations-experiences-card-accompagnants-single ul li:last-child{
    margin-bottom: 0;
}

.content-formations-experiences-card-accompagnants-single a{
	color: #000;
	text-decoration: underline;
}

.btn-retour-arriere{
	margin-top: 1rem;
    display: block;
}

.btn-retour-arriere i{
    color: #726e6e;
}

.btn-retour-arriere span{
	color: #343434;
	text-decoration: underline;
	padding-left: 5px;
}

.btn-retour-arriere:hover span{
	text-decoration: inherit;
}

@media screen and (max-width: 991px) {
	.photo-portrait-accompagnants {
		width: 150px;
		height: 150px;
		-ms-flex: 0 0 150px;
		flex: 0 0 150px;
		max-width: 150px;
	}
}

@media screen and (max-width: 991px) {
	.head-card-accompagnants-single {
		display: block;
		text-align: center;
	}

	.photo-portrait-accompagnants {
        margin: 0 auto 1.6rem;
    }

	.logo-aaspir-head-card-accompagnants-single{
		display: none;
	}
}

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

	.photo-portrait-accompagnants {
        margin: 0 auto 1rem;
    }

	.content-head-card-accompagnants-single h2 {
		font-size: 23px;
		line-height: 30px;
	}
	.photo-portrait-accompagnants {
		width: 120px;
		height: 120px;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
		max-width: 120px;
	}

	.content-formations-experiences-card-accompagnants-single{
		padding: 15px;
	}

	.content-formations-experiences-card-accompagnants-single h3 {
		font-size: 22px;
	}
}

/***** PAGE A PROPOS ***************************************************************************************************************************************/

.section-introduction-association {
    padding: 3rem 0;
}

.section-introduction-association .description-association{
	margin-top: 1rem;
	text-align: justify;
}

.section-introduction-association .description-association p:last-child{
	margin-bottom: 0;
}

.section-introduction-association .logo-bloc-description-association{
	float: left;
    margin: 0 1em 1em 0;
    width: 200px;
    height: 160px;
    max-width: 200px;
}

.section-timeline-formations-association{
    padding: 1rem 0 2rem;
}

.section-timeline-formations-association .container-timeline-formations .owl-carousel .owl-stage {
	margin: auto;
}

.section-timeline-formations-association .container-timeline-formations{
    max-width: 100%;
    position: relative;
	margin-top: 3rem;
}

.section-timeline-formations-association .container-timeline-formations:before {
    background-color: #e9ecef;
    width: 100%;
    height: 3px;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    top: 12px;
}

.section-timeline-formations-association .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-right: 0;
}

.section-timeline-formations-association .event-list:before {
    content: "";
    position: absolute;
    height: 36px;
    border-right: 2px dashed #dee2e6;
    top: 30px;
}

.section-timeline-formations-association .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-right: 0;
}

.section-timeline-formations-association .event-list .event-date {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 245px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 2px 25px;
    background-color: #83968a !important;
    color: #fff;
}

.section-timeline-formations-association .description-date{
    padding: 0 10px;
}

.section-timeline-formations-association .description-date .formation-type{
	display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.section-timeline-formations-association .description-date h3{
	font-size: 18px;
    color: #284260;
    font-weight: 600;
    font-family: "Open Sans", serif;
}

.section-timeline-formations-association .description-date h3 br{
	display: none;
}

.section-timeline-formations-association .description-date a{
	text-decoration: underline;
    color: #595252;
}	

.section-timeline-formations-association .owl-nav {
    text-align: center;
}

.section-timeline-formations-association .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 35px;
    background-color: #4d9e7d;
    color: #fff;
    border: 1px solid #4d9e7d;
    margin: 0.25rem;
    outline: none;
    overflow: hidden;
    position: relative;
}

.section-timeline-formations-association .owl-nav button span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -7px;
}

.section-timeline-formations-association .owl-dots {
    text-align: center;
    margin-top: 1rem;
}

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

.section-timeline-formations-association .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity .2sease;
    border-radius: 30px;
}

.section-timeline-formations-association .owl-theme .owl-dots .owl-dot.active span, .section-timeline-formations-association .owl-theme .owl-dots .owl-dot:hover span {
    background: #4d9e7d!important;
}

.section-objectifs-association {
	background-color: #F5F5FE;
    padding: 3.5rem 0 2rem;
}

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

.section-objectifs-association .col-objectifs {
	padding: 0 1.5rem;
    margin-bottom: 2rem;
}

.section-objectifs-association .bloc-description-objectifs{
    margin-top: 1rem;
    font-size: 15px;
    line-height: 20px;
    color: #575757;
}

.section-objectifs-association .bloc-icone-objectifs{
	width: 70px;
    height: 70px;
    margin: 0 auto 10px;
}

.section-objectifs-association .img-icone-objectifs{
	width: 100%;
	height: 100%;
}

.section-objectifs-association .sous-titre-objectifs{
	font-weight: 600;
    font-size: 17px;
    line-height: 23px;
	padding-top: 5px;
    color: #2f2d2d;
}

.bloc-description-objectifs p:last-child{
	margin-bottom: 0;
}

.section-deontologie-association{
	background-color: #F5F5FE;
    padding: 3rem 0;
}

.section-deontologie-association .card-deontologie{
	position: relative;
}

.section-deontologie-association .card-deontologie .head-objectifs-association{
	margin-top: -53px;
}

.section-deontologie-association .card-deontologie h2 {
    background: #F5F5FE;
    display: inline-block;
    margin-bottom: 0;
	padding: 0 20px;
    font-size: 30px;
    line-height: 43px;
    font-weight: lighter;
}

.section-deontologie-association .card-deontologie{
    border: 1px solid #ccc;
    padding: 2rem;
}

.section-chiffres-association {
    background: linear-gradient(135deg, #5cad8c, #5f93cf);
	padding: 3rem 0 2rem;
}

.section-chiffres-association:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 152px;
	background-color: #fff;
	content: "";
}

.section-chiffres-association .card-page-chiffres-association{
    background-color: #fff;
    padding: 1rem;
	margin-top: 2.5rem;
	box-shadow: 0 20px 20px rgb(0 0 0 / 5%);
    z-index: 2;
    position: relative;
}

.section-chiffres-association .row-page-chiffres-association{
    padding: 0 20px;
}

.section-chiffres-association .title-chiffres-cles-sn {
    font-size: 17px;
}

.section-chiffres-association .col-chiffres-cles-somme_nous-1, 
.section-chiffres-association .col-chiffres-cles-somme_nous-2,
.section-chiffres-association .col-chiffres-cles-somme_nous-3,
.section-chiffres-association .col-chiffres-cles-somme_nous-5,
.section-chiffres-association .col-chiffres-cles-somme_nous-6,
.section-chiffres-association .col-chiffres-cles-somme_nous-7{
	border-right: 1px solid #ccc;
}

.section-chiffres-association .col-chiffres-cles-somme_nous-1, 
.section-chiffres-association .col-chiffres-cles-somme_nous-2,
.section-chiffres-association .col-chiffres-cles-somme_nous-3,
.section-chiffres-association .col-chiffres-cles-somme_nous-4{
	border-bottom: 1px solid #ccc;
}

.section-chiffres-association .icone-chiffres-cles-sn {
    width: 50px;
}

.section-chiffres-association .chiffres-cles-somme_nous {
    padding: 1rem 0;
}

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

.section-membres_comite .row-membres_comite{
	margin-top: 2rem;
}

.section-membres_comite .bloc-membres_comite{
	margin-bottom: 2rem;
}

.section-membres_comite .photo-portrait-conseil {
    width: 90px;
    height: 90px;
	margin: 0 auto 10px;
	border-radius: 50%;
}

.section-membres_comite .bloc-membres_comite h3{
    font-size: 24px;
}

.poste-membres_comite{
    font-size: 15px;
    color: #676161;
    line-height: 19px;
    display: block;
}

.section-adhesion-membres .bloc-buttons-adhesion .btn-asspir-1 p:after {
    border: 1px solid #445A7C;
}

.section-adhesion-membres .bloc-buttons-adhesion .btn-asspir-2 {
    margin-left: 20px;
}

.section-adhesion-membres .bloc-buttons-adhesion .btn-asspir-2 p {
	color: #445A7C;
  }

.section-adhesion-membres .bloc-buttons-adhesion .btn-asspir-2 p:after {
    background-color: #445A7C;
}

@media screen and (max-width: 1235px) {
	.section-chiffres-association .title-chiffres-cles-sn {
		font-size: 15px;
	}
}

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

	.col-chiffres-cles-somme_nous{
		-ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
	}

	.section-chiffres-association .col-chiffres-cles-somme_nous-2,
	.section-chiffres-association .col-chiffres-cles-somme_nous-6{
		border-right: 0;
	}

	.section-chiffres-association .col-chiffres-cles-somme_nous-5, 
	.section-chiffres-association .col-chiffres-cles-somme_nous-6{
		border-bottom: 1px solid #ccc;
	}

}

@media screen and (max-width: 991px) {
	.section-introduction-association .logo-bloc-description-association {
		width: 140px;
		height: 100px;
		max-width: 140px;
	}

	.section-deontologie-association .card-deontologie .head-objectifs-association{
		margin-top: -50px;
	}

	.section-deontologie-association .card-deontologie h2 {
		font-size: 25px;
		line-height: 35px;
	}
}

@media screen and (max-width: 750px) {
	.col-chiffres-cles-somme_nous{
		-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
	}

	.section-chiffres-association .col-chiffres-cles-somme_nous{
		border-right: 0;
	}

	.section-chiffres-association .col-chiffres-cles-somme_nous-7{
		border-bottom: 1px solid #ccc;
	}

	.section-chiffres-association .card-page-chiffres-association {
		margin-top: 1.5rem;
	}
}

@media screen and (max-width: 650px) {
	.section-introduction-association, .section-objectifs-association,	.section-deontologie-association, .section-chiffres-association,.section-membres_comite {
		padding: 2rem 0;
	}
	.section-deontologie-association .card-deontologie h2 {
        font-size: 21px;
        line-height: 33px;
    }
}

/***** PAGE Accompagnement ***************************************************************************************************************************************/

.head-page-accompagnement-single .container .slogan-accompagnement {
    font-style: italic;
}

.head-page-accompagnement-single .bloc-buttons-accueil{
	margin-top: 2rem;
}

.section-text-img-accompagnement{
    background-color: #F5F5FE;
	padding: 3rem;
}

.section-text-img-accompagnement-a-photos{
    padding-bottom: 13rem;
}

.section-text-img-accompagnement .contenu{
	margin-top: 2rem;
	color: #555252;
	text-align: justify;
}

.photo-section-text-img-accompagnement {
	height: 300px;
}

.container-photo-section-text-img-accompagnement{
	margin-top: -10rem;
	z-index: 3;
	position: relative;
	margin-bottom: 1rem;
}

.section-accompagnants-accompagnement-single{
	padding: 1.5rem 1rem;
}

.accompagnants-accompagnement-content{
	padding: 1.5rem 1.5rem 0;
}

.introduction-accompagnants{
 	text-align: justify;	
}

.bloc-list-accompagnants-page-single{
	margin-top: 2rem;
}

.bloc-list-accompagnants-page-single h3 {
    font-size: 27px;
    display: inline-block;
    z-index: 1;
    display: flex;
    align-items: center;
    position: relative;
	margin-bottom: 15px;
}

.bloc-list-accompagnants-page-single h3::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #bdd2c4;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto 0;
}

.list-in-accompagnants-pays hr{
    border-top: 1px solid #bdd2c4;
	margin-bottom: 2rem;
}

.bloc-list-accompagnants-page-single h3 span {
    background: #fff;
    padding-right: 15px;
}

.bloc-list-accompagnants-page-single .card-little-accompagnants{
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 2rem;
	transition: transform 250msease 0s, box-shadow 250msease 0s, color 250msease 0s;
}


.bloc-list-accompagnants-page-single .card-little-superviseurs{
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	padding: 10px;
}

.col-card-superviseurs-page-single:last-of-type .card-little-superviseurs{
	border-bottom: 0;
}

.bloc-list-accompagnants-page-single .card-little-accompagnants:hover{
	transform: translateY(-0.25rem);
    border: 1.5px solid transparent;
    box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 5px, rgba(71, 63, 79, 0.16) 0px 6px 15px;
}

.bloc-list-superviseurs-page-single .card-little-accompagnants:hover{
	transform: inherit;
    box-shadow: inherit;
}

.bloc-list-accompagnants-page-single .card-little-accompagnants:hover h4{
	text-decoration: underline;
}

.bloc-list-superviseurs-page-single .card-little-accompagnants:hover h4{
	text-decoration: inherit;
}

.bloc-list-accompagnants-page-single .card-little-accompagnants .photo-portrait-accompagnants-little-accompagnants, .bloc-list-accompagnants-page-single .card-little-superviseurs .photo-portrait-accompagnants-little-accompagnants{
	width: 70px;
    height: 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
	margin-right: 15px;
    border-radius: 50%;
}

.list-in-accompagnants-pays{
	margin-bottom: 2rem;
}

.list-in-accompagnants-pays:last-of-type{
	margin-bottom: 0;
}

.bloc-content-little-accompagnants h4{
	font-size: 18px;
    font-weight: bold;
	color: #4B86C9;
}

.bloc-content-little-accompagnants h4 span{
	text-transform: uppercase;
}

.bloc-localisation-accompagnants-little{
	display: flex;
	margin-top: 5px;
	margin-right: 20px;
}

.bloc-localisation-accompagnants-little .icone-img-svg-elements {
    width: 28px;
    height: 28px;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    max-width: 28px;
    margin-right: 5px;
    margin-top: -3px;
}

.localisation-accompagnants-little-accompagnants{
	text-transform: uppercase;
    position: relative;
    font-size: 14px;
    color: #696161;
}

.email-accompagnants-little-accompagnants{
	position: relative;
    font-size: 14px;
    color: #696161;
}

.infos-little-accompagnants{
	display: flex;
}

@media screen and (max-width: 991px) {
	.col-card-accompagnants-page-single{
		-ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.section-text-img-accompagnement .container, .section-accompagnants-accompagnement-single .container{
		max-width: 100%;
	}

	.col-card-accompagnants-page-single{
		-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
	}
}

@media screen and (max-width: 650px) {
	.section-text-img-accompagnement {
		padding: 2rem 2rem 12rem 2rem; 
	}

	.accompagnants-accompagnement-content {
		padding: 0;
	}

	.bloc-list-accompagnants-page-single h3 {
		font-size: 23px;
	}

	.infos-little-accompagnants{
		display: block;
	}

	.bloc-email-accompagnants-little{
		display: none;
	}
}

.section-text-accompagnement{
	padding: 3rem 0;
}

.card-text-accompagnement{
	padding: 2rem;
	border-radius: 10px;
	background: linear-gradient(135deg, #5cad8c, #5f93cf);
	color: #fff;
}

.card-text-accompagnement h2{
	margin-bottom: 1.5rem;
}

.card-text-accompagnement h3{
	margin-top: 2rem;
}

/***** PAGE Ressources  ***************************************************************************************************************************************/

.section-ressources{
	padding: 3rem 0;
	min-height: 80vh;
}

.section-ressources .container{
    max-width: 1290px;
}

.section-ressources .bloc-nav-tabs-ressources ul{
	display: block;
}

.section-ressources .bloc-nav-tabs-ressources {
	padding: 25px;
	background-color: #4B86C9;
}
.section-ressources .bloc-nav-tabs-ressources h3 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}
.section-ressources .bloc-nav-tabs-ressources .nav-tabs {
	border-bottom: 0;
}
.section-ressources .bloc-nav-tabs-ressources .nav-tabs .nav-item .nav-link {
	color: #ffffff;
    border: none;
    font-weight: 500;
    padding: 10px 15px;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
	border-bottom-color: #aab2e0;
	display: flex;
	align-items: center;
}

.section-ressources .bloc-nav-tabs-ressources .nav-tabs .nav-item:last-of-type .nav-link{
	border-bottom-color: transparent;
}

.section-ressources .bloc-nav-tabs-ressources .nav-tabs .nav-item .nav-link.active {
	background: #263b5b;
    color: white;
	border-radius: 0;
    font-weight: bold;
	border-bottom-color: #263b5b;
}
.section-ressources .tab-content {
	background: #ffffff;
	padding: 15px;
	transition: all 0.3s ease-in-out;
}

.icons-list-nav-ressources-in{
	width: 22px;
    height: 22px;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	max-width: 22px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 10px;
}

.section-ressources .tab-content h2{
	color: #445A7C;
	font-size: 35px;
}

.bloc-list-ressources-in{
	display: flex;
		padding: 15px 0;
		border-bottom: 1px solid #e7e2e2;
}

.bloc-list-ressources-in:first-child{
	padding-top: 0;
}

.bloc-list-ressources-in:last-child{
	border-bottom: 0;
}

.icons-list-ressources-in{
	width: 35px;
    height: 35px;
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
	max-width: 35px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 10px;
}

.content-list-ressources-in a{
	font-weight: bold;
    color: #2e2e2e;
    font-size: 17px;
	text-decoration: underline;
}

.content-list-ressources-in p{
	color: #746f6f;
}

.content-description-revues{
	margin-top: 5px;
	text-align: justify;
}

.content-description-revues p{
	color: #545050;
}

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

	.section-ressources .bloc-nav-tabs-ressources {
		margin-bottom: 1rem;
	}

	.section-ressources .bloc-nav-tabs-ressources ul {
		display: flex;
	}

	.section-ressources .bloc-nav-tabs-ressources .nav-tabs .nav-item .nav-link {
		border-bottom-color: transparent;
		border-right-color: #aab2e0;
	}

	.section-ressources .bloc-nav-tabs-ressources .nav-tabs .nav-item:last-of-type .nav-link {
		border-right-color: transparent;
	}

	.section-ressources .bloc-nav-tabs-ressources .nav-tabs .nav-item .nav-link.active {
		border-bottom-color: transparent;
		border-right-color: #263b5b;
	}

	.section-ressources .bloc-nav-tabs-ressources .nav-tabs .nav-item {
		flex-grow: 4;
	}
}

@media screen and (max-width: 700px) {
	.section-ressources .bloc-nav-tabs-ressources .nav-tabs .nav-item .nav-link {
		border: 0;
	}
	.section-ressources .tab-content h2 {
		color: #445A7C;
		font-size: 30px;
	}
}

/***** PAGE Intervenants ***************************************************************************************************************************************/

.section-intervenants-page{
	padding: 3rem 0;
	min-height: 80vh;
}

.section-intervenants-page .list-intervenants{
	margin-top: 2rem;
}

.section-intervenants-page .bloc-type-intervenants{
	margin-bottom: 2rem;
}

.bloc-nav-tabs-intervenants .nav-tabs{
    justify-content: center;
    border-bottom: 0;
}

.bloc-nav-tabs-intervenants .nav-tabs .nav-link{
	border: 0;
	color: #0c0c0c;
	border-radius: 10px;
}	

.bloc-nav-tabs-intervenants .nav-tabs .nav-link.active{
	background-color:#4d9e7d;
	color: #fff;
}	

.section-intervenants-page .list-intervenants-formations-in:last-child{
	border-bottom: 0;
}

.card-portrait-intervenants{
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.bloc-type-intervenants .card-portrait-intervenants:last-of-type{
	border-bottom: 0;
}

.list-intervenants-formations-in h4 {
	font-size: 20px;
    font-weight: bold;
	margin-top: 1rem;
    margin-bottom: 4px;
}

.photo-portrait-intervenants{
	width: 90px;
    height: 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    margin-right: 15px;
    border-radius: 50%;
}

.list-intervenants-formations-in h4 span {
    text-transform: uppercase;
}

.information-intervenant{
	font-size: 15px;
}

.lieux-intervenants{
	text-transform: uppercase;
    position: relative;
    font-size: 14px;
    color: #696161;
    line-height: 16px;
}

.lieux-intervenants:before {
    background-image: url(../aaspir/img/icon-lieux-formation-in.svg);
    position: relative;
    top: 7px;
    content: "";
    width: 30px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
}

.information-intervenant p:last-child{
	margin-bottom: 0;
}

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

	.bloc-nav-tabs-intervenants .nav-tabs {
		flex-wrap: inherit;
		text-align: center;
	}

	.bloc-nav-tabs-intervenants .nav-tabs .nav-link {
		font-size: 15px;
	}

	.photo-portrait-intervenants {
		width: 60px;
		height: 60px;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		max-width: 60px;
	}

	.list-intervenants-formations-in h4 {
		margin-top: 0.5rem;
	}

	.bloc-type-intervenants h3{
		font-size: 20px;
		margin-bottom: 0;
	}
}

/***** PAGE Contact ***************************************************************************************************************************************/

.section-contact{
	padding: 3rem 0 4.5rem;
}

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

.section-contact .title-font-uppercase {
    font-size: 28px;
    line-height: 33px;
}

.bloc-formulaire-contact{
	padding: 25px 20px 25px 0;
}

.bloc-coordonnees-contact{
	padding: 25px;
}

.page-template-contact .section_banniere_elements-img .container {
	background-color: #ffffff;
}

.page-template-contact .section_banniere_elements-img .container {
    padding: 0.5rem;
}

.container-in-banniere_elements{
	margin: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 1.5rem;
}

.container-in-banniere_elements .content-container-in-banniere_elements p:last-of-type{
	margin-bottom: 0;
}

@media screen and (max-width: 650px) {
	.bloc-coordonnees-contact {
		margin-top: 2rem;
	}
}

/***** PAGE ACTUALITE SINGLE ***************************************************************************************************************************************/

.section-actualite-single{
	padding: 3rem 0;
}

.content-actualite-single{
	text-align: justify;
}

.content-actualite-single h1{
	text-align: left;
}

.content-actualite-single .img-actualite{
    float: right;
    margin: 0.5rem 0 1em 2em;
    width: 200px;
    height: 200px;
    max-width: 200px;
}

.section-publications-actualite{
	padding: 1rem 0 6rem;
}

.section-publications-actualite .title-section-line {
    font-size: 35px;
}

.bloc-accordion-events{
	margin-top: 2rem;
	padding: 0 6rem;
}

.content-actualite-single .accordion .card {
    border: none;
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.content-actualite-single .accordion .card:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

.content-actualite-single .accordion .card-header {
    background: linear-gradient(135deg, #5cad8c, #5f93cf);
    padding: 15px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.content-actualite-single .accordion .card-header:hover {
    background: linear-gradient(135deg, #59a084, #2e609a);
}

.content-events-in{
	font-size: 16px;
}

.left-card-header-events{
	display: flex;
	align-items: center;
}

.left-card-header-events-content{
	margin: 0 20px;
}

.left-card-header-events-content h4{
	font-weight: 600;
}

.left-card-header-events-content .type_events{
	text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: lighter;
    font-size: 15px;
    border: 1px solid #d7e1db;
    display: inline-flex;
    border-radius: 5px;
    padding: 4px 20px;
}

.content-actualite-single .accordion .card-header .bloc-date-events{
    display: inline-block;
    padding: 10px 13px;
	border-radius: 5px;
	background-color: #f5fff8;
}

.content-actualite-single .accordion .card-header .bloc-date-events .jour{
	font-weight: bold;
    text-align: center;
    font-size: 40px;
	margin-bottom: 0;
	line-height: 40px;
}

.content-actualite-single .accordion .card-header .bloc-date-events .mois{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.content-actualite-single .accordion .card-header .bloc-date-events .annee{
	margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
}

.content-actualite-single .accordion .card-header .btn-link {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease-in-out;
	box-shadow: inherit;
	padding: 0;
}

.content-actualite-single .accordion .card-header .btn-link:hover {
    box-shadow: inherit;
}

.content-actualite-single .accordion .card-header i {
    transition: transform 0.3s ease-in-out;
}

.content-actualite-single .accordion .collapse.show ~ .card-header .btn-link i {
    transform: rotate(180deg);
}

.content-actualite-single .accordion .card-body-events {
    background: #f9f9f9;
	padding: 15px 26px;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    transition: all 0.3s ease-in-out;
}

.content-actualite-single .accordion .collapse {
    transition: height 0.4s ease-in-out;
}

.bloc-content-event-in h3{
	font-size: 22px;
	line-height: 28px;
}

.list-all-info-events ul{
	padding-left: 0;
    margin-top: 1rem;
}

.list-all-info-events ul li {
    margin-right: 30px;
    list-style: none;
    display: flex;
    padding: 5px 0 15px;
}

.info-events p{
	margin-bottom: 0;
	font-weight: 600;
}

.info-events span {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #757171;
    display: block;
    margin-top: 4px;
	margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
	.section-publications-actualite .container{
		max-width: 100%;
	}

	.bloc-accordion-events {
		margin-top: 1.5rem;
		padding: 0;
	}
}

@media screen and (max-width: 991px) {
	.content-actualite-single .img-actualite {
		width: 120px;
		height: 120px;
		max-width: 120px;
	}
}

@media screen and (max-width: 700px) {
	.left-card-header-events-content h4 {
		font-size: 19px;
		font-weight: bold;
	}

	.left-card-header-events-content .type_events {
		font-size: 12px;
	}

	.content-actualite-single .accordion .card-header .bloc-date-events {
		padding: 9px 8px;
	}

	.content-actualite-single .accordion .card-header .bloc-date-events .jour {
		font-size: 35px;
	}

	.content-actualite-single .accordion .card-header .bloc-date-events .annee {
		font-size: 18px;
	}
}

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

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

}

.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;
	font-weight: 300;
}

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

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

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

/***** PAGE FAQ ***************************************************************************************************************************************/

.section-faq-page{
	min-height: 80vh;
	padding: 3rem 0;
}

.section-faq-page .card {
    border: none;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

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

.section-faq-page .card-header h2 {
    margin: 0;
	font-size: 22px;
	line-height: 24px;
	color: #3F5A7F;
	padding: 10px 0;
	font-family: "Open Sans", serif;
	font-weight: bold;
}

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

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

.section-faq-page .btn-link[aria-expanded="true"] .faq-icon i {
    transform: rotate(180deg);
    color: #007bff;
}

.section-faq-page .card-body {
    padding: 15px 20px;
    color: #555;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
}

.section-faq-page .collapse {
    transition: height 0.3s ease;
}

@media screen and (max-width: 700px) {
	.section-faq-page .card-header h2 {
		font-size: 20px;
		line-height: 23px;
	}
}

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

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

.author {
	background-color: #f5f5fa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-family: "Sackers";
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

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

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

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

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

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

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

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

#wp_pagination {
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#related_posts {
	margin-top: 3rem;
}

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

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

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

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

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

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

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

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

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

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

.category {
	background-color: #f7f8f8;
}

.header-blog-categorie {
	position: relative;
	background-color: #3a867f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tag {
	background-color: #F8F8F8;
}

.header-blog-tags {
	background-color: #3a867f;
}

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

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

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

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

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

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

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

.section_tag {
	padding-top: 1.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.archive_label h3 {
	margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post_v5 {
	background-color: #f1fafb;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post_v5 .title-related_posts {
	margin-bottom: 1rem;
    color: #3a867f;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -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: #8f9eab;
	border: 1px solid #8f9eab;
	padding: 5px 15px;
	margin-right: 12px;
	color: #fff;
	transition: 0.2s;
	font-size: 14px;
}

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

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

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

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

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

@media screen and (max-width: 991px) {
	.post_v5 .content-post-in {
		padding: 0;
	}

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

@media screen and (max-width: 991px) {
	.post_v5 .col-left-post,
	.post_v5 .col-right-post {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-notes {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

footer {
	background-color: #10151e;
}

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

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

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

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

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

.block-copyright-adresse-footer .row {
	align-items: center;
}

.block-adresse-footer img {
	width: 23px;
	margin-right: 3px;
	opacity: 0.7;
}

.adresse-footer {
	color: #9ea09e;
	font-size: 13px;
	margin-bottom: 0;
}

.trait-footer {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid rgb(57 58 58);
}

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

.footer_v7 .col-center-menu-footer .menu {
	text-align: center !important;
}

.footer_v7 .col-social-footer ul {
	float: right;
	margin-bottom: 0;
}

.footer_v7 .col-center-menu-footer ul{
	padding-left: 0;
}

.footer_v7 .menu li {
	list-style: none;
	display: inline-block;
	padding: 0 5px;
}

.footer_v7 .menu li:first-child {
	padding-left: 0;
}

.footer_v7 .menu li a {
	font-size: 13px;
	color: #bcbdbc !important;
	padding: 0 0.3rem;
}

.footer_v7 .col-social-footer {
	align-items: flex-end;
}

.footer_v7 .social-footer {
	display: inline-block;
	padding: 0px 3px;
}

.footer_v7 .block-copyright a {
	color: #fff;
}

.footer_v7 .link-social-footer img {
	width: 29px;
	height: 29px;
	opacity: 0.7;
}

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

	.col-block-copyright,
	.col-menu-footer {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footer_v7 .block-copyright {
		justify-content: center;
		margin-bottom: 0.5rem;
	}

	.block-adresse-footer {
		float: inherit;
		margin-top: 10px;
		justify-content: center;
	}

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

	.footer_v7 .col-social-footer ul {
		float: inherit;
		margin-top: 2rem;
		text-align: center;
		padding-left: 0;
	}
}

@media screen and (max-width: 700px) {
	.footer_v7 .menu li {
		display: block;
		padding: 7px;
		border-bottom: 1px solid #304144;
	}

	.footer_v7 .menu li:first-child {
		padding-left: 5px;
	}

	.footer_v7 .menu li:last-child {
		border-bottom: 0;
	}
}

@media screen and (max-width: 600px) {
	.adresse-footer {
		font-size: 12px;
	}
}

/***** PAGE 404 ***************************************************************************************************************************************/

#content-404 {
	min-height: 85vh;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	display: flex;
	background-color: #ebf7fac2;
}

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

.logo-404 {
	margin-bottom: 1rem;
	height: 135px;
	width: auto;
}

.container-404 h1 {
	margin-bottom: 2rem;
	font-size: 50px;
	line-height: 54px;
	color: #17403d;
	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;
	}
}

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

.section-page-search {
	padding: 2rem 0;
	min-height: 100vh;
	background-color: #f5f5fa;
}

.section-page-search .block-form-search {
	margin-top: 2rem;
}

.block-search-slidebar .block-form-search,
.bloc-search-page-in .block-form-search {
	position: relative;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
}

.block-search-slidebar .search,
.bloc-search-page-in .search {
	background-color: #f8fafc;
}

.block-search-slidebar .block-form-search-in,
.bloc-search-page-in .block-form-search-in {
	border: 1px solid #3a867f;
	border-radius: 60px;
}

.block-search-slidebar .input-search,
.bloc-search-page-in .input-search {
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
	padding: 10px 12px;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
	background-color: transparent;
	outline: none;
	border: 0;
	border-radius: 50px 0 0 50px;
	font-size: 15px;
}

.bloc-search-page-in .input-search {
	font-size: 19px;
}

.block-search-slidebar .block-form-search .searchform,
.bloc-search-page-in .block-form-search .searchform {
	color: #000;
	padding: 0 12px;
	cursor: pointer;
	outline: none;
	border: 0;
	background-color: #17403d;
	border-radius: 50%;
}

.block-search-slidebar .block-form-search svg,
.bloc-search-page-in .block-form-search svg {
	width: 25px;
	height: 25px;
}

.block-search-slidebar .border-input-search,
.bloc-search-page-in .border-input-search {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #c0b19c;
	pointer-events: none;
	border-radius: 10px;
	z-index: 0;
}

.block-search-slidebar .border-animation,
.bloc-search-page-in .border-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	pointer-events: none;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	border-radius: 10px;
	z-index: 1;
}

.block-form-search #searchsubmit,
.bloc-search-page-in #searchsubmit {
	color: #fff;
	padding: 0 12px;
	cursor: pointer;
	outline: none;
	border: 0;
	background-color: #ffffff;
	border-radius: 50%;
}

.bloc-search-page-in #searchsubmit {
	background-color: #f5f5fa;
}

.header-5 .block-form-search .st0 {
	fill: #000 !important;
}

.header-5 .block-form-search input::placeholder {
	color: #afaaaa;
}

.block-search-slidebar .st0,
.bloc-search-page-in .st0 {
	fill: #17403d !important;
}

.section-page-search .search-title {
	margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 25px;
    font-family: "Open Sans", serif;
    letter-spacing: 0;
}

.section-page-search .search-title strong {
	font-weight: 700;
}

.section-page-search .search-results {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.section-page-search .search-result-item {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-page-search .search-result-item:hover {
	transform: translateY(-10px);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

/* Type de contenu */

.section-page-search .type-contenus-recherche {
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #3F5A7F !important;
	font-size: 16px;
	font-weight: 500;
}

/* Titre du résultat */
.section-page-search .search-result-item h2 {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 23px;
	color: #17403d;
}

.section-page-search .search-result-item h2 a {
	color: #1d3557;
	text-decoration: none;
	transition: color 0.3s ease;
}

.bloc-extrait-list-recherche {
	font-weight: 500;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-o-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Extrait */
.section-page-search .bloc-extrait-list-recherche p {
	font-size: 16px;
	color: #7f7a7a;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
}

/* Pagination */
.section-page-search .pagination {
	margin-top: 15px;
	text-align: center;
}

.section-page-search .pagination a,
.section-page-search .pagination span {
	display: inline-block;
	padding: 0;
	margin: 0 5px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
	border-radius: 50%;
}

.section-page-search .pagination a:last-child {
	background-color: inherit;
	color: #000;
}

.section-page-search .pagination a:hover {
	font-weight: bold;
}

.section-page-search .pagination .current {
	background-color: #3a867f;
	font-weight: bold;
	color: #fff;
	padding: 5px 12px;
}

/* Aucun résultat */
.section-page-search .no-results {
	text-align: center;
	margin-top: 50px;
}

.section-page-search .icones-no-search {
	width: 120px;
	height: 120px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin: auto;
}

.section-page-search .no-results h2 {
	font-size: 2em;
	font-weight: 600;
	color: #17403d;
	margin-bottom: 5px;
}

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

/* Responsive */
@media (max-width: 768px) {
	.section-page-search .search-title {
		font-size: 2em;
	}

	.section-page-search .search-result-item h2 {
		font-size: 1.3em;
	}
}

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

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

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

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

.col-left-search .screen-reader-text {
	display: none;
}

.col-left-search h1 {
	font-weight: lighter;
	margin-bottom: 2rem;
	font-size: 30px;
}

.col-left-search h1 span {
	font-weight: bold;
	color: #000;
}

.col-left-search article {
	margin-bottom: 3rem;
}

.col-left-search article .header-post-search h2 a {
	color: #000 !important;
}

.col-left-search article .header-post-search h2 {
	font-size: 19px;
	text-transform: initial;
}

.col-left-search article p {
	font-size: 15px;
	color: #797979;
}

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

/***** IMG NO POST ***************************************************************************************************************************************/

.block-img-no-post-blog {
	text-align: center;
	width: 100%;
	margin: 3rem 0;
}

.img-no-post-blog {
	width: 300px;
	display: inline-block;
}

.block-img-no-post-blog .no-post-home {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	color: #06689b7d;
	letter-spacing: 3px;
	margin-top: 1rem;
}

.bloc-list-post-accueil .block-img-no-post-blog {
	text-align: left;
	margin: 1.5rem 0;
}

.bloc-list-post-accueil .img-no-post-blog {
	width: 250px;
}

.bloc-list-post-accueil .block-img-no-post-blog .no-post-home {
	font-size: 23px;
	text-align: left;
}

.cky-consent-container .cky-consent-bar {
	padding: 9px 25px !important;
	box-shadow: 0 -1px 10px 0 #acabab4d;
	background-color: #ffffffe6 !important;
	border: 0 !important;
}

.cky-notice .cky-title {
	display: none !important;
}

.cky-notice-btn-wrapper .cky-btn {
	border-radius: 40px;
	padding: 1px 21px;
}

.cky-revisit-bottom-left {
	display: none !important;
}

.cky-notice-btn-wrapper .cky-btn-accept {
	background-color: #77ae2b !important;
	font-weight: bold !important;
	border: 1.5px solid #77ae2b !important;
}

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

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

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

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

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

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

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

.has-couleurfooter-color { 
	color: #10151e !important; 
}

.has-vert1-color { 
	color: #4d9e7d !important; 
}

.has-vert2-color { 
	color: #527781 !important; 
}

.has-bleu1-color { 
	color: #7AAFE7 !important; 
}

.has-bleu2-color { 
	color: #3786D0 !important; 
}

.has-bleu3-color { 
	color: #3F5A7F !important; 
}

.section-contact .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.section-contact .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
.section-contact .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	border-color: inherit !important;
}

.section-contact .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
	color: #e71515 !important;
	border: 0 !important;
	margin: 0 !important;
	font-weight: bold;
	padding: 0 !important;
	background: #fff;
	padding: 5px !important;
	border-radius: 5px;
	margin-bottom: 2rem !important;
}

.section-contact .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	color: #2c8c0e !important;
	border: 0 !important;
	margin: 0 0.5em !important;
	font-weight: bold;
	padding: 0 !important;
	background: #fff;
	padding: 5px !important;
	border-radius: 5px;
	margin-bottom: 2rem !important;
}

.section-contact .wpcf7 .wpcf7-response-output {
	margin-bottom: 2rem !important;
}

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

@media screen and (max-width: 1199px) {
    .page-template-homepage .container{
        max-width: 90%;
    }
}

@media screen and (max-width: 650px) {
    .page-template-homepage .container{
        max-width: 95%;
    }
}

.section-formulaire-newsletter{
	background-color: #1b2331;
	padding: 3rem 1rem;
}

.bloc-formulaire-newsletter-footer{
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.section-formulaire-newsletter h2 {
    color: #fff;
}

.section-formulaire-newsletter .intro-footer-newsletter {
    margin-top: 1rem;
    margin-bottom: 2rem;
    color: #dcd7d7;
    font-size: 20px;
}

.section-formulaire-newsletter .sib-form, .section-formulaire-newsletter #sib-container{
    padding: 0!important;
}

.section-formulaire-newsletter .sib-form .entry__field {
    border: 0!important;
	background-color: transparent!important;
	margin: 0;
}

.section-formulaire-newsletter .bloc-formulaire-newsletter-footer .bloc-formulaire-newsletter-in input {
	width: 100%;
    padding: 0rem 0.5rem;
    border-radius: 8px;
    border: 0;
    background: #3e79bc4a;
    color: #fff;
}

.section-formulaire-newsletter .sib-form .entry__field {
    border-radius: 10px;
}

.section-formulaire-newsletter  #sib-container {
    width: 100% !important;
    max-width: 100% !important;
}

.section-formulaire-newsletter .bloc-formulaire-newsletter-footer input::placeholder {
	color: #ccc;
}

.section-formulaire-newsletter .sib-form-block-input-sent{
	text-align: center!important;
}

.section-formulaire-newsletter .sib-form .entry__error {
	background-color: transparent!important;
    color: #ff9191!important;
}

.section-formulaire-newsletter .sib-form-block-input-sent button{
	background-color: #3E79BC!important;
    border: 1px solid #3E79BC!important;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    padding: 11px 0;
    position: relative;
    color: #fff;
    width: 200px;
	text-align: center!important;
	border-radius: 8px!important;
}

.section-formulaire-newsletter .notice_formulaire_dinscription-footer-newsletter{
	margin-top: 1rem;
    color: #a7a4a4;
    font-size: 13px;
	margin-bottom: 0;
}

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

@media screen and (max-width: 650px) {
	.section-formulaire-newsletter .intro-footer-newsletter {
		font-size: 17px;
		margin-bottom: 1.2rem;
	}
}

@media screen and (max-width: 550px) {
	.section-formulaire-newsletter .intro-footer-newsletter br{
			display: none;
	}
}