/*!
Theme Name: Arc en Ciel
Author: Tête de Com
Author URI: https://www.tetedecom.eu
Description: Thème pour le site Arc en Ciel
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arc-en-ciel
*/
.recrutement_retour {
	z-index: 1000;
}
html{
	overflow: auto;
}
::selection {
	background: rgba(0, 147, 84, 0.7);
	color: #fff;
}

body{
	/*overflow-x: hidden;*/
	margin: 0;
	color: #272e61;
	color: #5b5b5b;
	font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*-------------------------*/
/*SITE SIZE*/
/*-------------------------*/

body .vc_section[data-vc-full-width] > .vc_row{
	width: 100%;
	max-width: 1350px;
	margin: auto;
}

body .vc_row[data-vc-full-width] {
	max-width: none!important;
}

body section.vc_section > .vc_row,
.content-wrapper {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.content-wrapper {
	padding: 0 7.5px;
	box-sizing: border-box;
}

body .vc_section[data-vc-stretch-content] > .vc_row {
	max-width: none;
}

section.vc_section{
	position: relative;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}

section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_section,
section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section{
	padding-top: 50px;
}

body .vc_row {
	margin-left: auto;
	margin-right: auto;
}

body:not(.home) .page section.vc_section:not(:first-child):last-of-type{
	padding-bottom: 100px;
}

.page section.vc_section:first-child:last-of-type{
	margin-bottom: 100px;
}

iframe[src*=assoconnect] {
	max-width: 1130px;
}

.owl-dots {
	margin-top: 30px;
}

/*-------------------------*/
/*BASE ELEMENTS*/
/*-------------------------*/
p {
	word-break: break-word;
}

img{
	max-width: 100%;
	height: auto;
}

a {
	color: #575756;
	text-decoration: none;
}
a:active, a:focus{
	color: #575756;
}

/*-------------------------*/
/*ANIMATION*/
/*-------------------------*/
html div#tarteaucitronInfo{
	position: static!important;
}

/*-------------------------*/
/*ANIMATION*/
/*-------------------------*/

/*Post carouel*/
.post_image a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.post_image a:hover img {
	transform: scale(1.05);
}

.post_image a img {
	transition: .25s;
}

/*vc image*/
a.vc_single_image-wrapper {
	overflow: hidden;
}

a.vc_single_image-wrapper img {
	transition: .25s;
	display: block;
}

div#content a.vc_single_image-wrapper:hover img {
	transform: scale(1.05);
}

/*coutner row*/
.counter-row .wpb_column:hover .vc_icon_element {
	transform: scale(1.1);
}

.counter-row .wpb_column .vc_icon_element {
	transition: .25s;
	backface-visibility: hidden;
}

/*pre footer colonne*/
section#pre-footer-section:not(.simple) .wpb_wrapper .vc_icon_element {
	transition: .25s;
}

section#pre-footer-section:not(.simple) .wpb_wrapper:hover .vc_icon_element {
	transform: scale(1.1);
}

/*projet don pastille*/
.projet_don_pastille:hover {
	transform: scale(0.95);
}

.projet_don_pastille {
	transition: .25s;
	backface-visibility: hidden;
}

/*marker admission block*/
.vc_marker_admission_categ_block a {
	transition: .25s;
}

.vc_marker_admission_categ_block a:hover {
	transform: scale(0.95);
}

/*pictos table*/
.pictos-table .vc_inner > .wpb_column .vc_icon_element {
	transition: .25s;
}

.pictos-table .vc_inner > .wpb_column:hover .vc_icon_element {
	transform: scale(1.1);
}

/*marker image*/
.marker_image {
	overflow: hidden;
}

.marker_image a {
	transition: .25s;
}

.marker_image:hover a {
	transform: scale(1.05);
}
/*-------------------------*/
/*HEADING STYLES*/
/*-------------------------*/

h1, h2, h3, h4{
	margin-top: 0;
	margin-bottom: 20px;
}

h1 {
	font-size: 45px;
	font-weight: 700;
	line-height: normal;
}

.h1-flower:before{
	content: '';
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(/wp-content/themes/arc-en-ciel/layouts/images/decoration/4-feuilles.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -70px;
	transform: scaleX(-1);
}
.h1-flower{
	padding-left: 100px;
}
@media (max-width: 600px) {
	.h1-flower:before{
		left: 24px;
		top: -38px;
		width: 75px;
    	height: 75px;
	}
	.h1-flower{
		padding-left: 0px;
	}
}

h2 {
	font-size: 34px;
	color: #575756 ;
	margin-bottom: 40px;
	padding: 0;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.home h2{
	padding-left: 35px;
}
.home h2:before {
	content: '';
    display: block;
    height: 50px;
    background-image: url(layouts/images/decoration/4-feuilles.svg);
    background-repeat: no-repeat;
    transform: scaleX(-1);
    position: relative;
    width: 50px;
    top: 30px;
    left: -40px;
}
body:not(.home) h2:after {
	content: '';
	display: block;
	margin-top: 20px;
	width: 80px;
	height: 5px;
	background: #575756;
}
.home .letter-a:before{
	top: 26px;
    left: -35px;
}

h2[style*="text-align: center"]:after,
h2[style*="text-align:center"]:after,
h2[style*="text-align :center"]:after {
	margin-right: auto;
	margin-left: auto;
}

h2[style*="text-align: right"]:after,
h2[style*="text-align:right"]:after,
h2[style*="text-align :right"]:after {
	margin-right: 0;
	margin-left: auto;
}

h3{
	font-size: 20px;
	/*text-transform: uppercase;*/
}

h4{
	font-size: 20px;
	text-transform: none;
	font-weight: 700;
}


/*-------------------------*/
/*GLOBAL*/
/*-------------------------*/
div#pre-footer-deco{
	position: absolute;
	width: 100%;
	height: 200px;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

div#pre-footer-deco:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(layouts/images/fond-pied-de-page.svg);
	background-size: auto;
	background-position: center 50px;
	background-repeat: no-repeat;
	z-index: 10000;
	pointer-events: none;
	background-size: cover;
	background-position: center top;
}

div#content {
	position: relative;
}

div#primary {
	padding-bottom: 30px;
}

.wpb_single_image.wpb_content_element {
	margin-bottom: 30px;
}

.home-faire-un-don p > a:first-child:last-child {
	color: #5b5b5b;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
}

/*-------------------------*/
/*SMART SLIDER 3 FIX*/
/*-------------------------*/
.n2-ss-layers-container.n2-ow {
	margin: auto!important;
	height: 100%!important;
}

.n2_ss_video_player {
	max-height: 100%;
}

/*-------------------------*/
/*COULEUR DE CERTAINS ELEMENT DYNAMIQUE EN FONCTION DE LA CATEGORIE DE LA PAGE*/
/*-------------------------*/

/*MENU*/
header#masthead .secondary-menu li.menu-item.pole-sante:hover > a,
header#masthead .secondary-menu li.menu-item.pole-sante > ul.sub-menu,
header#masthead .secondary-menu li.menu-item.pole-sante.current_page_item > a,
header#masthead .secondary-menu li.menu-item.pole-sante.current_page_ancestor > a {
	background-color:#96c11f;
}

header#masthead .secondary-menu li.menu-item.pole-personnes-agees:hover > a,
header#masthead .secondary-menu li.menu-item.pole-personnes-agees > ul.sub-menu,
header#masthead .secondary-menu li.menu-item.pole-personnes-agees.current_page_item > a,
header#masthead .secondary-menu li.menu-item.pole-personnes-agees.current_page_ancestor > a {
	background-color:#f07e23;
}

header#masthead .secondary-menu li.menu-item.pole-medico-educatif-et-handicap:hover > a,
header#masthead .secondary-menu li.menu-item.pole-medico-educatif-et-handicap > ul.sub-menu,
header#masthead .secondary-menu li.menu-item.pole-medico-educatif-et-handicap.current_page_item > a,
header#masthead .secondary-menu li.menu-item.pole-medico-educatif-et-handicap.current_page_ancestor > a {
	background-color:#e5006d;
}

header#masthead .secondary-menu li.menu-item.pole-domicile:hover > a,
header#masthead .secondary-menu li.menu-item.pole-domicile > ul.sub-menu,
header#masthead .secondary-menu li.menu-item.pole-domicile.current_page_item > a,
header#masthead .secondary-menu li.menu-item.pole-domicile.current_page_ancestor > a {
	background-color:#008fb2;
}

/*LISTE*/

div#content div#primary.marker-type-9 .wpb_content_element > .wpb_wrapper > ul > li:before{
	background-color:#f07e23;
}

div#content div#primary.marker-type-12 .wpb_content_element > .wpb_wrapper > ul > li:before{
	background-color:#008fb2;
}

div#content div#primary.marker-type-10 .wpb_content_element > .wpb_wrapper > ul > li:before{
	background-color:#e5006d;
}

div#content div#primary.marker-type-11 .wpb_content_element > .wpb_wrapper > ul > li:before{
	background-color:#96c11f;
}

/*HEADING STYLES*/
/*Orange*/
div#primary.marker-type-9 section#header-section #post-title h1,
div#primary.marker-type-9 section#header-section  h1#post-title{
	color: #f07e23;
}

div#primary.marker-type-9 .wpb_text_column a,
div#primary.marker-type-9 .wpb_text_column h2,
div#primary.marker-type-9 .wpb_text_column h3,
div#primary.marker-type-9 .wpb_text_column h4,
div#primary.marker-type-9 .vc_col-sm-8 h3{
	color: #f07e23;
}
div#primary.marker-type-9 h2:after{
	background-color: #f07e23;
}

/*Violet*/
div#primary.marker-type-12 section#pre-footer-section a {color: #575756;}

div#primary.marker-type-12 section#header-section #post-title h1,
div#primary.marker-type-12 section#header-section  h1#post-title{
	color: #008fb2;
}

div#primary.marker-type-12 .wpb_text_column a,
div#primary.marker-type-12 .wpb_text_column h2,
div#primary.marker-type-12 .wpb_text_column h3,
div#primary.marker-type-12 .wpb_text_column h4,
div#primary.marker-type-12 .vc_col-sm-8 h3{
	color: #008fb2;
}
div#primary.marker-type-12 h2:after{
	background-color: #008fb2;
}

/*Rose*/
div#primary.marker-type-10 section#header-section #post-title h1,
div#primary.marker-type-10 section#header-section  h1#post-title{
	color: #e5006d;
}

div#primary.marker-type-10 .wpb_text_column a,
div#primary.marker-type-10 .wpb_text_column h2,
div#primary.marker-type-10 .wpb_text_column h3,
div#primary.marker-type-10 .wpb_text_column h4,
div#primary.marker-type-10 .vc_col-sm-8 h3{
	color: #e5006d;
}
div#primary.marker-type-10 h2:after{
	background-color: #e5006d;
}

/*Vert clair*/
div#primary.marker-type-11 section#header-section #post-title h1,
div#primary.marker-type-11 section#header-section  h1#post-title{
	color: #96c11f;
}

div#primary.marker-type-11 .wpb_text_column a,
div#primary.marker-type-11 .wpb_text_column h2,
div#primary.marker-type-11 .wpb_text_column h3,
div#primary.marker-type-11 .wpb_text_column h4,
div#primary.marker-type-11 .vc_col-sm-8 h3{
	color: #96c11f;
}
div#primary.marker-type-11 h2:after{
	background-color: #96c11f;
}

/*-------------------------*/
/*BOUTON PRINCIPAL*/
/*-------------------------*/
.vc_general.vc_btn3 {
	border-top-right-radius: 0!important;
	border-bottom-left-radius: 0!important;
}

