/*@import url('https://fonts.googleapis.com/css?family=Slabo+13px');*/
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:400,700');
html, body { 
	margin:0; 
	padding:0; 
	height: 100%; 
	font-family:  'Roboto', sans-serif; 
	font-size: 1rem;
    line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
    font-weight: normal;
    color: #606060;
}

h1, h2, h3, h4, h5, h6 { 
font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; line-height: normal;
}

a, a:active {color: #fe6663 ; text-decoration: underline}
a:visited {
	color: purple ;
	text-decoration: underline
}
a:hover {
	color: #670405;
	text-decoration: none
}


form {margin:0; padding:0;}
.clear {clear:both;}
img {border:0;}

/* FORM PART */

.form_error {
	text-align: left;
	background-color:red;
	width:auto;
	padding:10px;
	/*box-sizing: border-box;
	border: 1px solid darkred;*/
	display: block;
/*	margin-top:10px;
	margin-bottom:10px;*/
	color: white;
}
.form_accept {
	text-align: left;
	background-color:#719a04;
	width:auto;
	padding:10px;
	/*box-sizing: border-box;
	border: 1px solid darkred;*/
	display: block;
/*	margin-top:10px;
	margin-bottom:10px;*/
	color: white;
}
.form_error span,.form_accept span {
	display: inline-block;
    font-weight: bold;
    margin-right: 10px;
} 

/* menu espace membre */
a.menu_espace_membre {
	display: block;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #eeeeee;
    color: #333333;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight:bold;
}

a.menu_espace_membre:hover {
	background-color: #cccccc;
}

a.menu_espace_membre_actif, a.menu_espace_membre_actif:hover {
	background-color: #fe6663; color:#ffffff;
}

.row_dashboard { 
	border-top: 1px solid #eeeeee; 
	padding-top:3px; 
	padding-bottom:3px;
}

.row_dashboard_voir {
	float:left; width:calc(100% - 120px); padding-top:5px; padding-bottom:5px;
}
a.row_dashboard_photo,
a.row_dashboard_supp,
a.row_dashboard_edit {
	width:36px; height:36px; margin-left:4px; float:right;
	background-color:#fe6663; border-radius: 36px; 
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	text-decoration: none
}

a.row_dashboard_photo { background-image: url(../img/photo-camera.svg); }
a.row_dashboard_supp { background-image: url(../img/garbage.svg); }
a.row_dashboard_edit { background-image: url(../img/edit.svg); }

a.row_dashboard_photo span { color:#333333; display: block; width:16px; height:16px; background:#eeeeee; border-radius: 16px; font-size:10px; text-align: center; line-height: 16px; text-decoration: none}

/* MODAL */

#modal {
	display:none;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s; /* Safari */
	z-index:2000;background-color: rgba(0, 0, 0, 0.6); position: fixed; top:0; bottom:0; right:0; left:0; 
}

#modal_email, #modal_recommand, #modal_login, #modal_forgot_login, #modal_partenaires {
	display:none;
	text-align: left;
	width:300px;
	min-height:500px;
	z-index:2001;
	box-sizing:border-box;
	background: #ffffff;
	position: fixed;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-250px;
	padding:10px;
}

#modal_recommand {
	min-height:376px; 
	margin-top:-188px;
}

#modal_login, #modal_forgot_login {
	min-height:300px; 
	margin-top:-150px;
}

/* menu espace membre */
a.remove_this_asso_partenaire {
	display: inline-block;
	width:auto;
    padding: 5px;
    padding-left: 40px;
    padding-right: 10px;
    color: #333333;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight:bold;
    cursor:pointer; 
    background-color: #eeeeee;
    background-image: url(../img/close_black.svg);
    background-repeat: no-repeat;
    background-position: 13px center;  
    background-size:16px;
}

a.remove_this_asso_partenaire:hover {
	background-color: #cccccc;  
}

.select_this_asso_partenaire {
	border-bottom:1px solid #eeeeee; display:block;padding-bottom:10px; margin-bottom:10px; 
}




/* BANNER */

