
/*Texte en Page d'accueil*/
.nd-hero-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #1a2a6c, #2a4858);
    color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin: 20px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.nd-overlay {
    background: rgba(0, 0, 0, 0.4);
    padding: 60px 40px;
    text-align: center;
}

.nd-badge {
    background: #e1001a; /* Rouge rappelant l'urgence/qualité industrielle */
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nd-content h1 {
    font-size: 3rem;
    margin: 20px 0;
    font-weight: 800;
    color: #fff;
}

.nd-highlight {
    color: #00a8ff;
}

.nd-lead {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
    opacity: 0.9;
}

.nd-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.nd-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 30px;
    border-radius: 10px;
    border: 1px border rgba(255,255,255,0.2);
    transition: transform 0.3s ease;
}

.nd-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.nd-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 15px;
}

.nd-card h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #fff;
}

.nd-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #e0e0e0;
}

.nd-footer-text {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 30px;
    font-style: italic;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .nd-content h1 { font-size: 2rem; }
    .nd-overlay { padding: 30px 20px; }
}
/* --- CSS HÖRMANN SLIDER VISIBILITY FIX --- */

/* Conteneur principal du slider */
.hoermann-slider-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Structure de base de chaque slide */
.hoermann-slide {
    width: 100%;
    height: 100%; /* S'adapte à la hauteur du module slider */
    position: relative;
}

/* Image de fond en pleine largeur */
.slide-bg {
    width: 100%;
    height: auto;
    display: block;
}
/* champ recherche avec contraste
/* Amélioration de la visibilité du champ de recherche */
#search_widget form input[type=search].js-search-input {
    border: 2px solid #000000 !important; /* Bordure noire épaisse */
    background-color: #ffffff !important; /* Fond blanc pur pour contraste maximal */
    color: #000000 !important; /* Texte saisi en noir */
    font-size: 1.1rem; /* Texte légèrement plus grand */
}

/* Amélioration du contraste du texte d'exemple (placeholder) */
#search_widget form input[type=search].js-search-input::placeholder {
    color: #555555;
    opacity: 1;
}
.email-subscription .email-subscription__content__inputs input[type=email]
{
	border: 1px solid #232323;
    color: #212529;
    margin-right: .5rem;
    background-color : #ffffff;
    color : black;
}
/* Bordure de focus très visible lors de la navigation au clavier */
#search_widget form input[type=search].js-search-input:focus {
    outline: 3px solid #f1b434 !important; /* Couleur vive lors du clic/tabulation */
    outline-offset: 2px;
}
/*Badge livraison gratuite à partir de 75€ voir aussin custom.js*/
.shipping-badge-custom {
    display: inline-flex;
    align-items: center;
    background-color: #f8f9fa; /* Gris très clair */
    border: 1px solid #28a745; /* Vert pour l'aspect positif */
    color: #232323;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 15px 0;
    font-size: 0.9rem;
    line-height: 1;
    width: 100%; /* S'adapte à la largeur de la colonne */
}

.shipping-badge-custom .badge-icon {
    margin-right: 10px;
    font-size: 1.2rem;
}

.shipping-badge-custom strong {
    color: #28a745;
    text-transform: uppercase;
}
/* Ruse de sioux : On masque définitivement le badge France Vérif */
#france-verif-badge, 
.france-verif-widget, 
[class*="franceverif"], 
[id*="franceverif"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    right: -400px !important;
}
/* Rend les titres des blocs blancs et bien visibles */
.nd-card h3 a {
    color: #ffffff !important;
    text-decoration: none;
}
.nd-card h3 a:hover {
    color: #ffcc00 !important; /* Jaune Hörmann au survol */
}

/* Rend les textes descriptifs gris très clair pour le contraste */
.nd-card p a {
    color: #e0e0e0 !important;
    text-decoration: none;
}
.nd-btn-action {
    display: inline-block;
    background-color: #ffcc00; /* Jaune Hörmann */
    color: #002244 !important; /* Bleu foncé pour un super contraste */
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    transition: background 0.3s;
}

.nd-btn-action:hover {
    background-color: #ffffff; /* Devient blanc au survol */
    color: #002244 !important;
}

/* Optionnel : Amélioration des petits badges textuels du haut */
.nd-card-badge {
    display: block;
    font-size: 0.85em;
    color: #ffcc00;
    margin-bottom: 5px;
    font-weight: bold;
}
.badge-offre-ressort {
    display: flex;
    align-items: center;
    border: 1px dashed #d9534f; /* Rouge pointillé, similaire à votre exemple */
    background-color: #fff9f9; /* Léger fond rosé pour attirer l'œil sans agresser */
    border-radius: 4px;
    padding: 12px 15px;
    margin: 15px 0;
    font-family: inherit;
}

.badge-offre-ressort .badge-icon {
    color: #d9534f;
    font-size: 24px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.badge-offre-ressort .badge-content {
    display: flex;
    flex-direction: column;
}

.badge-offre-ressort .badge-title {
    color: #d9534f;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.badge-offre-ressort .badge-text {
    color: #333333;
    font-size: 13px;
    line-height: 1.4;
}

.badge-offre-ressort .badge-text strong {
    color: #d9534f; /* Met en valeur le "10% de remise" */
}
.badge-offre-ressort-premium {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px dashed #d9534f; /* Pointillés plus épais pour marquer l'offre */
    background-color: #fdf6f6; /* Fond très légèrement teinté */
    border-radius: 6px;
    padding: 15px 20px;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(217, 83, 79, 0.05);
}

.badge-content-left {
    flex: 1;
    padding-right: 15px;
}

.badge-tag-promo {
    display: inline-block;
    background-color: #d9534f;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.badge-text-promo {
    color: #333333;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

.badge-text-promo .highlight {
    font-weight: bold;
    color: #d9534f;
}

/* Style du bouton d'action cliquable */
.btn-badge-action {
    display: inline-flex;
    align-items: center;
    background-color: #d9534f;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 18px;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.1s ease;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Effet au survol du bouton */
.btn-badge-action:hover {
    background-color: #c9302c;
    transform: translateY(-1px);
}

.btn-badge-action i {
    font-size: 16px;
    margin-left: 8px;
}

/* Version Mobile pour que ça reste propre sur smartphone */
@media (max-width: 576px) {
    .badge-offre-ressort-premium {
        flex-direction: column;
        align-items: flex-start;
    }
    .badge-content-right {
        margin-top: 12px;
        width: 100%;
    }
    .btn-badge-action {
        width: 100%;
        justify-content: center;
    }
}