/* Général */
body {
    font-family: 'Georgia', serif; /* Police élégante */
    margin: 0;
    padding: 0;
    background-color: #f3e7df; /* Fond marron beige */
    color: #333;
    line-height: 1.6;
}

/* Header */
.header {
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo img {
    max-width: 150px;
    border-radius: 50%;
}

/* Section Générale */
section {
    margin-bottom: 50px;
}

.page-title {
    text-align: center;
    font-size: 2.5rem;
    color: #6b4f4f;
    margin: 20px 0;
}

/* Section Accueil */
.home-section {
    text-align: center;
    padding: 50px 20px;
}

.nav-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.nav-buttons .btn {
    padding: 10px 20px;
    background-color: #d4a989;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.nav-buttons .btn:hover {
    background-color: #6b4f4f;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.image-container img {
    width: 80%;
    max-width: 800px;
    border-radius: 8px;
}

/* Section Création, Cadeaux et Promotions */
.creation-section {
    padding: 50px 20px;
    background-color: #c8a27e; /* Fond marron beige */
    margin-bottom: 30px;
}

.creation-content {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.creation-content img {
    width: 40%;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-content {
    max-width: 40%;
    font-size: 1.1rem;
    color: white;
    text-align: justify;
}

/* Section Titre centrer*/
.section-title {
    text-align: center;
    font-size: 2rem;
    color: #6b4f4f;
    margin-bottom: 20px;
}

/* Galerie */
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.item {
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    width: 220px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.item img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* Etiquettes */
/* Général */
body {
    font-family: 'Georgia', serif; /* Police élégante */
    margin: 0;
    padding: 0;
    background-color: #f3e7df; /* Fond marron beige */
    color: #333;
    line-height: 1.6;
}

/* Header */
.header {
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo img {
    max-width: 150px;
    border-radius: 50%;
}

/* Section Générale */
section {
    margin-bottom: 50px;
}

.page-title {
    text-align: center;
    font-size: 2.5rem;
    color: #6b4f4f;
    margin: 20px 0;
}

/* Section Accueil */
/* Bouton Acceuil*/


.retour-accueil {
    display: inline-block;
    margin: 20px auto;
    padding: 12px 25px;
    background: linear-gradient(45deg, #d4a989, #6b4f4f); /* Dégradé */
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    max-width: 200px;
}

.retour-accueil:hover {
    background: linear-gradient(45deg, #6b4f4f, #d4a989); /* Inverse le dégradé */
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.home-section {
    text-align: center;
    padding: 50px 20px;
}

.nav-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.nav-buttons .btn {
    padding: 10px 20px;
    background-color: #d4a989;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.nav-buttons .btn:hover {
    background-color: #6b4f4f;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.image-container img {
    width: 80%;
    max-width: 800px;
    border-radius: 8px;
}

/* Section Création, Cadeaux et Promotions */
.creation-section {
    padding: 50px 20px;
    background-color: #c8a27e; /* Fond marron beige */
    margin-bottom: 30px;
}

.creation-content {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.creation-content img {
    width: 40%;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-content {
    max-width: 40%;
    font-size: 1.1rem;
    color: white;
    text-align: justify;
}

/* Section Titre centrer */
.section-title {
    text-align: center;
    font-size: 2rem;
    color: #6b4f4f;
    margin-bottom: 20px;
}

/* Galerie */
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.item {
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    width: 220px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.item img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* Etiquettes */
/* Général */
body {
    font-family: 'Georgia', serif; /* Police élégante */
    margin: 0;
    padding: 0;
    background-color: #f3e7df; /* Fond marron beige */
    color: #333;
    line-height: 1.6;
}

/* Header */
.header {
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo img {
    max-width: 150px;
    border-radius: 50%;
}

/* Section Générale */
section {
    margin-bottom: 50px;
}

.page-title {
    text-align: center;
    font-size: 2.5rem;
    color: #6b4f4f;
    margin: 20px 0;
}

/* Section Accueil */
.home-section {
    text-align: center;
    padding: 50px 20px;
}

.nav-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.nav-buttons .btn {
    padding: 10px 20px;
    background-color: #d4a989;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.nav-buttons .btn:hover {
    background-color: #6b4f4f;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.image-container img {
    width: 80%;
    max-width: 800px;
    border-radius: 8px;
}

/* Section Création, Cadeaux et Promotions */
.creation-section {
    padding: 50px 20px;
    background-color: #c8a27e; /* Fond marron beige */
    margin-bottom: 30px;
}

.creation-content {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.creation-content img {
    width: 40%;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-content {
    max-width: 40%;
    font-size: 1.1rem;
    color: white;
    text-align: justify;
}

/* Section Titles Centered */
.section-title {
    text-align: center;
    font-size: 2rem;
    color: #6b4f4f;
    margin-bottom: 20px;
}

/* Galerie */
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.item {
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    width: 220px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.item img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* Etiquettes */
.label {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #6b4f4f;
    color: white;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Boutons */
.item .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    background-color: #c8a27e;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.item .btn:hover {
    background-color: #a55757;
    transform: scale(1.05);
}


/* Galerie Produits */
.product-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.product-item {
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.product-item img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.product-item h3 {
    font-size: 1.2rem;
    color: #6b4f4f;
    margin: 10px 0;
}

.product-item .btn {
    display: inline-block;
    margin-top: 10px;
    padding:
    8px 12px;
    background-color: #c8a27e;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.product-item .btn:hover {
    background-color: #a55757;
    transform: scale(1.05);
}

/* Etiquettes */
.label {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #6b4f4f;
    color: white;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}


/* Pied de Page */
.footer {
    text-align: center;
    padding: 20px 0;
    background-color: #6b4f4f;
    color: white;
}