.banner_wide{min-width:320px; z-index:1001; background-color: #ffffff; border-bottom: 1px solid #000000; box-sizing: border-box; position:absolute; top:0; left:0; right:0; }
.banner_wide_static_height_0 {opacity:0; margin-top:-82px;}
.banner_wide_static {
	position:fixed; 
	top:0; 
	width:100%;
	opacity:1;
	margin-top:0px;
	transition-property: opacity, margin-top;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	}
.banner_wide_static_forced {
	position:fixed !important; 
	top:0 !important; 
	width:100% !important;
	opacity:1 !important;
	margin-top:0px !important;
	transition:none !important;
}
.banner_wide_shadows { /*background-image: url(../img/banner_shadow.png);*/ background-repeat: repeat-x; background-position: bottom}
.banner_maincol {position: relative; width:1004px;height:82px; }
/*.banner_maincol_extra_margin_top { margin-top:83px; }*/
.banner_logo { text-align:left; position:absolute; z-index: 100; left:0; top:-8px; width:300px;height:90px; background-image: url(../img/logo_intergg.png); background-repeat: no-repeat; background-position: 20px 25px; background-size: 270px auto;  }


a.sw_lng_links, a.sw_lng_links:visited, a.sw_lng_links:active, a.sw_lng_links:hover {
	text-align: center; margin-right:4px; margin-top:4px;color:#ffffff;
	float:right; text-decoration:none; cursor:pointer; display:inline-block;padding:0;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;  background:#ef4526; width:30px; line-height:25px; color:#fff; font-weight:bold;min-height:25px;max-height:25px;
	border : 1px solid #ef4526;
	box-sizing: border-box;
 }
 a.sw_lng_links:hover {
 	background: #aa1414;
 }
 a.sw_lng_links_current, a.sw_lng_links_current:visited, a.sw_lng_links_current:active a.sw_lng_links_current:hover {
 	background: #ffffff !important;
 	color: #aa1414 !important;
 	border : 1px solid #cccccc;
 	box-sizing: border-box;
 }

 .input_newsletter_box {border-top: 1px solid #aa1414;}

/* SEARCH BOX */

#content_box_search { position:absolute; top:0; right:0; background: #aa1414; color:#fff; 
					-webkit-border-bottom-right-radius: 6px;
					-webkit-border-bottom-left-radius: 6px;
					-moz-border-radius-bottomright: 6px;
					-moz-border-radius-bottomleft: 6px;
					border-bottom-right-radius: 6px;
					border-bottom-left-radius: 6px; }

#form_box_search {padding:0; margin:0; width:auto; margin-left:5px; margin-right:5px; padding-top:5px; padding-bottom:5px;}
.form_box_search_value {float:left; text-indent:7px; padding:0; margin:0;border:0; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; width:175px;margin-right:3px;line-height:25px;min-height:25px;}
.form_box_search_btn {float:left;cursor:pointer;padding:0; margin:0;margin-right:3px;border:0;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;  background:#ef4526; width:90px; line-height:20px; color:#fff; font-weight:bold;min-height:25px;max-height:25px;}
.form_box_search_rss_feed {float:right; text-decoration:none; cursor:pointer; display:inline-block;padding:0; margin:0;border:0;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;  background:#ef4526 url(../img/rss_2015_zopa.png) center no-repeat; width:30px; line-height:25px; color:#fff; font-weight:bold;min-height:25px;max-height:25px;}
.form_box_search_toggle_form {float:right; text-decoration:none; cursor:pointer; display:inline-block;padding:0; margin:0;/*margin-right:3px;*/border:0;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;  background:#ef4526 url(../img/search_2015_zopa.png) center no-repeat; width:30px; line-height:25px; color:#fff; font-weight:bold;min-height:25px;max-height:25px;}

/* LOGIN */

.login_box {width:300px;margin:0 auto; margin-top:40px; padding:20px; border-bottom:1px solid #cccccc; box-sizing: border-box;}
.login_input, 
#newsletter_form input[type=text], 
#contact_form input[type=text],
#contact_form select, 
#contact_form textarea, 
#member_form input[type=text],
#member_form select,
#member_form textarea,
#agenda_form input[type=text],
#agenda_form select,
#agenda_form textarea,
#action_form input[type=text],
#action_form select,
#action_form textarea,
#publication_form input[type=text],
#publication_form select,
#publication_form textarea,
#modal_login_form input[type=text],
#modal_forgot_login_form input[type=text],
#modal_email_form input[type=text], 
#modal_email_form select, 
#modal_email_form textarea, 
#modal_recommand_form input[type=text], 
#search_form input[type=text], 
#search_form select, 
#profile_form input[type=text], 
#modal_login_form input[type=password], 
#profile_form input[type=password], 
#login_form input[type=text], 
#login_form input[type=password] {
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	width:100%; box-sizing: border-box; margin-bottom:2px; 
	font-size:14px;
	height:30px;
	line-height: 30px;
	padding:0;
	padding-left:6px;
	padding-right:6px;
	border:1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#contact_form label, 
#search_form label, 
#modal_login_form label,
#modal_forgot_login_form label,
#modal_email_form label, 
#modal_recommand_form label {
	width:15%; display: inline-block;
}
#member_form label,
#agenda_form label,
#action_form label,
#publication_form label {
	width:34%; display: inline-block;
}
#newsletter_form label {
	width:100%; display: inline-block;
}
#profile_form label {
	width:20%; display: inline-block;
}
#contact_form input[type=text],
#modal_email_form input[type=text],
#modal_login_form input[type=text],
#modal_forgot_login_form input[type=text],
#modal_login_form input[type=password], 
#modal_recommand_form input[type=text],
#search_form input[type=text], 
#profile_form input[type=text], 
#profile_form input[type=password]   {
	width:40%;
}
#member_form input[type=text],
#agenda_form input[type=text],
#action_form input[type=text],
#publication_form input[type=text] {
	width:65%;
}
#contact_form select,
#member_form select,
#agenda_form select,
#action_form select,
#publication_form select,
#search_form select, 
#modal_email_form select{
	width:40%;
	background-image: url(../img/bottom.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

#modal_recommand_form input, 
#modal_email_form input, 
#modal_login_form input, 
#modal_forgot_login_form input,
#modal_email_form select {width:100% !important; margin-top:3px !important;} 

#contact_form input[type=text].spam_field,
#modal_email_form input[type=text].spam_field,
#modal_recommand_form input[type=text].spam_field,  {
	width:23%; margin-right:10px;
}
#newsletter_form input[type=text].spam_field {
	width:50%; margin-right:0px;
}
#contact_form label.label_spam_image,
#modal_email_form label.label_spam_image,
#modal_recommand_form label.label_spam_image,
#newsletter_form label.label_spam_image {
	float:left; line-height:35px; height:30px;
}
#modal_email_form label, 
#modal_recommand_form label,
#modal_login_form label,
#modal_forgot_login_form label { width:100% !important; margin-top:10px;}

#contact_form div.container_spam_image,
#modal_email_form div.container_spam_image,
#modal_recommand_form div.container_spam_image,
#newsletter_form div.container_spam_image {
	float:left;background:url(../img/secret.jpg); width:120px; height: 30px; line-height:30px; overflow:hidden; text-align:center;font: bold 20px 'Courier New', Courier, monospace; margin-bottom:3px; margin-top: 3px;
}
#contact_form input[type=text].topic_field {
	width:85%;
}
#profile_form input[type=text].mem_extra_newsletter {
	width:80%;
}

#contact_form textarea,
#member_form textarea,
#agenda_form textarea,
#action_form textarea,
#publication_form textarea {
	height:200px;
}

h3.modal_head { background:#eeeeee;padding:10px; margin:-10px; margin-bottom:10px;}





.mandatory_field {
	background-color: red;
	animation: mandatory_field_anim 1.5s ease-out;
	-moz-animation: mandatory_field_anim 1.5s ease-out;
	-webkit-animation: mandatory_field_anim 1.5s ease-out;
	-o-animation: mandatory_field_anim 1.5s ease-out;

	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
	-moz-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
	-o-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}
@keyframes mandatory_field_anim {
  0% {
    background-color: red;
  }
  100% {
    background-color: pink;
  }
}

@-webkit-keyframes mandatory_field_anim {
  0% {
    background-color: red;
  }
  100% {
    background-color: pink;
  }
}

@-moz-keyframes mandatory_field_anim {
  0% {
    background-color: red;
  }
  100% {
    background-color: pink;
  }
}

@-o-keyframes mandatory_field_anim {
  0% {
    background-color: red;
  }
  100% {
    background-color: pink;
  }
}

#newsletter_form input[type=submit], 
#contact_form input[type=submit], 
#member_form input[type=submit], 
#agenda_form input[type=submit],
#action_form input[type=submit],
#publication_form input[type=submit],
#modal_login_form input[type=submit], 
#modal_forgot_login_form input[type=submit], 
#modal_email_form input[type=submit], 
#modal_recommand_form input[type=submit], 
#search_form input[type=submit], 
#profile_form input[type=submit], 
#login_form input[type=submit] {
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	width:auto; box-sizing: border-box; border:0; background-color: #fe6663;
	color:#ffffff;
	font-size:14px;
	height:30px;
	/*line-height: 30px;*/
	padding:0;
	margin:0;
	padding-left:6px;
	padding-right:6px;
	border:1px solid #fe6663;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer
}

