        /* General Styling */
        body {
            font-family: var(--font-primary), sans-serif;
        }

        h1 a,
        h2 a,
        h3 a,
        h4 a,
        h5 a,
        h6 a {
            color: var(--bleumarine);
            transition: all ease-in-out 0.5s;
            cursor: pointer;
            text-decoration: none;
            background: linear-gradient(to right, var(--orangeocre), var(--marron));
            background-position: left 87%;
            background-repeat: no-repeat;
            background-size: 0px 2px;
            padding-bottom: 4px;
        }

        h1 a:hover,
        h1 a:focus,
        h2 a:hover,
        h2 a:focus,
        h3 a:hover,
        h3 a:focus,
        h4 a:hover,
        h4 a:focus,
        h5 a:hover,
        h5 a:focus,
        h6 a:hover,
        h6 a:focus {
            text-decoration: none;
            color: var(--orangeocre);
            transition: all ease-in-out 0.5s;
            outline: none;
            text-decoration: none !important;
            background-size: 100% 2px;
        }

        h6 {
            font-size: 1rem;
            font-family: var(--font-primary);
            color: var(--bleumarine);
            font-weight: 600;
            line-height: normal;
            margin-bottom: 1rem;
            margin-top: 1rem;
        }

        .sous-titre-blog {
            font-weight: 600;
            text-align: left;
            margin-bottom: 0 !important;
        }

        .picto_asavoir {
            position: relative;
            width: 30px;
            height: 30px;
            top: 0;
            left: 0;
            float: left;
            margin-right: 20px;
        }

        .article-content {
            display: flex;
            align-items: flex-start !important;
            position: relative;
            top: 100px;
            margin-bottom: 150px;
        }

        .itineraires p {
            display: inline;
        }

        .itineraires_villes {
            font-size: 0.8rem !important;
            font-family: var(--font-primary);
            color: var(--bleumarine);
            text-transform: uppercase;
        }

        .article-content p {
            line-height: 1.6rem;
            font-size: 1rem;
            text-indent: 50px;
            color: var(--bleumarine);
            font-family: var(--font-primary);
            margin-bottom: 20px;
            margin-top: 20px;
        }

        /*Big Hero Article*/
        .bg_heroes_article_ecotourisme {
            position: relative;
            width: 100%;
            height: 550px;
            background-image: linear-gradient(rgba(2, 64, 83, 0.5), rgba(2, 64, 83, 0.5)),
                url(../img/articles/lemurien.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        /* Sticky Summary */
        .highlight {
            top: 20px;
            z-index: 99;
            position: sticky !important;
            transition: background-color 0.3s ease;
            border-radius: 10px;
            margin: 30px;
        }

        .highlight h5 {
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 10px;
            text-align: left;
        }

        .articles ul {
            list-style: disc;
            font-family: var(--font-primary);
            font-size: 1rem;
            color: var(--bleumarine);
            margin-left: 20px;
            margin-bottom: 1rem;
        }

        .articles ul li {
            list-style: disc;
            font-family: var(--font-primary);
            font-size: 1rem;
            color: var(--bleumarine);
            margin-left: 20px;
        }

        article ol li {
            list-style: decimal;
            font-family: var(--font-primary);
            font-weight: 700;
            font-size: 1rem;
            color: var(--bleumarine);
            margin-left: 20px;
            margin-bottom: 1rem;
        }

        .highlight ul {
            list-style: none;
            padding: 0;

        }

        .highlight ul li {
            font-size: 1rem;
        }

        .highlight ul li a {
            color: #0056b3;
            text-decoration: none;
        }

        .highlight ul li a:hover {
            text-decoration: underline;
            background-color: #cccccc;
            padding: 4px;
            width: 200px;
            font-weight: 600;
        }

        /* Content Styling */

        h4 {
            font-size: 18px;
            font-weight: bold;
            color: var(--orangeocre);
            margin-bottom: 15px;
            line-height: 1.5;
        }

        h4 i {
            font-size: 16px;
            color: var(--orangeocre);
            margin-right: 10px;
            transition: color 0.3s ease;
        }

        h4:hover i {
            color: var(--marron);
            transform: scale(1.2);
        }

        /* .content {
            margin-bottom: 50px;
        } */
        .content h2,
        .content h3,
        .content h4 {
            margin-top: 20px;
            font-weight: bold;
            line-height: normal;
        }

        .theme {
            color: var(--orangeocre) !important;
        }

        h5 {
            font-size: 16px;
            border-left: 2px solid var(--orangeocre);
            padding-left: 10px;
            text-align: left;
        }

        .guide_nom {
            text-indent: 0px !important;
            margin-top: 5px !important;
            font-family: var(--font-primary);
            font-size: 1rem!important;
        }
        .guide_titre {
            text-indent: 0px !important;
            margin-top: 5px !important;
            font-family: var(--font-primary);
            font-size: 0.8rem!important;
            position: relative;
            top: -10px;
        }

        .content img {
            max-width: 100%;
            border-radius: 10px;
        }

        .content .block {
            margin-bottom: 40px;
        }

        /* Sidebar Ads */
        .sidebar .ad-box {
            margin-bottom: 20px;
            padding: 20px;
            background-color: #f8f9fa;
            border: 1px solid #ddd;
            text-align: center;
            border-radius: 5px;
        }

        .sidebar .ad-box h5 {
            font-size: 1rem;
            color: #555;
        }

        /* Info Boxes */
        .info-box {
            margin: 20px 0;
            padding: 20px;
            border: 1px solid #f1f1f1;
            border-radius: 10px;
            background-color: #f8f9fa;
        }

        .info-box.info {
            border-left: 5px solid #17a2b8;
        }

        .info-box.warning {
            border-left: 5px solid #ffc107;
        }

        /* Three Columns Section */
        .three-columns .col-md-4 {
            margin-bottom: 20px;
        }

        /* Related Articles */
        .related-articles {
            margin-bottom: 40px;
        }

        .related-articles img {
            border-radius: 5px;
            margin-bottom: 20px;
        }

        .related-articles h5 {
            font-weight: bold;
            margin-top: 10px;
        }

        .related-articles h4 {
            color: var(--bleumarine) !important;
        }

        .related-articles .section-title {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            font-weight: bold;
            color: #333;
            font-size: 1.6rem;

        }

        .related-articles .section-title span {
            white-space: nowrap;
            margin-right: 10px;
        }

        .related-articles .section-title::after {
            content: '';
            flex-grow: 1;
            height: 1px;
            background-color: #ccc;
        }

        .related-articles p {
            color: var(--bleumarine);
            font-size: 1rem;
            line-height: 1.6rem;
        }

        /* Style de base pour le sommaire */
        .summary {
            border: 1px solid #ddd;
            padding: 20px;
            border-radius: 5px;
            background-color: #fff;
            font-family: var(--font-primary);
            color: var(--bleumarine);
        }

        .summary h5 {
            font-size: 1rem;
            font-weight: bold;
            margin-bottom: 15px;
            text-transform: uppercase;
            color: #333;
            border-bottom: 1px solid #ddd;
            padding-bottom: 5px;
        }

        .summary ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .summary ul li {
            border-bottom: 1px solid #ddd;
            padding: 11px 0;
        }

        .summary ul li a {
            text-decoration: none;
            font-size: 14px;
            color: var(--bleumarine) !important;
            transition: color 0.2s ease-in-out;
        }

        .summary ul li a span {
            font-size: 14px;
            color: var(--orangeocre);
            /* Couleur de l'icône verte */
            margin-right: 8px;
            font-weight: bold;
        }

        .summary ul li a:hover {
            color: #ff6600;
        }

        .summary-share {
            margin-top: 20px;
            text-align: left;
        }

        .summary-share p {
            font-size: 14px;
            color: var(--orangeocre);
            margin-bottom: 10px;
            text-indent: 0px !important;
        }

        .summary-share .icons {
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        .summary-share .icons a {
            font-size: 18px;
            color: var(--bleumarine);
            transition: color 0.2s ease-in-out;
            text-decoration: none;
        }

        .summary-share .icons a:hover {
            color: var(--marron);
        }

        /* Désactiver sticky sur les écrans mobiles */
        @media (max-width: 768px) {
            .highlight {
                position: static !important;
                margin: 0;
            }
        }

        /* Icon styling in the "À lire aussi" section */
        /* Container Styling */
        .custom-highlight {
            display: flex;
            align-items: center;
            border: 1px solid #ddd;
            border-radius: 5px;
            overflow: hidden;
            background-color: #f8f9fa;
        }

        /* Left Section: Highlighted Label */
        .highlight-left {
            background-color: var(--vertbanane);
            color: white;
            font-weight: bold;
            font-size: 14px;
            padding: 15px 15px;
            white-space: nowrap;
            /* Prevent text wrapping */
            display: flex;
            align-items: center;
        }

        /* Center Section: Link Text */
        .highlight-center {
            flex: 1;
            /* Fills the remaining space */
            padding: 10px 15px;
        }

        .highlight-link {
            font-size: 14px;
            color: #000;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .highlight-link:hover {
            color: var(--orangeocre);
        }

        /* Right Section: Chevron Icon */
        .highlight-right {
            color: var(--orangeocre);
            font-size: 16px;
            padding: 0 15px;
            display: flex;
            align-items: center;
        }

        /* Responsiveness */
        @media (max-width: 768px) {
            .custom-highlight {
                flex-wrap: wrap;
            }

            .highlight-left,
            .highlight-right {
                text-align: center;
            }

            .highlight-center {
                text-align: center;
                padding: 10px 0;
            }
        }

        .breadcrumb ul {
            list-style: none;
            display: flex;
            padding: 0;
            margin: 0;

        }

        /* Breadcrumb Item */
        .breadcrumb ul li {
            display: flex;
        }

        .breadcrumb ul li+li {
            padding-left: 0.5rem;
        }

        .breadcrumb ul li+li::before {
            display: inline-block;
            padding-right: 0.5rem;
            color: #6c757d;
            content: "/";
        }

        .breadcrumb ul li a {
            text-decoration: none;
            color: #007bff;
            transition: color 0.3s ease;
        }

        .breadcrumb ul li a:hover {
            color: #0056b3;
        }

        .breadcrumb ul li span[aria-current="page"] {
            color: #6c757d;
            font-weight: bold;
        }

        @media screen and (min-width: 376px) and (max-width: 768px) {
            .breadcrumb {
                width: 100% !important;
                position: relative;
                padding: 2rem 1rem !important;
                display: inline !important;

            }
        }

        /********************Tableau dans article*************************/
        table {
            width: 100%;
            border-collapse: collapse;
            font-family: var(--font-primary), sans-serif;
            margin: 20px 0;
        }

        th,
        td {
            padding: 12px;
            text-align: left;
        }

        th {
            background-color: var(--marron);
            color: white;
        }

        tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        tr:hover {
            background-color: #f1f1f1;
        }

        td {
            border-bottom: 1px solid #ddd;
        }

        /************************ Related Articles***********************/
        .image-wrapper {
            position: relative;
            width: 100%;
            height: 300px;
            /* Taille fixe pour toutes les images */
            overflow: hidden;
            border-radius: 5px;
            margin-bottom: 40px;
        }

        .article-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Redimensionne sans déformation */
            border-radius: 10px;
        }

        .related-bloc {
            display: flex;
            align-items: flex-start;

        }

        /**************************** Bouton partager ***********************/

        .summary-share {
            text-align: center;
            background: #f8f9fa;
            padding: 15px;
            border-radius: 10px;
            margin-top: 20px;
        }

        .summary-share p {
            font-weight: bold;
            margin-bottom: 10px;
            color: #333;
        }

        .icons {
            display: flex;
            justify-content: center;
            gap: 15px;
        }

        .share-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            text-decoration: none;
            color: white;
            font-size: 18px;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .share-btn.facebook {
            background: #f8f9fa;
        }

        /* Facebook */
        .share-btn.copy-link {
            background: #f8f9fa;
        }

        /* Copier le lien */
        .share-btn.email {
            background: #f8f9fa;
        }
        /* Facebook */
        .share-btn.facebook:hover {
            background: #1877F2;
        }
        .share-btn.facebook:hover i {
            color: #ffffff;
        }
        /* Copier le lien */
        .share-btn.copy-link:hover {
            background: var(--vertturquoise);
        }
        .share-btn.copy-link:hover i {
            color: #ffffff;
        }
        /* Email */
        .share-btn.email:hover {
            background: var(--marron);
        }
        .share-btn.email:hover i {
            color: #ffffff;
        }
        /* Message discret "Lien copié !" */
        .copy-message {
            display: none;
            color: #4CAF50;
            font-size: 14px;
            margin-top: 5px;
        }