   .ammps-content-section {
        padding: 10px 0 50px 0;
    }

    .ammps-content-box {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 35px;
        margin-bottom: 30px;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .ammps-content-box h4 {
        font-size: 16px;
        color: #33443a;
        font-weight: 700;
        margin-bottom: 18px;
        line-height: 1.6;
    }

    .ammps-content-box p {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
        text-align: justify;
    }

    /* STYLE UL LI (comme Politique qualité) */
    .quality-policy-list {
        margin: 25px 0;
        padding: 0;
        list-style: none;
    }

    .quality-policy-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 1.8;
        color: #33443a;
        text-align: justify;
    }

    .quality-policy-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #058b44;
        box-shadow: 0 0 0 5px rgba(5, 139, 68, 0.10);
    }

    @media (max-width: 991px) {
        .ammps-content-box {
            padding: 25px;
        }
    }

    @media (max-width: 767px) {
        .ammps-content-section {
            padding: 50px 0;
        }

        .ammps-content-box {
            padding: 20px;
        }

        .ammps-content-box p,
        .quality-policy-list li {
            font-size: 14px;
            line-height: 1.8;
        }
    }


       .ammps-tenders-page {
        padding: 10px 0 60px 0;
    }

    .ammps-tenders-content {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 38px;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .ammps-tenders-content h2 {
        margin: 0 0 20px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
        line-height: 1.3;
    }

    .ammps-tenders-content h3 {
        font-size: 22px;
        color: #0d4823;
        font-weight: 700;
        margin-top: 34px;
        margin-bottom: 14px;
    }

    .ammps-tenders-content p {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
        text-align: justify;
    }

    .tenders-divider {
        width: 70px;
        height: 2px;
        background: #058b44;
        margin: 28px 0 12px;
    }

    .principles-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border: 1px solid #d7e4db;
        margin-top: 22px;
        margin-bottom: 30px;
    }

    .principle-item {
        background: #f3faf6;
        padding: 24px 18px;
        text-align: center;
        border-right: 1px solid #d7e4db;
        border-bottom: 1px solid #d7e4db;
    }

    .principle-item:nth-child(2),
    .principle-item:nth-child(4) {
        border-right: 0;
    }

    .principle-item:nth-child(3),
    .principle-item:nth-child(4) {
        border-bottom: 0;
    }

    .principle-number {
        display: block;
        color: #058b44;
        font-size: 28px;
        font-weight: 800;
        line-height: 1;
        margin-bottom: 10px;
    }

    .principle-text {
        font-size: 15px;
        color: #1f2f27;
        line-height: 1.5;
    }

    .purchase-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        margin-top: 22px;
        margin-bottom: 30px;
    }

    .purchase-card {
        border: 1px solid #e3ebe5;
        border-radius: 10px;
        padding: 22px;
        background: #ffffff;
        border-top: 4px solid #058b44;
        min-height: 155px;
    }

    .purchase-card h4 {
        font-size: 18px;
        color: #0d4823;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .purchase-card p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 1.8;
        text-align: left;
    }

    .engagement-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin: 20px 0 28px;
    }

    .engagement-item {
        background: #f7faf8;
        border: 1px solid #e3ebe5;
        border-radius: 10px;
        padding: 18px;
        font-size: 15px;
        color: #33443a;
        line-height: 1.7;
        border-left: 4px solid #058b44;
    }

    .portal-box {
        margin-top: 25px;
        background: #f3faf6;
        border: 1px solid #d7e4db;
        border-radius: 10px;
        padding: 24px;
    }

    .portal-box p:last-child {
        margin-bottom: 0;
    }

    .portal-link {
        display: inline-block;
        margin-top: 6px;
        color: #0d4823;
        font-weight: 700;
        text-decoration: underline;
    }

    @media (max-width: 991px) {
        .ammps-tenders-content {
            padding: 28px;
        }

        .purchase-grid,
        .engagement-list {
            grid-template-columns: 1fr;
        }

        .ammps-tenders-content h2 {
            font-size: 26px;
        }
    }

    @media (max-width: 767px) {
        .ammps-tenders-page {
            padding: 50px 0;
        }

        .ammps-tenders-content {
            padding: 22px;
        }

        .principles-grid {
            grid-template-columns: 1fr;
        }

        .principle-item,
        .principle-item:nth-child(2),
        .principle-item:nth-child(3),
        .principle-item:nth-child(4) {
            border-right: 0;
            border-bottom: 1px solid #d7e4db;
        }

        .principle-item:last-child {
            border-bottom: 0;
        }

        .ammps-tenders-content h2 {
            font-size: 22px;
        }

        .ammps-tenders-content h3 {
            font-size: 18px;
        }

        .ammps-tenders-content p {
            font-size: 14px;
            line-height: 1.8;
        }
    }



       .lncm-page-section {
        padding: 10px 0 60px 0;
    }
    .lncm-side-nav {
        background: #f8faf8;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 22px;
        position: sticky;
        top: 140px;
    }
    .lncm-side-nav h4 {
        font-size: 16px;
        font-weight: 700;
        color: #0d4823;
        margin-bottom: 15px;
    }
    .lncm-side-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .lncm-side-nav ul li {
        margin-bottom: 10px;
    }
    .lncm-side-nav ul li a {
        display: block;
        padding: 10px 12px;
        border-radius: 8px;
        text-decoration: none;
        color: #33443a;
        font-size: 14px;
        transition: all 0.3s ease;
        border: 1px solid transparent;
    }
    .lncm-side-nav ul li a:hover,
    .lncm-side-nav ul li a.active {
        background: #eef5f0;
        color: #0d4823;
        border-color: #d7e5db;
    }
    .lncm-content-box {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 38px;
    }
    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }
    .lncm-content-box h2 {
        margin: 0 0 20px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
        line-height: 1.3;
    }
    .lncm-content-box p {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
        text-align: justify;
    }
    .content-divider {
        width: 70px;
        height: 2px;
        background: #058b44;
        margin: 22px 0 18px;
    }
    @media (max-width: 991px) {
        .lncm-content-box {
            padding: 28px;
        }
        .lncm-side-nav {
            position: relative;
            top: 0;
            margin-bottom: 25px;
        }
        .lncm-content-box h2 {
            font-size: 26px;
        }
    }
    @media (max-width: 767px) {
        .lncm-page-section {
            padding: 50px 0;
        }
        .lncm-content-box {
            padding: 22px;
        }
        .lncm-content-box h2 {
            font-size: 22px;
        }
        .lncm-content-box p {
            font-size: 14px;
            line-height: 1.8;
        }
    }

        .lncm-page-section {
        padding: 10px 0 60px 0;
    }
    .lncm-side-nav {
        background: #f8faf8;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 22px;
        position: sticky;
        top: 140px;
    }
    .lncm-side-nav h4 {
        font-size: 16px;
        font-weight: 700;
        color: #0d4823;
        margin-bottom: 15px;
    }
    .lncm-side-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .lncm-side-nav ul li {
        margin-bottom: 10px;
    }
    .lncm-side-nav ul li a {
        display: block;
        padding: 10px 12px;
        border-radius: 8px;
        text-decoration: none;
        color: #33443a;
        font-size: 14px;
        transition: all 0.3s ease;
        border: 1px solid transparent;
    }
    .lncm-side-nav ul li a:hover,
    .lncm-side-nav ul li a.active {
        background: #eef5f0;
        color: #0d4823;
        border-color: #d7e5db;
    }
    .lncm-content-box {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 38px;
    }
    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }
    .lncm-content-box h2 {
        margin: 0 0 20px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
        line-height: 1.3;
    }
    .lncm-content-box p {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
        text-align: justify;
    }
    .content-divider {
        width: 70px;
        height: 2px;
        background: #058b44;
        margin: 22px 0 18px;
    }
    @media (max-width: 991px) {
        .lncm-content-box {
            padding: 28px;
        }
        .lncm-side-nav {
            position: relative;
            top: 0;
            margin-bottom: 25px;
        }
        .lncm-content-box h2 {
            font-size: 26px;
        }
    }
    @media (max-width: 767px) {
        .lncm-page-section {
            padding: 50px 0;
        }
        .lncm-content-box {
            padding: 22px;
        }
        .lncm-content-box h2 {
            font-size: 22px;
        }
        .lncm-content-box p {
            font-size: 14px;
            line-height: 1.8;
        }
    }

       .lncm-page-section {
        padding: 10px 0 60px 0;
    }
    .lncm-side-nav {
        background: #f8faf8;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 22px;
        position: sticky;
        top: 140px;
    }
    .lncm-side-nav h4 {
        font-size: 16px;
        font-weight: 700;
        color: #0d4823;
        margin-bottom: 15px;
    }
    .lncm-side-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .lncm-side-nav ul li {
        margin-bottom: 10px;
    }
    .lncm-side-nav ul li a {
        display: block;
        padding: 10px 12px;
        border-radius: 8px;
        text-decoration: none;
        color: #33443a;
        font-size: 14px;
        transition: all 0.3s ease;
        border: 1px solid transparent;
    }
    .lncm-side-nav ul li a:hover,
    .lncm-side-nav ul li a.active {
        background: #eef5f0;
        color: #0d4823;
        border-color: #d7e5db;
    }
    .lncm-content-box {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 38px;
    }
    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }
    .lncm-content-box h2 {
        margin: 0 0 20px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
        line-height: 1.3;
    }
    .lncm-content-box p {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
        text-align: justify;
    }
    .content-divider {
        width: 70px;
        height: 2px;
        background: #058b44;
        margin: 22px 0 18px;
    }
    @media (max-width: 991px) {
        .lncm-content-box {
            padding: 28px;
        }
        .lncm-side-nav {
            position: relative;
            top: 0;
            margin-bottom: 25px;
        }
        .lncm-content-box h2 {
            font-size: 26px;
        }
    }
    @media (max-width: 767px) {
        .lncm-page-section {
            padding: 50px 0;
        }
        .lncm-content-box {
            padding: 22px;
        }
        .lncm-content-box h2 {
            font-size: 22px;
        }
        .lncm-content-box p {
            font-size: 14px;
            line-height: 1.8;
        }
    }

       .lncm-page-section {
        padding: 10px 0 60px 0;
    }
    .lncm-side-nav {
        background: #f8faf8;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 22px;
        position: sticky;
        top: 140px;
    }
    .lncm-side-nav h4 {
        font-size: 16px;
        font-weight: 700;
        color: #0d4823;
        margin-bottom: 15px;
    }
    .lncm-side-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .lncm-side-nav ul li {
        margin-bottom: 10px;
    }
    .lncm-side-nav ul li a {
        display: block;
        padding: 10px 12px;
        border-radius: 8px;
        text-decoration: none;
        color: #33443a;
        font-size: 14px;
        transition: all 0.3s ease;
        border: 1px solid transparent;
    }
    .lncm-side-nav ul li a:hover,
    .lncm-side-nav ul li a.active {
        background: #eef5f0;
        color: #0d4823;
        border-color: #d7e5db;
    }
    .lncm-content-box {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 38px;
    }
    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }
    .lncm-content-box h2 {
        margin: 0 0 20px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
        line-height: 1.3;
    }
    .lncm-content-box p {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
        text-align: justify;
    }
    .content-divider {
        width: 70px;
        height: 2px;
        background: #058b44;
        margin: 22px 0 18px;
    }
    @media (max-width: 991px) {
        .lncm-content-box {
            padding: 28px;
        }
        .lncm-side-nav {
            position: relative;
            top: 0;
            margin-bottom: 25px;
        }
        .lncm-content-box h2 {
            font-size: 26px;
        }
    }
    @media (max-width: 767px) {
        .lncm-page-section {
            padding: 50px 0;
        }
        .lncm-content-box {
            padding: 22px;
        }
        .lncm-content-box h2 {
            font-size: 22px;
        }
        .lncm-content-box p {
            font-size: 14px;
            line-height: 1.8;
        }
    }

    .ammps-content-section{
    padding:10px 0 50px 0;
}

