@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,900);

html,body,div,h1,p{
font-family: 'Source Sans Pro',Arial, Helvetica, sans-serif;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper{
    margin: 0;
    padding: 0;
    width: 100%;
}

.wrap{
    margin: 0 auto;
    max-width: 960px;
}

p,ul,li{
    font-size: 14px;
    font-weight: 300;
    color: #313131;
}

h1{
    color: #003f7a;
    font-weight: 400;
    font-size: 24px;
}

#header{

    background: url("../img/fond-header.jpg") no-repeat bottom center;
    background-size: cover;
}

#sary-header{
    height: 100%;
    width: auto;
}

.logo{
   padding-top: 30%;
}

#footer{
    height: 284px;
    background: url("../img/fond-footer.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
}

#sary-footer{
    position: absolute;
    bottom:-284px;
}

#section{
   margin-top: 25px;
}

#formulaire{
    margin-bottom: 30px;
    background-color: #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
}

.center{
    text-align: center;
}

input[type="submit"]{
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    text-shadow: 0.5px 0.866px 2px rgb( 0, 0, 0 );
    font-size: 30px;
    font-weight: 900;
    background-color: #ca1d1f;
    border-color: rgb( 202, 29, 31 );
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    width: 179px;
    height: 49px;
}

ul{
    margin-left: 35px;
}

li{
    list-style-image: url("../img/puce.png");
}

#exclusivite{
    position: absolute;
    bottom:-284px;
    right: 0;
}

#bouton{
    margin: 20px;
}

::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: 900;
    font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
    font-weight: 900;
    font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff;
    font-weight: 900;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #ffffff;
    font-weight: 900;
    font-size: 14px;
}

#upload{
    padding-left: 25px;
    color: #ffffff;
}

input.file {

    border: 1px solid #003f7a;
    border-right: 0;
    color: #2f6191;
    padding: 5px;
    background-color: #2f6191;

}

div.file_upload {
    width: 75px;
    background: #ffffff;
    background: url("../img/upload.png") no-repeat center;
    display: inline;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #003f7a;
    border-left: 0;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding-top: 8px;
}
div.file_upload:before {
    position: absolute;
    left: 0; right: 0;
    text-align: center;
    cursor: pointer;
}

div.file_upload input {
    position: relative;
    display: inline;
    cursor: pointer;
    opacity: 0;
}

@media only screen and (max-width: 40em) {
    #sary-header, #sary-footer{
       display: none;
    }

    #header{
        height: 250px;
    }

    #logo-header,#logo-footer{
        width: 200px;
        height: auto;
    }

    .logo{
        padding-top: 30px;
    }
    #exclusivite{
        position: absolute;
        top:0;
        right: 0;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .logo{
        padding-top: 20px;
    }
    #personage-footer{
        position: absolute bottom;
    }
}

#success-message { margin: 80px; font-size: 16px; }
#success-message h1 { margin: 10px 0; font-size: 24px; color: #003f7a; }

