/* Navigation principale */
.header-section {
    clear: both;
}

.header-top {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 0;
}

.user-panel {
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #4b5563;
}

.user-panel a {
    color: #1f2937;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.user-panel a:hover {
    color: #2563eb;
}

.header-bottom {
    padding: 10px 0;
    position: relative;
    background-color: transparent;
}

.main-menu,
.footer-menu {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.main-menu li,
.footer-menu li {
    display: inline;
}

.main-menu li a,
.footer-menu li a {
    display: inline-block;
    font-size: 16px;
    color: #334155;
    padding: 10px 16px;
    font-weight: 500;
    text-decoration: none;
}

.main-menu li a:hover,
.footer-menu li a:hover {
    color: #2563eb;
}

/* Hero */
.hero-section {
    clear: both;
    margin-bottom: 24px;
}

.hero-slide-item {
    min-height: 330px;
    display: table;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.hs-text {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font-family: "Poppins", Arial, sans-serif;
}

.hs-title-1,
.hs-title-2,
.hs-title-3 {
    font-weight: 700;
    color: #fff;
    position: relative;
    margin-bottom: 8px;
}

.hs-title-1 {
    font-size: 48px;
}

.hs-title-2 {
    font-size: 34px;
}

.hs-title-3 {
    font-size: 24px;
}

.hs-title-1 span,
.hs-title-2 span,
.hs-title-3 span {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
}

.hero-slider .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #cbd5e1;
    color: #475569;
    border-radius: 999px;
    right: 24px;
    top: calc(50% - 20px);
    text-align: center;
    font-size: 24px;
    background: #ffffff;
}

/* A propos */
.about-text h1 {
    font-size: 2rem;
    margin-bottom: 14px;
    font-family: "Poppins", Arial, sans-serif;
}

.about-text p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 24px;
    color: #475569;
}

.about-img img {
    margin-bottom: 20px;
    float: right;
    border-radius: 10px;
}

/* Contact / map */
#contplan {
    background: #f8fafc;
    background-size: cover;
    letter-spacing: 1px;
}

#contplan a {
    color: #1e40af;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    #contplan {
        padding-bottom: 800px;
    }

    #contplan .maps iframe {
        width: 100%;
        height: 450px;
    }
}

@media (min-width: 576px) {
    #contplan {
        padding-bottom: 800px;
    }

    #contplan .maps iframe {
        width: 100%;
        height: 450px;
    }
}

@media (min-width: 768px) {
    #contplan {
        padding-bottom: 350px;
    }

    #contplan .maps iframe {
        width: 100%;
        height: 850px;
    }
}

@media (min-width: 992px) {
    #contplan {
        padding-bottom: 200px;
    }

    #contplan .maps iframe {
        width: 100%;
        height: 700px;
    }
}

/* Footer */
.footer-section {
    padding: 12px 0;
}

.footer-menu {
    float: none;
    margin-right: 0;
}

.footer-menu li a {
    padding: 5px 8px;
}

.footer-menu li:last-child a {
    padding-right: 0;
}

.copyright {
    width: 100%;
    text-align: center;
    color: #6b7280;
    font-size: 0.9rem;
}

/* Containers */
.recipes-section .container {
    margin-bottom: -30px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1176px;
    }
}

.facts-section .container {
    margin-bottom: -40px;
}

.patch-note {
    background-color: #ffffff;
    color: #111827;
    padding: 20px;
    margin: 20px 0;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
}

.section h3 {
    color: #1f2937;
    margin-bottom: 10px;
}

.section ul {
    list-style-type: disc;
    margin-left: 20px;
}

.section ul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
	