
/*****************************************************************
	PROPRIETES GENERALES  - BODY / TITRES / TEXTES / LIENS // CSS 
*****************************************************************/
html {
	height: 100%;
	font-size: 100%;
	box-sizing: border-box;
	margin: 0;
	overflow-x: hidden;
	overflow-y: visible;
	padding: 0;
	position: relative;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

body {
	background-size: cover; /* version standardisée */
	font-family: 'Catamaran', sans-serif;
	font-weight: normal;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000000;
}


body {
	content: "1";
}


h1, h2, h3, h4 {

	padding: 0;
	margin:0;
}

.lower{
	text-transform: none;
}

h1 {
	font-family: 'Handlee', cursive;
	position: relative;
	color:#2897D5;
	font-size:29px;
	margin:auto;
	font-weight:600;
	text-align: center;
	text-transform: capitalize;
	padding-bottom: 40px;
}

h2 {
	font-size: 26px;
	color:#95c109;
	padding: 10px 0;
	margin: 0;
	font-weight: 400;
	font-style: italic;
	font-family: "Alegreya Sans", sans-serif;
}

h3 {
	font-size: 23px;
	color: #faa80b;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 0 0;
	font-family: 'Handlee', cursive;
}

h4 {
	font-size: 20px;
	color:#D60B52;
	padding: 20px 0 0;
	text-decoration: none;
	font-weight: 600;
	font-style: italic;
	font-family: "Alegreya Sans", sans-serif;
}


h5, h6 {
	font-size: 1em;
	text-decoration: none;
	padding: 0;
	margin: 0;
	display: inline;
}

em, i {
	font-size: 16px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	display: inline;
}

p, table {
	color: #000000;
	font-size: 16px;
	margin: 0;
	padding: 0 20px;
	font-family: 'Catamaran', sans-serif;
}


a {
	outline: none;
	color: #000;
	text-decoration: none;
}

img, iframe {
	border: none;
	max-width: 100%;
}

img {
	height: auto;
}

ul, ul li {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.tablette, .phone {
	display: none;
}

/******* PARALLAX ********/

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*********************************
		Scroll To Top
*********************************/

.scrollToTop {
	display: none;
	overflow: hidden;
	margin: 1%;
	height: 21px;
	width:34px;
	background: url(../images/general/site/top_page.png) no-repeat center center;
	padding:3px;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10000;
}

/*********************************
			Tiny
*********************************/

#tinymce ul, #tinymce ul li {
	list-style:initial !important;
	padding-left: 40px;
}

.body_tiny {
	background-image: none;
}

/*********************************
			404
*********************************/
.quatrecentquatre {
	padding-bottom: 35px;
	text-align: center;
}

.quatrecentquatre .fil_ariane {
	text-align:left;
}

.quatrecentquatre img {
	width:100%;
	max-width:600px;
	display:block;
	margin:auto;
}

.quatrecentquatre h1 {
	font-size:30px;
}

.quatrecentquatre .btn_cta_general {
	margin: 20px auto;
	text-align: center;
	padding:10px;
	font-size:25px;
	color: #fff;

}


/*********************************
			COOKIES
*********************************/
body .cc_container {
	font-family: 'Catamaran', sans-serif;
	font-size: 16px;
	text-align: center;
}

body .cc_container p {
	color: #fff;
}

body .cc_container .cc_message {
	display: block;
	text-align: center;
	font-size: 16px;
	margin: 0;
}

body .cc_container .cc_btn, body .cc_container body .cc_btn:visited {
	color: #fff;
	background-color:#95c109;
}

body .cc_container a, body .cc_container a:visited {
	text-decoration: none;
	color: #000000;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	padding: 7px 10px;
	float: none;
	font-size: 16px;
	display: inline-block;
	max-width: 140px;
	text-align: center;
}

body .cc_banner-wrapper .cc_container .cc_btn {
	float: none;
	max-width: 140px !important;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	margin-left: 0;
	margin-right: 10px;
}

body .cc_banner-wrapper .cc_container .cc_btn.cc_btn_refuse {
	background: rgba(149,193,9, 0.5);
}

body .cc_container a:hover, body .cc_container a:visited:hover {
	background: #000000;
	color: #fff;
}

.iframeContenuRemplacement {
	border: 1px solid #bbb;
	padding: 10px;
}


/**************************************************************
			BANDEAU HEADER
**************************************************************/


/**************************************************************
			NAVIGATION / menu déroulant
**************************************************************/

@keyframes boup {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

.header_top {
	max-width: 1280px;
	margin: auto;
	padding: 10px;
}

.header_left {
	float: left;
}

.header_left a, .header_left img {
	display: inline-block;
	vertical-align: middle;
}

.header_left img {
	width: 30px;
}

.header_left a {
	font-size: 30px;
	color:#000000 ;
	margin-left:10px;
}

.header_right {
	float:right;
}

.header_right img {
	width: 40px;
}

.header_right a {
	padding: 0 3px;
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.5s ease-in;
}

.header_right a:hover {
	animation: boup 1s;
}

.logo {
	width: 300px;
	text-align: center;
	padding: 0 0 10px;
	margin: -30px auto 0 auto;
}
.menu_mobile {
	display: none;
}

#wrapperMenu {
	background-color: #2897D5;
}

.menu {
	margin:auto;
	max-width:1280px;
    z-index: 1000;
    overflow: visible;
    white-space: nowrap;   
    text-align: center;
	font-size: 0;
}

#wrapperMenu .menu_elt {
	position: relative;
	overflow: visible;
	display:inline-block;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	font-size: 0;
}

