/**
 * RUNNING ATTITUDE - REFONTE GRAPHIQUE 2026
 * Design inspiré de Esprit Camping Car
 * Couleur principale: #e30513 (rouge Running Attitude)
 * Police principale: 'Open Sans'
 * Objectifs: Modernité, lisibilité optimale, mobile-first
 */

/* ========================================
   1. RESET ET BASE
   ======================================== */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}
h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li {
  font-family: 'Open Sans', sans-serif !important;
}

/* Container plus large et adaptatif */
.responsive .container {
    max-width: 1480px !important;
    padding: 0 20px;
}

@media (max-width: 1024px) {
    .responsive .container {
        max-width: 100%;
        padding: 0 15px;
    }
}

/* ========================================
   2. HEADER / EN-TÊTE
   ======================================== */

#header {
    background-color: #fff;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); */
    position: sticky;
    top: 0;
    z-index: 999;
}

/* Réduction de la hauteur du header pour un look plus moderne */
#top #header_main > .container,
#top #header_main > .container .main_menu .av-main-nav > li > a,
#top #header_main #menu-item-shop .cart_dropdown_link {
    height: 80px !important;
    line-height: 80px !important;
}

.html_top_nav_header .av-logo-container {
    height: 80px !important;
}

.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 80px !important;
}

/* Logo optimisé */
.logo img {
    max-height: 50px !important;
    width: auto !important;
}

/* Menu principal - Style moderne */
#top .av-main-nav > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 18px !important;
    transition: all 0.3s ease;
}

#top .av-main-nav > li > a:hover,
#top .av-main-nav > li.current-menu-item > a,
#top .av-main-nav > li.current_page_item > a {
    color: #e30513 !important;
}

/* Sous-menus */
#top .av-subnav-menu {
    background: #fff;
    border-top: 3px solid #e30513;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
}

#top .av-subnav-menu li a {
    padding: 12px 20px;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

#top .av-subnav-menu li a:hover {
    background-color: #f9f9f9;
    color: #e30513 !important;
}

/* Header mobile */
@media (max-width: 768px) {
    #top #header_main > .container {
        height: 60px !important;
        line-height: 60px !important;
    }
    
    .html_top_nav_header .av-logo-container {
        height: 60px !important;
    }
    
    .logo img {
        max-height: 40px !important;
    }
    
    #advanced_menu_toggle {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 2px solid #e30513;
        border-radius: 4px;
        color: #e30513 !important;
    }
}

/* ========================================
   3. BANDEAU HERO / SLIDER PRINCIPAL
   ======================================== */

.avia-content-slider-active {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08); */
    margin-bottom: 40px;
}

.avia-content-slider .slide-entry-wrap {
    background: #fff;
}

/* Images du slider */
.slide-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.slide-image:hover img {
    transform: scale(1.05);
}

