@charset "utf-8";
/* CSS Document */

.section {
	background-color:transparent;
}

/*************** Mobile Menu START ***************/
nav.mob-nav {
	display:none;
}
/* END Mobile Menu */


/************ Header START *************/

header h1 {
	font-size:2.8em;
}
header h2 {
	padding-top:0.1em;
	padding-bottom:0px;
	font-size:3.3em;
	text-align:right;
	margin-top:0px;
}
.language {
	text-align:right;
	font-size:1.5em;
	font-weight:100;
}
.header-top {
	border-bottom:8px #F06326 solid;
}
.header-top .section {
	padding-top:0px;
	padding-bottom:0px;
}
.header-img {
	float:left;
	width:100%;
	height:550px;
	background-color:#FFFFFF;
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
	box-shadow: inset 0px 0px 5px #000;
}
#slide-show {
	height:550px;
}

/* END Header */


/********************** Main menu START *************************/
.nav-container {
	margin-top:0px;
	background-color:#F06326;
}
.main-menu-container {
	float:left;
	background-color:#F06326;
	padding-top:3px;
	padding-bottom:3px;
}
.menu-item {
	width:200px;
	height:40px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border:none;
	text-transform:uppercase;
	font-size:1.4em;
	font-weight:normal;
	outline:none;
}
.bt-home .bt-text, .bt-biographie .bt-text, .bt-galerie .bt-text, .bt-publication .bt-text, .bt-expositions .bt-text, .bt-photos .bt-text, .bt-contacts .bt-text, .bt-language .bt-text {
	display:block;
}
.bt-home {
	border-right: 1px solid #FFFFFF;
}
.bt-biographie {
	border-right: 1px solid #FFFFFF;
}
.bt-galerie {
	border-right: 1px solid #FFFFFF;
}
.bt-publication {
	border-right: 1px solid #FFFFFF;
}
.bt-expositions {
	border-right: 1px solid #FFFFFF;
}
.bt-photos {
	border-right: 1px solid #FFFFFF;
}
.bt-contacts {
	border-right: 1px solid #FFFFFF;
}
.bt-language {
	border-right: none;
}
/* END Menu */

/*************** Main Container START ***************/
h1, h1.block-title {
	font-family: 'Oswald', Arial Black, sans-serif;
	text-align:left;
	font-size:4.6em;
	font-weight:600;
	line-height:1.0em;
}
h1 .small-title {
	font-size:0.8em;
}
h2 {
	font-family: 'Oswald', Arial Black, sans-serif;
	text-align:left;
	font-weight:600;
	font-size:3.0em;
}
h3 {
	font-family: 'Oswald', Arial Black, sans-serif;
	text-decoration:none;
	font-weight:600;
	font-size:2.2em
}

/* END Main Container */

/********************** Footer START *************************/
#map_container {
	height:300px;
}
/* END Footer */