#wrapperMenu .menu_elt:hover .menu_link_home {
	animation: boup 1s;
}

.menu_link {
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	text-transform: capitalize;
	font-size:24px;
	color: #fff;
	text-shadow: none;
	padding: 12px 20px;
	font-family: 'Alegreya Sans', sans-serif;
	transition: all 0.5s ease;
}

.menu_link_8 {
	border-bottom: none !important;
	position: relative;
	z-index: 2;
	color: #ffffff;
	padding: 12px 40px;
}

.menu_strong {
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

#wrapperMenu .menu_elt:hover .menu_link.menu_link_8 {
	animation: boup 1s;
}

.menu_link_8::before {
	position: absolute;
	content: url("/images/general/site/bg_contact.png");
	z-index: -1;
	top: -15px;
	left: 13px;
}

/****  SOUS MENU *****/

#wrapperMenu .sm {
	position: absolute;
	left:0;
	display: block;
	height: auto;
	top: 100%;
	text-align: left;
	font-weight: normal;
	z-index: 1000;
	min-width: 100%;
}

/*****  ITEM SOUS MENU *******/

.sm {
	background-color: #fff;
	box-shadow: 3px 3px 3px #dbdad9;
}

.sm_elt {
	
	padding: 0;
	border-bottom: none;
	height: auto;
	display: block;
	float: none;
	transition: all 0.5s ease 0s;
	border-bottom:1px solid #dbdad9;
}

.sm_link {
	display: block;
	padding: 6px 12px;
	margin: 5px;
	font-size: 18px;
	border-top: none;
	background: none;
	text-transform: none;
	text-align: left;
	box-sizing: border-box;
	color: #000;
}

/*********************************
			SLIDER
*********************************/

.bx-viewport {
    position: static!important; /* center to page correctly */
    border: 0!important; /* border */
    -webkit-box-shadow: none!important; /* these two shadows */
    box-shadow: none!important;
}

.bx-controls {
    text-align: center;
    height: 0;
}

body .bx-wrapper .bx-pager {
    display: inline-block;
    width: auto;
    top: -32px;
    position: relative;
    padding: 0 10px;
}

body .bx-wrapper {
    margin-bottom: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    box-shadow: 1px 1px 1px 1px #333;
}

body .bx-wrapper .bx-controls-direction a {
    z-index: 900;
}

