    .leader-talk-wrapper {
        font-family: Arial, Helvetica, sans-serif;
        background-color: #ffffff;
        color: #333;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

    .banner-wrapper {
        width: 100%;
        background-color: #090097;
        display: flex;
        justify-content: center;
        padding-top: 40px; 
        padding-bottom: 40px;
    }

    .main-banner-content {
        max-width: 1400px;
        width: 100%;
        padding: 0 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
    }

    .logo-left img {
        display: block;
        width: 280px;
    }

    .header-center {
        text-align: center;
        justify-items: center;
    }

    .header-center .box {
        display: block;
        padding: 3px 30px;
        width: fit-content;
        font-family: "Arial", Sans-serif;
        font-size: 27px;
        font-weight: 600;
        color: #FFFFFF;
        border: none;
    }

    .box.with-image {
        background-image: url('https://evenements.lemondeinformatique.fr/wp-content/uploads/2026/05/Objet-dynamique-vectoriel-1.ai_.png');
        background-size: cover;
        background-position: center;
        color: white;
    }

    .box.purple { 
        background-image: url('https://evenements.lemondeinformatique.fr/wp-content/uploads/2026/05/Objet-dynamique-vectoriel-1.ai_.png');
        margin-top: 5px; 
        background-size: cover;
        background-position: center;
    }

    .logo-right {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .mi-logo-img img, 
    .distributique-img img {
        height: 30px;
        display: block;
    }

    .content-container {
        max-width: 1200px;
        margin: 0px auto;
        padding: 50px 20px 100px;
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 60px;
    }

    .badges {
        display: flex;
        gap: 12px;
        margin-bottom: 25px;
    }

    .badge {
        
        border-radius: 4px;
        font-size: 16px;
        font-weight: bold;
        
    }

    .badge.solid { background-color: #0ebe83; color: white; padding: 6px 16px; border: solid 2px #00c08b; }
    .badge.outline { border: 2px solid #0ebe83; color: #0ebe83; padding: 6px 40px; }

    .article-title {
        color: #090097;
        font-size: 32px;
        margin-bottom: 15px;
        line-height: 1.2;
        font-weight: bold;
    }

    .author-info {
        color: #090097;
        font-weight: bold;
        font-style: normal;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .text-content p {
        margin-bottom: 5px;
        color: #000000;
        font-size: 20px;
    }

    .video-container {
        width: 100%;
        aspect-ratio: 16 / 9;
        background-color: #000;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        margin-top: 40px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .video-placeholder-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.7;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
        background: rgba(255, 255, 255, 0.25);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        backdrop-filter: blur(5px);
    }

    .play-icon {
        width: 0;
        height: 0;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 28px solid white;
        margin-left: 8px;
    }

    .sidebar {
        border-left: 1px solid #eeeeee;
        padding-left: 40px;
    }

    .sidebar-title {
        color: #090097;
        font-size: 22px;
        display: inline-block;
        margin-bottom: 40px;
        padding-bottom: 8px;
        font-weight: bold;
        position: relative;
    }

    .sidebar-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 43%;
        background-color: #0ebe83;
    }

    .sidebar-item {
        display: flex;
        gap: 15px;
        margin-bottom: 45px;
    }

    .sidebar-item.last {
        margin-bottom: 0 !important;
    }

    .sidebar-thumb {
        width: 110px;
        height: 70px;
        background-color: #e0e0e0;
        border-radius: 6px;
        flex-shrink: 0;
        background-size: 123px;
        background-position: center;
    }
    .romainfouache {
        background-image: url(./img/RomainFouache.jpg);
    }
    .regiscastagne {
        background-image: url(https://itni.ead01.com/landingpage/img/regiscastagne.jpg);
    }
    .erichaddad {
        background-image: url(https://itni.ead01.com/landingpage/img/erichaddad.jpg);
    }
    .christophetr {
        background-image: url(https://www.lemondeinformatique.fr/landing-page/carte-blanche-2026/christophe-tourret/img/Christophe-Tourret.png);
    }

    .sidebar-text h4 {
        font-size: 15px;
        color: #151766;
        margin-bottom: 6px;
        line-height: 1.3;
        font-weight: bold;
    }

    .sidebar-text p {
        font-size: 14px;
        color: #151766;
    }

    @media (max-width: 1024px) {
        .main-banner-content { flex-direction: column; gap: 30px; text-align: center; }
        .content-container { grid-template-columns: 1fr; }
        .sidebar { border-left: none; padding-left: 0; border-top: 1px solid #eeeeee; padding-top: 40px; }
    }

    @media (max-width: 720px) {
        .logo-left img {
            width: 230px;
        }

        .header-center .box {
            font-size: 19px !important;
        }
        .article-title {
            font-size: 22px !important;
        }
        .author-info {
            font-size: 18px !important;
        }
        .text-content p {
            font-size: 18px !important;
        }
    }


    .pub-ban {
        display: none;
    }