/*** PROPRIETES GENERALES ***/
html {
	height: 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;
	font-family: 'Zilla Slab', serif;
	font-weight: normal;
	font-size: 17px;
	-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 {
	font-family: 'Zilla Slab', serif;
	padding: 0;
	margin:0;
}

.lower{
	text-transform: none;
}

h1 {
	position: relative;
	color:#ffffff;
	font-size:50px;
	margin:auto;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 60px;
}

h2 {
	font-size: 35px;
	color:#c3067b;
	padding: 20px 0 10px;
	margin: 0;
	font-weight: 500;
}

h3 {
	font-size: 25px;
	color:#ffffff;
	font-family: "Nixie One", serif;
	text-decoration: none;
	padding: 20px 0 5px;
	font-weight: 300;
}

h4 {
	font-size: 20px;
	color:#c3067b;
	padding: 20px 0 0;
	text-decoration: none;
	font-weight: 300;
}

h5, h6 {
	font-size: 1em;
	text-decoration: none;
	padding: 0;
	margin: 0;
	display: inline;
}

em, i {
	font-size: 16px;
	text-decoration: none;
	padding: 0;
	color: #000000;
	margin: 0;
	display: inline;
}

p, table {
	color: #333333;
	font-size: 17px;
	margin: 0;
	padding: 0;
	font-family: 'Zilla Slab', serif;
}

a {
	outline: none;
	color: #06c394;
	text-decoration: none;
}

img, iframe {
	border: none;
	max-width: 100%;
}

img{
	height: auto;
}

ul, ul li {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.btn_cta_general{
	background-color: #c4007a;
	display: inline-block;
	padding: 10px 45px;
	box-sizing: border-box;
	margin-top: 25px;
	transition: all 0.5s ease;
}

.btn_cta_general a, .btn_cta_general p{
	text-transform: uppercase;
	font-family: "Nixie One", serif;
	font-size: 22px;
}

.btn_cta_general:hover{
	background-color: #06c394;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/*********************************
			COOKIES
*********************************/
body .cc_container {
	font-family: 'Mukta Vaani', 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:#c4007a;
}

body .cc_container a, body .cc_container a:visited {
	text-decoration: none;
	color: #333;
	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(196, 0, 122, 0.5);
}

body .cc_container a:hover, body .cc_container a:visited:hover {
	background: #666;
	color: #fff;
}

.iframeContenuRemplacement{
	border: 1px solid #bbb;
	padding: 10px;
}

.chkContactRGPD_wrapper{
	margin-top: 20px;
}

body input.chkContactRGPD{
	float: left;
	margin: 0;
	margin-right: 10px;
	width: auto;
}

/*** TINY ***/

#tinymce ul, #tinymce ul li {
	list-style:initial !important;
	padding-left: 40px;
}

.body_tiny {
	background-color: #dddddd;
}

/*** HEADER ACCUEIL ***/
#bandeau::before{
	content: " ";
	position: absolute;
	z-index: 6;
	top:0;
	left: 0;
	width: 50%;
	height:8px;
	background-color: #c4007a;
}

.logo-34 {
	z-index: 99;
	position: absolute;
	top: 129px;
	left: 40px;
	width: 125px;
	height: auto;
}

.wrapper_adherents .logo-34, .wrapper_actu .logo-34 {
	top: 15px;
}

.wrapper_index #bandeau::before{
	content:none;
}

#bandeau{
	position: relative;
}

.menu_wrapper{
	background-color: #000000;
}

.menu{
	max-width: 1024px;
	margin: auto;
}

.menu_inner{
	text-align: center;
}

.menu_elt{
	display: inline-block;
	padding: 70px 0 38px;
	position:relative;
	box-sizing: border-box;
}

.menu_link{
	font-size: 18px;
	font-family: 'Nixie One', cursive;
	color: #ffffff;
	padding: 0 10px;
	box-sizing: border-box;
	display: block;
	transition: all 0.25s ease;
	text-shadow: 1px 1px 1px #444;
	font-weight: 600;
}

.menu_separateur{
	color:#c4007a;
	font-size: 18px;
}

.menu_sm {
	position: absolute;
	left:0;
	display: block;
	height: auto;
	top: 100%;
	text-align: left;
	font-weight: normal;
	z-index: 1000;
	min-width: 100%;
	background-color: rgba(0,0,0,0.8);
}

.menu_sm_link{
	font-size: 18px;
	font-family: 'Nixie One', cursive;
	color: #ffffff;
	padding: 8px 15px;
	box-sizing: border-box;
	display: block;
	transition: all 0.25s ease;
}

.menu_link:hover, .menu_sm_link:hover{
	color:#c4007a;
}

/*** SLIDE ACCUEIL ***/

.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;
}

.slides{
	position: relative;
	font-size: 0;
}