#contact_form input[type=submit],
#member_form input[type=submit],
#agenda_form input[type=submit],
#action_form input[type=submit],
#publication_form input[type=submit],
#search_form input[type=submit], 
#modal_login_form input[type=submit], 
#modal_forgot_login_form input[type=submit], 
#modal_email_form input[type=submit], 
#modal_recommand_form input[type=submit], 
#newsletter_form input[type=submit] {
	background-image: url(../img/go_margin.png); 
	background-size: 25px;
	background-position: right 50%; 
	background-repeat: no-repeat;padding-right:30px;
}



#contact_form input[type="submit"]:hover,
#member_form input[type=submit]:hover,
#agenda_form input[type=submit]:hover,
#action_form input[type=submit]:hover,
#publication_form input[type=submit]:hover,
#modal_email_form input[type=submit]:hover, 
#modal_login_form input[type=submit]:hover, 
#modal_forgot_login_form input[type=submit]:hover, 
#modal_recommand_form input[type=submit]:hover, 
#search_form input[type="submit"]:hover, 
#newsletter_form input[type="submit"]:hover, 
#profile_form input[type="submit"]:hover, 
.input_newsletter_submit:hover {background-color: #b33330; border:1px solid #b33330;}

.search_trigg_label_container { border-top:3px dotted #eeeeee; margin-top:20px;}
.search_trigg_label_container_border_bottom {border-top:0; margin-top:0; border-bottom:3px dotted #eeeeee; margin-bottom:20px; padding-bottom:20px;}
.search_trigg_label {float:left; width:calc(100% - 37px);}
.search_trigg_switch {
	width:27px; height:27px; float:right; border-radius: 27px;
	background: #fe6663 url(../img/go_down.png) center no-repeat; background-size:17px;
	cursor:pointer;
}
.search_trigg_switch:hover {
	background: #b33330 url(../img/go_down.png) center no-repeat; background-size:17px;
}


/* STRUCTURE PAGE*/

.actu_col_img_bis { float:left; width:120px; height:120px; margin-right:15px; margin-bottom:15px; }

.actualites_h1 {margin:0;margin-top:15px; }
.actu_col {float:left; width:322px; box-shadow: 1px 2px 8px #CACACA; position:relative; height: 440px; margin-top:20px; overflow:hidden; border: 1px solid #eeeeee; box-sizing: border-box; }
.actu_col_h2 {margin:0; font-size:20px; margin:15px; text-align: center}
.actu_col_img {display:block; border:1px solid #eeeeee; border-left:0; border-right:0; width:100%; height:200px; background:#eeeeee;overflow:hidden;}
.actu_col_link, .actu_col_link:active, .actu_col_link:hover, .actu_col_link:visited { 
	font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase;
	display:block; padding:15px; font-weight:normal; text-align: center; color: #606060; font-size:18px; text-decoration: none 
}
.actu_col_txt { margin:15px; margin-top:0; padding-top:15px; border-top:1px solid #eeeeee;}

.actu_gradient {
	position:absolute; bottom:0px; right:0px; left:0; height: 90px; border-bottom: 10px solid #ffffff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+59 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 59%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 59%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.actu_col_read_more, .actu_col_read_more:active, .actu_col_read_more:hover, .actu_col_read_more:visited {position:absolute; bottom:15px; right:15px; display: block; width:80px; height:22px; line-height: 22px;
	background: url(../img/add-circular-outlined-button.svg) no-repeat center right; background-size: 20px; text-align: right; padding-right:26px;
	text-decoration: none; color:#fe6663; font-family: 'Roboto Condensed', sans-serif; text-transform: none; font-size:18px;
}
.actu_all {padding-top:15px;padding-bottom:10px; padding-right:10px; text-align:right}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -130px; 
  overflow: hidden;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 130px; 
}
.site-footer {
  background: #ffffff;
  border-top:1px solid #eeeeee;
}

.page_title {
	clear:both; font-weight: bold; margin-bottom:10px; margin-top:0px; text-align: left;
}

.search_res_item { border-bottom:1px dotted #000000; padding-top:5px; padding-bottom:5px; }

/* jquery box photo doc video etc.. */

/* GALLERY PHOTO */
#gallery {margin-left:-0px; margin-top:-0px;}

.photo_in_gallery {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    border:2px solid #ffffff; 
    box-sizing: border-box;  
    margin:3px; 
    background:#eeeeee; 
    width:121px;
    height:121px;
    float:left; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: cover}
/* DOCS */
.doc_box_item {background: #ffffff; -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;border:1px solid #cccccc; box-sizing: border-box; line-height:normal; text-align: left; min-height:41px;}
#box_doc_inserted_in_body .doc_box_item {background: #eeeeee; border:0; margin-bottom:3px;}
.doc_box_item_ico {float:left; width:40px; height:40px;  background-repeat:no-repeat; background-position: center}
.doc_box_item_txt {margin-left: 40px; width:auto;padding-top:5px;padding-bottom:5px;margin-right: 10px;}

.subpages_header {margin-top:20px; margin-bottom:20px;}

.multimediabox {
display:inline-block; 
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background: #fe6663;
text-decoration:none;  color : #ffffff;
height:35px; line-height: 35px;
}

.multimediabox_content {
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0; 
	background-color:#eeeeee;  
	border:1px solid #cccccc;
	width:auto;
	box-sizing: border-box;  
	padding:6px;
	margin-bottom:20px; 
}

/* NEWS and LINKS */

.news_title {text-align: right; font-weight:bold; color:#ffffff;width:auto; padding:5px;font-size:14px;}
.news_items {background: #ffffff; width: auto; padding:0px; margin-bottom:10px; padding-bottom:10px; border-bottom: 1px dotted #cccccc;
}
.news_photo {background-color: #eeeeee; width:60px; height:60px; background-size: contain; background-position: center; background-repeat: no-repeat; margin-right:15px; float:left;}
.news_label_margin {margin-left: 75px; }

/* Easy Slider */

	#slider_nav_barr {position:absolute; width:1004px; height:300px; z-index:500; }
	.slider_li_bg_img {float:left; width:1004px; height:300px;position:relative;  background-position:center; background-repeat: no-repeat; background-size: cover;}
	.slider_li_txt {box-sizing: border-box; text-align:left; padding:20px;width:340px; height:160px; overflow: hidden; position: absolute; z-index:501; top:50%; margin-top:-80px; left:50%; margin-left:-170px; background-color: rgba(255, 255, 255, 0.9); -webkit-border-radius: 4px;
-moz-border-radius: 4px;-webkit-box-shadow: 0px 0px 17px 4px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 17px 4px rgba(0,0,0,0.55);
box-shadow: 0px 0px 17px 4px rgba(0,0,0,0.55);
border-radius: 4px;}
	.slider_h2 { margin:0 }

	#slider { border: 1px solid #eeeeee; box-shadow: 1px 2px 8px #CACACA;}

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		position: relative;
		background-color: #eeeeee;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:1004px;
		height:300px;
		overflow:hidden; 
		}
	div#prevBtn a {
		width:40px; height:40px;  
		position:absolute;
		left:20px; top:50%; margin-top: -20px; 
		background-color: #ffffff;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		margin-left:10px; margin-right:10px;
		box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3); 
		border:2px solid #ffffff;  
		opacity: 0.6; 
		background-image: url(../img/back.svg);
		background-position: 45% 50%;
	    background-repeat: no-repeat;
	    background-size: 60%;
	    cursor:pointer;
	}
	div#nextBtn a {
		width:40px; height:40px;  
		position:absolute;
		right:20px; top:50%; margin-top: -20px; 
		background-color: #ffffff;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		margin-left:10px; margin-right:10px;
		box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3); 
		border:2px solid #ffffff; 
		opacity: 0.6;  
		background-image: url(../img/next.svg);
		background-position: 55% 50%;
	    background-repeat: no-repeat;
	    background-size: 60%;
	    cursor:pointer;
   }

/* MENU(s) */


.connexion_search_tool_box {
	position:absolute; top:7px; right:0; width:1024px;height:34px; text-align: right
}
.connexion_search_tool_box_link, .connexion_search_tool_box_link:hover, .connexion_search_tool_box_link:active, .connexion_search_tool_box_link:visited {
	padding:8px; padding-left: 25px; padding-top:2px; padding-bottom:6px; background-color: #eeeeee; display:inline-block;
	color: #606060;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/*-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);*/
	margin-left: 3px;
	cursor:pointer;

	background-position:  6px 5px;
	background-repeat: no-repeat;
	background-size: 14px;
	font-size:14px;

}

.connexion_search_tool_box_link:hover {
	background-color: #606060;
	color: #ffffff;
}

.connexion_search_tool_box_link_login {
	background-image: url(../img/padlock_off.svg);
}
.connexion_search_tool_box_link_login:hover {
	background-image: url(../img/padlock_hover.svg);
}
.connexion_search_tool_box_link_become_member {
	background-image: url(../img/edit-draw-pencil_off.svg);
}
.connexion_search_tool_box_link_become_member:hover {
	background-image: url(../img/edit-draw-pencil_hover.svg);
}
.connexion_search_tool_box_link_search {
	background-image: url(../img/magnifying-glass_off.svg);
}
.connexion_search_tool_box_link_search:hover {
	background-image: url(../img/magnifying-glass_hover.svg);
}
.ddsmoothmenu{
/*background: #fe6663; */
position:absolute; top:32px; right:0; width:1024px;height:34px;
text-align: left;
font-size:14px;
color: #606060;
font-family: 'Roboto Condensed', sans-serif;
font-weight:bold;
letter-spacing: .8px;
line-height: normal;
text-transform: uppercase;
visibility: visible;
}

.ddsmoothmenu ul{
z-index:600;
margin: 0;
padding: 0;
list-style-type: none;
}


.ddsmoothmenu ul li:before {
	border-top:1px solid #eeeeee;
	width:100%; height:3px;
	transition: border-top 0.1s linear;
	display:block;
	position:absolute;
    content: '';
}
.ddsmoothmenu ul li:hover::before {
	border-top: 5px solid #fe6663;
}


/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: right;

}



/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #ffffff; /*background of menu items (default state)*/
/*color: white;*/
/*padding: 17px 20px;*/
/*height:37px; line-height:37px;*/
color:inherit;
padding-top:14px; padding-bottom:14px;
padding-left:10px; padding-right:10px;
border-right: 0px solid #666666;
border-left: 0px solid #666666;
text-decoration: none;

border-top:1px solid #cccccc;


/*-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;*/
}



* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
/*color: white;*/
}

.ddsmoothmenu ul li a:hover{
background: #eeeeee; /*background of menu items during onmouseover (hover state)*/
color: #fe6663;
border-bottom: 1px solid #ffffff;

}


	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
background-color:transparent;
left: 0;
display: block; /*collapse all sub menus to begin with*/
visibility: hidden;
-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
color: #fe6663;
font-weight:normal;
}

