/*header*/

* {
    box-sizing: border-box;
}

.container {
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.top-bar-white-item {
    text-decoration: none;
}

.top-bar-white-item::after {
    content: " ";
    display: block;
    height: 2px;
    width: 0px;
    background: #000;
    transition: .3s;
}

.top-bar-white-item:hover::after {
    width: 100%;
}

/*fin-header*/


/*page-contact*/
body {
    font-family: 'Source Sans Pro', sans-serif;
    Font-size: 16px;
    Font-weight: 400;
    text-align: center;
    margin: 0;
}

body h1 {
    font-family: 'Source Sans Pro', sans-serif;
    Font-size: 30px;
    Font-weight: 600;
}

body h2 {
    font-family: 'Source Sans Pro', sans-serif;
    Font-size: 24px;
    Font-weight: 700;
}

body h3 {
    font-family: 'Source Sans Pro', sans-serif;
    Font-size: 20px;
    Font-weight: 600;
}

div.questionnaire {
    margin-top: 191px;
    background-color: #ECE9E9;
    padding: 5px;
}

.main-contact {
    margin-top: 208px;
}

.form-container {
    padding: 20px 20px;
}


form {
    border: solid 2px #000000;
    background-color: rgba(40, 44, 58, 1);
    color: #fffefe;
    max-width: 800px;
    font-size: 20px;
    margin: 0 auto;
}

.formulaire-input-container {
    padding: 20px;
}
.formulaire-input-container >*{
    margin: 10px 0;
}

.intput-firstname-container {
    margin-top: 10px;
}

.label-id {
    text-transform: uppercase;
}

.input-id {
    height: 23px;
    margin-left: 5px;
    border: none;
    border-radius: 5px;
}

.input-radio-container {
    text-transform: uppercase;
}

.text-area-label {
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

.text-area-input {
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 200px;
}



/*fin-page-contact*/


/*footer*/





@media screen and (min-width: 1120px) {
    .footer-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        
    }
    body {
        font-family: 'Source Sans Pro', sans-serif;
        Font-size: 18px;
        Font-weight: 400;
        text-align: center;
        margin: 0;
    }
    
    body h1 {
        font-family: 'Source Sans Pro', sans-serif;
        Font-size: 40px;
        Font-weight: 600;
    }
    
    body h2 {
        font-family: 'Source Sans Pro', sans-serif;
        Font-size: 32px;
        Font-weight: 700;
    }
    
    body h3 {
        font-family: 'Source Sans Pro', sans-serif;
        Font-size: 24px;
        Font-weight: 600;
    }

    .input-id-container {
        display: flex;
        justify-content: space-around;
    }

    .intput-firstname-container {
        margin-top: 0px;
    }
}

/*fin-footer*/