/*@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:400,700');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html, body { 
	margin:0; 
	padding:0; 
	height: 100%; 
	/*font-family:  'Roboto', sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 1rem;
    line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
}


@font-face {
    font-family: hethanysignature;
    src: url("../font/hethanysignature-lvqyg.otf") format("opentype");
}

h1, h2, h3, h4, h5, h6 { 
/*font-family: 'Roboto Condensed', sans-serif; */
font-family: "Inter", sans-serif;
text-transform: uppercase; line-height: normal;
letter-spacing: -.8px;
}

h1 {font-size: 1.8em}

h2 {font-size: 1.3em}

h3 {font-size: 1em}

h4 {font-size: 0.8em}

h5 {font-size: .7em}

h6 {font-size: .6em}

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


#map_container {
	position: relative;
	width:100%;
	height:100%;
	min-height:800px;
}
#map {
	position: absolute;
	width:50%;
	height:100%;
	right:0; top:0; bottom:0;
	filter: grayscale(100%);
}
#map_txt {
	position: absolute;
	width:50%;
	height:100%;
	left:0; top:0; bottom:0;
	z-index:10;
}

#map_txt_container {
	text-align:left; position:relative; width:600px; height: 450px; background:#f7f7f7; margin-top: 150px; margin-right: -150px; float: right;
}
#map_txt_box_A {
	box-sizing:border-box; position: absolute; left:0; top:0; bottom:0;width:270px; padding:20px;
}
#map_txt_box_B {
	box-sizing:border-box; position:absolute; top:0; right:0; width:330px; height:65%; background:#ffffff; padding:20px
}
#map_txt_box_C {
	position:absolute; bottom:0; right:0; width:330px; height:35%; background-color:#eeeeee; background-repeat: no-repeat; background-position: center; background-size: cover
}



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


/* BTN  */

.button_commun {
    /*padding-left: 42px;*/
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    background-color: #ffffff;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ffffff;
    margin-left: 3px;
    cursor: pointer;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 14px;
    font-size: 14px;
    text-decoration: none;
    color:#000000;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Roboto Condensed', sans-serif; letter-spacing: .4px;*/
    transition: border-bottom 0.1s linear;
    position:relative;
    text-shadow: none;

}




.button_commun:visited {
	color:#000000;
}

.button_commun:before {
	/*border-bottom:0px solid #cccccc;*/
	width:0%; height:2px;
	background: transparent;
	transition: width 0.2s ease-in-out;
	display:block;
	position:absolute;
	bottom: 0;
	left:0;
    content: '';
    background: #009ee0;
	/*background: linear-gradient(90deg, rgba(204,51,51,1) 38%, rgba(184,102,211,1) 100%);*/
}

.button_commun:hover {
	color:#000000;
}

.button_commun:hover:before{
	width:100%;
	transition: width 0.2s ease-in-out;
}



.button_commun_actif:before { 
	width:100%; height:2px;
	background: transparent;
	transition: width 0.2s ease-in-out;
	display:block;
	position:absolute;
	bottom: 0;
	left:0;
    content: '';
    background: #009ee0;
    color: #009ee0;
 }



.button_commun_margin_top_20 {
	margin-top:20px;
}

.button_shadow {
	box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.3);
	border-color:#ffffff;
}

.button_commun_transparent_bg {
	background-color: transparent; border-color:#cccccc;
}

.button_commun_border {
	border: 1px solid #cccccc;
}

.button_commun_border_bottom {
	border-bottom: 1px solid #cccccc;
}

.button_video_ico {
	background-image: url(../img/next.svg);
    background-size: 12px;
}

.button_newsletter_ico {
	background-image: url(../img/paper-plane.svg);
    background-size: 22px;
    background-position: 9px center;
}

.button_shop_ico {
	background-image: url(../img/bag.svg);
	background-size: 20px;
	background-position: 10px center;
}

.button_rdv, .button_tel {
	background-image: url(../img/calendar-black.svg);
    background-size: 22px;
    background-position: 8px center;
    padding-left: 38px;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    margin-top: 10px;
}

.button_tel {
	background-image: url(../img/phone.svg);
}

