@import url("base.css");

#header-logo {
    width: 20rem;
    height: 20rem;
}

header {
    height: 500px;
}

#header-wallpaper {
    height: 500px;
    width: 100%;
    transform: translateY(50px) scale(1);
}

main > div {
    margin-top: -1px;
}

#contact {
    margin: 3rem 3rem 3rem 0;
    margin-bottom: 0;
    background: var(--beige);
    color: #000;
    border-radius: 0 96px 0 0;
    padding: 3rem;
}

nav > ul {
    overflow: scroll;
    padding-left: 2rem;
}

.grid {
    display: block;
    flex-direction: column;
}

.categories-container {
    overflow: scroll;
}

.menu-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 auto;
}

.menu-item {
    border-bottom: 0.5px dotted #999;
}

/* CORRECTIF: descriptions plats en Philosopher */
.menu-item-info h3 {
    font-family: 'Philosopher', serif;
    font-size: 1.1rem;
}

.menu-item-info p {
    font-family: 'Philosopher', serif;
    font-size: 0.9rem;
    font-style: italic;
    color: #aaa;
}

.no-mobile {
    display: none;
}

.left {
    padding: 96px 3rem;
    background: url('./assets/IMG_1318.JPG') repeat-y, var(--blue);
    background-blend-mode: multiply;
    background-size: 100%, auto;
    color: #fff;
    border-radius: 3rem 0 0 3rem;
    margin-left: 3rem;
}

.left, .right {
    display: block;
}

/* CORRECTIF: font-size relevé à 1.1rem pour lisibilité mobile */
.left > div, .right > div {
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: center;
}

.left > div:nth-child(1), .right > div:nth-child(1) {
    max-width: 800px;
}

.right {
    border-radius: 3rem;
    margin: 3rem;
    background: url('./assets/IMG_1318.JPG') repeat-y, var(--blue);
    background-blend-mode: multiply;
    background-size: 100%, auto;
}

.right > div:nth-child(1) {
    padding: 96px 3rem;
}

.mobile {
    display: block;
}

.mobile > img {
    position: absolute;
    left: 0;
    width: 75%;
    border-radius: 0 96px 96px 0;
}

.mobile > .swiper {
    width: 100%;
    height: 100%;
    border-radius: 96px 0 0 96px;
}

.right > .mobile {
    min-height: 50rem;
}

.mobile > .b {
    background: url('./assets/IMG_1318.JPG') no-repeat, var(--blue);
    background-blend-mode: multiply;
    background-size: 100%;
    height: 96px;
    width: 100%;
    position: absolute;
}

.mobile > #mobile-histoire-start,
.mobile > #mobile-avis-start {
    background: var(--beige);
    height: 96px;
    width: 100%;
    position: relative;
    border-radius: 0 0 96px 0;
}

.mobile > #mobile-histoire-end,
.mobile > #mobile-avis-end {
    background: var(--beige);
    height: 96px;
    width: 100%;
    position: relative;
    border-radius: 0 96px 0 0;
}

#mention {
    font-size: 1.5rem;
    font-family: 'Philosopher', serif;
}


.about > div > img {
    width: 128px;
    height: 128px;
}