.ammps-content-box{
    background:#fff;
    border:1px solid #e3ebe5;
    border-radius:12px;
    padding:35px;
    margin-bottom:30px;
}

.section-badge{
    display:inline-block;
    font-size:13px;
    font-weight:600;
    color:#0d4823;
    background:#eef5f0;
    border-left:4px solid #058b44;
    padding:8px 14px;
    margin-bottom:18px;
    text-transform:uppercase;
}

.ammps-content-box h2{
    margin:0 0 22px;
    font-size:30px;
    color:var(--dark-gray);
    font-weight:700;
    line-height:1.3;
}

.ammps-content-box p{
    margin-bottom:18px;
    font-size:15px;
    line-height:1.9;
    color:#33443a;
    text-align:justify;
}

.ammps-list{
    list-style:none;
    padding:0;
    margin:0;
}

.ammps-list li{
    position:relative;
    padding-left:24px;
    margin-bottom:14px;
    font-size:15px;
    line-height:1.8;
    color:#33443a;
}

.ammps-list li:before{
    content:"•";
    position:absolute;
    left:0;
    top:-5px;
    color:#058b44;
    font-size:20px;
    font-weight:700;
}

.contact-box{
    background:#f9fbfa;
    border:1px solid #e2ebe5;
    border-radius:10px;
    padding:22px;
}

.contact-box a{
    color:#0d4823;
    font-weight:600;
    text-decoration:none;
}

@media(max-width:767px){
    .ammps-content-box{
        padding:20px;
    }

    .ammps-content-box h2{
        font-size:22px;
    }

    .ammps-content-box p,
    .ammps-list li{
        font-size:14px;
    }
}

.ammps-content-section{
    padding:10px 0 50px 0;
}

.ammps-content-box{
    background:#fff;
    border:1px solid #e3ebe5;
    border-radius:12px;
    padding:35px;
    margin-bottom:30px;
}

.section-badge{
    display:inline-block;
    font-size:13px;
    font-weight:600;
    color:#0d4823;
    background:#eef5f0;
    border-left:4px solid #058b44;
    padding:8px 14px;
    margin-bottom:18px;
    text-transform:uppercase;
}

.ammps-content-box h2{
    margin:0 0 22px;
    font-size:30px;
    color:var(--dark-gray);
    font-weight:700;
    line-height:1.3;
}

.ammps-content-box h3{
    margin:25px 0 15px;
    font-size:22px;
    color:#0d4823;
    font-weight:700;
    line-height:1.4;
}

.ammps-content-box p{
    margin-bottom:18px;
    font-size:15px;
    line-height:1.9;
    color:#33443a;
    text-align:justify;
}

.ammps-list{
    list-style:none;
    padding:0;
    margin:0;
}

.ammps-list li{
    position:relative;
    padding-left:24px;
    margin-bottom:14px;
    font-size:15px;
    line-height:1.8;
    color:#33443a;
}