body .vc_general.vc_btn3 {
	position: relative;
	min-width: 200px;
	border: none!important;
	padding: 20px;
	box-shadow: 0 0 0 1px #575756;
	color: #575756;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-appearance: none;
	transition: .5s;
	background: rgba(255,255,255,0);
	z-index: 1;
}

body .vc_general.vc_btn3:focus{
	color: #575756;
}

body .vc_general.vc_btn3:hover,
body .vc_general.vc_btn3:focus,
body .vc_general.vc_btn3.active{
	color: #fff!important;
}

body .vc_general.vc_btn3:after {
	content: '';
	display: block!important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 25%;
	height: 25%;
	margin: auto;
	background: #575756;
	z-index: -1;
	opacity: 0;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	transition: .25s!important;
}

body .vc_general.vc_btn3:hover:after,
body .vc_general.vc_btn3:focus:after,
body .vc_general.vc_btn3.active:after {
	opacity: 1;
	width: 100%;
	height: 100%;
	transition: .5s!important;
}

body .vc_general.vc_btn3 .vc_btn3-icon {
	font-size: 30px;
	height: 30px;
	line-height: 30px;
}

body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
	padding-left: 75px;
}

body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
	left: 25px;
}

/*INVERTED*/

body .vc_general.vc_btn3.vc_btn3-style-inverted {
	box-shadow: 0 0 0 1px #575756;
	color: #fff!important;
}
body .vc_general.vc_btn3.vc_btn3-style-inverted:hover {
	color: #575756!important;
}

body .vc_general.vc_btn3.vc_btn3-style-inverted:focus{
	color: #fff;
}

body .vc_general.vc_btn3.vc_btn3-style-inverted:hover,
body .vc_general.vc_btn3.vc_btn3-style-inverted:focus,
body .vc_general.vc_btn3.vc_btn3-style-inverted.active{
	color: #575756!important;
}

body .vc_general.vc_btn3.vc_btn3-style-inverted:after {
	opacity: 1;
	width: 100%;
	height: 100%;
}

body .vc_general.vc_btn3.vc_btn3-style-inverted:hover:after,
body .vc_general.vc_btn3.vc_btn3-style-inverted:focus:after,
body .vc_general.vc_btn3.vc_btn3-style-inverted.active:after {
	opacity: 0;
	width: 25%;
	height: 25%;
	transition: .25s!important;
}


/*-------------------------*/
/*LIENS SPECIAUX*/
/*-------------------------*/

div#content .wpb_content_element > .wpb_wrapper > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 1em;
}

div#content .wpb_content_element > .wpb_wrapper > ul> li {
	position: relative;
	list-style: none;
	padding-left: 25px;
	margin-bottom: 5px;
}

div#content .wpb_content_element > .wpb_wrapper > ul > li:before {
	content: '';
	position: absolute;
	left: 7px;
	top: 9px;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #575756;
}

div#content .wpb_content_element > .wpb_wrapper > ul > li  pre {
	color: #5b5b5b;
	display: block;
	text-transform: uppercase;
	font-weight: 800;
	text-decoration: none;
	padding: 9px 0;
	padding-left: 10px;
	font-family: inherit;
	white-space: normal;
	margin: 0;
}

div#content .wpb_content_element > .wpb_wrapper > ul > li > pre:before {
	content: '>';
	position: absolute;
	left: 0;
	top: 5px;
	font-family: monospace;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 23px;
	border-radius: 100%;
	color: #fff;
	background: #575756;
	z-index: 10;
}

div#content .wpb_content_element > .wpb_wrapper > ul > li pre a {
	transition: .25s;
}

div#content .wpb_content_element > .wpb_wrapper > ul > li pre a:hover {
	opacity: .6;
}


/*div#content .wpb_content_element > .wpb_wrapper > ul > li > a:only-child {
	color: #5b5b5b;
	display: block;
	text-transform: uppercase;
	font-weight: 800;
	text-decoration: none;
	padding: 9px 0;
	padding-left: 10px;
}

div#content .wpb_content_element > .wpb_wrapper > ul > li > a:only-child:before {
	content: '>';
	position: absolute;
	left: 0;
	top: 5px;
	font-family: monospace;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 23px;
	border-radius: 100%;
	color: #fff;
	background: #575756;
	z-index: 10;
	}*/