.slide .caption_wrapper {
	max-width: 1280px;
	margin: auto;
	position: absolute;
	width:100%;
	bottom:5%;
	transform: translateX(-50%);
	left: 50%;

}

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}


.slide .caption {
    padding: 20px 20px 40px;
	box-sizing: border-box;
    color:#ffffff;
    text-align: right;
	background-color: rgba(255,255,255,0.8);
	display: inline-block;
	position: absolute;
	right:0;
	bottom: 20px;
	max-width: 650px;
	margin: 10px;
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
	-webkit-animation-duration: 3s;
	animation-duration:3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}




.caption_titre {
	font-size:30px;
	font-family: 'Handlee', cursive;
	font-weight: 700;
	color:#faa80b;
	padding-bottom: 10px;
}

.caption_phrase_accroche {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 16px;
	color:#000000;
}
@-webkit-keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.btn_slider {
	position: absolute;
	right: 0;
	font-family: 'Alegreya Sans', sans-serif;
	padding: 8px 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight:700;
	z-index: 3;
	bottom:-20px;
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.btn_slider::before {
	position: absolute;
	content: url(/images/general/site/bg_more.png);
	z-index: -1;
	top: -12px;
	left: -8px;
}


.slide .caption a {
	color:#ffffff;
}

.bx-wrapper .bx-prev {
    left: 40px;
    background: url(../images/general/site/prev.png) no-repeat;
}

.bx-wrapper .bx-next {
    right: 40px;
    background: url(../images/general/site/next.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a {
	height:24px;
	width:52px;
	margin-top:0;
	transform: translateY(-50%);
}

.bx-wrapper .bx-next:hover {
    background-position: initial;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #faa80b;
}

/*********************************
			FIL ARIANE
*********************************/

.fil_ariane {
	display: block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	padding: 5px;
	font-size: 13px;
}

.fil_ariane_content {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
}

.fil_ariane span {
	color: #000000;
	text-transform: capitalize;
}

.fil_ariane a:hover {
	color: #000000;
}

.fil_ariane .current_retour {
	display:none;
}

.fil_ariane br {
	display: none;
}

/*********************************
			ACCUEIL
*********************************/
#page_home .page_dynamique_content {
	max-width: none;
	padding: 0;
}

.main_gray {
	background-color: #f5f6f6;
}

.acc_presentation_inner,
.acc_actualites_inner,
.acc_partenaires_inner {
	max-width: 1280px;
	margin: auto;
	padding: 30px 10px;
	box-sizing: border-box;
}

.acc_actualites {
	background-color: #f5f6f6;
}

.acc_presentation_texte {
	width:66%;
	float: left;
	margin-right:4%;
}

.acc_presentation_texte h1 {
	font-size:24px;
	font-family: 'Alegreya Sans', sans-serif;
	text-align: left;
	color: #cc1c68;
	font-style:italic;
	padding-bottom: 10px;
}

.acc_presentation_img {
	width: 30%;
	float: left;
}

.acc_partenaires_inner h2 {
	font-size:20px;
	font-family: 'Alegreya Sans', sans-serif;
	text-align: left;
	color: #F39200;
	font-style:italic;
	padding-bottom: 10px;
	font-weight: bold;
}

.acc_actualites_inner h2 {
	font-size:24px;
	font-family: 'Alegreya Sans', sans-serif;
	text-align: left;
	color: #2897D5;
	font-style:italic;
	padding-bottom: 30px;
	font-weight: bold;
}

.carousel_partenaire_accueil img {
	max-height: 50px;
}

.une_actu {
	background-color: #ffffff;
	border-radius: 25px;
	float:left;
	width:31.3%;
	font-size: 0;
	overflow: hidden;
	margin: 20px 1%;
	position:relative;
	box-shadow: 2px 2px 2px 1px #939393;
}

.une_actu::after {
	content: " ";
	position: absolute;
	left:50%;
	top:0;
	height: 500px;
	width:8px;
	transform: translateX(-50%);
	background-color: #95C11F;
	z-index: 100;
}

.une_actu:nth-child(odd)::after {
	background-color: #2897D5;
}

.une_actu::before {
	content: url("/images/general/site/plus_vert.png");
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	z-index: 102;
	border-radius: 50%;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition:         transform .8s ease-in-out;
}

.une_actu:hover::before {
	-webkit-transform:translate(-50%, -50%) rotate(0.5turn);
	transform:translate(-50%, -50%) rotate(0.5turn);
}

.une_actu:hover img {
	transform: scale(1.2);
}

.une_actu:nth-child(odd)::before {
	content: url("/images/general/site/plus_bleu.png");
}

.une_actu_lien {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	vertical-align: middle;
	width: 50%;
	overflow: hidden;
	height:180px;
}

.une_actu_titre {
	box-sizing: border-box;
	padding: 15px 30px;
	text-align: center;
	font-size: 18px;
	font-family: "Catamaran", sans-serif;
	color: #95C11F;
	font-weight: bold;
}

.une_actu:nth-child(odd) .une_actu_titre {
	color: #2897D5;
}

.une_actu_img {
	transition: all 0.9s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slick-dots {
	left: 0;
}

body .slick-dots .slick-active button {
	opacity: 1 !important;
	background-color: #F39200 !important;
	border: none !important;
}

body .slick-dots button {
	opacity: 0.5 !important;
	background-color: #F39200 !important;
	border: none !important;
}

/*********************************
			FOOTER
*********************************/
footer {
	background-color: #f5f6f6;
}

footer * {
	color: #000 !important;
}

.footer_content, .footer_top {
	margin:auto;
	max-width:1280px;
	text-align: center;
	padding:5px 0;
	font-size: 16px;
	color: #ffffff;
}

.footer_right, .footer_left {
	display: inline-block;
	padding: 10px 45px;
	box-sizing: border-box;
	vertical-align: top;
}

.footer_right h4,
.footer_left h4 {
	color: #ffffff;
	font-size: 22px;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 500;
	font-style: italic;
	padding-bottom: 20px;
}

.footer_left p {
	color: #ffffff;
}

.champ_mail,
.champ_envoyer {
	padding: 8px;
	box-sizing: border-box;
	border: none;
}

.champ_envoyer {
	color:#ffffff;
	background-color: #3d65b7;
	transition: all 0.5s ease-in-out;
}

.champ_envoyer:hover {
	background-color: #2f4a85;
}

.footer_content a {
	color: #ffffff;
	transition: all 0.6s ease;
	font-size: 16px;
}

.footer_content a:hover {
	color: #709737;
}

/*********************** 
	PAGE DYNAMIQUE 
***********************/
#page_dynamique .caption,
#page_dynamique .bandeau_un_clic {
	display: none;
}

.page_dynamique_content {
	display: block;
	margin: 0 auto;
	padding: 0 10px 40px 10px;
	max-width: 1280px;
	width: auto;
	position: relative;
	box-sizing: border-box;
}

.text_champ {
	padding: 50px 0 0;
}

.toggleTexte .text_champ {
	padding: 20px;
}

/*Gestion des images*/

.text_champ .texte_pag_dyn, .text_champ figure {
	display:inline-block;
	vertical-align: top;	
}

.text_champ figure {
	width:40%;
	margin:0 10px;
}

.text_champ .texte_pag_dyn {
	width:54%;
}

.image_droite {
	float: right;
}

/*Paragraphe*/
.text_champ ul,
.text_champ ul li {
	font-size: 16px;
	position:relative;
	padding-left:20px;
	list-style: none;
}

.text_champ ul li::marker {
	display: none;
}

.text_champ ul li:before {
	content: "•";
	display: inline-block;
	color: #F39200;
	font-weight: bold;
	font-size: 35px;
	width: 1em;
	line-height: 0;
	vertical-align: middle;
}

.text_champ a:hover {
	text-decoration: underline;
}

.text_champ p strong, .text_champ p strong a {
	font-weight: 700;
}

.text_champ img.imgTinyMceGauche, #tinymce img.imgTinyMceGauche {
	float: left;
	margin-right: 15px;
}

.text_champ img.imgTinyMceDroite, #tinymce img.imgTinyMceDroite {
	float: right;
	margin-left: 15px;
}

