section#sect-img-text {
    margin-top: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0px solid #ccc;
    width: 100%;
}
section#sect-img-text .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/*
* SECTION 02 MENU ABOUT
*/
section#sect-01-about-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #cfcfcf;
    background: #01264c;
}
section#sect-01-about-menu .container-fluid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
section#sect-01-about-menu .container-fluid .item-menu {
    width: 12%;
    height: 42px;
    /* border-bottom: 1px solid #ccc; */
    border-radius: 2px;
    margin-right: 8px;
    min-width: 145px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.0rem;
}
section#sect-01-about-menu .container-fluid .item-menu i {
    font-size: 15px;
    color: #378d3a;
    margin-right: 10px;
}

section#objectif {
    background: #f1f1f1;
}
section#solutions-web .container-fluid {}
section#solutions-web .container-fluid h2 {
    color: #ffffff;
}
section#solutions-web .container-fluid p {
    color: #ffffff;
}
.web-btn-custom {
    background-color: #4e6f15!important;
    border-color: #4e6f15!important;
}
.bg-blue-1 {
    background-color: #03213e!important;
}
.o-green-sky {
    color: #4e6f15;
}
.green-sky {
    color: #3c9563;
}
.blue-sky {
    color: #0d6efd;
}