.button_rdv:hover, .button_tel:hover{ background-color: #ffffff;  border: 1px solid #ffffff; }


.ariane_pagesub_container {
	margin-left:-5px;
	margin-top: -25px;
	margin-bottom: 30px;
}


/* action box call to action */


.interest_box { width:100%; background:#eeeeee; /*border-radius:20px;*/ padding:20px; margin-top:30px; margin-bottom:50px; box-sizing: border-box; }

.interest_box_title { font-weight:bold;
font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size:18px }
.interest_box_txt { margin-top:30px; margin-bottom:30px }

.call_form_box, .call_rdv_box { width:50%; min-height:100px; text-align:center; float:left;  }


.call_form_box_in, .call_rdv_box_in { 
	position:  relative; 
	width: 300px; height: 200px; 
	border-radius: 16px; border: 1px solid #cccccc; 
	margin: 0 auto; 
	overflow: hidden; 
	background-position: center; background-repeat: no-repeat; background-size: cover;
	 opacity:0.75; cursor:pointer;  transition: all 0.250s ease-in-out;} 

.call_form_box_in:hover, .call_rdv_box_in:hover { opacity:1 }


	.call_form_box_in { background-image:url(../img/interest_a.jpg) }
	.call_rdv_box_in { background-image:url(../img/interest_b.jpg) }

.call_form_box_in_label, .call_rdv_box_in_label { position:  absolute; bottom: 0; left: 0; right: 0; border-top:1px solid #cccccc; padding:30px ; padding-top:10px; padding-bottom:10px; background: #ffffff;  }

/* 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: #0ebd86;}

/* 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; margin-bottom:30px;}
.photo_in_gallery {-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; border:0px solid #cccccc; box-sizing: border-box; margin-left:15px;margin-top:15px;margin-right:0;background:#ffffff; width:200px;height:200px;float:left; background-repeat: no-repeat; background-position: center; background-size: contain
    ; position :relative}
.photo_in_gallery img {
	position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.35);
box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.35);
}
.photo_in_gallery img.h { width:calc(100% - 8px); height:auto }
.photo_in_gallery img.v { width:auto; height:calc(100% - 8px); }
/* 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: normal; 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: #ffffff; 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, .banner_logoen {     
	text-align: left;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 5px;
    width: 320px;
    height: 90px;
    margin-left: -160px;
    background-image: url(../img/logo_hello_agenda_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 220px 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: #0ebd86;
	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 #0ebd86;
	background-image: url(../img/calendar-icon.png);
	background-size: 19px;
}
.connexion_search_tool_box_link_rdv:hover {
	margin-right:0; border:1px solid #0ebd86;
	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: #ffffff; 
position:absolute; top:82px; width:100%;height:46px;
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*/
z-index: 100;
border-bottom: 1px solid #cccccc;
}

.ddsmoothmenu ul{
z-index:600;
padding: 0;
margin: 0 auto;
list-style-type: none;
width: 1080px;
text-align: center;
}


/*.ddsmoothmenu ul li:before {
	border-top:0px solid #009ee0;
	width:100%; height:3px;
	transition: border-top 0.15s linear;
	display:block;
	position:absolute;
    content: '';
}
.ddsmoothmenu ul li:hover::before {
	border-top: 5px solid #009ee0;
}*/

.ddsmoothmenu ul li:before {
	/*border-bottom:0px solid #cccccc;*/
	width:0%; height:2px;
	background: transparent;
	transition: width 0.2s ease-in-out;
	display:block;
	position:absolute;
	bottom: 3px;
	left:0;
    content: '';
    background: #009ee0;
	/*background: linear-gradient(90deg, rgba(204,51,51,1) 38%, rgba(184,102,211,1) 100%);*/
}


.ddsmoothmenu ul li:hover::before{
	width:100%;
	transition: width 0.2s ease-in-out;
}


/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline-block;
/*float: right;*/
border: 0;
}



/*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:16px;
padding-left:9px; padding-right:9px;
border-right: 0px solid #666666;
border-left: 0px solid #666666;
text-decoration: none;

border-top: 0px 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;
margin: 0;
width: auto;
text-align: left;
}

.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: 0px 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: 0px 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/arrow-down.svg);
background-position: center;
background-repeat: no-repeat;
background-color: #eeeeee;
	border-radius: 20px;
	background-size: contain;
}

.rightarrowclass{
/*position: relative;
top: 9px;
right: 10px;*/
float:right;
vertical-align: top;
margin-left:5px;
width:17px;
height: 17px;
background-image: url(../img/arrow-right.svg);
background-position: 60% 50%;
background-repeat: no-repeat;
background-color: #eeeeee;
	border-radius: 20px;
	background-size: contain;
}

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

#banner_video {
	top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 200px);
    position: absolute;
    object-fit: cover;
    filter:grayscale(100%);
}

#banner_video_play_pause_btn {
	cursor: pointer;
    z-index: 10;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background: url(../img/playvid.svg) no-repeat center;
    background-size: 98px;
    border-radius: 80px;
     backgrouns-size:80px;box-shadow: 0px -2px 29px 4px rgba(0,0,0,0.55);
-webkit-box-shadow: 0px -2px 29px 4px rgba(0,0,0,0.55);
-moz-box-shadow: 0px -2px 29px 4px rgba(0,0,0,0.55);
}


