@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'oswalddemibold';
    src: url('fonts-encours/oswald-demibold-webfont.woff2') format('woff2'),
         url('fonts-encours/oswald-demibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldlight';
    src: url('fonts-encours/oswald-light-webfont.woff2') format('woff2'),
         url('fonts-encours/oswald-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body,html{ height: 100%; min-height: 100%; }
body{
    margin:auto; font-family: 'oswaldlight'; color: #FFF; position: relative;
    background: url(img-encours/background.jpg) no-repeat top center fixed;
    -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover;
}
body:after{
    display: block; content: ""; width: 100%; height: 100%;
    position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.6);
}


*{ box-sizing: border-box; }

a{ color: inherit; text-decoration: none; }
.wrapper{
    width: 100%; max-width: 1600px; margin: auto; position: relative; z-index: 1000;
}

.box{
    width: 700px; max-width: 90%; background: rgba(0,0,0,0.2);
    padding: 30px; margin: auto; margin-top: 50px;
    border:solid 1px rgba(255,255,255,0.5);
}

.container{ width: 95%; margin: auto;}

header .logo{
    padding: 10px 0 30px 0;
}
header .logo img{
    display: block; max-width: 100%; margin: auto; margin-bottom: 20px;
}
header .logo p{
    text-align: center; margin: auto;
    font-family: 'oswaldlight'; font-size: 28px; line-height: 40px;
}


.construction{
    width: 100%;
    text-transform: uppercase; font-family: 'oswaldlight';
    letter-spacing: 5px; font-size: 30px; text-align: center;
    margin-bottom: 20px; color: #ffb14a;
}

.form{
    text-align: left; width: 100%; max-width: 800px; margin: auto;
    padding: 30px;
}
ul.coordonnees{
    list-style-type: none; margin: 0; padding: 0;
}
ul.coordonnees li{
    padding: 10px 0; font-size: 20px;
}
ul.coordonnees .icon{
    display: inline-block; color: #FFF;
    width: 50px; height: 50px; text-align: center; margin: auto; margin-right: 5px;
    -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;
    background: #f33032; font-size: 25px; line-height: 50px;
}
.clear{ clear: both;}

@media (max-width: 680px) {
   ul.coordonnees li{ font-size: 15px;}
   ul.coordonnees .icon{
        width: 30px; height: 30px; font-size: 19px; line-height: 30px;
    }

}