.toggleTitre {
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 0 10px 50px;
	margin: 20px 0 0;
	box-sizing: border-box;
	font-weight: bold;
	cursor: pointer;
}

.toggleTitre:after {
	content: '';
	height: 30px;
	width: 30px;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("/images/general/site/anim-icon.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}

.toggleTexte {
	padding: 0 16px;
	box-sizing: border-box;
	background-color: #F5F6F6;
}

.toggleTexte .text_champ {
	display: inline-block;
}

/*Bouton*/

.btn_cta_general {
	display:inline-block;
	padding: 8px 20px;
	background-color: #95c109;
	font-size: 18px;
	font-weight:600;
  	color:#fff;
	border:0;
	transition: all 0.5s ease-out;
}

.btn_cta_general a,
.btn_cta_general p{
	color:#ffffff;
	text-decoration: none;
}

.btn_cta_general a:hover {
	text-decoration: none;
}

.btn_cta_general:hover{
    background-color: #faa80b;
}

/*CAROUSEL*/

.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin:10px;
}

.slick-track {
	margin:auto;
}

.slick-prev:before, .slick-next:before {
    content: '';
}

.slick-next, .slick-next:hover, .slick-next:focus {
    background: url(../images/general/site/next.png?v=1) no-repeat center center;
    right: 0;
	opacity: 0.8;
}

.slick-slider {
	padding:0 60px;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
    background: url(../images/general/site/prev.png?v=1) no-repeat center center;
    left: 0;
    opacity: 0.8;
}

.slick-next:hover, .slick-prev:hover {
	opacity: 1;
}


.slick-dots {
    text-align: center;
}

.slick-prev, .slick-next {
    width: 56px;
    height: 56px;
}


.slick-dots button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 12px !important;
    border: 1px solid #dddddd !important;
    background: transparent;
    font-size: 0 !important;
    cursor: pointer !important;
}