.ddsmoothmenu ul li ul li:before {
	border-top:0px solid red;
	width:100%; height:0px;
	background: none;
	transition: none;
	display:none;
	position:absolute;
  	content: '';
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
margin-right:0px;
margin-left:-5px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 180px; /*width of sub menus*/
padding: 10px;
background-color:#ffffff;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #cccccc;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
overflow: hidden
transition: none;
}

.ddsmoothmenu ul li ul li a:hover {
background: #eeeeee; /*background of menu items during onmouseover (hover state)*/
color: #fe6663;
border-bottom: 1px solid #cccccc;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
right: 10px;
width:17px;
height: 17px;
background-image: url(../img/down_conf.png);
background-position: center;
background-repeat: no-repeat;
background-color: #606060;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.rightarrowclass{
position: absolute;
top: 9px;
right: 10px;
width:17px;
height: 17px;
background-image: url(../img/right_conf.png);
background-position: 60% 50%;
background-repeat: no-repeat;
background-color: #606060;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}	

.branche_selected { 
background: #FFFFFF !important; /*background of menu items during onmouseover (hover state)*/
color: #fe6663 !important;
border-bottom: 1px solid #ffffff;
}


/* RADIO */

.radio_container {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:100% !important;
    min-height:27px;
   	padding-top:2px;
}

/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio_checkmark {
    position: absolute;
    top: 0;
    right:0px;
    /*left: 0;*/
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #666;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .radio_checkmark {
    background-color: #ccc;
    border: 1px solid #666;

}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .radio_checkmark {
    background-color: #fe6663;
    border: 1px solid #fe6663;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .radio_checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .radio_checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



/* CK ------------------------ */
.ck_row {
	border-bottom:1px solid #eeeeee; 
}

.ck_container {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:100% !important;
    min-height:27px;
   	padding-top:2px;
}

.ck_span_in_label {
	display: block;
	padding-right: 40px;
}

/* Hide the browser's default checkbox */
.ck_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.ck_checkmark {
    position: absolute;
    top: 0;
    right:0px;
    /*left: 0;*/
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #666;

}

/* On mouse-over, add a grey background color */
.ck_container:hover input ~ .ck_checkmark {
    background-color: #ccc;
    border: 1px solid #666;
}

/* When the checkbox is checked, add a blue background */
.ck_container input:checked ~ .ck_checkmark {
    background-color: #fe6663;
    border: 1px solid #fe6663;
}

/* Create the ck_checkmark/indicator (hidden when not checked) */
.ck_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the ck_checkmark when checked */
.ck_container input:checked ~ .ck_checkmark:after {
    display: block;
}

/* Style the ck_checkmark/indicator */
.ck_container .ck_checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* END CK */

/* p2p */

.data_page, .data_page_active {
	min-width:23px; height:27px; line-height:27px; border-radius:4px; padding-left:2px; padding-right:2px; text-align: center;  display:inline-block; background:#fe6663; color:#ffffff; text-decoration: none; font-weight:bold; font-size:15px; margin-left:1px; margin-right:1px;
}
.data_page_active {
	background:#eeeeee; color:#333333; text-decoration: none; font-weight:bold; font-size:15px; margin-left:3px; margin-right:3px;
}


/* MENU SECU */

/* Side barre menu secu */

.sidebarmenu2 { 
margin-bottom: 0px;
}

.sidebarmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 240px; /* Main Menu Item widths */
border-bottom: 0px solid #2d61db;
z-index:600;
}
 
.sidebarmenu2 ul li{
position: relative;
}


/* Top level menu links style */
.sidebarmenu2 ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #2d61db;
border-right: 0px solid #2d61db;
}

