/*
Theme Name: GregLudo
Author: GregLudo
Author URI: http://www.greg-ludo.com
Description: GregLudo
Version: 1.0
*/
@charset "utf-8";

/* Style.css // CSS Document */

@import url(contre-drupal.css);
@import url(elements.css);
@import url(forms.css);
@import url(structure.css);
/*
@import url(widgets.css);
*/
@import url(navigation.css);

@import url(widgets.css);
/*
@import url(account.css);
@import url(calendar.css);
*/
@import url(publications.css);
/*
@import url(search.css);
@import url(gallery.css);
*/

@import url(nyroModal.css);
@import url(transitions.css);
@import url(maxime.css);
@import url(ie.css);

@import url(scrollbar.css);
@import url(jquery.mCustomScrollbar.css);


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#85583B;
}

.mCSB_draggerRail{display:none;}
body #background_fixed{display:none;}

/* ---------------- */
/* CUSTOM FONT FACE */
/* ---------------- */

/* GOUDY OLD STYLE */ 

@font-face {
    font-family: "Goudy Old Style";
    src: url('../fonts/GoudyOldStyleR.ttf');
}
@font-face {
    font-family: "Goudy Old Style";
    font-style: italic;
    src: url('../fonts/GoudyOldStyleI.ttf');
}
@font-face {
    font-family: "Goudy Old Style";
    font-weight: bold;
    src: url('../fonts/GoudyOldStyleB.ttf');
}

/* ----------- */
/* GENERALITES */
/* ----------- */

* {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	outline: 0px;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

html, 
body {
	height: 100%;
	width: 100%;
}

html { font-size: 62.5%; }

body {
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	background-repeat: repeat-y, no-repeat;
	overflow-x: hidden;
	line-height: 130%;
	font-size: 14px;
}

@media only screen and (min-width: 1px) {
	
	body { background-color: #717d67; }
	
	#page #wrapper, 
	#page #footer {
		display: none;
	}
	
	#header {
		background: transparent url(../images/charte-graphique/logo-le-meurice-dorchester-collection.png) no-repeat center 25px;
		padding: 180px 0px 40px 0px;
		display: block;
	}
	
	#header * {
		text-align: center;
		display: inherit;
	}
	
	#header .accessibility { display: none; }
	
	#header:before { content: "Nous sommes désolé mais votre écran n'est pas assez large pour naviguer sur notre site. Merci d'utiliser un écran, d'au moins 320px de large."; }
	#header .vcard:before { content: "We are sorry but your screen is not wide enough to navigate on our site. Thank you for using a monitor with, at least 320px wide."; }
	
	#header:before, 
	#header .vcard:before {
		padding: 0px 30px 30px 30px;
		text-align: center;
		color: #000000;
		display: block;
	}
	
	#header .vcard, 
	#header .vcard a {
		color: #ffffff;
	}
	
	#header .vcard .org {
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#header .vcard span {
		padding: 0px 2px;
		display: inline;
	}
}

@media only screen and (min-width: 320px) {
	body {
		background-image: url(), url(../images/charte-graphique/bg-general-mobile.gif);
		background-position: center center, -200px top;
		background-size: contain, auto auto;
		background-attachment: scroll, scroll;
		background-color: #ffffff;
		color: #000000;
	}
	
	#page #wrapper, 
	#page #footer {
		display: block;
	}
	
	#page { height: auto; }
	
	#page #header {
		background: transparent none;
		padding: 0px;
	}
	
	#page #header:before, 
	#page #header * {
		display: none;
	}
}

@media only screen and (min-width: 480px) { body { background-position: center center, -136px top; } }

@media only screen and (min-width: 600px) { body { background-position: center center, right top; } }

@media only screen and (min-width: 800px) { body { background-size: contain, contain; } }

@media only screen and (min-width: 990px) {
	
	body {
		background-image: url(../images/charte-graphique/bg-990px-blanc-avec-alpha-sur-25pc-gauche.png), url(../images/charte-graphique/bg-general.gif);
		background-position: center center, center center;
		background-size: auto auto, auto auto;
		background-attachment: scroll, fixed;
	}
		
	body.ipad {
		background-image: url(../images/charte-graphique/bg-990px-blanc-avec-alpha-sur-25pc-gauche.png);
		background-position: center center;
		background-size: auto auto;
		background-attachment: scroll;
		
	}
	body.ipad #background_fixed{
	/*
		background-image: url(../images/charte-graphique/bg-general.gif);
		background-position: center center;
		background-size: auto auto;
		background-attachment: fixed;
	*/	
		position:fixed;
		width:100%;
		height:100%;
		top:0%;
		overflow:hidden;
		left:0;
		display:block;
	}
	body.ipad #background_fixed img{
		height:1200px;
		width:2120px;
		max-height:1200px;
		max-width:2120px;
		position:fixed;
		margin:-220px 0 0 -548px;
	}
}

img {
    vertical-align: middle;
	max-width: 100%;
	height: auto;
    border: 0px;
}

.clear {
	visibility: hidden;
	padding: 0px;
	border: 0px;
	margin: 0px;
	float: none;
	clear: both;
	height: 0px;
	width: 0px;
}

.noprint {}