.slick-dots .slick-active button {
    background-color: #dddddd !important;
}

.slick-dots li button:before {
	content:none;
}

.slick-slide img {
	margin: auto;
}

/* EN UN CLIC */

.bandeau_un_clic {
	background-color: #2897D5;
}

.bandeau_un_clic_inner {
	max-width: 1280px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	padding: 10px 0;
}

.un_clic {
	display: inline-block;
	vertical-align: middle;
	width:16.66%;
}

.un_clic h4 {
	font-size: 25px;
	font-family: 'Handlee', cursive;
	font-weight: 400;
	color: #ffffff;
	font-style: initial;
}

.bouton_un_clic h3 {
	font-family: "Alegreya Sans", sans-serif;
	font-size:40px;
	text-transform: uppercase;
	color:#ffffff;
	text-align: left;
	position: relative;
	z-index: 3;
}

.bouton_un_clic h3::before {
	position: absolute;
	content: url(/images/general/site/en_un_clic.png);
	z-index:-1;
	top: -15px;
	left: -35px;
}

.bouton_un_clic h3 span {
	font-family: "Alegreya Sans", sans-serif;
	font-size:60px;
	font-style: italic;
	display: block;
	font-weight: bold;
	text-transform: uppercase;

}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.un_clic:hover img {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.idea:hover img {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes tada {
	 from {
		 -webkit-transform: scale3d(1, 1, 1);
		 transform: scale3d(1, 1, 1);
	 }

	 10%,
	 20% {
		 -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		 transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	 }

	 30%,
	 50%,
	 70%,
	 90% {
		 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	 }

	 40%,
	 60%,
	 80% {
		 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	 }

	 to {
		 -webkit-transform: scale3d(1, 1, 1);
		 transform: scale3d(1, 1, 1);
	 }
 }

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

	/* PARTENAIRES */

.bloc_partenaire {
	display:inline-block;
	width:28%;
	margin:10px;
	padding:10px;
	vertical-align:top;
	border:1px solid #dddddd ;
}

.img_partenaire {
	display:flex;
	height:120px;
	width:auto;
	align-items: center;
	justify-content: center;
}

.img_partenaire img {
	max-height:120px;
	width:auto;
}

.titre_partenaire, .texte_partenaire {
	text-align: center;
}

.titre_partenaire:hover {
	color:#cc1c68;
}

/**** ACTUALITE ****/

/*********************** 
		ACTUALITES
***********************/

/*LISTE ACTUS - ACCUEIL + VOUS AIMEREZ AUSSI + PAGE DYNAMIQUE IMAGE*/
.listeActus {
	text-align: center;
}


/* UNE ACTUALITE DETAIL*/
.fb-share-button {
}

.une_actu_page_dyn .photo_actu {
	width:100%;
	margin:auto;
	text-align: center;
	padding:10px 0 20px;
    position: relative;
    z-index: -1;
}

.une_actu_page_dyn .photo_actu img {
	width:60%;
}

.une_actu_page_dyn .texte_article {
	width:100%;
}

.date_actu {
	padding:0;
	margin:0;
	font-size: 20px;
	color:#000000;
	font-weight:600;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.date_actu span {
	text-align: center;
}

.une_actu_une_cat {
	color:#000000;
	transition: all 0.6s ease;

}

.une_actu_une_cat:hover {
	color:#F39200;
}

.une_actu_une_cat::after {
	content:"-";
}

.une_actu_une_cat:last-child::after {
	content:none;
}

/*PAGINATION*/

.paginationCMS {
	text-align: center;
}

.paginationCMS a, .paginationCMS span {
	margin: 5px;
	font-family: 'Catamaran', sans-serif;
	font-size:20px;
	color:#000000;
}

.paginationCMS .pageCourante {
	font-weight: 700;
	color:#F39200;
	font-size:22px;
}

.complement_actu {
	text-align: center;
	padding-bottom: 40px;
}

/**CATEGORIE ACTUS***/
.bloc_archives {
 	margin-top:20px;
 }

/***********************
		CONTACT
***********************/
#page_formOffre #formulaire {
	padding: 15px;
	box-sizing: border-box;
}

.texte_accroche {
	font-size: 20px;
	box-sizing: border-box;
	padding: 20px;
}

.content_left {
	float: left;
	width:56%;
	margin: 20px 2% 40px;
}

.content_right {
	float: right;
	width:36%;
	margin: 20px 2% 40px;
}

.map iframe {
	width:100%;
	min-height: 300px;
}

textarea {
	resize: none;
}

.form-group{
	padding: 10px 0;
}
#date_dispo {
	border-radius: 10px;
}
.form-label {
	font-size: 16px;
	color: #000;
	font-family: "Alegreya Sans", sans-serif;
	font-weight: 600;
	margin: 0;
	display: block;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}
.form-control {
	display: block;
	width: 100%;
	padding: 20px 12px;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1.4;
	color: #000;
	background-color: transparent;
	background-image: none;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border-radius: 0;
	border-color: #D60B52;
	border-width: 0 0 3px 0;
	border-style: none none solid none;
	box-shadow: none;
	font-family: "Alegreya Sans", sans-serif;
}

#page_formOffre .form-control {
	border: 2px solid #2897D5;
	padding: 15px 12px;
	font-size: 14px;
	background-color: #fff;
}