/*
div#content .wpb_content_element > .wpb_wrapper > ul > li > a:first-child:last-child:hover {
	color: #575756;
	}*/

	/*FANCY BOX*/
	div.fancybox-container {
		z-index: 10000000;
	}

	/*-------------------------*/
	/*WEBSITE INPUT*/
	/*-------------------------*/

	input:not([type="checkbox"]), select, textarea {
		font-family: inherit;
		font-size: inherit;
		width: 100%;
		box-sizing: border-box;
		border: none;
		border-bottom: 1px solid #575756;
		padding: 5px;
		-webkit-appearance: none;
		transition: .25s;
		outline: none;
		cursor: pointer;
	}

	input:not([readonly]):hover, select:hover, textarea:hover,
	input:not([readonly]):focus, select:focus, textarea:focus {
		outline: none;
		box-shadow: 0 0 4px 0px rgba(0, 147, 84, 0.4);
		border-color: rgba(255, 255, 255, 0);
	}

	input[readonly] {
		cursor: no-drop;
		color: #575756;
	}

	/*-------------------------*/
	/*OVERLAY SEARCH FORM*/
	/*-------------------------*/
	body.search div#content {
		padding-bottom: 100px;
	}
	body.search-form-visible div#search_form{
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	div#search_form {
		/*display: none;*/
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex!important;
		align-items: center;
		justify-content: center;
		background: rgba(0, 0, 0, 0.82);
		z-index: 100000;
		opacity: 0;
		visibility: hidden;
		transition: .25s;
		pointer-events: none;
	}

	div#search_form input {
		background: none;
		border: none;
		border-bottom: 1px solid white;
		padding: 10px;
		font-size: 40px;
		color: #fff;
		outline: none;
		-webkit-appearance: none;
		font-family: inherit;
		box-sizing: border-box;
		border: none;
		border-bottom: 1px solid #ffffff;
		-webkit-appearance: none;
		transition: .25s;
		outline: none;
		width: 80%;
	}

	div#search_form input:hover,div#search_form input:focus {
		outline: none;
		box-shadow: 0 0 5px 1px rgb(255, 255, 255);
		border-color: rgba(255, 255, 255, 0);
	}

	div#search_form input::placeholder{
		color: #fff;
	}

	#close_search_form{
		position: absolute;
		top: 25px;
		right: 25px;
		color: #fff;
		cursor: pointer;
		font-size: 30px;
		width: 30px;
		height: 30px;
		padding: 10px;
		text-align: center;
	}

	div#search_form button {
		-webkit-appearance: none;
		border: none;
		background: none;
		color: #fff;
		font-size: 40px;
		transition: .25s;
		cursor: pointer;
		outline: none;
		width: 20%;
		padding: 0;
	}

	div#search_form button:hover {
		transform: scale(0.9);
	}

	div#search_form .form_el_container {
		margin-top: -50px;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
		transition-delay: 0.25s;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 300px;
	}

	.form_el_container label {
		width: 100%;
		color: #fff;
		font-size: 40px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	body.search-form-visible div#search_form .form_el_container {
		margin-top: 0px;
		opacity: 1;
		visibility: visible;
		width: 570px;
	}

	div#search_form button:focus {
		color: #575756;
	}

	/*-------------------------*/
	/*SEARCH PAGE*/
	/*-------------------------*/
	body.search .content-wrapper {
		margin-top: 35px;
	}

	body.search article {
		margin-bottom: 45px;
	}

	body.search h3.entry-title {
		margin-bottom: 5px;
	}

	body.search header.entry-header span {
		color: #a2a2a2;
	}

	nav.navigation.posts-navigation .nav-links {
		display: flex;
		align-items: center;
	}

	nav.navigation.posts-navigation {
		font-weight: 700;
		border-top: 1px solid #575756;
		padding-top: 10px;
		margin-top: 35px;
	}

	nav.navigation.posts-navigation .nav-next{
		margin-left: auto;
	}
	body.search  header.entry-header {
		margin-bottom: 15px;
	}

	body.search  .entry-summary p {
		margin: 0;
	}

	/*-------------------------*/
	/*MENU LAYOUT*/
	/*-------------------------*/
	div#site-logo {
		width: 20%;
	}

	div#picto-menu .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}

	header#masthead ul {
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
	}

	header#masthead li {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	header#masthead .wpb_content_element {
		margin: 0;
	}

	header#masthead .vc_column-inner {
		padding-top: 0;
	}

	header#masthead p {
		margin: 0;
	}

	/*MAIN MENU*/

	header#masthead .main-menu {
		height: 135px;
	}

	header#masthead .vc_col-sm-9 {
		width: auto;
	}

	header#masthead .main-menu .wpb_wrapper, header#masthead .main-menu .wpb_content_element {
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	header#masthead .main-menu .wpb_content_element {
		display: flex;
		align-items: center;
	}

	header#masthead .main-menu .wpb_single_image {
		box-sizing: border-box;
	}

	header#masthead .main-menu .wpb_single_image img {
		height: 100%;
		width: auto;
	}

	header#masthead .main-menu .vc_single_image-wrapper {
		width: 100%;
		height: 125px;
		text-align: center;
	}

	header#masthead .main-menu ul {
		justify-content: flex-end;
		height: 100%;
	}

	header#masthead .main-menu .widget.widget_nav_menu {
		width: 100%;
		height: 100%;
	}

	header#masthead .main-menu ul a {
		position: relative;
		display: block;
		height: 100%;
		padding: 35px 15px 20px 15px!important;
		line-height: normal;
		height: 100%;
		align-items: center;
		color: #575756 ;
		text-decoration: none;
		font-weight: 700;
		font-size: 15px;
		box-sizing: border-box;
		transition: .25s;
		text-align: center;
	}

	header#masthead .main-menu ul a:hover,
	header#masthead .main-menu ul li.current-menu-item a{
		color: #5a5a5a;
	}

	header#masthead .main-menu .widget.widget_nav_menu > div {
		height: 100%;
	}

	header#masthead .main-menu ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;;
		-ms-flex-align: center;;
		align-items: center;

		position: relative;
		padding: 0!important;
		height: 100%;
	}

	header#masthead .main-menu ul li a:hover,
	header#masthead .main-menu ul li.current-menu-item a {
		background: #f7f7f7;
	}

	header#masthead .main-menu ul li a{
		font-family:inherit!important;
	}

	header#masthead .main-menu ul li a:after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		height: 90px;
		width: 1px;
		background: #eeeeee;
	}

	header#masthead .main-menu ul li a:before {
		/* 		content: ''; */
		display: block;
		width: 100%;
		height: 45px;
		font-size: 45px;
		font-family: 'icomoon';
		font-weight: 100;
		margin-bottom: 5px;

		/*background-size: contain;*/
		/*background-repeat: no-repeat;*/
		/*background-position: center;*/
		/* transition: .25s; */

	}

	header#masthead .main-menu ul a:hover {
		background: rebeccapurple;
	}

	header#masthead .main-menu ul li.usager a:before{
		/*background-image: url(layouts/images/pictos/family.svg);*/
		/* 		content: '\f109'; */
	}

	header#masthead .main-menu ul li.usager a:hover:before,
	header#masthead .main-menu ul li.current-menu-item.usager a:before{
		/*background-image: url(layouts/images/pictos/family-hover.svg);*/
		/*color:#5a5a5a;*/
	}

	header#masthead .main-menu ul li.pro a:before{
		/*background-image: url(layouts/images/pictos/surgeon.svg);*/
		/* 		content: '\f121'; */
	}

	header#masthead .main-menu ul li.pro a:hover:before,
	header#masthead .main-menu ul li.current-menu-item.pro a:before{
		/*background-image: url(layouts/images/pictos/surgeon-hover.svg);*/
		/*color:#5a5a5a;*/
	}

	header#masthead .main-menu ul li.benevole a:before{
		/*background-image: url(layouts/images/pictos/benevole.svg);*/
		/* 		content: '\f104'; */
		background-size: 50px;
	}

	header#masthead .main-menu ul li.benevole a:hover:before,
	header#masthead .main-menu ul li.current-menu-item.benevole a:before{
		/*background-image: url(layouts/images/pictos/benevole-hover.svg);*/
		/*color:#5a5a5a;*/
	}

	header#masthead .main-menu ul li.donateur a:before{
		/*background-image: url(layouts/images/pictos/don.svg);*/
		/* 		content: '\e915'; */
	}

	header#masthead .main-menu ul li.donateur a:hover:before,
	header#masthead .main-menu ul li.current-menu-item.donateur a:before{
		/*background-image: url(layouts/images/pictos/don-hover.svg);*/
		/*color:#5a5a5a;*/
	}

	header#masthead .main-menu ul li.rejoindre a:before{
		/*background-image: url(layouts/images/pictos/rejoindre.svg);*/
		/* 		content: '\f111'; */
		/* 		background-size: 40px; */
	}

	header#masthead .main-menu ul li.rejoindre a:hover:before,
	header#masthead .main-menu ul li.current-menu-item.rejoindre a:before{
		/*background-image: url(layouts/images/pictos/rejoindre-hover.svg);*/
		/*color:#5a5a5a;*/
	}

	header#masthead .main-menu ul li.contact a:before{
		/*background-image: url(layouts/images/pictos/letter.svg);*/
		/* 		content: '\f114'; */
		/* 		background-size: 40px; */
	}

	header#masthead .main-menu ul li.contact a:hover:before,
	header#masthead .main-menu ul li.current-menu-item.contact a:before{
		/*background-image: url(layouts/images/pictos/letter-hover.svg);*/
		/*color:#5a5a5a;*/
	}

	header#masthead .main-menu ul li.search a:before{
		/*background-image: url(layouts/images/pictos/search.svg);*/
		/* 		content: '\f10e'; */
		/* 		background-size: 40px; */
	}

	header#masthead .main-menu ul li.search a:hover:before,
	header#masthead .main-menu ul li.current-menu-item.search a:before{
		/*background-image: url(layouts/images/pictos/search-hover.svg);*/
		/*color:#5a5a5a;*/
	}

	header#masthead .main-menu ul li.soutenir a:before {
		/* 		content: '\f12b'; */
	}

	header#masthead .main-menu ul li.soutenir a {
		background: #e5006d;
		color: #fff;
	}

	header#masthead .main-menu ul li.soutenir a:hover {
		color: #e5006d;
		background: #f7f7f7;
	}

	header#masthead .main-menu ul li.soutenir a:after {
		display: none;
	}

	div#fs-adapter {
		padding: 15px 0;
		flex-grow: 1;
	}

	/*SECONDARY MENU*/

	header#masthead .secondary-menu ul {
		justify-content: center;
	}

	header#masthead .secondary-menu ul.menu > li {
		position: relative;
		margin: 0 12px;
	}

	header#masthead .secondary-menu a {
		position: relative;
		display: block;
		line-height: 1;
		padding: 23px 30px;
		margin: 0;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		transition: .25s;
	}

	header#masthead .secondary-menu a:hover,
	header#masthead .secondary-menu .current-menu-item > a{
		background-color: rgba(255, 255, 255, 0.25)
	}

	header#masthead .secondary-menu ul.menu > li > a:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: -15px;
		margin: auto;
		width: 6px;
		height: 6px;
		background: #fff;
		border-radius: 100%;
	}

	header#masthead .secondary-menu ul.menu > li:last-child a:after{
		display: none;
	}

	/*SUBMENU*/

	header#masthead section, header#masthead section {
		overflow: visible;
		margin-bottom: 0;
	}

	header#masthead .secondary-menu {
		overflow: visible;
	}

	header#masthead .sub-menu {
		position: absolute;
		display: block;
		min-width: 100%;
		min-width: 236px;
		width: 100%;
		background: #575756;
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		transition: .25s;
	}

	header#masthead .sub-menu li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	header#masthead .menu > li:hover .sub-menu {
		opacity: 1;
		visibility: visible;
	}

	header#masthead .secondary-menu .sub-menu a {
		padding: 12px 20px;
		padding-left: 30px;
		text-transform: none;
		/*white-space: nowrap;*/
		line-height: normal;
		font-weight: 600;
	}

	header#masthead .secondary-menu .sub-menu a:before {
		content: '';
		position: absolute;
		top: 18px;
		left: 15px;
		width: 5px;
		height: 5px;
		background: #fff;
		border-radius: 100%;
	}

	ul.sub-menu .for-mobile {
		display:none;
	}

	/*-------------------------*/
	/*MOBILE MENU SWITCH*/
	/*-------------------------*/
	div#mobile-menu-switch {
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 25px;
		width: 35px;
		display: none!important;
		z-index: 1000;
	}

	#nav-icon {
		width: 35px;
		height: 25px;
		position: relative;
		/* margin: 50px auto; */
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}

	#nav-icon span{
		display: block;
		position: absolute;
		height: 5px;
		width: 100%;
		background: #575756;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#nav-icon span:nth-child(1) {
		top: 0px;
	}

	#nav-icon span:nth-child(2) {
		top: 10px;
	}

	#nav-icon span:nth-child(3) {
		top: 20px;
	}

	header#masthead.menu-visible #nav-icon span:nth-child(1) {
		top: 10px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	header#masthead.menu-visible #nav-icon span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}

	header#masthead.menu-visible #nav-icon span:nth-child(3) {
		top: 10px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	/*-------------------------*/
	/*HOME BANNER */
	/*-------------------------*/
	body.home .n2-section-smartslider iframe {
		pointer-events: none;
	}


	/*-------------------------*/
	/*HEADER SECTION */
	/*-------------------------*/

	section#header-section{
		position: relative;
		height: 320px;
	}

	section#header-section:after {
		content: '';
		display: block!important;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: url(layouts/images/header-section-mask-w.png);
		background-position: center bottom;
		background-size: cover;
		background-repeat: no-repeat;
		visibility: visible;
		z-index: 0;
		pointer-events: none;
	}

	section#header-section .vc_row{
		z-index: 10;
		/* padding: 0; */
		margin-top: 0;
		margin-bottom: 0;
	}

	section#header-section #post-title {
		margin-bottom: 0;
		margin-top: -100px;
		color: #575756;
		/*font-weight: 800;*/
	}

	section#header-section h1 {
		color: #575756;
		max-width: 620px;
		margin-left: auto;
		margin-right: auto;
	}

	/*breadcrumbs*/
	div#breadcrumbs .wpb_column {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		max-width: 1200px;
	}

	div#breadcrumbs .vc_yoast_breadcrumb {
		margin-bottom: 0;
	}

	.vc_yoast_breadcrumb a {
		text-decoration: none;
		color: inherit;
	}

	/*-------------------------*/
	/*HEADER TEXT */
	/*-------------------------*/
	section#header-text{
		margin-bottom: 0;
	}

	body.home #header-text h1 {
		position: relative;
		margin-bottom: 32px;
		padding-bottom: 25px;
	}

	body.home #header-text h1:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: -7px;
		width: 7px;
		height: 7px;
		background: #575756 ;
		border-radius: 100%;
		margin: auto;
	}

	#header-text p {
		font-size: 22px;
		font-weight: 400;
	}


	/*-------------------------*/
	/*CARDS SECTION*/
	/*-------------------------*/
	.cards-row .wpb_text_column {
		border-top-left-radius: 30px;
		border-bottom-right-radius: 30px;
		padding: 20px 30px;
		color: #fff;
	}

	.cards-row h3 {
		font-size: 17px;
		position: relative;
		margin-bottom: 22px;
		padding-bottom: 15px;
	}
	.cards-row h3:after{
		content: '';
		position: absolute;
		bottom: -7px;
		left: 0;
		right: 0;
		margin: auto;
		width: 7px;
		height: 7px;
		background: white;
		border-radius: 100%;
	}

	.cards-row h3:only-child {
		position: relative;
		margin:0;
		padding:0;
	}

	.cards-row h3:only-child:after{
		display:none;
	}

	/*-------------------------*/
	/*RANGÉE DE PICTOS*/
	/*-------------------------*/

	section.vc_section.pictos-section {
		overflow: visible;
	}

	section.vc_section.pictos-section > .vc_row {
		position: relative;
		margin-top: 70px;
	}

	section.pictos-section > .vc_row:before {
		content: '';
		display: block;
		position: absolute;
		left: -100px;
		top: -40px;
		width: 400px;
		height: 300px;
		background-image: url(layouts/images/decoration/liseret-feuilles.svg);
		background-repeat: no-repeat;
		background-size: contain;
		pointer-events: none;
		z-index: 1000;
	}

	section.pictos-section > .vc_row:after {
		content: '';
		display: block;
		position: absolute;
		right: -70px;
		bottom: -20px;
		width: 140px;
		height: 120px;
		background-image: url(layouts/images/decoration/points-rose-orange-r.png);
		/*background-image: url(layouts/images/decoration/points-rose-violet.png);*/
		background-repeat: no-repeat;
		background-size: contain;
		pointer-events: none;
		z-index: 1000;
	}

	section.pictos-section, section.pictos-section a {
		color: #fff;
	}

	section.pictos-section .vc_column-inner {
		padding: 0;
	}

	section.pictos-section .wpb_content_element {
		margin-bottom: 0;
	}

	section.pictos-section {
		padding-top: 0!important;
	}

	section.pictos-section .wpb_column {
		position: relative;
	}

	section.pictos-section .wpb_column:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 1px;
		background: #777676;
	}

	section.pictos-section .wpb_column:last-child:after {
		display: none;
	}

	section.pictos-section a {
		padding: 25px 10px;
		padding-bottom: 50px;
		display: block;
		width: 100%;
		box-sizing: border-box;
		text-decoration: none;
	}

	section.pictos-section .wpb_column{
		transition: background .25s;
	}

	section.pictos-section .wpb_column:hover {
		background: rgba(255, 255, 255, 0.31);
	}

	.pictos-section .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon,
	.pictos-section .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
		font-size: 80px!important;
		line-height: 1!important;
		position: relative;
		top: 0;
		left: 0;
		display: block;
		margin: auto;
		transform: none;
	}

	section.pictos-section .vc_icon_element {
		margin-bottom: 0;
	}

	.section.pictos-section .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link,
	.section.pictos-section .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link {
		padding: 30px 0;
		display: block;
		width: 100%;
		box-sizing: border-box;
		text-decoration: none;
	}

	section.pictos-section .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link,
	section.pictos-section  .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link {
		padding: 0;
	}

	section.pictos-section .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
		width: 100%;
		height: auto;
		border: none;
		padding-top: 50px;
	}

	section.pictos-section h3 {
		text-transform: uppercase;
		font-size: 18px;
	}

	/*Light*/

	section.pictos-section.light > .vc_row:before {
		left: -70px;
		bottom: -17px;
		top: auto;
		width: 35px;
		height: 35px;
		background-image: url(layouts/images/decoration/point-orange.png);
	}

	section.pictos-section.light > .vc_row:after {
		right: -25px;
		top: -25px;
		bottom: auto;
		width: 50px;
		height: 50px;
		background-image: url(layouts/images/decoration/point-vert.png);
	}

	section.pictos-section.light, section.pictos-section.light a {
		color: #575756;
	}

	section.pictos-section.light .wpb_column:hover{
		background: #fff;
	}

	section.pictos-section.light .wpb_column,
	section.pictos-section.light .wpb_column a,
	section.pictos-section.light .wpb_column .vc_icon_element-inner {
		transition: .25s;
	}

	section.pictos-section.light .wpb_column:hover,
	section.pictos-section.light .wpb_column:hover a,
	section.pictos-section.light .wpb_column:hover .vc_icon_element-inner {
		color: #5b5b5b;
	}

	/*-------------------------*/
	/*COUNTER*/
	/*-------------------------*/

	.counter-row .wpb_text_column {
		font-weight: 600;
	}

	.counter-row > .wpb_column{
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.counter-row > .wpb_column:last-child {
		border-right: 0;
	}

	div.vc_icon_element{
		margin-bottom: 35px
	}

	.counter-row {
		text-align: center;
		color: #fff;
		text-transform: uppercase;
	}

	.counter-row:last-child {
		margin-bottom: 35px;
	}

	.counter-row .wpb_single_image img {
		height: 85px;
		width: auto;
	}

	.counter-row .vc_icon_element .vc_icon_element-inner {
		line-height: 85px!important;
		width: 85px!important;
		height: 85px!important;
		border: none;
	}

	.counter-row .vc_icon_element > .vc_icon_element-inner.vc_icon_element-size-xl > span.vc_icon_element-icon,
	.counter-row .vc_icon_element > .vc_icon_element-inner.vc_icon_element-size-lg > span.vc_icon_element-icon,
	.counter-row .vc_icon_element > .vc_icon_element-inner.vc_icon_element-size-md > span.vc_icon_element-icon,
	.counter-row .vc_icon_element > .vc_icon_element-inner.vc_icon_element-size-sm > span.vc_icon_element-icon,
	.counter-row .vc_icon_element > .vc_icon_element-inner.vc_icon_element-size-xs > span.vc_icon_element-icon,
	.counter-row .vc_icon_element > .vc_icon_element-inner > span.vc_icon_element-icon {
		font-size: 85px!important;
	}

	/*-------------------------*/
	/*MAP PLUGIN*/
	/*-------------------------*/

	section#map-section .wpb_content_element {
		margin-bottom: 0;
	}

	/* ul#type{
		max-width: 240px;
	} */

	div#map-filters h2 {
		font-size: 31px;
		margin-bottom: 35px;
	}

	/*FILTERS*/
	div#map-filters #type li:last-child {
		margin-bottom: 0;
	}

	div#map-filters #type li.reset-filter {
		box-shadow: inset 0 0 0px 1px #575756;
		color: #575756;
	}

	div#map-filters #type li.reset-filter.active {
		background: #575756;
		color: #fff;
	}

	div#map-filters #type li.pole-domicile {
		box-shadow: inset 0 0 0px 1px #008fb2;
		color: #008fb2;
	}

	div#map-filters #type li.pole-domicile.active {
		background: #008fb2;
		color: #fff;
	}

	div#map-filters #type li.pole-medico-educatif-et-handicap {
		box-shadow: inset 0 0 0px 1px #e5006d;
		color: #e5006d;
	}

	div#map-filters #type li.pole-medico-educatif-et-handicap.active {
		background: #e5006d;
		color: #fff;
	}


	div#map-filters #type li.pole-personnes-agees {
		box-shadow: inset 0 0 0px 1px #f07e23;
		color: #f07e23;
	}

	div#map-filters #type li.pole-personnes-agees.active {
		background: #f07e23;
		color: #fff;
	}


	div#map-filters #type li.pole-sante {
		box-shadow: inset 0 0 0px 1px #96c11f;
		color: #96c11f;
	}

	div#map-filters #type li.pole-sante.active {
		background: #96c11f;
		color: #fff;
	}

	div#map-filters #type li:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 25%;
		height: 25%;
		margin: auto;
		z-index: -1;
		opacity: 0;
		border-top-left-radius: 30px;
		border-bottom-right-radius: 30px;
		transition: .25s;
	}

	div#map-filters #type li:hover:after {
		opacity: 1;
		width: 100%;
		height: 100%;
		transition: .5s;
	}

	div#map-filters #type li:hover {
		color: #fff;
	}

	div#map-filters #type li.reset-filter:after {
		background: #575756;
	}

	div#map-filters #type li.pole-domicile:after {
		background: #008fb2;
	}
	div#map-filters #type li.pole-medico-educatif-et-handicap:after {
		background: #e5006d;
	}
	div#map-filters #type li.pole-personnes-agees:after {
		background: #f07e23;
	}
	div#map-filters #type li.pole-sante:after {
		background: #96c11f;
	}

	/*-------------------------*/
	/*PRE-FOOTER SECTION*/
	/*-------------------------*/
	section#pre-footer-section {
		color: #575756;
		padding-bottom: 100px;
		overflow: visible;
		margin-top: 100px;
		margin-bottom: 0;
	}

	section#pre-footer-section > .vc_row {
		position: relative;
	}

	section#pre-footer-section > .vc_row:before {
		content: '';
		display: block;
		position: absolute;
		left: -160px;
		top: -120px;
		width: 225px;
		height: 210px;
		background-image: url(layouts/images/decoration/3-petales-couleur.png);
		background-repeat: no-repeat;
		background-size: contain;
		pointer-events: none;
	}

	section#pre-footer-section > .vc_row:after {
		content: '';
		display: block;
		position: absolute;
		right: -150px;
		top: -70px;
		width: 140px;
		height: 120px;
		background-image: url(layouts/images/decoration/points-rose-orange.png);
		background-repeat: no-repeat;
		background-size: contain;
		pointer-events: none;
	}
	section#pre-footer-section .wpb_column {
		position: relative;
	}

	section#pre-footer-section .wpb_column:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: #575756;
	}

	section#pre-footer-section .wpb_column:last-child:after{
		display: none;
	}

	section#pre-footer-section img {
		width: 90px;
	}

	section#pre-footer-section .wpb_content_element {
		margin-bottom: 0;
	}

	section#pre-footer-section a {
		display: block;
		padding: 25px 0;
		width: 100%;
		overflow: visible;
	}

	/*Simple*/
	section#pre-footer-section.simple > .vc_row > .wpb_column {
		margin-top: 30px;
	}
	section#pre-footer-section.simple {
		padding-bottom: 60px;
	}

	/*ICONE*/
	section#pre-footer-section h3 {
		font-weight: 600;
	}

	section#pre-footer-section .vc_icon_element {
		margin-bottom: 0;
	}

	section#pre-footer-section .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md,
	section#pre-footer-section .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
		display: block;
		width: 100%;
		height: auto;
		border: none;
	}

	section#pre-footer-section .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon,
	section#pre-footer-section .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
		font-size: 80px!important;
		position: relative;
		display: block;
		margin: auto;
		left: 0;
		top: 0;
		transform: none;
	}

	section#pre-footer-section.simple .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon,
	section#pre-footer-section.simple .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
		font-size: 40px!important;
		margin: 15px;
	}

	section#pre-footer-section.simple a{
		padding: 0;
	}

	section#pre-footer-section .footer-pictos  .wpb_wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 10px;
	}


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

	footer#colophon {
		/* margin-top: 50px; */
	}

	section#main-footer {
		overflow: visible;
		padding-bottom: 35px;
		position: relative;
		margin-bottom: 0;
	}

	footer#colophon .wpb_content_element {
		margin-bottom: 0;
	}

	section#main-footer:before {
	/*	content: '';
	position: absolute;
	top: -180px;
	left: 0;
	width: 100%;
	height: 180px;
	background-image: url(layouts/images/fond-pied-de-page.png);
	background-size: auto;
	background-position: center 50px;
	background-repeat: no-repeat;
	z-index: 10;
	pointer-events: none;
	*/
	content: '';
	position: absolute;
	top: -240px;
	left: 0;
	width: 100%;
	height: 240px;
	background-image: url(layouts/images/fond-pied-de-page.png);
	background-size: auto;
	background-position: center 50px;
	background-repeat: no-repeat;
	z-index: 10;
	pointer-events: none;
	background-size: contain;
	background-position: center bottom;
	display: none;
}