.slide .caption {
	position: absolute;
	width:100%;
	top:50%;
	transform: translateY(-50%);
	left: 0;
	padding: 18px 0;
	color:#ffffff;
	text-align: center;
}

.caption_titre{
	font-size: 60px;
	font-family: 'Zilla Slab', serif;
	text-transform: uppercase;
	padding-top: 90px;
	text-shadow: 2px 2px 4px #333;
}

.caption_phrase_accroche{
	font-size:90px;
	font-family: 'Dancing Script', cursive;
	text-shadow: 2px 2px 4px #333;
	position:relative;
}

.btn_slider{
	display:block;
	cursor: pointer;
	color: #ffffff;
	font-size: 27px;
	text-shadow: 2px 2px 4px #333;
	text-transform: uppercase;
	transition: all 0.35s ease;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background-color: #06c394;
	width: 250px;
	padding: 10px 0;
	margin: 50px auto 0 auto;
	box-shadow: 2px 2px 4px #333;
}

.btn_slider:hover{
	background-color: #c4007a;
}

.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: rgba(255, 255, 255, 0.50);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffffff;
}

.barre_deco{
	position:absolute;
	bottom: 0;
	left:0;
	background-color: #c4007a;
	width:50%;
	height:8px;
}

/** FOOTER **/

#footer{
	background-color: #000000;
	position: relative;
	border-top:20px solid #fff;
}

.barre_right{

	position:fixed;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	z-index:20;
}

.reseaux_sociaux{
	padding: 5px;
	background-color: #c4007a;
}

.adherent_right{
	background-color: #06c394;
	margin-bottom: 45px;
	padding: 5px;
}

.adherent_right a{
	display: block;
	padding: 5px;
}

.reseaux_sociaux a{
	display: block;
	padding: 5px;
}

.reseaux_sociaux a:hover img,
.adherent_right a:hover img{
	animation: boup 1s;
}