/* MENU DESKTOP AND MOBILE MENU */
.main-col-menu-mobile { width:0px; overflow-x: hidden; text-align: left;
z-index:1001;
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:#ffffff;
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; display:none}
.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 #ffffff; background-color:#ffffff;     background-size: 23px;  background-image:url(../img/arrow-right.svg); background-position: 98% 50%; background-repeat:no-repeat;}
/*.mobile-menu-item:first-child {border-top:1px solid #ffffff;}*/
.mobile-menu-item:last-child {border-bottom:0px solid #ffffff;}
.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-left.svg); background-size: 23px; 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 --------------- */

.page-header {
	width:100%;
	/*height:670px;*/
	background-color: #ffffff;  
	/*position:absolute;*/
	top:0;
	left:0;
	right:0;
	text-align: center;
	min-width: 320px;
}

.page-header-small-height {
	/*height:370px;*/
}

.page-header-top-banner {
	position:absolute;
	width:100%;
	/*width:1280px;  /*HKETOLIKE*/
	left:0;
	/*left:calc(50% - 640px);  /*HKETOLIKE*/
	top:0; 
	
	height:56px; border-bottom:0px solid #cccccc;
	z-index:40;
	background: #ffffff;
	/*background: #ffffff url(../img/Regional_Emblem_of_Hong_Kong.svg) no-repeat 20px center; background-size: 60px;*/
	padding-left: 120px;
    text-align: left;
    min-width: 320px;
}



.highlights_container {text-align: center; margin-top:20px; margin-bottom:20px;}

.highlights_container a {
	display: inline-block;
	vertical-align:top;
	margin:10px;
	border:3px solid #ffffff;
	    -webkit-transition: all 0.250s ease-in-out;
    -moz-transition: all 0.250s ease-in-out;
    transition: all 0.250s ease-in-out;
    background:rgba(255,255,255,0.5);
}

.highlights_container img {
	max-height: 100px;
	width: 120px !important;
	height: auto !important;
	vertical-align:top;
}

.highlights_container a:hover {
	opacity:0.85;
	border:3px solid #ffffff;
	background-color: #ffffff
}

.sub_as_gallery_container {
	width: 100%;
    min-height: 300px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-top:40px; padding-bottom:40px;
    border-radius: 10px;
}
.sub_as_gallery {
	display:inline-block;
	vertical-align:top;
	margin:10px;
	width:250px; 
	height:250px; 
	background: #ffffff url() no-repeat center;
	background-size:cover; 
	border-radius:8px;
	text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    padding: 25px;
    position: relative;
    overflow:hidden;
}
.sub_as_gallery_filter {
	display:block;
	width:100%; height:100%;
	background: rgba(0,0,0,.3);
	position: absolute;
	top:0; bottom:0; left:0; right:0;
	-webkit-transition: all 0.250s ease-in-out;
    -moz-transition: all 0.250s ease-in-out;
    transition: all 0.250s ease-in-out;
}
.sub_as_gallery_filter:hover { background: rgba(0,0,0,0); }





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


.spacer_if_no_banner { height: 130px; }



.col_full_width {
	position:relative;
	width:100%; height:700px;  
	margin-top:80px;
	background-color: #eeeeee;
}

.col_full_width_all_other_pages {
	position:relative;
	width:100%; 
	height: 500px;
	margin-top:80px;
	background-color: #eeeeee;
}

.col_full_width_slide {
	opacity:0;
	width:100%; 
	height:700px;  
	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: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    pointer-events : none;
}

.col_full_width_all_other_pages .col_full_width_slide {
	height: 500px;
}
/*.col_full_width_slide_1 {
	background-image: url(../img/bg/HK06.jpg);
}
.col_full_width_slide_2 {
	background-image: url(../img/bg/HK09.jpg);
}
.col_full_width_slide_3 {
	background-image: url(../img/bg/HK07.jpg);
}
.col_full_width_slide_4 {
	background-image: url(../img/bg/HK08.jpg);
}*/
.col_full_width_slide_1 {
	background-image: url(../img/fd_phone.jpg);
}
/*.col_full_width_slide_2 {
	background-image: url(../img/bg/HK11.webp);
}
.col_full_width_slide_3 {
	background-image: url(../img/bg/HK12.webp);
}
.col_full_width_slide_4 {
	background-image: url(../img/bg/HK08.webp);
}*/
.col_full_width_slide_active {
	opacity:1;
	pointer-events : auto;
}

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

.col_full_width_slide_in {
    pointer-events: auto;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 1px 1px 2px #333333;
    margin: auto;
	width: 400px;
    line-height: normal;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    display:inline-block;
    position:relative;
    z-index:10;
    vertical-align: middle;
}

.col_full_width_slide_in_big_title {
	font-size: 32px;
}

