main {
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    text-align: justify;
    flex-direction: column;
    row-gap: 40px;
    width: 75%;
}

h1 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 40px;
}

h2 {
    color: white;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 25px;
    font-weight: 800;
}

h3 {
    color: white;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 800;
}

a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-decoration: none;
    color: white;
}
a:hover {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-decoration: none;
    color: red;
}

p {
    margin-bottom: 7px;
    text-align: justify;
}

.faq-wrapper {
    width: 100%;
    text-align: left;
}

.ul_liste {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    list-style-type:circle;
    margin-bottom: 20px;
    
}


.text_response {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;

    background: transparent;
    color: white;
    width: 400px;
    height: 30px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    outline: 2px solid transparent;
}

.text_response:focus {
    border-bottom: 1px solid rgba(255, 0, 0, 1);
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}




.btn_submit {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;

    border: solid;
    color: white;
    cursor: pointer;
    background-color: transparent;
    border-width: 2px;
    border-radius: 1000px;
    border-color: white;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.btn_submit:hover {
    background-color: white;
    color: black;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

#user_container_pp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
}

#user_profil_pp {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    cursor: pointer;
}
