body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

section{
    padding-top: 60px;
}

header{
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

fieldset{
    border: 1px solid #e4e4e4;
    padding: 23px;
    padding-left: 25px;
    padding-right: 45px;
}

header img{
    width: 25%;
}

.picture-bandeau {
    width: 100%;
}

footer{
    font-size: 11px;
    background-color: #F8F8F8;
}

input[type=submit]{
    width: 190px;
}

input[type=text], input[type=email], .custom-file-label{
    background-color: #F7F7F7!important;
}

.form-control {
    font-size: 14px;
    height: calc(2.25rem + 2px);;
}

.participate{
    margin-top: 60px;
    min-width: 250px;
    width: auto;
}

.logo{
    padding-top: 92px;
}

.legal-notice{
    font-weight: bold;
    color: #000000;
}

.btn-import {
    background-color: #F9FAFD;
    border: 1px solid #E5E5E5;
    font-size: 11px;
    line-height: 24px;
}

.form-content{
    padding: 80px 0;
    width: 90%;
    border-radius: 3px;
    box-shadow: 0 10px 16px 0 rgba(49,49,49,0.18);
}

.button-add-play{
    bottom: 60px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}

.bloc-logo img{
    max-width: 150px;
}

.picture-center{
    width: 100%;
    max-width: 500px;
}

#products{
    position: relative;
}

.add-product-line{
    position: absolute;
    padding-top: 11px;
    right: 15px;
    font-size: 16px;
    cursor: pointer;
}

.proof-line{
    position: relative;
}

.filleul-line{
    position: relative;
}

.remove-product-line{
    position: absolute;
    padding-top: 11px;
    right: 15px;
    font-size: 16px;
    cursor: pointer;
}

.add-proof-line{
    position: absolute;
    padding-top: 10px;
    left: -36px;
    font-size: 16px;
    top: 23px;
    cursor: pointer;
}

.remove-proof-line{
    position: absolute;
    padding-top: 10px;
    left: -36px;
    font-size: 16px;
    top: 23px;
    cursor: pointer;
}

.remove-filleul-line{
    position: absolute;
    padding-top: 11px;
    right: 15px;
    font-size: 16px;
    cursor: pointer;
}

.add-filleul-line{
    position: absolute;
    padding-top: 10px;
    left: -36px;
    font-size: 16px;
    top: 23px;
    cursor: pointer;
}

.files{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.files .container{
    padding-bottom: 70px;
}

.files .link i{
    font-size: 25px;
    color: #5f5f5f;
}

.files .link{
    border-bottom: 1px solid #5f5f5f;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.files .link a{
    font-size: 19px;
    color: #5f5f5f;
    padding-left: 10px;
}

@media screen and (min-width: 1300px) and (max-width: 3300px)
{
    .button-add-play{
        bottom: 40px;
    }

    .participate{
        margin-top: 140px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1600px)
{
    .button-add-play{
        bottom: 40px;
    }

    .participate{
        margin-top: 20px;
    }
}

@media screen and (min-width: 911px) and (max-width: 1300px)
{
    .button-add-play{
        bottom: 40px;
    }
}

@media screen and (min-width: 0px) and (max-width: 768px)
{
    header img{
        width: 50%;
    }
}

@media screen and (min-width: 0px) and (max-width: 450px)
{
    .form-content{
        padding-bottom: 20px;
    }

    header{
        height: calc(100vh + 128px);
        background-position-y: -190px;
    }

    section{
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

