﻿
.partners-section, .footer-section {
    background: var(--primary-bg) !important;
}

.static-header {
    background: url(../img/StaticPage_header.webp) center / cover no-repeat;
}
.about-section, .experience-section {
    position: relative;
    background: var(--primary-bg);
    padding-right: 85px;
    padding-left: 85px;
    color: #ffffff;
    overflow: hidden;
}
.Marketing-section{
    position: relative;
    background: var(--primary-bg);
    color: #ffffff;
    overflow: hidden;
}


/* Image en haut */
.about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    top: 0;
    height: 280px;
    background: url("images/banner.jpg") center top / cover no-repeat;
    z-index: 0;
}


.navbar-custom {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 1) 100%), var(--primary-bg) !important;

}


    .about-section p, .experience-section p {
        font-size: 1.5rem;
        line-height: 2;
        color: var(--muted);
    }

 .experience-section a {
    color: #fff;
    text-decoration: none;
}

.about-section .read-more-btn {
    background: none;
    color: #fff;
    border: none;
}


.video-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
}

.video {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 6px;
    overflow: hidden;
}

    .video iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }
.video-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}


    .video-thumbnail img {
        width: 100%;
        display: block;
        filter: brightness(0.85);
    }
    .video-thumbnail video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.content {
    color: #fff;
}

    .content p {
        font-size: 1.5rem;
        line-height: 1.9;
        margin-bottom: 0;
    }


.expertise {
    position: relative;
    display: inline-block;
}

    .expertise sup {
        position: relative;
        top: -0.4em;
        margin-left: -11px;
    }



.marketing-content {
    padding-right:85px;
    padding-left:85px;
    display: grid;
    grid-template-columns: 1.8fr .8fr;
    gap: 19px;
    align-items: center;
}

.marketing-text p {
    color: #fff;
    font-size: 1.45rem;
    line-height: 2;
    margin-bottom: 45px;
}

.highlight {
    color: #ff00c8;
}

/* IMAGE */

.marketing-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .marketing-image img {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 360px;
        height: 585px;
        object-fit: cover;
    }

    /* Cadre blanc derrière */

    .marketing-image .frame {
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 430px;
        height: 490px;
        border: 2px solid rgba(255, 255, 255, .8);
        z-index: 1;
        box-sizing: border-box;
    }



.view-all {
    margin-top: 80px;
    text-align: center;
}

.btn-view {
    display: inline-block;
    padding: 4px 40px;
    background: #d8d8dc;
    color: #102b4d;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.9rem;
    border-radius: 4px;
    transition: .3s;
}

    .btn-view:hover {
        background: #fff;
    }


.location-section .logos-divider {
    width: 100%;
    max-width: 50%;
    height: 2px;
    background-color: #ffffff;
    margin: 0px auto 0 auto;
}


/* Mobile */

@media (max-width:992px) {
    .popup-overlay {

        width: 100%;
    }
        
        .marketing-content {
            grid-template-columns: 1fr;
        }

        .marketing-image {
            margin-top: 50px;
        }

            .marketing-image img {
                max-width: 100%;
                height: auto;
            }

            .marketing-image .frame {
                display: none;
            }

        .video-wrapper {
            grid-template-columns: 1fr;
            gap: 30px;
        }
    }
@media( max-width:1600px){
    .marketing-image img {
        max-width: 300px;
    }
    .marketing-image .frame {
        max-width: 360px;
    }
}

.paragraph {
    display: block;
    margin-bottom: 40px;
}


