/**
*
*		Menu mobile for all tablets (if width of screen is larger than 980px)
*
**/


/**
*
*		Menu mobile for all tablets (if width of screen is larger than 980px)
*
**/


.drop-down {
position: relative;
float: none;
padding:0;
width: auto !important;
height:auto;
z-index: 30;
}

.drop-down * {
border-radius: 0 !important;
}

.drop-down ul {
background-color: transparent;
border : none;
display : none;
width: 400px;
position: relative;
top: 0;
margin-left:3%;
min-width:400px;
max-width: 94%;
padding:20px 0 100px 0;
z-index: 1337;
}

#js_navigation:target > div > ul {
display : block;
}

.drop-down span.title_menu {
display: block;
position: relative;
font-weight: normal;
margin: 0;
}

.drop-down span.title_menu a {	
display: block;
text-align:center;
margin : 0 auto;
padding: 10px 20px;
-webkit-transition : all 0.4s ease-in-out;
-moz-transition : all 0.4s ease-in-out;
-ms-transition : all 0.4s ease-in-out;
-o-transition : all 0.4s ease-in-out;
transition : all 0.4s ease-in-out ;
}

.icon-main-menu:before {
display: inline-block;
*display:inline;
*zoom:1;
font-family: FontAwesome;
content: "\f0c9";
font-style: normal;
font-weight: normal;
line-height: 1;
font-size:15px;
margin-right:8px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#js_navigation:target span.title_menu {
display: none;
}

#js_navigation:target:before {
content: "";
position: fixed;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(240,240,240,.9);
}

.drop-down li {
position: relative;
display : block ;
float: none;
height:auto;
width:auto;
line-height: inherit;
padding: 0 ;
margin:0 0 10px 0;
}

.drop-down li ul {
display : block ;
position: relative;
top: 0;
left: 0;
z-index: 1;
opacity:1;
width: auto;
max-width: none;
border-radius:0;
border:none;
box-shadow: none;
padding: 0;
margin:0;
}

.drop-down li ul:hover {
box-shadow:none;
}

.drop-down li ul ul {
top: 0;
left: 0;
margin:0;
background:transparent;
}

.drop-down li li {
float:none;
width:auto;
padding:0;
margin:0;
}

.drop-down li a, .drop-down li span.separator {
display : block;
width:auto;
height : auto;
padding: 14px 15px 14px 25px;
margin:0;
/**
border:none;
**/
text-align : left;
text-transform: none;
font-weight: normal;
line-height:100%;
font-size:150%;
text-shadow : none;
-webkit-transition : none;
-moz-transition : none;
-ms-transition : none;
-o-transition : none;
transition : none;
}

.drop-down li li a, .drop-down li li span.separator {
display : block;
width:auto;
letter-spacing: 0px;
font-size:140%;
line-height:inherit;
border:none;
padding: 14px 15px 14px 25px;
margin:0 ;
}

.drop-down li li li a, .drop-down li li li span.separator {
font-size:125%;
padding: 14px 15px 14px 40px;
}

.drop-down li li li li a, .drop-down li li li li span.separator {
font-size:120%;
padding: 14px 15px 14px 60px;
}	

.drop-down li a:hover, .drop-down li span.separator:hover {
-webkit-transition : none;
-moz-transition : none;
-ms-transition : none;
-o-transition : none;
transition : none;
}

.drop-down li:hover > ul, .drop-down li:focus > ul {
display : block ;
z-index:10;
opacity:1;
-webkit-transition : none;
-moz-transition : none;
-ms-transition : none;
-o-transition :none;
transition : none;
}

.drop-down > ul > li:last-child > ul ul {
left: inherit;
right: inherit;
}

.drop-down a {
text-decoration : underline !important;
}

.drop-down li:hover > a, .drop-down a[href="#js_navigation"] {
text-decoration : none !important;
}

.drop-down a[href="#"] {
text-decoration : none !important;
cursor : default;
}