/* GESTION DES POSITION DU TXT BANNER */
.TOPLEFT { position: absolute; top: 100px; left:0; padding-left: 110px; padding-right: 30px; text-align:left;  }
.TOPCENTER {  margin-top: 100px; vertical-align: top; }
.TOPRIGHT { position: absolute; top: 100px; right:0; padding-left: 30px; padding-right: 110px; text-align:right; }
.MIDDLELEFT { margin-left: 110px; text-align:left; }
.MIDDLECENTER {  }
.MIDDLERIGHT { margin-right: 110px; text-align:right; }
.BOTTOMLEFT { position: absolute; bottom: 100px; left:0; padding-left: 110px; padding-right: 30px; text-align:left; }
.BOTTOMCENTER {  margin-bottom: 100px; vertical-align: bottom;  }
.BOTTOMRIGHT { position: absolute; bottom: 100px; right:0; padding-left: 30px; padding-right: 110px; text-align:right; }



.col_full_width_slide_in_big_title_txt {
	width:0px; height:0; 
	display:block;
	font-size: 18px;
	text-transform: none;
	opacity:1;
	overflow:hidden;
	/*font-family:  'Roboto', sans-serif; */
	font-family: "Inter", sans-serif;

	
    /*transition-delay: 0.3s, 0.6s, 0.9s;*/
	/*transition-property: width, height, opacity;
    transition: width 0.6s ease-in-out, height 1.12s ease-in-out , opacity 1.8s ease-in-out;*/

    	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.col_full_width_slide_in_big_title_txt_in {
	display: block;
width:800px; height:auto
}

.col_full_width_slide_in_big_title:hover > .col_full_width_slide_in_big_title_txt {
	width:800px;   height:auto; opacity:1; 
}

.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: #DE2910; display:inline-block;
	color: #ffffff;
	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.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:calc(100% - 300px);*/ height:30px;  
	position:absolute;
	left:0; right:0; bottom:20px; 
	opacity: 0.9;
}
.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: #0ebd86;
}

.col_full_width_slide_navig_left {
	width:40px; height:40px;  
	position:absolute;
	left:20px; top:48%; 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.9; 
	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:48%; 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.9;  
	background-image: url(../img/next.svg);
	background-position: 55% 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    cursor:pointer;
}

.about_big_txt_container {
	position: absolute;
	bottom: 0;
	left:0; right:0;
    font-family: TradeGothicLH-Extended;
    font-size:48px;
    line-height: normal; 
    background: rgba(255,255,255,0.65);
    padding:20px;
    height:180px;
    overflow: hidden;
}
.about_big_txt_small {
	font-size:18px;
	display: block;
}
.about_big_txt_left, .about_big_txt_left:visited {
	width:50%;
	float:left;
	text-align: right;
	color: #ed8e26;
	font-weight: bold; 
	padding-right:30px;
	border-right:1px solid #ffffff;
	-webkit-transition: all 0.250s ease-in-out;
    -moz-transition: all 0.250s ease-in-out;
    transition: all 0.250s ease-in-out;
    cursor:pointer;
    text-decoration: none;
    text-transform: uppercase;
}
.about_big_txt_right, .about_big_txt_right:visited {
	width:50%;
	float:right;
	text-align: left;
	color: #c3150b;
	font-weight: bold;
	padding-left:31px;
	-webkit-transition: all 0.250s ease-in-out;
    -moz-transition: all 0.250s ease-in-out;
    transition: all 0.250s ease-in-out;
    cursor:pointer;
    text-decoration: none;
    text-transform: uppercase;
}


.about_big_txt_left:hover, .about_big_txt_right:hover {
	font-size: 56px;
	color:#ffffff;
}


.col_full_width_small_height {
	height:370px;  
}

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














.angle_subsub_container { width:100%; height:auto; text-align: center; }
a.angle_subsub {
	
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-family: TradeGothicLH-Extended;
    font-size: 16px
    line-height: normal;
    -webkit-transition: all 0.250s ease-in-out;
    -moz-transition: all 0.250s ease-in-out;
    transition: all 0.250s ease-in-out;
    
    padding: 10px;
    padding-top: 20px; padding-bottom: 20px;
    text-align: center;
    cursor:pointer;
    text-decoration: none;
    color:#000000;
}
a.angle_subsub:hover, a.angle_subsub:focus { color :#c3150b ;}



.angle_line_box_container { width:100%; height:200px; overflow:hidden; position:relative; text-align: center }
.angle_line_box_left {
	background: rgb(45, 101, 133);
	width: calc(50% + 35px);
	height: 200px;
	float:left;
	cursor:pointer;
	position: relative;
	text-align: center
}
.angle_line_box_right {
	background: rgb(13, 40, 56);
	width: calc(50% - 35px);
	height: 200px;
	float:right;
	cursor:pointer;
	position: relative;
	text-align: center
}
.angle_line_box_middle{
	background: rgb(13, 40, 56);
	width: 120px;
	height: 500px;
	transform: rotate(20deg);
	display: inline-block;
	margin-top: -40px;
	position:absolute;
	top:-40px;
	left: calc(50% - 35px);
	z-index:9;
}
.angle_line_box_txt, .angle_line_box_txt:visited {
	height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    line-height: 17px;
    color: #ffffff;
    font-weight: bold;
    font-family: TradeGothicLH-Extended;
    font-size: 28px;
    line-height: normal;
    -webkit-transition: all 0.250s ease-in-out;
    -moz-transition: all 0.250s ease-in-out;
    transition: all 0.250s ease-in-out;
    position: absolute;
    z-index:10;
    padding-left:60px; padding-right:60px;
    text-transform:uppercase;
    text-decoration: none;
}
.angle_line_box_txt:hover { 
	font-size: 32px;
}

.angle_line_box_txt_small {
	font-size: 24px;
	padding-left:50px; padding-right:50px
}
.angle_line_box_txt_small_extrapadding_left {
	padding-left:120px;
}
.angle_line_box_txt_small:hover { 
	font-size: 28px;
}

.arrow_opener {
	display: inline-block; margin-top:3px;
	width:40px; height:20px;
	background:url(../img/arrow_opener.svg) no-repeat center;
	background-size: contain;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.arrow_opener_down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);

}
.angle_subsub .arrow_opener {height:1px; width:1px; margin-top:0;}

