@charset "UTF-8";
@import url(main.css);
nav.navbar { margin: 10px; border-radius: 10px; }

.navbar { transition: all 0.3s ease; }

.navbar.scrolled { background-color: rgba(223, 160, 71, 0.8) !important; backdrop-filter: blur(1rem); }

/* 📱 Responsive : navbar TOUJOURS visible */
@media (max-width: 991px) { .navbar { background-color: rgba(223, 160, 71, 0.8) !important; backdrop-filter: blur(1rem); } }

.navbar-brand { height: 8vh !important; width: 8vw !important; }

.logo_nav { height: 9vh !important; }

@media (max-width: 900px) { a.navbar-brand { height: 8vh !important; width: 12vh !important; padding-top: 1px !important; } }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.my-2.my-lg-1.p-2.rounded-pill.text-decoration-none.button-header-telephone { background: transparent; border: 2px solid white; padding: 10px 20px !important; color: white !important; }

.mb-5.googleReviews-div { margin-bottom: 100px !important; margin-top: -20px; }

.owl-carousel .owl-stage { padding-bottom: 40px; }

img.card-img-top.avatar-google-place.rounded-circle.d-lg-flex.align-items-lg-center.justify-content-center.m-2 { content: url("https://firebasestorage.googleapis.com/v0/b/refpro-app-ca244.appspot.com/o/customers%2F8wfViOOQceWwx7cHiJSbqcIrEIT2%2Fimages%2FLogo_Chez_Tot_1_vbxz.webp?alt=media&token=610b2070-8e2b-4481-a10a-5a9083ac14ab"); width: 150px !important; height: 150px !important; margin-right: 20px !important; }

.d-lg-flex.align-items-center.justify-content-lg-between.text-center.text-lg-start.p-lg-4 { padding: 0px !important; }

.align-items-lg-center h3 { display: none; }

a#maps-url { background: #de9f46; color: black !important; }

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