.slide-image {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

/* Overlay sur les images */
.image-overlay {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slide-entry:hover .image-overlay {
    opacity: 1;
}

/* Titre du slider */
.slide-entry-title a {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #222 !important;
    transition: color 0.3s ease;
}

.slide-entry-title a:hover {
    color: #e30513 !important;
}

/* Extrait du slider */
.slide-entry-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-top: 12px;
}

/* Catégories dans le slider */
.blog-categories a {
    background-color: #e30513;
    color: #fff !important;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}

.blog-categories a:hover {
    background-color: #b30410;
}

/* Contrôles du slider */
.avia-slideshow-arrows a {
    background-color: #e30513;
    color: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.avia-slideshow-arrows a:hover {
    background-color: #b30410;
    opacity: 1;
    transform: scale(1.1);
}

/* ========================================
   4. GRILLES D'ARTICLES / CARDS
   ======================================== */

/* Layout en grille moderne */
.avia-content-slider2,
.avia-content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 0 0 40px 0;
}

@media (max-width: 1024px) {
    .avia-content-slider2,
    .avia-content-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .avia-content-slider2,
    .avia-content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Cards / Articles */
.post-entry,
.slide-entry {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); */
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post-entry:hover,
.slide-entry:hover {
    /* box-shadow: 0 8px 25px rgba(227, 5, 19, 0.15); */
    transform: translateY(-4px);
}

/* Contenu des cards */
.slide-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.entry-content-header {
    margin-bottom: 12px;
}

/* Titres des articles */
.slide-entry-title,
.entry-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px 0;
}

.slide-entry-title a,
.entry-title a {
    color: #222 !important;
    transition: color 0.3s ease;
}

.slide-entry-title a:hover,
.entry-title a:hover {
    color: #e30513 !important;
    text-decoration: none;
}

/* Excerpts / Extraits */
.slide-entry-excerpt,
.entry-content-wrapper p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

/* Footer des articles */
.entry-footer {
    padding: 0 20px 20px 20px;
    margin-top: auto;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.slide-meta-time {
    font-size: 13px;
    color: #999;
    font-weight: 600;
}

/* ========================================
   5. TITRES DE SECTIONS
   ======================================== */

.av-special-heading {
    margin: 50px 0 30px 0 !important;
}

.av-special-heading-tag {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}

.av-special-heading-tag a {
    color: #222 !important;
    transition: color 0.3s ease;
}

.av-special-heading-tag a:hover {
    color: #e30513 !important;
}

/* Bordure sous les titres */
.special-heading-border {
    width: 80px;
    height: 4px;
    background-color: #e30513;
    margin-top: 15px;
    border-radius: 2px;
}

.special-heading-inner-border {
    display: none;
}

@media (max-width: 768px) {
    .av-special-heading-tag {
        font-size: 24px;
    }
}

/* ========================================
   6. BARRES LATÉRALES / SIDEBAR
   ======================================== */

.sidebar {
    background-color: transparent;
}

/* Widgets */
.widget {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); */
}

.widgettitle,
.widget h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #e30513;
}

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

.widget ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget ul li a {
    color: #555;
    font-size: 15px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: block;
}

.widget ul li a:hover {
    color: #e30513;
    padding-left: 8px;
    text-decoration: none;
}

/* ========================================
   7. BRÈVES & COMMUNIQUÉS (SIDEBAR)
   ======================================== */

.sidebar .post-entry {
    margin-bottom: 20px;
    padding: 15px;
}

.sidebar .post-entry-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}

.sidebar .post-entry img {
    border-radius: 6px;
    margin-bottom: 10px;
}

.sidebar .post-meta {
    font-size: 12px;
    color: #999;
}

/* ========================================
   8. FOOTER
   ======================================== */

#footer {
    background-color: #222;
    color: #ccc;
    padding: 50px 0 30px 0;
    margin-top: 60px;
}

#footer .widget {
    background: transparent;
    box-shadow: none;
}

#footer .widgettitle,
#footer .widget h3 {
    color: #fff;
    border-bottom-color: #e30513;
}

#footer a {
    color: #ccc;
}

#footer a:hover {
    color: #e30513;
}

#socket {
    background-color: #1a1a1a;
    padding: 20px 0;
    border-top: 1px solid #333;
}

#socket .copyright {
    font-size: 13px;
    color: #999;
    text-align: center;
}

/* ========================================
   9. BOUTONS & APPELS À L'ACTION
   ======================================== */

.avia-button,
.button,
input[type="submit"],
button {
    background-color: #e30513 !important;
    color: #fff !important;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.avia-button:hover,
.button:hover,
input[type="submit"]:hover,
button:hover {
    background-color: #b30410 !important;
    transform: translateY(-2px);
    /* box-shadow: 0 4px 12px rgba(227, 5, 19, 0.3); */
}

/* Boutons secondaires */
.avia-button-white,
.button-white {
    background-color: #fff !important;
    color: #e30513 !important;
    border: 2px solid #e30513;
}

.avia-button-white:hover,
.button-white:hover {
    background-color: #e30513 !important;
    color: #fff !important;
}

/* ========================================
   10. FORMULAIRES
   ======================================== */

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea,
select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    transition: border-color 0.3s ease;
    background-color: #fff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    border-color: #e30513;
    outline: none;
    /* box-shadow: 0 0 0 3px rgba(227, 5, 19, 0.1); */
}

/* ========================================
   11. PAGINATION
   ======================================== */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    gap: 8px;
}

.pagination a,
.pagination span {
    background-color: #fff;
    color: #333;
    padding: 10px 16px;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.pagination a:hover {
    background-color: #e30513;
    color: #fff;
    border-color: #e30513;
    text-decoration: none;
}

.pagination .current {
    background-color: #e30513;
    color: #fff;
    border-color: #e30513;
}

/* ========================================
   12. BREADCRUMB / FIL D'ARIANE
   ======================================== */

.breadcrumb {
    background-color: #f9f9f9;
    padding: 12px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    font-size: 14px;
}

.breadcrumb a {
    color: #666;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #e30513;
    text-decoration: none;
}

.breadcrumb .separator {
    margin: 0 8px;
    color: #999;
}

/* ========================================
   13. MAGAZINE / NOUVEAU NUMÉRO
   ======================================== */

.magazine-cover {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08); */
    text-align: center;
    margin-bottom: 30px;
}

