/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,button,input,select,textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,body {
	height: 100%;
	font-family: 'AvenirLTStd-Light';
	color: #fff;
	background-color: #35393C;
}

.importantBody {
	background-color: #35393C !important;
}

/* ==========================================================================
   HEADER AND MENU
   ========================================================================== */
header {
	background-color: #35393C;
	width: 224px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	float: left;
	height: 100%;
	padding: 0 13px 0;
	position: fixed;
	z-index: 20;
	top: 0;
	border-right: 2px solid #FFF;
}

#titre {
	top: 149px;
	position: absolute;
	width: 100%;
}
#language{
	position: absolute;
	top: 188px;
	width: 100%;

}
#language a{
	margin: 5px;

}

.hidefirstTime {
	display: none;
}

header a {
	text-decoration: none;
	color: #fff;
	border: 0 none;
	outline: none;
}

#column {
	height: 100%;
	min-height: 100%;
	position: relative;
}

#logo {
	height: 132px;
	margin: 0;
	width: 186px;
	margin: 69px 0 0 19px;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
}

#img_logo {
	background: url("../img/common/lacantine_logo.png");
	height: 132px;
	width: 186px;
}

#logo a,#logo a:hover,#logo a:focus {
	border: 0 none;
	outline: none;
}

#wraper_menu {
	height: 100%;
}

#menu ul {
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

#menu a {
	text-decoration: none;
	color: #fff;
	border: 0 none;
	outline: none;
	letter-spacing: 1.8px;
}

#menu a:hover {
	color: #C7CAF0;
}

#menu {
	font-size: 12px;
	text-transform: uppercase;
	width: 210px;
	margin-left: 7px;
	position: absolute;
	top: 50%;
	margin-top: -95px;
	height: 91px;
}

.btn_separator {
	background: url("../img/common/menu_separator.png") repeat-x;
	height: 1px;
	position: relative;
	width: 100%;
	margin: 9px 0;
}

#languages {
	position: fixed;
	top: 0;
	right: 10px;
	z-index: 1000;
	background-color: #35393C;
	padding: 5px 10px;
	font-size: 12px;
}

#languages a {
	color: #fff;
	text-decoration: none;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
	display: none;
}

.fb_icon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	width: 200px;
}

.fb_icon img {
	margin: 0 3px;
}

#footer {
	bottom: 0;
	width: 224px;
	margin-bottom: 55px;
	margin-top: auto;
	position: absolute;
}

#footer p {
	font-size: 11px;
}

#mobile_contact {
	display: none;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */
#wraper_content {
	left: 0;
	height: 100%;
	position: absolute;
}

/* ==========================================================================
   INTRO
   ========================================================================== */
#intro_wrapper {
	position: absolute;
	/*visibility: hidden;*/
	display: none;
	top: 0;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

/* ==========================================================================
   BACKGROUND
   ========================================================================== */
#bg_superwrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 0;
	display: none;
}

#bg_wrapper {
	position: relative;
	display: none;
}

#footer_mobile {
	display: none;
}

@media ( max-height : 560px) and (min-width: 991px) {
	#logo {
		margin: 0 0 0 19px;
		top: 7%;
	}
	#menu {
		height: 16%;
		overflow: auto;
		top: 65%;
	}
	#footer {
		margin-bottom: 17px;
	}
}

@media screen and (max-width:990px) {
	body {
		position: relative;
	}
	#page_content img{
		display:none !important;
	}
	header {
		float: none;
		height: 142px;
		padding: 0;
		position: relative;
		width: 100%;
		height: auto;
		min-height: 142px;
	}
	#titre {
		top: 39px;
		position: absolute;
		margin-left:100px;
	
	}
	#language {
		top: 67px;
		position: absolute;
		margin-left:100px;
	
	}
	#column {
		position: relative;
		width: 100%;
		z-index: 12;
		display: block;
	}
	#column {
		float: left;
		left: 0;
		line-height: 18px;
		padding-left: 0;
		top: 0;
	}
	#menu {
		margin: 0 auto;
		position: relative;
		top: 0;
		width: 100%;
		background-color: #35393C;
		overflow: hidden;
		height: 0;
	}
	#logo {
		margin: 25px 0 0 6.2%;
		position: relative;
		width: 88px;
		height: 63px;
		height: auto;
	}
	#logo img {
		width: 200px;
		height: 63px;
	}
	#mobile_contact {
		display: block;
		position: absolute;
		right: 6.25%;
		top: 46px;
	}
	#bg_superwrapper {
		position: relative;
	}
	#footer {
		display: none;
	}
	#footer_mobile {
		display: none;
		position: relative;
		text-align: center;
		background-color: #35393C;
		/*background: blue;*/
		font-size: 11px;
		padding: 15px;
	}
	#footer_mobile p {
		margin: 0;
		padding: 10px 0;
	}
	#footer_mobile .fb_icon {
		margin-left: auto;
		margin-right: auto;
	}
	#footer_mobile a {
		color: #fff;
		text-decoration: none;
	}
	#footer_mobile a img {
		margin-left: 0px;
	}
	#mobile_menu {
		float: none;
		margin: 20px auto 11px;
		position: relative;
		text-align: center;
		width: 87.5%;
	}
	#separator {
		background: url("../img/common/menu_separator.png") repeat-x;
		height: 1px;
	}
	#menu_btn {
		background-image: url("../img/mobile/arrow.png");
		background-repeat: no-repeat;
		margin: 13px auto 0;
		cursor: pointer;
		height: 9px;
		width: 16px;
		display: block;
	}
	.menu_btn_out {
		background-position: 0 0;
	}
	.menu_btn_in {
		background-position: 0 -9px;
	}
	.btn_separator {
		margin: 16px auto;
		text-align: center;
		width: 11px;
	}
	.nomobile {
		display: none;
	}
	#languages {
		position: absolute;
		right: 20%;
		top: 50px;
		background: none;
		padding: 0;
	}
}

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

	#titre {
		top: 39px;
		position: absolute;
		display:none;
	
	}
	#language {
		top: 86px;
		position: absolute;
		right:35px;
		width: initial;
	
	}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print , ( -o-min-device-pixel-ratio : 5/4) , (
		-webkit-min-device-pixel-ratio : 1.25) , ( min-resolution : 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
     * Don't show links for images, or javascript/internal links
     */
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
		content: "";
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group; /* h5bp.com/t */
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	h2,h3 {
		page-break-after: avoid;
	}
}