@charset "UTF-8";
/**
 * Emplacement : the7-child/css/single-flore_saida.css
 * Catégorie : SAIDANATURE
 * Description : Styles personnalisés pour la rubrique La Flore de Saïda
 * Version : 2.0.0 - Galerie nettoyée + 220px
 * Auteur : Hassen Ksantini - Cheneyen Magazine® & Saïda Nature Network®
 */

/* === Styles globaux pour harmonisation === */
* {
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

/* Harmonisation des encadrés */
.encadre-style {
    background: #eaf5e3;
    padding: 15px;
    border-left: 5px solid #2c5e1a;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.encadre-style h2,
.encadre-style .flore-taxonomies {
    color: #2c5e1a;
}

.encadre-style p {
    font-size: 16px;
    line-height: 1.6;
}

/* ✅ Conteneur principal */
.flore-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* ✅ Titre et nom scientifique - Mise en valeur */
.flore-header {
    text-align: center;
    margin-bottom: 30px;
}

.flore-title {
    font-size: 42px;
    color: #2c5e1a;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.flore-scientific-name {
    font-size: 24px;
    color: #4a7d30;
    font-style: italic;
    margin-top: 10px;
}

/* ✅ Image principale */
.flore-thumbnail {
    text-align: center;
    margin-bottom: 20px;
}

.flore-thumbnail img {
    max-width: 100%;
    border-radius: 8px;
}

/* ✅ Taxonomies */
.flore-taxonomies-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    justify-content: center;
}

.flore-taxonomies {
    background: #eaf5e3;
    padding: 10px;
    border-left: 5px solid #2c5e1a;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ✅ Contenu principal */
.flore-content {
    font-size: 18px;
    line-height: 1.6;
    padding: 20px;
}

/* ✅ Encadré savoir traditionnel */
.flore-encadre-savoir {
    border: 2px solid #2c5e1a;
    border-radius: 12px;
    padding: 1.5rem;
    background: #F5EAD6;
    margin: 2rem 0;
    box-shadow: 0 4px 12px rgba(44,94,26,0.1);
}

.flore-encadre-savoir h4 {
    color: #2c5e1a;
    margin-top: 0;
}

/* ✅ Feedback */
.flore-feedback {
    text-align: center;
    margin: 2rem 0;
    padding: 1rem;
    border-top: 1px dashed #ccc;
}

.feedback-btn {
    padding: 8px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
}

.feedback-btn.like { 
    background: #4CAF50; 
    color: white; 
}

.feedback-btn.dislike { 
    background: #f44336; 
    color: white; 
}

/* ✅ Responsive */
@media (max-width: 768px) {
    .flore-taxonomies-container {
        flex-direction: column;
        align-items: center;
    }

    .flore-container {
        padding: 15px;
        margin: 20px auto;
    }

    .flore-title {
        font-size: 32px;
    }

    .flore-scientific-name {
        font-size: 20px;
    }
}
