.form-container{
    display: flex;
    justify-content: center;
    padding-bottom: 5%;

}

.form-card {
    height: auto;
    padding: 2% 2% 0%;
    border-radius: 10px;
    background-color: #fefeff;
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 7%);
    width: auto;
    min-width: 70%;
    width:70%;
}

.input_1{
    display: flex;
    justify-content: space-between;
}

.title-brochure {
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #0094b6;
    line-height: 1.2em;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.error {
    font-family: Montserrat, sans-serif;
}

.success {
    display: flex;
    justify-content: center;
    padding-bottom: 2%;
}

.brochure-link{
    border-radius: 5px;
    background-image: linear-gradient(261deg, #961e80, #e61117 100%, #fbb500);
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    text-decoration: none;


}
.texte-brochure {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
}

.dropdown-toggle::after{
    content:none;
}

@media screen and (max-width: 479px) {
    .title-brochure {
        font-size: 2em;
        text-align: center;
    }

    .form-card{
        width:90%;
    }
}

@media screen and (max-width: 991px) {
    .title-brochure {

        text-align: center;
    }

    .form-card{
        width:85%;
    }
}