.contact_content {
    background: linear-gradient(to top left, white 50%, var(--primary-color) 50%);
    /* padding: 40px 90px 60px 250px; */
    padding: 5% 5% 8% 20%;
}
h2{
    color: black !important;
}
.form-control{
    color: black !important;
}
input[class='form-control']{
    border: hidden;
    border-radius: 0px;
    border-bottom: 2px solid #B221AD;
}
textarea[class='form-control']{
    border: hidden;
    border-radius: 0px;
    border-bottom: 2px solid #B221AD;
}
input:placeholder-shown {
    font-style: italic;
    opacity: 0.2;
}
.env_message{
    border-radius: 0px !important;
    background-color: #B221AD !important;
    color: white !important;
    border: hidden !important;
    padding: 10px 50px !important;
}
.formulaire{
    background-color: white;
    /* padding: 70px 70px 70px 300px; */
    padding: 5% 5% 5% 35%;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    position:relative;
}
.reseau{
    width:40%;
    height:85%;
    background-color:white;
    position:absolute;
    top:7%;
    left:-17%;
    /* background: linear-gradient(to top left, green 20%, white 80%); */
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    padding: auto;
}
.ou{
    padding: 5px 10px;
    position: absolute;
    bottom: 50%;
    right: -19px;
    border-radius: 100%;
    text-align:center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    background: linear-gradient(to right, white 50%, var(--primary-color) 50%);
}
.color_corner{
    background: linear-gradient(to bottom right, white 50%, var(--primary-color) 50%);
    width: 63%;
    height: 28%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.contact_reseau{
    width: 85%;
    height:80%;
    z-index: 2;
    position:absolute;
    top: 10%;
    left: 8%;
}
.contact_reseau>h5{
    font-size: 1.1rem;
}
.icon{
    height: 30px
}
label{
    color: #808386;
}
.social-icon{
    color: #1EA557;
    font-size: 1.4rem;
}
.social-icon:hover{
    color: #B221AD;
}
@media (max-width: 767px) {
    .contact_content {
        padding: 5% 5% 5% 5%;
    }
    .formulaire{
        padding: 5% 5% 5% 5%;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
        position:relative;
    }
    .contact_reseau{
        width: 85%;
        height:80%;
        z-index: 2;
        position:relative;
        top: 10%;
        left: 8%;
    }
    .contact_reseau>h5{
        font-size: 1.1rem;
    }
    .reseau{
        margin-top: 15px;
        padding-top: 45px;
        padding-bottom:80px; 
        height: 100%;
        width: 100%;
        position:inherit;
        
    }
}
/* contact direct styles */
.ligne_icons{
    display:flex;
    justify-content: space-between;
    margin-right: 50px;
}