section#main-footer {
	color: #fff;
}

section#main-footer a {
	color: #fff;
	text-decoration: none;
}

section#main-footer img {
	width: 100%;
	height: auto;
	display: block;
}

section#main-footer ul {
	padding: 0;
	margin: 0;
}

section#main-footer li {
	list-style: none;
	padding: 0;
}

section#main-footer > .vc_row > .wpb_column {
	position: relative;
	padding: 0 15px 0 30px;
	margin: 0;
}

div#social_footer{
	padding-right: 0;
}

section#main-footer > .vc_row > .wpb_column:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background: #777676;
}

section#main-footer > .vc_row > .wpb_column:first-child {
	padding: 0;
	padding-right: 30px;
}

section#main-footer > .vc_row > .wpb_column {
	width: 21%;
}

section#main-footer > .vc_row > .wpb_column:first-child{
	width: 25%;
}
section#main-footer > .vc_row > .wpb_column:first-child .wpb_text_column .wpb_wrapper{
	margin-top: 15px;
}
section#main-footer > .vc_row > .wpb_column:first-child p, section#main-footer > .vc_row > .wpb_column:first-child h3{
	margin: 0 !important;
}
section#main-footer > .vc_row > .wpb_column:first-child:after,
section#main-footer > .vc_row > .wpb_column:last-child:after {
	display: none;
}

section#main-footer > .vc_row > .wpb_column:nth-child(2) {
	padding-left: 0;
}

section#main-footer h3 {
	font-size: 15px;
}

section#main-footer .wpb_single_image .vc_figure {
	width: 100%;
}

section#main-footer .wpb_single_image .vc_single_image-wrapper {
	width: 100%;
}

section#main-footer .menu a {
	display: block;
	padding: 5px 0;
}


/*social*/
div#social_footer {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

div#social_footer a {
	display: block;
	/* border: 1px solid #fff; */
	/* border-radius: 100%; */
	/* width: 40px; */
	/* height: 41px; */
	/* margin: 0; */
	/* margin-left: 0; */
	/* text-align: center; */
	/* font-size: 25px; */
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	/* transition: .25s; */
}

div#social_footer a:hover {
	/* background: #fff; */
	/* color: #575756; */
}

.vc_icon_element-inner {}

div#social_footer .vc_icon_element-inner {
	border-radius: 100%;
	border: 1px solid #fff;
}

div#social_footer .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
}

div#social_footer .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
	margin-bottom: 0;
	margin: 0 10px;
	margin-bottom: 15px;
}

div#social_footer .vc_icon_element-inner {
	width: 3em;
	height: 3em;
	transition: .25s;
}

div#social_footer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
	font-size: 1.75em!important;
}

div#social_footer .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left:first-child, div#social_footer .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left:last-child {
	margin: 0;
}

div#social_footer .vc_column-inner {
	padding: 0;
}

div#social_footer {
	padding-right: 0!important;
	margin-top: 30px!important;
	margin-bottom: 15px!important;
}

div#social_footer .vc_icon_element-inner:hover {
	color: #575756;
	background: #fff;
}

/*Fix img deformation overlay*/
.sboard .sb-item .sb-inner .sb-thumb img{
	width: auto!important;
}

/*scroll to top*/
div#scroll-to-top {
	position: fixed;
	width: 45px;
	height: 45px;
	right: 30px;
	bottom: 30px;
	z-index: 1000000;
	cursor: pointer;
	background: #575756;
	border-radius: 100%;
	transition: .25s;
	box-shadow: 0 0 0 1px #575756;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

div#scroll-to-top.visible{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

div#scroll-to-top img {
	display: block;
	width: 100%;
	height: auto;
}

div#scroll-to-top:hover {
	bottom: 40px;
}

/*-------------------------*/
/*ACCORDEON*/
/*-------------------------*/

[class^="icon-number-"]:before, [class*=" icon-number-"]:before {
	font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif!important;
}