.onepage_style_content { display:none; width: 100%;  margin: 0 auto; text-align: left }
.onepage_style_content_subsub { text-align: left}












.main_col { width:1004px ;padding-top:20px; text-align:left; margin: 0 auto;}
.main_col_add_border {width:1004px ; border-top:1px solid #0ebd86; 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: #0ebd86 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: #0ebd86 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: #0ebd86 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; }


hr {clear:both; display:block; border:0;}
hr::after {clear:both; display:block; border-top:1px solid #666666; width:200px; margin:0 auto; margin-top:30px; margin-bottom:10px; height:10px; content: ""; }


.related_faq_container_global {
  width:100%;
  border-top:1px solid #cccccc; min-height:200px;
  margin-top:60px; margin-bottom:30px;
}
.related_faq_container_visual {
    border-radius: 20px;
    border: 1px solid #666666;
    /* min-height: 200px; */
    margin: 0 auto;
    margin-top: -60px;
    width: 120px;
    height: 120px;
    background: #ffffff url(../img/faq.svg) no-repeat center 0px;
    background-size: 110%;
    float: right; }
.related_faq_container_title {
  font-size: 20px;
    width: 100%;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: normal;
}
.related_faq_container_negative_margin {/* margin-left:-10px; margin-right:-10px; width: calc(100% + 20px);*/}
.related_faq_container {
  /*width:calc(50% - 20px);
  margin:10px;*/
  width: 100%;
  margin-bottom:10px;
  padding:20px;
  /*float:left;*/
  padding-right: 10px;
  background: #eeeeee;
  border-right: 5px solid #cccccc;
  box-sizing: border-box;
}
.related_faq_question { 
font-weight:bold;
cursor:pointer;
padding-right:40px;
background: url(../img/arrow-down.svg) no-repeat right center;     background-size: 30px;
}
.related_faq_question h3 { text-transform: none; letter-spacing: normal;}
.related_faq_response { padding-top:15px;
display:none;}



.webc_txt_col_left { float:left; width:calc(50% - 20px); }
.webc_txt_col_right { float:right; width:calc(50% - 20px); }

.webc_image_left { float:left; margin-right:20px; margin-bottom:10px;}
.webc_image_right { float:right; margin-left:20px; margin-bottom:10px;}
.webc_image_full_width { width:100% !important; height:auto !important;}
.webc_image_centered {margin:0 auto; margin-bottom:10px; display:block;}
.webc_image_rounded_left { float:left; margin-right:20px; margin-bottom:10px; border-radius:1000px;}
.webc_image_rounded_right { float:right; margin-left:20px; margin-bottom:10px; border-radius:1000px;}
.webc_image_rounded_centered {margin:0 auto; margin-bottom:10px; border-radius:1000px; display:block; width: 100%;}
.webc_image_little_rounded_left { float:left; margin-right:20px; margin-bottom:10px; border-radius:8px;}
.webc_image_little_rounded_right { float:right; margin-left:20px; margin-bottom:10px; border-radius:8px;}
.webc_image_little_rounded_centered {margin:0 auto; margin-bottom:10px; border-radius:8px; display:block;}
.webc_image_little_rounded_full_width { width:100% !important; height:auto !important; border-radius:8px; }


.webc_yt_video_container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    width:calc(100% - 80px);
    margin:0 auto;
}
.webc_yt_video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portrait_container {
	display:inline-block; width:calc(48% - 60px); min-height:420px; border-right:1px solid #eeeeee; padding:30px; text-align:center; vertical-align:top
}
.portrait_container:nth-child(even) {  border-right:0px }
.portrait_polaroid {
	display:inline-block;
	vertical-align: top;
	background: #eeeeee url(https://www.helloagenda.be/img/team/boy_1_b.svg) center no-repeat; background-size:contain; width:120px; height:120px; color:#eeeeee; border:10px solid #ffffff; border-bottom:20px solid #ffffff;
	box-shadow: 1px -1px 20px -2px rgba(0,0,0,0.75);  rotate: 2deg; margin-bottom:10px
}

.anim_01 {
	width:300px; height:600px;
	margin:0 auto;
	position: relative;
}

@keyframes changeFrame {
  0% {
    width:271px; height:571px;
    margin-left:0px;
  }
  50% {
    width:271px; height:571px;
    margin-left:0px;
  }
  52% {
  	width:800px; height:571px;
  	margin-left:-260px;
  }
  100% {
  	width:800px; height:571px;
  	margin-left:-260px;
  }
}

.anim_01_calc_0 {
	width:271px; height:571px;
	background: #ffffff;
	border-radius: 8px; 
	border:2px solid #cccccc;
	overflow:hidden;
	position: relative;
	animation: 40s ease-out 0s 1 changeFrame;
	animation-fill-mode: forwards;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  10% {
    transform: translateX(0);
  }
  60% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-200px);
  }
  90% {
  	transform: translateY(-200px);
    opacity:1;
  }
  100% {
  	transform: translateY(-200px);
    opacity:0;
  }
}