.drop-down > div > ul > li:hover > a, .drop-down > div > ul > li:hover > span, .drop-down > div > ul > li.active > a, .drop-down > div > ul > li.active > span {
background-image: none;
box-shadow: none;
}	

.drop-down li li:hover > a, .drop-down li li:hover > span, .drop-down li li.active > a, .drop-down li li.active > span {
background-image: none;
box-shadow: none ;
}

.drop-down > div > ul > li > a, .drop-down > div > ul > li > span {
background:#999 !important;
color:#fff !important;
}

.drop-down > div > ul > li.active > a, .drop-down > div > ul > li.active > span {
background:#444 !important;
color:#fff !important;
}

.drop-down li.current > a {
text-decoration : none !important;
}

/* others  */

#js_navigation > div {
width:auto;
}

#js_navigation:before, #js_navigation:after {
display:block;
}

.drop-down span.title_menu:hover {
background:transparent !important;
}

.menu_left, .menu_right {
position:relative;
left:0;
right:0;
clear:both;
}

@media screen and (min-width: 980px) {

	body {
	min-width:0;
	}
	
	.website-header {
	position: relative;
	left:0;
	right:0;
	height:auto;
	}
	
	.corner-top-left, .corner-top-right,
	.corner-bottom-left, .corner-bottom-right {
	display:none;
	}
	
	/**		disable opacity effect **/

	.opacity-yes, .opacity-content-yes-full:hover + .middle-website .column-content,
	.opacity-content-yes-partial:hover + .middle-website .column-content, .opacity-content-yes-little:hover + .middle-website .column-content {
	opacity:1;
	}

	/** 	remove the fixed width of Google map 		**/
	
	div[id*="googlemap"] {
	width:auto !important;
	}
	
	/**		Full screen button 		**/
	
	#close-button-js {
	top:40%;
	left:-5px;
	opacity:0.65;
	}
	
	.content-position-right #close-button-js {
	left:inherit;
	right:-5px;
	}
	
	#close-button-js:hover, #close-button-js:active {
	opacity:0.9;
	}
	
	#open-button-js {
	left:0;
	top:40%;
	opacity:0.65;
	}
	
	
	.content-position-right #open-button-js {
	left:inherit;
	right:0px;
	}
	
	#open-button-js:hover, #open-button-js:active {
	opacity:0.9;
	}

	
	/** 	Video and Google map 		**/

	.video_page .column-menu, .video_page .all-content, .video_page .website-footer,
	.google_map_page .column-menu, .google_map_page .all-content, .google_map_page .website-footer {
	width:100%;
	}
	
	.google_map_page .column-content, .video_page .column-content {
	margin-left:0;
	}
	
	.module_video {
	position:relative !important;
	top:inherit;
	bottom:inherit;
	height: 60% !important;
	min-height:400px !important;
	}
	
	.module_google_map {
	position:relative !important;
	top:inherit;
	bottom:inherit;
	height: 50% !important;
	min-height:50% !important;
	}
	
	/**		Logo 		**/
	
	.logo-module, .logo-module.left, .logo-module.right {
	position:relative;
	text-align:center;
	margin: 0;
	padding: 10px 0 10px 0;
	}
	
	/**		Middle website 	**/
	
	.middle-website {
	position:relative;
	top:0;
	bottom:0;
	left:0;
	right:0;
	}
	
	.border-left, .border-right {
	display:none;
	}
	
	.content-box {
	margin:0;
	padding-bottom:150px;
	}
  
	/** 		Column content 		  	**/
	
	.column-content {
	position:relative;
	padding-left:25px;
	padding-right:25px;
	}

	
	/***		FOOTER 			*****/
	
	.website-footer {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	margin: 0;
	padding: 8px 30px 8px 30px;
	}
	
	/**		Copyright 		**/
	.jslink {
	background-size: 6px 97px;
	height:97px;
	}

}
