/*******************************************

PAGE CONTACT

*******************************************/

.entete_contact{
    text-align: center;
}
.bloc_contact{
    display: flex;
    width: 95%;
    column-gap: 20px;
    margin: auto;
    justify-content: space-around;
    margin-bottom: 30px;
}
.formulaire_contact{
    width: 50%;
}
.informations_contact{
    width: 35%;
}
.input_contact{
    width: 450px;
    height: 30px;
    border-radius: 5px;
    border: 2px solid rgba(137, 28, 130, 1);
    padding-left: 10px;
}
.label_contact{
    font-size: 1.3em;
   padding-bottom: 15px;
}
::placeholder{
    font-size: 1.3em;
    color: black;
}
.icone_contacts{
    width: 50%;
}
.fieldset_contact{
    border: 2px solid rgba(137, 28, 130, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}
.bloc_candidature{
    width: 80%;
    margin: auto;
}
.fieldset_contact p{
    font-size: 1.2em;
}
.legend_contact{
    font-size: 1.2em;
    font-weight: bold;
}
.map_market{
    margin: auto;
    width: 95%;
    border: 3px solid rgba(137, 28, 130, 1);
    margin-bottom: 20px;
}
.select_contact{
    font-size: 1em;
    width: 450px;
    height: 30px;
    border-radius: 5px;
    border: 2px solid rgba(137, 28, 130, 1);
    padding-left: 10px;
}
.bouton_candidature{
    text-align: center;
}

/*******************************************

RESPONSIVITE

*******************************************/

/*lg*/@media screen and (max-width: 992px){
    .bloc_contact{
        flex-direction: column;
    }
    .formulaire_contact{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .informations_contact{
        width: 90%;
        margin: auto;
    }
    .input_contact, .select_contact{
        width: 680px;
    }
}

/*md*/@media screen and (max-width: 768px){
    .input_contact, .select_contact{
        width: 550px;
    }
    .label_contact{
        font-size: 1.1em;
    }
    .fieldset_contact p{
        font-size: 1em;
    }
    .legend_contact{
        font-size: 1em;
    }
}

/*sm*/@media screen and (max-width: 576px){
    .input_contact, .select_contact{
        width: 400px;
    }
    .label_contact{
        font-size: 1em;
    }
    .fieldset_contact p{
        font-size: 1em;
    }
    .legend_contact{
        font-size: 1em;
    }
}