.form-group input[type=checkbox] {
	cursor: pointer;
}

.selectOffre {
	display: flex;
	flex-direction: column;
}

.selectOffre select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.form-control:focus {
	box-shadow: none;
	border-color: #D60B52;
}

#page_formOffre .form-control:focus {
	border-color: #95C11F;
}

.js-hide-label {
	opacity: 0;
}
.js-unhighlight-label {
	color: #000;
	font-family: "Catamaran", sans-serif;
	font-size: 16px;
}

::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
	font-family: "Alegreya Sans", sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
	font-family: "Alegreya Sans", sans-serif;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	opacity: 1;
	font-family: "Montserrat", sans-serif;
}

:-ms-input-placeholder {
	color: #000;
	opacity: 1;
	font-family: "Alegreya Sans", sans-serif;
}

textarea {
	resize: none;
	min-height:160px;
}

.texte_ok_contact {
	background-color:#faa80b;
	margin: 20px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.chkContactRGPD_wrapper {
	margin-top: 20px;
}

.chkContactRGPD {
	float: left;
	margin-right: 10px;
}


/***/

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


#page_dynamique table {
	border-collapse: collapse;
}

.tableWrapper > .info {
	display: none;
}


#wrapperMenuMobile {
	display: none;
}

.text_champ a {
	font-weight: bold;
}