.anim_01_calc_1 {
	position:absolute;
	width:271px; height:571px;
	background: #ffffff url(../img/anim/calc1_logo.png) center no-repeat; background-size:100%;
	animation: 4s ease-out 0s 1 slideInFromLeft;
	animation-fill-mode: forwards;
}

.anim_01_calc_1_bubble {
	position:absolute;
	width:200px;
	background: #ffffff;
	animation: 4s ease-out 0s 1 slideInFromLeft;
	animation-fill-mode: forwards;
	z-index:100;
	left:-220px;
	top:200px;
	box-shadow: 2px -1px 16px 4px rgba(0,0,0,0.15);
	padding:20px;
	box-sizing:border-box;
	border-radius:10px;
	text-align:center;
	font-weight: bold;
}
.anim_01_calc_1_bubble::after {
	content:"";
	display : inline-block;
	vertical-align: top;
	height : 0;
	width : 0;
	border-top : 10px solid transparent;
	border-bottom : 10px solid transparent;
	border-left : 17px solid #ffffff;
	margin-left:175px;
}

@keyframes slideInFromLeftAndTop {
  0% {
    transform: translateY(100%);
    opacity:1;
  }
  10% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-290px);
  }
  90% {
    transform: translateY(-290px);
    
  }
  95% { opacity:1; }
  100% {
    transform: translateY(0);
    opacity:0;
  }
}
@keyframes slideInFromLeftAndTopBubble {
  0% {
    transform: translateY(100%);
    opacity:1;
  }
  10% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  90% {
    transform: translateY(-50px);
    
  }
  95% { opacity:1; }
  100% {
    transform: translateY(0);
    opacity:0;
  }
}

.anim_01_calc_2 {
	position:absolute;
	width:271px; height:862px;
	background: #ffffff url(../img/anim/calc2_month.png) top center no-repeat; background-size:100%;
	transform: translateY(100%);
	animation: 8s ease-out 4s 1 slideInFromLeftAndTop;
	animation-fill-mode: forwards;
}

.anim_01_calc_2_bubble {
	position:absolute;
	width:200px;
	background: #ffffff;
	transform: translateY(100%);
	opacity: 0;
	animation: 8s ease-out 4s 1 slideInFromLeftAndTopBubble;
	animation-fill-mode: forwards;
	z-index:100;
	left:-220px;
	top:200px;
	box-shadow: 2px -1px 16px 4px rgba(0,0,0,0.15);
	padding:20px;
	box-sizing:border-box;
	border-radius:10px;
	text-align:center;
	font-weight: bold;
}
.anim_01_calc_2_bubble::after {
	content:"";
	display : inline-block;
	vertical-align: top;
	height : 0;
	width : 0;
	border-top : 10px solid transparent;
	border-bottom : 10px solid transparent;
	border-left : 17px solid #ffffff;
	margin-left:175px;
}

@keyframes slideInFromRightAndTop {
  0% {
    transform: translateX(100%);
    opacity:1;
  }
  5% {
    transform: translateX(0);
    
  }

  30% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-200px);
  }
  50% {
    transform: translateY(-300px);
  }

  70% {
    transform: translateY(-500px);
  }
  80% {
    transform: translateY(-800px);
  }
  90% {
    transform: translateY(-800px);
  }
  95% {
    transform: translateY(-200px); opacity:1; 
  }
  100% {
    transform: translateY(-100px); opacity:0;
  }
}