@keyframes boup {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

.mentions{
	max-width: 1024px;
	margin:auto;
	text-align: center;
	padding: 40px 0 20px;
}

.mentions p, .mentions a{
	color:#ffffff;
	font-family: 'Nixie One', cursive;
	transition: all 0.25s ease;
}

.mentions a:hover{
	color:#06c394;
}

.connexion_adherent{
	max-width: 1024px;
	margin:auto;
	text-align: center;
	padding: 30px 0 20px;
}

.connect32_mobile, .connect32_footer {
	display: none;
}
.connect32_bandeau {
	display: block;
}

.connect32_bandeau {
	max-width: unset;
	background-color: #031835;
	padding-right: 30px;
	text-align: right;
	border-bottom: 1px solid #fff;
}

.connect32_bandeau .connexion_adherent_inner {
	display: inline-flex;
}

.connect32_bandeau .connexion_adherent_titre {
	margin-top: 10px;
}

.connexion_adherent_titre{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color:#ffffff;
	margin-bottom: 10px;
	font-weight: 300;
}

.connexion_adherent_oubli a{
	padding-top: 10px;
	display: block;
	color:#06c394;
	transition: all 0.25s ease;
}

.connexion_adherent_oubli a:hover{
	color:#c4007a;
}

.connexion_adherent_form_input{
	padding:8px;
	color:#ffffff;
	background-color:#9e9e9e;
	font-size: 18px;
	font-family: 'Nixie One', cursive;
	-moz-appearance: none;
	-webkit-appearance: none;
	border:none;
}

.connexion_adherent_form_submit {
	color: #ffffff;
	background-color: #06c394;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	padding: 8px;
	font-size: 18px;
	font-family: 'Nixie One', cursive;
	margin-left:10px;
	cursor: pointer;
	transition:all 0.35s ease;
}

.connexion_adherent_form_submit:hover{
	background-color: #c4007a;
}

.connexion_adherent_erreur{
	color:#c4007a;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
}

.connexion_adherent_bonjour{
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Nixie One', cursive;
	padding-bottom: 10px;
}

.connexion_adherent_deconnexion{
	color: #ffffff;
	background-color: #06c394;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	padding: 8px;
	font-size: 18px;
	font-family: 'Nixie One', cursive;
	cursor: pointer;
	display: inline-block;
	transition:all 0.35s ease;
}

.connexion_adherent_deconnexion:hover{
	background-color: #c4007a;
}

/*** ACCUEIL ***/

.cta_accueil,
.presentation_accueil{
	max-width:1024px;
	margin:auto;
	text-align: center;
}

.cta_accueil {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cta_accueil_wrapper{
	background-color: #e1e0e0;
	padding: 130px 0 420px;
	border-top : 20px solid #ffffff;
}

.un_cta{
	display: inline-block;
	width:30%;
	margin: 0 1%;
	background-color: #ffffff;
}

.un_cta_lien{
	display: block;
}

.un_cta_img, .un_cta_titre{
	display: block;
	text-align: center;
	margin: auto;
}

.un_cta_img{
	padding-top: 80px;
	height:78px;
}

.un_cta_titre{
	font-size: 25px;
	font-family: "Zilla Slab", sans-serif;
	padding:30px 0;
	color:#000000;
	transition: all 0.25s ease;
}

.cta_titre_actu{
	border-bottom: 8px solid #c3067b;
}

.cta_titre_bplan{
	border-bottom: 8px solid #e8890d;
}

.cta_titre_video{
	border-bottom: 8px solid #789dca;
}

.un_cta:hover .cta_titre_actu{
	color:#c3067b;
}

.un_cta:hover .cta_titre_bplan{
	color:#e8890d;
}

.un_cta:hover .cta_titre_video{
	color:#789dca;
}

.presentation_accueil_wrapper {
	position: relative;
}

.image_background{
	 position: absolute;
	 bottom:0;
	 z-index: 0;
	opacity: 0.60;
	width:100%;
 }

.image_background img{
	width:100%;
}

.degrade_background{
	position: absolute;
	bottom:0;
	z-index: 2;
	height: 100%;
	width:100%;
	background: rgba(255,255,255,0.5);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.3) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

.presentation_accueil{
	margin-top:-200px;
	position: relative;
	z-index: 5;
}

.presentation_accueil h1{
	font-family: 'Nixie One', serif;
	text-transform: uppercase;
	color:#000000;
	padding-bottom: 50px;
	font-size:50px;
}

.presentation_accueil .video_accueil iframe{
	width:100%;
}

.presentation_accueil .video_accueil{
	width: 100%;
	height: 0;
	padding-bottom: 57%;
	position: relative;
}

.presentation_accueil .video_accueil iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.texte_accueil{
	padding: 200px 0 400px;
	position: relative;
	z-index: 5;
}

.guillemet_1{
	display: block;
	padding-bottom: 5px;
	text-align: left;
}

.texte_accueil_content,
.texte_accueil_content p,
.texte_accueil_content a{
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	color: #333333;
}

.guillemet_2{
	display: block;
	padding-top: 5px;
	text-align: right;
}

/*** QUI SOMMES-NOUS ? ***/

.wrapper_qui #bandeau{
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
.wrapper_qui .menu_wrapper{
	background-color: transparent;
}

.wrapper_qui .color_filter{
	padding-bottom:200px;
	background: rgba(126,165,212,0.1);
	background: -moz-linear-gradient(top, rgba(126,165,212,0) 20%, rgba(126,165,212,1) 100%);
	background: -webkit-linear-gradient(top, rgba(126,165,212,0) 20%, rgba(126,165,212,1) 100%);
	background: linear-gradient(to bottom,  rgba(126,165,212,0) 20%,  rgba(126,165,212,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

.info_bleu{
	background-color: #7ea5d4;
}

.info_blanche, .info_bleu_inner{
	max-width: 1024px;
	margin:auto;

}

.info_bleu_inner p, .info_bleu_inner a, .info_bleu_inner strong,
.info_blanche p, .info_blanche a, .info_blanche strong{
	font-size: 22px;
	line-height:34px;
	font-family: "Nixie One", serif;
}

.photo_qui{
	text-align: center;
	padding:60px 0;
}

/** COMMENT ADHERER **/

.wrapper_cmtadherer #bandeau{
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
.wrapper_cmtadherer .menu_wrapper{
	background-color: transparent;
}

.wrapper_cmtadherer .color_filter{
	padding-bottom:200px;
	background: rgba(54,187,179,0.1);
	background: -moz-linear-gradient(top, rgba(54,187,179,0) 30%, rgba(54,187,179,1) 100%);
	background: -webkit-linear-gradient(top, rgba(54,187,179,0) 30%, rgba(154,187,179,1) 100%);
	background: linear-gradient(to bottom,  rgba(54,187,179,0) 30%,  rgba(54,187,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36bbb3', endColorstr='#36bbb3',GradientType=0 );
}

.wrapper_cmtadherer .main{
	background-color: #36bbb3;
}

.wrapper_cmtadherer .main_inner{
	margin: auto;
	max-width: 1024px;
}

.wrapper_cmtadherer h1{
	text-align: center;
}

.photo_cmtadherer{
	text-align: center;
	padding:60px 0;
}

/*** SOUTIENT ***/

.wrapper_soutient .bx-wrapper img{
	width: 100%;
	height:auto;
}

.texte_soutient{
	max-width: 1024px;
	margin: 60px auto 90px;
}

.texte_soutient h1{
	font-family: 'Nixie One', serif;
	text-transform: uppercase;
	color: #c4007a;
	padding-bottom: 50px;
	font-size: 50px;
	text-align: center;
}

.texte_soutient p, .texte_soutient a, .texte_soutient strong{
	font-size: 20px;
}

/***bons plans***/

.wrapper_bons_plans #bandeau{
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}

.wrapper_bons_plans .menu_wrapper{
	background-color: transparent;
}

.wrapper_bons_plans .color_filter{
	background: rgba(75,99,120,0.1);
	background: -moz-linear-gradient(top, rgba(232,137,13,0.5) 0%, rgba(75,99,120,1) 100%);
	background: -webkit-linear-gradient(top, rgba(232,137,13,0.5) 0%, rgba(75,99,120,1) 100%);
	background: linear-gradient(to bottom,  rgba(232,137,13,0.5) 0%,  rgba(75,99,120,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8890d', endColorstr='#4b6378',GradientType=0 );
	padding-bottom: 90px;
}

.wrapper_bons_plans .main{
	background: rgba(75,99,120,1);
}

.titre_bons_plans{
	max-width: 1024px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}

.logo_inter,.titre_inner_bons_plans img{
	position: relative;
	z-index: 3;
	max-width: 200px;
}

.titre_inner_bons_plans img,.titre_inner_bons_plans h1{
	display: inline-block;
	vertical-align: middle;
}

.titre_inner_bons_plans h1{
	margin-left: 20px;
	padding: 0;
}


.wrapper_bons_plans .main_inner{
	max-width: 1024px;
	margin: auto;
}

.photo_bons_plans {
	padding:10px 0;
	text-align: center;
}

.photo_bons_plans img{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.texte_bons_plans{
	padding:40px 0 100px;
}

.texte_bons_plans a, .texte_bons_plans p, .texte_bons_plans strong{
	font-size: 22px;
	line-height: 34px;
	font-family: "Nixie One", serif;
}

/*** ACTU ***/

.wrapper_actu #bandeau{
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}

.wrapper_actu .menu_wrapper{
	position: relative;
	z-index: 5;
	background-color: transparent;
}

.wrapper_actu .color_filter{
	background: rgba(195,6,123,0.1);
	background: -moz-linear-gradient(top, rgba(195,6,123,0.5) 0%, rgba(34,53,75,1) 100%);
	background: -webkit-linear-gradient(top, rgba(195,6,123,0.5) 0%, rgba(34,53,75,1) 100%);
	background: linear-gradient(to bottom,  rgba(195,6,123,0.5) 0%,  rgba(34,53,75,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3067b', endColorstr='#4b6378',GradientType=0 );
	padding-bottom: 90px;
}

.wrapper_actu .main{
	background: rgba(34,53,75,1);
	position: relative;
	z-index: 5;
}

.titre_actu{
	max-width: 1024px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}

.logo_inter,.titre_inner_actu img{
	position: relative;
	z-index: 3;
	max-width: 200px;
}

.titre_inner_actu img,.titre_inner_actu h1{
	display: inline-block;
	vertical-align: middle;
}

.titre_inner_actu h1{
	margin-left: 20px;
	padding: 0;
}

.wrapper_actu .main_inner{
	max-width: 1024px;
	margin: auto;
	padding-bottom: 70px;
}

/**ACTU**/

.une_actu_image{
	margin: auto;
	text-align: center;
}

.une_actu_image img{
	text-align: center;
	margin: 10px auto;

}

.titre_une_actu{
	color:#ffffff;
	padding-bottom: 20px;
	text-align: center;
}

.text_une_actu, .text_une_actu a, .text_une_actu span, .text_une_actu p,  .text_une_actu strong,  .text_une_actu em{
	color: #ffffff;
	line-height: 24px;
}

.date_une_actu{
	text-transform: uppercase;
	color:#ffffff;
	padding: 20px 0 0;
	display: block;
	font-family: "Nixie One", serif;
	text-align: center;
}

/** Slick Style **/

/*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/next.png) 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/prev.png) 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 #ffffff !important;
	background: transparent;
	font-size: 0 !important;
	cursor: pointer !important;
}

.slick-dots .slick-active button {
	background-color: #ffffff !important;
}

.slick-dots li button:before{
	content:none;
}

/** ARCHIVE ACTUS **/

.archive_actus{
	padding-top: 20px;
}

.une_archive_actu{
	display: inline-block;
	vertical-align: top;
	width:30%;
	margin: 1%;
}

.une_archive_actu_img{
	min-height: 300px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.une_archive_actu h4{
	color: #ffffff;
	text-align: center;
	transition: all 0.5s ease;
}

.une_archive_actu:hover h4{
	color:#c4007a;
}

.bouton_archivemore{
	text-transform: uppercase;
	margin: 70px 0 0 70px;
	color: #ffffff;
	font-size: 30px;
}

.bouton_archivemore{
	cursor:pointer;
	transition: all 0.25s ease;
}

.bouton_archivemore:hover{
	color:#c4007a
}

.bouton_archivemore span{
	color : #c4007a;
}

.archive_more_liste{
	display: none;
}

/**Videos**/

.wrapper_videos #bandeau{
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}

.wrapper_videos .menu_wrapper{
	position: relative;
	z-index: 5;
	background-color: transparent;
}

.wrapper_videos .color_filter{
	background: rgba(120,157,202,0.1);
	background: -moz-linear-gradient(top, rgba(120,157,202,0.5) 0%, rgba(39,40,53,1) 100%);
	background: -webkit-linear-gradient(top, rgba(120,157,202,0.5) 0%, rgba(39,40,53,1) 100%);
	background: linear-gradient(to bottom,  rgba(120,157,202,0.5) 0%,  rgba(39,40,53,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#789dca', endColorstr='#1d2835',GradientType=0 );
	padding-bottom: 90px;
}

.wrapper_videos .main{
	background: #1d2835;
	position: relative;
	z-index: 3;
}

.titre_videos{
	max-width: 1024px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}

.logo_inter,.titre_inner_videos img{
	position: relative;
	z-index: 5;
	max-width: 200px;
}

.titre_inner_videos img,.titre_inner_videos h1{
	display: inline-block;
	vertical-align: middle;
}

.titre_inner_videos h1{
	margin-left: 20px;
	padding: 0;
}

.wrapper_videos .main_inner{
	max-width: 1024px;
	margin:auto;
	padding: 50px 0 70px;
}

.une_video{
	display: inline-block;
	width: 28%;
	margin:15px 2%;
	vertical-align: top;
}

.une_video span{
	display: block;
	text-align: center;
	color:#ffffff;
	font-size: 22px;
	padding: 10px;
}

/**Adherents Liste**/

.wrapper_adherents #bandeau{
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}

.wrapper_adherents .menu_wrapper{
	position: relative;
	z-index: 5;
	background-color: transparent;
}

.wrapper_adherents .color_filter{
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 60%,  rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	padding-bottom: 100px;
}

.titre_adherents{
	text-align: center;
	padding-top: 300px;
}

.wrapper_adherents .main_inner{
	max-width: 1024px;
	margin:auto;
	padding: 50px 0 70px;
}

.colonne_liste{
	display: inline-block;
	vertical-align: top;
	width:50%;
}

.colonne_liste h2{
	margin-top: 30px;
}

.liste_adherents ul li{
	margin-top: 10px;
}

.liste_adherents {
	column-count: 2;
	column-gap: 80px;
	width: unset;
}

.colonne_liste a{
color: #c3067b;
}

.adherent_liste a{
color:#000000;
font-size: 21px;
font-weight: 600;
padding: 3px 0;
display: block;
transition: all 0.5s ease;
}

.adherent_liste a:hover{
color:#36bbb3;
}

.adherent_liste a span{
color:#36bbb3;
font-weight:bold;
margin-right: 5px;
}

/**Un adh�rent**/

.membre_info{
	background-color:#e1e0e0;
}

.membre_info_inner,
.membre_info_contact_inner{
	max-width:1024px;
	padding: 70px 0;
	margin: auto;
}

.membre_titre{
	font-family: 'Nixie One', serif;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 50px;
	font-size: 50px;
	text-align: center;
}

.membre_baseligne{
	font-weight: 300;
	padding:20px 0 50px;
}

.membre_descriptif{
	font-size: 21px;
	line-height: 34px;
	margin-bottom: 60px;
}

.logo_membre, .contact_membre{
	display: inline-block;
	vertical-align: top;
}

.contact_membre{
	margin-left:4%;
}

.contact_membre h2{
	padding: 0 0 20px;
	font-weight: 300;
}

.membre_info_contact_inner{
	text-align: center;
}

.logo_membre{
	width:24%;
}

.contact_membre{
	text-align: left;
}

.phone_membre a, .url_membre a{
	font-size: 20px;
	font-weight: 500;
	color:#000000;
	display: block;
	padding: 5px 0 5px;
	transition: all 0.5s ease;
}

.phone_membre a:hover, .url_membre a:hover{
	color: #c4007a;
}

.btn_retour_membre{
	margin-top: 100px;
}

.btn_retour_membre a{
	text-align: center;
	display: inline-block;
	color:#ffffff;
	background-color: #c4007a;
	padding: 10px 60px;
	text-transform: uppercase;
	font-family: "Nixie One", serif;
	font-weight: 700;
	transition: all 0.5s ease;
}

.btn_retour_membre a:hover{
	background-color: #06c394;
}

/** Mentions L�gales **/

.main_mentions{
	max-width: 1024px;
	margin: auto;
	padding: 70px 0;
}

.main_mentions h1{
	font-family: 'Nixie One', serif;
	text-transform: uppercase;
	color: #c4007a;
	padding-bottom: 50px;
	font-size: 50px;
	text-align: center;
}

/** Mot de Passe Oubli� **/

.main_oubli_pass{
	max-width: 1024px;
	margin: auto;
	padding: 100px 0;
	text-align: center;
}

.main_oubli_pass h1{
	font-family: 'Nixie One', serif;
	text-transform: uppercase;
	color: #c4007a;
	padding-bottom: 50px;
	font-size: 50px;
	text-align: center;
}

.formu_mail{
	color: #000000;
	border: 1px solid #000000;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 8px;
	font-size: 21px;
	font-family: 'Nixie One', cursive;
	font-weight: 600;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.35s ease;
}

.formu_btn_ok{
	color: #ffffff;
	background-color: #06c394;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	padding: 8px;
	font-size: 21px;
	font-family: 'Nixie One', cursive;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.35s ease;
}

.formu_btn_ok:hover{
	background-color: #c4007a;
}

.formu_ok{
	color:#ffffff;
	background-color: #06c394;
	font-size: 21px;
	font-family: 'Nixie One', cursive;
	padding: 5px 40px;
	display:inline-block;
}

.formu_pb{
	color:#ffffff;
	background-color: #c4007a;
	font-size: 21px;
	font-family: 'Nixie One', cursive;
	padding: 5px 40px;
	display:inline-block;
	margin-bottom: 25px;
}

.formu_texte{
	font-size: 21px;
	padding:10px 0 20px;
	text-transform: uppercase;
}

/**COMPTE**/

.main_compte, .main_profil_entreprise{
	max-width: 1024px;
	margin: auto;
	padding: 70px 0;
}

.annuaire_cap{
	display: inline-block;
	vertical-align: top;
	width:48%;
	margin: 20px 2% 20px 0;
}

.titre_bloca{
	background-color: #c4007a;
	padding: 20px 0;
	box-sizing: border-box;
}

.membrea{
	background-color: #f3f3f3;
}

.annuaire_choix_cap{
	float: right;
	padding: 10px 10px 0;
	box-sizing: border-box;
}

.annuaire_choix_cap span{
	color:#ffffff;
}

.annuaire_choix_cap select{
	border: 1px solid #ccc;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	color:#333333;
	padding: 3px;
	font-size: 14px;
	box-sizing: border-box;
}

.titre_bloca{
	transition: all 0.25s ease;
}

.titre_bloca h2{
	padding: 0 10px;
	box-sizing: border-box;
	color:#ffffff;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Nixie One', cursive;
	font-size: 30px;
}

.annuaire_recherche_membre input{
	width:90%;
	padding: 10px;
	margin: 10px auto;
	text-align: center;
	box-sizing: border-box;
	display: block;
}

.contenu_bloca{
	height:550px;
	overflow: auto;
	overflow-x: hidden;
	padding: 10px;
	box-sizing: border-box;
}

.profil{
	padding: 10px;
	box-sizing: border-box;
}

.profil2, .profil3{
	display: inline-block;
	vertical-align: top;
}

.profil2{
	width: 20%;
	margin-right:2%;
}

.profil3{
	width:77%;
}

.profil3 a{
	color:#c4007a;
}

.agenda_cap{
	width:48%;
	margin: 20px 0 20px 2%;
	display: inline-block;
	vertical-align: top;
}

.agenda_cap .titre_bloca{
	background-color: #06c394;
}

.agenda_cap  .contenu_bloca{
	height: 609px;
}

.une_date{
	padding: 15px 0;
}

.une_date #profil_ida img{
	width: 40px;
	margin-right:10px;
}

.une_date #profil_ida{
	display: inline-block;
	vertical-align: top;
	width:15%;
}

.une_date #profil_id2a{
	display: inline-block;
	vertical-align: top;
	width:80%;
}

.une_date #profil_id2a a{
	display: block;
}

#profil_id2a a{
	color: #000000;
}

.inscription_event{
	display:block;
	text-align: right;
	padding-top: 5px;
	color:#06c394;
	transition: all 0.25s ease;
}

.une_date:hover .inscription_event{
	color: #c4007a;
}

.galerie_photo{
	cursor: pointer;
}

.galerie_photo .titre_bloca{
	margin: 20px 0;
	background-color: #e8890d;
	transition: all 0.25s ease;
}

.galerie_photo .titre_bloca a{
	text-transform: uppercase;
	color:#ffffff;
}

.galerie_photo:hover .titre_bloca{
	background-color: #06c394;
}

.profil_ent{
	display: inline-block;
	width: 48%;
	margin: 20px 2% 20px 0;
	vertical-align: top;
}

.profil_membre_ent{
	display: inline-block;
	width: 48%;
	margin: 20px 0 20px 2%;
	vertical-align: top;
}


.profil_ent #profil_id2 a{
	font-size: 25px;
	color:#ffffff;
	padding-top: 7px;
	display: block;
}

.profil_ent .titre_bloca{
	background-color: #789dca;
	height: 80px;
}


.profil_ent:hover .titre_bloca{
	background-color:#06c394;
}

.editer{
	max-width: 25px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

#idmembre{
	border: 1px solid #cccccc;
	padding: 3px 5px ;
	font-size: 14px;
	color:#000000;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	box-shadow: none;
	display: inline-block;
	vertical-align: middle;
	width:75%;
}

.profil_membre_ent .titre_bloca{
	background-color: #22354b;

}

/**OFFRE**/
 .offre{
	 display: inline-block;
	 width: 48%;
	 margin: 20px 2% 20px 0;
	 vertical-align: top;
	 height: 758px;
	 float: left;
 }

#MyDiv4 {
	height: auto;
	overflow: auto;
}

 .offre .info_text{
	 display: block;
	 font-size: 20px;
	 font-weight: 500;
	 padding-bottom: 20px;
 }

 .offre label{
	 display: block;
	 padding: 15px 0 10px;
	 font-size: 18px;
 }

.offre input, .offre textarea{
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px 0;
	font-family: "Open Sans", sans-serif;
}

.offre #texte_offre{
	max-width: 80%;
	min-width: 80%;
	min-height: 100px;
}

#button2{
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	background-color: #06c394;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	padding: 8px;
	font-size: 18px;
	font-family: 'Nixie One', cursive;
	cursor: pointer;
	display: inline-block;
	transition: all 0.35s ease;
}

#image_page_admin{
	border: none;
}

#button2:hover{
	color:#c4007a;
}
	/*doc cap*/