.ammps-list li:before{
    content:"•";
    position:absolute;
    left:0;
    top:0;
    color:#058b44;
    font-size:20px;
    font-weight:700;
}

.ammps-dash-list{
    list-style:none;
    padding:0;
    margin:0;
}

.ammps-dash-list li{
    position:relative;
    padding-left:20px;
    margin-bottom:14px;
    font-size:15px;
    line-height:1.8;
    color:#33443a;
}

.ammps-dash-list li:before{
    content:"-";
    position:absolute;
    left:0;
    top:0;
    color:#33443a;
    font-weight:700;
}

@media(max-width:767px){
    .ammps-content-box{
        padding:20px;
    }

    .ammps-content-box h2{
        font-size:22px;
    }

    .ammps-content-box h3{
        font-size:18px;
    }

    .ammps-content-box p,
    .ammps-list li,
    .ammps-dash-list li{
        font-size:14px;
    }
}

    .director-message-section {
        padding: 10px 0px 50px 0;
}



.director-message-box {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 40px;
    align-items: start;
    background: #ffffff;
    border: 1px solid #e3ebe5;
    border-radius: 12px;
    padding: 35px;
}

.director-photo img {
    width: 100%;
    border-radius: 10px;
    display: block;
    object-fit: cover;
    border: 1px solid #dfe7e1;
}

.section-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #0d4823;
    background: #eef5f0;
    border-left: 4px solid #058b44;
    padding: 8px 14px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.director-content h2 {
    margin: 0 0 6px;
    font-size: 30px;
    color: var(--dark-gray);
    font-weight: 700;
    line-height: 1.3;
}

.director-content h3 {
    margin: 0 0 25px;
    font-size: 17px;
    color: var(--dark-gray);
    font-weight: 600;
}

.director-text p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.9;
    color: #33443a;
    text-align: justify;
}

.director-signature {
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid #dfe7e1;
}

.director-signature strong {
    display: block;
    font-size: 18px;
    color: #0d4823;
    margin-bottom: 4px;
}

.director-signature span {
    font-size: 15px;
    color: #6b7d71;
}

@media (max-width: 991px) {
    .director-message-box {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 25px;
    }

    .director-photo {
        max-width: 340px;
    }

    .director-content h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .director-message-section {
        padding: 50px 0;
    }

    .director-message-box {
        padding: 20px;
    }

    .director-content h2 {
        font-size: 22px;
    }

    .director-content h3 {
        font-size: 16px;
    }

    .director-text p {
        font-size: 14px;
        line-height: 1.8;
    }
}

   .notification-page {
        padding: 10px 0 60px 0;
    }

    .notification-box {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 38px;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .notification-box h2 {
        margin: 0 0 22px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
        line-height: 1.3;
    }

    .notification-box h3 {
        font-size: 24px;
        color: #0d4823;
        font-weight: 700;
        margin: 35px 0 18px;
    }

    .notification-box p {
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
        text-align: justify;
        margin-bottom: 18px;
    }

    .notification-divider {
        width: 70px;
        height: 2px;
        background: #058b44;
        margin: 30px 0 12px;
    }

    .simple-list {
        list-style: none;
        padding: 0;
        margin: 15px 0 28px;
    }

    .simple-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 11px;
        font-size: 15px;
        color: #33443a;
        line-height: 1.7;
    }

    .simple-list li::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 1px;
        width: 20px;
        height: 20px;
        background: #eef5f0;
        color: #058b44;
        border-radius: 50%;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        font-weight: 700;
    }

    .online-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
        margin-top: 25px;
    }

    .online-card {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 28px;
        box-shadow: 0 12px 35px rgba(13, 72, 35, 0.06);
    }

    .online-card h4 {
        font-size: 18px;
        font-weight: 700;
        color: #0d4823;
        margin-bottom: 12px;
    }

    .online-card p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 20px;
        text-align: left;
    }

    .btn-notification {
        display: inline-block;
        background: #0d4823;
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        padding: 11px 20px;
        border-radius: 30px;
        transition: 0.3s ease;
    }

    .btn-notification:hover {
        background: #058b44;
        color: #ffffff;
    }

    .info-blue {
        background: #e8f1ff;
        border-left: 4px solid #245ba7;
        border-radius: 8px;
        padding: 20px 24px;
        margin: 20px 0 30px;
    }

    .info-blue p,
    .info-blue li {
        font-size: 14px;
        color: #24364b;
        line-height: 1.8;
        margin-bottom: 6px;
    }

    .download-list {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-top: 22px;
    }

    .download-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 22px;
        box-shadow: 0 10px 30px rgba(13, 72, 35, 0.05);
    }

    .download-left {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .download-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        border-radius: 50%;
        background: #eef5f0;
        color: #0d4823;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
    }

    .download-text h4 {
        font-size: 17px;
        color: #0d4823;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .download-text p {
        margin-bottom: 0;
        font-size: 14px;
        color: #65776c;
        line-height: 1.7;
        text-align: left;
    }

    .btn-download {
        border: 1px solid #0d4823;
        color: #0d4823;
        padding: 9px 18px;
        border-radius: 25px;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
        transition: 0.3s ease;
    }

    .btn-download:hover {
        background: #0d4823;
        color: #ffffff;
    }

    @media (max-width: 991px) {
        .notification-box {
            padding: 28px;
        }

        .online-cards {
            grid-template-columns: 1fr;
        }

        .download-item {
            align-items: flex-start;
            flex-direction: column;
        }
    }

    @media (max-width: 767px) {
        .notification-page {
            padding: 50px 0;
        }

        .notification-box {
            padding: 22px;
        }

        .notification-box h2 {
            font-size: 22px;
        }

        .notification-box h3 {
            font-size: 19px;
        }

        .notification-box p,
        .simple-list li {
            font-size: 14px;
            line-height: 1.8;
        }

        .download-left {
            align-items: flex-start;
        }
    }


  .ammps-organigramme-section{
                padding: 25px 0 70px;
                background: #ffffff;
            }

            .org-wrapper{
                max-width: 1380px;
                margin: 0 auto;
            }

            .org-node{
                background: #fff;
                border: 1px solid #dfe9e2;
                border-radius: 18px;
                box-shadow: 0 10px 30px rgba(13,72,35,.06);
                position: relative;
            }

            .org-node.simple-node{
                padding: 18px 22px;
                text-align: center;
                font-weight: 700;
                color: #193226;
                line-height: 1.35;
            }

            .org-node.ca-node{
                max-width: 380px;
                margin: 0 auto;
                font-size: 18px;
            }

            .org-node.dg-node{
                max-width: 360px;
                margin: 0 auto;
                font-size: 20px;
                color: #0d4823;
                border: 2px solid #0d4823;
                padding: 16px 22px;
            }

            .org-card{
    background: #fff;
    border: 1px solid #dfe9e2;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(13,72,35,.06);
    height: auto;
    overflow: hidden;
}

            .org-pole-button{
                width: 100%;
                min-height: 86px;
                border: 0;
                background: #fff;
                color: #183226;
                font-size: 18px;
                font-weight: 700;
                padding: 20px 22px;
                text-align: left;
                line-height: 1.3;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 15px;
                cursor: pointer;
            }

            .org-pole-button:hover,
            .org-pole-button[aria-expanded="true"]{
                background: #f8fbf9;
                color: #0d4823;
            }

            .org-pole-button .org-icon{
                min-width: 30px;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                background: #edf5ef;
                color: #0d4823;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 22px;
                font-weight: 500;
                transition: .2s ease;
            }

            .org-pole-button[aria-expanded="true"] .org-icon{
                transform: rotate(45deg);
                background: #0d4823;
                color: #fff;
            }

            .org-divisions{
                padding: 18px 18px 18px;
            }

            .org-accordion .accordion-item{
                border: 0;
                background: transparent;
                margin-bottom: 10px;
            }

            .org-accordion .accordion-button{
                background: #f4f7f5;
                color: #23382d;
                font-size: 14px;
                font-weight: 600;
                box-shadow: none;
                border: 1px solid #edf2ee;
                border-radius: 12px !important;
                padding: 13px 14px;
                line-height: 1.4;
            }

            .org-accordion .accordion-button:not(.collapsed){
                background: #edf5ef;
                color: #0d4823;
                border-color: #dce9df;
            }

            .org-accordion .accordion-body{
                background: #fff;
                border: 1px solid #edf2ee;
                border-top: 0;
                border-radius: 0 0 12px 12px;
                padding: 12px 14px 6px;
                color: #3b463f;
                font-size: 13px;
            }

            .org-accordion .accordion-body ul{
                margin: 0;
                padding-left: 18px;
            }

            .org-accordion .accordion-body li{
                margin-bottom: 6px;
                line-height: 1.5;
            }

            .org-chip{
                background: #f8fbf9;
                border: 1px solid #e3ece6;
                border-radius: 12px;
                padding: 12px 14px;
                font-size: 14px;
                font-weight: 600;
                color: #23382d;
                line-height: 1.4;
                margin-bottom: 10px;
            }

            .org-center-line{
                width: 2px;
                background: #cddbd2;
                margin: 0 auto;
            }

            .org-line-30{ height: 30px; }

            .org-main-branch{
                position: relative;
                padding-top: 50px;
            }

     

            .org-main-branch::after{
                content: "";
                position: absolute;
                top: 50px;
                left: 33%;
                right: 33%;
                height: 2px;
                background: #cddbd2;
            }

            .org-top-col{
                position: relative;
                padding-top: 36px;
            }

            .org-top-col::before{
                content: "";
                position: absolute;
                top: 0;
                left: 50%;
                width: 2px;
                height: 36px;
                transform: translateX(-50%);
                background: #cddbd2;
            }

            .org-center-branch{
                position: relative;
                margin-top: 35px;
                padding-top: 50px;
            }

           

            .org-center-branch::after{
                content: "";
                position: absolute;
                top: 50px;
                left: 33%;
                right: 33%;
                height: 2px;
                background: #cddbd2;
            }

            .org-middle-col{
                position: relative;
                padding-top: 34px;
            }

            .org-middle-col::before{
                content: "";
                position: absolute;
                top: 0;
                left: 50%;
                width: 2px;
                height: 34px;
                transform: translateX(-50%);
                background: #cddbd2;
            }

            .org-bottom-branch{
                position: relative;
                margin-top: 34px;
                padding-top: 56px;
            }

         

            .org-bottom-branch::after{
                content: "";
                position: absolute;
                top: 56px;
                left: 11.6%;
                right: 11.6%;
                height: 2px;
                background: #cddbd2;
            }

            .org-bottom-col{
                position: relative;
                padding-top: 34px;
            }

            .org-bottom-col::before{
                content: "";
                position: absolute;
                top: 0;
                left: 50%;
                width: 2px;
                height: 34px;
                transform: translateX(-50%);
                background: #cddbd2;
            }

            @media (max-width: 991.98px){
                .org-main-branch,
                .org-center-branch,
                .org-bottom-branch{
                    padding-top: 0;
                    margin-top: 25px;
                }

                .org-main-branch::before,
                .org-main-branch::after,
                .org-center-branch::before,
                .org-center-branch::after,
                .org-bottom-branch::before,
                .org-bottom-branch::after,
                .org-top-col::before,
                .org-middle-col::before,
                .org-bottom-col::before{
                    display: none;
                }

                .org-top-col,
                .org-middle-col,
                .org-bottom-col{
                    padding-top: 0;
                }

                .org-card{
                    margin-bottom: 20px;
                    height: auto;
                }
            }

            @media (max-width: 767.98px){
                .ammps-organigramme-section{
                    padding: 20px 0 55px;
                }

                .org-node.ca-node,
                .org-node.dg-node{
                    max-width: 100%;
                }

                .org-pole-button{
                    font-size: 16px;
                    min-height: 75px;
                }

                .org-chip,
                .org-accordion .accordion-button{
                    font-size: 13px;
                }
            }


            .org-wrapper{
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
}

