html {
    scroll-behavior: smooth;
}

.card-solutions .text-block .txt-card-solutions a {
    color: var(--color-dark) !important;
}

.card-solutions .text-block .txt-card-solutions a:hover {
    color: var(--color-primary) !important;
}

.card-solutions .text-block .p {
    position: relative;
}

.card-solutions .text-block .p::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #EBEBEB, transparent);
}

.lecteur {
    position: relative;
}

.lecteur::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    transform: translateY(50%);
    width: 90px;
    height: 13px;
    background-color: var(--color-primary);
    border-radius: 10px;
}

.breadsub {
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
}

.breadsub::before {
    content: "";
    position: relative;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 33px;
}

.breadsub.rouge::before {
    background-image: url('/wp-content/uploads/2025/09/tps-forme-rouge.svg');
}

.breadsub.gris::before {
    background-image: url('/wp-content/uploads/2025/09/tps-forme-gris.svg');
}

.breadsub.blanc::before {
    background-image: url('/wp-content/uploads/2025/09/tps-forme-blanc.svg');
}

.breadsub p {
    white-space: nowrap;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.separator {
    top: 1px;
    position: relative;
}

.separator.rotate {
    top: -1px;
    transform: rotate(180deg);
}

.icon-poids-taille-palette {
    background: #ffffff45 !important;
}

.banner-home .separator-block {
    width: 300px !important;
}

/*ICI*/
video {
    top: 0;
    z-index: -1;
    height: 80vh !important;
}

main {
    margin-top: 80vh;
}

body:not(.home) main {
    margin-top: 0;
}

.banner-home {
    position: absolute;
    top: 10vh;
}

.banner-services {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
}

.banner-services>.container-xxxl>.block-section {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.section-partenaires p {
    white-space: nowrap;
}

.bloc-2-images {
    position: relative;
}

.bloc-2-images .left {
    position: absolute;
    bottom: 0;
    width: 70% !important;
    z-index: 1;
}

.bloc-2-images .right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50% !important;
    z-index: 2;
}

.band-tps {
    position: relative;
}

.section-slider-tps {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%!important;
    height: 100%;
}

.section-slider-tps>.container-fluid {
    display: flex;
    align-items: center;
}

.slider-tps-online .slick-track {
    gap: 20px;
}

.slider-tps-online .slick-prev {
    right: auto!important;
    left: 20px;
    padding: 0;
}

.slider-tps-online .slick-next {
    left: calc(20px + 60px);
    padding: 0;
}

.section-devis .right {
    z-index: 50;
}

/*Responsive*/

@media (max-width: 768px) {}