/* === CORRECTIONS FINALES === */

/* 1. BOUTON RECHERCHE - OR ROMAIN - FORCE ABSOLUE */
.search-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-form {
    display: flex !important;
    gap: 0.5rem !important;
    max-width: 400px;
    width: 100%;
}

.search-input {
    flex: 1;
    padding: 0.6rem 1rem !important;
    border: 2px solid rgba(232, 220, 200, 0.5) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1rem !important;
    color: var(--iron) !important;
}

.search-input::placeholder {
    color: rgba(74, 74, 74, 0.6) !important;
}

/* BOUTON RECHERCHER EN OR ROMAIN */
.search-button,
.search-form button,
.search-form button[type="submit"],
.search-form input[type="submit"],
button.search-button {
    background: #B8860B !important;
    background-color: #B8860B !important;
    color: #6B4E0F !important;
    border: none !important;
    padding: 0.6rem 1.5rem !important;
    text-transform: uppercase !important;
    font-family: 'Cinzel', serif !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    white-space: nowrap !important;
}

.search-button:hover,
.search-form button:hover,
.search-form button[type="submit"]:hover {
    background: #8B6914 !important;
    background-color: #8B6914 !important;
    color: #E8DCC8 !important;
    transform: translateY(-1px) !important;
}

/* 2. TITRES DES ARTICLES - AUGMENTATION DE 2 NIVEAUX */
.blog-item .item-title,
.item-title h2,
h2.item-title,
.blog-item h2 {
    font-size: 1.8rem !important; /* Au lieu de 1.4rem */
    line-height: 1.3 !important;
    margin-bottom: 1rem !important;
    font-family: 'Cinzel', serif !important;
    color: var(--dark-bronze) !important;
    font-weight: 700 !important;
}

.blog-item .item-title a,
.item-title h2 a,
h2.item-title a {
    color: var(--dark-bronze) !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
}

.blog-item .item-title a:hover,
.item-title h2 a:hover,
h2.item-title a:hover {
    color: var(--gold) !important;
}

/* 3. SÉPARATION ENTRE ARTICLES avec Edelweiss */
.blog-item {
    position: relative;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.blog-item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAIiJJREFUeNrsm3l4VNXZwH/n3lnuTDKZTPZ9YYcQIKwJARIgbIqCAtpqrQhqtVRbv9bWfq3Vr1Wr1VZq3UpdsVLqhiIiIMgStoQ1hBASIJCQfSaZZGbuvff7Y5IhyyRhhQDt+zzzzDP3nnvuef7nvOec9z3veQ9ERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERENERERENEREN');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
}

/* Ajouter aussi un trait doré fin */
.blog-item:not(:last-child) {
    border-bottom: 2px solid rgba(184, 134, 11, 0.2);
}

/* 4. SUPPORT VIDÉOS ODYSEE */
.odysee-video,
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Ratio 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 1.5rem 0;
}

.odysee-video iframe,
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--gold);
}

/* 5. AMÉLIORATION DU CHAMP NEWSLETTER */
.header-newsletter {
    background: rgba(42, 82, 122, 0.3);
    padding: 1rem;
    border: 2px solid rgba(184, 134, 11, 0.3);
}

.header-newsletter input[type="text"],
.header-newsletter input[type="email"] {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid var(--dark-stone);
    padding: 0.5rem;
    font-family: 'Cormorant Garamond', serif;
}