/* CAPTCHA*/

#imgCaptcha {
	position: absolute;
	top: 0;
	right: 0;
}

/*Hub Réalisation*/

#hubRealisations {
	margin: 0 -25px;
	margin-bottom: 40px;
	overflow: hidden;
}

#hubRealisations .realisationWrapper {
	float: left;
	width: 33.33%;
	padding: 25px;
	box-sizing: border-box;
}

#hubRealisations .realisationWrapper:nth-child(3n+1) {
	clear: both;
}

#hubRealisations .image {
	display: block;
	position: relative;
	height: 0;
	padding-top: 66.66%;
	width: 100%;
	background-size: cover;
}

#hubRealisations .lienTitre {
	display: block;
	margin-top: 10px;
}

#hubRealisations .lienTitre h2 {
	font-size: 15px;
	line-height: 25px;
	width: 100%;
	text-align: left;
	display: block;
}

.connected-carousels {
	display: block;
	margin: 40px 0;
	overflow: hidden;
}

.connected-carousels .navigation {
	border-right:1px solid transparent;
}




/****** FANCY BOX GENERAL ******/

.fancybox-caption {
	border-top: none;
	font-family: 'Catamaran',sans-serif;
	color: #ffffff;
	text-align:center;
}


/* responsive iframe */
.responsiveIframeWrapper {
	width: 100%;
	height: 0;
	padding-bottom: 57%;
	position: relative;
}

.responsiveIframeWrapper iframe, .responsiveIframeWrapper video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.recaptcha-wrapper {
	margin: 25px 10px 5px;
}
.RecaptchaContact {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*etre rappeler*/

.fancybox-content {
	max-width: 1024px;
}

.messageFlash {
	font-size: 20px;
	text-align: center;
}


.form-popup_body {
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	margin:0 20px;
}

.form-field-field {
	border: 2px solid #dddddd;
	width: 100%;
	max-width: 350px;
}

.responsiveIframeWrapper {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	position: relative;
}

.responsiveIframeWrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.form-popup {
	vertical-align: top;
	text-align: center;
}

.form-popup_body input {
	padding: 10px;
	box-sizing: border-box;

}

.form-popup_body .form-field {
	margin:10px 0;
}

.form-popup_body .page_dynamique_content {
	text-align: center;
}

.form-field-label {
	display: block;
	margin-bottom: 5px;
}

.recherche_footer_mobile,
.recherche_footer_btn,
.infos_principales_bien_mobile,
.infos_secondaires_bien_mobile {
	display: none;
}

.error, .success {
	background-color: #f26e61;
	color:#ffffff;
	margin:10px;
	padding:10px;
	text-align: center;
}

.success {
	background-color: #0a0;
}

/** OFFRE EMPLOI **/
.intituleOffre {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.uneOffre {
	display: flex;
	min-height: 193px;
	margin: 0 auto;
	overflow: hidden;
	max-width: none;
	transition: .3s ease-in-out;
	width: 80%;
	box-shadow: none;
	transform: none;
	cursor: initial;
	border-radius: 10px;
	border: solid 2px #f3931f;
}



#uneOffreDetail {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#page_bloc_offre, .page_bloc_offre {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#page_bloc_offre .toggleTexte {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	background-color: #FFFFFF;
}

.wrapper-infoOffre {
	max-width: none;
	width: 100%;
	justify-content: center;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wrapper-infoOffre * {
	color: #f3931f
}

.backImg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.titreOffre {
	padding: 0;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 15px;
}

.infoOffre {

	font-size: 1.1rem;
	font-weight: 500;
}

.lieuOffre{

	font-size: 1.1rem;
	font-weight: bold;
}

.imgOffre {
	width: 218px;
}

.infoBloc {
	width: 80%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #f8f8f8;
	margin: 10px 0;
	border: solid 1px #2897d5;
	border-radius: 10px;
}

.infoLabel {
	font-weight: bold;
}

/** FIN OFFRE EMPLOI **/

/** FORMULAIRE DEPOSER UNE OFFRE  **/

#page_formOffre .form-control {
	padding: 20px;
	border-radius: 10px;
	border: solid 1px #2897d5;
}

#postuler,
#creation {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#postuler h2,
#creation h2 {
	text-align: left;
	font-style: normal;
	width: 100%;
}