.vc_tta-panel {
	margin-bottom: 35px;
}

body.wpb-js-composer .vc_tta-accordion div.vc_tta-panel div.vc_tta-panel-heading {
	background: #f1f1f1!important;
	border: none!important;
	border-radius: 0!important;
	border-top-left-radius: 30px!important;
	border-bottom-right-radius: 30px!important;
}

body .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title{
	line-height: 1.3;
}

.vc_tta-accordion .vc_tta-panel-title>a {
	display: flex!important;
	align-items: center;
	color: #575756!important;
	text-transform: uppercase;
	padding: 30px 25px!important;
	padding-right: 90px!important;
}

.vc_tta-accordion .vc_tta-controls-icon {
	color: #fff!important;
	background: #575756;
	border-top-left-radius:30px;
	border-bottom-right-radius:30px;
	width: 55px!important;
	height: 55px!important;
}

.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	width: 24px!important;
	margin: auto;
	border-width: 3px 0 0 0!important;
	border-color: #fff!important;
}

.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	height: 24px!important;
	margin: auto;
	border-width: 0 0 0 3px!important;
	border-color: #fff!important;
}

.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	width: 15px!important;
	margin: auto;
	border-width: 3px 0 0 0!important;
}

.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	height: 15px!important;
	margin: auto;
	border-width: 0 0 0 3px!important;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-o-no-fill .vc_tta-panels div.vc_tta-panel-body {
	border: 1px solid #f1f1f1;
	border-top: 0;
	border-bottom-right-radius: 30px;
	margin-top: -30px;
	padding: 50px 60px;
	padding-top: 70px;
	z-index: 10;
}

.vc_tta-accordion .vc_tta-panel-heading {
	z-index: 15;
	position: relative;
}

/*Picto*/
.vc_tta-accordion .vc_tta-panel-title > a i.vc_tta-icon {
	font-size: 40px!important;
	width: 40px;
	margin-right: 30px;
	font-weight: 500;
	text-align: center;
}

.vc_tta-accordion .vc_tta-panel-title > a i.vc_tta-icon:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 1px;
	background: #ffffff;
	left: 85px;
}

/*Chiffre*/
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-1,
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-2,
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-3,
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-4,
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-5,
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-6,
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-7,
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-8,
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-9,
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-10,
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-11,
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-12,
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-13,
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-14,
.vc_tta-panel-title > a i.vc_tta-icon.icon-number-15 {
	font-size: 30px!important;
	font-weight: 700;
	text-align: center;
}

/*-------------------------*/
/*SOCIAL WALL*/
/*-------------------------*/
div#sb_wall84 {
	overflow-y: auto;
	border-radius: 0;
}

div#sb_wall84 .simplebar-offset:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	box-shadow: 0 0 35px 3px #0000007d;
	z-index: 10;
}

div#sb_wall84 .simplebar-content:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 30px;
	z-index: 1000;
	background: #fff;
	left: 0;
	bottom: 0;
	width: 100%;
}

div#sb_wall84 .simplebar-content {
	position: relative;
}

.sboard.sb-modern .sb-item .sb-container,
.sboard .sb-item .sb-thumb a img {
	border-radius: 0;
}

.sb-hover {
	background-color: #5b5b5b;
	border-radius: 4px;
}

.simplebar-content {
	padding-left: 0!important;
}

/*Custom filters*/
.filter-items {
	display: none!important;
}

div#custom-social-wall-filters ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
}

div#custom-social-wall-filters li {
	margin: 0 15px;
	padding: 0;
	list-style: none;
}

div#custom-social-wall-filters {
	position: absolute;
	top: 15px;
	right: 0;
}

div#custom-social-wall-filters a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #575756;
	color: #575756;
	font-size: 30px;
	text-decoration: none;
	transition: .25s;
}

div#custom-social-wall-filters a:hover,  div#custom-social-wall-filters a.active {
	background: #575756;
	color: #fff;
}

/*-------------------------*/
/*ICON BOX - STYLE 2 */
/*-------------------------*/
section.vc_section.section-don-pictos {
	margin-top: 125px;
	padding-top: 0;
	padding-bottom: 30px;
}

section.vc_section.section-don-pictos .vc_icon_box.style-2 {
	margin-top: -80px;
}

.vc_icon_box.style-2{
	margin-top: 0;
}

.vc_icon_box.style-2 .vc_icon_box_icon {
	position: relative;
	top: 0;
	width: 160px;
	height: 160px;
	font-size: 90px;
	line-height: 90px;
	border: none;
	will-change: transform;
	transform: translateY(0px);
}

.vc_icon_box.style-2 .vc_icon_box_txt {
	background: none!important;
	font-size: 16px;
	text-transform: none;
	padding: 0;
	display: block;
	margin-top: 30px;
	height: auto;
	width: auto;
}

.vc_icon_box.style-2 .vc_icon_box_txt p {
	color: #5b5b5b;
}

.vc_icon_box.style-2 h3 {
	position: relative;
	margin-bottom: 60px;
}

.vc_icon_box.style-2 h3:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -45px;
	height: 30px;
	width: 2px;
	background: #96c11f;
}

.vc_icon_box.style-2 .vc_icon_box_txt:after {
	display: none;
}

.vc_icon_box.style-2:hover .vc_icon_box_txt {
	transform: none;
}

.vc_icon_box.style-2:hover .vc_icon_box_icon {
	top: 0;
	transform: scale(1.05);
}

.vc_icon_box a {
	display: block;
}

.vc_icon_box.style-2 .vc_icon_box_icon:after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	padding: 10px;
	border-radius: 100%;
	transition: .25s;
}

.vc_icon_box.style-2:hover .vc_icon_box_icon:after {
	transform: scale(0.9);
	opacity: 0;
	visibility: hidden;
}
/*-------------------------*/
/*KEY NUMBERS*/
/*-------------------------*/
.vc_section.key-numbers {
	color: #575756;
	text-align: center;
}

.vc_section.key-numbers span.the_number:after {
	display: none;
}

.vc_section.key-numbers span.the_number {
	font-size: 70px;
	font-weight: 800;
}

.vc_section.key-numbers .wpb_text_column {
	font-size: 25px;
	margin-bottom: 0;
}

.vc_section.key-numbers .vc_col-sm-3 span.the_number {
	font-size: 60px;
}

.vc_section.key-numbers .vc_col-sm-3 .wpb_text_column {
	font-size: 20px;
}

.vc_section.key-numbers .wpb_column {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

.vc_section.key-numbers .wpb_column:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #575756;
}

.vc_section.key-numbers .wpb_column:last-child:after {
	display: none;
}

.vc_section.key-numbers {
	padding-bottom: 50px;
}


/*-------------------------*/
/*TABLEAU INFOS AVEC PICTO*/
/*-------------------------*/
body section div.vc_row.pictos-table {
	margin-bottom: 35px;
}

.pictos-table span.vc_icon_element-icon {
	font-size: 40px;
}

.pictos-table .vc_inner > .wpb_column {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.pictos-table .vc_inner .wpb_column:first-child {
	position: relative;
}

.pictos-table .wpb_text_column:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	background: #575756;
}

.pictos-table .vc_icon_element-icon:before {
	font-size: 50px!important;
}

.pictos-table .vc_icon_element, .pictos-table .wpb_content_element {
	margin-bottom: 0;
}

.pictos-table .vc_inner:last-child {
	border: none;
}
.pictos-table .vc_inner:last-child > .wpb_column {
	border-bottom: none;
}
.pictos-table .vc_icon_element {
	text-align: center;
}

.pictos-table .wpb_content_element {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.pictos-table .vc_row {
	margin: auto;
}

.pictos-table .wpb_wrapper .vc_column-inner > .wpb_wrapper {
	height: 100%;
	display: flex;
	align-items: center;
}

.pictos-table .vc_icon_element {
	padding-right: 20px;
}

.pictos-table p {
	margin: 0;
}

.pictos-table h3 {
	margin-bottom: 15px;
	text-transform: none;
}

.pictos-table .vc_inner > .wpb_column:first-child {
	border-right: 1px solid #e5e5e5;
}

.pictos-table > .wpb_column > .vc_column-inner > .wpb_wrapper {
	border: 1px solid #e5e5e5;
	border-radius: 30px;
}

/*-------------------------*/
/*FICHE ETABLISSEMENT*/
/*-------------------------*/

.single-marker div#content {
	padding-bottom: 40px;
}

/*Sidebar*/

div#marker-sidebar {
	width: 30%;
	margin-left: 3.33%;
}

div#marker-sidebar h4 {
	font-size: 15px;
	padding-top: 5px;
}

div#marker-sidebar .vc_general.vc_btn3 {
	width: 100%;
	max-width: none;
}

body.single-marker .vc_image_carousel {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

div#marker-sidebar p a{
	color: #fff
}

/*main content*/
/*Espace avant l'image dans une sous section*/
.vc_col-sm-8 .vc_row .wpb_column .wpb_single_image {
	margin-top: 15px;
}

/*On supprime les padding des sous colonnes, qui s'ajoute à ceux de la colonne pricipale*/
.vc_col-sm-8 .vc_column_container:first-child > .vc_column-inner {
	padding-left: 0;
}

.vc_col-sm-8 .vc_column_container:last-child > .vc_column-inner {
	padding-right: 0;
}


/*-------------------------*/
/*CTA SECTION*/
/*-------------------------*/

section.cta_section .vc_icon_element {
	text-align: center!important;
	font-size: 30px;
	margin-bottom: 0;
}

section.cta_section .wpb_text_column {
	font-size: 22px;
	color: #575756;
	margin-bottom: 40px;
}

section.cta_section .wpb_text_column p {
	margin: 0;
}

section.cta_section {
	margin-bottom: 0;
}

/*-------------------------*/
/*SECTION 2 COLONNES AVEC IMAGE 50% FULL LARGEUR*/
/*-------------------------*/

/*Image à gauche*/
section.vc_section.img-left-2-col > .vc_row > .wpb_column:last-child {
	padding: 5em 7.5px 5em 5em;
}

section.vc_section.img-left-2-col.img-full-width > .vc_row > .wpb_column:last-child {
	max-width: 600px;
	margin-right: auto;
}

/*Image à droite*/
section.vc_section.img-right-2-col > .vc_row > .wpb_column:first-child {
	padding: 5em 5em 5em 7.5px;
}

section.vc_section.img-right-2-col.img-full-width > .vc_row > .wpb_column:first-child {
	max-width: 600px;
	margin-left: auto;
}

section.vc_section.img-left-2-col .wpb_content_element,
section.vc_section.img-right-2-col .wpb_content_element{
	margin-bottom: 0;
}


/*-------------------------*/
/*SECTION NEWSLETTER*/
/*-------------------------*/

section.vc_section.newsletter-sub, section.vc_section.newsletter-sub h2 {
	color: #575756;
	margin-bottom: 26px;
}

.sib_signup_form {
	text-align: center;
}

.sib-email-area label {
	margin-right: 20px;
	font-weight: 600;
	cursor: pointer;
}

body #content .sib-email-area input {
	-webkit-appearance: none;
	border: none;
	background: none;
	border-bottom: 1px solid;
	font-size: inherit;
	color: #575756;
	margin-bottom: 30px!important;
	outline: none;
	width: 270px;
	font-family: inherit;
	padding-bottom: 1px;
	transition: .25s;
	padding: 2px;
}

body #content .sib-email-area input:hover, body #content .sib-email-area input:focus {
	outline: none;
	box-shadow: 0 0 4px 0px rgba(0, 147, 84, 0.4);
	border-color: rgba(255, 255, 255, 0);
}

body.fs_lvl_1 #content .sib-email-area input{
	font-size: 18px;
}

section.vc_section.newsletter-sub h2:after {
	margin-left: auto;
	margin-right: auto;
	background: #575756;
}

