:root {
    --primary-red: #D70013;
    --text-dark: #11121A;
    --text-gray: #707070;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
}
@media (min-width: 980px) {
    .font-18 {
        font-size: 18px;
    }
}
@media (max-width: 980px) {
    .font-18 {
        font-size: 14px;
    }
}

@media (max-width: 980px) {
    .bottomtext {
        font-size: 12px;
    }
}

@media (min-width: 1300px) {
    .margin-up {
        margin-top: 20px;
    }
}

.text-rose {
    color: #f3a3b4;
    font-weight: bold;
}

@media (max-width: 980px) {
    .text-fifth {
        font-size: 16px !important;
    }
}

.strong {
    font-weight: bold;
    color: unnamed-color-707070;
}
@media (min-width: 1300px) {
    .horaires-container {
        margin-top: -100px;
    }
}
@media (max-width: 1200px) {
    .phone-icon {
        width: 60px !important;
        height: 60px !important;
    }
}
@media (max-width: 1300px) {
    .text-third {
        font-weight: bold;
        color: #ffffff;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
    }
}

@media (max-width: 1300px) {
    .text-fourth {
        color: #ffffff;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
    }
}

@media (min-width: 1300px) {
    .margin-page {
        margin-top: 100px;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .margin-page {
        margin-top: 50px;
    }
}

.displaytile {
    font-size: 60px;
}
@media (min-width: 1440px) {
    
    .img-width img {
        max-width: 386px;
        max-height: 386px;
    }
    
    .img-width2 img {
        max-width: 290px;
        max-height: 290px;
    }
    
}

/* Header */
.header-banner {
    background-color: var(--primary-red);
    color: white;
    padding: 0.5rem 0;
}

.phone-icon {
    width: 24px;
    height: 24px;
}

/* Titles */
.welcome-text {
    font-family: 'Delicious Handrawn', cursive;
    font-size: 40px;
    line-height: 48px;
    color: var(--primary-red);
}

@media (min-width: 1300px) {
    .domaine-title {
        font-family: 'Open Sans', sans-serif;
        font-size: 60px;
        margin-top: 0;
        color: var(--text-dark);
    }
}
.domaine-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    margin-top: 0;
    color: var(--text-dark);
}

/* Opening Hours */
.opening-hours {
    margin: 2rem 0;
    width: 100%;
    text-align: left;
    padding-left: 0;
}

.opening-hours h3 {
    color: var(--primary-red);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-left: 0;
}
.text-h3 {
    font-family: 'Open Sans', sans-serif;
    color: var(--text-gray);
    font-size: 26px;
    margin-bottom: 1.2rem;
    margin-left: 0;
}
@media (max-width: 1300px) {
    .text-h3 {
        font-size: 20px;
    }
}

.schedule-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    width: 100%;
}

.schedule-item div {
    flex: 1;
    text-align: left;
    word-wrap: break-word;
}

.schedule-icon {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px;
    flex-shrink: 0;
}

.closing-note {
    display: block;
    font-style: italic;
    color: var(--text-gray);
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

/* Reservation Button */
.btn-reservation {
    background-color: var(--primary-red);
    color: white;
    border: none;
    border-radius: 0;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    width: auto;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.btn-reservation:hover {
    background-color: #b80010;
    color: white;
}

.btn-reservation img {
    width: 24px;
    height: 24px;
}

/* Content Sections */
.content {
    font-size: 1.1rem;
}

.intro {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 34px;
    color: var(--text-gray);
    margin-bottom: 2rem;
}

.toque-rose {
    color: var(--primary-red);
}

.restaurant-section {
    margin: 2rem 0;
    padding: 1rem;
    background-color: #f8f9fa;
    border-left: 4px solid var(--primary-red);
}

.patio-info {
    margin: 2rem 0;
}

.signature {
    color: var(--primary-red);
    font-family: 'Dancing Script', cursive;
    font-size: 1.3rem;
}

/* Footer */
footer {
    border-top: 1px solid #eee;
    color: var(--text-gray);
}

.copyright {
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .welcome-text {
        font-size: 2.5rem;
    }
}

.content-section {
    padding-top: 185px;
    padding-left: 60px;
}

.main-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 34px;
    color: var(--text-gray);
}

/* Ajouter ces styles */
.text-red {
    color: var(--primary-red);
    font-family: 'Delicious Handrawn', cursive;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.closing-note {
    display: block;
    font-style: italic;
    color: var(--text-gray);
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.btn-reservation {
    background-color: var(--primary-red);
    color: white;
    border: none;
    border-radius: 0;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    width: auto;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.btn-reservation:hover {
    background-color: #b80010;
    color: white;
}

.btn-reservation img {
    width: 24px;
    height: 24px;
}

/* Styles pour la mise en page en deux colonnes */
.left-column, .right-column {
    padding: 2rem;
    min-height: 100vh;
}

.left-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.large-image {
    width: 386px;
    height: 386px;
}

.large-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-image {
    width: 290px;
    height: 290px;
}

.small-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

.grid-item:nth-child(1) {
    justify-self: center;
}

.grid-item:nth-child(2) {
    justify-self: start;
    align-self: flex-end;
}

.grid-item:nth-child(3) {
    justify-self: end;
    text-align: left;
}

.grid-item:nth-child(3) img {
    margin-left: auto;
}

.grid-item:nth-child(4) {
    justify-self: center;
}

.btn-reservation img {
    width: 16px !important;
    height: 16px !important;
}


.mobile-header {
    padding: 2rem;
}

/* Style pour le bouton de réservation */
.btn-danger.rounded-pill {
    margin: 1rem auto;
    display: block;
    max-width: 250px;
    padding: 0.75rem 1.5rem;
    border-radius: 15px !important;
}

/* Police personnalisée pour les titres stylisés */
.font-cursive {
    font-family: 'Delicious Handrawn', cursive;
}



/* Styles pour les objets qui doivent avoir une hauteur fixe */
.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
} 