/* ligne centrale UNIQUE */
.org-wrapper::before{
    content: "";
    position: absolute;
    top: 140px;
    left: 50%;
    width: 2px;
    height: 490px; /* ligne fixe */
    transform: translateX(-50%);
    background: #cddbd2;
    z-index: 0;
}
.org-card,
.org-node{
    position: relative;
    z-index: 2;
}

   .quality-policy-section {
        padding: 10px 0 50px 0;
    }

    .quality-policy-box {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 35px;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .quality-policy-content h2 {
        margin: 0 0 22px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
        line-height: 1.3;
    }

    .quality-policy-text p {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
        text-align: justify;
    }

    .quality-policy-list {
        margin: 25px 0;
        padding: 0;
        list-style: none;
    }

    .quality-policy-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 1.8;
        color: #33443a;
        text-align: justify;
    }

    .quality-policy-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #058b44;
        box-shadow: 0 0 0 5px rgba(5, 139, 68, 0.10);
    }

    .quality-signature {
        margin-top: 30px;
        padding-top: 18px;
        border-top: 1px solid #dfe7e1;
    }

    .quality-signature .date {
        display: block;
        font-size: 15px;
        color: #6b7d71;
        margin-bottom: 10px;
    }

    .quality-signature strong {
        display: block;
        font-size: 18px;
        color: #0d4823;
        margin-bottom: 4px;
    }

    .quality-signature span {
        font-size: 15px;
        color: #6b7d71;
    }

    @media (max-width: 991px) {
        .quality-policy-box {
            padding: 25px;
        }

        .quality-policy-content h2 {
            font-size: 26px;
        }
    }

    @media (max-width: 767px) {
        .quality-policy-section {
            padding: 50px 0;
        }

        .quality-policy-box {
            padding: 20px;
        }

        .quality-policy-content h2 {
            font-size: 22px;
        }

        .quality-policy-text p,
        .quality-policy-list li {
            font-size: 14px;
            line-height: 1.8;
        }
    }

    .ammps-content-section{
    padding:10px 0 50px 0;
}

.ammps-content-box{
    background:#fff;
    border:1px solid #e3ebe5;
    border-radius:12px;
    padding:35px;
    margin-bottom:30px;
}

.section-badge{
    display:inline-block;
    font-size:13px;
    font-weight:600;
    color:#0d4823;
    background:#eef5f0;
    border-left:4px solid #058b44;
    padding:8px 14px;
    margin-bottom:18px;
    text-transform:uppercase;
}

.ammps-content-box h2{
    margin:0 0 22px;
    font-size:30px;
    color:var(--dark-gray);
    font-weight:700;
    line-height:1.3;
}

.ammps-content-box p{
    margin-bottom:18px;
    font-size:15px;
    line-height:1.9;
    color:#33443a;
    text-align:justify;
}

.ammps-list{
    list-style:none;
    padding:0;
    margin:0;
}

.ammps-list li{
    position:relative;
    padding-left:24px;
    margin-bottom:14px;
    font-size:15px;
    line-height:1.8;
    color:#33443a;
}