.docvie {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin: 20px 2% 0 0 ;
}

.docoff{
	display: inline-block;
	width: 48%;
	margin: 20px 0 0 2%;
	vertical-align: top;
}

.docvie .contenu_blocaz, .docoff .contenu_blocaz{
	height: 300px;
}


.docoff .titre_bloca{
	background-color:#06c394;
}

.docvie .titre_bloca h2, .docoff .titre_bloca h2{
	font-size: 24px;
}

.download{
	max-width: 20px;
	margin-right: 10px;
}

.docvie #profil_id2a a,
.docoff #profil_id2a a{
	display: block;
	padding: 5px;
	transition: all 0.25s ease;
}

.docvie #profil_id2a a:hover,
.docoff #profil_id2a a:hover{
	color: #c4007a;
}

/** Profil entreprise**/

.main_profil_entreprise h1{
	color: #c4007a;
	text-align: center;
}

.main_profil_entreprise label{
	display: block;
	padding: 5px 0;
	font-size: 18px;
	font-weight: 500;
}


.main_profil_entreprise .colonne_liste input,
.main_profil_entreprise .colonne_liste textarea,
.main_profil_entreprise input,
.main_profil_entreprise textarea{
	width: 90%;
	border: 1px solid #cccccc;
	padding: 3px 5px ;
	font-size: 14px;
	margin: 5px 0 10px;
	color:#000000;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	box-shadow: none;
	display: inline-block;
	vertical-align: middle;
}