body .sib-submit-area .vc_general.vc_btn3 {
	box-shadow: 0 0 0 1px #575756;
	color: #575756;
	padding: 10px;
	min-width: 140px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	/* margin-bottom: 0!important; */
}

body .sib-submit-area .vc_general.vc_btn3:hover,
body .sib-submit-area .vc_general.vc_btn3:focus {
	background: #575756;
	color: #fff!important;
}

section.vc_section.newsletter-sub .wpb_text_column p {
	font-size: 20px;
	margin: 30px auto;
}

.sib-email-area input::placeholder {
	color: #575756;
}

.sib_msg_disp {
	order: 3;
	width: 100%;
}
.sib_msg_disp p{
	margin: 10px 0;
}
p.sib-alert-message {
	display: inline-block!important;
	position: relative!important;
	padding: 6px 12px!important;
	height: auto!important;
	margin: auto!important;
	width: auto!important;
	opacity: 1!important;
}

form#sib_signup_form_1 p.sib-alert-message{
	font-size: 16px;
	border: none!important;
	background: none!important;
	margin: 0;
}

form#sib_signup_form_1 p.sib-alert-message-warning {
	color: #ff7200!important;
}

form#sib_signup_form_1 p.sib-alert-message-success {
	color: #96c11f!important;
}

form#sib_signup_form_1 p.sib-alert-message-error{
	color: #e00b0b!important;
}

.sib_signup_box_inside_1 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 500px;
	margin: auto;
}

.sib-email-area {
	/* margin-right: 20px; */
	width: 100%;
}

.sib_loader {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	border: none;
	width: 20px;
	height: 20px;
	margin: auto;
	border-radius: 100%;
	box-shadow: inset 0 0 0 1px #ffffff;
}

.sib-submit-area {
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}

section.vc_section.newsletter-sub .vc_icon_element {
	margin-bottom: 25px;
}

div#wpcf7-f2301-p1275-o1 {
	max-width: 500px;
	margin: auto;
}

div#wpcf7-f2301-p1275-o1 .g-recaptcha.wpcf7-recaptcha > div {
	margin: auto;
}

div#wpcf7-f2301-p1275-o1 .wpcf7-submit {
	margin: auto;
	display: block;
}

/*-------------------------*/
/*NAVIGATION ARTICLE*/
/*-------------------------*/
div#post-navigation p {
	margin: 0;
}

div#post-navigation a {
	color: #575756;
}

/*-------------------------*/
/*404 PAGE */
/*-------------------------*/

/*body.error404 div#page {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
	min-height: 100vh;
}
*/

body.error404 main#main {
	padding: 7em 0;
	/*padding: 10em 0;*/
}


/*-------------------------*/
/*SITEMAP*/
/*-------------------------*/
div#sitemap h2 {margin-top: 70px;}

div#sitemap h2:first-child {
	margin-top: 0;
}

/*-------------------------*/
/*ONGLETS*/
/*-------------------------*/

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-list {
	margin-left: 0!important;
}

.vc_tta-tabs .vc_tta-panel-body {
	padding: 0px!important;
	margin: 30px;
	min-height: 0!important;
}

.wpb-js-composer .vc_tta-tabs .vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
	background: #f1f1f1!important;
}

.wpb-js-composer .vc_tta-tabs .vc_tta-tab.vc_active>a {
	background: #f1f1f1!important;
}

.wpb-js-composer .vc_tta-tabs .vc_tta-tab>a {
	background: #fff!important;
	text-transform: uppercase;
	color: #575756!important;
	font-weight: 700;
	border-radius: 0!important;
	border-color: #f1f1f1!important;
	padding: 15px 40px !important;
}

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tab {
	margin-left: 0!important;
}

.wpb-js-composer .vc_tta-tabs .vc_tta-tab>a:hover {
	background-color: #f1f1f1!important;
}



@media (min-width: 1025px){

	header#masthead.sticky-menu .secondary-menu {
		position: fixed!important;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10000;
		box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
	}

}

@media (max-width: 1440px){

	/*Eviter aux décoration de prendre de la place et de faire apparaitre un slide horizontal de la page*/
	div#page {
		/*overflow-x: hidden;*/
	}

	/*-------------------------*/
	/*PRE-FOOTER SECTION*/
	/*-------------------------*/
	section#pre-footer-section > .vc_row:before {
		left: -80px;
		top: -100px;
		width: 195px;
		height: 190px;
	}

	section#pre-footer-section {
		margin-top: 60px;
	}

	section#pre-footer-section > .vc_row:after {
		right: 0px;
		top: -65px;
		width: 120px;
		height: 100px;
	}
}

@media (min-width: 1200px) and (max-width: 1300px){

	div#scroll-to-top {
		right: 5px;
		width: 35px;
		height: 35px;
		bottom: 5px;
	}

	div#scroll-to-top:hover {
		bottom: 10px;
	}

}

@media (max-width: 1200px){

	/*-------------------------*/
	/*MENU*/
	/*-------------------------*/
	header#masthead .secondary-menu a {
		padding: 23px 10px;
	}

	header#masthead li:last-child .sub-menu {
		min-width: 170px;
	}

	header#masthead .main-menu ul a {
		font-size: 13px;
	}

	/*-------------------------*/
	/*SOUS MENU*/
	/*-------------------------*/
	header#masthead .main-menu ul a{
		padding: 35px 14px 20px 14px!important;
	}

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

	section#main-footer > .vc_row > .wpb_column:first-child {
		width: 100%;
	}

	section#main-footer img {
		height: 180px;
	}

	section#main-footer > .vc_row > .wpb_column {
		width: 50%;
		margin-bottom: 35px;
		text-align: center;
		padding: 0;
	}

	section#main-footer .vc_row {
		max-width: 660px;
	}

	section#main-footer > .vc_row > .wpb_column:nth-child(3):after {
		display: none;
	}

	section#main-footer > .vc_row > .wpb_column:nth-child(4) {
		padding-left: 0;
	}

	section#main-footer > .vc_row > .wpb_column:before {
		content: '';
		position: absolute;
		top: -18px;
		right: 0;
		height: 1px;
		width: 100%;
		background: #4db488;
	}

	section#main-footer > .vc_row > .wpb_column:nth-child(1):before, section#main-footer > .vc_row > .wpb_column:nth-child(2):before, section#main-footer > .vc_row > .wpb_column:nth-child(3):before {
		display: none;
	}

	div#social_footer {
		justify-content: center;
	}

	/*-------------------------*/
	/*RANGÉE DE PICTOS*/
	/*-------------------------*/

	/*light*/
	section.pictos-section.light > .vc_row:before {
		left: 20px;
	}

	section.pictos-section.light > .vc_row:after {
		right: 20px;
	}

	/*-------------------------*/
	/*MAP PLUGIN*/
	/*-------------------------*/
	div.map-filters-wrapper{
		padding: 35px 0;
		margin: 0;
		text-align: center;
	}
	div#map-filters h2:after {
		margin-left: auto;
		margin-right: auto;
	}

	ul#type {
		margin: auto;
	}
	/*-------------------------*/
	/*FOOTER*/
	/*-------------------------*/
	/*SCroll To Top*/
	div#scroll-to-top{
		bottom: 20px;
		right: 20px;
	}

	div#scroll-to-top:hover{
		bottom: 30px;
	}


	div#social_footer .wpb_wrapper {
		justify-content: center;
	}

}

@media (max-width: 1024px){

	/*-------------------------*/
	/*HEADING STYLES*/
	/*-------------------------*/
	h2{
		margin-bottom: 30px;
	}


	/*-------------------------*/
	/*BOUTON PRINCIPAL*/
	/*-------------------------*/
	body .vc_general.vc_btn3{
		font-size: 13px;
		padding: 15px;
	}

	/*-------------------------*/
	/*MOBILE MENU*/
	/*-------------------------*/

	body {
		margin-top: 100px;
	}

	header#masthead .secondary-menu .vc_column-inner {
		padding: 0;
	}

	div#mobile-menu {
		display: flex!important;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background: white;
		z-index: 100000;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	}

	div#mobile-menu-logo {
		width: 150px;
		padding: 5px 15px;
	}

	div#mobile-menu-logo img {
		width: auto;
		height: 100%;
	}

	div#mobile-menu-switch {
		display: block!important;
	}

	header#masthead section.vc_section {
		position: fixed!important;
		top: 100px;
		padding-bottom: 100px;
		width: 320px!important;
		left: -350px!important;
		z-index: 100000;
		background: #575756;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		height: 100%;
		overflow: auto;
		transition: .25s;
	}
	header#masthead.menu-visible section.vc_section {
		left: 0px!important;
	}
	header#masthead div#site-logo {
		display: none;
	}

	header#masthead .wpb_column {
		width: 100%;
	}

	header#masthead .menu li {
		width: 50%;
	}

	header#masthead .main-menu ul li {
		height: auto;
	}

	header#masthead .main-menu {
		background: #fff;
		height: auto;
	}

	header#masthead .main-menu ul li a:before {
		font-size: 30px;
		height: 30px;
	}

	header#masthead .main-menu ul li.search a:before,
	header#masthead .main-menu ul li.rejoindre a:before,
	header#masthead .main-menu ul li.benevole a:before,
	header#masthead .main-menu ul li.contact a:before {
		/*background-size: 30px;*/
		font-size: 30px;
	}

	header#masthead .main-menu ul a {
		margin: auto;
		padding: 15px!important;
	}

	header#masthead .main-menu ul li a:after {
		display: none;
	}

	header#masthead .secondary-menu ul.menu > li > a:after{
		display: none;
	}

	header#masthead .secondary-menu {
		width: 100%!important;
		padding: 0!important;
		left: 0!important;
		padding-top: 8px!important;
	}

	header#masthead .secondary-menu ul.sub-menu {
		display: none;
		transition: none;
	}

	header#masthead .secondary-menu ul.menu > li {
		width: 100%;
		margin: 0;
	}

	header#masthead .secondary-menu a {
		padding: 10px;
		line-height: normal;
	}

	header#masthead .secondary-menu ul {
		position: relative;
		opacity: 1;
		visibility: visible;
	}
	header#masthead .menu ul.sub-menu li {
		width: 100%;
	}

	header#masthead .secondary-menu .sub-menu a {
		padding: 10px;
		padding-left: 30px;
	}

	header#masthead .secondary-menu .sub-menu a:before {
		top: 16px;
	}

	header#masthead .main-menu .wpb_wrapper, header#masthead .main-menu .wpb_content_element {
		justify-content: flex-start;
	}

	header#masthead .main-menu ul {
		border-top: 1px solid #c1c1c1;
		padding: 20px 0;
		box-sizing: border-box;
	}

	div#fs-adapter {
		padding: 5px 0;
	}

	header#masthead .main-menu ul li.search {
		position: absolute;
		width: 30px;
		height: 30px;
		top: -35px;
		/*top: 110px;*/
		left: -275px;
		transition: .25s;
	}

	header#masthead.menu-visible .main-menu ul li.search {
		left: 275px;
	}

	header#masthead .main-menu ul li.search a {
		font-size: 0;
		display: block;
		padding: 0!important;
		margin-right: 0;
		width: 100%;
		height: 100%;
	}

	header#masthead .main-menu ul li.search a:before {
		background-size: 25px;
	}

	ul.sub-menu .for-mobile {
		display:block;
	}

	header#masthead .main-menu ul li a:hover, header#masthead .main-menu ul li.current-menu-item a{
		background-color: #fff;
	}

	header#masthead .main-menu ul {padding-bottom: 0;}

	header#masthead .main-menu ul li.soutenir{
		width: 100%;
	}

	header#masthead .main-menu ul li.soutenir a {
		color: #e5006d;
		background: none;
	}

	header#masthead .main-menu ul li.soutenir a:hover{
		color: #5a5a5a;
		background: none;
	}

	header#masthead .main-menu ul li.soutenir {
		background: #fff;
	}

	/*-------------------------*/
	/*COUNTER*/
	/*-------------------------*/

	.counter-row > .wpb_column {
		width: 50%;
	}

	.counter-row > .wpb_column {
		border-right:0;
	}

	.counter-row > .wpb_column:nth-child(odd){
		border-right: 1px solid #fff;
	}

	/*-------------------------*/
	/*KEY NUMBERS*/
	/*-------------------------*/

	.vc_section.key-numbers span.the_number {
		font-size: 50px;
	}

	.vc_section.key-numbers .wpb_text_column {
		font-size: 20px;
	}


	/*-------------------------*/
	/*SECTION 2 COLONNES AVEC IMAGE 50% FULL LARGEUR*/
	/*-------------------------*/
	/*Image à gauche*/
	section.vc_section.img-left-2-col > .vc_row > .wpb_column:last-child {
		padding: 3em 7.5px 3em 3em;
	}

	/*Image à droite*/
	section.vc_section.img-right-2-col > .vc_row > .wpb_column:first-child {
		padding: 3em 3em 3em 7.5px;
	}

	/*-------------------------*/
	/*RANGÉE DE PICTOS*/
	/*-------------------------*/
	section.vc_section.pictos-section > .vc_row{
		margin-top: 30px;
	}

	section.pictos-section > .vc_row:before {
		height: 100px;
		left: 10px;
		top: -40px;
	}
	div.map-filters-wrapper h2{
		text-align: left;
	}
	section.pictos-section > .vc_row:after {
		width: 60px;
		height: 60px;
		right: 5px;
		bottom: -13px;
	}


	/*-------------------------*/
	/*PRE-FOOTER SECTION*/
	/*-------------------------*/

	section#pre-footer-section > .vc_row:before {
		left: 10px;
		top: -110px;
		width: 145px;
		height: 150px;
	}

	section#pre-footer-section.simple > .vc_row:before {
		width: 110px;
		top: -100px;
	}

	section#pre-footer-section {
		margin-top: 80px;
	}

	section#pre-footer-section > .vc_row:after {
		right: 0;
		top: -65px;
		width: 120px;
		height: 100px;
	}

	/*-------------------------*/
	/*SOCIAL WALL*/
	/*-------------------------*/
	div#sb_wall84 {
		max-height: 60vh;
	}


	/*-------------------------*/
	/*ICON BOX - STYLE 2 */
	/*-------------------------*/

	.vc_icon_box.style-2 .vc_icon_box_icon {
		width: 130px;
		height: 130px;
		font-size: 70px;
		line-height: 70px;
	}

	.vc_icon_box.style-2 .vc_icon_box_txt br {
		display: none;
	}

	.vc_icon_box.style-2 .vc_icon_box_icon:after {
		top: -5px;
		left: -5px;
		padding: 5px;
	}

	section.vc_section.section-don-pictos {
		margin-top: 100px;
	}

	section.vc_section.section-don-pictos .vc_icon_box.style-2 {
		margin-top: -70px;
	}

}

