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

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

}

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

}
body,html{}
body{
    margin:0px; font-family: 'oswaldlight'; color: #FFF; background: #07234a;
}


*{ box-sizing: border-box; }

a{ color: inherit; text-decoration: none; }
.wrapper{ width: 100%;}

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

.cover img{ display:block; width:100%; }


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

.form{
    text-align: left; width: 100%; max-width: 800px; margin: auto;
    background: rgba(0,0,0,0.2); padding: 30px; border-radius: 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; 
    width: 50px; height: 50px; text-align: center; margin: auto; margin-right: 5px;
    -webki-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;
    background: #046bb6; font-size: 30px; line-height: 50px;
}
.clear{ clear: both;}