.sidebarmenu2 ul li a:link, .sidebarmenu2 ul li a:visited, .sidebarmenu2 ul li a:active{
background-color: #5486ff; /*background of tabs (default state)*/
color: white;
text-decoration: none;
}

.sidebarmenu2 ul li a:visited{
background-color: #5486ff; /*background of tabs (default state)*/
color: white;
text-decoration: none;
}

.sidebarmenu2 ul li a:hover{
background: #2a61df; /*background of menu items during onmouseover (hover state)*/
color: white;
text-decoration: underline;
}

/*Sub level menu items */
.sidebarmenu2 ul li ul{
position: absolute;
border-top:1px solid #bbbbbb;
width: 200px; /*Sub Menu Items width */
top: -1px;
visibility: hidden;
z-index: 601;
}



.sidebarmenu2 a.subfolderstyle{
background:   url(../img/right_zopa.gif) no-repeat 97% 50%;
}

.sidebarmenu2 a.subfolderstyle:hover{
background: #2a61df url(../img/right_zopa.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu2 ul li { float: left; height: 1%; }
* html .sidebarmenu2 ul li a { height: 1%; }
/* End */


/* MAIN COL */

.col_full_width_all_other_pages {
	position:relative;
	width:100%; height:83px;  
	background-color: #eeeeee;  
}

.col_full_width {
	position:relative;
	width:100%; height:600px;  
	background-color: #eeeeee;  
}

.col_full_width_slide {
	opacity:0;
	width:100%; height:600px;  
	position:absolute;
	top:0; left:0; right:0; bottom:0; 
	-webkit-transition: opacity 0.9s ease-in-out;
    -moz-transition: opacity 0.9s ease-in-out;
    transition: opacity 0.9s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    pointer-events : none;
}
.col_full_width_slide_1 {
	background-image: url(../img/bg/bg_1.jpg);
}
.col_full_width_slide_2 {
	background-image: url(../img/bg/bg_2.jpg);
}
.col_full_width_slide_3 {
	background-image: url(../img/bg/bg_3.jpg);
}
.col_full_width_slide_4 {
	background-image: url(../img/bg/bg_4.jpg);
}
.col_full_width_slide_active {
	opacity:1;
	pointer-events : auto;
}

.col_full_width_slide_filter_dark {
	width:100%; height:600px;  
	position:absolute;
	top:0; left:0; right:0; bottom:0; 
	background-color: rgba(47,29,25,0.2);  
}

.col_full_width_slide_in {
	/*pointer-events : auto;*/
	font-size:22px;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: .8px;
	text-shadow: 1px 1px 2px #000000;
	margin: auto;
	width:70%;
	position:relative;
}

.col_full_width_slide_in_big_title {
	font-size:30px;
	font-weight:bold;
	text-transform: uppercase;
	line-height: normal;
}

.col_full_width_slide_in_btn, .col_full_width_slide_in_btn:hover, .col_full_width_slide_in_btn:visited, .col_full_width_slide_in_btn:active {
	padding:10px; background-color: #fe6663; display:inline-block;
	color: #ffffff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
	margin: 3px;
	cursor:pointer;
}

.col_full_width_slide_ariane_container {
	width:100%; height:30px;  
	position:absolute;
	left:0; right:0; bottom:0; 
	opacity: 0.6;
}
.col_full_width_slide_ariane_bullet {
	display: inline-block; background-color: #ffffff; width:14px; height:14px; 
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-left:10px; margin-right:10px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3); 
	border:2px solid #ffffff;  
	cursor:pointer;    
}
.col_full_width_slide_ariane_bullet_active {
	background-color: #fe6663;
}

.col_full_width_slide_navig_left {
	width:40px; height:40px;  
	position:absolute;
	left:20px; top:50%; margin-top: 10px; 
	background-color: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-left:10px; margin-right:10px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3); 
	border:2px solid #ffffff;  
	opacity: 0.6; 
	background-image: url(../img/back.svg);
	background-position: 45% 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    cursor:pointer;
 }
.col_full_width_slide_navig_right { 
	width:40px; height:40px;  
	position:absolute;
	right:20px; top:50%; margin-top: 10px; 
	background-color: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-left:10px; margin-right:10px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3); 
	border:2px solid #ffffff; 
	opacity: 0.6;  
	background-image: url(../img/next.svg);
	background-position: 55% 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    cursor:pointer;
}

.col_full_width_small_height {
	height:300px;  
}

.col_full_width_small_height .col_full_width_slide_in {
	padding-top:60px;
}

