.white_blue{
    color: #0bb7fa;
}
.bld{
    font-weight: bold;
}
.title_color{
    color: #020756;
}
.border_button{
    border: 3px solid #0bb7fa;
    border-radius: 8px;
}
.white_blue_bg{
    background-color: #0bb7fa;
}
.center_verticale{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custom_bg{
    background: linear-gradient(#0bb7fa,#2dbbb5);
}
.just{
text-align: justify;
}
.menu_items{
    font-size: 1.2rem!important;
}
.phone_button{
    border-radius: 25px;
    background: white;
}
.icon_size{
    font-size:1.6rem;
}
.phone_number{
    font-size: 1.2rem;
}
.ww-75{
    width: 75%;
}
.ww-50{
    width: 50%;
}.ww-25{
    width: 25%;
}
.color_bl{
    color: #101aeb!important;
}
.no_deco{
    text-decoration: none;
}
@media (max-width:767.98px){
    div.cstm_menu{
        display: inherit!important;
    }
    .respon{
        text-align: center!important;
    }
    .centerr{
        margin-right: 0!important;
    }
    .reverse{
        flex-direction: column-reverse!important;
    }
    .jscenter{
        justify-content:center!important;
    }
    div.dinit{
        display: initial!important;
    }
    .ww-75{
        width: 100%;
    }
    .mrgn_bottom{
        margin-bottom: 1rem!important;
    }
}
@media (max-width:424.98px){
    .centerr{
        margin-left: auto!important;
        margin-right: auto!important;
        clear: both!important;
        display: block!important;
    }
}