

/**
*
*		Media queries
*
**/


body {
-webkit-text-size-adjust: none;
}


.hidden {
display: none;
visibility: hidden;
}

.visible-phone {
display: none !important;
}

.visible-tablet {
display: none !important;
}

.hidden-desktop {
display: none !important;
}

.visible-desktop {
display: block !important;
}



/* Portrait tablet to landscape and desktop */
@media screen and (max-width: 932px) {


	.hidden-desktop {
	display: block !important;
	}
	.visible-desktop {
	display: none !important ;
	}
	.visible-tablet {
	display: block !important;
	}
	.hidden-tablet {
	display: none !important;
	}

}


/* Phone and little tablet */
@media screen and (max-width: 767px) and (max-width: 932px) {


	.hidden-desktop {
	display: block !important;
	}
	.visible-desktop {
	display: none !important;
	}
	.visible-tablet {
	display: none !important;
	}
	.hidden-tablet {
	display: block !important;
	}
	.visible-phone {
	display: block !important;
	}
	.hidden-phone {
	display: none !important;
	}
	
}



@media screen and (max-width: 1112px) {
  

	.container-site, .bottom-site {
	margin: 0 auto;
	}
	
	.wrapper-site {
	width:100%;
	}	

}


@media screen and (max-width: 932px) {


	.container-site, .bottom-site {
	width:94%;
	}

	.container-site, .bottom-site {
	margin-left:3%;
	}
	
	.wrapper-site {
	width:100%;
	}
	
	/** 	remove the fixed width of Google map 		**/
	
	div[id*="googlemap"] {
	width:auto !important;
	}
	
	/** 	header  	**/
	
	.top_menu li a, .top_menu li span.separator,
	.bottom_menu li a, .bottom_menu li span.separator {
	padding: 5px 7px 4px 7px;
	}
	
	#social-links li a img {
	width:20px;
	}
	
	.website-slogan-top {
	width:auto;
	}
	
	/**		Search 			**/
	
	.website-header.with-search {
	padding-bottom:50px;
	}
	
	#search {
	top:-30px;
	right:17px;
	}
	
	#search .inputbox {
	padding: 7px 20px 8px 10px !important;
	}
	
	#search .inputbox:hover, #search .inputbox:focus  {
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22) inset;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22) inset;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22) inset;
	}
	
	/** 	Main menu 		**/
	
	.nav_main {
	float:left;
	width:100%;
	padding:5px 0;
	}
	
	.barre-fixed {
	width:94%;
	}
	
	.drop-down li ul, .drop-down li ul ul {
	top:100%;
	left:9%;
	width:88%;
	margin-top:0;
	}
	
	.drop-down li {
	text-align:center;
	float:left;
	margin : 0px 0 1px 3%;
	padding : 0 ;
	background-color: #eee ;
	background-image:none;
	width:46%;
	}
	
	.drop-down li li {
	text-align:left;
	float:none;
	margin : 2px 2px;
	background-color:transparent;
	width:auto;
	}
	
	.drop-down li a, .drop-down li span.separator {
	text-align:left;
	margin:0;
	font-size:105%;
	padding: 4px 12px;
	border:none;
	border-left:4px solid #eee;
	}
	
	.drop-down li a:hover, .drop-down li span.separator:hover {
	border-color:#eee;
	}	
	
	.drop-down li.active a, .drop-down li.active span.separator {
	margin-left: 0;
	border-color:#999;
	width:auto;
	}
	
	.theme-orange .drop-down li.active a, .theme-orange .drop-down li.active span.separator {
	border-color:#ff6600;
	}

	.theme-red .drop-down li.active a, .theme-red .drop-down li.active span.separator {
	border-color:#ce534c;
	}

	.theme-green .drop-down li.active a, .theme-green .drop-down li.active span.separator {
	border-color: #63b472;
	}

	.theme-blue .drop-down li.active a, .theme-blue .drop-down li.active span.separator {
	border-color: #028bc0;
	}
	
	.theme-green-light .drop-down li.active a, .theme-green-light .drop-down li.active span.separator {
	border-color: #adb85f;
	}
	
	.theme-blue-jean .drop-down li.active a, .theme-blue-jean .drop-down li.active span.separator {
	border-color: #547980 ;
	}
	
	.theme-black .drop-down li.active a, .theme-black .drop-down li.active span.separator {
	border-color: #000;
	}	
	
	.drop-down li li a, .drop-down li li span.separator {
	padding:6px 12px;
	border:none;
	width:auto;
	}
	
	.drop-down li li:hover > a, .drop-down li li:hover > span, .drop-down li li.active > a, .drop-down li li.active > span {
	border:none;
	}
	
	
	/** 	CONTENT 	**/
	
	
	.left_column, .right-module-position, .top-module-position, .bottom-module-position {
	float:none;
	padding: 12px 0 12px 0;
	margin:0;
	background-image:none;
	min-height:auto;
	border:none;
	width : auto ;
	clear:both;
	}
	
	.left_column > div, .right-module-position > div {
	background-image:none;
	padding:0;
	}
	
	
	.right_column {
	overflow:visible;
	}
	
	.left_column .moduletable > div, .right-module-position .moduletable > div,
	.top-module-position .moduletable > div, .bottom-module-position .moduletable > div {
	clear:both;
	border:1px solid #e3e3e3;
	margin:0 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	background: transparent url(../images/black-03.png) 0 0 repeat;
	}
	
	.main_content {
	padding: 15px 20px 0 20px;
	}
	
	.submenu li {
	display : inline-block;
	margin : 0 1%;
	width:48%;
	}
	
	.submenu li li {
	text-align:left;
	float:none;
	margin : 2px 2px;
	width:100%;
	}
	
	.submenu li li a, .submenu li li span.separator {
	text-align:left;
	padding-top:4px;
	padding-bottom:3px;
	}
	
	.submenu li.active a, .submenu li.active span.separator,
	.submenu li.active a:hover, .submenu li.active span.separator:hover {
	margin-left: 0;
	width:auto;
	}
	
	.submenu li li a, .submenu li li span.separator,
	.submenu li.active li a, .submenu li.active li span.separator {
	background-position : 5px 10px;
	}
	
	
	
	/** 	FOOTER 		**/
	
	.bottom-site {
	padding-top:0;
	}
	
	.bottom_menu {
	display:block;
	float:none;
	padding:0;
	text-align:center;
	margin: 8px auto 6px auto;
	}
	
	.bottom_menu li {
	display:inline;
	float:none;
	padding:0;
	margin:0;
	width:auto;
	}
	
	.bottom_menu li a {
	display:inline;
	}
	
	.address {
	clear: both;
	float:none;
	padding: 4px 0 0;
	text-align: center;
	width:100%;
	}
	
	#social-links {
	clear: both;
	float:none;
	margin-top:20px;
	padding: 14px 0 12px 0;
	text-align: center;
	background : transparent url(../images/white-55.png) 0 0 repeat;
	width:100%;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.10) ;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.10) ;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.10) ;
	}
	
	#social-links ul {
	display:inline-block;
	}

}




