@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,700italic,300,700&subset=latin,latin-ext);

html{
font-family:Roboto Condensed;
}

#loader{
  position:fixed;
  width:100%;
  height:100%;
  background-color:#191919; 
  background-image: url("/apple-touch-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  z-index:1000;
}

a{
  color:#fff; 
  text-decoration:none;
  -webkit-transition:color 0.5s ease;
  -moz-transition:color 0.5s ease;
  -o-transition:color 0.5s ease;
  transition:color 0.5s ease;
}

a:hover{
  color:#bbb; 
}

.clear{
  clear:both; 
}


#page_home{
  padding-top:85px;
}
#page_home h1{
  font-family:'Lobster'; 
  width:100%;
  text-align:center;  
}

header{
  background:url(/images/header.png);
  width:100%;
  height:85px;
  font-family:'Lobster'; 
  position:fixed;
  z-index:10;
  top:0px;
  left:0px;
}
header nav ul{
  min-width:350px;
}
header nav ul li {
  float : left;
  margin-right: 20px;
  font-size: 1.5em;
  line-height:75px;
}
header nav ul li.last-item-menu{
  float:right;

}
header nav ul li img{
  vertical-align:middle;
}

footer{
  position: fixed;
  bottom: 0px;
  left:0px;
  background:url(/images/footer.png);
  width:100%;
  height:20px;
  line-height:20px;
  text-align:center;
  color:#fff;
  font-family:'Lobster'; 
  font-size: 0.8em;
}


article{
  width: 100%;
  background:url(/images/fond.png);
  padding:10px 0px;
  margin:20px 0px;
  color: #fff;
}

article a{
font-weight:bold;
}

span.error, span.empty, div.success{
  display:none; 
}

article h1{
  font-family:'Lobster'; 
  color: #fff;
  font-size: 3em;
  margin-bottom: 20px;
}
article h2{font-size: 1.3em;margin-bottom:20px;}

article section{
  float :left;
  width: 50%;
}

.content_item table{
width: 100%;
}
.content_item table th{
text-align:right;
padding-right:20px;
font-weight:bold;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#map-canvas{
  width: 100%;
  border-radius:15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  margin-bottom: 15px;
}

#form label{
  margin-bottom:5px;
  display:block;
}
#form input, #form textarea{
  border: 1px solid #222;
  height: 1.8em;
  padding:0.3em;
  width: 100%;
  font-family:Roboto Condensed;
  font-size: 1.3em;
  border-radius:7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

#form textarea{
 height:4em; 
}

#form a.button, #form a.button-discreet{
  display: inline-bloc;
  float: right;
  margin-left: 25px;
  width: 50px;
  text-align:center;
  height:2em;
  line-height:2em;
  border: 1px solid #fff;
  padding: 0px 15px;
  border-radius:7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color:#111;
}
#form a.button-discreet{
  border: 0px;
}

.content_boxes .content_item{
  float:left;
  width:48%;
padding:1%;
font-size:14pt;
}

.content_item img.content_img{
  padding:6px;
  background-color: #eee;
  -moz-border-radius: 6%;
  -webkit-border-radius: 6%;
  border-radius:6%;
  margin-right:10px;
  margin-bottom:10px;
  width:100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.content_item p span.first_letter{
  font-size:300%;
  float:left;
  line-height:80%;
  padding-right:2px;
}

#map-canvas_fixe{
  display:none;
}

@media screen and (max-width: 1400px) {
  article .article_content{
    margin:0px 50px;  
  }
  header nav ul {
    padding-left: 50px; 
  }
}
@media screen and (min-width: 1000px) {
  #map-canvas{
    height:400px;
  }
}
@media screen and (max-width: 1000px) {
  .content_boxes .content_item{
    clear:both;
    width:100%;
    margin-bottom:10px;
  }
  #map-canvas{
    display:none;
  }
  #map-canvas_fixe{
    display:block;
  }
  article .article_content{
    margin:0px 50px;  
  }
}
@media screen and (max-width: 760px) {
  .content_boxes .content_item img.content_img{
    clear:both;
    width:100%;
    margin-bottom:10px;
    margin-right:0px;
  }
  article .article_content{
    margin:0px 15px;  
  }
  header nav ul {
    padding-left: 20px; 
  }
  #map-canvas{
    height:150px;
  }
  header{
    height:55px;
    background-position:bottom;
	}

  header nav ul li {
    font-size: 1.2em;
    line-height:45px;
  }
}


@media screen and (min-width: 1400px) {
  article .article_content{
    max-width:1300px;
    margin:auto;
  }
  header nav ul {
    width: 1300px;
    margin:auto;
    padding-left:15px;
  }
}

#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ width:auto; height:auto; position:relative; outline:none; border:none; }
#supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }
#supersized a.image-loading { background:#111 url(/images/progress.gif) no-repeat center center; width:100%; height:100%; }

.displaynone{
display:none;
}
