@media (max-width: 768px){

	/*-------------------------*/
	/*HEADING STYLES*/
	/*-------------------------*/
	h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 19px;
	}

	h4 {
		font-size: 18px;
	}

	h2:after{
		height: 3px;
	}

	/*-------------------------*/
	/*HEADER SECTION */
	/*-------------------------*/

	section#header-section{
		margin-bottom: 0;
		height: 210px;
		padding-top: 0;
	}

	section#header-section #post-title {
		margin-top: 0;
		/*margin-top: -50px;*/
		max-width: 370px;
		line-height: 1;
		margin-left: auto;
		margin-right: auto;
	}

	/*-------------------------*/
	/*HEADER TEXT */
	/*-------------------------*/
	#header-text p {
		font-size: 19px;
	}

	/*-------------------------*/
	/*SECTION 2 COLONNES AVEC IMAGE 50% FULL LARGEUR*/
	/*-------------------------*/

	section.vc_section.img-left-2-col > .vc_row > .wpb_column:first-child,
	section.vc_section.img-right-2-col > .vc_row > .wpb_column:last-child {
		min-height: 250px;
		margin-bottom: 30px;
	}

	/*Image à gauche*/
	section.vc_section.img-left-2-col > .vc_row > .wpb_column:last-child {
		padding: 0;
		max-width: none;
	}

	/*Image à droite*/
	section.vc_section.img-right-2-col > .vc_row > .wpb_column:first-child {
		padding: 0;
		max-width: none;
		order: 2;
	}

	section.vc_section.img-left-2-col .wpb_content_element,
	section.vc_section.img-right-2-col .wpb_content_element{
		margin-bottom: 35px;
	}

	/*-------------------------*/
	/*ACCORDEON*/
	/*-------------------------*/
	.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-o-no-fill .vc_tta-panels div.vc_tta-panel-body {
		padding: 40px 40px;
		padding-top: 60px;
	}

	/*-------------------------*/
	/*TABLEAU INFOS AVEC PICTO*/
	/*-------------------------*/

	.pictos-table .vc_inner > .wpb_column:first-child {
		border-right: none;
	}

	.pictos-table .vc_inner:last-child .wpb_column:last-child {
		border-bottom: 0;
	}

	.pictos-table .vc_inner > .wpb_column:first-child {
		border-bottom: 1px solid #e5e5e5;
	}

	/*-------------------------*/
	/*RANGÉE DE PICTOS*/
	/*-------------------------*/

	section.vc_section.pictos-section > .vc_row {
		justify-content: center;
	}

	section.pictos-section .wpb_column {
		width: 50%;
	}

	section.pictos-section .wpb_column:after {
		width: 100px;
		height: 1px;
		top: auto;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	/*-------------------------*/
	/*PRE-FOOTER SECTION*/
	/*-------------------------*/
	section#pre-footer-section .wpb_column:not(:last-child) {
		margin-bottom: 80px;
	}

	section#pre-footer-section .wpb_column:after {
		width: 100px;
		left: 0;
		margin: auto;
		height: 1px;
		top: auto;
		bottom: -25px;
	}

	section#pre-footer-section > .vc_row:after {
		top: auto;
		bottom: -50px;
		z-index: 1000;
	}

	/*-------------------------*/
	/*KEY NUMBERS*/
	/*-------------------------*/

	.vc_section.key-numbers span.the_number {
		font-size: 50px;
	}

	.vc_section.key-numbers .wpb_text_column {
		font-size: 20px;
	}

	.vc_section.key-numbers .wpb_column:after {
		width: 100px;
		height: 1px;
		top: auto;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	/*-------------------------*/
	/*COUNTER*/
	/*-------------------------*/

	.counter-row {
		display: flex;
		flex-wrap: wrap;
	}

	/*-------------------------*/
	/*FICHE ETABLISSEMENT*/
	/*-------------------------*/

	/*Sidebar*/
	div#marker-sidebar {
		width: 100%;
		margin-left: auto;
	}

	/*-------------------------*/
	/*HOME BANNER*/
	/*-------------------------*/
	.banner-mask {
		max-width: 160%!important;
		width: 160%!important;
		margin-left: -30%!important;
	}

	/*-------------------------*/
	/*NAVIGATION ARTICLE*/
	/*-------------------------*/

	div#post-navigation .vc_col-sm-4 {
		width: 50%;
	}

	div#post-navigation .vc_row.wpb_row.vc_inner.vc_row-fluid {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	div#post-navigation .vc_col-sm-4:nth-child(2) {
		order: 2;
	}

	div#post-navigation .wpb_content_element {
		margin-bottom: 25px;
	}

	/*-------------------------*/
	/*ICON BOX - STYLE 2 */
	/*-------------------------*/

	section.vc_section.section-don-pictos .vc_col-sm-3 {
		width: 50%;
	}

	section.vc_section.section-don-pictos .vc_col-sm-3:nth-child(3) .vc_icon_box.style-2, section.vc_section.section-don-pictos .vc_col-sm-3:nth-child(4) .vc_icon_box.style-2 {
		margin-top: 0;
	}

	.vc_icon_box.style-2 .vc_icon_box_txt br {
		display: block;
	}

}

@media (max-width: 600px){

	/*-------------------------*/
	/*HEADING STYLES*/
	/*-------------------------*/

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 23px;
		margin-bottom: 20px;
	}
	.home h2:before{
		width: 30px;
		top: 35px;
		left: -25px;
	}
	.home .letter-a:before{
		top: 31px;
    	left: -20px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 17px;
	}

	h2:after{
		margin-top: 15px;
	}

	section#header-text h1 br {
		display: none;
	}

	/*-------------------------*/
	/*GLOBAL STYLE*/
	/*-------------------------*/
/*	div#content:after {
		background-size: contain;
		height: 100px;
		background-position: center bottom;
	}
	*/

	div#primary {
		padding-bottom: 0;
	}

	/*-------------------------*/
	/*OVERLAY SEARCH FORM*/
	/*-------------------------*/

	div#search_form input {
		font-size: 30px;
	}

	.form_el_container label {
		font-size: 30px;
	}

	body.search-form-visible div#search_form .form_el_container {
		width: 90%;
		margin: auto;
	}

	div#search_form button {
		font-size: 35px;
	}

	#close_search_form {
		top: 120px;
	}

	.form_el_container {
		margin-top: 100px;
	}

	div#search_form form {
		margin-top: 100px;
	}

	/*-------------------------*/
	/*ACCORDEON*/
	/*-------------------------*/

	.vc_tta-accordion .vc_tta-panel-title>a {
		padding: 25px 25px!important;
		padding-right: 90px!important;
	}

	.vc_tta-accordion .vc_tta-controls-icon {
		width: 45px!important;
		height: 45px!important;
	}

	.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
		width: 20px!important;
		margin: auto;
		border-width: 3px 0 0 0!important;
		border-color: #fff!important;
	}

	.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
		height: 20px!important;
		margin: auto;
		border-width: 0 0 0 3px!important;
		border-color: #fff!important;
	}

	.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
		width: 15px!important;
		margin: auto;
		border-width: 3px 0 0 0!important;
	}

	.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
		height: 15px!important;
		margin: auto;
		border-width: 0 0 0 3px!important;
	}

	.vc_tta-accordion .vc_tta-panel-title > a i.vc_tta-icon {
		font-size: 30px!important;
		width: 35px;
		margin-right: 25px;
	}

	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-1,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-2,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-3,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-4,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-5,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-6,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-7,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-8,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-9,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-10,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-11,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-12,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-13,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-14,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-15{
		font-size: 25px!important;
	}

	.vc_tta-accordion .vc_tta-panel-title > a i.vc_tta-icon:after {
		left: 70px;
	}

	.vc_tta-accordion .vc_tta-panel-title>a{
		padding: 25px 20px!important;
		padding-right: 75px!important;
	}

	/*-------------------------*/
	/*HEADER TEXT */
	/*-------------------------*/
	#header-text p {
		font-size: 18px;
	}

	/*SPECIAL LINK LIST*/

	div#content .wpb_content_element > .wpb_wrapper > ul > li  pre {
		padding: 4px 0;
		padding-left: 10px;
	}

	div#content .wpb_content_element > .wpb_wrapper > ul > li > pre:before {
		top: 4px;
		width: 20px;
		height: 20px;
		line-height: 19px;
	}

	div#content .wpb_content_element > .wpb_wrapper > ul > li:before {
		top: 6px;
	}

	/**/

	section#header-section {
		height: auto;
	}

	section#header-section #post-title h1,
	section#header-section h1#post-title{
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 215px;
		margin-top: 0;
		/* padding: 30px 0 70px 0; */
		padding-bottom: 30px;
		margin-top: -20px;
	}

	div#breadcrumbs .wpb_column {
		position: relative;
	}

	div#breadcrumbs {
		margin-top: 41px;
	}

	section#header-section div#breadcrumbs {
		background: white;
	}

	section#header-section:after {
		background-size: auto 240px;
		background-position: -250px 0;
	}

	/*-------------------------*/
	/*SOCIAL WALL*/
	/*-------------------------*/

	div#custom-social-wall-filters {
		position: relative;
		top: 0;
	}

	/*-------------------------*/
	/*SECTION NEWSLETTER*/
	/*-------------------------*/

	.sib_signup_box_inside_1 > div {
		width: 100%;
	}

	body #content .sib-email-area input{
		width: 250px;
	}

	.sib-email-area{
		margin-right: 0;
	}

	/*-------------------------*/
	/*DECORATION*/
	/*-------------------------*/

	section#pre-footer-section.simple > .vc_row:after {
		bottom: -80px;
		width: 70px;
	}

	/*-------------------------*/
	/*ICON BOX - STYLE 2 */
	/*-------------------------*/
	section.vc_section.section-don-pictos .vc_col-sm-3 {
		width: 100%;
	}

	section.vc_section.section-don-pictos .vc_col-sm-3:nth-child(2) .vc_icon_box.style-2.vc_icon_box.style-2 {
		margin-top: 0;
	}

	div#pre-footer-deco{
		margin-bottom: -5px;
	}
}