.magazine-cover img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); */
    margin-bottom: 20px;
}

.magazine-title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

/* ========================================
   14. ABONNEMENT / NEWSLETTER
   ======================================== */

.newsletter-box {
    background: linear-gradient(135deg, #e30513 0%, #b30410 100%);
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    margin: 30px 0;
}

.newsletter-box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.newsletter-box p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.newsletter-box input[type="email"] {
    margin-bottom: 15px;
}

/* ========================================
   15. SECTIONS SPÉCIALES
   ======================================== */

/* Calculateur */
.calculator-section {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08); */
    margin: 30px 0;
}

/* Guide d'achat */
.guide-section {
    background: #f9f9f9;
    padding: 40px 30px;
    border-left: 5px solid #e30513;
    margin: 30px 0;
}

/* ========================================
   16. ARTICLES INDIVIDUELS
   ======================================== */

.single-post .entry-content-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08); */
}

.single-post h1,
.single-post .entry-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.3;
    color: #222;
    margin-bottom: 20px;
}

.single-post h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 35px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e30513;
}

.single-post h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 30px 0 15px 0;
}

.single-post p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.single-post img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
}

/* Meta informations article */
.post-meta-infos {
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 20px 0;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.post-meta-infos .meta-item {
    font-size: 14px;
    color: #666;
}

.post-meta-infos .meta-item strong {
    color: #e30513;
}

/* ========================================
   17. TAGS / ÉTIQUETTES
   ======================================== */

.tag-cloud-link,
.tagcloud a {
    display: inline-block;
    background-color: #f0f0f0;
    color: #555 !important;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px !important;
    margin: 4px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.tag-cloud-link:hover,
.tagcloud a:hover {
    background-color: #e30513;
    color: #fff !important;
    border-color: #e30513;
    text-decoration: none;
}

/* ========================================
   18. RECHERCHE
   ======================================== */

.search-form {
    position: relative;
}

.search-form input[type="search"] {
    padding-right: 50px;
}

.search-form button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px 15px;
}

/* ========================================
   19. TABLEAUX
   ======================================== */

table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); */
}

thead {
    background-color: #e30513;
    color: #fff;
}

th {
    padding: 15px;
    font-weight: 600;
    text-align: left;
}

td {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}

tr:last-child td {
    border-bottom: none;
}

tbody tr:hover {
    background-color: #f9f9f9;
}

/* ========================================
   20. RESPONSIVE MOBILE
   ======================================== */

@media (max-width: 768px) {
    body {
        font-size: 15px;
    }
    
    .content {
        padding-top: 0 !important;
    }
    
    /* Padding mobile réduit */
    .avia-content-slider-inner,
    .entry-content-wrapper {
        padding: 15px !important;
    }
    
    .slide-content {
        padding: 15px;
    }
    
    .widget {
        padding: 20px;
    }
    
    /* Titres mobile */
    .slide-entry-title,
    .entry-title {
        font-size: 16px;
    }
    
    .av-special-heading-tag {
        font-size: 22px;
    }
    
    .single-post h1 {
        font-size: 26px;
    }
    
    .single-post h2 {
        font-size: 22px;
    }
    
    .single-post p {
        font-size: 16px;
    }
    
    /* Boutons mobile full-width */
    .avia-button,
    .button {
        width: 100%;
        text-align: center;
    }
    
    /* Footer mobile */
    #footer {
        padding: 30px 0 20px 0;
    }
    
    .post-meta-infos {
        flex-direction: column;
        gap: 10px;
    }
    
    /* Tableaux responsive */
    table {
        font-size: 14px;
    }
    
    th, td {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    /* Très petits écrans */
    .responsive .container {
        padding: 0 10px;
    }
    
    .slide-entry-title a {
        font-size: 15px;
    }
    
    .slide-entry-excerpt {
        font-size: 14px;
    }
}

/* ========================================
   21. ANIMATIONS & TRANSITIONS
   ======================================== */