.ammps-list li:before{
    content:"•";
    position:absolute;
    left:0;
    top:0;
    color:#058b44;
    font-size:20px;
    font-weight:700;
}

@media(max-width:767px){
    .ammps-content-box{
        padding:20px;
    }

    .ammps-content-box h2{
        font-size:22px;
    }

    .ammps-content-box p,
    .ammps-list li{
        font-size:14px;
    }
}

.ammps-content-section{
    padding:10px 0 50px 0;
}

.ammps-content-box{
    background:#fff;
    border:1px solid #e3ebe5;
    border-radius:12px;
    padding:35px;
    margin-bottom:30px;
}

.section-badge{
    display:inline-block;
    font-size:13px;
    font-weight:600;
    color:#0d4823;
    background:#eef5f0;
    border-left:4px solid #058b44;
    padding:8px 14px;
    margin-bottom:18px;
    text-transform:uppercase;
}

.ammps-content-box h2{
    margin:0 0 22px;
    font-size:30px;
    color:var(--dark-gray);
    font-weight:700;
    line-height:1.3;
}

.ammps-content-box h3{
    margin:25px 0 15px;
    font-size:22px;
    color:#0d4823;
    font-weight:700;
    line-height:1.4;
}

.ammps-content-box p{
    margin-bottom:18px;
    font-size:15px;
    line-height:1.9;
    color:#33443a;
    text-align:justify;
}

.ammps-list{
    list-style:none;
    padding:0;
    margin:0 0 18px 0;
}

.ammps-list li{
    position:relative;
    padding-left:24px;
    margin-bottom:14px;
    font-size:15px;
    line-height:1.8;
    color:#33443a;
}

.ammps-list li:before{
    content:"•";
    position:absolute;
    left:0;
    top:-5px;
    color:#058b44;
    font-size:20px;
    font-weight:700;
}

.phase-card{
    background:#f9fbfa;
    border:1px solid #e2ebe5;
    border-radius:10px;
    padding:24px;
    margin-bottom:20px;
}

.phase-title{
    font-size:20px;
    font-weight:700;
    color:#0d4823;
    margin-bottom:15px;
    line-height:1.4;
}

@media(max-width:767px){
    .ammps-content-box{
        padding:20px;
    }

    .ammps-content-box h2{
        font-size:22px;
    }

    .ammps-content-box h3{
        font-size:18px;
    }

    .ammps-content-box p,
    .ammps-list li{
        font-size:14px;
    }

    .phase-title{
        font-size:18px;
    }
}
.ammps-content-section{
    padding:10px 0 50px 0;
}

.ammps-content-box{
    background:#fff;
    border:1px solid #e3ebe5;
    border-radius:12px;
    padding:35px;
    margin-bottom:30px;
}

.section-badge{
    display:inline-block;
    font-size:13px;
    font-weight:600;
    color:#0d4823;
    background:#eef5f0;
    border-left:4px solid #058b44;
    padding:8px 14px;
    margin-bottom:18px;
    text-transform:uppercase;
}

.ammps-content-box h2{
    margin:0 0 22px;
    font-size:30px;
    color:var(--dark-gray);
    font-weight:700;
    line-height:1.3;
}

.ammps-content-box h3{
    margin:25px 0 15px;
    font-size:22px;
    color:#0d4823;
    font-weight:700;
    line-height:1.4;
}

.ammps-content-box p{
    margin-bottom:18px;
    font-size:15px;
    line-height:1.9;
    color:#33443a;
    text-align:justify;
}

.ammps-list{
    list-style:none;
    padding:0;
    margin:0;
}

.ammps-list li{
    position:relative;
    padding-left:24px;
    margin-bottom:14px;
    font-size:15px;
    line-height:1.8;
    color:#33443a;
}

.ammps-list li:before{
    content:"•";
    position:absolute;
    left:0;
    top:0;
    color:#058b44;
    font-size:20px;
    font-weight:700;
}

.ammps-dash-list{
    list-style:none;
    padding:0;
    margin:0;
}

.ammps-dash-list li{
    position:relative;
    padding-left:20px;
    margin-bottom:14px;
    font-size:15px;
    line-height:1.8;
    color:#33443a;
}

.ammps-dash-list li:before{
    content:"-";
    position:absolute;
    left:0;
    top:0;
    color:#33443a;
    font-weight:700;
}

.note-box{
    background:#f9fbfa;
    border:1px solid #e2ebe5;
    border-radius:10px;
    padding:22px;
}

