.contact_cad_avatar { width: 32px; height: 32px; display: inline-block; margin: 0 3px; vertical-align: middle; } .contact_avatar { width: 30px; height: 30px; color: #fff; display: table-cell; background-color: var(--brand); border-radius: 50%; text-align: center; vertical-align: middle; font-size: 0.65rem; } .societe_cad_avatar { width: 42px; height: 36px; display: inline-block; margin: 0 3px; vertical-align: middle; } .societe_avatar { width: 42px; height: 36px; color: #fff; display: table-cell; background-color: var(--brand); text-align: center; vertical-align: middle; font-size: 0.65rem; } .cgv_accept { padding-inline-start: 0; line-height: 1rem; } .msgAlert_cadre { position: fixed; top: -100%; left: 5%; right: 5%; width: auto; text-align: center; z-index: 9999; padding: 15px 20px; box-shadow: 1px 1px 12px #555; font-size: 1rem; animation-name: alert_slide; animation-duration: 10s; } @keyframes alert_slide { 0% { top: -100%; opacity: 0; } 10% { top: 0%; opacity: 1; } 90% { top: 0%; opacity: 1; } 100% { top: -100%; opacity: 0; } } .msgAlert_close { animation-name: alert_close; animation-duration: 2s; } @keyframes alert_close { 0% { top: 0%; opacity: 1; } 100% { top: -100%; opacity: 0; } } .msgAlert_cadre_hide { position: absolute; left: 50%; transform: translate(-50%,-130%); text-align: center; z-index: 5; padding: 15px 60px; box-shadow: 1px 1px 12px #555; transition: all 1s; font-size: 1rem; } .msgAlert_niv1 { border: #ebb5b6 solid 1px; background-color: #fde1e2; color: #c65d5c; border-top: none; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .msgAlert_niv1 a { color: green; } .msgAlert_niv1 a:hover { text-decoration: underline; } .msgAlert_niv2 { border: #dfebb5 solid 1px; background-color: #f7fde1; color: #95bc01; border-top: none; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .msgAlert_niv3 { border: #2a7ab4 solid 1px; background-color: #e0f2ff; color: #22629b; border-top: none; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .msgAlert_niv4 { border: #2a7ab4 solid 1px; background-color: #f6f6dc; color: #22629b; border-top: none; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } a.msgAlert_link { cursor: pointer; } a.msgAlert_link_niv1 { color: #c65d5c; } a.msgAlert_link_niv2 { color: #95bc01; } a.msgAlert_link_niv3 { color: #22629b; } .msgAlert_croix { width: 30px; height: 30px; position: absolute; right: 6px; bottom: 6px; fill: #777; } .msgAlert_croix:hover { opacity: 0.5; } .pwa-local-news { min-height: 100vh; background: #fff; } .pwa-local-news__page { width: min(100%, 560px); margin: 0 auto; padding: 76px 16px calc(var(--bottombar-h, 64px) + 34px); color: #111; } .pwa-local-news__back { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; margin-bottom: 16px; padding: 0 14px; border-radius: 999px; background: #f2f4f5; color: #333; font-size: 0.86rem; font-weight: 700; text-decoration: none; } .pwa-local-news__header { margin-bottom: 18px; } .pwa-local-news__header h1 { margin: 0 0 8px; color: var(--brand, #168b8f); font-size: 1.58rem; line-height: 1.15; font-weight: 800; } .pwa-local-news__header p { margin: 0; color: #666; font-size: 0.96rem; line-height: 1.4; } .pwa-local-news__state { padding: 18px; border-radius: 14px; background: #f6f7f7; color: #555; text-align: center; line-height: 1.4; } .pwa-local-news__list { display: flex; flex-direction: column; gap: 14px; } .pwa-local-news__card { overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09); } .pwa-local-news__image { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #eceff1; } .pwa-local-news__body { display: flex; flex-direction: column; gap: 10px; padding: 14px; } .pwa-local-news__body h2 { margin: 0; color: #111; font-size: 1.03rem; line-height: 1.27; font-weight: 800; } .pwa-local-news__meta { color: #727272; font-size: 0.78rem; line-height: 1.25; } .pwa-local-news__button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; margin-top: 2px; padding: 0 14px; border-radius: 999px; background: var(--brand, #168b8f); color: #fff; font-size: 0.9rem; font-weight: 800; text-decoration: none; } .pwa-local-news__button[data-news-more] { display: flex; width: max-content; max-width: 100%; margin: 18px auto 0; padding: 0 22px; border: 0; cursor: pointer; } @media (min-width: 560px) { .pwa-local-news__card { display: grid; grid-template-columns: 180px 1fr; } .pwa-local-news__image { height: 100%; min-height: 150px; aspect-ratio: auto; } } #gen_popup { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; display: none; justify-content: center; align-items: center; background: rgba(0,0,0,0.5); z-index: 999999; } .gen-popup__window_show { display: flex !important; } .gen-popup__window_hide { display: none !important; } .gen-popup__cad { position: relative; background: #fff; border-radius: 20px; max-width: 90%; max-height: 90%; overflow: auto; } .gen-popups__window_btn { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.3); border-radius: 50%; color: white; cursor: pointer; z-index: 10; } .gen-popups__window_btn svg { width: 100%; height: 100%; fill: currentColor; display: block; } .share-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); display: none; align-items: flex-end; justify-content: center; z-index: 9999; } .share-overlay.active { display: flex; } .share-box { background: #f3f3e9; width: 100%; max-width: 500px; border-top-left-radius: 20px; border-top-right-radius: 20px; padding: 20px 20px 30px; box-shadow: 0 -5px 20px rgba(0,0,0,0.2); animation: slideUp 0.25s ease; position: relative; } .share-buttons { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; gap: 10px; height: 140px; margin-top: 15px; } .share-buttons button { border: none; cursor: pointer; color: #000; font-size: 0.8rem; width: calc(((100% - 30px) / 5)); display: flex; flex-wrap: wrap; justify-content: center; align-content: center; background-color: unset; } .share-close { position: absolute; right: 5px; top: -20px; width: 40px; height: 40px; background: none; border: none; font-size: 18px; cursor: pointer; background-color: #fff; border-radius: 50%; } @keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } } .carousel { position: relative; width: 100%; margin: 0 auto; aspect-ratio: 3 / 2; overflow: hidden; font-family: sans-serif; border-radius: 10px; touch-action: pan-y; user-select: none; } .carousel img, .carousel video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0; transform: translateX(0); transition: transform 0.3s ease, opacity 0.3s ease; border-radius: 0 !important; pointer-events: none; } .carousel video { pointer-events: auto; } .carousel img.active, .carousel video.active { opacity: 1; z-index: 2; } .carousel img.is-enter-next, .carousel video.is-enter-next { opacity: 1; transform: translateX(100%); z-index: 3; } .carousel img.is-enter-prev, .carousel video.is-enter-prev { opacity: 1; transform: translateX(-100%); z-index: 3; } .carousel img.is-enter-active, .carousel video.is-enter-active { transform: translateX(0); } .carousel img.is-leave-next, .carousel video.is-leave-next, .carousel img.is-leave-prev, .carousel video.is-leave-prev { opacity: 1; transform: translateX(0); z-index: 2; } .carousel img.is-leave-next.is-leave-active, .carousel video.is-leave-next.is-leave-active { transform: translateX(-100%); } .carousel img.is-leave-prev.is-leave-active, .carousel video.is-leave-prev.is-leave-active { transform: translateX(100%); } .carousel .nav { position: absolute; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; display: flex; border-radius: 50%; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.3); color: white; cursor: pointer; user-select: none; z-index: 10; border: none; } .carousel .nav.prev { left: 12px; } .carousel .nav.next { right: 12px; } .carousel .nav svg { width: 30px; height: 30px; display: block; fill: currentColor; pointer-events: none; } .carousel .nav:hover svg { transform: none; } .carousel .counter { position: absolute; bottom: 10px; right: 16px; background: rgba(0,0,0,0.6); color: white; padding: 2px 12px; font-size: 15px; border-radius: 8px; z-index: 12; font-weight: 500; } .chp_cadre { display: flex; justify-content: center; align-items: center; gap: 10px; width: 100%; min-height: 35px; margin-bottom: 10px; } .chp_lgd_g { display: flex; justify-content: flex-end; align-items: center; width: 30%; font-family: u2019Robotou2019, sans-serif; font-size: 0.9rem; line-height: 0.9rem; color: #bbb; font-weight: 500; } .chp_ldg_textarea { line-height: initial; padding-top: 5px; } .chp_help_text { margin-top: 5px; padding-left: 30%; color: #999; font-size: 0.8rem; } .chp_help_text2 { position: absolute; top: 40px; padding: 5px; background: #fafabb; font-size: 0.85rem; line-height: 0.85rem; border-radius: 5px; border: 1px solid #ccc; box-shadow: 0px 3px 4px 2px rgb(0 0 0 / 30%); z-index: 1; color: #777; display: none; } .chp_input_inv:focus + .chp_help_text2{ display:block; } .chp_input_inv { box-sizing: border-box; border: none; background: none; color: #000; line-height: 35px; width: 100%; padding: 0 6px; } .chp_lgd_h { display: block; text-align: left; height: 20px; font-size: 0.9rem; color: #000; } .chp_lgd_hc { display: block; text-align: center; height: 20px; font-size: 0.95rem; color: #999; } .chp_cont_g { display: block; width: 70%; vertical-align: middle; text-align: left !important; border-bottom: 1px solid #ccc; padding-left: 5px; } .chp_cont_g p { padding: 0; } .chp_cont_ta_g { display: block; width: 70%; vertical-align: middle; text-align: left; border-bottom: 1px solid #ccc; padding: 0 0 7px 5px; } .chp_cont_ta_h { display: block; width: 70%; vertical-align: top; text-align: left; border-bottom: 1px solid #ccc; padding-bottom: 10px; } .chp_cont_h { display: block; border-bottom: 1px solid #ccc; } .chp_cont_help { display: block; width: 70%; vertical-align: middle; text-align: left; padding: 0 0 7px 5px; color: grey; font-size: 0.8rem; font-style: italic; } .chp_form_g { display: block; width: 70%; vertical-align: middle; text-align: left; position: relative; } .chp_form_h, .chp_form_hc { display: table-row; } .chp_table { display: flex; width: 100%; vertical-align: middle; text-align: center; } .chp_cell { display: block; vertical-align: middle; width: 68%; } .input_container { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 0 !important; margin-bottom: 10px; } .input_legend { margin-bottom: 5px; font-size: 0.9rem; color: #777; text-align: center; } .input_visible { background-color: #f5f5f5; border: 1px solid #ccc; border-bottom: none; border-right: none; position: relative; line-height: 35px; border-radius: 10px; padding: 0; } .input_visible_2items { background-color: #f5f5f5; border: 1px solid #ccc; border-bottom: none; border-right: none; position: relative; line-height: 35px; border-radius: 10px; padding: 0 5px; display: flex; align-items: center; justify-content: center; } .div_visvisible_cb_2items { display: inline-flex; justify-content: center; align-items: center; width: 100%; height: 100%; } .g-toggle { position: relative; width: 100%; min-height: 44px; display: inline-grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 4px; align-items: center; justify-content: start; padding: 4px; border: 1px solid rgba(229, 231, 235, .95); border-radius: 999px; background: #f8fafc; overflow: hidden; } .g-toggle::before { content: ""; position: absolute; z-index: 0; top: 4px; left: 4px; width: calc((100% - 8px) / 2); height: calc(100% - 8px); border-radius: 999px; background: var(--g-color-main, var(--brand, #168b8f)); box-shadow: 0 8px 18px rgba(11, 95, 159, .18); transform: translateX(100%); transition: transform .22s ease; } .g-toggle:has(label:first-child input:checked)::before { transform: translateX(0); } .g-toggle:has(label:nth-child(2) input:checked)::before { transform: translateX(100%); } .g-toggle:has(label:nth-child(3):last-child)::before { width: calc((100% - 8px) / 3); } .g-toggle:has(label:nth-child(3):last-child):has(label:nth-child(2) input:checked)::before { transform: translateX(100%); } .g-toggle:has(label:nth-child(3):last-child):has(label:nth-child(3) input:checked)::before { transform: translateX(200%); } .g-toggle:has(label:nth-child(4):last-child)::before { width: calc((100% - 8px) / 4); } .g-toggle:has(label:nth-child(4):last-child):has(label:nth-child(2) input:checked)::before { transform: translateX(100%); } .g-toggle:has(label:nth-child(4):last-child):has(label:nth-child(3) input:checked)::before { transform: translateX(200%); } .g-toggle:has(label:nth-child(4):last-child):has(label:nth-child(4) input:checked)::before { transform: translateX(300%); } .g-toggle label { position: relative; z-index: 1; display: flex; cursor: pointer; } .g-toggle input { position: absolute; opacity: 0; pointer-events: none; } .g-toggle span { width: 100%; min-width: 0; min-height: 34px; display: inline-flex; align-items: center; justify-content: center; padding: 7px 14px; border-radius: 999px; color: var(--g-text-muted, #5b6170); font-size: 14px; font-weight: 700; transition: color .16s ease, background .16s ease, box-shadow .16s ease; } .g-toggle label:hover span { color: var(--g-color-main, var(--brand, #168b8f)); background: rgba(11, 95, 159, .06); } .g-toggle input:checked + span { color: #fff; background: transparent; box-shadow: none; } .g-toggle input:focus-visible + span { box-shadow: 0 0 0 4px rgba(11, 95, 159, .12); } .input_invisible { box-sizing: border-box; border: none; background: none; width: 100%; color: #555; font-size: 1rem; font-weight: 500; line-height: 1.1rem; min-height: 40px; padding: 0; margin: 0; display: flex; align-items: center; } .input_field { box-sizing: border-box; border: none; background: none; width: 100%; color: #555; font-size: 1rem; font-weight: 500; line-height: 1.1rem; padding: 0 11px; margin: 0; font-family: inherit; } .input_field:focus { outline: none; } .input_visible:focus-within { box-shadow: 0 0 0 2px rgba(17, 152, 180, 0.18); } input.input_field, select.input_field { height: 38px; } textarea.input_field { min-height: 90px; padding: 8px 11px; line-height: 1.25rem; resize: vertical; } .place-hours-table { width: 100%; border-collapse: collapse; margin-top: 8px; font-size: 0.95rem; line-height: 1.25rem; } .place-hours-table tr { border-bottom: 1px solid rgba(0, 0, 0, 0.08); } .place-hours-table tr:last-child { border-bottom: none; } .place-hours-table th, .place-hours-table td { padding: 7px 0; vertical-align: top; } .place-hours-table th { width: 38%; padding-right: 12px; text-align: left; color: #333; font-weight: 700; white-space: nowrap; } .place-hours-table td { color: #222; text-align: left; } .place-hours-table__range { display: inline-block; white-space: nowrap; } .place-hours-table__sep { color: #888; } .place-hours-table__closed, .place-hours-table__empty { color: #777; } .input_time { min-width: 82px; } .input_opening_hours { padding: 10px; line-height: 1.2; } .opening-hours__value { display: none; } .opening-hours { display: flex; flex-direction: column; gap: 8px; } .opening-hours__day { display: grid; grid-template-columns: minmax(70px, 0.55fr) minmax(0, 1fr) 28px; gap: 8px; align-items: start; padding: 8px; border-radius: 9px; background: rgba(255, 255, 255, 0.7); } .opening-hours__status { display: flex; align-items: center; gap: 6px; min-height: 32px; color: #555; font-size: 0.85rem; font-weight: 600; } .opening-hours__open { accent-color: #18a957; } .opening-hours__day-name { overflow-wrap: anywhere; } .opening-hours__day--closed .opening-hours__ranges { opacity: 0.45; } .opening-hours__ranges { display: flex; flex-direction: column; gap: 6px; } .opening-hours__range { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 5px; align-items: center; } .opening-hours__range--hidden { display: none; } .opening-hours__time-wrap { display: flex; align-items: center; min-height: 32px; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.12); background: #fff; padding: 0 4px; } .opening-hours__time { height: 30px !important; min-height: 30px; min-width: 0; width: 100%; font-size: 0.85rem; } .opening-hours__separator { color: #777; font-weight: 700; } .opening-hours__actions { display: flex; flex-direction: column; gap: 5px; align-items: stretch; } .opening-hours__copy, .opening-hours__toggle-second { border: none; border-radius: 999px; background: #eef4f5; color: #26797b; cursor: pointer; font-size: 0.7rem; font-weight: 700; min-height: 28px; width: 28px; height: 28px; padding: 0; display: flex; align-items: center; justify-content: center; } .opening-hours__copy svg, .opening-hours__toggle-second svg { width: 18px; height: 18px; max-width: 18px; max-height: 18px; display: block; } @media (max-width: 430px) { .opening-hours__day { grid-template-columns: 1fr 28px; } .opening-hours__status { grid-column: 1 / -1; } .opening-hours__ranges { grid-column: 1; grid-row: 2; } .opening-hours__range { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); } .opening-hours__actions { grid-column: 2; grid-row: 2; } .opening-hours__copy { width: 28px; height: 28px; min-height: 28px; padding: 0; } } .input_number { position: relative; display: inline-block; width: 100%; } .input_select { width: 100%; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; background-image: none; background-size: 27px; background-position-x: 97%; background-position-y: 50%; background-repeat: no-repeat; padding: 10px 38px 10px 15px; background-color: unset; } .input_select__frame { position: relative; } .input_select__chevron { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; color: #687373; pointer-events: none; } .input_select__chevron svg { width: 18px; height: 18px; stroke: currentColor; } .input_number input { width: 100%; padding-right: 65px; box-sizing: border-box; text-align: right; } .input_number .unit { position: absolute; right: 20px; top: 0; height: 100%; display: flex; align-items: center; color: #666; pointer-events: none; } .qty { display: inline-flex; align-items: center; border-radius: 8px; overflow: hidden; } .qty-btn { width: 30px; height: 40px; border: none; background: #f5f5f5; font-size: 1.5rem; font-weight: bold; color: var(--brand); cursor: pointer; transition: background 0.2s; display: inline-flex; align-items: center; justify-content: center; } .qty-btn svg { width: 18px; height: 18px; display: block; color: currentColor; fill: currentColor; } .qty-btn:hover { background: #e0e0e0; } .qty-btn:disabled { opacity: 0.4; cursor: not-allowed; font-weight: normal; } .qty-input { width: 60px; height: 40px; border: none; text-align: center; font-size: 16px; background: #fff; } .qty-input::-webkit-outer-spin-button, .qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .qty-input[type=number] { -moz-appearance: textfield; } .valid_ligne1 { margin: 0; font-weight: bold; } .valid_ligne2 { margin: 0 0 20px 0; } .img_cadre_rond { border-radius: 50%; display: inline-block; width: 110px; height: 110px; margin: 0 4px 0 0; } .img_input_file { display: inline-block; width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; cursor: pointer; } .img_show_cadre { position: relative; } .input-img__input-file_container { display: inline-block; width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; cursor: pointer; } .img_show_cadre { position: relative; width: 160px !important; height: 120px !important; vertical-align: middle; margin: 0; border: 1px solid #ddd; } .img_photo { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: 1px solid #bbb; } .img_cadre_carre { border: 1px solid #999; display: inline-block; width: 110px; height: 110px; margin: 0 3px; } .img_cadre_rond { border-radius: 50%; display: inline-block; width: 110px; height: 110px; margin: 0 3px; } .img_cadre_none { display: inline-block; width: 110px; height: 110px; margin: 0 3px; } .img_show_carre_arrondi { border-radius: 10%; } .img_show_style { border-radius: 50%; border-top-left-radius: 100%; border-bottom-right-radius: 100%; } .is-dragging { opacity: 0.9; } .drag-placeholder { border: 1px dashed #ccc; background: rgba(0,0,0,0.05); margin: 5px 0; } [data-draggable-container] { touch-action: auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; width: 100%; } [data-drag-handle]{ touch-action: none; } [data-draggable-item] { position: relative; touch-action: auto; } .img_btn_ordre { border: unset; position : absolute; display: flex; justify-content: center; top: 8px; left: 8px; background-color: rgba(0, 0, 0, 0.5); padding: 5px; border-radius: 50%; color: #fff; font-weight: 900; width: 25px; height: 25px; box-shadow: 0px 0px 2px 2px rgb(125 125 125 / 50%); } .img_btn_drag { border: unset; position : absolute; display: block; bottom: 8px; left: 8px; background-color: #fff; padding: 5px; border-radius: 50%; color: #ea9d0c; width: 25px; height: 25px; box-shadow: 0px 0px 2px 2px rgb(125 125 125 / 50%); cursor: move; } .img_btn_delete { border: unset; position : absolute; display: block; bottom: 8px; right: 8px; background-color: #fff; padding: 5px; border-radius: 50%; color: #ea9d0c !important; width: 25px; height: 25px; box-shadow: 0px 0px 2px 2px rgb(125 125 125 / 50%); } .img_btn_number { border: unset; position : absolute; top: 5px; left: 8px; background-color: white; padding: 0; border-radius: 12px; width: 25px; height: 25px; text-align: center; box-shadow: 0px 0px 2px 2px rgb(125 125 125 / 50%); } .img_btn_move { border: unset; position : absolute; display: none; bottom: 8px; left: 8px; background-color: rgba(254, 254, 0254, 0.8); padding: 3px; border-radius: 12px; width: 25px; height: 25px; box-shadow: 0px 0px 2px 2px rgb(125 125 125 / 50%); } .img_btn_move:hover { background-color: white; } .img_name_file { background: rgba(255, 255, 255, .7); position: absolute; bottom: -5px; left: 0px; width: 100%; line-height: 8px; color: #555; padding: 3px 0; font-size: 0.45rem; } .chp_cadre_img { display: block; width: 100%; text-align: center; margin-bottom: 10px; } .img_file_cadre { display: inline-block; position: relative; vertical-align: bottom; border-left: 1px solid #ccc; border-top: 1px solid #ccc; color: #fff; text-align: center; cursor: pointer; position: relative; transition: all 0.2s; } .image_modif { display: none; position: absolute; right: 0; bottom: 0; z-index: 2; } .image_modif_image { display: none; color: #555; height: 100%; width: 100%; position: absolute; font-size: 0.8rem; } .image_modif_image_txt { display: grid; justify-items: center; align-items: center; width: 100%; line-height: 1.4rem; font-size: 1rem; font-weight: 600; color: #fff; text-shadow: 0.1em 0.1em #333; background-color: rgb(0 0 0 / 20%); } .img_file_cadre:hover .image_modif, .img_file_cadre:hover .image_modif_image { display: flex; } .image_modif_btn { text-align: center; box-shadow: 1px 1px 3px #999; color: #f2ac29; border: 0; background-color: #fff; width: 25px; height: 25px; margin-left: 5px; cursor: pointer; border-radius: 50%; } .img_file_cadre-size { width: 100px; height: 100px; } .tabs-buttons-div { border: 0; border-bottom: #bbb solid 1px; padding-left: 5px; width: 100%; } .tab_btn_on { border-top-left-radius: 8px; border-top-right-radius: 8px; padding: 5px 10px; background: #ea9d0c; color: #fff; border: #bbb solid 1px; border-bottom: none; cursor: pointer; font-size: 0.8rem; } .tab_btn_off { border-top-left-radius: 8px; border-top-right-radius: 8px; padding: 5px 10px; border: #999 solid 1px; border-bottom: none; opacity: 0.5; font-size: 0.8rem; } .tab_container_on { display: block; } .tab_container_off { display: none; } .tabs-contents-div { width: 100%; } input[type="checkbox"].btn_ouinon { display: none; } input[type="checkbox"].btn_ouinon + label { box-sizing: border-box; display: inline-block; width: 3rem; height: 1.5rem; border-radius: 1.5rem; padding:2px; background-color: #c0ceda; transition: all 0.5s; cursor: pointer; } input[type="checkbox"].btn_ouinon + label::before { box-sizing: border-box; display: block; content: ""; height: calc(1.5rem - 4px); width: calc(1.5rem - 4px); border-radius: 50%; background-color: #fff; transition: all 0.2s; } input[type="checkbox"].btn_ouinon:checked + label { background-color: #17A0BF; } input[type="checkbox"].btn_ouinon:checked + label::before { margin-left: 1.5rem; } input[type="radio"].radio_new { display: none; } input[type="radio"].radio_new + label { background-color: #fff; width: 100px; text-align: center; user-select : none; cursor: pointer; line-height: 40px; border-radius: 10px; transition: all 0.2s ease-in-out; margin-bottom: 5px; display: flex; align-items: center; justify-content: center; gap: 5px; } input[type="radio"].radio_new:checked + label { background-color: #17A0BF; color: #fff; } input[type="radio"].radio_new:checked + label::before { } input[type="radio"].radio_new:not(:checked) + label::before { } input[type="checkbox"].checkbox_new { display: none; } input[type="checkbox"].checkbox_new + label { background-color: #fff; width: 100px; display: inline-block; text-align: left; padding-left: 10px; user-select: none; cursor: pointer; line-height: 40px; border: 1px solid #000; border-radius: 10px; transition: all 0.2s ease-in-out; margin-bottom: 5px; } input[type="checkbox"].checkbox_new:checked + label::before { content: "✓"; display: inline-block; margin-right: 5px; } input[type="checkbox"].checkbox_new:not(:checked) + label::before { content: ""; display: inline-block; margin-right: 15px; } input[type="checkbox"].checkbox_new:checked + label { background-color: #17A0BF; color: #fff; } .input_checkbox_container { display: flex; flex-wrap: wrap; gap: 5px; } .range_div { display: flex; align-items: center; } .range_value { text-align: center; flex: 17%; color: #aaa; } input[type="range"] { display: block; appearance: none; background-color: #17A0BF; width: 100%; height: 8px; border-radius: 4px; flex: 83%; } input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; background-color: #17A0BF; width: 20px; height: 20px; border-radius: 50%; border: 2px solid white; cursor: pointer; transition: .3s ease-in-out; }​ input[type="range"]::-webkit-slider-thumb:hover { background-color: white; border: 2px solid #e74c3c; } input[type="range"]::-webkit-slider-thumb:active { transform: scale(1.4); } .chp_help_text_all { margin: 0 0 10px 0; text-align: left; color: #999; font-size: 0.7rem; line-height: 1.15; } .input_button { border: 1px solid #fff; background:var(--brand); color: #fff; font-size: 16px; height: 50px; border-radius: 25px; cursor: pointer; padding: 0 30px; margin: 0 auto; display: flex; align-items: center; justify-content: center; } .input_google_button { display: flex; gap: 10px; align-items: center; justify-content: center; font-size: 16px; height: 50px; border-radius: 25px; text-decoration: none; cursor: pointer; padding: 0 15px; margin: 0 auto; background-color: white; border: 1px solid grey; color: #555; } .input_facebook_button { display: flex; gap: 10px; align-items: center; justify-content: center; font-size: 16px; height: 50px; border-radius: 25px; text-decoration: none; cursor: pointer; padding: 0 15px; margin: 0 auto; background-color: #1877f2; border: 1px solid #1877f2; color: #fff; } .input_amazon_button { display: flex; gap: 10px; align-items: center; justify-content: center; font-size: 16px; height: 50px; border-radius: 25px; text-decoration: none; cursor: pointer; padding: 0 15px; margin: 0 auto; background-color: #232f3e; border: 1px solid #232f3e; color: #fff; } .input_microsoft_button { display: flex; gap: 10px; align-items: center; justify-content: center; font-size: 16px; height: 50px; border-radius: 25px; text-decoration: none; cursor: pointer; padding: 0 15px; margin: 0 auto; background-color: #2f2f2f; border: 1px solid #2f2f2f; color: #fff; } .input_button svg { width: 20px; height: 20px; margin-left: 5px; } .input_button_icon { width: 25px; height: 25px; margin-right: 10px; color:white; display: inline-flex; } .bottom_bar { display: flex; width: 100%; align-items: center; justify-content: center; } #content { transition: transform 0.35s ease, opacity 0.35s ease; } .slide-out { transform: translateX(-30px); opacity: 0; } .slide-in { transform: translateX(30px); opacity: 0; } .slide-in-active { transform: translateX(0); opacity: 1; } .nav-btn:active { transform: scale(0.96); transition: transform 0.1s; } #loadingOverlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.7); display: flex; align-items: center; justify-content: center; z-index: 10; } #loadingOverlay::after { content: ""; width: 28px; height: 28px; border: 4px solid #ccc; border-top-color: #3498db; border-radius: 50%; animation: spin 0.8s linear infinite; } .hidden { display: none; } @keyframes spin { to { transform: rotate(360deg); } } .iti { width: 100%; } #ident__code_container { display: flex; justify-content: space-evenly; margin: 30px 0; width: 100% } .ident__code_digit { width: 45px; height: 50px; padding: 0; line-height: 50px; box-sizing: border-box; text-align: center; font-size: 1.6rem; border: 1px solid #ccc; border-radius: 4px; color: #777; -webkit-appearance: none; appearance: none; } .app-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.35); z-index: 9999; display: flex; align-items: center; justify-content: center; pointer-events: all; } .app-overlay.hidden { display: none; } .spinner { display: inline-block; border: 6px solid #f3f3f3; border-top: 6px solid var(--brand); border-radius: 50%; width: 60px; height: 60px; animation: spin 1s linear infinite; margin: 20px auto; } @keyframes spin { to { transform: rotate(360deg); } } :root { --brand:#0f528c; --appbar-h:64px; --bottombar-h:64px; --touch:48px; --text:#000; --text-dim:rgba(0,0,0,.85); --menu_items_bg: #f8f8f8; --menu_items_card_bg: #ffffff; --menu_items_text: #111111; --menu_items_muted: #7a7a7a; --menu_items_border: #ececec; --menu_items_accent: #4f9d69; --menu_items_shadow: 0 2px 10px rgba(0, 0, 0, 0.2); --menu_items_radius: 18px; } * { box-sizing: border-box; } body { margin:0; padding:0; width:100%; height:100%; max-width:100%; overflow-x:hidden; font-family: Arial, Helvetica, sans-serif; background: var(--menu_items_bg); color: var(--menu_items_text); } *{ box-sizing: border-box; } html, body{ margin:0; padding:0; width:100%; height:100%; max-width:100%; overflow-x:hidden; background:#fff; font-family: Arial; } h1 { } h2 { } h3 { margin: 0 0 10px; } p { margin: 0 0 5px; } .qc-appbar{ position:fixed; top:0; left:0; right:0; height:calc(var(--appbar-h) + env(safe-area-inset-top,0px)); padding-top:env(safe-area-inset-top,0px); background:var(--brand); z-index:1000; } .qc-logo{ position:absolute; left:50%; top:calc(env(safe-area-inset-top,0px) + var(--appbar-h)/2); transform:translate(-50%, calc(-50% + 10px)); height:90px; display:block; pointer-events:none; } .qc-menu-btn{ position:absolute; right:12px; top:calc(env(safe-area-inset-top,0px) + var(--appbar-h)/2); transform:translateY(-50%); width:var(--touch); height:var(--touch); background:none; border:0; color:#fff; cursor:pointer; display:flex; align-items:center; justify-content:center; } .qc-burger, .qc-burger::before, .qc-burger::after{ content:""; display:block; width:24px; height:2px; background:currentColor; border-radius:2px; position:relative; } .qc-burger::before{ position:absolute; top:-6px; } .qc-burger::after { position:absolute; top: 6px; } .qc-drawer{ position:fixed; top:0; bottom:0; right:0; width:300px; max-width:86vw; background:#fff; box-shadow:-24px 0 48px rgba(0,0,0,.2); transform:translateX(100%); transition:transform .25s ease; z-index:1200; } .qc-drawer.open{ transform:translateX(0); } .qc-drawer-content{ display:flex; flex-direction:column; padding:calc(env(safe-area-inset-top,0px) + 16px) 16px calc(env(safe-area-inset-bottom,0px) + 16px); } .qc-drawer-content a{ display:block; padding:12px 8px; color:#111; text-decoration:none; font-size:16px; border-radius:6px; } .qc-drawer-content a:hover{ background:#f5f5f5; } .qc-backdrop{ position:fixed; inset:0; background:rgba(0,0,0,.35); opacity:0; pointer-events:none; transition:opacity .25s; z-index:1100; } .qc-backdrop.show{ opacity:1; pointer-events:auto; } .video-hero{ position: fixed; top: 55px; left: 0; width: 100vw; height: calc(100vh - 55px); overflow: hidden; z-index: 0; } .video-foreground{ position: absolute; inset: 0; pointer-events: none; overflow: hidden; } .video-iframe{ position: absolute; top: 50%; left: 50%; width: 120vw; height: 120vh; transform: translate(-50%, -50%); transition: opacity 1s; } .mbr-background-video { opacity: 0; animation: home-video-reveal 1ms linear 1800ms forwards; } @keyframes home-video-reveal { to { opacity: 1; } } @media (prefers-reduced-motion: reduce){ .video-iframe, .mbr-background-video{ opacity: 0; animation: none; } } @media (max-width: 768px){ .video-iframe{ width: 140vw; height: 140vh; } } main.content{ margin:0; padding:0 20px; padding-top:calc(var(--appbar-h) + env(safe-area-inset-top,0px)); padding-bottom:calc(var(--bottombar-h) + env(safe-area-inset-bottom,0px)); width:100%; max-width:100%; min-width:0; overflow-x:clip; position: relative; z-index: 2; } .content-inner{ z-index:1; color:#000; display:flex; align-items:center; justify-content:flex-start; flex-direction:column; width:100%; max-width:100%; min-width:0; padding: 20px; margin-top: 0 !important; overflow-x:clip; } .content-inner-blur { margin: 40px 20px; border-radius: 20px; background: rgba(255, 255, 255, 0.68); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); width: unset; } .content-inner img, .content-inner video, .content-inner iframe, .content-inner svg{ max-width:100%; height:auto; display:block; } .content-inner svg{ overflow:hidden; } .qc-bottombar{ position:fixed; left:0; right:0; bottom:0; height:calc(var(--bottombar-h) + env(safe-area-inset-bottom,0px)); padding-bottom:env(safe-area-inset-bottom,0px); background:var(--brand); display: flex;flex-direction: row;justify-content: space-evenly; border-top:1px solid rgba(0,0,0,.08); z-index:1000; } .qc-bottombar .nav-item{ appearance:none; background:transparent; border:0; height:var(--bottombar-h); padding:6px 8px 8px; color:#fff; display:inline-flex; flex-direction:column; align-items:center; justify-content:center; min-width:var(--touch); cursor:pointer; } .qc-bottombar .icon{ width:20px; height:20px; fill:currentColor; display:block; } .qc-bottombar__profile-icon{ width:24px; height:24px; display:flex; align-items:center; justify-content:center; } .qc-bottombar__profile-photo{ width:24px; height:24px; border-radius:50%; object-fit:cover; display:block; } .qc-bottombar .label{ font-size:11px; line-height:0; letter-spacing:.2px; user-select:none; } .qc-bottombar .nav-item[aria-current="page"], .qc-bottombar .nav-item.active{ color:var(--text); position:relative; } .qc-bottombar .nav-item[aria-current="page"]::before, .qc-bottombar .nav-item.active::before{ content:""; position:absolute; top:4px; width:18px; height:3px; border-radius:2px; background:#fff; opacity:.65; } .qc-bottombar .nav-item:active{ transform:translateY(1px); } .pac-container { z-index: 10000 !important; } .all__flex_container { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; width: 100%; } .all__flex-children_2col { width: calc((100% - 20px) / 2); display: flex; flex-direction: column; align-items: center; } .all__flex-children_3col { width: calc((100% - 40px) / 3); display: flex; flex-direction: column; align-items: center; } .all__flex-children_4col { width: calc((100% - 60px) / 4); display: flex; flex-direction: column; align-items: center; } h1 { text-align: center; margin: 0; } h2 { text-align: center; margin: 0; } h3 { text-align: center; margin: 0; } .all__flex-children_70 { width: 100%; } .lang-dropdown { position: relative; margin: 15px; } .lang-current { width: 35px; height: 35px; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; background: none; border: 0; cursor: pointer; } .lang-icon { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 50%; box-shadow: 0 6px 20px rgba(0,0,0,0.15); } .lang-icon svg, .lang-icon img { width: 100%; height: 100%; display: block; } .lang-menu { position: absolute; top: -10px; left: -10px; z-index: 2000; display: none; flex-direction: column; gap: 10px; padding: 10px; margin: 0; background-color: rgba(100, 100, 100, 0.4); border-radius: 25px; } .lang-menu.open { display: flex; } .lang-menu a { width: 35px; height: 35px; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; background: none; border: 0; cursor: pointer; text-decoration: none; } .lang-menu a:hover { background: rgba(0,0,0,0.05); } .contact_ahref { display: flex; flex-direction: row; color: white; justify-content: center; align-items: center; width: 100%; } .prix_table { display: flex; justify-content: center; flex-wrap: wrap; width: 100%; gap: 5px; } .prix_tab_text { width: calc(70% - 5px); display: flex; flex-direction: column; align-items: start; } .prix_tab_numb { width: calc(30% - 5px); display: flex; flex-direction: column; align-items: end; } .progress-container { position: relative; width: 80%; margin: 0 auto; margin-bottom: 20px; } .progress-bar-bg { position: absolute; top: 13px; left: 0; right: 0; height: 6px; background: #e0e0e0; z-index: 1; border-radius: 3px; } .progress-steps { display: flex; justify-content: space-between; position: relative; z-index: 2; } .step { display: flex; flex-direction: column; align-items: center; } .circle { width: 30px; height: 30px; border-radius: 50%; background: #fff; border: 3px solid var(--brand); display: flex; align-items: center; justify-content: center; font-weight: bold; color: var(--brand); font-size: 18px; z-index: 2; } .label { margin-top: 8px; font-size: 13px; text-align: center; } .step.active .circle { background: var(--brand); color: #fff; } .icon_btn { display: inline-flex; align-items: center; justify-content: center; height: 30px; width: 30px; cursor: pointer; font-size: 1rem; } .link { color: #ea9d0c; text-decoration: none; } .all__fields-links_container { display: flex; position: relative; height: 34px; align-items: center; } .all__fields-links_text { display: block; text-align: left; } .all__fields-links_links-container { display: block; position: absolute; top: 0; right: 0; padding-left: 15px; background: linear-gradient(to right, rgba(249, 249, 249, 0) 0%, #f9f9f9 10px, #f9f9f9 100%); transition: visibility 0.3s, opacity 0.3s linear; } .all__fields-links_container:hover .all__fields-links_links-container { opacity: 1; visibility: visible; transition: visibility 0.3s, opacity 0.3s linear; } #fld_ean video { width: 300px; margin: 0 auto; } .procducts__container { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; align-items: center; justify-content: center; } .procducts__button_container { display: flex; width: calc(50% - 10px); } .procducts__button { display: flex; align-items: center; background-color: #fff; border-radius: 25px; gap: 10px; font-size: 1rem; color: #000; width: 100%; padding: 5px 10px; border: 3px solid var(--brand); } @media (max-width:380px){ .qc-logo{ height:80px; } .qc-bottombar .label{ font-size:10px; } } .menu_items_wrapper { max-width: 1200px; margin: 0 auto; padding: 0 16px 40px; } .menu_items_section { margin-bottom: 70px; } .menu_items_cat { font-size: 1.6rem; font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; } .menu_items_sous_cat { margin: 20px 0; font-size: 1.3rem; font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; } .menu_items_grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 20px; } .menu_items_card { display: flex; align-items: stretch; justify-content: space-between; background: var(--menu_items_card_bg); border: 1px solid var(--menu_items_border); border-radius: var(--menu_items_radius); overflow: hidden; min-height: 130px; box-shadow: var(--menu_items_shadow); } .menu_items_content { flex: 1; padding: 18px 16px; display: flex; flex-direction: column; justify-content: flex-start; min-width: 0; } .menu_items_name { margin: 0 0 8px; font-size: 16px; font-weight: 700; line-height: 1.3; text-align: left; } .menu_items_select { font-size: 2rem; text-align: center; border-radius: 20px; font-weight: bold; } .menu_items_price { margin: 0 0 8px; font-size: 15px; color: #222; text-align: left; } .menu_items_desc { margin: 0; font-size: 15px; line-height: 1.45; color: var(--menu_items_muted); text-align: left; } .menu_items_tag { margin-top: 8px; font-size: 15px; color: var(--menu_items_accent); font-weight: 500; } .menu_items_media { position: relative; width: 145px; min-width: 145px; background: #fff; } .menu_items_media img { width: 100%; height: 100%; object-fit: cover; display: block; } .menu_items_button { position: absolute; right: 10px; bottom: 10px; width: 30px; height: 30px; border: none; border-radius: 50%; background: #ffffff; color: var(--brand); cursor: pointer; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18); display: flex; align-items: center; justify-content: center; transition: transform 0.15s ease, box-shadow 0.15s ease; } .menu_items_button:hover { transform: scale(1.05); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22); } .menu_items_button:active { transform: scale(0.98); } @media (min-width: 2000px) { main.content { margin: 0 auto; padding: 0 20px; padding-top: calc(var(--appbar-h) + env(safe-area-inset-top, 0px)); padding-bottom: calc(var(--bottombar-h) + env(safe-area-inset-bottom, 0px)); width: 100%; max-width: 50%; min-width: 0; overflow-x: clip; position: relative; z-index: 2; } } @media (max-width: 900px) { .menu_items_grid { grid-template-columns: 1fr; } } @media (max-width: 600px) { .menu_items_wrapper { padding: 16px 12px 28px; } .menu_items_cat { font-size: 1.6rem; margin-bottom: 12px; } .menu_items_sous_cat { font-size: 1.3rem; margin-bottom: 12px; } .menu_items_card { min-height: 130px; } .menu_items_content { padding: 14px 12px; } .menu_items_name { font-size: 15px; } .menu_items_price, .menu_items_desc, .menu_items_tag { font-size: 14px; } .menu_items_media { width: 120px; min-width: 120px; } .menu_items_button { width: 30px; height: 30px; font-size: 24px; right: 8px; bottom: 8px; } } .menu_items__item-show_nav-back { height: 40px; width: 40px; margin: 10px 0; } .menu_items__item-show_container { display: flex; gap: 10px; margin: 20px auto 0; height: 180px; max-width: 500px; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; } .menu_items__item-show_text_container { width: 38.2%; } .menu_items__item-show_img_container { width: 61.8%; } .menu_items__item-show_img_container img { width: 100%; height: 100%; object-fit: cover; } .menu_items__item-show_name-line { font-weight: bold; margin-bottom: 10px; } .menu_items__item-show_price-line { margin-bottom: 10px; font-size: 1.2rem; } .menu_items__item-show_desc-line { color: #999; font-size: 0.9rem; } .menu_items__item-panier_container { display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: center; gap: 10px; margin: 20px auto 0; max-width: 500px; padding: 10px; border: 1px solid var(--brand); border-radius: 20px; } .menu_items__item-qte_container { display: flex; } .menu_items__item-price_container { display: flex; flex-direction: column; gap: 2px; font-weight: bold; font-size: 1.2rem; } .menu_items__item-price_name { font-size: 0.9rem; font-weight: normal; color: #555; } .menu_items__item-options_container { display: flex; flex: 1 0 100%; flex-wrap: wrap; gap: 8px; justify-content: center; } .menu_items__item-option_choice { display: inline-flex; align-items: center; gap: 6px; font-size: 0.9rem; } .menu_items__options-page { max-width: 500px; margin: 18px auto 0; } .menu_items__options-product { display: flex; align-items: stretch; gap: 18px; min-height: 180px; margin: 20px 0 24px; } .menu_items__options-product_text { flex: 0 0 38%; min-width: 0; } .menu_items__options-product_text h1 { margin: 0 0 14px; font-size: 1rem; line-height: 1.2; font-weight: 800; } .menu_items__options-product_img { flex: 1 1 auto; overflow: hidden; } .menu_items__options-product_img img { width: 100%; height: 100%; min-height: 180px; display: block; } .menu_items__options-page h2 { margin: 20px 0 22px; text-align: center; font-size: 1.6rem; line-height: 1.15; font-weight: 900; letter-spacing: 0; } .menu_items__options-page_variant { margin: 0 0 2px; line-height: 1.2; font-weight: 700; } .menu_items__options-page_price { margin: 0 0 28px; line-height: 1.2; } .menu_items__options-page_qte { margin: 0; line-height: 1.2; } .menu_items__options-page_empty { margin: 0; color: #666; } .menu_items__options-list { display: flex; flex-direction: column; gap: 26px; } .menu_items__option-card { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 76px; padding: 12px 14px 10px 18px; border: 1px solid var(--brand); border-radius: 20px; background: #fff; } .menu_items__option-info { min-width: 0; } .menu_items__option-name { margin: 0; font-size: 1.15rem; line-height: 1.05; font-weight: 900; } .menu_items__option-price { margin: 2px 0 4px; line-height: 1.1; } .menu_items__option-qte { flex: 0 0 auto; } .menu_items__option-qte .input_number_btns { display: flex; padding: 0; border-radius: 9px; background: #f1f1f1; } .menu_items__options-total { display: flex; justify-content: space-between; align-items: center; margin: 16px 0 26px; padding-top: 12px; border-top: 1px solid #e5e5e5; font-size: 1.15rem; } .menu_items__options-total strong { font-size: 1.2rem; } .menu_items__options-submit { display: flex; justify-content: center; } .menu_items__options-submit .input_button { width: auto; min-width: 190px; border-radius: 22px; } .menu_items__item-btn_container { display: flex; } .menu_items__assoc-section { max-width: 500px; margin: 24px auto 0; } .menu_items__assoc-header { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 12px; } .menu_items__assoc-header h2 { margin: 0; font-size: 1.35rem; line-height: 1.2; } .menu_items__assoc-scroller { display: flex; gap: 14px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 4px; } .menu_items__assoc-scroller::-webkit-scrollbar { display: none; } .menu_items__assoc-card { position: relative; flex: 0 0 calc((100% - 28px) / 2.5); overflow: hidden; scroll-snap-align: start; border: 1px solid #e5e5e5; border-radius: 12px; background: #fff; } .menu_items__assoc-link { display: block; color: inherit; text-decoration: none; } .menu_items__assoc-img_wrap { width: 100%; aspect-ratio: 1.35; overflow: hidden; background: #eee; } .menu_items__assoc-img_wrap img { width: 100%; height: 100%; display: block; } .menu_items__assoc-content { padding: 10px 12px 14px; } .menu_items__assoc-name { margin: 0 0 6px; font-size: 1rem; font-weight: 800; line-height: 1.2; } .menu_items__assoc-price { margin: 0; font-size: 1rem; line-height: 1.2; } .menu_items__assoc-button { position: absolute; display: flex; align-items: center; justify-content: center; right: 8px; bottom: 74px; width: 30px; height: 30px; border: 0; border-radius: 50%; background: #fff; color: var(--brand); box-shadow: 0 4px 14px rgb(0 0 0 / 18%); cursor: pointer; text-decoration: none; } .menu_items__assoc-button svg { width: 18px; height: 18px; } .menu_items__basket { max-width: 500px; margin: 18px auto 0; } .menu_items__basket h1 { margin: 0 0 18px; font-size: 1.6rem; } .menu_items__basket-empty { padding: 22px 16px; text-align: center; border: 1px solid #e5e5e5; border-radius: 12px; background: #fff; } .menu_items__basket-empty p { margin: 0 0 16px; } .menu_items__basket-lines { display: flex; flex-direction: column; gap: 10px; } .menu_items__basket-line { padding: 12px; border: 1px solid #e5e5e5; border-radius: 12px; background: #fff; } .menu_items__basket-table { width: 100%; } .menu_items__basket-table_row { display: grid; grid-template-columns: minmax(0, 1fr) 126px minmax(82px, auto); align-items: center; gap: 10px; min-height: 34px; } .menu_items__basket-table_row-head { grid-template-columns: minmax(0, 1fr) auto; margin-bottom: 6px; } .menu_items__basket-table_row-head .menu_items__basket-line_name { margin: 0; } .menu_items__basket-table_label { min-width: 0; overflow-wrap: anywhere; } .menu_items__basket-table_qte { justify-self: center; text-align: center; } .menu_items__basket-table_price { justify-self: end; text-align: right; font-weight: 800; white-space: nowrap; } .menu_items__basket-table_separator { height: 1px; margin: 8px 0; background: #e5e5e5; } .menu_items__basket-table_row-option { color: #666; font-size: 0.92rem; } .menu_items__basket-line_main { min-width: 0; } .menu_items__basket-line_name { margin: 0 0 4px; font-weight: 800; } .menu_items__basket-line_variant { margin: 0; color: #666; font-size: 0.9rem; } .menu_items__basket-line_variant span { display: block; } .menu_items__basket-line_side { display: flex; flex: 0 0 auto; flex-direction: column; align-items: flex-end; gap: 8px; font-weight: 700; } .menu_items__basket-line_icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; padding: 8px; border: 0; border-radius: 50%; background: var(--brand); color: #fff; } .menu_items__basket-line_delete { background: #777; } .menu_items__basket-total { display: flex; justify-content: space-between; align-items: center; margin: 18px 0; padding: 14px 0; border-top: 1px solid #e5e5e5; font-size: 1.2rem; } .menu_items__basket-order-form { margin: 0 0 10px; } .menu_items__basket-order-fieldset { margin: 0 0 16px; padding: 14px; border: 1px solid #e5e5e5; border-radius: 12px; background: #fff; } .menu_items__basket-order-fieldset legend { padding: 0 6px; font-weight: 800; } .menu_items__basket-mode-choice { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .menu_items__basket-mode-choice label { display: flex; align-items: center; gap: 8px; min-height: 42px; padding: 10px; border: 1px solid #e5e5e5; border-radius: 8px; background: #fff; font-weight: 700; } .menu_items__basket-table-number { display: flex; flex-direction: column; gap: 6px; margin-top: 12px; } .menu_items__basket-table-number label { font-weight: 700; } .menu_items__basket-table-number input { min-height: 42px; padding: 8px 10px; border: 1px solid #ddd; border-radius: 8px; font-size: 1rem; } .menu_items__basket-submit { width: 100%; } .menu_items__basket-empty-button { width: 100%; margin-top: 10px; background: #777; } main.content.menu_prepa { padding-top: 14px; } .home-prepa-link { display: grid; gap: 10px; width: 100%; max-width: 360px; margin: 0 0 18px; text-align: center; } .home-prepa-link p { margin: 0; color: #fff; font-weight: 800; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.8); } .home-prepa-link a { text-decoration: none; } .home-prepa-link .input_button { width: 100%; } .menu_items__home-order { width: min(360px, 92%); margin: 0 auto 20px; padding: 12px 14px; display: flex; flex-direction: column; gap: 5px; text-align: left; text-decoration: none; color: #111; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.9); border-radius: 8px; box-shadow: 0 8px 22px rgba(0,0,0,.25); } .menu_items__home-order-eyebrow { font-size: 12px; font-weight: 700; color: var(--brand); text-transform: uppercase; } .menu_items__home-order strong { font-size: 18px; line-height: 1.2; } .menu_items__home-order small { font-size: 13px; line-height: 1.35; color: #333; } .menu_items__home-order-link { margin-top: 6px; font-size: 13px; font-weight: 800; color: var(--brand); text-decoration: underline; } .qc-bottombar--prepa { justify-content: stretch; } .qc-bottombar--prepa a { flex: 1 1 50%; } .menu_prepa { width: 100%; max-width: none; padding: 14px 14px 96px; } .menu_prepa__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 14px; } .menu_prepa__head h1 { margin: 0; font-size: 1.45rem; text-shadow: none; } .menu_prepa__head small { display: block; margin-top: 4px; color: #666; font-size: 0.82rem; font-weight: 700; } .menu_prepa__period { display: block; margin-top: 2px; color: var(--brand); font-size: 0.9rem; font-weight: 900; } .menu_prepa__head-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; } .menu_prepa__count { flex: 0 0 auto; padding: 6px 10px; border: 0; border-radius: 999px; background: var(--brand); color: #fff; font-size: 0.88rem; font-weight: 800; cursor: pointer; } .menu_prepa__count--link { display: inline-flex; align-items: center; min-height: 30px; text-decoration: none; } .menu_prepa__count.is-active, .menu_prepa__count--link.is-active { background: #073c62; } .menu_prepa__count:active { transform: translateY(1px); } .menu_prepa__content--updated { animation: menu-prepa-update 1.2s ease; } @keyframes menu-prepa-update { 0% { filter: brightness(1); } 35% { filter: brightness(1.06); } 100% { filter: brightness(1); } } @keyframes menu-prepa-waiting { 0%, 100% { background: #fff; border-color: var(--brand); } 50% { background: #ffe5e5; border-color: #d90000; } } .menu_prepa__empty { padding: 22px 16px; border: 1px solid #e5e5e5; border-radius: 10px; background: #fff; text-align: center; font-weight: 700; } .menu_prepa__board { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px, 86vw); gap: 10px; overflow-x: auto; padding: 2px 0 14px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; } .menu_prepa__card { display: flex; flex-direction: column; height: calc(100vh - 118px); height: calc(100dvh - 118px); max-height: calc(100vh - 118px); max-height: calc(100dvh - 118px); padding: 12px; border: 2px solid #d9e4ee; border-radius: 10px; background: #fff; scroll-snap-align: start; } .menu_prepa__card--prepa { border-color: #f2b84b; } .menu_prepa__card--prete { border-color: #1f9d73; } .menu_prepa__card--payee { border-color: var(--brand); animation: menu-prepa-waiting 2s ease-in-out infinite; } .menu_prepa__card--future { border-color: #d9e4ee; animation: none; } .menu_prepa__card--en_preparation { border-color: #f2b84b; } .menu_prepa__card--pret_a_livrer { border-color: #1f9d73; } .menu_prepa__card-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 9px; } .menu_prepa__card-top strong { font-size: 1.05rem; } .menu_prepa__card-top span { padding: 5px 8px; border-radius: 999px; background: #eef4f8; color: var(--brand); font-size: 0.72rem; font-weight: 800; text-align: center; } .menu_prepa__client { display: block; width: 100%; padding: 0; border: 0; background: transparent; color: inherit; margin-bottom: 8px; font-size: 0.98rem; font-weight: 900; text-align: left; overflow-wrap: anywhere; cursor: pointer; } .menu_prepa__client:active { transform: translateY(1px); } .menu_prepa__client-modal[hidden] { display: none; } .menu_prepa__client-modal { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: 18px; } .menu_prepa__client-modal_backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.45); } .menu_prepa__client-modal_panel { position: relative; z-index: 1; width: min(820px, 100%); max-height: calc(100vh - 36px); overflow-y: auto; padding: 20px; border-radius: 10px; background: #fff; box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25); } .menu_prepa__client-modal_panel h2 { margin: 0 34px 16px 0; font-size: 1.28rem; } .menu_prepa__client-modal_close { position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--brand); color: #fff; font-size: 1.4rem; font-weight: 900; line-height: 1; } .menu_prepa__client-modal_details { display: grid; gap: 12px; margin: 0; } .menu_prepa__client-modal_details div { display: grid; gap: 3px; } .menu_prepa__client-modal_details dt { color: #666; font-size: 0.78rem; font-weight: 800; text-transform: uppercase; } .menu_prepa__client-modal_details dd { margin: 0; color: #111; font-size: 1rem; font-weight: 800; overflow-wrap: anywhere; } .menu_prepa__meta { display: grid; gap: 4px; margin-bottom: 10px; color: #555; font-size: 0.82rem; } .menu_prepa__meta-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; } .menu_prepa__meta-line strong { color: var(--brand); font-size: 0.82rem; font-weight: 900; text-align: right; white-space: nowrap; } .menu_prepa__items { display: flex; flex: 1 1 auto; flex-direction: column; gap: 8px; overflow-y: auto; max-height: calc(100vh - 300px); max-height: calc(100dvh - 300px); padding: 8px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; } .menu_prepa__items p { margin: 0; color: #777; } .menu_prepa__item { display: grid; gap: 4px; } .menu_prepa__item strong { font-size: 0.92rem; } .menu_prepa__item span { display: block; margin-top: 2px; color: #666; font-size: 0.84rem; font-weight: 600; } .menu_prepa__item small { display: block; color: #555; font-size: 0.82rem; } .menu_prepa__total { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 10px 0; font-size: 0.92rem; } .menu_prepa__total strong { font-size: 1rem; } .menu_prepa__action { width: 100%; min-height: 42px; border: 0; border-radius: 8px; background: var(--brand); color: #fff; font-size: 0.94rem; font-weight: 900; } .menu_prepa__action--done { background: #1f9d73; } .menu_prepa__action--delivered { background: #555; } @media (min-width: 760px) { .menu_prepa__board { grid-auto-columns: minmax(178px, calc((100vw - 78px) / 4)); } } @media (min-width: 980px) { .menu_prepa__board { grid-auto-columns: minmax(176px, calc((100vw - 86px) / 5)); } } .qc-bottombar__cart-icon { position: relative; } .qc-bottombar__badge { position: absolute; top: -7px; right: -9px; min-width: 18px; height: 18px; padding: 0 5px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--brand); color: #fff; font-size: 0.72rem; font-weight: 800; line-height: 1; } .menu_items__mode-active, .menu_items__basket-mode-summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 10px 0 16px; padding: 12px 14px; border: 1px solid var(--brand); border-radius: 8px; color: var(--brand); font-weight: 800; } .menu_items__basket-mode-summary span { color: #333; font-weight: 700; } .menu_items__basket-mode-summary strong { text-align: right; } .menu_items__food-filter { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 6px 0 22px; } .menu_items__food-filter-button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; min-width: 0; padding: 0; border: 0; background: transparent; color: var(--brand); font: inherit; font-weight: 800; cursor: pointer; } .menu_items__food-filter-icon { width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--brand); border-radius: 50%; background: #fff; color: var(--brand); transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease; } .menu_items__food-filter-icon svg { width: 31px; height: 31px; display: block; fill: currentColor; } .menu_items__food-filter-label { max-width: 100%; color: var(--brand); font-size: 0.86rem; line-height: 1.1; text-align: center; } .menu_items__food-filter-button.is-active .menu_items__food-filter-icon { background: var(--brand); color: #fff; transform: translateY(-1px); } .menu_items__mode-disabled { margin: 0 0 8px; color: #9a2a2a; font-size: 0.9rem; font-weight: 800; text-align: center; } .menu_items__item-btn_container button:disabled, .menu_items__options-submit button:disabled { cursor: not-allowed; opacity: 0.45; } .menu_items__mode-modal[hidden], .menu_items__checkout-modal[hidden] { display: none; } .menu_items__mode-modal, .menu_items__checkout-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 18px; } .menu_items__mode-modal_backdrop, .menu_items__checkout-modal_backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.45); } .menu_items__mode-modal_panel, .menu_items__checkout-modal_panel { position: relative; width: min(100%, 380px); padding: 22px; border-radius: 8px; background: #fff; box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28); } .menu_items__mode-modal_panel h2, .menu_items__checkout-modal_panel h2 { margin: 0 0 8px; font-size: 1.45rem; text-align: center; } .menu_items__mode-modal_panel p, .menu_items__checkout-modal_panel p { margin: 0 0 16px; color: #444; text-align: center; } .menu_items__mode-modal_choices, .menu_items__checkout-choices { display: grid; gap: 10px; margin-bottom: 14px; } .menu_items__mode-modal_choices label, .menu_items__checkout-choices label { display: flex; align-items: center; gap: 10px; min-height: 46px; padding: 10px 12px; border: 1px solid #d8d8d8; border-radius: 8px; font-weight: 800; } .menu_items__checkout-choices small { display: block; margin-top: 4px; color: #426273; font-size: 0.82rem; font-weight: 700; line-height: 1.25; } .menu_items__mode-modal_table, .menu_items__checkout-datetime { display: grid; gap: 6px; margin-bottom: 14px; } .menu_items__mode-modal_table[hidden], .menu_items__checkout-datetime[hidden] { display: none; } .menu_items__mode-modal_table label, .menu_items__checkout-field label { font-weight: 800; } .menu_items__mode-modal_table input, .menu_items__checkout-field input { width: 100%; min-height: 44px; padding: 8px 10px; border: 1px solid #d8d8d8; border-radius: 8px; font-size: 1rem; } .menu_items__checkout-field { display: grid; gap: 6px; margin-bottom: 14px; } .menu_items__checkout-push { display: grid; gap: 8px; margin: 0 0 14px; padding: 12px; border: 1px solid #cfe0ee; border-radius: 8px; background: #f2f8fc; text-align: left; } .menu_items__checkout-push.is-enabled { border-color: #b7ddb9; background: #f3fbf4; } .menu_items__checkout-push strong { color: #111; } .menu_items__checkout-push p, .menu_items__checkout-modal_panel .menu_items__checkout-push p { margin: 0; color: #333; text-align: left; } .menu_items__checkout-push small { color: #426273; font-weight: 700; line-height: 1.35; } .menu_items__checkout-push-btn { width: 100%; min-height: 42px; } .menu_items__mode-modal_error, .menu_items__checkout-error { color: #9a2a2a !important; font-weight: 800; } .menu_items__mode-modal_error[hidden], .menu_items__checkout-error[hidden] { display: none; } .menu_items__mode-modal_actions, .menu_items__checkout-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .menu_items__mode-modal_cancel, .menu_items__checkout-cancel { background: #777; } .menu_items__payment-return { display: grid; gap: 18px; width: min(100%, 420px); margin: 84px auto 0; padding: 28px 20px 24px; border: 1px solid var(--menu_items_border); border-top: 6px solid var(--brand); border-radius: 8px; background: var(--menu_items_card_bg); box-shadow: var(--menu_items_shadow); text-align: center; } .menu_items__payment-return--success { border-top-color: var(--menu_items_accent); } .menu_items__payment-return--error { border-top-color: #9a2a2a; } .menu_items__payment-return h1 { margin: 0; color: var(--menu_items_text); font-size: 1.55rem; line-height: 1.2; } .menu_items__payment-return p { margin: 0; color: var(--text-dim); line-height: 1.45; } .menu_items__payment-return small { color: #777; font-size: 0.78rem; overflow-wrap: anywhere; } .menu_items__payment-return a { text-decoration: none; } .menu_items__orders { padding: 74px 16px calc(var(--bottombar-h) + 28px); } .menu_items__orders h1 { margin: 0 0 18px; text-align: center; color: #111; text-shadow: none; } .menu_items__orders-back { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; color: #111; text-decoration: none; } .menu_items__orders-empty, .menu_items__order-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; padding: 14px; } .menu_items__orders-list { display: flex; flex-direction: column; gap: 14px; } .menu_items__order-head { display: flex; justify-content: space-between; gap: 12px; } .menu_items__order-head span, .menu_items__order-meta { font-size: 12px; color: #666; } .menu_items__order-head strong { display: block; margin-top: 3px; font-size: 18px; } .menu_items__order-total { font-weight: 800; white-space: nowrap; } .menu_items__order-meta { display: flex; flex-wrap: wrap; gap: 6px 12px; margin: 10px 0 12px; } .menu_items__order-lines { border-top: 1px solid #e9e9e9; padding-top: 10px; } .menu_items__order-line { display: grid; grid-template-columns: minmax(0, 1fr) 42px 76px; gap: 8px; align-items: start; padding: 6px 0; font-size: 14px; } .menu_items__order-line small { display: block; margin-top: 2px; color: #666; } .menu_items__order-line span { text-align: right; } .menu_items__order-line--option { color: #555; font-size: 13px; padding-left: 12px; } .menu_items__order-ticket-link { display: inline-flex; margin-top: 12px; color: var(--brand); font-weight: 800; text-decoration: underline; } .menu_items__order-show { padding: 74px 16px calc(var(--bottombar-h) + 28px); } .menu_items__ticket { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; padding: 18px 14px; } .menu_items__ticket-head { text-align: center; border-bottom: 1px dashed #ccc; padding-bottom: 14px; } .menu_items__ticket-head span { color: var(--brand); font-size: 12px; font-weight: 800; text-transform: uppercase; } .menu_items__ticket-head h1 { margin: 6px 0; color: #111; text-shadow: none; } .menu_items__ticket-meta { display: grid; gap: 8px; padding: 14px 0; border-bottom: 1px dashed #ddd; } .menu_items__ticket-meta div { display: flex; justify-content: space-between; gap: 14px; } .menu_items__ticket-meta span { color: #666; } .menu_items__ticket-lines { padding: 12px 0; } .menu_items__ticket-line { display: grid; grid-template-columns: minmax(0, 1fr) 42px 76px; gap: 8px; padding: 7px 0; } .menu_items__ticket-line small { display: block; margin-top: 2px; color: #666; } .menu_items__ticket-line span { text-align: right; } .menu_items__ticket-line--option { padding-left: 12px; color: #555; font-size: 13px; } .menu_items__ticket-total { display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px dashed #ccc; font-size: 18px; } .menu_stock__tabs { display: flex; gap: 8px; margin: 0 -16px 14px; padding: 0 16px 8px; overflow-x: auto; -webkit-overflow-scrolling: touch; } .menu_stock__tab { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid #d9e4ee; border-radius: 999px; background: #fff; color: #263238; font-weight: 700; cursor: pointer; } .menu_stock__tab em { min-width: 22px; padding: 2px 6px; border-radius: 999px; background: #f0f3f6; color: #52606d; font-size: .78rem; font-style: normal; text-align: center; } .menu_stock__tab.is-active { border-color: var(--brand); background: var(--brand); color: #fff; } .menu_stock__tab.is-active em { background: rgba(255, 255, 255, .22); color: #fff; } .menu_stock__products.is-loading { opacity: .55; pointer-events: none; } .menu_stock__list { display: grid; gap: 10px; padding: 0 0 24px; } .menu_stock__item { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px; border: 1px solid #e5e5e5; border-radius: 8px; background: #fff; color: inherit; text-align: left; cursor: pointer; } .menu_stock__item strong, .menu_stock__item small { display: block; } .menu_stock__item small { margin-top: 3px; color: #777; } .menu_stock__item em { min-width: 72px; padding: 6px 9px; border-radius: 999px; background: #edf7f1; color: #1f7d4f; font-style: normal; font-weight: 700; text-align: center; } .menu_stock__item.is-empty em { background: #fff1f0; color: #b42318; } .home-screen { --pwa-page-extra-top: 58px; width: calc(100% + 40px); max-width: calc(100% + 40px); margin-right: -20px; margin-left: -20px; padding: var(--pwa-page-extra-top) 20px 112px !important; } html:has(.home-screen), body:has(.home-screen) { height: auto; min-height: 100%; overflow-y: auto; } body:has(.home-screen) .mbr-video-foreground { position: fixed !important; top: var(--appbar-h) !important; height: calc(100vh - var(--appbar-h)) !important; } body:has(.home-screen) .mbr-video-foreground::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.24) 38%, rgba(4, 42, 68, 0.6) 100%), radial-gradient(circle at 18% 46%, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.34) 52%, rgba(0, 0, 0, 0.54) 100%); } body:has(.home-screen) .mbr-background-video { height: 100% !important; z-index: 1; } .home-hero-title { display: grid; gap: 2px; margin: 0; text-align: center; text-shadow: 0 3px 10px rgba(0, 0, 0, 0.65), 0 1px 2px rgba(0, 0, 0, 0.85); } .home-hero-title span { color: #ffbd2c; font-family: "Brush Script MT", "Segoe Script", cursive; font-size: 2.55rem; font-weight: 500; line-height: 1; } .home-hero-title strong { color: #fff; font-size: clamp(3.4rem, 16vw, 5.1rem); font-weight: 900; line-height: 0.98; } .home-hero-divider { display: grid; grid-template-columns: minmax(56px, 1fr) auto minmax(56px, 1fr); align-items: center; gap: 14px; width: min(260px, 70%); margin: 16px auto 22px; color: #ffbd2c; font-size: 1.45rem; } .home-hero-divider span { height: 2px; background: #ffbd2c; } .home-hero-intro { max-width: 360px; margin: 0 auto 16px; text-align: center; color: #fff; font-size: 1.07rem; font-weight: 800; line-height: 1.42; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65), 0 1px 2px rgba(0, 0, 0, 0.85); } .home-menu-link { display: block; width: min(100%, 310px); margin: 0 auto; text-decoration: none; } .home-menu-button.input_button { display: flex !important; align-items: center; justify-content: center; gap: 28px; width: 100% !important; min-height: 74px; border: 2px solid rgba(255, 255, 255, 0.96) !important; border-radius: 999px !important; background: #005c9d !important; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36) !important; color: #fff !important; font-size: 1.55rem !important; font-weight: 900 !important; } .home-menu-button span[aria-hidden="true"] { font-size: 2.25rem; line-height: 1; } .home-action-stack { display: grid; gap: 12px; width: min(100%, 360px); margin: 34px auto 0; } .home-meteo-line { width: 100% !important; max-width: none !important; margin: 0 !important; } .home-meteo-line .meteo-widget { display: grid !important; grid-template-columns: 76px minmax(0, 1fr) 102px !important; grid-template-areas: "icon top meta" "icon temp meta" !important; align-items: center !important; gap: 2px 10px !important; width: 100% !important; max-width: none !important; min-height: 96px !important; margin: 0 !important; padding: 14px 16px !important; border: 1px solid rgba(255, 255, 255, 0.8) !important; border-radius: 16px !important; background: linear-gradient(110deg, rgba(238, 248, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 48%, rgba(255, 255, 255, 0.9) 100%) !important; color: #111 !important; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28) !important; backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(12px) !important; } .home-meteo-line .meteo-widget__top { grid-area: top !important; display: block !important; min-width: 0 !important; padding: 0 !important; border: 0 !important; } .home-meteo-line .meteo-widget__top > div { display: block !important; min-width: 0 !important; } .home-meteo-line .meteo-widget__main { display: contents !important; margin: 0 !important; } .home-meteo-line .meteo-widget__city { color: #005c9d !important; font-size: 0.9rem !important; font-weight: 900 !important; letter-spacing: 0.01em !important; line-height: 1 !important; text-transform: uppercase !important; white-space: nowrap !important; } .home-meteo-line .meteo-widget__label { display: none !important; } .home-meteo-line .meteo-widget__icon { grid-area: icon !important; justify-self: center !important; width: 60px !important; height: 60px !important; border-radius: 0 !important; background: transparent !important; font-size: 2.45rem !important; } .home-meteo-line .meteo-widget__temp { grid-area: temp !important; color: #151515 !important; font-size: 3.05rem !important; font-weight: 900 !important; line-height: 0.9 !important; } .home-meteo-line .meteo-widget__meta { grid-area: meta !important; display: grid !important; align-content: center !important; gap: 4px !important; min-height: 62px; margin: 0 !important; padding-left: 14px !important; border-left: 1px solid rgba(0, 0, 0, 0.34) !important; color: #3f3f46 !important; font-size: 0.9rem !important; font-weight: 700 !important; line-height: 1.2 !important; white-space: normal !important; } .home-meteo-line .meteo-widget__meta span { display: block !important; } .home-meteo-line .meteo-widget__cta { display: none !important; } .home-quick-card { display: grid; grid-template-columns: 62px minmax(0, 1fr) 22px; align-items: center; gap: 12px; min-height: 84px; padding: 14px 18px; border: 1px solid rgba(255, 255, 255, 0.82); border-radius: 16px; background: rgba(255, 255, 255, 0.94); color: #171717; text-decoration: none; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); } .home-quick-card__icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; color: #fff; } .home-quick-card--radio .home-quick-card__icon { background: #0068a8; } .home-quick-card--news .home-quick-card__icon { background: #ffbd2c; } .home-quick-card--find .home-quick-card__icon { background: #6abf3a; } .home-quick-card__icon svg { width: 30px !important; height: 30px !important; flex-basis: 30px !important; stroke-width: 1.9 !important; } .home-quick-card__text { display: grid; gap: 4px; min-width: 0; } .home-quick-card__text strong { overflow-wrap: anywhere; color: #18181b; font-size: 1.13rem; font-weight: 900; line-height: 1.12; } .home-quick-card__text small { color: #555; font-size: 0.84rem; font-weight: 700; line-height: 1.18; } .home-quick-card__chevron { color: #2d2d2d; } .home-quick-card__chevron svg { width: 24px !important; height: 24px !important; flex-basis: 24px !important; } @media (max-width: 380px) { .home-screen { padding-right: 14px !important; padding-left: 14px !important; } .home-action-stack { gap: 10px; margin-top: 28px; } .home-meteo-line .meteo-widget { grid-template-columns: 62px minmax(0, 1fr) 88px !important; padding: 12px 13px !important; } .home-meteo-line .meteo-widget__icon { width: 50px !important; height: 50px !important; font-size: 2.05rem !important; } .home-meteo-line .meteo-widget__temp { font-size: 2.45rem !important; } .home-meteo-line .meteo-widget__meta { padding-left: 10px !important; font-size: 0.78rem !important; } .home-quick-card { grid-template-columns: 54px minmax(0, 1fr) 20px; min-height: 78px; padding: 12px 14px; } .home-quick-card__icon { width: 48px; height: 48px; } .home-quick-card__text strong { font-size: 1rem; } .home-quick-card__text small { font-size: 0.78rem; } } .meteo-page { max-width: 430px !important; padding: 36px 18px 92px !important; } .meteo-page__header { margin: 8px 0 20px !important; } .meteo-page__header h1 { font-size: 1.55rem !important; line-height: 1.12 !important; } .meteo-days { gap: 12px !important; } .meteo-day { grid-template-columns: 58px minmax(0, 1fr) auto !important; gap: 12px !important; padding: 14px !important; border-radius: 8px !important; } .meteo-day__icon { width: 48px !important; height: 48px !important; background: #eef6fb !important; font-size: 1.7rem !important; } .meteo-day__name { font-size: 1rem !important; } .meteo-day__state, .meteo-day__details { color: #3f4a54 !important; } .meteo-day__temps { font-size: 1rem !important; } main.ty-find-page { margin-top: calc(var(--appbar-h) + env(safe-area-inset-top, 0px)) !important; display: flex; flex-direction: column; height: calc(100dvh - var(--appbar-h) - var(--bottombar-h) - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px)); min-height: 0; overflow: hidden; padding-top: 0 !important; padding-bottom: 0 !important; padding-right: 0 !important; padding-left: 0 !important; background: #f3f7fa; color: #171717; } html:has(.ty-find-page), body:has(.ty-find-page) { height: auto; min-height: 100%; overflow-y: auto; } .ty-find-hero { position: relative; display: grid; justify-items: center; flex: 0 0 238px; min-height: 0; padding: 48px 22px 58px; overflow: hidden; color: #fff; text-align: center; background: linear-gradient(180deg, rgba(0, 55, 94, 0.22) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.7) 100%), radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 24%), linear-gradient(140deg, #315f79 0%, #0c4d72 38%, #75633e 100%); } .ty-find-hero::before { content: ""; position: absolute; inset: 0; opacity: 0.52; background: radial-gradient(ellipse at 12% 54%, rgba(255, 255, 255, 0.28) 0 2px, transparent 3px), radial-gradient(ellipse at 28% 48%, rgba(255, 255, 255, 0.25) 0 2px, transparent 3px), radial-gradient(ellipse at 45% 51%, rgba(255, 255, 255, 0.22) 0 2px, transparent 3px), linear-gradient(170deg, transparent 0 45%, rgba(242, 222, 164, 0.32) 46% 100%); } .ty-find-hero > * { position: relative; z-index: 1; } .ty-find-hero__pin { display: grid; place-items: center; width: 38px; height: 38px; color: #ffbd2c; } .ty-find-hero__pin svg { width: 36px !important; height: 36px !important; flex-basis: 36px !important; stroke-width: 1.8 !important; } .ty-find-hero h1 { display: grid; gap: 0; margin: 2px 0 6px; text-shadow: 0 3px 10px rgba(0, 0, 0, 0.65), 0 1px 2px rgba(0, 0, 0, 0.85); } .ty-find-hero h1 span { color: #ffbd2c; font-family: "Brush Script MT", "Segoe Script", cursive; font-size: 1.82rem; font-weight: 500; line-height: 1; } .ty-find-hero h1 strong { color: #fff; font-size: clamp(2.55rem, 12vw, 3.6rem); font-weight: 900; line-height: 0.98; } .ty-find-hero p { width: min(100%, 340px); margin: 0; color: #fff; font-size: 0.9rem; font-weight: 800; line-height: 1.34; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65), 0 1px 2px rgba(0, 0, 0, 0.85); } .ty-find-hero__divider { display: grid; grid-template-columns: minmax(56px, 1fr) auto minmax(56px, 1fr); align-items: center; gap: 12px; width: min(210px, 62%); margin: 10px auto 0; color: #ffbd2c; font-size: 1.45rem; } .ty-find-hero__divider span { height: 2px; background: #ffbd2c; } .ty-find-card { position: relative; z-index: 2; width: calc(100% - 20px); max-width: 430px; margin: 8px auto 0; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 16px; background: rgba(255, 255, 255, 0.96); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14); } .ty-find-card--coords { flex: 0 0 230px; margin-top: -34px; overflow: hidden; } .ty-find-card h2 { margin: 0; color: #005c9d; font-size: 1.02rem; font-weight: 900; line-height: 1.15; } .ty-find-title-rule { width: 58px; height: 2px; margin: 6px 0 10px; border-radius: 999px; background: #ffbd2c; } .ty-find-info-row { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 9px; align-items: center; margin-top: 8px; } .ty-find-info-row__icon, .ty-find-hours__icon, .ty-find-contact__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #005c9d; color: #fff; } .ty-find-info-row__icon svg, .ty-find-hours__icon svg, .ty-find-contact__icon svg { width: 23px !important; height: 23px !important; flex-basis: 23px !important; stroke-width: 2 !important; } .ty-find-info-row__text strong, .ty-find-hours strong, .ty-find-contact__text strong { display: block; color: #005c9d; font-size: 0.9rem; font-weight: 900; line-height: 1.15; } .ty-find-info-row__text p, .ty-find-hours p, .ty-find-contact__text p, .ty-find-route__cta p { margin: 2px 0 0; color: #202027; font-size: 0.78rem; font-weight: 700; line-height: 1.3; } .ty-find-soft-action { grid-column: 1 / -1; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 42px; padding: 6px 10px; border-radius: 12px; background: #eef4f9; color: #005c9d; font-size: 0.78rem; font-weight: 900; line-height: 1.1; text-decoration: none; } .ty-find-soft-action span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #fff; } .ty-find-hours { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 9px; margin-top: 8px; padding: 9px 10px; border-radius: 13px; background: linear-gradient(110deg, rgba(238, 248, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 100%); } .ty-find-hours__icon { background: #e6f1fa; color: #005c9d; } .ty-find-route__body { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 10px; align-items: center; } .ty-find-route { flex: 0 0 112px; overflow: hidden; } .ty-find-route .ty-find-title-rule { margin-bottom: 6px; } .ty-find-map-preview { position: relative; min-height: 58px; overflow: hidden; border-radius: 14px; background: linear-gradient(35deg, transparent 0 38%, rgba(120, 190, 83, 0.45) 39% 48%, transparent 49%), linear-gradient(120deg, transparent 0 44%, rgba(75, 170, 230, 0.3) 45% 58%, transparent 59%), repeating-linear-gradient(32deg, #f0ece7 0 18px, #ffffff 19px 23px), #e8e2da; } .ty-find-map-preview::before, .ty-find-map-preview::after { content: ""; position: absolute; inset: 42% -10%; height: 5px; transform: rotate(-18deg); background: rgba(255, 255, 255, 0.9); } .ty-find-map-preview::after { inset: 12% -8%; transform: rotate(72deg); } .ty-find-map-preview span { position: absolute; left: 50%; top: 48%; display: grid; place-items: center; width: 38px; height: 38px; transform: translate(-50%, -50%); border-radius: 50%; background: #ffbd2c; color: #fff; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18); } .ty-find-map-preview svg { width: 24px !important; height: 24px !important; flex-basis: 24px !important; } .ty-find-route__cta { display: grid; gap: 3px; align-content: center; } .ty-find-route__cta p { font-size: 0.7rem; line-height: 1.12; } .ty-find-route__cta a { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 30px; padding: 0 12px; border-radius: 999px; background: #005c9d; color: #fff; font-size: 0.74rem; font-weight: 900; text-decoration: none; box-shadow: 0 10px 24px rgba(0, 92, 157, 0.24); } .ty-find-contact { display: grid; flex: 0 0 92px; grid-template-columns: 42px minmax(0, 1fr) 112px; gap: 9px; align-items: center; margin-bottom: 0; } .ty-find-contact__icon { background: #ffbd2c; } .ty-find-contact__button { grid-column: auto; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 6px 12px 6px 16px; border: 2px solid #005c9d; border-radius: 16px; color: #005c9d; font-size: 0.82rem; font-weight: 900; line-height: 1.15; text-align: center; text-decoration: none; } .ty-find-contact__button svg { width: 22px !important; height: 22px !important; flex-basis: 22px !important; } @media (min-width: 360px) { .ty-find-info-row { grid-template-columns: 42px minmax(0, 1fr) 96px; gap: 10px; } .ty-find-soft-action { grid-column: auto; min-height: 42px; padding-right: 12px; padding-left: 12px; font-size: 0.9rem; } .ty-find-route__body { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; } .ty-find-contact { grid-template-columns: 42px minmax(0, 1fr) 112px; gap: 10px; } .ty-find-contact__button { grid-column: auto; } }