.tp-postbox-entry-content h2,
.tp-about-2-content h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    color: black !important;
}
.tp-postbox-entry-content h2 span,
.tp-about-2-content h2 span {
    color: black !important;
    margin-top: 20px;
}

.tp-postbox-entry-content ul,
.tp-postbox-entry-content ol,
.tp-postbox-entry-content li,
.tp-about-2-content ul,
.tp-about-2-content ol,
.tp-about-2-content li {
    margin-bottom: 20px;
    list-style-type: none
}
.tp-postbox-entry-content a,
.tp-about-2-content a {
    text-decoration: underline;
    color: black !important;
}
.tp-postbox-entry-content a:hover,
.tp-about-2-content a:hover {
    text-decoration: none;
    color: #eb8b75 !important;
}
.tp-postbox-entry-content span,
.tp-about-2-content span {
    color: black !important;
}
.tp-project-details-info {
    background-color: black;
}
.tp-project-details-info span {
    color: #FFF;
}

.single-references.tp-project-details-info {
    position: relative;
    overflow: hidden;
}

.single-references.tp-project-details-info::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 140px;
    height: 140px;
    background-image: url("../images/logo-blanc.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
}

.single-references.tp-project-details-info > * {
    position: relative;
    z-index: 1;
}

.ml-infos-references {
    margin-left: 80px;
}
@media (max-width: 991px) {
    
    .ml-infos-references {
        margin-left: 0;
    }
}

.tp-team-2-slider-active {
    overflow: hidden;
}

.tp-team-2-navigation .tp-team-2-prev,
.tp-team-2-navigation .tp-team-2-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #1f3130;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tp-team-2-navigation .tp-team-2-prev {
    left: 0;
}

.tp-team-2-navigation .tp-team-2-next {
    right: 0;
}

.tp-team-2-navigation .tp-team-2-prev:hover,
.tp-team-2-navigation .tp-team-2-next:hover {
    background-color: #eb8b75;
}

@media (max-width: 991px) {
    .tp-team-2-navigation .tp-team-2-prev {
        left: 8px;
    }

    .tp-team-2-navigation .tp-team-2-next {
        right: 8px;
    }
}


.swiper-pagination {
    position: initial;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}


#wpadminbar {
    display: none;
}