.bg_hosting {
    background-image: url("../images/dedicated-server-cluster.png") !important;
}
.titlePage {
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 30px;
    color: #252525;
    margin: 0 0 20px 0;
}
.textHosting{
    font-family: "Roboto";
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #737373;
}
.text .titleSection{
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    color: #252525;
    margin: 0 0 20px 0;
    font-size: 20px;
}

/*** Banner Infos ***/
.banner_infos{
    background-color: var(--primary);
}
.banner_infos .container{
    padding: 30px 0;
}
.banner_infos .container .title{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
    font-family: "Roboto";
}
.banner_infos .container .desc{
    color: white;
    font-size: 16px;
    font-weight: 300;
}
.banner_infos .container .text_box{
    padding: 27px 0 27px 0;
}
@media (max-width: 768px) {
    .banner_infos .container .title{
        font-size: 22px;
    }
    .banner_infos .container .desc{
        font-size: 12px;
    }
    .banner_infos .container .text_box{
        padding: 15px 0;
    }
}
/*** Fin Banner Infos ***/
