/***
=============================================
Fondement & Objectif
=============================================
***/
.fondement-objectif {
    position: relative;
    display: block;
    background: var(--logistiq-black);
    padding: 120px 0px 120px;
    z-index: 2;
    margin-bottom: 100px !important;
}

.fondement-objectif__content-text2 {
    position: relative;
    display: block;
    margin-top: -50px;
}

.fondement-objectif__pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    text-align: center;
    z-index: -1;
}

.fondement-objectif .shape1 {
    position: absolute;
    right: 340px;
    bottom: -80px;
    z-index: -1;
}

.fondement-objectif__content {
    position: relative;
    display: block;
}

.fondement-objectif__content .sec-title {
    padding-bottom: 31px;
}

.fondement-objectif__content .sec-title__tagline .text h4 {
    color: var(--logistiq-white);
}

.fondement-objectif__content .sec-title__title {
    color: var(--logistiq-white);
}

.fondement-objectif__content-list {
    position: relative;
    display: block;
}

.fondement-objectif__content-list ul {
    position: relative;
    display: block;
}

.fondement-objectif__content-list ul li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.fondement-objectif__content-list ul li:last-child {
    margin-bottom: 0px;
}

.fondement-objectif__content-list ul li p {
    color: var(--logistiq-white);
}

.fondement-objectif__content-list ul li p span {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-right: 4px;
    top: 1px;
}

.fondement-objectif__content-list ul li p span::before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-base);
    font-size: 17px;
}

.fondement-objectif__content .btn-box {
    position: relative;
    display: block;
    line-height: 0px;
    margin-top: 42px;
}

.fondement-objectif__content .btn-box .thm-btn:hover {
    color: var(--logistiq-black);
}

.fondement-objectif__content .btn-box .hover-btn {
    background-color: var(--logistiq-white);
}

.fondement-objectif__content-text2-single {
    position: relative;
    display: block;
    background: var(--logistiq-white);
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.08);
    border-left: 2px solid var(--logistiq-base);
    padding: 25px 25px 21px;
    margin-bottom: 30px;
}

.fondement-objectif__content-text2-single-top {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1px;
}

.fondement-objectif__content-text2-single-top .icon {
    position: relative;
    display: block;
    padding-right: 10px;
}

.fondement-objectif__content-text2-single-top .icon::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 6px;
    width: 1px;
    background: #E4E4E4;
    content: "";
}

.fondement-objectif__content-text2-single-top .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--logistiq-base);
    font-size: 30px;
    line-height: 30px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.fondement-objectif__content-text2-single-top .title-box {
    position: relative;
    display: block;
    margin-left: 10px;
    flex: 1;
}

.fondement-objectif__content-text2-single-top .title-box h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.fondement-objectif__content-text2-single p {
    font-size: 16px;
    margin: 0;
}