@keyframes slideInFromRightAndTopBubble {
  0% {
    transform: translateX(100%);
    opacity:1;
  }
  5% {
    transform: translateX(0);
    
  }

  30% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(-100px);
  }

  70% {
    transform: translateY(-150px);
  }
  80% {
    transform: translateY(-200px);
  }
  90% {
    transform: translateY(-200px);
  }
  95% {
    transform: translateY(-150px); opacity:1; 
  }
  100% {
    transform: translateY(-100px); opacity:0;
  }
}

.anim_01_calc_3 {
	position:absolute;
	width:271px; height:1356px;
	background: #ffffff url(../img/anim/calc3_day.png) top center no-repeat; background-size:100%;
	transform: translateX(-100%);
	animation: 8s ease-out 12s 1 slideInFromRightAndTop;
	animation-fill-mode: forwards;
}

.anim_01_calc_3_bubble {
	position:absolute;
	width:200px;
	background: #ffffff;
	transform: translateX(-100%);
	opacity: 0;
	animation: 8s ease-out 12s 1 slideInFromRightAndTopBubble;
	animation-fill-mode: forwards;
	z-index:100;
	right:-200px;
	top:200px;
	box-shadow: 2px -1px 16px 4px rgba(0,0,0,0.15);
	padding:20px;
	box-sizing:border-box;
	border-radius:10px;
	text-align:center;
	font-weight: bold;
}
.anim_01_calc_3_bubble::after {
	content:"";
	display : inline-block;
	vertical-align: top;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 17.3px 10px 0;
	border-color: transparent #ffffff transparent transparent;
	transform: rotate(0deg);
	margin-left:-208px;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  10% {
  	transform: translateY(0);
  	opacity: 1;
  }
  95% {
  	transform: translateY(0);
  	opacity: 1;
  }
  100% {
  	transform: translateY(0);
  	opacity: 0;
  }
}


.anim_01_calc_4 {
	position:absolute;
	opacity: 0;
	width:800px; height:571px;
	background: #ffffff url(../img/anim/calc4_desktop.png)  center no-repeat; background-size:100%;
	transform: translateY(100%);
	animation: 4s ease-out 21s 1 slideInFromBottom;
	animation-fill-mode: forwards;
}

.anim_01_calc_4_bubble {
	position:absolute;
	width:460px;
	background: #ffffff;
	opacity: 0;
	transform: translateY(100%);
	animation: 4s ease-out 21s 1 slideInFromBottom;
	animation-fill-mode: forwards;
	z-index:100;
	right:-48px;
	bottom:100px;
	box-shadow: 2px -1px 16px 4px rgba(0,0,0,0.15);
	padding:20px;
	box-sizing:border-box;
	border-radius:10px;
	text-align:center;
	font-weight: bold;
}

.anim_01_calc_5 {
	position:absolute;
	opacity: 0;
	width:800px; height:571px;
	background: #ffffff url(../img/anim/calc5_month.png) top center no-repeat; background-size:100%;
	transform: translateY(100%);
	animation: 4s ease-out 25s 1 slideInFromBottom;
	animation-fill-mode: forwards;
}


@keyframes slideInFromRightAndTopDesktop {

  0% {
    transform: translateY(100%);
    opacity: 1;
  }
  10% {
  	transform: translateY(0);
  	opacity: 1;
  }

  30% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-500px);
  }
  60% {
    transform: translateY(-700px);
  }
  90% {
    transform: translateY(-700px);
  }
  95% {
    transform: translateY(-200px); opacity:1; 
  }
  100% {
    transform: translateY(-100px); opacity:0;
  }
}

.anim_01_calc_6 {
	position:absolute;
	opacity: 0;
	width:800px; height:1318px;
	background: #ffffff url(../img/anim/calc6_day.png) top center no-repeat; background-size:100%;
	transform: translateY(100%);
	animation: 8s ease-out 29s 1 slideInFromRightAndTopDesktop;
	animation-fill-mode: forwards;
}