#image_page_admin2, #image_page_admin3{
	border:none;
}

.main_profil_entreprise .colonne_liste textarea{
	max-width: 90%;
	min-width: 90%;
}


#descriptif{
	min-height: 142px;
}

.main_profil_entreprise #button2{
	width: 100%;
	padding: 10px 0;
	font-size: 22px;
	margin: 10px 0;

}

.main_profil_entreprise #button2:hover{
	color:#ffffff;
	background-color: #c4007a;
}

.back_compte{
	margin: 20px 0;
	color:#ffffff;
	background-color: #c4007a;
	padding: 10px 20px;
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.30s ease;
}

.back_compte:hover{
	background-color:#06c394 ;
}

/** Un �venement **/

.main_evenement{
	max-width:1024px;
	margin: auto;
	padding: 70px 0;
}

.main_evenement h1{
	text-align: center;
	color: #c4007a;
	padding-bottom: 40px;
}

.main_evenement h2{
	color:#06c394;
	text-align: center;
}

.main_evenement h3{
	padding: 10px;
	box-sizing: border-box;
}

.titre_general p{
	font-size: 20px;
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0 20px;
	text-align: center;
}

.main_evenement .membrea{
	float: left;
	width: 48%;
	margin: 10px 1%;
}

.main_evenement .contenu_bloca{
	height: 600px;
}

