body {
    overflow-x: hidden;
    font-size: 1em;
    font-family: Arial,Verdana,sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.42857;
}
html, body {
    height: 100%; 
    margin: 0;
    padding: 0;        
}

.cover{
    width: 100vw;
    max-width: 100%;
    height: 80vh;
    background: url(/images/background2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.contact-address {
	float: left;
	margin-right: 50px;
}

.contact-map{
    overflow:hidden;
    padding-bottom:35vh;
    position:relative;
    height:0;
}
.contact-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media (max-height: 600px) {
    .cover{
		height: 56.25vw;
    }

    .contact-map{
	    padding-bottom:50%;
	}
}

@media (min-width: 1200px) and (max-height: 660px) {
    .cover{
	height: 56.25vw;
    }
}
#header {
    text-align: left;
    background: #fff;
    top: 0px;
    width: 100% !important;
    height: 110px;
}
#header img.logo{ 
    border: 1px solid #8f9094; 
    left: 100px;
    position: relative;
    top: 20px;
    z-index: 1; 
}    

#footer {
    background: #fff;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 0.8em;
    height: 60px;
}

#footer p {
    padding: 5px 100px;
}

#menu{
    background: #555;
    float: right;
    margin: 100px 100px 0 0;
    width: auto;
    z-index: 6000;    
}
#menu ul { padding: 0; margin: 10px 20px; }
#menu ul li, #language-switcher ul li {
    display: inline;
    list-style: none; /* pour enlever les puces sur IE7 */
    margin: 10px;
}

#menu ul li a, #language-switcher ul li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
} 
#menu ul li a.active, #language-switcher ul li a.active  { color: #888;}

#language-switcher {    
    float: right;
    margin: 0px 100px 0px;
    width: auto;
    background: #555; 
}
#language-switcher ul { padding: 0; margin: 5px 10px; }
#language-switcher ul li a { text-decoration: none; color: #fff; font-weight: bold; } 
#content{ 
    margin: 0px 100px; 
    padding: 50px; 
    background: rgba(0, 0, 0, 0.6); 
    color: #eee;  
    clear: both;
    top: 100px;   
    height: calc(100% - 200px);  
    overflow: auto;
}
/*
@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1500px;
  }
}*/

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

#content a { color: #A87E4C; }
#content a:hover { color: #888;}

blockquote {
	border-left: 5px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}