@media(max-width:767px){
    .ammps-content-box{
        padding:20px;
    }

    .ammps-content-box h2{
        font-size:22px;
    }

    .ammps-content-box h3{
        font-size:18px;
    }

    .ammps-content-box p,
    .ammps-list li,
    .ammps-dash-list li{
        font-size:14px;
    }
}

   .tarification-section {
        padding: 10px 0 50px 0;
    }

    .tarification-box {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 35px;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .tarification-content h2 {
        margin: 0 0 22px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
        line-height: 1.3;
    }

    .tarification-text p {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
        text-align: justify;
    }

    .tarification-title {
        margin: 35px 0 15px;
        font-size: 20px;
        font-weight: 700;
        color: #0d4823;
    }

    .tarification-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 28px;
        border: 1px solid #e3ebe5;
        border-radius: 10px;
        overflow: hidden;
    }

    .tarification-table thead th {
        background: #0d4823;
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        padding: 14px 16px;
        border: 1px solid #0d4823;
    }

    .tarification-table tbody td {
        font-size: 15px;
        color: #33443a;
        padding: 14px 16px;
        border: 1px solid #e3ebe5;
        vertical-align: middle;
    }

    .tarification-table tbody tr:nth-child(even) {
        background: #f8fbf9;
    }

    .tarification-table tbody td:last-child {
        width: 220px;
        font-weight: 600;
        color: #0d4823;
        white-space: nowrap;
    }

    @media (max-width: 991px) {
        .tarification-box {
            padding: 25px;
        }

        .tarification-content h2 {
            font-size: 26px;
        }
    }

    @media (max-width: 767px) {
        .tarification-section {
            padding: 50px 0;
        }

        .tarification-box {
            padding: 20px;
        }

        .tarification-content h2 {
            font-size: 22px;
        }

        .tarification-text p,
        .tarification-table tbody td,
        .tarification-table thead th {
            font-size: 14px;
        }

        .tarification-table {
            display: block;
            overflow-x: auto;
            white-space: nowrap;
        }
    }

   .ammps-values-simple {
        padding: 10px 0 60px 0;
    }

    .ammps-values-content {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 38px;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .ammps-values-content h2 {
        margin: 0 0 20px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
        line-height: 1.3;
    }

    .ammps-values-content h3 {
        font-size: 22px;
        color: #0d4823;
        font-weight: 700;
        margin-top: 30px;
        margin-bottom: 14px;
    }

    .ammps-values-content p {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
        text-align: justify;
    }

    .ammps-values-content .intro-text {
        font-size: 16px;
    }

    .values-divider {
        width: 70px;
        height: 2px;
        background: #058b44;
        margin: 25px 0 10px;
    }

    @media (max-width: 991px) {
        .ammps-values-content {
            padding: 28px;
        }

        .ammps-values-content h2 {
            font-size: 26px;
        }

        .ammps-values-content h3 {
            font-size: 20px;
        }
    }

    @media (max-width: 767px) {
        .ammps-values-simple {
            padding: 50px 0;
        }

        .ammps-values-content {
            padding: 22px;
        }

        .ammps-values-content h2 {
            font-size: 22px;
        }

        .ammps-values-content h3 {
            font-size: 18px;
        }

        .ammps-values-content p,
        .ammps-values-content .intro-text {
            font-size: 14px;
            line-height: 1.8;
        }
    }

   .ammps-validation-page {
        padding: 10px 0 60px 0;
    }

    .ammps-validation-content {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 38px;
        text-align: center;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .validation-box {
        max-width: 850px;
        margin: 0 auto;
        background: #f7faf8;
        border: 1px solid #d7e4db;
        border-radius: 12px;
        padding: 35px 30px;
    }

    .validation-box h2 {
        font-size: 28px;
        color: #0d4823;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .validation-box p {
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
        margin-bottom: 18px;
    }

    .validation-divider {
        width: 70px;
        height: 2px;
        background: #058b44;
        margin: 25px auto;
    }

    .validation-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #058b44;
        color: #ffffff !important;
        padding: 14px 28px;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none !important;
        transition: all 0.3s ease;
        margin-top: 10px;
    }

    .validation-btn:hover {
        background: #0d4823;
        color: #ffffff !important;
    }

    .validation-note {
        margin-top: 25px;
        font-size: 14px;
        color: #0d4823;
        font-style: italic;
        line-height: 1.8;
    }

    @media (max-width: 767px) {
        .ammps-validation-page {
            padding: 50px 0;
        }

        .ammps-validation-content {
            padding: 22px;
        }

        .validation-box {
            padding: 25px 18px;
        }

        .validation-box h2 {
            font-size: 22px;
        }

        .validation-box p {
            font-size: 14px;
            line-height: 1.8;
        }

        .validation-btn {
            width: 100%;
            padding: 14px 18px;
        }
    }

.vigilance-section{
    padding:10px 0 60px 0;
}

.vigilance-nav-box{
    background:#fff;
    border:1px solid #e3ebe5;
    border-radius:14px;
    padding:28px;
    margin-bottom:30px;
}

.vigilance-nav-title{
    font-size:20px;
    font-weight:700;
    color:#0d4823;
    margin-bottom:18px;
}

.vigilance-links{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:12px;
}

.vigilance-links a{
    display:block;
    padding:14px 18px;
    border:1px solid #e2ebe5;
    border-radius:10px;
    color:#33443a;
    font-size:15px;
    background:#f9fbfa;
    transition:all .25s ease;
}

.vigilance-links a:hover{
    color:#0d4823;
    border-color:#0d4823;
    background:#eef5f0;
}

.vigilance-card{
    background:#fff;
    border:1px solid #e3ebe5;
    border-radius:14px;
    padding:32px;
    margin-bottom:24px;
    scroll-margin-top:150px;
}

.section-badge{
    display:inline-block;
    font-size:13px;
    font-weight:600;
    color:#0d4823;
    background:#eef5f0;
    border-left:4px solid #058b44;
    padding:8px 14px;
    margin-bottom:18px;
    text-transform:uppercase;
}

.vigilance-card h2{
    font-size:26px;
    color:#0d4823;
    font-weight:700;
    margin-bottom:15px;
}

.vigilance-card p{
    font-size:15px;
    line-height:1.9;
    color:#33443a;
    text-align:justify;
    margin-bottom:0;
}

@media(max-width:767px){
    .vigilance-links{
        grid-template-columns:1fr;
    }

    .vigilance-card{
        padding:22px;
    }

    .vigilance-card h2{
        font-size:21px;
    }
}

   .ammps-content-section {
        padding: 10px 0 50px 0;
    }

    .ammps-content-box {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 35px;
        margin-bottom: 30px;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .ammps-content-box h2 {
        margin: 0 0 22px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
        line-height: 1.3;
    }

    .ammps-content-box p {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
        text-align: justify;
    }

    .mission-card {
        background: #f9fbfa;
        border: 1px solid #e2ebe5;
        border-radius: 10px;
        padding: 22px 22px 18px;
        height: 100%;
        transition: all 0.3s ease;
    }

    .mission-card:hover {
        border-color: #cfe1d6;
        box-shadow: 0 8px 24px rgba(13, 72, 35, 0.05);
    }

    .mission-card h4 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 12px;
        color: #0d4823;
        font-weight: 700;
    }

    .mission-card p {
        font-size: 14.5px;
        line-height: 1.85;
        color: #33443a;
        margin-bottom: 0;
        text-align: justify;
    }

    @media (max-width: 991px) {
        .ammps-content-box {
            padding: 25px;
        }

        .ammps-content-box h2 {
            font-size: 26px;
        }
    }

    @media (max-width: 767px) {
        .ammps-content-section {
            padding: 50px 0;
        }

        .ammps-content-box {
            padding: 20px;
        }

        .ammps-content-box h2 {
            font-size: 22px;
        }

        .ammps-content-box p,
        .mission-card p {
            font-size: 14px;
            line-height: 1.8;
        }

        .mission-card h4 {
            font-size: 16px;
        }
    }

    .privacy-policy-section {
        padding: 10px 0 60px 0;
    }

    .privacy-policy-box {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 35px;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .privacy-policy-content h2 {
        margin: 0 0 22px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
        line-height: 1.3;
    }

    .privacy-policy-content p,
    .privacy-policy-content li {
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
        text-align: justify;
    }

    .privacy-policy-content p {
        margin-bottom: 18px;
    }

    .privacy-policy-content ol,
    .privacy-policy-content ul {
        margin-bottom: 22px;
        padding-left: 22px;
    }

    .privacy-policy-content li {
        margin-bottom: 8px;
    }

    .privacy-policy-content a {
        color: #0d4823;
        font-weight: 600;
        text-decoration: underline;
    }

    .privacy-policy-content strong {
        color: #24352b;
        font-weight: 700;
    }

    .privacy-policy-content .section-title-list {
        margin-top: 28px;
        margin-bottom: 12px;
    }

    @media (max-width: 991px) {
        .privacy-policy-box {
            padding: 25px;
        }

        .privacy-policy-content h2 {
            font-size: 26px;
        }
    }

    @media (max-width: 767px) {
        .privacy-policy-section {
            padding: 50px 0;
        }

        .privacy-policy-box {
            padding: 20px;
        }

        .privacy-policy-content h2 {
            font-size: 22px;
        }

        .privacy-policy-content p,
        .privacy-policy-content li {
            font-size: 14px;
            line-height: 1.8;
        }
    }

    .cookies-policy-section {
        padding: 10px 0 60px 0;
    }

    .cookies-policy-box {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 35px;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .cookies-policy-content h2 {
        margin: 0 0 22px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
        line-height: 1.3;
    }

    .cookies-policy-content p,
    .cookies-policy-content li {
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
        text-align: justify;
    }

    .cookies-policy-content p {
        margin-bottom: 18px;
    }

    .cookies-policy-content ol {
        margin: 25px 0 12px;
        padding-left: 22px;
    }

    .cookies-policy-content ol li {
        font-weight: 700;
        color: #0d4823;
    }

    .cookies-policy-content ul {
        list-style: none;
        padding-left: 0;
        margin: 18px 0 25px;
    }

    .cookies-policy-content ul li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 12px;
        font-weight: 400;
    }

    .cookies-policy-content ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 12px;
        width: 8px;
        height: 8px;
        background: #058b44;
        border-radius: 50%;
        box-shadow: 0 0 0 5px rgba(5, 139, 68, 0.10);
    }

    .cookies-policy-content a {
        color: #0d4823;
        font-weight: 600;
        text-decoration: underline;
    }

    .cookies-policy-content strong {
        color: #24352b;
        font-weight: 700;
    }

    @media (max-width: 991px) {
        .cookies-policy-box {
            padding: 25px;
        }

        .cookies-policy-content h2 {
            font-size: 26px;
        }
    }

    @media (max-width: 767px) {
        .cookies-policy-section {
            padding: 50px 0;
        }

        .cookies-policy-box {
            padding: 20px;
        }

        .cookies-policy-content h2 {
            font-size: 22px;
        }

        .cookies-policy-content p,
        .cookies-policy-content li {
            font-size: 14px;
            line-height: 1.8;
        }
    }


   .co-page {
        padding: 10px 0 60px 0;
    }

    .co-content {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 38px;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
    }

    .co-content h2 {
        margin-bottom: 15px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
    }

    .co-intro {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
    }

    .co-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
        margin-top: 28px;
    }

    .co-card {
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        background: #ffffff;
        padding: 24px;
        border-top: 4px solid #058b44;
        transition: all 0.25s ease;
    }

    .co-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(13, 72, 35, 0.08);
    }

    .co-card h3 {
        font-size: 19px;
        color: #0d4823;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .co-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .co-links li {
        border-bottom: 1px solid #edf3ef;
    }

    .co-links li:last-child {
        border-bottom: 0;
    }

    .co-links a {
        display: flex;
        justify-content: space-between;
        padding: 11px 0;
        color: #33443a;
        font-size: 15px;
        transition: color 0.2s ease;
    }

    .co-links a:hover {
        color: #058b44;
    }

    .co-links a::after {
        content: "›";
        font-size: 22px;
        color: #058b44;
    }

    @media (max-width: 991px) {
        .co-grid {
            grid-template-columns: 1fr;
        }

        .co-content {
            padding: 28px;
        }
    }

    @media (max-width: 767px) {
        .co-page {
            padding: 50px 0;
        }

        .co-content {
            padding: 22px;
        }

        .co-content h2 {
            font-size: 22px;
        }

        .co-intro {
            font-size: 14px;
        }
    }


   .medicaments-page {
        padding: 10px 0 60px 0;
    }

    .medicaments-content {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 38px;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .medicaments-content h2 {
        margin: 0 0 15px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
        line-height: 1.3;
    }

    .medicaments-intro {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
    }

    .medicaments-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
        margin-top: 28px;
    }

    .medicaments-card {
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        background: #ffffff;
        padding: 24px;
        border-top: 4px solid #058b44;
        transition: all 0.25s ease;
    }

    .medicaments-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(13, 72, 35, 0.08);
    }

    .medicaments-card h3 {
        font-size: 19px;
        color: #0d4823;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .medicaments-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .medicaments-links li {
        border-bottom: 1px solid #edf3ef;
    }

    .medicaments-links li:last-child {
        border-bottom: 0;
    }

    .medicaments-links a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 11px 0;
        color: #33443a;
        font-size: 15px;
        line-height: 1.5;
        transition: all 0.2s ease;
    }

    .medicaments-links a:hover {
        color: #058b44;
    }

    .medicaments-links a::after {
        content: "›";
        font-size: 22px;
        color: #058b44;
        line-height: 1;
        margin-left: 12px;
    }

    @media (max-width: 991px) {
        .medicaments-content {
            padding: 28px;
        }

        .medicaments-grid {
            grid-template-columns: 1fr;
        }

        .medicaments-content h2 {
            font-size: 26px;
        }
    }

    @media (max-width: 767px) {
        .medicaments-page {
            padding: 50px 0;
        }

        .medicaments-content {
            padding: 22px;
        }

        .medicaments-content h2 {
            font-size: 22px;
        }

        .medicaments-intro,
        .medicaments-links a {
            font-size: 14px;
        }
    }

    .ammps-page {
        padding: 10px 0 60px 0;
    }

    .ammps-content {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 38px;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .ammps-content h2 {
        margin: 0 0 15px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
        line-height: 1.3;
    }

    .ammps-intro {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
    }

    .ammps-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
        margin-top: 28px;
    }

    .ammps-card {
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        background: #ffffff;
        padding: 24px;
        border-top: 4px solid #058b44;
        transition: all 0.25s ease;
    }

    .ammps-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(13, 72, 35, 0.08);
    }

    .ammps-card h3 {
        font-size: 19px;
        color: #0d4823;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .ammps-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ammps-links li {
        border-bottom: 1px solid #edf3ef;
    }

    .ammps-links li:last-child {
        border-bottom: 0;
    }

    .ammps-links a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 11px 0;
        color: #33443a;
        font-size: 15px;
        line-height: 1.5;
        transition: all 0.2s ease;
    }

    .ammps-links a:hover {
        color: #058b44;
    }

    .ammps-links a::after {
        content: "›";
        font-size: 22px;
        color: #058b44;
        line-height: 1;
    }

    @media (max-width: 991px) {
        .ammps-content {
            padding: 28px;
        }

        .ammps-grid {
            grid-template-columns: 1fr;
        }

        .ammps-content h2 {
            font-size: 26px;
        }
    }

    @media (max-width: 767px) {
        .ammps-page {
            padding: 50px 0;
        }

        .ammps-content {
            padding: 22px;
        }

        .ammps-content h2 {
            font-size: 22px;
        }

        .ammps-intro,
        .ammps-links a {
            font-size: 14px;
        }
    }