.main_evenement a{
	color: #ffffff;
}

.main_evenement .contenu_bloca label{
	display: block;
	padding: 2px 0;
	font-size: 16px;
	font-weight: 500;
}

.main_evenement .contenu_bloca input,
.main_evenement .contenu_bloca select{
	width: 90%;
	border: 1px solid #cccccc;
	padding: 3px 5px ;
	font-size: 14px;
	margin: 5px 0;
	color:#000000;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	box-shadow: none;
	display: inline-block;
	vertical-align: middle;
}

.main_evenement .input_vege {
	display: inline-flex;
}

.main_evenement  .contenu_bloca .input_vege label {
	margin-left: 5px;
}

.main_evenement  .contenu_bloca .input_vege input,
.main_evenement  .contenu_bloca .input_vege select{
	width: unset;
}

.main_evenement #button2:hover{
	color: #ffffff;
	background-color: #c4007a;
}

/**Galerie**/
.main_galerie{
	max-width:1024px;
	margin: auto;
	padding: 70px 0;
}

.main_galerie h1{
	text-align: center;
	color: #c4007a;
	padding-bottom: 40px;
}

.main_galerie a{
	color:#ffffff;
}

.main_galerie select{
	width: 100%;
	border: 1px solid #cccccc;
	padding: 3px 5px ;
	box-sizing: border-box;
	font-size: 14px;
	margin: 5px 0;
	color:#000000;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	box-shadow: none;
	display: inline-block;
	vertical-align: middle;
}

