/* Variables CSS */
:root {
    --marron-clair: #D2B48C;
    --marron-fonce: #8B4513;
    --noir: #2c3e50;
    --blanc: #ffffff;
    --text-light: #666;
    --text-color: #555555;
    --beige: #F5F2E8;
    --shadow: rgba(0, 0, 0, 0.1);
    --border-radius: 12px;
}

/* Reset et base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    padding-top: 90px; /* Compenser le header fixe */
}

/* Section hero avec image de fond */
.hero-section {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('https://images.unsplash.com/photo-1578985545062-69928b1d9587?ixlib=rb-4.0.3&auto=format&fit=crop&w=1989&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--blanc);
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin: 0;
}

/* Section informations */
.info-section {
    background-color: var(--beige);
    padding: 40px 20px;
    border-top: 1px solid rgba(210, 180, 140, 0.3);
}

.info-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.info-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--noir);
    font-weight: 400;
}

.info-text strong {
    font-weight: 600;
    color: var(--marron-fonce);
}
.info-text bold {
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--noir);
}
/* ===== SECTIONS PRODUITS ===== */
.product-section {
    padding: 80px 40px;
    max-width: 1500px;
    margin: 0 auto;
}

.product-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 120px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.product-row.visible {
    opacity: 1;
    transform: translateY(0);
}

.product-row.reverse {
    flex-direction: row-reverse;
}

/* Conteneur pour texte + bouton */
.product-text-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-text {
    padding: 40px;
}

.product-image {
    flex: 1;
    text-align: center;
}

.product-button {
    text-align: left;
    padding: 0 40px 20px 40px;
}

.image-placeholder {
    width: 100%;
    max-width: 400px;
    height: 300px;
    background: var(--gris-clair);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px dashed var(--marron-clair);
    font-size: 1.1rem;
    color: var(--text-color);
    margin: 0 auto;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.image-placeholder:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px var(--shadow);
}

.product-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--noir);
    margin-bottom: 20px;
}

.product-description {
    font-size: 1.2rem;
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
}



.btn-decouvrir {
    display: inline-block;
    padding: 15px 35px;
    background: linear-gradient(135deg, var(--marron-clair), var(--marron-fonce));
    color: var(--blanc);
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
}

.btn-decouvrir:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.4);
    background: linear-gradient(135deg, var(--marron-fonce), var(--marron-clair));
}


/*Responsive pour téléphone et tablettes*/
@media screen and (max-width: 768px) {
    body{
        padding-top: 0px;

    }
    /* Hero Section */
    .hero-section {
        height: 50vh;
        min-height: 300px;
        margin-top: 0;
    }

    .hero-title {
        font-size: 2rem;
        padding: 0 20px;
        text-align: center;
    }

    .hero-content {
        padding: 0 15px;
    }

    /* Section informations */
    .info-section {
        padding: 30px 15px;
    }

    .info-container {
        padding: 20px 15px;
    }

    .info-text {
        font-size: 0.95rem;
        line-height: 1.8;
        text-align: center;
    }

    /* Garder seulement les simples br cachés, mais permettre l'espacement via margin */
    .info-text br:not(:last-of-type) + br {
        display: block;
        content: "";
        margin-bottom: 10px;
    }

    /* Empêcher les strong et bold de sauter une ligne */
    .info-text bold,
    .info-text strong {
        display: inline;
        margin: 0;
    }

    /* Ajouter un espacement après les éléments bold */
    .info-text bold {
        display: block;
        margin-bottom: 15px;
    }

    /* Main Container */
    main {
        padding: 20px 0;
    }

    .product-section {
        padding: 0 15px;
    }

    /* Product Rows */
    .product-row {
        flex-direction: column;
        margin-bottom: 40px;
        gap: 20px;
    }

    .product-row.reverse {
        flex-direction: column;
    }

    /* Product Text */
    .product-text-container {
        width: 100%;
        padding: 20px 15px;
    }

    .product-text {
        margin-bottom: 20px;
    }

    .product-title {
        font-size: 1.75rem;
        margin-bottom: 15px;
        text-align: center;
    }

    .product-description {
        font-size: 0.9rem;
        line-height: 1.6;
        text-align: left;
        padding: 0 10px;
    }

    .product-description br {
        display: block;
    }

    /* Empêcher les strong de sauter une ligne dans les descriptions */
    .product-description strong {
        display: inline;
        margin: 0;
    }

    /* Product Button */
    .product-button {
        text-align: center;
        margin-top: 20px;
    }

    .btn-decouvrir {
        display: inline-block;
        padding: 12px 30px;
        font-size: 1rem;
        width: auto;
        min-width: 200px;
        text-align: center;
    }

    /* Product Image */
    .product-image {
        width: 100%;
        height: 250px;
        order: -1;
    }

    .product-row.reverse .product-image {
        order: -1;
    }

    .image-placeholder {
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .image-placeholder p {
        font-size: 0.9rem;
        text-align: center;
    }

    /* Animations */
    .scroll-animation {
        opacity: 1;
        transform: none;
    }

    .scroll-animation.visible {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Media Queries pour Très Petits Écrans (< 480px) */
@media screen and (max-width: 480px) {
    .hero-section {
        height: 40vh;
        min-height: 250px;
        margin-top: 0;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .info-text {
        font-size: 0.85rem;
    }

    .product-title {
        font-size: 1.5rem;
    }

    .product-description {
        font-size: 0.85rem;
    }

    .btn-decouvrir {
        padding: 10px 25px;
        font-size: 0.9rem;
        min-width: 180px;
    }

    .product-image,
    .image-placeholder {
        height: 200px;
    }

    .product-section {
        padding: 0 10px;
    }

    .product-text-container {
        padding: 15px 10px;
    }
}

/* Media Queries pour Tablettes (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .info-text {
        font-size: 1rem;
    }

    .product-row {
        gap: 30px;
    }

    .product-text-container,
    .product-image {
        width: 48%;
    }

    .product-title {
        font-size: 2rem;
    }

    .product-description {
        font-size: 0.95rem;
    }
}





