@charset "UTF-8";
@import url(main.css);
.zoom-image { cursor: zoom-in; display: block; }

.b-bloc-divider { display: none; }

a.popup-close { color: #fef9ed !important; }

/* POPUP */
.popup-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.85); opacity: 0; visibility: hidden; display: flex; justify-content: center; align-items: center; transition: .3s ease-in-out; z-index: 9999; }

.popup-overlay:target { opacity: 1; visibility: visible; }

.popup-content { max-width: 90%; max-height: 90%; border: 6px solid #fdf9ed; box-shadow: 0 0 25px rgba(0, 0, 0, 0.4); }

.popup-close { position: absolute; top: 40px; right: 60px; font-size: 50px; color: #fdf9ed; text-decoration: none; font-weight: bold; transition: .2s; }

.popup-close:hover { opacity: .7; }

@media (max-width: 992px) { .popup-close { top: 20px; right: 20px; } }

.b-bloc-divider { height: 40px !important; background-color: transparent !important; border: none !important; box-shadow: none !important; }

#carte1 img.p-2.thumbnail-modal.zoom { position: static !important; display: block !important; margin-left: auto !important; margin-right: auto !important; }

a#phone-analytics-tag-reservation-iframe { border-radius: 0px; background-color: #fdf9ed; color: #7a0000 !important; border: 3px solid #7a0000; font-family: 'The Seasons'; }

a#phone-analytics-tag-reservation-iframe:hover { background: #7a0000; color: #fdf9ed !important; }

a#phone-analytics-tag-reservation-iframe p { margin-top: 10px; margin-left: 5px; margin-right: 5px; }

#phone-analytics-tag-reservation-iframe { opacity: 1 !important; visibility: visible !important; display: inline-block !important; }

a.button_homepageDoubleScreen.ctaLinks-button.text-color-fourth.p-3.fs-6.fw-bold.m-2 { border-radius: 0px; background-color: #fef9ed; border: 3px solid #7a0000; color: #7a0000 !important; }

a.button_homepageDoubleScreen.ctaLinks-button.text-color-fourth.p-3.fs-6.fw-bold.m-2:hover { background: #7a0000; color: #fdf9ed !important; }

.card.p-2.rounded-3.shadow-lg.px-4.border-0.d-flex.justify-content-lg-between { background-color: #fdf9ed; }

.lead.p-4.text-color-sixth { font-size: 16px; margin-left: 80px; margin-right: 80px; line-height: 1.6rem; }

/* RESPONSIVE — réduire les marges sur mobile et tablette */
@media (max-width: 992px) { .lead.p-4.text-color-sixth { margin-left: 40px; margin-right: 40px; } }

@media (max-width: 768px) { .lead.p-4.text-color-sixth { margin-left: 20px; margin-right: 20px; } }

@media (max-width: 480px) { .lead.p-4.text-color-sixth { margin-left: 10px; margin-right: 10px; } }

a.button_homepageScreen { border-radius: 0px !important; background-color: #fdf9ed; color: #7a0000 !important; border: 3px solid #7a0000; }

a.button_homepageScreen:hover { background: #7a0000; color: #fdf9ed !important; }

.titleText.text-white.text-center.fs-2.mb-4.mt-lg-5.titles { letter-spacing: 1.5px; margin-left: 100px; margin-right: 100px; }

@media (max-width: 768px) { .titleText.text-white.text-center.fs-2.mb-4.mt-lg-5.titles { margin-left: 20px; margin-right: 20px; font-size: 1.4rem; /* optionnel mais souvent nécessaire */ letter-spacing: 1px; /* pour éviter que le texte déborde */ } }

.instagram-media-rendered { border: 5px solid #fdf9ed; border-radius: 0px !important; }

.btnDevis { position: fixed; bottom: 20px; right: 20px; font-size: 18px; padding: 12px 28px; background: #fdf9ed; color: #7a0000 !important; text-decoration: none; z-index: 9999; font-family: 'The Seasons'; border: 3px solid #7a0000; }

.btnDevis:hover { background: #7a0000; color: #fdf9ed !important; }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { font-family: 'The Seasons'; border: 3px solid #7a0000; background-color: #fdf9ed; color: #7a0000 !important; border-radius: 0px !important; }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone:hover { background: #7a0000; color: #fdf9ed !important; }

.animated-border-button:after { background-color: #7a0000; }

.navbar { box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); /* Optionnel : ajoute une ombre subtile */ }

/* -----------------Bloc Food Slider--------------- */
.food-slider { background: #fdf9ed; padding: 100px 20px; text-align: center; overflow: hidden; position: relative; }

/* --- Slider --- */
.food-slider-container { height: 300px; /* plus haut car images plus grandes */ margin: 0 auto; position: relative; width: 100%; overflow: hidden; display: flex; align-items: center; }

.food-slide-track { display: flex; width: calc(500px * 12); /* 12 slides : largeur doublée */ animation: foodScroll 60s linear infinite; }

.food-slide { width: 450px; /* largeur doublée */ flex-shrink: 0; display: flex; justify-content: center; align-items: center; }

.food-slide img { width: 440px; /* taille d’image doublée */ height: auto; object-fit: cover; opacity: 0.95; transition: transform 0.3s ease, opacity 0.3s ease; }

/* Anim */
@keyframes foodScroll { 0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } }

/* Responsive */
@media (max-width: 768px) { .food-slider-container { height: 200px; } .food-slide { width: 300px; } .food-slide img { width: 290px; } }

/* ================= SECTION : Images + Texte ================ */
.two-images-text { display: flex; align-items: center; justify-content: center; gap: 60px; padding: 80px 40px; background: #fdf9ed; /* couleur sombre style capture */ }

.images-side { display: flex; gap: 30px; }

/* Images côte à côte */
.images-side img { width: 650px; height: 650px; object-fit: cover; display: block; }

/* Décalage vertical subtil, comme ta capture */
.img-left { margin-bottom: 40px; }

.text-side { color: white; max-width: 600px; font-family: "Georgia", serif; }

.text-side h2 { font-size: 2.5rem; margin-bottom: 25px; font-family: 'The Seasons'; color: #243035; }

.text-side p { font-size: 16px; line-height: 1.6; margin-bottom: 30px; font-family: 'Garet'; color: #243035; }

.btn-coffee { display: inline-block; padding: 12px 28px; background: #fdf9ed; color: #7a0000 !important; text-decoration: none; font-size: 16px; border: 3px solid #7a0000; }

.btn-coffee:hover { background: #7a0000; color: #fdf9ed !important; }

/* Responsive adaptatif */
@media (max-width: 900px) { .two-images-text { flex-direction: column; text-align: center; } .images-side { justify-content: center; } .img-left, .img-right { margin: 0; } }

@media (max-width: 900px) { .two-images-text { flex-direction: column; /* images puis texte en dessous */ align-items: center; text-align: center; padding: 60px 30px; gap: 40px; } .images-side { position: relative; /* permet le chevauchement */ display: block; width: 260px; /* largeur du bloc d’images */ height: 340px; /* hauteur pour laisser la place au chevauchement */ } .images-side img { position: absolute; width: 100%; height: auto; object-fit: cover; } /* image du fond (par ex. la dame) */ .img-left { top: 0; left: 0; margin: 0; z-index: 1; } /* image du dessus (par ex. les grains de café) */ .img-right { bottom: 0; right: 0; margin: 0; z-index: 2; } .text-side { max-width: 500px; } }

/* ===== SECTION HORAIRES ET RESERVATION ===== */
.horaires-section { position: relative; padding: 120px 8% 120px; /* un peu de marge en bas pour la vague */ background: #243035; overflow: visible; }

.subtitle-elegant { text-align: center; font-style: italic; font-size: 30px; color: #fdf9ed; /* harmonisé avec ton thème clair */ margin-bottom: 80px; letter-spacing: 1px; font-family: "The Seasons"; /* ou la même que tes titres */ }

/* Responsive */
@media (max-width: 900px) { .subtitle-elegant { font-size: 30px; margin: 0 0px 80px 0px; } }

/* ===== CONTENT ===== */
.horaires-container { display: flex; gap: 40px; justify-content: center; align-items: stretch; position: relative; z-index: 2; flex-wrap: wrap; }

.horaire-card { background: #fdf9ed; padding: 40px; flex: 1 1 300px; max-width: 420px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07); }

.horaire-card h2 { font-family: "The Seasons"; font-size: 28px; color: #243035; margin-bottom: 20px; }

.horaire-card p, .horaire-card li { font-family: "Garet", sans-serif; color: #243035; line-height: 1.6; }

.horaires-list { margin-top: 20px; padding-left: 20px; }

.horaires-list li { margin-bottom: 10px; }

/* IMAGE AU CENTRE */
.horaires-image { flex: 1 1 320px; max-width: 460px; overflow: hidden; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07); }

.horaires-image img { width: 100%; height: 100%; object-fit: cover; border: 5px solid #fdf9ed; }

/* ===== CONTACT CARD ===== */
.contact-card { background: #fdf9ed; }

.btn-contact { display: inline-block; margin-top: 25px; background: #fdf9ed; color: #7a0000 !important; border: 3px solid #7a0000; padding: 12px 28px; text-decoration: none; font-family: "The Seasons"; font-weight: 600; transition: .3s; }

.btn-contact:hover { background: #7a0000; color: #fdf9ed !important; }

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) { .horaires-container { flex-direction: column; align-items: center; } .horaires-image { max-width: 100%; } }

/*# sourceMappingURL=custom.css.map */