.wrapper-coloneForm {
	width: 48%;
	padding: 15px;
	background-color: #f8f8f8;
	box-sizing: border-box;
	margin: 50px 0;
}

#page_offre .btn_cta_general,
#postuler .btn_cta_general,
#creation .btn_cta_general {
	width: 50%;
	padding: 20px;
	margin: 20px auto;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	border-radius: 10px;
}

#postuler .form-groupv {
	width: 100%;
}

.form_offre_bloc {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.form_offre_sous_bloc {
	width: 100%;
}

.inputDate {
	cursor: pointer;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #2897d5;
}

/** FIN FORMULAIRE DEPOSER UNE OFFRE  **/

/** DEBUT PAGE EQUIPE  **/

.listeMembreEquipe {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.un_membre {
	display:flex;
	flex-direction: column;
	align-items: center;
	background-color: #ffffff;
	border-radius: 25px;
	width:25%;
	font-size: 0;
	overflow: hidden;
	margin: 20px 30px;
	position:relative;
	box-shadow: 2px 2px 2px 1px #939393;
}

.wrapper_infoMembre *{
	min-height: 30px;
	padding-bottom: 10px;
}

.traitEquipe::before {
	position: absolute;
	content: url("/images/general/site/plus_vert.png");
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.traitEquipe {
	width: 100%;
	height: 8px;
	background-color: #95c11f;
	position: relative;
}

.wrapper_infoMembre {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}

.un_membre_nom {
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	font-family: "Catamaran", sans-serif;
	color: #95C11F;
	font-weight: bold;
}

.un_membre_poste {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}

.un_membre_lien {
	display:flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	overflow: hidden;
}

.une_actu:nth-child(odd) .une_actu_titre {
	color: #2897D5;
}

.un_membre_img {
	transition: all 0.9s ease;
}

.un_membre_reference {
	font-weight: bold;
}

.permanence {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.un_membre_permanence {
	text-decoration: underline;
	padding-bottom: 0;
}
/**FIN EQUIPE**/

/** GALERIE **/

.galerie .galerieTitre {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
}

.galerieTitre h2, .galerieTemoignages h2, .galerieTemoignagesPage h2 {
	font-size: 1.2rem;
	text-align: center;
}

.galerieTemoignages .galerieTemoignagesPage {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;

}

.galerieTemoignagesPage {
	background-color: rgba(149,193,31,0.3);
	margin:30px 0 20px;
	padding-bottom: 20px;
}

/** FIN GALERIE  **/

.btnPlus {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 500;
	font-size: 18px;
	color: #2897D5;
}

.btnPlus img {
	width: 32px;
	margin-right: 10px;
}

/** TEMOIGNAGE **/

.imageTemoignage {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	height:180px;
	width:180px;
}

.backgroundImage{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.imageTemoignage.backgroundImage