:root {
    /* Couleurs principales */
    --primary-color: rgb(233, 79, 38);
    --secondary-color: rgb(249, 176, 0);
    --trio-color: rgb(12, 75, 120);
    --quatro-color: rgb(0, 0, 0);
    --text-color: #fff;
    --dark-overlay: rgba(0, 0, 0, 0.3);
}
/* partie title  */
.contact_show{
    margin: 0;
    width: 40%;
}
.title{
    padding: 1.5em !important;
}
.title > h5{
    color: var(--primary-color) ;
    font-weight: 600 ;
    margin: 0;
    width: 75% !important;
}
.title > div{
    height: 7rem ;
    width: 20%;
    border-radius: 50% ;
    /* overflow: hidden !important; */
}
.title > div > img{
    background-size: cover !important;
    background-position: center !important;
    width: 109px !important;
    height: 109px !important;
    border-radius: 50% !important;
}

/* partie contact */

.forms_show{
    padding: 1.5em !important;
    background-color: white !important;
    border-radius: 1.2rem !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.forms_show > form > div > label{
    border-left: 2px solid var(--primary-color) !important;
    padding: 0 0.4em !important;
}
.forms_show > form > div > input, textarea{
    border-radius: 1.2rem !important;
}

/* partie rappel free */

.rappel_free{
    padding: 0 1.5em !important;
    height: 660px !important;
}
.rappel_free > div > h4 ,
 .rappel_number > div > label, 
 p{
    color: var(--text-color) !important;
}
.rappel_number > div > input{
    border-radius: 1.2rem !important;
}

.rappel_free > div{
    padding: 0.8em !important;
    background-color: var(--trio-color) !important;
    border-radius: 1.2rem !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100% !important;
}
.rappel_free > div > .img_show{
    padding: 0.8em !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}
.rappel_number > div > label{
    border-left: 2px solid var(--primary-color) !important;
    padding: 0 0.4em !important;
}
.info_call{
    text-align: justify;
    padding: 0.8em !important;
}
.info_call > p:first-child{
    font-weight: 600 !important;
    font-size: 1.2rem !important;
}
.info_call > p:last-child{
    font-size: 0.85em !important;
}
/* les btn  */

.btn_send{
   background-color: var(--primary-color) !important;
   color: white !important;
   border-radius: 1.2rem !important; 
}

/* Responsive */
@media (max-width: 992px) {
    .contact_show{
        width: 100% !important;
    }
    .rappel_free{
        width: 100% !important;
    }
    .title{
        display: flex !important;
        justify-content: center !important;
    }
    .title > div{
        width: 100% !important;
    }
    .title > h5{
        text-align: center !important;
    }
    .title > h5{
        width: 100% !important;
    }

}



