@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: #333333;
    background-color: #f6f1eb;
}

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

a, a:active {color: #333333 ; 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;}

a, a:visited, a.active { color: #07326f; text-decoration: underline; }
a:hover {text-decoration: none;}

a.white_link, a.white_link:visited, a.white_link.active { color: #ffffff; text-decoration: underline; }
a.white_link:hover {color: #ffffff; text-decoration: none;}

#modal_urgence { display:none ;background: rgba(0,0,0,0.8); position: fixed; top:0; right:0; left:0; bottom:0; z-index: 100;}
.modal { width:300px; height:300px; background:#ffffff; position: fixed; top:50%; left:50%; margin-left: -150px; margin-top: -150px; padding:20px; border-radius:10px;}

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

/* fade in galery  */

.container_fade {
  margin: 50px auto;
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-top-color: #856036;
  border-left-color: #5d4426;
  border-bottom-color: #856036;
  border-right-color: #5d4426;
  position: relative;
  border-radius:150px;
}

.photo_fade {
  width: 300px;
  height: 300px;
  position: absolute;
  animation: round 24s infinite;
  opacity: 0;

}

@keyframes round {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
img:nth-child(1) {
  animation-delay: 18s;
}

img:nth-child(2) {
  animation-delay: 12s;
}

img:nth-child(3) {
  animation-delay: 6s;
}

img:nth-child(4) {
  animation-delay: 0s;
}

/**/


.site_container { width:960px; min-height:200px; margin: 0 auto;}
.site_member_info{
	float:left;
	width:475px;
    height:30px;
    line-height: 30px;
    margin-top:5px; margin-bottom:5px;
}
.site_search_tools {
    /*background-color: #feebd2;*/
    width: 300px;
    height:30px;
    line-height: 30px;
    margin-top:5px; margin-bottom:5px;

}
.site_banner { width:100%; height:130px; background: url(../img/banner_reach_indium.gif) no-repeat center; border-top: 1px solid #5c084b; box-sizing: border-box;}
.site_content { width:100%;margin-bottom:10px; display:table; }
.site_left_col {  width: 190px;min-height:400px;   background-color: #88659f; border-top: 1px solid #5c084b; box-sizing: border-box;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	display: table-cell;
	vertical-align: top;
}
.site_middle_col {  width: 540px;min-height:400px; background-color: #feebd2; border: 1px solid #bfab91; box-sizing: border-box;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	display: table-cell;
	vertical-align: top;
}
.site_middle_col_in { width:auto; padding:10px;}
.site_right_col {  width: 190px;min-height:400px;background-color: #88659f; border-top: 1px solid #5c084b; box-sizing: border-box;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	display: table-cell;
	vertical-align: top;
}
.site_margin_col {width: 20px; min-height:400px;padding-bottom:20px;display: table-cell;vertical-align: top;}
.site_footer { width:100%; border-top: 1px solid #bfab91; box-sizing: border-box; padding-top:10px; padding-bottom:10px;}

/* LOGIN */

.login_box {width:auto; padding:5px; background:#6D042D; color:white; font-weight: bold;margin-bottom:20px;}
.login_input,.search_input, #contact_form input[type=text],#contact_form select, #contact_form textarea, #profile_form input[type=text], #profile_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 #333333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#contact_form label {
	width:15%; display: inline-block;
}
#profile_form label {
	width:20%; display: inline-block;
}
#contact_form input[type=text],#profile_form input[type=text],#profile_form input[type=password]  {
	width:40%;
}
#contact_form select{
	width:40%;
	background-image: url(../img/bottom.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}
#contact_form input[type=text].spam_field {
	width:23%; margin-right:10px;
}
#contact_form label.label_spam_image {
	float:left; line-height:35px; height:30px;
}
#contact_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 {
	height:200px;
}
.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;
  }
}
.form_error {
	background-color:red;
	width:auto;
	padding:10px;
	/*box-sizing: border-box;
	border: 1px solid darkred;*/
	display: block;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	color: white;
}
.form_accept {
	background-color:#719a04;
	width:auto;
	padding:10px;
	/*box-sizing: border-box;
	border: 1px solid darkred;*/
	display: block;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	color: white;
}
.form_error span,.form_accept span {font-weight:bold; display:block; font-size:18px;} 
.login_btn,.search_btn, #contact_form input[type=submit], #profile_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: #2e4059;
	color:#ffffff;
	font-size:14px;
	height:30px;
	/*line-height: 30px;*/
	padding:0;
	margin:0;
	padding-left:6px;
	padding-right:6px;
	border:1px solid #2e4059;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer
}
.login_btn {
	background-image: url(../img/login.png); 
	background-size: 20px;
	background-position: 90% 50%; 
	background-repeat: no-repeat;padding-right:30px;
}
#contact_form input[type=submit] {
	background-image: url(../img/go.png); 
	background-size: 20px;
	background-position: 90% 50%; 
	background-repeat: no-repeat;padding-right:30px;
}
.search_input {float:right; width:200px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right:0;
}
.search_btn{float:right; width:100px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-image: url(../img/search.png); 
	background-size: 20px;
	background-position: 90% 50%; 
	background-repeat: no-repeat;padding-right:30px;
}
.search_ico {
	width:30px; box-sizing: border-box;  background-color: #88659F;
	color:#ffffff;
	font-size:14px;
	height:30px;
	/*line-height: 30px;*/
	padding:0;
	margin:0;
	border:1px solid #333333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float:right;
	margin-right:5px;
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}
.search_contact_ico {
	background-image: url(../img/contact.png); 
}
.search_print_ico {
	background-image: url(../img/print.png); 
}
.login_box_title {padding-bottom:5px; }
.login_forgot_trigger {text-align:right; border-top:1px solid #88659F; padding-top:5px; margin-top:5px;}

.login_btn:hover, .search_btn:hover, #contact_form input[type="submit"]:hover, #profile_form input[type="submit"]:hover,.search_ico:hover {background-color: #786e61;}

/* NEWS and LINKS */

.news_title {text-align: right; font-weight:bold; color:#ffffff;width:auto; padding:5px;font-size:14px;}
.news_items {background: #ffffff; margin:3px; width: auto; padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.news_photo {background-color: #eeeeee; width:60px; height:60px; background-size: cover; background-position: center; margin-right:5px; float:left;}
.news_label_margin {margin-left: 65px;}

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

/* GALLERY PHOTO */
#gallery {margin-left:-11px; margin-top:-11px;}
.photo_in_gallery {-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; border:1px solid #cccccc; box-sizing: border-box; margin-left:11px;margin-top:11px;margin-right:0;background:#ffffff; width:120px;height:120px;float:left; background-repeat: no-repeat; background-position: center; background-size: contain}
/* 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; margin-top:11px; line-height:normal;min-height: 41px;}
.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;}

/* FULL AGENDA */

.full_agenda_navigation_barr {margin-top:10px;margin-bottom:10px;}
.full_agenda_navigation_barr_current {font-size:27px; color:black; display:inline-block; margin-right: 10px; margin-left: 10px; }
a.full_agenda_navigation_barr_link, a.full_agenda_navigation_barr_link:visited, a.full_agenda_navigation_barr_link:active { color: #5C084B;text-decoration: underline; font-size:18px; font-weight: bold}
a.full_agenda_navigation_barr_link:hover { text-decoration: none; }

.agenda_container {width:auto; background: #ffffff; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;padding:10px}
.img_agenda {width:120px; height:120px; background-repeat:no-repeat; background-position: center; background-size:cover; float:left; margin-right: 10px;border:1px solid #cccccc;box-sizing: border-box;}
.agenda_item_box {border-bottom:1px solid #cccccc;padding-top:8px; padding-bottom:8px;}
.upcomming_event {border-bottom:1px solid #cccccc;padding-bottom:8px;}
.agenda_item_box:first-child {padding-top:0}
.agenda_item_box:last-child {border:0;padding-bottom:0}
.js_trigger_agenda {cursor: pointer;}

.agenda_title { 
font: bold 15px arial;
color : #000000
}
.agenda_date { 
font: bold 15px arial;
color : #750C39
}
.agenda_intro { 
font: bold 12px arial;
color : #000000
}

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



a.agenda_link, a.agenda_link:active,a.agenda_link:visited  { color: #ffffff; text-decoration: none; background-color: #5C084B; padding: 3px; padding-left:5px; padding-right:5px;  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
a.agenda_link:hover {  background-color: #750C39; }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu { 
margin-bottom: 0px;
}

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 12px arial;
width: 190px; /* Main Menu Item widths */
border-bottom: 0px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}


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

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #ffffff; /*background of tabs (default state)*/
color: black;
text-decoration: none;
}

.sidebarmenu ul li a:visited{
background-color: #ffffff; /*background of tabs (default state)*/
color: black;
text-decoration: none;
}

.sidebarmenu ul li a:hover{
background: #750C39; /*background of menu items during onmouseover (hover state)*/
color: #ffffff;
text-decoration: underline;
}

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



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

.sidebarmenu a.subfolderstyle:hover{
background: #750C39 url(../img/right.gif) no-repeat 97% 50%;
}

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



/*-------------------------------------------------------------------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.sidebarmenu2 { 
margin-bottom: 0px;
}
#sidebarmenu2 {border-top:1px solid #88659F;}

.sidebarmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 12px arial;
width: 180px; /* Main Menu Item widths */
border-bottom: 0px solid #ccc;
}
 
.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 #88659F;
border-right: 0px solid #778;
}

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

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

.sidebarmenu2 ul li a:hover{
background: #4F0622; /*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 #88659F;
width: 180px; /*Sub Menu Items width */
top: -1px;
visibility: hidden;
z-index: 1000;
}



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

.sidebarmenu2 a.subfolderstyle:hover{
background: #4F0622 url(../img/right.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 */


/* --------------------------------------------------------- NEW CSS 2019 ---------------------------------------------- */

/* BANNER */

.banner_wide{min-width:320px; z-index:1001; background-color: #f6f1eb; border-bottom: 1px solid #cccccc; 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:100%; margin:0 auto;height:82px; }
/*.banner_maincol_extra_margin_top { margin-top:83px; }*/
.banner_logo {     
	text-align: left;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: -3px;
    width: 320px;
    height: 90px;
    margin-left: -160px;
    background-image: url(../img/logo_site.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 302px auto;
} 
.banner_logoen {     
	text-align: left;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: -3px;
    width: 320px;
    height: 90px;
    margin-left: -160px;
    background-image: url(../img/logo_siteen.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 302px 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;}


/* 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: 10px;
    padding-left: 40px;
    padding-right: 20px;
    /* padding-top: 2px; */
    /* padding-bottom: 6px; */
    background-color: #fff;
    display: inline-block;
    color: #333333;
    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; */
    margin-right: 20px;
    margin-top: 12px;
    cursor: pointer;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 14px;
    font-size: 14px;

}

.connexion_search_tool_box_link:hover {
	background-color: #786e61;
	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_urgence {
	background-image: url(../img/telephone.svg);
	background-size: 19px;
}
.connexion_search_tool_box_link_urgence:hover {
	background-image: url(../img/telephone_white.svg);
	background-size: 19px;
}
.connexion_search_tool_box_link_rdv {
	margin-right:0; border:1px solid #786e61;
	background-image: url(../img/calendar-icon.png);
	background-size: 19px;
}
.connexion_search_tool_box_link_rdv:hover {
	margin-right:0; border:1px solid #786e61;
	background-image: url(../img/calendar-icon_white.png);
	background-size: 19px;
}

.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);
}



.lng_choice { display:inline-block; padding:10px; padding-left:20px; padding-right:20px; background: #ffffff; font-size:14px; margin-right:20px; }


.ddsmoothmenu{

/*background: #3174a7; */
position:absolute; top:32px; right:0; width:1024px;height:34px;
text-align: left;
font-size:14px;
color: #333333;
font-family: 'Roboto Condensed', sans-serif;
font-weight:bold;
letter-spacing: .8px;
line-height: normal;
text-transform: uppercase;
/*visibility: visible;*/
visibility: hidden
}

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


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


/*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: #f6f1eb; /*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: #ffffff; /*background of menu items during onmouseover (hover state)*/
color: #333333;
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: #333333;
font-weight:normal;
top:0;
}

.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: #ffffff; /*background of menu items during onmouseover (hover state)*/
color: #333333;
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: #2e4059;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.rightarrowclass{
/*position: relative;
top: 9px;
right: 10px;*/
float:right;
vertical-align: top;
margin-left:5px;
width:17px;
height: 17px;
background-image: url(../img/right_conf.png);
background-position: 60% 50%;
background-repeat: no-repeat;
background-color: #2e4059;
	-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: #333333 !important;
border-bottom: 1px solid #ffffff;
}





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


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

padding:20px;
padding-left:0px;
padding-right:0px;
box-sizing:border-box;
}

.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; left:20px;
	display:block; 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 #f6f1eb; background-color:#ffffff; 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 #f6f1eb;}*/
.mobile-menu-item:last-child {border-bottom:0px solid #f6f1eb;}
.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;
}

.menu_mobile_visible {
	width:440px; 
	padding-left:20px;
	padding-right:20px;
}


/* 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: 2px;
  width: 100%;
  background: #333333;
  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;
}


/* ----------------- SLIDE SHOW --------------- */

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

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

.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/clinix.jpg);
}
.col_full_width_slide_2 {
	background-image: url(../img/bg/18350.jpg);
}
.col_full_width_slide_3 {
	background-image: url(../img/bg/delta.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);  */
	background-color: rgba(255,255,255,0.5);  
}

.col_full_width_slide_in {
	/*pointer-events : auto;*/
	font-size:17px;
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow: 1px 1px 2px #ffffff;
	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: #ffffff; display:inline-block;
	color: #333333;
	/*text-shadow: 1px 1px 2px #000000;*/
	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.30);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.30);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.30);
	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: #786e61;
}

.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; margin: 0 auto;}
.main_col_add_border {width:1004px ; border-top:1px solid #786e61; 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:none; text-align: left; width:100% !important;}
.main_col_right { float:none; text-align: left;  width:100% !important; }

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

.spe_container {margin-top:60px; margin-bottom:60px; min-height: 650px;}
.spe_col_1 {float:left; width:33%; opacity: 0.4 }
.spe_col_2 {float:left; width:34%; opacity: 0.4 }
.spe_col_3 {float:left; width:33%; opacity: 0.4 }
.spe_col_selected { opacity: 1; }
.spe_main_ico_1 { cursor:pointer;  margin:0 auto; width:90px; height:90px; background: #786e61 url(../img/patho_main.svg) no-repeat 22% 50%; border-radius: 100px; background-size: 77px; }
.spe_main_ico_2 { cursor:pointer;  margin:0 auto; width:90px; height:90px; background: #786e61 url(../img/patho_poignet.svg) no-repeat 3% 50%; border-radius: 100px; background-size: 116px; }
.spe_main_ico_3 { cursor:pointer;  margin:0 auto; width:90px; height:90px; background: #786e61 url(../img/patho_coude.svg) no-repeat -16% -11%; border-radius: 100px; background-size: 77px; }
.spe_main_ico_label_1, .spe_main_ico_label_2, .spe_main_ico_label_3 { cursor:pointer;  margin:0 auto; width:90%; margin-top:10px; text-align:center; font-weight:bold }
.spe_main_ico_label_selected { border-bottom:1px solid #333333 }

.spe_sub_cat_container_1 { border-left: 1px solid #333333; margin-left:16.5%; white-space: nowrap;     padding-top: 20px; }
.spe_sub_cat_container_2 { border-left: 1px solid #333333; margin-left:50%; white-space: nowrap;     padding-top: 20px; display:none; }
.spe_sub_cat_container_3 { border-right: 1px solid #333333; margin-right:16.5%; white-space: nowrap;     padding-top: 20px; float:right; text-align: right; display:none; }
.spe_sub_cat {
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
    /*background: #fee8d0 url(../img/next_spe.svg) no-repeat center right;*/
    background: #ffffff;
    margin-top: 10px;
    /*padding-right: 45px;*/
    white-space: normal;
    background-size: 37px;
 }
.spe_sub_cat_before { width:10px; height:1px; display:inline-block; background-color: #333333; margin-top:-5px; }


.consult_item {margin-bottom:20px; padding-bottom:20px; border-bottom: 1px solid #cccccc; width:33.33%; float:left; padding:20px; box-sizing:border-box;}
.consult_item_pic { background-repeat:  no-repeat; background-position:  center; width:200px; height:200px; border-radius:200px; margin:0 auto; margin-bottom:20px;}
.consult_item_label { text-align: center;}

.rounded_big { border-radius: 200px; width: 320px; height:320px;  margin:0 auto;}
.box_trans_bg	{ 
    width: 100%;
    border-radius: 0;
    opacity: 0.5; height: 300px; }

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

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

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

    	.banner_logo, .banner_logoen {/*height:180px; background-size: 36%;  top:0; */
    		background-position: center;
    		background-size: 302px auto;
    	}
		.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, .banner_logoen {/*height:180px; background-size: 36%;  top:0; */
    		background-position: center;
    		background-size: 302px auto;
    	}
    	.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; left: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_urgence {
			background-image: url(../img/telephone_big.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_big.svg);
		}*/

	    
	    .mobile-menu-item {width: 400px; visibility: visible; position: relative; border-bottom:1px solid #f6f1eb; 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 #f6f1eb;}
	    .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:440px; 
			padding-left:20px;
    		padding-right:20px;
		}

    }


	/*  #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, .banner_logoen {/*height:180px; background-size: 36%;  top:0; */
    		background-position: center;
    		background-size: 250px auto;
    		width: 250px;
    		margin-left:-125px;
    	}
		.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; }
		.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: -102px;
		}
		.site-footer, .page-wrap:after {
		  height: 102px; 
		}

		.col_full_width_slide_in_big_title { font-size:24px;}
		.col_full_width_slide_navig_right, .col_full_width_slide_navig_left { top:84%;} 
		.rounded_big {width:300px; height:300px;}
		.col_full_width,
		.col_full_width_slide,
		.col_full_width_slide_filter_dark { height:500px;}
		.col_full_width_slide_ariane_container { height:57px;}
		.consult_item { width:100%; float:none;}

		.ddsmoothmenu {visibility: hidden}

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

    	.menu_mobile_trigger {display:block; left:12px;} 
    	.connexion_search_tool_box_link_urgence{ display:none;}
    	.lng_choice { margin-right: 0;
    padding: 10px;
    height: 82px;
    padding: 0;
    line-height: 82px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top; }
    .connexion_search_tool_box { top:0;}

    	/*.connexion_search_tool_box { display:none;}*/
		/*.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_urgence {
			background-image: url(../img/telephone_big.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_big.svg);
		}*/

	    .mobile-menu-item {width: 280px;visibility: visible; position: relative; border-bottom:1px solid #f6f1eb; 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 #f6f1eb;}
	    .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:320px; 
			padding-left:20px;
    		padding-right:20px;
		}

	    /*.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;} 


		.spe_sub_cat_container_1 { border-left: 0px solid #2e4059; margin-left:0%;  }
		.spe_sub_cat_container_2 { border-left: 0px solid #2e4059; margin-left:0%;  }
		.spe_sub_cat_container_3 { border-right: 0px solid #2e4059; margin-right:0%; float:none; text-align: left; }
		.spe_sub_cat {
		    display: block;
		    float: left;
    		width: 100%;
    		box-sizing: border-box;
		 }
		.spe_sub_cat_before { display:none; }

    }


    /* #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, .banner_logoen {/*height:180px; background-size: 36%;  top:0; */
    		background-position: center;
    		background-size: 302px auto;
    		width: 320px;
    	}
		.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;  }
		.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; left: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_urgence {
			background-image: url(../img/telephone_big.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_big.svg);
		}*/
	    
	    .mobile-menu-item {width: 400px; visibility: visible; position: relative; border-bottom:1px solid #f6f1eb; 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 #f6f1eb;}
	    .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:440px; 
			padding-left:20px;
    		padding-right:20px;
		}
	    /*.only_small_screen {display: block;}*/

	}