.header-newsletter button[type="submit"],
.header-newsletter .btn {
    background: var(--gold) !important;
    color: var(--dark-bronze) !important;
    border: none;
    padding: 0.6rem 1.5rem;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.header-newsletter button[type="submit"]:hover,
.header-newsletter .btn:hover {
    background: var(--bronze) !important;
    color: var(--stone) !important;
}

/* === CORRECTIONS SUPPLÉMENTAIRES === */

/* FIX RECHERCHE - SURCHARGE COMPLÈTE */
.search-container .search-form button,
.search-container button[type="submit"],
form.search-form button,
.header .search-button,
header .search-button {
    background-color: #B8860B !important;
    background: #B8860B !important;
    color: #6B4E0F !important;
    border: 2px solid #B8860B !important;
}

.search-container .search-form button:hover,
form.search-form button:hover {
    background-color: #8B6914 !important;
    background: #8B6914 !important;
    color: #E8DCC8 !important;
}

/* LISTE DES DERNIERS ARTICLES - PLUS LISIBLE */
.items-more {
    margin: 3rem 0 !important;
    padding: 2rem !important;
    background: rgba(232, 220, 200, 0.2) !important;
    border: 2px solid rgba(184, 134, 11, 0.3) !important;
}

/* TITRE "DERNIERS ARTICLES PUBLIÉS" */
.items-more::before {
    content: "Derniers Articles Publiés";
    display: block !important;
    font-family: 'Cinzel', serif !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: var(--dark-bronze) !important;
    text-align: center !important;
    margin-bottom: 2rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 3px solid var(--gold) !important;
}

.com-content-blog__links,
.items-more ul {
    list-style: none !important;
    padding: 0 !important;
}

.items-more li {
    margin-bottom: 1.2rem !important;
    padding-left: 0 !important;
}

.items-more li::before {
    content: "▸ " !important;
    color: var(--gold) !important;
    font-weight: bold !important;
    margin-right: 0.5rem !important;
}

.items-more a {
    font-size: 1.1rem !important; /* Plus gros */
    line-height: 1.6 !important;
    color: var(--dark-bronze) !important;
    text-decoration: none !important;
    font-family: 'Cormorant Garamond', serif !important;
    transition: color 0.3s !important;
}

.items-more a:hover {
    color: var(--gold) !important;
    text-decoration: underline !important;
}

/* PAGINATION - HORIZONTALE ET CENTRÉE */
.pagination__wrapper,
.w-100 {
    margin: 2rem 0 !important;
    text-align: center !important;
    clear: both !important;
}

.pagination,
.pagination ul {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 1rem auto !important;
}

.pagination li,
.page-item {
    list-style: none !important;
    display: inline-block !important;
    margin: 0 !important;
}

.pagination a,
.pagination .page-link,
.page-link,
.pagination span {
    display: inline-block !important;
    padding: 0.6rem 1rem !important;
    background: #E8DCC8 !important;
    color: #6B4E0F !important;
    border: 2px solid #B8860B !important;
    text-decoration: none !important;
    font-family: 'Cinzel', serif !important;
    font-weight: 600 !important;
    transition: all 0.3s !important;
    min-width: 45px !important;
    text-align: center !important;
    font-size: 1rem !important;
}

.pagination a:hover,
.pagination .page-link:hover {
    background: #B8860B !important;
    color: #1A1A1A !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
}

.pagination .active a,
.pagination .active .page-link,
.page-item.active .page-link,
.pagination .active span {
    background: #B8860B !important;
    color: #1A1A1A !important;
    font-weight: 700 !important;
    border-color: #8B6914 !important;
}

.pagination .disabled,
.page-item.disabled {
    opacity: 0.4 !important;
}

.pagination .disabled *,
.page-item.disabled * {
    cursor: not-allowed !important;
}

/* COMPTEUR DE PAGES */
.counter {
    font-family: 'Cinzel', serif !important;
    color: var(--dark-bronze) !important;
    font-size: 0.9rem !important;
    margin: 1rem 0 !important;
}

/* === MENU BAS HORIZONTAL === */
.bottom-menu {
    background: linear-gradient(135deg, #2A527A 0%, #1E3A5F 100%) !important;
    padding: 1.5rem 0 !important;
    border-top: 3px solid var(--gold) !important;
    border-bottom: 3px solid var(--gold) !important;
    margin-top: 3rem !important;
    display: block !important;
    width: 100% !important;
}

.bottom-menu .container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
}

.bottom-menu .main-menu {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bottom-menu .main-menu > li {
    position: relative !important;
    display: inline-block !important;
}

.bottom-menu .main-menu > li > a {
    display: block !important;
    padding: 0.8rem 1.2rem !important;
    color: var(--stone) !important;
    text-decoration: none !important;
    font-family: 'Cinzel', serif !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 0.05rem !important;
    transition: all 0.3s !important;
    border: 2px solid transparent !important;
}

.bottom-menu .main-menu > li > a:hover,
.bottom-menu .main-menu > li:hover > a {
    color: var(--gold) !important;
    border-color: var(--gold) !important;
}

/* Sous-menus du menu bas - S'ouvrent VERS LE HAUT */
.bottom-menu .submenu {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(10px);
    border: 2px solid var(--gold);
    min-width: 280px;
    max-height: 400px;
    overflow-y: auto;
    padding: 0.75rem 0;
    box-shadow: 0 -8px 16px rgba(0,0,0,0.6);
    z-index: 99999;
    margin-bottom: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    list-style: none;
}

.bottom-menu .dropdown:hover > .submenu,
.bottom-menu .submenu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
}

.bottom-menu .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    list-style: none;
}

.bottom-menu .submenu a {
    display: block;
    padding: 0.65rem 1.25rem;
    color: var(--stone);
    background: transparent;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.2s;
    text-transform: none;
    letter-spacing: 0.05rem;
    white-space: nowrap;
    border: none;
    text-align: left;
}

.bottom-menu .submenu a:hover {
    background: rgba(212, 175, 55, 0.3);
    color: var(--gold);
}

/* === MENTION COPYRIGHT ARTICLES === */
.copyright-notice {
    background: rgba(42, 82, 122, 0.2);
    border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);
    padding: 1.5rem;
    margin: 2rem 0;
    text-align: center;
}

.copyright-notice p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: var(--dark-bronze);
    font-style: italic;
    margin: 0;
    font-weight: 500;
}