.carousel_photo_galerie{
	margin: 20px 0;
}

.main_galerie .slick-next{
	background: url(../images/next_vert.png) no-repeat center center;
}

.main_galerie .slick-prev{
	background: url(../images/prev_vert.png) no-repeat center center;
}

/**Contact**/

.main_contact{
	max-width:1024px;
	margin: auto;
	padding: 70px 0;
}

.main_contact h1{
	text-align: center;
	color: #c4007a;
	padding-bottom: 40px;
}

.recaptcha-wrapper{
	margin: 10px 0;
}

.contenu_contact_g{
	display: inline-block;
	vertical-align: top;
	width:65%;
	margin: 0 2%;
}
.contenu_contact_d{
	display: inline-block;
	vertical-align: top;
	width:25%;
	margin: 0 2%;
}

.p_contact{
	padding: 3px 0;
}

.contenu_contact_g input,
.contenu_contact_g textarea{
	width: 90%;
	border: 1px solid #cccccc;
	padding: 3px 5px ;
	font-size: 14px;
	margin: 5px 0 10px;
	color:#000000;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	box-shadow: none;
	display: inline-block;
	vertical-align: middle;
}

.p_contact input{
	width: auto;
	margin-right: 10px;
}

.contenu_contact_g textarea{
	max-width: 90%;
	min-width: 90%;
	min-height:45px;
}