.btnDevis { position: fixed; bottom: 20px; right: 10px; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 10px 22px; background: #e0a33a; color: #2f2a27 !important; text-decoration: none; border-radius: 50px; z-index: 10; box-shadow: 0 18px 40px rgba(47, 42, 39, 0.22); transition: all 0.3s ease; }

.btnDevis span { font-family: 'Oooh Baby', cursive; font-size: 25px; font-weight: 600; letter-spacing: 1px; line-height: 1; }

.btnDevis small { font-family: inherit; font-size: 14px; font-weight: 400; line-height: 1.2; letter-spacing: 0.2px; margin: 4px 0px; }

.btnDevis:hover { background: #febd59; transform: translateY(-3px); }

@media (max-width: 600px) { .btnDevis { right: 8px; bottom: 14px; padding: 9px 16px; } .btnDevis span { font-size: 20px; } .btnDevis small { font-size: 12px; } }

.col-8.col-md-2.mb-3.text-color-third h5 { font-size: 30px; }

/* =========================== MODE DE PAIEMENT =========================== */
.tot-payment { padding: 80px 24px; background: #fce7c8; border-radius: 35px; margin-bottom: 150px; }

.tot-payment__container { max-width: 1050px; margin: 0 auto; text-align: center; }

.tot-payment__kicker { margin: 0 0 16px !important; color: #dfa047 !important; text-transform: uppercase; letter-spacing: 0.18em; font-weight: 800; display: inline-block; font-size: 18px; }

.tot-payment h2 { margin: 0 0 28px; color: #2f2a27; font-size: 50px; }

.tot-payment__list { display: flex; flex-direction: column; gap: 14px; max-width: 780px; margin: 0 auto; }

.tot-payment__list p { margin: 0; color: rgba(47, 42, 39, 0.88); font-size: 18px; line-height: 1.6; }

.tot-payment__check { display: inline-flex; align-items: center; justify-content: center; margin-right: 8px; width: 24px; height: 24px; border-radius: 50%; background: #dfa047; color: #ffffff; font-weight: 900; font-size: 15px; }

.tot-payment__logos { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 50px; padding-top: 30px; border-top: 1px solid rgba(47, 42, 39, 0.15); }

.tot-payment__logos img { height: 70px; width: auto; max-width: 120px; object-fit: contain; }

@media (max-width: 640px) { .tot-payment__logos { gap: 18px; margin-top: 30px; padding-top: 25px; } .tot-payment__logos img { height: 38px; max-width: 100px; } }

@media (max-width: 640px) { .tot-payment { padding: 60px 20px; } .tot-payment__list p { font-size: 17px; } .tot-payment__kicker { font-size: 15px; } .tot-payment h2 { font-size: 40px; } }

/* =========================== HEADER PAGE CONTACT =========================== */
.tot-contact-hero { position: relative; width: 100%; height: 55vh; min-height: 500px; overflow: hidden; background-color: #2f2a27; border-radius: 0 0 35px 35px; margin-top: -50px; }

.tot-contact-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 0; }

.tot-contact-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.3) 100%); z-index: 1; pointer-events: none; }

.tot-contact-hero__container { position: relative; z-index: 2; max-width: 1200px; height: 100%; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 2fr; align-items: center; gap: 60px; padding-top: 60px; }

.tot-contact-hero__logo { display: flex; align-items: center; justify-content: flex-end; }

.tot-contact-hero__logo img { max-width: 230px; width: 100%; height: auto; filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.25)); }

.tot-contact-hero__text { display: flex; align-items: center; gap: 50px; }

.tot-contact-hero__line { width: 4px; height: 210px; background-color: #ffbd59; border-radius: 50px; }

.tot-contact-hero__content h1 { margin: 0 0 18px; color: #ffffff; font-size: clamp(58px, 7vw, 92px); line-height: 0.95; text-shadow: 3px 3px 18px rgba(0, 0, 0, 0.45); }

.tot-contact-hero__content p { max-width: 620px; margin: 0; color: #ffffff; font-size: 20px; line-height: 1.7; font-weight: 400; letter-spacing: 0.2px; text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.45); }

@media (max-width: 900px) { .tot-contact-hero__container { grid-template-columns: 1fr; gap: 30px; padding: 40px 20px; justify-items: center; text-align: center; } .tot-contact-hero__logo { justify-content: center; } .tot-contact-hero__logo img { max-width: 180px; } .tot-contact-hero__text { justify-content: center; gap: 22px; } }

@media (max-width: 600px) { .tot-contact-hero { height: auto; min-height: 500px; padding: 40px 0; padding-top: 90px; } .tot-contact-hero__logo img { max-width: 200px; } .tot-contact-hero__text { flex-direction: column; gap: 18px; } .tot-contact-hero__line { width: 70px; height: 4px; } .tot-contact-hero__content h1 { font-size: 56px; margin-top: 20px; } .tot-contact-hero__content p { font-size: 16px; } }

/* =========================== SEO =========================== */
.fs-6.lead.mt-4.mb-4 { color: #000000bf; font-size: 17px !important; line-height: 1.75; }

.display-6.titles.fw-bold.text-body-emphasis.lh-1 { margin-bottom: 0px !important; }

.display-6.titles.fw-bold.text-body-emphasis.lh-1 h4 { letter-spacing: 0.18em; font-size: 18px; }

/* =========================== HORAIRES + MAP =========================== */
.tot-info { position: relative; background: #ffeacb; padding: 100px 0; overflow: hidden; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2F8wfViOOQceWwx7cHiJSbqcIrEIT2%2Fimages%2FChatGPT_Image_1_juil_2026_12_22_27_zqhu.webp"); background-size: cover; background-position: center; overflow: hidden; border-radius: 35px; }

.tot-info__overlay { position: absolute !important; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.38) 45%, rgba(0, 0, 0, 0.12) 100%); z-index: 1; pointer-events: none; }

.tot-info, .tot-info * { box-sizing: border-box; position: relative; }

.tot-info__container, .tot-info__card, .tot-info__map-wrapper { min-width: 0; }

.tot-info__container { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: flex-start; max-width: 1300px; margin: 0 auto; position: relative; z-index: 2; }

.tot-info__card, .tot-info__map-wrapper { background: #fff; border-radius: 28px; box-shadow: 0 18px 50px rgba(47, 42, 39, 0.12); padding: 38px 34px; }

.tot-info__header, .tot-info__map-header { display: flex; align-items: center; gap: 14px; margin-bottom: 35px; }

.tot-info__icon-wrapper { background: #ffffff; border: 2px solid #dfa046; width: 48px; height: 48px; border-radius: 50px; display: flex; flex: 0 0 48px; align-items: center; justify-content: center; }

.tot-info__icon { width: 24px; height: 24px; color: #dfa046; }

.tot-info__title { font-size: 50px; line-height: 1.1; margin: 0; color: #2f2a27; }

.tot-info__schedule { display: flex; flex-direction: column; gap: 8px; }

.tot-info__day-row { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 14px; background: rgba(255, 189, 89, 0.18); transition: 0.25s ease; }

.tot-info__day-row.today { background: rgba(223, 160, 71, 0.28); border: 1px solid #dfa047; }

.tot-info__day-name { font-size: 16px; font-weight: 800; color: #2f2a27; }

.tot-info__hours { font-size: 16px; font-weight: 700; color: #6f4e22; text-align: right; }

.tot-info__hours.closed { color: #9b7b52; }

.tot-info__today-badge { font-size: 12px; font-weight: 700; margin-left: 8px; color: #dfa047; }

.tot-info__map-header { margin-bottom: 24px; }

.tot-info__map-wrapper iframe { width: 100% !important; max-width: 100% !important; height: 425px; display: block; margin: 0 auto; border-radius: 20px; }

@media (max-width: 1024px) { .tot-info__container { grid-template-columns: 1fr; gap: 42px; } }

@media (max-width: 640px) { .tot-info { padding: 55px 0; } .tot-info__container { padding: 0 15px; } .tot-info__card, .tot-info__map-wrapper { width: 100%; max-width: 100%; padding: 22px 15px; border-radius: 20px; overflow: hidden; } .tot-info__day-row { width: 100%; flex-wrap: wrap; padding: 12px; } .tot-info__day-name, .tot-info__hours { font-size: 14px; } .tot-info__map-wrapper iframe { height: 300px; } .tot-info__title { font-size: 45px; } }

/* =========================== La Carte =========================== */
.tot-menu-preview { position: relative; padding: 90px 120px; display: flex; align-items: center; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2F8wfViOOQceWwx7cHiJSbqcIrEIT2%2Fimages%2FFond_Chez_Tot_ir8m.webp"); background-size: cover; background-position: center; overflow: hidden; border-radius: 35px; }

.tot-menu-card { width: 100%; padding: 48px; background: #fff; border-radius: 34px; box-shadow: 0 25px 70px rgba(47, 42, 39, 0.22); max-width: 1450px; width: 100%; margin: 0 auto; text-align: center; }

.tot-menu-kicker { margin: 0 0 16px !important; color: #dfa047 !important; text-transform: uppercase; letter-spacing: 0.18em; font-weight: 800; display: inline-block; font-size: 18px; }

.tot-menu-card h2 { margin: 0 0 30px; color: #2f2a27; line-height: 1.05; font-size: 55px; }

.tot-menu-card p { color: #000000bf; font-size: 17px; line-height: 1.85; max-width: 1150px; margin: 0 auto 18px; }

.tot-menu-btn { display: inline-flex; align-items: center; justify-content: center; margin-top: 16px; padding: 15px 30px; border-radius: 50px; background: #fff; color: #dfa046 !important; text-decoration: none; font-weight: 800; transition: all 0.3s ease; border: 2px solid #dfa046; font-size: 16px; letter-spacing: 0.5px; }

.tot-menu-btn:hover { background: #de9f46; color: #ffffff !important; transform: translateY(-3px); }

.tot-menu-reservation { margin-top: 26px !important; font-weight: 600; color: #2f2a27 !important; }

.tot-menu-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 10px; }

.tot-menu-reservation a { color: #dfa046 !important; font-weight: 600; text-decoration: underline; transition: color .3s ease; }

@media (max-width: 768px) { .tot-menu-preview { min-height: auto; padding: 80px 24px; align-items: flex-end; } .tot-menu-card { max-width: none; padding: 34px 26px; border-radius: 26px; } .tot-menu-card h2 { font-size: 50px; } .tot-menu-kicker { font-size: 15px; } }

/* =========================== BLOC A PROPOS CHEZ TOT' =========================== */
.tot-about-home { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr); gap: clamp(48px, 7vw, 120px); align-items: center; padding: clamp(90px, 10vw, 140px) clamp(24px, 7vw, 120px); background: #fff; color: #2f2a27; }

.tot-about-visual { position: relative; min-height: 650px; }

.tot-about-img { position: absolute; display: block; width: 100%; height: auto; object-fit: cover; }

.tot-about-img-main { top: 0; left: 0; width: 72%; height: 420px; z-index: 2; border-radius: 28px; border: 3px solid #ffbd59; padding: 6px; background: #fff8ef; }

.tot-about-img-second { right: 0; bottom: 0; width: 72%; height: 420px; z-index: 3; border-radius: 28px; border: 3px solid #dfa047; padding: 6px; background: #fff8ef; }

.tot-about-badge { position: absolute; left: 25%; top: 66%; transform: translate(-50%, -50%) rotate(-6deg); z-index: 5; width: 165px; height: 165px; border-radius: 50%; background: #dfa047; color: #ffffff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 18px 40px rgba(47, 42, 39, 0.22); }

.tot-about-badge span { max-width: 110px; font-size: 20px; line-height: 1.2; font-weight: 600; letter-spacing: 0.5px; }

.tot-about-content { position: relative; z-index: 4; max-width: 660px; }

.tot-about-kicker { margin: 0 0 18px; color: #dfa047; text-transform: uppercase; letter-spacing: .18em; font-size: 18px; font-weight: 600; }

.tot-about-content h2 { margin: 0 0 30px; color: #2f2a27; font-size: clamp(50px, 4.6vw, 65px); font-weight: 500 !important; line-height: 1; }

.tot-about-content p:not(.tot-about-kicker) { margin: 0 0 22px; color: #000000bf; font-size: 17px; line-height: 1.85; }

.tot-about-event { display: flex; align-items: flex-start; gap: 18px; margin-top: 40px; padding-top: 10px; }

.tot-about-event__line { flex: 0 0 3px; height: 72px; background: #dfa047; border-radius: 10px; }

.tot-about-event p { margin: 0; font-size: 17px; line-height: 1.7; }

.tot-about-event strong { display: block; margin-bottom: 4px; color: #dfa047; font-size: 20px; }

@media (max-width: 980px) { .tot-about-home { grid-template-columns: 1fr; } .tot-about-visual { min-height: 540px; } .tot-about-content { max-width: none; } }

@media (max-width: 640px) { .tot-about-home { padding: 80px 24px; } .tot-about-visual { min-height: 420px; } .tot-about-img-main { width: 82%; height: 270px; } .tot-about-img-second { width: 82%; height: 300px; } .tot-about-badge { width: 120px; height: 120px; left: 15%; top: 65%; } .tot-about-badge strong { font-size: 40px; } .tot-about-badge span { font-size: 13px; } .tot-about-kicker { font-size: 15px; } }

/* ============================== ACCUEIL ============================== */
.chez-hero { position: relative; height: 95vh; display: flex; align-items: center; padding: 160px 8% 110px; overflow: hidden; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2F8wfViOOQceWwx7cHiJSbqcIrEIT2%2Fimages%2FChatGPT_Image_30_juin_2026_15_31_30_gjdz.webp"); background-size: cover; background-position: center; border-radius: 0 0 35px 35px; }

.chez-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.38) 45%, rgba(0, 0, 0, 0.12) 100%); z-index: 1; }

.chez-hero__content { position: relative; z-index: 2; max-width: 850px; color: #ffffff; }

.chez-hero__tag { display: inline-block; margin-bottom: 18px; padding: 9px 18px; color: #e0a33a; font-weight: 600; border-left: 2px solid #e0a33a; font-size: 24px; text-transform: uppercase; letter-spacing: 0.5px; }

.chez-hero h1 { margin: 0 0 30px; font-size: 110px; line-height: 0.9; color: #ffffff; }

.chez-hero p { max-width: 560px; margin: 0 0 38px; font-size: 20px; line-height: 1.7; }

.chez-hero__buttons { display: flex; flex-wrap: wrap; gap: 14px; }

.chez-hero__btn { display: inline-flex; align-items: center; justify-content: center; padding: 15px 26px; border-radius: 50px; text-decoration: none; font-weight: 800; transition: all 0.3s ease; letter-spacing: 0.5px; }

.chez-hero__btn--primary { background: #e0a33a; color: #2f2a27 !important; border: 2px solid #e0a33a; transition: all 0.3s ease; }

.chez-hero__btn--secondary { background: transparent; color: #ffffff; border: 2px solid #ffffff; transition: all 0.3s ease; }

.chez-hero__btn--primary:hover { background: #ffffff; border-color: #ffffff; color: #2f2a27; transform: translateY(-3px); }

.chez-hero__btn--secondary:hover { background: #ffffff; color: #2f2a27; transform: translateY(-3px); }

.chez-hero__info { display: inline-flex !important; align-items: center; max-width: none !important; width: auto; margin: 20px 0 0 !important; padding: 10px 16px; background: rgba(0, 0, 0, 0.7); border-radius: 14px; color: #ffffff; font-size: 16px !important; line-height: 1.4 !important; }

.chez-hero__info svg { flex: 0 0 18px; color: #e0a33a; margin-right: 10px; }

.chez-hero__info strong { color: #e0a33a; font-weight: 700; }

.chez-hero__info span { display: inline; }

@media (max-width: 640px) { .chez-hero__info { display: flex !important; max-width: 100% !important; width: 100%; font-size: 14px !important; margin-top: 16px !important; } }

@media (max-width: 1200px) { .chez-hero { height: 85vh; padding: 140px 7% 90px; } .chez-hero h1 { font-size: 90px; } .chez-hero__tag { font-size: 20px; } }

@media (max-width: 900px) { .chez-hero { height: auto; min-height: 780px; padding: 130px 6% 80px; align-items: flex-end; background-position: center; } .chez-hero__overlay { background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.72) 100%); } .chez-hero__content { max-width: 100%; } .chez-hero h1 { font-size: 74px; } .chez-hero p { max-width: 620px; font-size: 18px; } }

@media (max-width: 640px) { .chez-hero { min-height: 680px; padding: 110px 24px 55px; border-radius: 0 0 26px 26px; background-position: center; } .chez-hero__tag { font-size: 15px; padding: 7px 0 7px 14px; margin-bottom: 14px; } .chez-hero h1 { font-size: 58px; margin-bottom: 22px; } .chez-hero p { font-size: 16px; line-height: 1.65; margin-bottom: 28px; } .chez-hero__buttons { flex-direction: column; width: 100%; gap: 12px; margin-bottom: 40px; } .chez-hero__btn { width: 100%; padding: 14px 20px; font-size: 15px; } }

@media (max-width: 400px) { .chez-hero { height: 95vh; padding: 100px 18px 45px; } .chez-hero h1 { font-size: 80px; } .chez-hero p { font-size: 15px; margin-bottom: 50px; } }

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