.anim_pause { animation-play-state: paused; }





	@media only screen and (min-width: 2000px) {
	  	.col_full_width,
		.col_full_width_slide,
		.col_full_width_slide_filter_dark { height:1000px; }

		.col_full_width_all_other_pages {
			height: 700px;
		}

		.col_full_width_all_other_pages .col_full_width_slide {
			height: 700px;
		}
	}

	/* #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) {

    	.spacer_if_no_banner { height: 80px; }

    	body {}
    	.banner_logo, .banner_logoen {/*height:180px; background-size: 36%;  top:0; */
    		background-position: center;
    		background-size: 302px auto;
    	}


		.connexion_search_tool_box {
		    top: 0;
		}
    	.button_rdv, .button_tel { width:50px; overflow:hidden; white-space: nowrap; padding-left: 0; padding-right: 0; text-indent: 100px; margin-top:16px; background-size: 25px; background-position: center; }


    	.col_full_width_slide_in {
    		/*font-size:20px;*/
    	}

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

		#map {
			width:100%;
		}
		#map_txt {
			width:100%;
		}

		#map_txt_container {
			 width:80%; height: 450px;  margin: 0 auto;  float: none;
		}



		.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 #ffffff; background-color:#eeeeee; background-image:url(../img/arrow-right.svg); 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 #ffffff;}
	    .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-left.svg); 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; }

    	.spacer_if_no_banner { height: 0px; }


    	.button_rdv, .button_tel { width:50px; overflow:hidden; white-space: nowrap; padding-left: 0; padding-right: 0; text-indent: 100px; margin-top:16px; background-size: 25px; background-position: center; }


    	.hide_critere_on_mobile {
			display: none;
		}

		.trigg_critere_on_mobile { 
			display:block;
		}

		.banner_wide { position: relative;}

		.banner_maincol {width:100%;}

		.banner_logo, .banner_logoen {/*height:180px; background-size: 36%;  top:0; */
    		background-position: center;
    		background-size: 165px auto;
    		width: 170px;
		    left: 60px;
		    top: 0;
		    margin: 0;
    	}
		.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, .col_full_width_all_other_pages {
			margin-top:0px;
		}

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

	 	.col_full_width_slide_in {display:none;}

		.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;}*/
		#gallery { text-align: center; width:100%; margin:0;}
		.photo_in_gallery {
		margin:4px;	
		width:135px;
		height:135px;
		float: none;
    	display: inline-block;
		}
		.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; 
		  background:#eeeeee;
		}

		.interest_box {}
		
		.call_form_box, .call_rdv_box, .call_form_box_in, .call_rdv_box_in {width:100%}
		.call_form_box_in {margin-bottom:20px;}


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

		.col_full_width_slide_filter_dark { /*background-color: rgba(0,0,0,0.25);*/ height:100%; }

		.col_full_width_slide_1 {
			background-image: url(../img/banner_dr_cantella2_short.jpg);
		}

		.col_full_width_slide_in{
			top:auto;
			bottom: 30px;
		    line-height: 20px;
		    padding: 15px;
		}



		#map_container {
			min-height:1100px; overflow: hidden;
		}
		#map {
			width:100%;  top: 360px; 
		}
		#map_txt {
			width:100%; position: relative; 
		}

		#map_txt_container {
			 width:300px; height: auto;  margin: 0 auto;  float: none; position: relative;
		}
		#map_txt_box_A {
			box-sizing:border-box; position: relative; width:100%; padding:20px;
		}
		#map_txt_box_B {
			box-sizing:border-box; font-weight:bold; position:relative; top:0; right:0; width:100%; height:auto; background:#ffffff; padding:20px
		}
		#map_txt_box_C {
			position:relative; width:100%; height:180px; background-color:#eeeeee; background-repeat: no-repeat; background-position: center; background-size: cover
		}



		.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;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top; margin-top: 16px; }
    .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 #ffffff; background-color:#eeeeee; background-image:url(../img/arrow-right.svg); 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 #ffffff;}
	    .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-left.svg); 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;
		}

		.sub_as_gallery {width:calc(100% - 60px); margin:0; margin-top:10px;}

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


		.webc_txt_col_left { float:none; width:100%; }
		.webc_txt_col_right { float:none; width:100%; }

		.webc_image_left { float:none; margin-right:0px; margin-left:0px; width:100% !important;height: auto !important;}
		.webc_image_right { float:none; margin-right:0px; margin-left:0px; width:100% !important;height: auto !important;}
		.webc_image_full_width {}
		.webc_image_centered {max-width: 300px}
		.webc_image_rounded_left { float:none; margin-right:0px; margin-left:0px; width:100% !important;height: auto !important;}
		.webc_image_rounded_right { float:none; margin-right:0px; margin-left:0px; width:100% !important;height: auto !important;}
		.webc_image_rounded_centered {max-width: 300px; width: 100%;}
		.webc_image_little_rounded_left { float:none; margin-right:0px; margin-left:0px; width:100% !important;height: auto !important;}
		.webc_image_little_rounded_right { float:none; margin-right:0px; margin-left:0px; width:100% !important;height: auto !important;}
		.webc_image_little_rounded_centered {max-width: 300px}
		.webc_image_little_rounded_full_width {}
		
		.webc_yt_video_container {
			width:100%;
		}

		.portrait_container {
			display:block; width:100%; min-height:auto; border-bottom:1px solid #eeeeee; border-right:0; padding:0px; padding-top:30px; padding-bottom:30px; text-align:center; vertical-align:top
		}

    }


    /* #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: 260px auto;
    		width: 285px;
    	}
		.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 #ffffff; background-color:#eeeeee; background-image:url(../img/arrow-right.svg); 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 #ffffff;}
	    .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-left.svg); 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;}*/

	}