/* Phone and little tablet */
@media screen and (max-width: 767px) and (max-width: 932px) {

	
	.top_menu li {
	padding: 4px 2px 0 2px;
	}
	
	.logo {
	margin-top:25px;
	}
	.newsflash {
	margin-top:37px;
	}
	
	.user1, .user2, .user3, .user4, .user5, .user6, .right-module-position {
	float:none;
	padding:12px 0;
	margin:0;
	width : 100% !important;
	clear:both;
	}
	
	.user1, .user2, .user3, .user4, .user5, .user6 {
	margin : 8px 0 0 0;
	}
	
	.top-module-position .border > div, .bottom-module-position .border > div, .user1 .border > div, .user2 .border > div, .user3 .border > div, .user4 .border > div, .user5 .border > div, .user6 .border > div,
	.address .border > div, .translate .border > div, .search .border > div, top_menu .border > div, .bottom_menu .border > div {
	margin-bottom:8px;
	}
	
	.moduletable.shadow > div {
	margin-bottom:0 !important;
	}
	
	
	/* ++++++++++++++  blog  ++++++++++++++ */
	
	.cols-2 .column-1 {
	width:auto;
	float:none;
	}
	
	.cols-2 .column-2 {
	width:auto;
	float:none;
	}
	
	.cols-3 .column-1 {
	float:none;
	width:auto;
	padding:0;
	margin-right:0;
	}
	
	.cols-3 .column-2 {
	float:none;
	width:auto;
	width:auto;
	padding:0;
	}
	
	.cols-3 .column-3 {
	float:none;
	width:auto;
	padding:0;
	}
	
	.column-1, .column-2, .column-3 {
	padding:10px 0px;
	}
	
	.column-2 {
	width:auto;
	margin-left:0;
	}
	
	.column-3 {
	width:auto;
	}

}

@media (max-width: 640px)  {

	.logo {
	float:none;
	text-align:center;
	}
	
	.logo span {
	border-left:none;
	}
	
	.newsflash {
	clear:both;
	}
	
	.newsflash .content-module > div {
    float: none !important;
    text-align: center;
	}

} 


@media (max-height: 640px) {

	/** 	Disable the position fixed 	when the height is less than 640 pixels	**/
	
	.barre-fixed {
	position:relative;
	width:100%;
	}

}

@media (max-width: 600px) {

	textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
	input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"],
	input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	max-width:280px;
	}
	
	fieldset dt {
    float: none;
    margin: 0;
    padding:15px 20px 0 0;
}

}


@media (max-width: 450px) {

	textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
	input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"],
	input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	max-width:200px;
	}

}

@media (max-width: 350px) {

	textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
	input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"],
	input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	max-width:150px;
	}

}

@media (max-width: 769px) and (max-width: 932px) {

	img {
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	}
	
	textarea, table, td, th, code, pre, samp {
	word-wrap: break-word; 
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	}
	
	code, pre, samp {
	white-space: pre-wrap;
	}

}