.contenu_contact_g .contact_ch_bouton{
	color: #ffffff;
	background-color: #06c394;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	padding: 8px;
	font-size: 18px;
	font-family: 'Nixie One', cursive;
	cursor: pointer;
	display: inline-block;
	transition: all 0.35s ease;
}

.contenu_contact_g .contact_ch_bouton:hover{
	background-color: #c4007a;
}

#texte_ok_contact{
	background-color: #06c394;
	color:#ffffff;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

#texte_ok_contact p, #texte_ok_contact p strong{
	color:#ffffff;
}


/**autre**/

#hamburger{
	display: none;
}

.slick-dots{
	transform: translateX(-16%);
}


/*** Colloque **/

.btn_colloque{
	display: block;
	color:#ffffff;
	margin-bottom: 30px;
	font-size: 32px;
	text-transform: uppercase;
}

.img_accueil_colloque{
	display: block;
}

#site_2 .footer_twitter,
#site_2 .footer_youtube,
#site_2 .cta_accueil {
	display: none;
}

#page_offreAd #main {
	background: rgba(75,99,120,1);
}

#page_offreAd .main_inner {
	max-width: 1024px;
	margin: auto;
}

.contenu_actu_10 {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.contenu_actu_10 > div {
	width: auto;
	margin: 0 auto;
}

.contenu_actu_10 > div > img {
	width: auto;
	max-height: 300px;
}

.listeAd {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.lienAd {
	width: 100%;
	height: 100%;
	display: flex;
}

.adherent {
	margin: 20px;
	max-width: 472px;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	/*effet*/
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.adherent:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.logo_adherent {
	max-width: 130px;
	width: 130px;
	max-height: 130px;
	min-width: 130px;
	height: 150px;
	min-height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.10);
}

.wrapper-infoAd {
	width: 100%;
	position: relative;
	margin-left: 15px;
	display: flex;
	flex-direction: column;
}

.wrapper-infoAd * {
	color: #000 !important;
}

.texte_adherent {
	display: flex;
	flex-direction: column;
}

.texte_adherent h2 {
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #000;
}

.texte_adherent p {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	overflow: hidden;
	padding-bottom: 40px;
}

.texte_adherent span {
	display: flex;
	align-items: baseline;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.texte_adherent span i {
	font-size: 14px;
	margin-left: 5px;
}