.main_col { width:1004px ;padding-top:20px; text-align:left;}
.main_col_add_border {width:1004px ; border-top:1px solid #fe6663; text-align:left; padding-bottom:10px; padding-top:10px}
.main_col_footer {width: 1004px; padding-top:10px; padding-bottom:10px; margin-left: auto; margin-right:auto; }
.main_col_footer_col_left {text-align:left; float:left;width:50%}
.main_col_footer_col_right {text-align:right;float:right;width:50%}
.main_col_left { float:left; text-align: left;}
.main_col_right { float:right; text-align: left; overflow:hidden; }

.col_side_by_side_large { width: 706px; }
.col_side_by_side_small { width: 268px; }
.col_side_by_side_100_pourcent { width:1004px; }
.col_side_by_side_0_pourcent { width:0px; }

.hide_critere_on_mobile {
	display: block;
}

.trigg_critere_on_mobile {
	display:none;
	width: 40px;
    height: 40px;
    float: right;
    border-radius: 40px;
    background: #333333 url(../img/go_down.png) center no-repeat;
    background-size: 26px;
    cursor: pointer;
}

.NETWORK_S_boxes {
	width:100%; border-bottom:1px solid #eeeeee; padding-top:10px; padding-bottom:10px; display: flex; text-align: left;
}

.FB_link_txt, .TW_link_txt, .SHOP_link_txt , .NEWSLETTER_link_txt  { 
	  font-weight:bold;  margin: auto; margin-left:15px; }

.FB_link, .TW_link, .SHOP_link, .NEWSLETTER_link {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
	text-decoration:none;  background-color: #000000;   background-repeat: no-repeat; background-position: center; min-width:60px; height:60px; }
.FB_link {background-image: url(../img/facebook-logo.svg); background-color: #4267b2; background-size: 40%;}
.TW_link {background-image: url(../img/twitter-logo-silhouette.svg); background-color: #1da1f2; background-size: 40%;}
.SHOP_link {background-image: url(../img/shopping-cart.svg); background-color: #667520; background-size: 40%;}
.NEWSLETTER_link {background-image: url(../img/black-back-closed-envelope-shape.svg);background-color: #fe6663;  background-size: 40%;}

.main_col_left_print_link {padding-top:5px; text-align:right}


/* MENU DESKTOP AND MOBILE MENU */
.main-col-menu-mobile { width:0px; overflow-x: hidden; text-align: left;
z-index:1000;
font-size:18px;
color: #606060;
font-family: 'Roboto Condensed', sans-serif;
font-weight:bold;
letter-spacing: .8px;
text-transform: uppercase;


overflow-x: hidden;
position:fixed; 
top:0; 
right:0; 
top:82px;
/*bottom:0px;*/
height: calc(100% - 82px);
background-color:#ffffff;
transition-property: all;
transition-duration: .5s;
transition-timing-function: cubic-bezier(0, 1, 0.5, 1);

}

.main-col-menu-mobile a, .main-col-menu-mobile a:visited, .main-col-menu-mobile a:active, .main-col-menu-mobile a:hover {color: #606060;}

.menu_mobile_trigger {
	position: absolute;
    top: 24px; right:0;
	display:none; height:38px; width:38px; margin:0 auto; line-height: 38px; float:right;}
.menu_mobile_trigger_ico{cursor: pointer; display:block; height:38px; width:38px; /*background-image: url(../img/trigger_menu.png); background-repeat: no-repeat; background-position: center; background-color: #434343;*/ }


.mobile-menu-items { visibility: hidden}

.mobile-menu-item {width: 400px;visibility: visible; position: relative; border-bottom:1px solid #333; background-color:#eeeeee; background-image:url(../img/arrow-mobile-20.png); background-position: 98% 50%; background-repeat:no-repeat;}
.mobile-menu-item:first-child {border-top:1px solid #333;}
.mobile-menu-item:last-child {border-bottom:0px solid #333;}
.mobile-menu-item-label {float:left;width:362px;padding:10px; background-color:#ffffff; box-sizing:border-box;}
.mobile-menu-item-arrow {cursor:pointer; float:right;width:38px; padding-top:10px;padding-bottom:10px;  position: absolute; top: 0; bottom: 0; right: 0;}
.mobile-menu-item-label-back {float:left; width:342px;padding:10px; text-align:left;background-color:#ffffff; }
.mobile-menu-item-arrow-back {cursor:pointer; float:left;width:38px;background-image:url(../img/arrow-mobile-back-20.png); background-position: center; background-repeat:no-repeat;padding-top:10px;padding-bottom:10px;}
.mobile-menu-item-label a, .mobile-menu-item-label-back a  {text-decoration:none; }

.mobile-menu-item-label-no-sub {width:400px;}

.menu_mobile_modal {
	opacity:0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s; /* Safari */
	z-index:999;background-color: rgba(0, 0, 0, 0.6); position: fixed; top:0; bottom:0; right:0; left:0; 
	pointer-events: none;
}
.menu_mobile_modal_active {
	opacity:1;
}


/* Icon 4 */

#nav-icon4 {
  width: 33px;
  height: 33px;
  position: relative;
  margin: 0px 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;
  margin-top: 6px;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fe6663;
  border-radius: 5px;
  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-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 6px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 6px;
}


.full_agenda_navigation_barr { width:100%; padding:10px; border: 1px solid #cccccc; box-sizing: border-box;}
.full_agenda_navigation_barr_link { font-size:18px; width:100px; float:left;}
.full_agenda_navigation_barr_link_right { text-align: right; float:right;}
.full_agenda_navigation_barr_current { font-size:22px; width:calc(100% - 200px); float:left; text-align: center; box-sizing: border-box;}

.agenda_item_box, .agenda_item_box_empty {  border-bottom: 1px dashed #cccccc; padding-top:10px; padding-bottom:10px; box-sizing: border-box;}
.agenda_item_box {cursor:pointer; }
.agenda_date {font-weight: bold; color:#e55109;}
.img_agenda {width:120px; height:120px; background-size: cover; background-position: center; background-repeat: no-repeat; float:left;}





	/* #Small PC screen 
	================================================== */

    /* Note: Design for a width of 960px */

    @media only screen and (min-width: 960px) and (max-width: 1023px) {

    	.banner_logo {/*height:180px; background-size: 36%;  top:0; */ background-position:  20px 25px;}
		.banner_maincol {width:100%;}
		.main_col { width:920px }
		.main_col_add_border { width:920px }
		.main_col_footer {width: 920px;  }

		.col_side_by_side_large { width: 622px; }
		.col_side_by_side_small { width: 268px; }
		.col_side_by_side_100_pourcent { width:920px; }
		.col_side_by_side_0_pourcent { width:0px; }

		#slider_nav_barr {position:absolute; width:920px; height:300px; z-index:500; }
		.slider_li_bg_img { width:920px; }
		#slider, #slider li{  
			width:920px;
			height:300px;
			overflow:hidden; 
			}

		.actu_col {float:left; width:294px; }



    }

	/* #Tablet (Portrait)
	================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {

    	body {}
    	.banner_logo {/*height:180px; background-size: 36%;  top:0; */ background-position:  20px 25px;}
		.banner_maincol {width:100%;}
		.main_col { width:748px }
		.col_side_by_side_large { width: 450px; }
		.col_side_by_side_small { width: 268px; }
		.col_side_by_side_100_pourcent { width:748px; }
		.col_side_by_side_0_pourcent { width:0px; }
		.main_col_add_border { width:748px }
		.main_col_footer {width: 748px;  }
		#slider_nav_barr {position:absolute; width:748px; height:300px; z-index:500; }
		.slider_li_bg_img { width:748px; }
		#slider, #slider li{  
			width:748px;
			height:300px;
			overflow:hidden; 
			}
		.ddsmoothmenu{
		width:758px; /*height:36px;*/
		}
		.photo_in_gallery {
		/*margin:5px;	
		width:136px;*/
		}
		.input_newsletter_box {float:left; width:100%;}
		/*.FB_link, .TW_link, .NEWSLETTER_link { width:100%;}*/

		.actu_col {
			width:236px;
		}

		#content_box_search { margin-left:10px;}

		/*.ddsmoothmenu ul li {
		    border-right: 3px solid transparent;
		}

		.ddsmoothmenu ul li a{
		padding-left:7px; padding-right:7px;
		font-size:12px;
		}*/

		.branche_selected {font-size:12px;}


		.ddsmoothmenu {visibility: hidden}
	    
	    .menu_mobile_capsule {
	    	width:768px; 
	    	position: absolute;
    		top: 24px;
    		left: 50%;
    		margin-left: -384px;
    	}

    	.menu_mobile_trigger {display:block; right:20px;} 


		.connexion_search_tool_box {
			position: absolute;
		    top: 24px; right:70px;
			height:38px; width:90px; 
		}

		.connexion_search_tool_box_link, .connexion_search_tool_box_link:hover, .connexion_search_tool_box_link:active, .connexion_search_tool_box_link:visited {
			height:38px; width:38px; display: inline-block; margin:0; padding:0; overflow: hidden; background-color: #ffffff; background-position: center 4px; background-size: 26px; text-indent:100px; white-space: nowrap;
		}

		.connexion_search_tool_box_link_become_member { display: none;}
		.connexion_search_tool_box_link_login, .connexion_search_tool_box_link_login:hover, .connexion_search_tool_box_link_login:active, .connexion_search_tool_box_link_login:visited {
			background-image: url(../img/padlock_red.svg);
		}
		.connexion_search_tool_box_link_search, .connexion_search_tool_box_link_search:hover, .connexion_search_tool_box_link_search:active, .connexion_search_tool_box_link_search:visited {
			background-image: url(../img/magnifying-glass_red.svg);
		}

	    
	    .mobile-menu-item {width: 400px; visibility: visible; position: relative; border-bottom:1px solid #333; background-color:#eeeeee; background-image:url(../img/arrow-mobile-20.png); background-position: 98% 50%; background-repeat:no-repeat;}
	    .mobile-menu-item:first-child {border-top:1px solid #333;}
	    .mobile-menu-item:last-child {border-bottom:0px solid #333;}
	    .mobile-menu-item-label {float:left;width:362px;padding:10px; background-color:#ffffff; box-sizing:border-box;}
	    .mobile-menu-item-arrow {cursor:pointer; float:right;width:38px; padding-top:10px;padding-bottom:10px;  position: absolute; top: 0; bottom: 0; right: 0;}
	    .mobile-menu-item-label-back {float:left; width:342px;padding:10px; text-align:left;background-color:#ffffff; }
	    .mobile-menu-item-arrow-back {cursor:pointer; float:left;width:38px;background-image:url(../img/arrow-mobile-back-20.png); background-position: center; background-repeat:no-repeat;padding-top:10px;padding-bottom:10px;}
	    .mobile-menu-item-label a, .mobile-menu-item-label-back a  {text-decoration:none;}

	    .mobile-menu-item-label-no-sub {width:400px;}
	    .menu_mobile_visible {
			width:400px; 
		}

    }


	/*  #Mobile (Portrait)
	================================================== */

    /* Note: Design for a width of 320px */

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

    	body { min-width:320px; }

    	.hide_critere_on_mobile {
			display: none;
		}

		.trigg_critere_on_mobile { 
			display:block;
		}

		.banner_maincol {width:100%;}
		.banner_logo { width:145px; background-size: 134px; background-position:  10px 40px;}
		.banner_title_container {padding-top:55px; font-size:22px; padding-left:130px;}
		.main_col { width:300px }
		.main_col_left {width:100% !important; }
		.main_col_left .extend_on_mobile { text-align:center !important; width:100% !important; margin:0 !important; margin-top:10px !important; margin-bottom:10px !important; padding:0 !important; float:none !important;}
		.main_col_left .extend_on_mobile_txt { width:100% !important; margin:0 !important; padding:0 !important; float:none !important;}

		.col_full_width_small_height { 
			position:relative;
			width:100%; height:83px;  
			background-color: #eeeeee;
			visibility:hidden;  
	 	}

		.main_col_right {width:100% !important; margin-top:10px; padding-top:15px;border-top: 3px dotted #333333; }
		.main_col_add_border { width:300px }
		.main_col_footer {width: 300px;  }
		#slider_nav_barr {position:absolute; width:300px; height:200px; z-index:500; }
		.slider_li_bg_img { width:300px; }
		#slider, #slider li{  
			width:300px;
			height:300px;
			overflow:hidden; 
			}
		.slider_li_txt {
			width:100%;
			bottom:0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
			margin:0;
			top:auto;
			left:0;
			height:auto;
			bottom:0;
				}
		/*div#nextBtn {margin-top:-20px;}
		div#prevBtn {margin-top:-20px;}*/
		.photo_in_gallery {
		margin:4px;	
		width:135px;
		}
		.input_newsletter_box {float:none; width:100%; }
		/*.FB_link, .TW_link, .NEWSLETTER_link { width:100%;}*/

		.actu_col {
			width:300px; height: 420px
		}

		.actu_col_img_bis {  width:100%; height:80px; margin-right:0px; background-size: contain !important }

		.main_col_footer_col_left, .main_col_footer_col_right { width: 100%; text-align: left;}
		.main_col_footer_col_right {font-size:10px;margin-top:10px;}

		.page-wrap {
		  min-height: 100%;
		  /* equal to footer height */
		  margin-bottom: -200px;
		}
		.site-footer, .page-wrap:after {
		  height: 200px; 
		}


		.ddsmoothmenu {visibility: hidden}

	    .menu_mobile_capsule {
	    	width:320px; 
	    	position: absolute;
    		top: 24px;
    		left: 50%;
    		margin-left: -160px;
    	}

    	.menu_mobile_trigger {display:block; right:20px;} 

		.connexion_search_tool_box {
			position: absolute;
		    top: 24px; right:70px;
			height:38px; width:90px; 
		}

		.connexion_search_tool_box_link, .connexion_search_tool_box_link:hover, .connexion_search_tool_box_link:active, .connexion_search_tool_box_link:visited {
			height:38px; width:38px; display: inline-block; margin:0; padding:0; overflow: hidden; background-color: #ffffff; background-position: center 4px; background-size: 26px; text-indent:100px; white-space: nowrap;
		}

		.connexion_search_tool_box_link_become_member { display: none;}
		.connexion_search_tool_box_link_login, .connexion_search_tool_box_link_login:hover, .connexion_search_tool_box_link_login:active, .connexion_search_tool_box_link_login:visited {
			background-image: url(../img/padlock_red.svg);
		}
		.connexion_search_tool_box_link_search, .connexion_search_tool_box_link_search:hover, .connexion_search_tool_box_link_search:active, .connexion_search_tool_box_link_search:visited {
			background-image: url(../img/magnifying-glass_red.svg);
		}

	    .mobile-menu-item {width: 280px;visibility: visible; position: relative; border-bottom:1px solid #333; background-color:#eeeeee; background-image:url(../img/arrow-mobile-20.png); background-position: 96.5% 50%; background-repeat:no-repeat;}
	    .mobile-menu-item:first-child {border-top:1px solid #333;}
	    .mobile-menu-item:last-child {border-bottom:0px solid #333;}
	    .mobile-menu-item-label {float:left;width:242px;padding:10px; background-color:#ffffff;box-sizing:border-box;}
	    .mobile-menu-item-arrow {cursor:pointer; float:right;width:38px; padding-top:10px;padding-bottom:10px;  position: absolute; top: 0; bottom: 0; right: 0;}
	    .mobile-menu-item-label-back {float:left; width:222px;padding:10px; text-align:left;background-color:#ffffff; }
	    .mobile-menu-item-arrow-back {cursor:pointer; float:left;width:38px;background-image:url(../img/arrow-mobile-back-20.png); background-position: center; background-repeat:no-repeat;padding-top:10px;padding-bottom:10px;}
	    .mobile-menu-item-label a, .mobile-menu-item-label-back a  {text-decoration:none; }

	    .mobile-menu-item-label-no-sub {width:280px;}
	    
		.menu_mobile_visible {
			width:280px; 
		}

	    /*.only_small_screen {display: block;}*/

	    #contact_form label, 
	    #member_form label, 
	    #agenda_form label,
	    #action_form label,
	    #publication_form label,
	    #search_form label, 
	    #modal_email_form label, 
	    #modal_recommand_form label,
	    #newsletter_form label { width:100% !important; margin-top:10px;}
	    #search_form input, 
	    #contact_form input,
	    #member_form input,
	    #agenda_form input,
	    #action_form input,
	    #publication_form input,
	    #modal_email_form input,
	    #modal_recommand_form input, 
	    #newsletter_form input, 
	    #contact_form select,
	    #member_form select,
	    #agenda_form select,
	    #action_form select,
	    #publication_form select,
	    #modal_email_form select,
	    #search_form select {width:100% !important; margin-top:3px !important;} 
	    #contact_form textarea,
	    #member_form textarea,
	    #agenda_form textarea,
	    #action_form textarea,
	    #publication_form textarea,
	    #modal_email_form textarea {margin-top:3px !important;} 

    }


    /* #Mobile (Landscape)
	================================================== */

    /* Note: Design for a width of 480px */
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		body { min-width:auto; }

		.hide_critere_on_mobile {
			display: none;
		}

		.trigg_critere_on_mobile { 
			display:block;
		}

		.banner_maincol {width:100%;}
		.banner_logo { width:300px; background-size: 270px auto;  background-position:  20px 25px;}
		.banner_title_container {padding-top:40px; font-size:34px; padding-left:150px;}
		.main_col { width:460px }
		.main_col_left {width:100% !important; }
		.main_col_left .extend_on_mobile { text-align:center !important; width:100% !important; margin:0 !important; padding:0 !important; float:none !important;}
		.main_col_left .extend_on_mobile_txt { width:100% !important; margin:0 !important; padding:0 !important; float:none !important;}
		.main_col_right {width:100% !important; margin-top:10px; padding-top:15px; border-top: 3px dotted #333333; }
		.main_col_add_border { width:460px }
		.main_col_footer {width: 460px;  }
		

		#slider_nav_barr {position:absolute; width:460px; height:200px; z-index:500; }
		.slider_li_bg_img { width:460px; }
		#slider, #slider li{  
			width:460px;
			height:300px;
			overflow:hidden; 
			}
		.slider_li_txt {
			width:100%;
			bottom:0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
			margin:0;
			top:auto;
			left:0;
			height:auto;
			bottom:0;
				}

		/*div#nextBtn {margin-top:20px;}
		div#prevBtn {margin-top:20px;}*/
		.photo_in_gallery {
		margin:4px;	
		width:140px;
		}
		.input_newsletter_box {float:none; width:100%;}
		/*.FB_link, .TW_link, .NEWSLETTER_link { width:100%;}*/

		.actu_col {
			width:460px; height: 420px
		}

		.actu_col_img_bis {  width:110px; height:110px; margin-right:15px; margin-bottom: 15px }

		.main_col_footer_col_left, .main_col_footer_col_right { width: 100%; text-align: left;}
		.main_col_footer_col_right {font-size:10px;margin-top:10px;}

		.page-wrap {
		  min-height: 100%;
		  /* equal to footer height */
		  margin-bottom: -150px; 
		}
		.site-footer, .page-wrap:after {
		  height: 150px; 
		}



		.ddsmoothmenu {visibility: hidden}
	    
	    .menu_mobile_capsule {
	    	width:480px; 
	    	position: absolute;
    		top: 24px;
    		left: 50%;
    		margin-left: -240px;
    	}

    	.menu_mobile_trigger {display:block; right:20px;} 

		.connexion_search_tool_box {
			position: absolute;
		    top: 24px; right:70px;
			height:38px; width:90px; 
		}

		.connexion_search_tool_box_link, .connexion_search_tool_box_link:hover, .connexion_search_tool_box_link:active, .connexion_search_tool_box_link:visited {
			height:38px; width:38px; display: inline-block; margin:0; padding:0; overflow: hidden; background-color: #ffffff; background-position: center 4px; background-size: 26px; text-indent:100px; white-space: nowrap;
		}

		.connexion_search_tool_box_link_become_member { display: none;}
		.connexion_search_tool_box_link_login, .connexion_search_tool_box_link_login:hover, .connexion_search_tool_box_link_login:active, .connexion_search_tool_box_link_login:visited {
			background-image: url(../img/padlock_red.svg);
		}
		.connexion_search_tool_box_link_search, .connexion_search_tool_box_link_search:hover, .connexion_search_tool_box_link_search:active, .connexion_search_tool_box_link_search:visited {
			background-image: url(../img/magnifying-glass_red.svg);
		}
	    
	    .mobile-menu-item {width: 400px; visibility: visible; position: relative; border-bottom:1px solid #333; background-color:#eeeeee; background-image:url(../img/arrow-mobile-20.png); background-position: 98% 50%; background-repeat:no-repeat;}
	    .mobile-menu-item:first-child {border-top:1px solid #333;}
	    .mobile-menu-item:last-child {border-bottom:0px solid #333;}
	    .mobile-menu-item-label {float:left;width:362px;padding:10px; background-color:#ffffff;box-sizing:border-box;}
	    .mobile-menu-item-arrow {cursor:pointer; float:right;width:38px; padding-top:10px;padding-bottom:10px;  position: absolute; top: 0; bottom: 0; right: 0;}
	    .mobile-menu-item-label-back {float:left; width:342px;padding:10px; text-align:left;background-color:#ffffff; }
	    .mobile-menu-item-arrow-back {cursor:pointer; float:left;width:38px;background-image:url(../img/arrow-mobile-back-20.png); background-position: center; background-repeat:no-repeat;padding-top:10px;padding-bottom:10px;}
	    .mobile-menu-item-label a, .mobile-menu-item-label-back a  {text-decoration:none; }

	    .mobile-menu-item-label-no-sub {width:400px;}
	    .menu_mobile_visible {
			width:400px; 
		}
	    /*.only_small_screen {display: block;}*/

	}