/* Animations au scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.post-entry,
.slide-entry {
    animation: fadeInUp 0.6s ease-out;
}

/* Hover smooth sur les liens */
a {
    transition: color 0.3s ease;
}

/* ========================================
   22. UTILITAIRES
   ======================================== */

/* Masquer sur mobile */
.av-small-hide,
.av-mini-hide {
    display: none !important;
}

@media (min-width: 769px) {
    .av-small-hide {
        display: block !important;
    }
}

@media (min-width: 480px) {
    .av-mini-hide {
        display: block !important;
    }
}

/* Centrer le contenu */
.av-center {
    text-align: center;
}

/* Espacements */
.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.padding-30 {
    padding: 30px;
}

/* ========================================
   23. HR / SÉPARATEURS
   ======================================== */

.hr,
hr {
    border: none;
    height: 1px;
    background-color: #e0e0e0;
    margin: 40px 0;
}

.hr-custom {
    height: 2px;
    background-color: #e30513;
	display: none;
}

/* ========================================
   24. ACCESSIBILITÉ
   ======================================== */

/* Focus visible pour navigation clavier */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #e30513;
    outline-offset: 2px;
}

/* Améliorer le contraste des textes */
.text-light {
    color: #666;
}

.text-dark {
    color: #222;
}

/* ========================================
   25. PRINT / IMPRESSION
   ======================================== */

@media print {
    #header,
    #footer,
    .sidebar,
    .avia-slideshow-arrows,
    .avia-button {
        display: none !important;
    }
    
    body {
        background: #fff;
    }
    
    .post-entry,
    .slide-entry {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}

/* ========================================
   26. CORRECTIONS SPÉCIFIQUES ENFOLD
   ======================================== */

/* Corrections du thème Enfold pour éviter les conflits */
.html_elegant-blog #top .avia-content-slider .blog-categories {
    margin-bottom: 10px;
}

.avia-content-slider .slide-entry-wrap {
    width: auto !important;
}

/* Forcer l'utilisation d'Open Sans */
body,
h1, h2, h3, h4, h5, h6,
.av-special-heading-tag,
.slide-entry-title,
.entry-title {
    font-family: 'Open Sans', sans-serif !important;
}

.html_header_top.html_bottom_nav_header #header_main {
  background: #f2f2f2;
}
#top #header .av-main-nav > li > a {
  color: #33363b;
  background-color: #f2f2f2;
  border-color: #424242;
  font-size: 13px;
}
#top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext {
  color: #33363b;
}
#top #header_main_alternate {
  background-color: #f2f2f2;
}
.html_elegant-blog #top .avia-content-slider .blog-categories {
  background: transparent;
}

.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
  aspect-ratio: 16/9;
  min-width: 100%;
  min-height: 100%;
}
article .slide-image img {
	aspect-ratio: unset !important;
}
#homeSlider .blog-categories {
  display: none !important;
}
.html_elegant-blog .avia-content-slider .slide-entry-title {
  padding-top: 0;
}
.entry-content-header {
  margin-bottom: 0;
}
.avia-content-slider .entry-footer {
	display: none;
}
.avia-content-slider .slide-image {
  margin-bottom: 0;
}
.html_elegant-blog #top .avia-content-slider .blog-categories {
  margin: auto;
  margin-bottom: 0!important;
}
.blog-categories a {
	text-decoration: none;
}
.slide-entry-title a {
  letter-spacing: 0px;
}
#top #header .av-main-nav > li:hover > a {
  color: #ffffff;
  background-color: #e30513;
}
#top #wrap_all .av-main-nav ul > li > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul {
  color: #ffffff;
  background-color: #e30513;
}
#top #wrap_all .av-main-nav ul > li:hover > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul {
  color: #ffffff;
  background-color: #e30513;
}
#top .av-main-nav ul a {
line-height: 24px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.content .entry-content-wrapper {
  padding-right: 0;
  border-right: 0;
}
.avia-content-slider-active {
  box-shadow: none;
}
.avia-content-slider {
  margin: 0;
}
/* ========================================
   27. DARK MODE (OPTIONNEL)
   ======================================== */

/* Si vous souhaitez ajouter un mode sombre plus tard
@media (prefers-color-scheme: dark) {
    body {
        background-color: #1a1a1a;
        color: #e0e0e0;
    }
    
    .post-entry,
    .slide-entry {
        background: #2a2a2a;
    }
}
*/

/* ========================================
   FIN DE LA FEUILLE DE STYLE
   ======================================== */