.titreer{
    color: rgb(12, 12, 146) !important;
    margin-left: 1%;
    font-weight: 700 !important;
    font-size: 28px !important;
}
.centere{
    color: rgb(27, 27, 111) !important;
    margin-left: 1%;
    font-weight: 700 !important;
    text-align: justify !important;
}
input[type="date"] ,input[type="number"], input[type="file"]{
    width: 100%; 
    padding: 10px; 
    font-size: 14px; 
    border: 1px solid #ccc; 
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
    color: #333;
}
.breadcrumb-left{
    color: aqua !important;
}
textarea{
     width: 100%; 
    padding: 10px; 
    font-size: 14px; 
    border: 1px solid #ccc; 
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
    color: #333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .centere{
        margin-left: 50% !important;
    }
       
}