.data-page { padding: 10px 0 60px 0; }

.data-content {
    background:#fff;
    border:1px solid #e3ebe5;
    border-radius:12px;
    padding:38px;
}

.section-badge {
    display:inline-block;
    font-size:13px;
    font-weight:600;
    color:#0d4823;
    background:#eef5f0;
    border-left:4px solid #058b44;
    padding:8px 14px;
    margin-bottom:18px;
    text-transform:uppercase;
}

.data-content h2 {
    margin-bottom:15px;
    font-size:30px;
    color:var(--dark-gray);
    font-weight:700;
}

.data-intro {
    margin-bottom:30px;
    font-size:15px;
    line-height:1.9;
    color:#33443a;
}

.data-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
    margin-top:28px;
}

.data-card {
    border:1px solid #e3ebe5;
    border-radius:12px;
    background:#fff;
    padding:24px;
    border-top:4px solid #058b44;
    transition:.25s;
}

.data-card:hover {
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(13,72,35,.08);
}

.data-card h3 {
    font-size:19px;
    color:#0d4823;
    font-weight:700;
    margin-bottom:16px;
}

.data-links {
    list-style:none;
    padding:0;
    margin:0;
}

.data-links li {
    border-bottom:1px solid #edf3ef;
}

.data-links li:last-child {
    border-bottom:0;
}

.data-links a {
    display:flex;
    justify-content:space-between;
    gap:10px;
    padding:11px 0;
    color:#33443a;
    font-size:15px;
    transition:.2s;
}

.data-links a:hover {
    color:#058b44;
}

.data-links a::after {
    content:"›";
    font-size:22px;
    color:#058b44;
}

@media(max-width:991px){
    .data-grid{grid-template-columns:1fr;}
    .data-content{padding:28px;}
}

