
@media only screen and (min-width: 35em){

@font-face {
    font-family: 'allerdisplayregular';
    src: url(fonts/aller_display-webfont.woff2) format('woff2'),
         url(fonts/aller_display-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allerregular';
    src: url(../fonts/aller_rg-webfont.woff2) format('woff2'),
         url(../fonts/aller_rg-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aller_lightitalic';
    src: url(../fonts/aller_ltit-webfont.woff2) format('woff2'),
         url(../fonts/aller_ltit-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aller_lightregular';
    src: url(../fonts/aller_lt-webfont.woff2) format('woff2'),
         url(../fonts/aller_lt-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'alleritalic';
    src: url(../fonts/aller_it-webfont.woff2) format('woff2'),
         url(../fonts/aller_it-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allerbold_italic';
    src: url(../fonts/aller_bdit-webfont.woff2) format('woff2'),
         url(../fonts/aller_bdit-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allerbold';
    src: url(../fonts/aller_bd-webfont.woff2) format('woff2'),
         url(../fonts/aller_bd-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
   background: url(../img/bg.png);
}

.wrapper{
	width: 980px;
	margin: 0 auto;
	box-shadow: 1px 1px 12px #555;

	}

h1, h2{
	color: white;
	
	font-family: alleritalic;
}
header{
	
	margin:20px auto;
	height: 40px;
}
.logo{
	margin: 5px 20px;
	position: absolute;
	z-index: 14;
}

nav{
		text-align: center;
		height: 60px;
		background: rgba(0,0,0,.1);
}
nav ul{
	list-style: none;
	margin: 0;

}
nav li{
		display: inline-block;
		margin-top: 20px;
		margin-left: 20px;
	}
nav a{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	

}
nav a:hover{
	color: #898989;	
}

/*// INDEX //*/


h1{
	padding: 30px 80px 0;
	font-family: allerbold_italic;
	font-size: 35px;
	text-align: center;
	font-style: italic;
	margin-right: 120px;
	margin-left: 120px;
	line-height: 1;
	font-weight: normal;
	text-shadow: 0 0 5px rgba(0,0,0,.3);
}

h2{
	text-align: center;
}
.main .wrapper{
	min-height: 950px;
	background: url(../img/facade.png) no-repeat;
}

.logos{
	
	display: inline-block;
	margin: 10px auto;
}
.entree{
	width: 266px;
	margin: 20px;
}
.entree img{
	max-width: 100%;
	background: #fff;
	padding: 10px;
	margin-top: 15px;
	box-shadow: 0 5px 10px 3px rgba(0,0,0,.15);
}
.container{
    width: 580px;
    height: 300px;
    margin-left: 350px;
    margin-top: -450px;
}
.contact{
     text-shadow: 0 0 5px rgba(0,0,0,.8);
}
fieldset{
 
    background: rgba(0,0,0,0.5)
}
label{
    font-style: italic;
    color: white;  
    margin-right: 20px; 
    vertical-align: top;
    display: inline-block;
    width: 120px;
}
.appuyez{
	background: rgba(0,0,0,0.5);
	padding:5px 18px;
	color: white; 
	border-radius: 5px;	
	margin:0 auto;
}
.appuyez:hover{
	color:#6CBBAB;
	text-shadow: 0 0 5px rgba(0,0,0,.8);
	box-shadow: -1px -2px 1px 1px rgba(134, 152, 87, 0.8);
	 border: 3px solid #C50204;
     padding: 5px 20px;
     border-radius: 5px;	
               
}
#message{
	width:300px;
	height: 50px;
}
.required:after{
	      content:"*";
	      color:#BB3E29;
	      padding: 5px;

}
a{
	text-decoration: none;
	color: white;
}
/*// FIN D'INDEX //*/

footer p{
	line-height: .1;
	padding: 10px;
	margin: 0px;	
}
footer .wrapper{
	text-align: center;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	background: rgba(0,0,0,.1);
	height: 40px;
	
}
// .clearfix:after {
// 	content:".";
// 	height:0;
// 	line-height:0;
// 	display:block;
// 	visibility:hidden;
// 	clear:both;
// }