@media (max-width: 480px){

	/*-------------------------*/
	/*MOBILE MENU*/
	/*-------------------------*/

	header#masthead section.vc_section{
		width: 100%!important;
		left: -110%!important;
	}

	body {
		margin-top: 80px;
	}

	div#mobile-menu {
		height: 80px;
	}

	header#masthead section.vc_section {
		top: 80px;
		padding-bottom: 80px;
	}

	header#masthead .menu li{
		width: 33%;
	}

	header#masthead .main-menu ul li.search {
		/*top: 90px;*/
		margin-right: 20px;
		right: 110%;
		transition: .25s;
	}

	header#masthead.menu-visible .main-menu ul li.search {
		right: 0;
		left: auto;
	}

	header#masthead .main-menu ul li.search a {
		font-size: 0;
		display: block;
		padding: 0!important;
		margin-right: 0;
	}

	header#masthead .main-menu ul li.search a:before {
		background-size: 25px;
	}

	/*-------------------------*/
	/*OVERLAY SEARCH FORM*/
	/*-------------------------*/
	div#search_form input {
		font-size: 18px;
	}

	.form_el_container label {
		font-size: 18px;
	}

	div#search_form button {
		font-size: 25px;
	}
	div#search_form form {
		margin-top: 80px;
	}

	#close_search_form {
		top: 90px;
		right: 10px;
	}

	/*-------------------------*/
	/*TABLEAU INFOS AVEC PICTO*/
	/*-------------------------*/

	.pictos-table .wpb_wrapper .vc_column-inner > .wpb_wrapper {
		flex-wrap: wrap;
	}

	.pictos-table .wpb_text_column:before {
		width: 100%;
		height: 1px;
		width: 100px;
		right: 0;
		margin: auto;
	}

	.pictos-table .vc_icon_element {
		text-align: center!important;
		width: 100%;
		padding: 0;
		padding-bottom: 20px;
	}

	.pictos-table .wpb_content_element {
		padding-left: 0;
		padding-top: 20px;
		text-align: center;
		width: 100%;
	}

	/*-------------------------*/
	/*RANGÉE DE PICTOS*/
	/*-------------------------*/
	section.pictos-section .wpb_column {
		width: 100%;
	}

	/*-------------------------*/
	/*COUNTER*/
	/*-------------------------*/

	.counter-row > .wpb_column {
		width: 100%;
	}

	.counter-row > .wpb_column {
		border-bottom: 1px solid #fff;
	}

	.counter-row > .wpb_column:nth-child(odd) {
		border-right: none;
	}

	/*-------------------------*/
	/*KEY NUMBERS*/
	/*-------------------------*/
	.vc_section.key-numbers span.the_number {
		font-size: 40px;
	}

	.vc_section.key-numbers .wpb_text_column {
		font-size: 18px;
	}


	/*-------------------------*/
	/*ACCORDEON*/
	/*-------------------------*/
	.wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title {
		font-size: 14px;
	}

	.vc_tta-accordion .vc_tta-panel-title>a {
		padding: 25px 10px!important;
		padding-right: 70px!important;
	}

	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-1,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-2,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-3,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-4,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-5,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-6,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-7,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-8,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-9,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-10,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-11,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-12,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-13,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-14,
	.vc_tta-panel-title > a i.vc_tta-icon.icon-number-15 {
		font-size: 20px!important;
		width: 35px;
	}

	.vc_tta-accordion .vc_tta-panel-title > a i.vc_tta-icon:after {
		left: 50px;
	}

	.vc_tta-accordion span.vc_tta-title-text {
		margin-left: 0!important;
	}

	.vc_tta-accordion span.vc_tta-title-text:first-child{
		margin-left: 10px!important;
	}

	.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
		width: 40px!important;
		height: 40px!important;
		right: 10px;
	}

	.vc_tta-accordion .vc_tta-panel-title > a i.vc_tta-icon {
		font-size: 25px!important;
	}

	.wpb-js-composer .vc_tta-accordion.vc_tta.vc_tta-o-no-fill .vc_tta-panels div.vc_tta-panel-body {
		padding: 20px;
		padding-top: 50px;
	}

	.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
		width: 14px!important;
	}

	.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
		height: 14px!important;
	}

	.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
		border-width: 0 0 0 2px!important;
	}

	.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
		border-width: 2px 0 0 0!important;
	}

	.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
		border-width: 2px 0 0 0!important;
	}

	.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
		width: 12px!important;
	}

	/*-------------------------*/
	/*NAVIGATION ARTICLE*/
	/*-------------------------*/

	div#post-navigation .vc_col-sm-4 {
		width: 100%;
	}

	/*-------------------------*/
	/*MAP PLUGIN*/
	/*-------------------------*/
	div.map-filters-wrapper{
		padding: 35px 7.5px;
	}
	/*-------------------------*/
	/*FOOTER*/
	/*-------------------------*/

	section#main-footer > .vc_row > .wpb_column {
		width: 100%;
	}

	section#main-footer > .vc_row > .wpb_column:before {
		display: none;
	}

	section#main-footer > .vc_row > .wpb_column:after {
		display: block!important;
		width: 100px;
		left: 0;
		margin: auto;
		height: 1px;
		top: -18px;
	}

	section#main-footer > .vc_row > .wpb_column:nth-child(1):after,section#main-footer > .vc_row > .wpb_column:nth-child(2):after {
		display: none!important;
	}

}

@media (max-width: 425px){

	/*-------------------------*/
	/*HEADING STYLES*/
	/*-------------------------*/

	h2 br {
		display: none;
	}

	/*-------------------------*/
	/*HEADER SECTION */
	/*-------------------------*/
	section#header-section h1 br {
		display: none;
	}

	/*-------------------------*/
	/*MENU*/
	/*-------------------------*/
	header#masthead .menu li{
		width: 50%;
	}

	/*-------------------------*/
	/*SECTION NEWSLETTER*/
	/*-------------------------*/

	section.vc_section.newsletter-sub .wpb_text_column p{
		font-size: 16px;
	}

	.sib-email-area label {
		display: block;
		margin-bottom: 10px;
	}

	body #content .sib-email-area input{
		text-align: center;
		width: 220px;
	}

	/*-------------------------*/
	/*PRE-FOOTER SECTION*/
	/*-------------------------*/
	section#pre-footer-section > .vc_row:after {
		width: 81px;
		height: 100px;
		top: auto;
		bottom: -90px;
		right: 10px;
	}

	/*-------------------------*/
	/*BOUTON*/
	/*-------------------------*/
	body .vc_general.vc_btn3{
		min-width: 160px;
	}

}



@media print{

	*{
		float: none!important;
		min-height: auto!important;
	}

	header#masthead section.vc_section {
		position: relative!important;
		display: block!important;
		width: 100%!important;
		left: 0!important;
		box-shadow: none!important;
		background: none!important;
		padding: 0!important;
		top: 0!important;
	}

	header#masthead div#site-logo {
		display: block;
	}

	body {
		margin: 0!important;
		height: auto!important;
		font-size: 12px!important;
	}

	h1#post-title {
		font-size: 20px!important;
	}

	h2 {
		font-size: 14px!important;
		margin-bottom: 15px!important;
		margin-top: 10px !important;
		display: none !important;
	}

	h2:after {
		display: none !important;
	}

	h3 {
		font-size: 14px!important;
		margin-bottom: 7px!important;
		margin-top: 13px!important;
	}
	/* strong{
		padding: 10px 0 7px 0 !important;
	} */
	/* ul{
		margin: 0 !important;
	} */
	p, ul {
		margin: 0 !important;
		margin-bottom: 5px !important;
	}

	span {
		font-size: inherit!important;
	}

	.actu_content {
		padding: 0!important;
	}

	.recrutement_description {
		margin-top: 5px!important;
	}

	div#content {
		min-height: auto!important;
	}
	header#masthead section, header#masthead section {
		width: 100%!important;
	}

	body .vc_section[data-vc-full-width] > .vc_row {
		max-width: none!important;
		height: auto!important;
	}
	.wpb_single_image .vc_single_image-wrapper{
		display: block!important;
	}
	div#picto-menu {
		display: none!important;
	}

	div#fs-adapter {
		display: none!important;
	}

	div#site-logo {
		width: 100%!important;
	}

	header#masthead .main-menu .vc_single_image-wrapper {
		height: auto!important;
	}

	div#site-logo img {
		margin: 10px 0 !important;
		display: inline-block!important;
		width: 200px!important;
		height: auto!important;
	}

	div#mobile-menu {
		display: none!important;
	}

	header#masthead .secondary-menu {
		display: none!important;
	}

	body .extra-bt {
		display: none!important;
	}

	p.recrutement_postuler {
		display: none!important;
	}

	section#header-section #post-title {
		width: 100%!important;
		max-width: 100%!important;
		margin: 0!important;
		text-align: center!important;
		line-height: normal;
		padding-bottom: 0!important;
	}

	section#header-section {
		width: 100%!important;
		margin: 0!important;
		background: none!important;
		height: auto!important;
		padding-bottom: 10px!important;
	}

	section#header-section:after {
		display: none!important;
	}

	div#breadcrumbs {
		display: none!important;
	}

	footer#colophon {
		display: none!important;
	}

	div#pre-footer-deco, #masthead .widget_nav_menu {
		display: none!important;
	}

	div#scroll-to-top {
		display: none!important;
	}

	#tarteaucitronRoot{
		display: none!important;
	}

	.meta-infos {
		display: none!important;
	}

	.recrutement_infos{
		margin: 0 !important;
		padding: 0 !important;
		font-size: 16px;
	}

	.recrutement_infos div{
		margin-bottom: 0 !important;
	}
	.wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button,
	section.vc_section	{
		margin-bottom: 0!important;
	}

	div#primary{
		padding-bottom: 0!important;
	}

	.recrutement_actions{
		display: none!important;
	}

	div#content * {
		overflow: visible;
	}

	header#masthead .main-menu {
		background: none;
	}

	header#masthead .main-menu .vc_single_image-wrapper{
		text-align: left;
	}

	section#header-section #post-title {
		position: fixed;
		top: 25px;
		left: 0!important;
		padding-left: 250px;
		text-align: left!important;
		box-sizing: border-box;
	}

	.la-fondation {
		display: none;
	}
}

.site-footer .vc_row.vc_row-flex{
	justify-content: center;
}