@media(max-width:767px){
    .data-page{padding:50px 0;}
    .data-content{padding:22px;}
    .data-content h2{font-size:22px;}
    .data-intro{font-size:14px;}
}

    .vigilance-page {
        padding: 10px 0 60px 0;
    }

    .vigilance-content {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 38px;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
    }

    .vigilance-content h2 {
        margin-bottom: 15px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
    }

    .vigilance-intro {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
    }

    .vigilance-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
        margin-top: 28px;
    }

    .vigilance-card {
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        background: #ffffff;
        padding: 24px;
        border-top: 4px solid #058b44;
        transition: all 0.25s ease;
    }

    .vigilance-card:hover {
        box-shadow: 0 10px 25px rgba(13, 72, 35, 0.08);
    }

    .vigilance-card h3 {
        font-size: 19px;
        color: #0d4823;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .vigilance-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .vigilance-links li {
        border-bottom: 1px solid #edf3ef;
    }

    .vigilance-links li:last-child {
        border-bottom: 0;
    }

    .vigilance-links a {
        display: flex;
        justify-content: space-between;
        padding: 11px 0;
        color: #33443a;
        font-size: 15px;
        line-height: 1.5;
        transition: color 0.2s ease;
    }

    .vigilance-links a:hover {
        color: #058b44;
    }

    .vigilance-links a::after {
        content: "›";
        font-size: 22px;
        color: #058b44;
        margin-left: 12px;
    }

    @media (max-width: 991px) {
        .vigilance-grid {
            grid-template-columns: 1fr;
        }

        .vigilance-content {
            padding: 28px;
        }

        .vigilance-content h2 {
            font-size: 26px;
        }
    }

    @media (max-width: 767px) {
        .vigilance-page {
            padding: 50px 0;
        }

        .vigilance-content {
            padding: 22px;
        }

        .vigilance-content h2 {
            font-size: 22px;
        }

        .vigilance-intro,
        .vigilance-links a {
            font-size: 14px;
        }
    }


    .produits-page { padding: 10px 0 60px 0; }
    .produits-content {
        background:#fff;
        border:1px solid #e3ebe5;
        border-radius:12px;
        padding:38px;
    }
    .section-badge {
        display:inline-block;
        font-size:13px;
        font-weight:600;
        color:#0d4823;
        background:#eef5f0;
        border-left:4px solid #058b44;
        padding:8px 14px;
        margin-bottom:18px;
        text-transform:uppercase;
    }
    .produits-content h2 {
        margin-bottom:15px;
        font-size:30px;
        color:var(--dark-gray);
        font-weight:700;
    }
    .produits-intro {
        margin-bottom:30px;
        font-size:15px;
        line-height:1.9;
        color:#33443a;
    }
    .produits-grid {
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:22px;
        margin-top:28px;
    }
    .produits-card {
        border:1px solid #e3ebe5;
        border-radius:12px;
        background:#fff;
        padding:24px;
        border-top:4px solid #058b44;
        transition:.25s;
    }
    .produits-card:hover {
        transform:translateY(-3px);
        box-shadow:0 10px 25px rgba(13,72,35,.08);
    }
    .produits-card h3 {
        font-size:19px;
        color:#0d4823;
        font-weight:700;
        margin-bottom:16px;
    }
    .produits-links {
        list-style:none;
        padding:0;
        margin:0;
    }
    .produits-links li {
        border-bottom:1px solid #edf3ef;
    }
    .produits-links li:last-child {
        border-bottom:0;
    }
    .produits-links a {
        display:flex;
        justify-content:space-between;
        gap:15px;
        padding:11px 0;
        color:#33443a;
        font-size:15px;
        transition:.2s;
    }
    .produits-links a:hover {
        color:#058b44;
    }
    .produits-links a::after {
        content:"›";
        font-size:22px;
        color:#058b44;
        line-height:1;
    }

    @media(max-width:991px){
        .produits-grid{grid-template-columns:1fr;}
        .produits-content{padding:28px;}
        .produits-content h2{font-size:26px;}
    }

    @media(max-width:767px){
        .produits-page{padding:50px 0;}
        .produits-content{padding:22px;}
        .produits-content h2{font-size:22px;}
        .produits-intro{font-size:14px;}
    }

   .reg-page {
        padding: 10px 0 60px 0;
    }

    .reg-content {
        background: #ffffff;
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        padding: 38px;
    }

    .section-badge {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        color: #0d4823;
        background: #eef5f0;
        border-left: 4px solid #058b44;
        padding: 8px 14px;
        margin-bottom: 18px;
        text-transform: uppercase;
    }

    .reg-content h2 {
        margin-bottom: 15px;
        font-size: 30px;
        color: var(--dark-gray);
        font-weight: 700;
    }

    .reg-intro {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.9;
        color: #33443a;
    }

    .reg-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
        margin-top: 28px;
    }

    .reg-card {
        border: 1px solid #e3ebe5;
        border-radius: 12px;
        background: #ffffff;
        padding: 24px;
        border-top: 4px solid #058b44;
        transition: all 0.25s ease;
    }

    .reg-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(13, 72, 35, 0.08);
    }

    .reg-card h3 {
        font-size: 19px;
        color: #0d4823;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .reg-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .reg-links li {
        border-bottom: 1px solid #edf3ef;
    }

    .reg-links li:last-child {
        border-bottom: 0;
    }

    .reg-links a {
        display: flex;
        justify-content: space-between;
        padding: 11px 0;
        color: #33443a;
        font-size: 15px;
        transition: color 0.2s ease;
    }

    .reg-links a:hover {
        color: #058b44;
    }

    .reg-links a::after {
        content: "›";
        font-size: 22px;
        color: #058b44;
    }

    @media (max-width: 991px) {
        .reg-grid {
            grid-template-columns: 1fr;
        }

        .reg-content {
            padding: 28px;
        }
    }

    @media (max-width: 767px) {
        .reg-page {
            padding: 50px 0;
        }

        .reg-content {
            padding: 22px;
        }

        .reg-content h2 {
            font-size: 22px;
        }

        .reg-intro {
            font-size: 14px;
        }
    }


.vigilance-section{
    padding:10px 0 60px 0;
}

.vigilance-nav-box{
    background:#fff;
    border:1px solid #e3ebe5;
    border-radius:14px;
    padding:28px;
    margin-bottom:30px;
}

.vigilance-nav-title{
    font-size:20px;
    font-weight:700;
    color:#0d4823;
    margin-bottom:18px;
}

.vigilance-links{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:12px;
}

.vigilance-links a{
    display:block;
    padding:14px 18px;
    border:1px solid #e2ebe5;
    border-radius:10px;
    color:#33443a;
    font-size:15px;
    background:#f9fbfa;
    transition:all .25s ease;
}

.vigilance-links a:hover{
    color:#0d4823;
    border-color:#0d4823;
    background:#eef5f0;
}

.vigilance-card{
    background:#fff;
    border:1px solid #e3ebe5;
    border-radius:14px;
    padding:32px;
    margin-bottom:24px;
    scroll-margin-top:150px;
}

.section-badge{
    display:inline-block;
    font-size:13px;
    font-weight:600;
    color:#0d4823;
    background:#eef5f0;
    border-left:4px solid #058b44;
    padding:8px 14px;
    margin-bottom:18px;
    text-transform:uppercase;
}

.vigilance-card h2{
    font-size:26px;
    color:#0d4823;
    font-weight:700;
    margin-bottom:15px;
}

.vigilance-card p{
    font-size:15px;
    line-height:1.9;
    color:#33443a;
    text-align:justify;
    margin-bottom:0;
}

@media(max-width:767px){
    .vigilance-links{
        grid-template-columns:1fr;
    }

    .vigilance-card{
        padding:22px;
    }

    .vigilance-card h2{
        font-size:21px;
    }
}