.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: 400; } .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: flex; 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: none; } .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); } } @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800&display=swap'); :root{ --brand:#2c9899; --fond:#fbf8f2; --waou-v2-background:#fbf8f2; --waou-v2-foreground:#1a2024; --waou-v2-card:#fff; --waou-v2-secondary:#f5ede1; --waou-v2-secondary-foreground:#2d3438; --waou-v2-border:#e5e1da; --waou-v2-accent:#2c9899; --waou-v2-accent-soft:#eef8f5; --waou-v2-route-bg:#f4eadc; --waou-button-shadow:0 4px 14px rgba(32,36,35,0.14); --appbar-fond:none; --appbar-h:64px; --places-rubrique-h:150px; --bottombar-fond:#f3f3e9; --bottombar-h:64px; --bottombar_btn_color: #777; --burger-btn-size:40px; --burger-btn-color:#fff; --text:#000; --text-dim:rgba(0,0,0,.85); } *{ box-sizing: border-box; } html, body{ margin:0; padding:0; width:100%; height:100vh; max-width:100%; overflow-x:hidden; background: var(--fond); font-family: "Roboto", Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; } h3 { margin: 0 0 10px; } p { margin: 0 0 5px; } a { color: var(--brand); } button, input, select, textarea { font: inherit; } .input_select__frame { position: relative; } .input_select__frame .input_select { background-image: none !important; padding-right: 38px !important; } .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; } .qc-appbar { position: relative; width: 100%; height: calc(var(--appbar-h) + env(safe-area-inset-top, 0px)); padding-top: env(safe-area-inset-top, 0px); background-color: var(--appbar-fond); z-index: 1000; } .qc-lang { width: 60px } .lang-dropdown { position: relative; margin: 19px 15px 15px; } .lang-current { width: 25px; height: 25px; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; background: none; border: 0; cursor: pointer; } .lang-icon { width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255, 255, 255, 0.94); color: #2f5d59; box-shadow: 0 6px 20px rgba(0,0,0,0.15); font-size: 14px; font-weight: 500; line-height: 1; letter-spacing: 0; } .lang-icon svg, .lang-icon img { width: 100%; height: 100%; display: block; } .lang-menu { position: absolute; top: -5px; left: -5px; z-index: 2000; display: none; flex-direction: column; gap: 8px; padding: 0; margin: 0; } .lang-menu.open { display: flex; gap: 15px; background: rgba(100, 100, 100, 0.2); backdrop-filter: blur(6px); padding: 5px; border-radius: 10px; } .lang-menu a { 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); } .header-overlay, .nav-overlay, .menu-overlay { pointer-events: none; } .qc-logo{ position: absolute; left: 50%; top: calc(env(safe-area-inset-top, 0px) + 7px); transform: translate(-50%, calc(-50% + 10px)); min-width: 0; min-height: 0; padding: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; pointer-events: auto; background: transparent; color: #fff; text-align: center; text-decoration: none; opacity: 0.92; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.30); } .qc-logo:has(span) { top: calc(env(safe-area-inset-top, 0px) + 15px); transform: translateX(-50%); } .qc-appbar[data-waou-home="city"] .qc-logo:has(span) { top: calc(env(safe-area-inset-top, 0px) + 2px); } .qc-appbar[data-waou-tone="light"] .qc-logo { color: #333; opacity: 1; text-shadow: none; } .qc-logo span:first-child { display: block; font-size: 1.42rem; line-height: 1; font-weight: 800; color: #74cabd; } .qc-logo span:last-child { display: block; margin-top: 2px; font-size: 0.56rem; line-height: 1; font-weight: 600; white-space: nowrap; } .qc-logo img { display: block; width: 110px; max-height: 34px; height: auto; object-fit: contain; filter: none; } .qc-logo:has(img) { top: calc(env(safe-area-inset-top, 0px) + 36px); transform: translate(-50%, -50%); width: 130px; height: 40px; box-sizing: border-box; border: 1px solid rgba(255,255,255,0.42); border-radius: 999px; background: rgba(255,255,255,0.56); box-shadow: 0 6px 18px rgba(23,37,38,0.12); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); opacity: 1; text-shadow: none; } .qc-appbar:has(.qc-lang) .qc-logo:has(img) { top: calc(env(safe-area-inset-top, 0px) + 36px); } .qc-appbar[data-waou-tone="light"] .qc-logo:has(img) { top: calc(env(safe-area-inset-top, 0px) + 36px); } body:has(.home_img_container) .qc-logo:has(span) { width: 74px; height: 74px; top: calc(env(safe-area-inset-top, 0px) + 14px); transform: translate(-50%, calc(-50% + 10px)); background: var(--waou-pwa-logo-url, url("docs/logos/Logo.png?v=20260618-waou-logo")) center / contain no-repeat; opacity: 1; text-shadow: none; } body:has(.home_img_container) .qc-logo:has(span) span { display: none; } .qc-logo_container { position: absolute; left: 50%; top: 0; } .qc-menu-btn, .qc-header-back-btn{ position: fixed; top: calc(env(safe-area-inset-top, 0px) + 16px); width: var(--burger-btn-size); height: var(--burger-btn-size); border-radius: 50%; border: none; padding: 0; cursor: pointer; color: var(--burger-btn-color); background: rgba(22, 139, 143, 0.78); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 6px rgba(0,0,0,0.25); z-index: 1300; text-decoration: none; } .qc-menu-btn{ right: 12px; } .qc-header-back-btn{ left: 12px; } .qc-appbar[data-waou-place-show="1"] .qc-menu-btn, .qc-appbar[data-waou-place-show="1"] .qc-header-back-btn { background: rgba(255,255,255,0.9); color: var(--waou-v2-foreground, #1a2024); box-shadow: 0 2px 8px rgba(26,32,36,0.14); } .qc-appbar[data-waou-scroll-buttons="1"] .qc-menu-btn, .qc-appbar[data-waou-scroll-buttons="1"] .qc-header-back-btn { position: absolute; } .qc-appbar:not([data-waou-home="landing"]) .qc-menu-btn, .qc-appbar:not([data-waou-home="landing"]) .qc-header-back-btn { position: absolute; } .qc-menu-btn svg, .qc-header-back-btn svg { width: 22px; height: 22px; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.6)); } .qc-menu-btn:focus-visible, .qc-header-back-btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; } .qc-drawer { position: fixed; top: 0; right: 0; width: min(80vw, 360px); height: 100dvh; max-height: 100dvh; overflow-y: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; background: #fff; box-shadow: -18px 0 40px rgba(32,36,35,0.16); transform: translateX(105%); transition: transform 0.28s ease; z-index: 1001; border-radius: 22px 0 0 22px; } .qc-drawer.open { transform: translateX(0); } .qc-drawer::-webkit-scrollbar { display: none; } .qc-drawer-content{ display:flex; flex-direction:column; gap: 0; min-height: 100%; box-sizing: border-box; padding:calc(env(safe-area-inset-top,0px) + 12px) 0 calc(env(safe-area-inset-bottom,0px) + 18px); background: #fff; } .qc-drawer-section { display: flex; flex-direction: column; background: #fff; border-radius: 0; padding: 10px 0; box-shadow: none; border-bottom: 8px solid #f4f4f4; } .qc-drawer-content a{ position: relative; display:flex; align-items: center; gap: 14px; min-height: 46px; box-sizing: border-box; padding: 9px 42px 9px 24px; color:#303138; text-decoration:none; font-size:15px; line-height: 1.2; font-weight: 400; border-radius:0; background: transparent; box-shadow: none !important; } .qc-drawer-content a:hover{ background:#fafafa; } .qc-drawer-content a::after { content: ""; position: absolute; right: 24px; top: 50%; width: 9px; height: 9px; border-right: 1.5px solid #303138; border-bottom: 1.5px solid #303138; transform: translateY(-50%) rotate(-45deg); } .qc-drawer-content a > div:first-child { display: inline-flex !important; align-items: center; justify-content: center; width: 24px !important; min-width: 24px; height: 24px; color: #303138; } .qc-drawer-content a svg, .qc-drawer-content a img { width: 22px; height: 22px; color: currentColor; opacity: 0.78; } .qc-drawer-content a[href="pwa_mentions"] svg, .qc-drawer-content a[href="pwa_ads"] svg { width: 18px; height: 18px; opacity: 0.52; } .qc-drawer-content a[href="pwa_exploradores?p=profile"] > div:first-child { color: #ee2b72; } .qc-drawer-content a[href="pwa_exploradores?p=profile"] svg { opacity: 1; } .qc-drawer-accordion__trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 12px; min-height: 50px; padding: 8px 24px; border: 0; border-radius: 0; background: transparent; color: #303138; font: inherit; font-size: 20px; font-weight: 600; text-align: left; cursor: pointer; box-shadow: none !important; } .qc-drawer-accordion__trigger:hover { background:#fafafa; } .qc-drawer-accordion__chevron { width: 10px; height: 10px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(-45deg); transition: transform 0.25s ease; flex: 0 0 auto; } .qc-drawer-accordion__trigger[aria-expanded="true"] .qc-drawer-accordion__chevron { transform: rotate(45deg); } .qc-drawer-accordion__panel { overflow: hidden; max-height: 0; transition: max-height 0.25s ease; } .qc-drawer-accordion__panel:not([hidden]) { max-height: none; } .qc-drawer-accordion__panel[hidden] { display: none; } .qc-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 1000; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; } .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; } @media (prefers-reduced-motion: reduce){ .video-iframe{ opacity: 0; } } @media (max-width: 768px){ .video-iframe{ width: 140vw; height: 140vh; } } main.content { min-height: 100vh; overflow-y: visible; position: absolute; top: 0; width: 100%; } .content-inner____old{ 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; overflow-x:clip; } .content__zone { padding: 20px; overflow-x:clip; } .content-inner { z-index:1; display: flex; padding: 0 20px; flex-direction: column; align-items:center; margin-top: calc(var(--appbar-h) + env(safe-area-inset-top, 0px) + 16px) !important; } .content-inner_children { flex: 1; width: 100%; } .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; } .content-inner .form__radio_ui svg{ width:12px; height:12px; max-width:12px; display:block; } .content-inner .form__radio_custom{ display:inline-flex; align-items:center; gap:6px; } .content-inner .form__radio_custom input[type="radio"]{ display:none; } .content-inner .form__radio_ui{ width:15px; min-width:15px; max-width:15px; height:15px; flex:0 0 15px; display:inline-flex; align-items:center; justify-content:center; border-radius:50%; border:2px solid #ccc; background:#fff; color:#fff; } .content-inner .form__radio_custom input[type="radio"]:checked + .form__radio_ui{ background:#17A0BF; border-color:#17A0BF; } .content-inner .form__radio_custom input[type="radio"]:not(:checked) + .form__radio_ui svg{ opacity:0; } .content-inner .form__radio_custom input[type="radio"]:checked + .form__radio_ui svg{ opacity:1; } .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(--brand); box-shadow: 0 8px 18px rgba(22, 139, 143, .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 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: rgba(0,0,0,.65); font-size: 14px; font-weight: 700; transition: color .16s ease, background .16s ease, box-shadow .16s ease; } .g-toggle label:hover span { color: var(--brand); background: rgba(22, 139, 143, .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(22, 139, 143, .12); } .content-inner [data-auth-channel] { margin-bottom: 20px; } .pwa-help { position: relative; min-height: 100vh; padding: 70px 0 70px; background: #fff; box-sizing: border-box; } .waou-guide-help { max-width: 520px; margin: 0 auto; padding: 22px 16px 90px; font-family: 'Roboto', Arial, sans-serif; color: #111; background: #fff; box-sizing: border-box; } .help-header { text-align: center; margin-bottom: 24px; } .help-header h1 { font-size: 24px; margin: 8px 0; color: #168b8f; line-height: 1.15; } .help-header p { font-size: 16px; line-height: 1.4; margin: 0; } .help-card { display: flex; gap: 14px; background: #fff; border-radius: 20px; padding: 16px; margin-bottom: 14px; box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12); } .help-number { min-width: 34px; width: 34px; height: 34px; border-radius: 50%; background: #168b8f; color: #fff; font-weight: bold; display: flex; align-items: center; justify-content: center; flex: 0 0 34px; } .help-card h2, .help-nav h2 { font-size: 18px; margin: 0 0 6px; line-height: 1.25; } .help-card p { font-size: 15px; line-height: 1.4; margin: 0; } .help-nav { background: #f7f7f2; border-radius: 20px; padding: 16px; margin-top: 20px; box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10); } .help-nav-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-size: 14px; } .help-nav-grid div { background: #fff; border-radius: 14px; padding: 12px; display: flex; align-items: center; gap: 10px; min-width: 0; } .help-nav-icon { width: 28px; height: 28px; flex: 0 0 28px; display: flex; align-items: center; justify-content: center; color: #666; } .help-nav-icon svg, .help-nav-icon img { width: 25px; height: 25px; object-fit: contain; } .help-nav-icon .qc-bottombar__profile-photo { width: 25px; height: 25px; border-radius: 50%; object-fit: cover; } .help-nav-icon__logo { width: 25px; height: 25px; } .help-nav-icon__locate { color: #4b7f6b; } .help-tip { margin-top: 18px; padding: 14px; border-radius: 16px; background: #e9f7f7; color: #0d5d60; font-size: 15px; line-height: 1.4; } .pwa-legal { position: relative; min-height: 100vh; padding: 70px 0 70px; background: #fff; box-sizing: border-box; } .waou-legal-page { max-width: 520px; margin: 0 auto; padding: 22px 16px 90px; font-family: 'Roboto', Arial, sans-serif; color: #111; background: #fff; box-sizing: border-box; } .legal-header { text-align: center; margin-bottom: 24px; } .legal-header h1 { font-size: 24px; margin: 8px 0; color: #168b8f; line-height: 1.15; } .legal-header p { font-size: 16px; line-height: 1.4; margin: 0; } .legal-card { display: flex; gap: 14px; background: #fff; border-radius: 20px; padding: 16px; margin-bottom: 14px; box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12); } .legal-number { min-width: 34px; width: 34px; height: 34px; border-radius: 50%; background: #168b8f; color: #fff; font-weight: bold; display: flex; align-items: center; justify-content: center; flex: 0 0 34px; } .legal-card h2 { font-size: 18px; margin: 0 0 6px; line-height: 1.25; } .legal-card p { font-size: 15px; line-height: 1.4; margin: 0; } .legal-tip { margin-top: 18px; padding: 14px; border-radius: 16px; background: #e9f7f7; color: #0d5d60; font-size: 15px; line-height: 1.4; } .pwa-city-info { position: relative; min-height: 100vh; padding: 70px 0 70px; background: #fff; box-sizing: border-box; } .city-info-page { max-width: 520px; margin: 0 auto; padding: 22px 16px 90px; font-family: 'Roboto', Arial, sans-serif; color: #111; background: #fff; box-sizing: border-box; } .city-info-back { position: fixed; top: 16px; left: 16px; z-index: 20; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(0, 0, 0, 0.35); color: #fff; text-decoration: none; } .city-info-back svg { width: 24px; height: 24px; } .city-info-header { text-align: center; margin-bottom: 22px; } .city-info-badge { display: inline-flex; align-items: center; justify-content: center; min-height: 26px; padding: 0 12px; border-radius: 999px; background: #fff4e5; color: #b35300; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; } .city-info-header h1 { font-size: 24px; margin: 10px 0 8px; color: #168b8f; line-height: 1.15; } .city-info-header p { font-size: 15px; line-height: 1.4; margin: 0; } .city-info-card { background: #fff; border-radius: 18px; padding: 16px; margin-bottom: 14px; box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12); } .city-info-card h2 { font-size: 18px; margin: 0 0 12px; line-height: 1.25; } .city-info-list { display: flex; flex-direction: column; gap: 10px; } .city-info-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid #eee; } .city-info-item:first-child { border-top: 0; padding-top: 0; } .city-info-item strong { display: block; font-size: 0.95rem; line-height: 1.2; } .city-info-item small { display: block; margin-top: 3px; color: #777; font-size: 0.74rem; line-height: 1.25; } .city-info-call { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; min-width: 92px; min-height: 36px; padding: 0 12px; border-radius: 999px; background: #168b8f; color: #fff; font-weight: 700; text-decoration: none; } .city-info-source { margin-top: 18px; padding: 12px; border-radius: 14px; background: #f5f5f5; color: #666; font-size: 0.78rem; line-height: 1.35; } .city-info-source a { color: #168b8f; } .pwa-faq { position: relative; min-height: 100vh; padding: 70px 0 70px; background: #fff; box-sizing: border-box; } .waou-faq-page { max-width: 620px; margin: 0 auto; padding: 22px 16px 90px; font-family: 'Roboto', Arial, sans-serif; color: #111; background: #fff; box-sizing: border-box; } .faq-header { text-align: center; margin-bottom: 24px; } .faq-header h1 { font-size: 24px; margin: 0 0 10px; color: #168b8f; } .faq-header p { font-size: 15px; line-height: 1.45; margin: 0; color: #444; } .faq-section { margin-bottom: 26px; } .faq-section h2 { font-size: 20px; margin: 0 0 14px; color: #168b8f; } .faq-item { background: #fff; border-radius: 18px; margin-bottom: 12px; box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12); overflow: hidden; } .faq-item summary { cursor: pointer; padding: 16px 42px 16px 18px; font-size: 16px; font-weight: bold; color: #111; list-style: none; position: relative; } .faq-item summary::-webkit-details-marker { display: none; } .faq-item summary::after { content: "+"; position: absolute; right: 18px; top: 14px; font-size: 22px; color: #168b8f; font-weight: normal; } .faq-item[open] summary::after { content: "-"; } .faq-item p { font-size: 15px; line-height: 1.5; margin: 0; padding: 0 18px 16px; color: #444; } .faq-item a { color: #168b8f; font-weight: bold; text-decoration: underline; } .qc-bottombar{ position:fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom,0px)); height: 50px; padding-bottom: 0; background:var(--bottombar-fond); box-shadow: 0px 0 9px rgba(0, 0, 0, 0.4); display: flex; flex-direction: row; justify-content: space-evenly; align-items: center; border-top:1px solid rgba(0,0,0,.08); border-radius: 25px; z-index:1000; } .qc-bottombar .nav-item{ appearance:none; background:transparent; border:0; padding: 0; color:var(--bottombar_btn_color); 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 .icon svg{ width:100%; height:100%; 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:18px; letter-spacing:.2px; user-select:none; margin: 0; } .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); } .qc-bottombar--v2 { left: 0; right: 0; bottom: 0; height: calc(72px + env(safe-area-inset-bottom, 0px)); padding: 10px 20px calc(12px + env(safe-area-inset-bottom, 0px)); box-sizing: border-box; background: rgba(250, 249, 246, 0.88); border-top: 1px solid rgba(32, 36, 35, 0.08); border-radius: 0; box-shadow: none; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); } .qc-bottombar--v2 .nav-item { width: 44px; height: 44px; min-width: 44px; border-radius: 50%; color: #202423; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; } .qc-bottombar--v2 .nav-item--home { background: #2e9ea1; color: #fff; box-shadow: 0 8px 22px rgba(46, 158, 161, 0.26); } .qc-bottombar--v2 .icon { width: 22px; height: 22px; margin: 0; display: inline-flex; align-items: center; justify-content: center; } .qc-bottombar--v2 .nav-item--home .icon { width: 23px; height: 23px; } .qc-bottombar--v2 .label { display: none; } .share-box { box-sizing: border-box; background: #faf9f6; border-top-left-radius: 22px; border-top-right-radius: 22px; padding: 20px 20px calc(26px + env(safe-area-inset-bottom, 0px)); font-family: "Roboto", Arial, sans-serif; } .share-box h3 { margin: 0; color: #2e9ea1; font-size: 18px; line-height: 1.2; font-weight: 800; text-align: center; } .share-buttons { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 14px; height: auto; margin-top: 22px; align-items: start; justify-content: center; } .share-buttons button { width: auto; min-width: 0; min-height: 34px; padding: 0; border: 0; background: transparent; box-shadow: none !important; color: #2e9ea1; display: inline-flex; flex-direction: column; align-items: center; justify-content: flex-start; align-content: center; gap: 0; text-align: center; font-family: "Roboto", Arial, sans-serif; font-size: 12px; line-height: 1.1; font-weight: 700; } .share-button-icon { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; color: #2e9ea1; } .share-button-icon svg, .share-button-icon img { width: 30px; height: 30px; display: block; object-fit: contain; } .share-button-icon svg { stroke: currentColor; } .share-buttons [data-action="share-copy"] .share-button-icon, .share-buttons [data-action="share-mail"] .share-button-icon, .share-buttons [data-action="share-copy"] .share-button-icon svg, .share-buttons [data-action="share-mail"] .share-button-icon svg { width: 30px; height: 30px; } .share-buttons [data-action="share-copy"] .share-button-icon svg, .share-buttons [data-action="share-mail"] .share-button-icon svg { width: 30px !important; height: 30px !important; flex-basis: 30px !important; } .share-buttons [data-action="share-copy"] .share-button-icon svg, .share-buttons [data-action="share-mail"] .share-button-icon svg { stroke-width: 2.2; } .share-button-icon--simple { color: #2e9ea1; } .share-button-label { display: none; width: 100%; max-width: 74px; color: #202423; overflow-wrap: anywhere; } .share-close { right: 16px; top: -18px; width: 42px; height: 42px; color: #202423; box-shadow: 0 4px 14px rgba(32,36,35,0.14); } .pac-container { z-index: 10000 !important; } .qc-nav_button { height: 30px; background: #fff; color: var(--brand); box-shadow: 0px 0 9px rgba(0, 0, 0, 0.4); border: none; border-radius: 15px; border-top: 1px solid rgba(0, 0, 0, .08); } .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; width: 100%; flex: 0 0 100%; box-sizing: border-box; color: #12a5a5; font-size: 2.35rem; line-height: 1.12; } h2 { text-align: center; margin: 0; width: 100%; flex: 0 0 100%; box-sizing: border-box; color: #12a5a5; font-size: 1.45rem; line-height: 1.2; } h3 { text-align: center; margin: 0; width: 100%; flex: 0 0 100%; box-sizing: border-box; color: #12a5a5; } .all__flex-children_70 { width: 100%; } .container_groupe { border: 1px solid #bbb; width: 100%; padding: 10px 20px; border-radius: 20px; margin-bottom: 20px; } .fleche_direction_final { color: #f21d2f; height: 30px; width: 30px; position: absolute; align-items: center; bottom: -30px; right: calc(50% - 15px); } .home-landing-v2 { width: 100%; min-height: calc(100svh - var(--appbar-h, 64px)); padding: calc(var(--appbar-h, 64px) + env(safe-area-inset-top, 0px) + 26px) 20px calc(96px + env(safe-area-inset-bottom, 0px)); background: #faf7ef; color: #171c22; font-family: "Roboto", Arial, sans-serif; } body:has(.home-landing-v2) { background: #faf7ef; } body:has(.home-landing-v2) .qc-appbar { background: #faf7ef; } .qc-appbar[data-waou-home="landing"] { position: fixed; top: 0; left: 0; right: 0; height: calc(64px + env(safe-area-inset-top, 0px)); box-sizing: border-box; background: rgba(250, 249, 246, 0.88); border-bottom: 1px solid rgba(32, 36, 35, 0.08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); } body:has(.home-landing-v2) .qc-logo:has(span) { top: calc(env(safe-area-inset-top, 0px) + 32px); transform: translate(-50%, -50%); color: #2f8f8e; font-size: 18px; line-height: 1; font-weight: 800; letter-spacing: 0; text-shadow: none; } body:has(.home-landing-v2) .qc-logo:has(img), .qc-appbar[data-waou-home="landing"] .qc-logo:has(img) { top: calc(env(safe-area-inset-top, 0px) + 36px); transform: translate(-50%, -50%); opacity: 1; text-shadow: none; } body:has(.home-landing-v2) .qc-logo img, .qc-appbar[data-waou-home="landing"] .qc-logo img { width: 110px; max-height: 34px; filter: none; } body:has(.home-landing-v2) .qc-logo:has(span) span { display: inline-flex; align-items: center; gap: 8px; } body:has(.home-landing-v2) .qc-logo:has(span) span::before { content: ""; display: inline-block; width: 26px; height: 26px; border-radius: 50%; background: #2f9a9b; box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.22); } body:has(.home-landing-v2) .qc-menu-btn, .qc-appbar[data-waou-home="landing"] .qc-menu-btn { top: calc(env(safe-area-inset-top, 0px) + 16px); right: 16px; width: 40px; height: 40px; background: #2f9a9b; box-shadow: 0 8px 22px rgba(47, 154, 155, 0.22); color: #fff; } body:has(.home-landing-v2) .qc-lang, .qc-appbar[data-waou-home="landing"] .qc-lang { position: fixed; top: calc(env(safe-area-inset-top, 0px) + 16px); left: 16px; width: 40px; height: 40px; z-index: 1300; } body:has(.home-landing-v2) .lang-dropdown, .qc-appbar[data-waou-home="landing"] .lang-dropdown { margin: 0; } body:has(.home-landing-v2) .lang-current, .qc-appbar[data-waou-home="landing"] .lang-current { width: 40px; height: 40px; border-radius: 50%; background: transparent; box-shadow: none; } body:has(.home-landing-v2) .lang-icon, .qc-appbar[data-waou-home="landing"] .lang-icon { width: 35px; height: 35px; overflow: hidden; box-shadow: 0 2px 10px rgba(37,45,43,0.14); } .home-landing-v2__intro { margin: 0 0 24px; } .home-landing-v2__kicker { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 8px; color: #2f8f8e; font-size: 15px; line-height: 1.25; font-weight: 600; } .home-landing-v2__kicker span { display: inline-flex; width: 20px; height: 20px; align-items: center; justify-content: center; } .home-landing-v2__kicker svg { width: 20px; height: 20px; stroke-width: 2.5; } .home-landing-v2__intro h1 { max-width: 330px; margin: 0; color: #ee2b72; font-size: 24px; line-height: 1.18; font-weight: 800; letter-spacing: 0; } .home-landing-v2__intro p { max-width: 330px; margin: 8px 0 0; color: rgba(23, 28, 34, 0.64); font-size: 15px; line-height: 1.6; font-weight: 400; } .home-landing-v2__cities { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; } .home-landing-v2-card { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 20px; background: #111; color: #fff; text-decoration: none; box-shadow: 0 2px 8px rgba(20, 24, 28, 0.08); isolation: isolate; } .home-landing-v2-card img, .home-landing-v2-card video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.7s ease; } .home-landing-v2-card:active img, .home-landing-v2-card:active video { transform: scale(1.04); } .home-landing-v2-card__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 75%, rgba(0, 0, 0, 0.76) 100%); pointer-events: none; } .home-landing-v2-card__label { position: absolute; top: 18px; left: 18px; z-index: 2; display: inline-flex; align-items: center; min-height: 30px; padding: 0 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.16); color: rgba(255, 255, 255, 0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font-size: 11px; line-height: 1; font-weight: 700; letter-spacing: 0; text-transform: uppercase; } .home-landing-v2-card__content { position: absolute; left: 20px; right: 78px; bottom: 18px; z-index: 2; display: block; } .home-landing-v2-card__title { display: block; color: #fff; font-size: 23px; line-height: 1.12; font-weight: 800; letter-spacing: 0; } .home-landing-v2-card__text { display: block; margin-top: 4px; color: rgba(255, 255, 255, 0.88); font-size: 14px; line-height: 1.25; font-weight: 500; } .home-landing-v2-card__arrow { position: absolute; right: 20px; bottom: 20px; z-index: 3; display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255, 255, 255, 0.92); color: #171c22; } .home-landing-v2-card__arrow svg { width: 20px; height: 20px; stroke-width: 2.3; } .home-landing-v2__soon { margin: 24px auto 0; color: rgba(23, 28, 34, 0.54); font-size: 14px; line-height: 1.5; font-weight: 600; text-align: center; } .home_img_container { width: calc(100% - 40px); margin: 14px auto calc(var(--bottombar-h, 74px) + 18px); position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(112px, 0.95fr); align-items: stretch; overflow: hidden; background: #fff; border-radius: 18px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10); min-height: 124px; max-height: 160px; } .home_img_container::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 26px; z-index: 1; pointer-events: none; background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.54) 46%, rgba(255, 255, 255, 0) 100%); backdrop-filter: blur(1.5px); -webkit-backdrop-filter: blur(1.5px); } .home_img_container > div { padding: 10px 10px 10px 14px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; gap: 4px; } .home_img_container > div > svg { position: absolute; bottom: 9px; left: 50px; display: block; width: 82px; height: 9px; color: #009f9b; } .home_img_container strong { color: #252633; font-size: clamp(0.8rem, 3.1vw, 0.98rem); line-height: 1.16; font-weight: 800; } .home_img_container strong span { color: #009f9b; } .home_img_container p { margin: 0; color: #252633; font-size: clamp(0.69rem, 2.65vw, 0.8rem); line-height: 1.22; } .home_img { width: 100%; position: relative; z-index: 0; border: 0; height: 100%; min-height: 124px; object-fit: cover; object-position: center; border-radius: 0; } .home__texte { color: #000; padding: 0; z-index: 2; background: transparent; border: 0; margin: calc(var(--appbar-h, 84px) + 16px) 20px 10px; border-radius: 0; } .home__texte h1 { margin: 0 0 8px; display: flex; align-items: center; gap: 12px; color: #252633; font-size: clamp(1.55rem, 7vw, 2.1rem); line-height: 1.08; font-weight: 800; letter-spacing: 0; } .home__texte h1 span { display: inline-flex; width: 32px; min-width: 32px; color: #009f9b; } .home__texte h1 svg { width: 100%; height: auto; stroke-width: 3; } .home__texte p { text-align: left; margin: 0; color: #555866; font-size: clamp(0.8rem, 3.25vw, 0.98rem); line-height: 1.25; } .villes__container { color: #000; position: relative; width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(10px, 2.6vw, 16px); margin: 12px 0 0; padding: 0 20px; overflow: visible; max-height: none; } .villes__bouton { width: 100%; border-radius: 14px; overflow: hidden; box-shadow: 0 7px 18px rgba(0, 0, 0, 0.12); } .villes__bouton a { position: relative; display: block; overflow: hidden; border-radius: 14px; background: #111; } .villes__bouton a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 42%; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%); pointer-events: none; } .villes__photos { background-size: cover; background-repeat: no-repeat; background-position: center; width: 100%; height: 100px; height: clamp(76px, calc((100svh - var(--appbar-h, 84px) - var(--bottombar-h, 74px) - 260px) / 3), 180px); border-radius: 14px; object-fit: cover; } .waou-ad-media { display: block; object-fit: cover; object-position: center; } .villes__noms { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; display: flex; align-items: center; gap: 8px; width: 100%; color: #fff; text-align: left; padding: 0 10px 11px; margin: 0; font-size: clamp(1rem, 4.3vw, 1.35rem); line-height: 1.08; font-weight: 800; text-shadow: 0 2px 7px rgba(0, 0, 0, 0.8); border: 0; border-radius: 0; } .villes__noms span { display: inline-flex; width: 20px; min-width: 20px; color: #009f9b; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6)); } .villes__noms svg { width: 100%; height: auto; stroke-width: 3.2; } .home-city { position: relative; overflow: hidden; background: #fff; } .home-city__content { position: relative; z-index: 2; } .home-city__hero { position: relative; height: 214px; } .ville__photo { position: absolute; top: 0; left: 0; width: 100%; height: 650px; background-repeat: no-repeat; background-size: 100% 248px; background-position: top center; background-color: var(--waou-ville-bg, #fff); box-shadow: none; z-index: 0; } .ville__photo::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; pointer-events: none; background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 214px, var(--waou-ville-bg, #fff) 234px, color-mix(in srgb, var(--waou-ville-bg, #fff) 34%, #fff) 291px, color-mix(in srgb, var(--waou-ville-bg, #fff) 18%, #fff) 520px, #fff 650px ); z-index: 1; } .ville__photo::before { content: ""; position: absolute; left: 0; right: 0; top: 214px; height: 20px; pointer-events: none; background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, var(--waou-ville-bg, #fff) 100% ); z-index: 1; } .ville__nom { position: absolute; top: 82px; left: 20px; color: #fff; z-index: 2; text-shadow: 0 1px 5px rgba(0, 0, 0, 0.45); } .ville__nom span { display: block; font-size: 0.88rem; line-height: 1.1; font-weight: 700; } .ville__nom strong { display: block; font-size: 1.95rem; line-height: 1; font-weight: 800; } .ville__nom p { margin: 5px 0 0; font-size: 0.74rem; line-height: 1; font-weight: 700; white-space: nowrap; } .ville__search { position: absolute; top: 154px; bottom: auto; left: 0px; width: 100%; margin: 0 auto; padding: 0 20px; z-index: 2; } .ville__search form, .ville__search .input_container, .ville__search .all__flex-children_70 { width: 100%; } .ville__search form { position: relative; } .ville__search .input_container { display: block; margin: 0 -5px; width: calc(100% + 10px); } .ville__search .all__flex-children_30 { display: none; } .categorie__container { margin: -2px 20px 0; display: flex; align-items: self-start; flex-wrap: wrap; gap: 6px; position: relative; z-index: 2; } .home-meteo-line { position: absolute !important; top: 97px !important; right: 20px !important; left: auto !important; width: 116px !important; max-width: 116px !important; margin: 0 !important; z-index: 2 !important; padding: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; box-sizing: border-box; text-align: right; } .home-meteo-line .meteo-widget__city { display: none !important; } .home-meteo-line .meteo-widget { display: flex !important; flex-direction: column; align-items: flex-end !important; justify-content: flex-start !important; gap: 2px !important; width: auto !important; max-width: none !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; color: #111 !important; } .home-meteo-line .meteo-widget__top { display: block !important; } .home-meteo-line .meteo-widget__top > div { display: block !important; } .home-meteo-line .meteo-widget__label { color: #fff !important; font-size: 0.74rem !important; line-height: 1 !important; font-weight: 700; text-shadow: 0 1px 5px rgba(0, 0, 0, 0.45); white-space: nowrap; } .home-meteo-line .meteo-widget__main { display: flex !important; align-items: center !important; justify-content: flex-end !important; gap: 4px !important; margin: 0 !important; } .home-meteo-line .meteo-widget__icon { width: auto !important; height: auto !important; border-radius: 0 !important; background: transparent !important; font-size: 1rem !important; line-height: 1 !important; } .home-meteo-line .meteo-widget__temp { color: #fff !important; font-size: 1.35rem !important; line-height: 1 !important; font-weight: 800 !important; text-shadow: 0 1px 5px rgba(0, 0, 0, 0.45); } .home-meteo-line .meteo-widget__meta { display: block !important; margin: 0 !important; color: #fff !important; font-size: 0.66rem !important; line-height: 1 !important; text-shadow: 0 1px 5px rgba(0, 0, 0, 0.45); white-space: nowrap; } .home-meteo-line .meteo-widget__meta span:nth-child(1), .home-meteo-line .meteo-widget__meta span:nth-child(2) { display: none; } .home-meteo-line .meteo-widget__cta { display: none; } .home-meteo-line .meteo-widget__cta svg { display: block; width: 20px; height: 20px; } .categorie__container1 { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; width: 100%; background: rgba(255, 255, 255, 0.64); box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16); border-radius: 20px; padding: 6px 0; gap: 7px 8px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); } .categorie__container2 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; margin: 6px auto 0; gap: 6px; width: 100%; } .home-secondary-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; width: 100%; margin-top: 10px; } .home-secondary-card { min-width: 0; min-height: 126px; display: flex; align-items: stretch; justify-content: center; border-radius: 8px; background: #fff; box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12); overflow: hidden; } .home-secondary-card--links { padding: 5px; background: linear-gradient(20deg, #cdcdcd, #ededed); } .home-secondary-card--meteo { padding: 0; } .categorie__bouton { display:flex; flex-direction:column; align-items:center; justify-content:center; text-decoration:none; color: #999; width: calc((100% - 36px) / 4); } .categorie__bouton2 { display:flex; flex-direction:column; align-items:center; justify-content:center; text-decoration:none; color: #999; width: 100%; } .categorie__svg_bouton { display: flex; flex-direction: column; align-items: center; justify-content: center; text-decoration: none; color: #555; width: 70%; margin-bottom: 5px; } .categorie__svg_link { display: flex; flex-direction: column; align-items: center; justify-content: center; text-decoration: none; color: #555; width: calc(((100% - 30px) / 4) - 10px); border: 2px solid #aaa; border-radius: 10px; padding: 8px; background-color: #d8f2d7; margin: 5px; } .categorie__container2 .categorie__bouton, .categorie__container2 .categorie__svg_link { padding: 0; } .categorie__container2 .categorie__image2 img { width: 28px; } .categorie__container2 .categorie__svg_bouton { width: 34px; height: 34px; margin-bottom: 5px; padding: 8px; box-sizing: border-box; border-radius: 50%; color: #fff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10); } .categorie__container2 .categorie__svg_bouton svg { width: 100%; height: 100%; display: block; } .categorie__container2 .categorie__nom { margin-bottom: 0; background: transparent !important; padding: 0; font-size: 0.72rem; line-height: 1.1; color: #3b3b3b; font-weight: 700; text-align: left; } .categorie__container2 .chp_help_text_all { margin: 0; width: 100%; text-align: left; font-size: 0.58rem; line-height: 1.1; color: #3b3b3b; white-space: nowrap; } .categorie__image { width:100%; display:flex; flex-direction: column; align-items:center; justify-content:center; gap: 2px; position: relative; } .categorie__image img{ width: 50px; object-fit:contain; } .categorie__image2 { width:100%; min-height: 72px; box-sizing: border-box; display:flex; flex-direction: column; align-items:flex-start; justify-content:center; gap: 3px; position: relative; padding: 6px; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 12px; background: #fff; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10); } .categorie__image2 img{ width: 50px; object-fit:contain; } .categorie__nom{ text-align: center; font-size: 0.74rem; font-family: 'Roboto', Arial, sans-serif; margin: 1px 0 0; background: transparent; padding: 0; border-radius: 0; color: #3b3b3b; font-weight: 800; line-height: 1; } .categorie__nom_de { text-align: center; font-size: 0.7rem; letter-spacing: -0.03rem; font-family: 'Roboto', Arial, sans-serif; margin: 1px 0 0; background: transparent; padding: 0; border-radius: 0; color: #3b3b3b; font-weight: 800; line-height: 1; } .categorie__container1 .chp_help_text_all { margin: 0; width: 100%; text-align: center; font-size: 0.6rem; line-height: 1; color: #3b3b3b; font-weight: 400; } ::-webkit-input-placeholder{ color:#8a8a8a; font-size: 0.9rem; } :-ms-input-placeholder{ color:#8a8a8a; font-size: 0.9rem; } ::placeholder{ color:#8a8a8a; font-size: 0.9rem; } .input_field::-webkit-input-placeholder, textarea.input_field::-webkit-input-placeholder { color: rgb(138, 138, 138); opacity: 1; } .input_field:-ms-input-placeholder, textarea.input_field:-ms-input-placeholder { color: rgb(138, 138, 138); opacity: 1; } .input_field::placeholder, textarea.input_field::placeholder { color: rgb(138, 138, 138); opacity: 1; } .ville__search ::-webkit-input-placeholder{ color:#111; } .ville__search :-ms-input-placeholder{ color:#111; } .ville__search ::placeholder{ color:#111; } .search__button { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; padding: 9px; color: #111; border: none; background-color: unset; } .ville__search .qc-locate-btn { left: auto; right: 10px; top: 22px; width: 30px; height: 30px; padding: 7px; border-radius: 50%; background: rgba(255, 255, 255, 0.92); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12); } .search__button .qc-locate-icon { width: 18px; height: 18px; } .ville__search .qc-locate-btn .qc-locate-icon_main svg path { stroke: currentColor; stroke-width: 1.35; stroke-linejoin: round; paint-order: stroke fill; } .search__button svg { width: 18px; height: 18px; flex-shrink: 0; } [data-waou-suggest-panel] { padding: 8px; border-radius: 16px; background: rgba(255, 255, 255, 0.94); box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24); overflow: hidden; } [data-waou-suggest-panel][hidden] { display: none !important; } [data-waou-suggest-panel] a { display: block; padding: 11px 14px; border-radius: 12px; color: #283346; text-decoration: none; } [data-waou-suggest-panel] a + a { margin-top: 4px; } [data-waou-suggest-panel] a:hover { background: rgba(10, 159, 166, 0.10); } [data-waou-suggest-panel] span { display: block; font-weight: 700; line-height: 1.2; } [data-waou-suggest-panel] small { display: block; margin-top: 3px; color: #666; font-size: 0.82rem; line-height: 1.25; } #cadre_onglets .tab_btn_off { background: var(--brand); color: #fff; border-color: var(--brand); opacity: 1; } #cadre_onglets .tab_btn_on, #cadre_onglets .tab_btn_off { margin-right: 1px; } #cadre_onglets .tab_btn_on:last-child, #cadre_onglets .tab_btn_off:last-child { margin-right: 0; } .misenavant__container { margin: 0 20px; } .misenavant__titre { font-size: 1rem; font-weight: bold; text-align: left; display: inline-flex; background: var(--waou-pwa-subcat-gradient, linear-gradient(10deg, #046970, #11cfdc)); color: white; padding: 5px 10px; border-radius: 20px; position: relative; top: 20px; left: 10px; z-index: 2; } .misenavant__boutons_container { color: #000; position: relative; width: 100%; margin: 5px 0 0; overflow: visible; padding: 0; touch-action: pan-y; } .misenavant__boutons_container.is-dragging { cursor: default; } .misenavant__boutons_container::-webkit-scrollbar { display: none; } .misenavant__boutons_list { display: flex; justify-content: left; flex-wrap: wrap; gap: 10px; width: 100%; } .misenavant__nom { position: absolute; bottom: 0; color: #fff; text-align: center; padding: 8px 8px; font-size: 0.8rem; width: 100%; text-align: left; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.8); } .misenavant__bouton { background-repeat: no-repeat; background-position: bottom; flex: 0 0 calc((100% - 10px) / 2); width: calc((100% - 10px) / 2); min-width: 0; height: 120px; border-radius: 20px; position: relative; box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.3); overflow: hidden; } @media (orientation: landscape) { .misenavant__bouton { flex-basis: calc((100% - 10px) / 2); width: calc((100% - 10px) / 2); } } .misenavant__bouton .villes__photos, .misenavant__bouton .waou-ad-media { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; border-radius: 20px; pointer-events: none; -webkit-user-drag: none; user-select: none; -webkit-user-select: none; } body:has(.home-city--v2) { background: #faf9f6; } body:has(.home-city--v2) .qc-appbar { position: absolute; inset: 0 0 auto; height: 0; padding: 0; background: transparent; pointer-events: none; } body:has(.home-city--v2) .qc-logo, body:has(.home-city--v2) .qc-menu-btn, body:has(.home-city--v2) .qc-header-back-btn { pointer-events: auto; } body:has(.home-city--v2) .qc-logo:has(img) { top: calc(env(safe-area-inset-top, 0px) + 36px); opacity: 1; } body:has(.home-city--v2) .qc-logo img { width: 110px; max-height: 34px; filter: none; } body:has(.home-city--v2) .qc-menu-btn, body:has(.home-city--v2) .qc-header-back-btn { position: absolute; top: calc(env(safe-area-inset-top, 0px) + 16px); width: 40px; height: 40px; background: rgba(255,255,255,0.9); color: #202423; box-shadow: 0 2px 10px rgba(37,45,43,0.10); } body:has(.home-city--v2) .qc-header-back-btn { left: 16px; } body:has(.home-city--v2) .qc-menu-btn { right: 16px; } body:has(.home-city--v2) .qc-menu-btn svg, body:has(.home-city--v2) .qc-header-back-btn svg { filter: none; } .home-city--v2 { min-height: 100svh; overflow: visible; background: #faf9f6; font-family: "Roboto", Arial, sans-serif; padding: 0 0 calc(96px + env(safe-area-inset-bottom, 0px)); } .home-city-v2-hero { position: relative; height: 340px; overflow: hidden; background: #d7d2c7; } .home-city-v2-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; } .home-city-v2-hero__shade { position: absolute; inset: 50% 0 0; background: linear-gradient(to top, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.18) 58%, rgba(0,0,0,0) 100%); pointer-events: none; } .home-city-v2-hero__content { position: absolute; left: 20px; bottom: 34px; z-index: 2; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,0.30); } .home-city-v2-hero__content span { display: block; font-size: 16px; font-weight: 700; line-height: 1; } .home-city-v2-hero__content h1 { margin: 4px 0 0; font-size: 30px; line-height: 1; font-weight: 800; letter-spacing: 0; color: #fff; } .home-city--v2 .home-meteo-line { top: 244px !important; right: 20px !important; bottom: auto !important; z-index: 2 !important; width: auto !important; max-width: 112px !important; } .home-city--v2 .home-meteo-line--v2 .meteo-widget { display: inline-flex !important; flex-direction: row !important; align-items: center !important; justify-content: center !important; gap: 4px !important; width: auto !important; max-width: none !important; min-height: 28px !important; padding: 4px 8px !important; border-radius: 999px !important; background: rgba(255,255,255,0.78) !important; box-shadow: 0 1px 3px rgba(32,36,35,0.10) !important; color: #202423 !important; backdrop-filter: blur(8px) !important; -webkit-backdrop-filter: blur(8px) !important; } .home-city--v2 .home-meteo-line--v2 .meteo-widget__top { order: 2; display: inline-flex !important; align-items: center !important; } .home-city--v2 .home-meteo-line--v2 .meteo-widget__main { order: 1; display: inline-flex !important; align-items: center !important; gap: 4px !important; margin: 0 !important; } .home-city--v2 .home-meteo-line--v2 .meteo-widget__icon { font-size: 0.86rem !important; line-height: 1 !important; } .home-city--v2 .home-meteo-line--v2 .meteo-widget__temp { color: #202423 !important; font-size: 14px !important; line-height: 1 !important; font-weight: 700 !important; text-shadow: none !important; } .home-city--v2 .home-meteo-line--v2 .meteo-widget__label { order: 2; color: #202423 !important; font-size: 10px !important; line-height: 1 !important; font-weight: 500 !important; text-shadow: none !important; white-space: nowrap; } .home-city--v2 .home-meteo-line--v2 .meteo-widget__meta, .home-city--v2 .home-meteo-line--v2 .meteo-widget__cta, .home-city--v2 .home-meteo-line--v2 .meteo-widget__city { display: none !important; } .home-city-v2-search { position: relative; z-index: 4; margin-top: -25px; padding: 0 20px; } .home-city-v2-search .ville__search { position: static; inset: auto; width: 100%; padding: 0; z-index: 1; } .home-city-v2-search .ville__search > div { align-items: center !important; gap: 10px !important; } .home-city-v2-search .ville__search form { display: flex; align-items: center; flex: 0 0 265px !important; width: 265px; gap: 10px; } .home-city-v2-search .ville__search .input_container { margin: 0; width: 265px; } .home-city-v2-search .ville__search input.input_field { width: 265px !important; height: 50px !important; min-height: 50px !important; border: 0 !important; border-radius: 25px !important; background: #fff !important; color: #202423 !important; box-shadow: 0 1px 3px rgba(32,36,35,0.08) !important; font-family: "Roboto", Arial, sans-serif !important; font-size: 15px !important; font-weight: 600 !important; padding-left: 48px !important; padding-right: 18px !important; } .home-city-v2-search .search__button { left: 16px; width: 20px; height: 20px; color: #6f7472; } .home-city-v2-search .ville__search .qc-locate-btn { display: inline-flex !important; flex: 0 0 50px !important; width: 50px !important; min-width: 50px !important; height: 50px !important; min-height: 50px !important; padding: 0 !important; border-radius: 50% !important; background: #fff !important; color: #2e9ea1 !important; box-shadow: 0 1px 3px rgba(32,36,35,0.08) !important; } .home-city-v2-search .ville__search .qc-locate-btn > span:not(.qc-locate-icon) { display: none !important; } .home-city-v2-search .ville__search .qc-locate-btn .qc-locate-icon { width: 22px !important; height: 22px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; position: relative !important; color: #2e9ea1 !important; } .home-city-v2-search .ville__search .qc-locate-btn .qc-locate-icon svg { width: 22px !important; height: 22px !important; display: block !important; stroke: currentColor !important; } .home-city-v2-search .ville__search .qc-locate-icon_main { display: block !important; width: 22px !important; height: 22px !important; color: #2e9ea1 !important; } .home-city-v2-search .ville__search .qc-locate-icon_check { display: none !important; } .home-city-v2-search .ville__search .qc-locate-btn.is-located .qc-locate-icon_main { display: block !important; } .home-city-v2-search .ville__search .qc-locate-btn.is-located .qc-locate-icon_check { display: none !important; } .home-city-v2-search .ville__search .qc-locate-btn.is-located .qc-locate-icon_main svg path, .home-city-v2-search .ville__search .qc-locate-btn.is-located .qc-locate-icon_main svg circle, .home-city-v2-search .ville__search .qc-locate-btn.is-located .qc-locate-icon_main svg polygon { fill: currentColor !important; } .home-city-v2-section { padding: 24px 20px 28px; background: #faf9f6; } .home-city-v2-chapter { position: relative; } .home-city-v2-chapter--plain { background: #faf9f6; } .home-city-v2-chapter--soft { background: #fff; } .home-city-v2-separator { --waou-separator-from: #faf9f6; --waou-separator-to: #fff; position: relative; display: block; height: 30px; padding: 0 20px; background: linear-gradient(to bottom, var(--waou-separator-from) 0 50%, var(--waou-separator-to) 50% 100%); } .home-city-v2-separator--to-plain { --waou-separator-from: #fff; --waou-separator-to: #faf9f6; } .home-city-v2-separator::before { content: ""; position: absolute; left: 20px; right: 20px; top: 50%; height: 1px; background: rgba(44, 152, 153, 0.18); } .home-city-v2-heading { display: block; margin: 0 0 16px; color: #202423; text-align: left; } .home-city-v2-heading > span { display: block; margin: 0 0 6px; color: var(--brand); font-size: 12px; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; } .home-city-v2-heading h2 { margin: 0; font-size: 23px; line-height: 1.05; font-weight: 400; letter-spacing: 0; color: #ee2b72; text-align: left; white-space: normal; } .home-city-v2-heading p { margin: 6px 0 0; color: #68706d; font-size: 14px; line-height: 1.35; font-weight: 500; } .home-city-v2-heading a { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 0 12px; border-radius: 999px; background: #f1eadf; color: #343837; text-decoration: none; font-size: 13px; line-height: 1; font-weight: 700; white-space: nowrap; } .home-city-v2-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; } .home-city-v2-exploradores { padding: 28px 20px; } .home-city-v2-exploradores__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 14px; align-items: start; margin-top: 20px; } .home-city-v2-exploradores__item { min-width: 0; text-align: center; color: #202423; } .home-city-v2-exploradores__photo { display: block; width: 112px; height: 112px; margin: 0 auto 10px; border: 4px solid #f2e7db; border-radius: 50%; object-fit: cover; background: #f5efe7; box-shadow: 0 8px 22px rgba(32,36,35,0.14); } .home-city-v2-exploradores__name { display: inline-flex; align-items: center; justify-content: center; gap: 3px; max-width: 100%; } .home-city-v2-exploradores__name strong { display: inline-block; min-width: 0; font-size: 15px; line-height: 1.1; font-weight: 800; } .home-city-v2-exploradores__badge { display: inline-flex; align-items: center; justify-content: center; width: 17px; height: 17px; flex: 0 0 17px; color: #ee2b72; } .home-city-v2-exploradores__badge svg { width: 16px; height: 16px; stroke-width: 2.1; } .home-city-v2-exploradores__theme { display: block; margin-top: 4px; color: #68706d; font-size: 12px; line-height: 1.15; font-weight: 500; } .home-city-v2-exploradores__link-row { display: flex; justify-content: flex-end; margin-top: 14px; } .home-city-v2-exploradores__link-row a { display: inline-flex; align-items: center; gap: 5px; color: var(--brand); font-size: 13px; line-height: 1.2; font-weight: 800; text-decoration: none; } .home-city-v2-exploradores__link-row a span { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; } .home-city-v2-exploradores__link-row a svg { width: 15px; height: 15px; stroke-width: 2.2; } .home-city-v2-card { position: relative; display: block; width: 100%; box-sizing: border-box; overflow: hidden; aspect-ratio: 16 / 9; min-height: 260px; border-radius: 20px; background: #d9d3c8; color: #fff; text-decoration: none; box-shadow: 0 1px 3px rgba(32,36,35,0.10); } .home-city-v2-card--wide { grid-column: 1 / -1; aspect-ratio: 16 / 9; } .home-city-v2-card img, .home-city-v2-card video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform .7s ease; } .home-city-v2-card:active img, .home-city-v2-card:active video { transform: scale(1.05); } .home-city-v2-card__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.20) 40%, rgba(0, 0, 0, 0) 100%); } .home-city-v2-card__content { position: absolute; inset: auto 0 0; padding: 16px; color: #fff; } .home-city-v2-card__title { display: block; font-size: 17px; line-height: 1.18; font-weight: 800; letter-spacing: 0; color: #fff; } .home-city-v2-card--wide .home-city-v2-card__title { font-size: 17px; } .home-city-v2-card__text { display: block; margin-top: 6px; font-size: 13px; line-height: 1.25; font-weight: 500; color: rgba(255,255,255,0.86); } .home-city--v2 .misenavant__container { margin: 0; padding: 28px 20px; } .home-city--v2 .misenavant__titre { position: static; display: block; width: auto; margin: 0 0 12px; padding: 0; border-radius: 0; background: transparent; color: #202423; font-size: 19px; line-height: 1.2; font-weight: 800; } .home-city--v2 .misenavant__boutons_list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: 100%; padding: 0 0 2px; } .home-city--v2 .misenavant__boutons_container { overflow: visible; padding: 0 0 1px; scrollbar-width: none; } .home-city--v2 .misenavant__bouton { width: 100%; flex: none; height: auto; aspect-ratio: 4 / 5; border-radius: 20px; box-shadow: 0 1px 3px rgba(32,36,35,0.10); } .home-city--v2 .misenavant__bouton::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.16) 58%, rgba(0,0,0,0) 100%); pointer-events: none; z-index: 1; } .home-city--v2 .misenavant__nom { z-index: 2; font-size: 18px; line-height: 1.12; font-weight: 800; text-align: left; padding: 0 16px 16px; } .home-city--v2 .misenavant__bouton .villes__photos, .home-city--v2 .misenavant__bouton .waou-ad-media { border-radius: 20px; } .home-city-v2-daily { padding: 28px 0 30px; overflow: hidden; } .home-city-v2-daily .home-city-v2-heading { padding: 0 20px; margin-bottom: 22px; } .home-city-v2-daily .home-city-v2-heading h2 { color: #ee2b72; } .home-city-v2-daily__list { display: flex; flex-direction: column; gap: 34px; } .home-city-v2-daily__need { min-width: 0; } .home-city-v2-daily__need-head { display: flex; align-items: center; gap: 10px; padding: 0 20px; margin-bottom: 12px; color: #202423; } .home-city-v2-daily__need-icon { width: 36px; height: 36px; flex: 0 0 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #f1eadf; color: #2e9ea1; } .home-city-v2-daily__need-icon svg { width: 19px !important; height: 19px !important; flex-basis: 19px !important; stroke-width: 2.25; } .home-city-v2-daily__need-copy { min-width: 0; display: block; } .home-city-v2-daily__need-copy strong { display: block; font-size: 18px; line-height: 1.08; font-weight: 800; letter-spacing: 0; } .home-city-v2-daily__need-copy span { display: block; margin-top: 2px; color: #68706d; font-size: 12px; line-height: 1.25; font-weight: 500; } .home-city-v2-daily__rail { display: flex; gap: 12px; overflow: hidden; padding: 0 4px 3px 20px; scrollbar-width: none; -webkit-overflow-scrolling: touch; } .home-city-v2-daily__rail::-webkit-scrollbar { display: none; } .home-city-v2-daily__universe, .home-city-v2-daily__place { flex: 0 0 auto; text-decoration: none; color: inherit; } .home-city-v2-daily__universe { position: relative; width: 124px; min-height: 222px; overflow: hidden; border-radius: 20px; background: #d9d3c8; box-shadow: 0 1px 3px rgba(32,36,35,0.10); } .home-city-v2-daily__universe img, .home-city-v2-daily__universe video, .home-city-v2-daily__place-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; } .home-city-v2-daily__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.18) 58%, rgba(0,0,0,0) 100%); } .home-city-v2-daily__universe-copy { position: absolute; left: 12px; right: 12px; bottom: 16px; color: #fff; } .home-city-v2-daily__universe-copy span { display: block; font-size: 10px; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,0.78); } .home-city-v2-daily__universe-copy strong { display: block; margin-top: 3px; font-size: 17px; line-height: 1.02; font-weight: 800; letter-spacing: 0; color: #fff; } .home-city-v2-daily__place { flex: 1 1 auto; width: min(224px, calc(100vw - 160px)); max-width: 224px; min-width: 0; overflow: hidden; border-radius: 20px; background: #fff; box-shadow: 0 2px 8px rgba(32,36,35,0.13); } .home-city-v2-daily__place-media { position: relative; display: block; height: 126px; background: #d9d3c8; } .home-city-v2-daily__status { position: absolute; left: 12px; top: 10px; display: inline-flex; align-items: center; min-height: 25px; padding: 0 10px; border-radius: 999px; background: rgba(108,138,74,0.92); color: #fff; font-size: 11px; line-height: 1; font-weight: 800; backdrop-filter: blur(8px); } .home-city-v2-daily__status--closed { background: rgba(32,36,35,0.82); } .home-city-v2-daily__place-body { display: block; padding: 13px 14px 15px; color: #202423; } .home-city-v2-daily__kind { display: block; color: #2e9ea1; font-size: 13px; line-height: 1.2; font-weight: 700; } .home-city-v2-daily__place-name { display: block; margin-top: 2px; color: #202423; font-size: 17px; line-height: 1.05; font-weight: 800; letter-spacing: 0; } .home-city-v2-daily__desc { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-top: 8px; color: #68706d; font-size: 13px; line-height: 1.38; font-weight: 500; } .home-city-v2-daily__meta { display: flex; align-items: center; gap: 6px; margin-top: 12px; color: #68706d; font-size: 12px; line-height: 1.15; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .home-city-v2-daily__meta span { display: inline-flex; align-items: center; justify-content: center; width: 14px; height: 14px; flex: 0 0 14px; color: #2e9ea1; } .home-city-v2-daily__meta svg { width: 14px !important; height: 14px !important; flex-basis: 14px !important; stroke-width: 2.2; } .home-city-v2-daily__meta em { color: #d7d2ca; font-style: normal; } .home-city-v2-indispensables { margin: 0; padding: 30px 20px 34px; border-radius: 0; background: #faf9f6; box-shadow: none; } .home-city-v2-indispensables .home-city-v2-heading { margin-bottom: 14px; } .home-city-v2-indispensables .home-city-v2-heading h2 { color: #ee2b72; font-size: 22px; line-height: 1.05; } .home-city-v2-indispensables .home-city-v2-heading p { color: #6d7675; font-size: 9px; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; } .home-city-v2-indispensables__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 252px 116px 116px; gap: 12px; align-items: stretch; } .home-city-v2-indispensables__item { position: relative; min-width: 0; display: block; min-height: 0; height: 100%; padding: 0; overflow: hidden; border-radius: 20px; background: #4f86a8; color: #fff; text-decoration: none; box-shadow: 0 8px 20px rgba(24,47,55,0.13); transform: translateZ(0); transition: transform .22s ease, box-shadow .22s ease; } .home-city-v2-indispensables__item:nth-child(1) { grid-column: 1; grid-row: 1; } .home-city-v2-indispensables__item:nth-child(2) { grid-column: 2; grid-row: 1; background: #1f668c; } .home-city-v2-indispensables__item:nth-child(3) { grid-column: 1 / -1; grid-row: 2; background: #80a7bf; } .home-city-v2-indispensables__item:nth-child(4) { grid-column: 1 / -1; grid-row: 3; background: #357aa0; } .home-city-v2-indispensables__item:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(24,47,55,0.20); } .home-city-v2-indispensables__item > img, .home-city-v2-indispensables__item > video { position: absolute; top: 0; left: 0; width: 100%; height: 50%; display: block; object-fit: cover; object-position: center; transition: transform .55s ease; } .home-city-v2-indispensables__item:hover > img, .home-city-v2-indispensables__item:hover > video { transform: scale(1.035); } .home-city-v2-indispensables__item::before { content: none; } .home-city-v2-indispensables__item::after { content: none; } .home-city-v2-indispensables__item[data-tone="soft-orange"] > img, .home-city-v2-indispensables__item[data-tone="brick-red"] > img { top: 0; left: 50%; width: 50%; height: 100%; opacity: 1; } .home-city-v2-indispensables__item[data-tone="brick-red"] > img { left: 50%; } .home-city-v2-indispensables__item[data-tone="soft-orange"], .home-city-v2-indispensables__item[data-tone="brick-red"] { background: #80a7bf; } .home-city-v2-indispensables__item[data-tone="brick-red"] .home-city-v2-indispensables__image, .home-city-v2-indispensables__item[data-tone="brick-red"] .home-city-v2-indispensables__title { left: calc(50% + 12px); } .home-city-v2-indispensables__item[data-tone="brick-red"] .home-city-v2-indispensables__title { right: 28px; } .home-city-v2-indispensables__item[data-tone="brick-red"] .home-city-v2-indispensables__chevron { right: 8px; } .home-city-v2-indispensables__item[data-tone="soft-orange"] .home-city-v2-indispensables__title { right: calc(50% + 28px); } .home-city-v2-indispensables__item[data-tone="soft-orange"] .home-city-v2-indispensables__chevron { right: calc(50% + 8px); } .home-city-v2-indispensables__image { position: absolute; top: calc(50% + 14px); left: 10px; bottom: auto; z-index: 2; width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 50%; background: rgba(255,255,255,0.18); color: rgba(255,255,255,0.92); } .home-city-v2-indispensables__image svg { width: 15px !important; height: 15px !important; flex-basis: 15px !important; } .home-city-v2-indispensables__title { position: absolute; left: 10px; right: 28px; top: calc(50% + 48px); bottom: auto; z-index: 2; display: block; min-width: 0; color: #fff; } .home-city-v2-indispensables__title strong { display: block; color: inherit; font-size: 13px; line-height: 1.06; font-weight: 800; letter-spacing: 0; } .home-city-v2-indispensables__title small { display: block; margin-top: 4px; color: rgba(255,255,255,0.86); font-size: 10px; line-height: 1.18; font-weight: 600; } .home-city-v2-indispensables__chevron { position: absolute; right: 8px; bottom: 10px; z-index: 2; display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; flex: 0 0 20px; border-radius: 50%; background: rgba(255,255,255,0.16); color: rgba(255,255,255,0.90); } .home-city-v2-indispensables__chevron svg { width: 13px !important; height: 13px !important; flex-basis: 13px !important; } .home-city-v2-indispensables__item:nth-child(3) .home-city-v2-indispensables__image, .home-city-v2-indispensables__item:nth-child(4) .home-city-v2-indispensables__image { top: 14px; } .home-city-v2-indispensables__item:nth-child(3) .home-city-v2-indispensables__title, .home-city-v2-indispensables__item:nth-child(4) .home-city-v2-indispensables__title { top: 50px; } .home-city-v2-indispensables__item:nth-child(3) .home-city-v2-indispensables__image { left: 12px; } .home-city-v2-indispensables__item:nth-child(3) .home-city-v2-indispensables__title { left: 12px; right: calc(50% + 28px); } .home-city-v2-indispensables__item:nth-child(4) { background: #357aa0; } .home-city-v2-indispensables__item:nth-child(4) > img { left: 0; } .home-city-v2-indispensables__item:nth-child(4) .home-city-v2-indispensables__image { left: calc(50% + 12px); } .home-city-v2-indispensables__item:nth-child(4) .home-city-v2-indispensables__title { left: calc(50% + 12px); right: 28px; } .home-city-v2-indispensables__item:nth-child(4) .home-city-v2-indispensables__chevron { right: 8px; } .places__photo { position: relative; width: 100%; height: 180px; overflow: visible; z-index: 0; background-size: cover; background-repeat: no-repeat; } .places-list-page .places__photo { position: relative; left: auto; top: auto; height: 230px; z-index: 0; background-color: #2d3432; } .places-list-page .places__photo .ville__search { top: auto; bottom: 18px; padding: 0 20px; } .places__photo::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: linear-gradient( to bottom, rgba(0,0,0,0) 42%, rgba(0,0,0,0.45) 78%, rgba(0,0,0,0.78) 100% ); } .places__photo_ad::before { content: none; } .places__titres_container { position: absolute; bottom: 0; padding: 0 0 30px 20px; z-index: 3; } .places__titre { font-size: 2rem; color: #fff; font-weight: bold; text-shadow: 0 2px 8px rgba(0,0,0,0.6), 0 1px 2px rgba(0,0,0,0.8); } .places__sous-titre { font-size: 1.2rem; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.6), 0 1px 2px rgba(0,0,0,0.8); margin-top: 5px; } .places__description { color: white; font-size: 0.75rem; margin-top: 5px; } .places-list__container { margin: 10px 0 0; padding: 20px; padding-top: 40px; } .places-list-page { background: var(--waou-v2-background); color: var(--waou-v2-foreground); font-family: "Roboto", Arial, sans-serif; } .places-list-page .places-list__container { position: relative; z-index: 1; margin-top: 0; background: var(--waou-v2-background); padding: 0 20px; } .places-list-page:not(:has(.places-list-pagination)) .places-list__container { margin-bottom: calc(120px + env(safe-area-inset-bottom,0px)); } .places-list-page .places-list-filter + .places-list__container { margin-top: 0; } .places-list-filter { position: relative; z-index: 2; margin-top: 0; padding: 18px 20px 16px; background: var(--waou-v2-background); } .places-list-filter__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 0; border-bottom: 0; } .places-list-filter__category { display: flex; align-items: center; gap: 12px; flex: 1 1 auto; min-width: 0; } .places-list-filter__category-icon { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--waou-v2-accent-soft); color: var(--waou-v2-accent); overflow: hidden; box-shadow: none; } .places-list-filter__category-img, .places-list-filter__category-svg svg { width: 30px; height: 30px; display: block; object-fit: contain; } .places-list-filter__category-title { min-width: 0; max-width: 100%; font-size: 1.35rem; line-height: 1.15; font-weight: 800; padding: 0; color: var(--waou-v2-foreground); background: transparent; border-radius: 0; box-shadow: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .places-list-filter__toggle { border: 0; flex: 0 0 auto; min-height: 40px; padding: 0 13px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--waou-v2-route-bg); color: #252b2a; box-shadow: none; font-family: "Roboto", Arial, sans-serif; font-size: .88rem; font-weight: 700; cursor: pointer; } .places-list-filter__toggle svg { width: 18px; height: 18px; } .places-list-filter__toggle svg [fill], .qc-locate-icon svg [fill] { fill: currentColor; } .qc-backdrop[data-place-filter-backdrop] { top: var(--places-filter-panel-top, 0px); } .qc-backdrop[data-place-sort-backdrop] { top: var(--places-sort-panel-top, 0px); } .places-list-filter__panel { position: fixed; top: var(--places-filter-panel-top, calc(env(safe-area-inset-top, 0px) + 72px)); right: var(--places-filter-panel-right, 20px); z-index: 1002; width: min(390px, calc(100vw - 80px)); max-height: calc(100vh - var(--places-filter-panel-top, 72px) - var(--bottombar-h, 64px) - env(safe-area-inset-bottom, 0px) - 10px); box-sizing: border-box; display: flex; flex-direction: column; padding: 12px; border: 0; border-radius: 20px; margin-bottom: 0; background: rgba(255, 255, 255, 0.98); box-shadow: 0 16px 40px rgba(37, 45, 43, 0.18); transform: translateX(calc(100% + 24px)); transition: transform 0.3s ease; } .places-list-filter__panel[data-place-sort-panel] { top: var(--places-sort-panel-top, calc(env(safe-area-inset-top, 0px) + 72px)); right: auto; left: var(--places-sort-panel-left, 20px); width: min(280px, calc(100vw - 40px)); max-height: calc(100vh - var(--places-sort-panel-top, 72px) - var(--bottombar-h, 64px) - env(safe-area-inset-bottom, 0px) - 10px); transform: translateX(calc(-100% - 24px)); } .places-list-filter__panel[data-place-sort-panel].places-list-filter__panel--open { transform: translateX(0); } .places-list-filter__panel[hidden] { display: none; } .places-list-filter__panel--open { transform: translateX(0); } .places-list-filter__panel-head, .places-list-filter__sort { display: flex; align-items: center; justify-content: space-between; gap: 12px; } .places-list-filter__panel[data-place-filters-panel] .places-list-filter__panel-head { padding-bottom: 12px; } .places-list-filter__panel-title { font-size: 1rem; font-weight: 800; color: var(--waou-v2-foreground); } .places-list-filter__reset { color: var(--waou-v2-accent); text-decoration: none; font-size: .9rem; font-family: inherit; line-height: 1.2; padding: 6px 10px; border: 1px solid color-mix(in srgb, var(--waou-v2-accent) 35%, transparent); border-radius: 8px; background: transparent; cursor: pointer; } .places-list-filter__chips { flex: 1 1 auto; display: flex; flex-direction: column; gap: 8px; overflow-x: hidden; overflow-y: auto; max-height: none; min-height: 0; padding: 14px 2px; -webkit-overflow-scrolling: touch; } .places-list-filter__chips::-webkit-scrollbar { display: none; } .places-list-filter__chip { box-sizing: border-box; flex: 0 0 auto; width: 100%; min-height: 46px; border-radius: 16px; padding: 8px 12px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: flex-start; gap: 0; text-align: left; font-size: 0.9rem; line-height: 1.2; color: var(--waou-v2-foreground); text-decoration: none; background: #fff; box-shadow: none; border: 1px solid rgba(43, 52, 50, 0.08); cursor: pointer; } .places-list-filter__chip--active { border-color: rgba(44,152,153,0.28); color: var(--waou-v2-accent); background: var(--waou-v2-accent-soft); } .places-list-filter__chip--active .places-list-filter__chip-label { color: var(--waou-v2-accent); font-weight: 700; } .places-list-filter__chip-icon { width: 30px; height: 30px; flex: 0 0 30px; display: flex; align-items: center; justify-content: center; color: var(--waou-v2-accent); } .places-list-filter__chip input[type="checkbox"] { position: absolute; opacity: 0; pointer-events: none; } .places-list-filter__chip-label { flex: 1 1 auto; min-width: 0; overflow-wrap: anywhere; } .places-list-filter__chip-icon .icone_gradient { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: currentColor; } .places-list-filter__chip-icon .icone_gradient svg { width: 100%; height: 100%; display: block; fill: currentColor; } .places-list-filter__chip-icon-img { display: block; object-fit: contain; } .places-list-filter__chip-icon-img--png { width: 30px; height: 30px; border-radius: 50%; } .places-list-filter__chip--png { min-height: 46px; gap: 0; background: #fff; box-shadow: none; border: 1px solid rgba(43, 52, 50, 0.08); padding: 8px 12px; } .places-list-filter__chip--png .places-list-filter__chip-icon { width: 38px; height: 38px; flex-basis: 38px; border-radius: 50%; padding: 4px; background: #d5eef8; border: 2px solid #8ecfe6; color: #078b92; overflow: hidden; box-shadow: 0 5px 14px rgba(10, 159, 166, 0.14); } .places-list-filter__chip--png.places-list-filter__chip--active .places-list-filter__chip-icon { background: #d8f4df; border-color: #70d68b; color: #16834d; box-shadow: 0 5px 14px rgba(23, 166, 91, 0.16); } .places-list-filter__chip--png .places-list-filter__chip-icon-img { width: 34px; height: 34px; } .places-list-filter__chip--png .places-list-filter__chip-label { max-width: none; min-height: 0; font-size: 0.9rem; padding: 0; border-radius: 0; display: block; background: transparent; color: var(--waou-v2-foreground); line-height: 1.2; } .places-list-filter__chips:not([data-place-sort-options]) .places-list-filter__chip--active .places-list-filter__chip-label { color: #16834d; font-weight: 400; } .places-list-filter__chips:not([data-place-sort-options]) .places-list-filter__chip--active::after { content: "\2713"; width: 24px; height: 24px; flex: 0 0 24px; margin-left: auto; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #16834d; color: #fff; font-size: 1rem; font-weight: 800; line-height: 1; box-shadow: 0 4px 12px rgba(22, 131, 77, 0.28); } .places-list-filter__chips[data-place-filters-legacy] { flex-direction: column; gap: 8px; overflow-x: hidden; overflow-y: auto; max-height: none; padding: 14px 0; scroll-snap-type: none; } .places-list-filter__chips[data-place-filters-legacy] .places-list-filter__chip { width: 100%; min-width: 0; min-height: 46px; border-radius: 16px; padding: 8px 12px; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; gap: 0; text-align: left; font-size: 0.9rem; scroll-snap-align: none; } .places-list-filter__chips[data-place-sort-options] { flex: 0 1 auto; } .places-list-filter__chips[data-place-filters-form] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 136px; align-content: start; gap: 10px; } .places-list-filter__chips[data-place-filters-form] .places-list-filter__chip { position: relative; width: 100%; min-width: 0; min-height: 0; padding: 0; border: 0; border-radius: 0; flex-direction: column; align-items: stretch; gap: 6px; overflow: visible; background: transparent; box-shadow: none !important; } .places-list-filter__chips[data-place-filters-form] .places-list-filter__chip-icon, .places-list-filter__chips[data-place-filters-form] .places-list-filter__chip--png .places-list-filter__chip-icon { width: 100%; height: 92px; flex: 0 0 92px; padding: 0; border: 1px solid rgba(43, 52, 50, 0.12); border-radius: 10px; background: #edf1f0; box-shadow: 0 4px 12px rgba(37, 45, 43, 0.08); overflow: hidden; } .places-list-filter__chips[data-place-filters-form] .places-list-filter__chip--active .places-list-filter__chip-icon { border-color: #16834d; } .places-list-filter__chips[data-place-filters-form] .places-list-filter__chip-icon-img, .places-list-filter__chips[data-place-filters-form] .places-list-filter__chip--png .places-list-filter__chip-icon-img { width: 100%; height: 100%; border-radius: 9px; object-fit: cover; } .places-list-filter__chips[data-place-filters-form] .places-list-filter__chip-label, .places-list-filter__chips[data-place-filters-form] .places-list-filter__chip--png .places-list-filter__chip-label { min-height: 36px; padding: 0 4px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 0.82rem; line-height: 1.25; overflow-wrap: anywhere; } .places-list-filter__chips[data-place-filters-form] .places-list-filter__chip--active::after { position: absolute; top: 8px; right: 8px; z-index: 1; margin-left: 0; } .places-list-filter__chips[data-place-sort-options] .places-list-filter__chip { min-height: 44px; } .places-list-filter__chips[data-place-filters-legacy] .places-list-filter__chip-icon { width: 24px; height: 24px; flex-basis: 24px; } .places-list-filter__chips[data-place-filters-legacy] .places-list-filter__chip--png { min-height: 94px; gap: 6px; background: transparent; box-shadow: none; border: 0; padding: 3px; } .places-list-filter__chips[data-place-filters-legacy] .places-list-filter__chip--png .places-list-filter__chip-icon { width: 75px; height: 75px; flex-basis: 75px; } .places-list-filter__chips[data-place-filters-legacy] .places-list-filter__chip--png .places-list-filter__chip-icon-img { width: 70px; height: 70px; } .places-list-filter__chips[data-place-filters-legacy] .places-list-filter__chip--png .places-list-filter__chip-label { max-width: 76px; min-height: 22px; font-size: 0.7rem; padding: 3px 7px; border-radius: 8px; display: flex; align-items: center; justify-content: center; background: var(--waou-pwa-subcat-gradient, linear-gradient(10deg, #2f5d5bc2, #77e5e1c2)); color: #fff; line-height: 1.05; } .places-list-filter__sort { flex: 0 0 auto; justify-content: flex-end; font-size: .9rem; color: #4b5563; } .places-list-filter__sort select { border: 0; background: transparent; color: #0a9fa6; font-size: .95rem; font-weight: 600; } .places-list__link { text-decoration: none; color: var(--waou-v2-foreground); } .places-list-favorite-item { position: relative; } .places-list-favorite-item__delete { position: absolute; top: 6px; right: 6px; z-index: 2; margin: 0; } .places-list-favorite-item__delete button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(242, 242, 242, .94); color: #777; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 3px 10px rgba(0, 0, 0, .12); } .places-list-favorite-item__delete svg { width: 18px; height: 18px; display: block; } .places-list-pagination { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 0 20px calc(120px + env(safe-area-inset-bottom,0px)); } .places-list-pagination__btn { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--waou-v2-accent); background: rgba(255, 255, 255, 0.92); box-shadow: 0 5px 16px rgba(0, 0, 0, 0.14); text-decoration: none; } .places-list-pagination__btn svg { width: 30px; height: 30px; display: block; } .places-list-pagination__btn--disabled { opacity: .28; box-shadow: none; pointer-events: none; } .places-list-pagination__count { min-width: 54px; text-align: center; font-size: .9rem; font-weight: 700; color: var(--waou-v2-foreground); } .places-list__present { display: flex; gap: 14px; margin-bottom: 16px; align-items: stretch; padding: 10px; font-size: 0.75rem; background: #fff; box-shadow: 0 8px 28px rgba(37, 45, 43, 0.08); border-radius: 20px; border: 1px solid rgba(43, 52, 50, 0.06); } .places-list__present > div:first-child { display: flex; flex: 0 0 112px; } .places-list__media { display: flex; flex: 0 0 112px; overflow: hidden; border-radius: 16px; } .places-list__img_container { width: 112px; aspect-ratio: 4 / 5; height: 100%; min-height: 140px; object-fit: cover; object-position: center; display: block; border-radius: 16px; } .places-list__present_ad { display: block; width: 100%; } .places-list__text_present { display: flex; gap: 10px; align-items: flex-start; } .places-list__present_ad .places-list__img_container { width: 100%; height: 160px; min-height: 160px; border-radius: 12px; } .places-list_infos_container { display: flex; flex-direction: column; justify-content: flex-start; gap: 7px; padding: 2px 2px 2px 0; width: 100%; min-width: 0; } .places-list__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; min-width: 0; } .places-list__nom { display: block; padding: 0; border-radius: 0; font-family: "Roboto", Arial, sans-serif; font-size: 1.02rem; font-weight: 800; line-height: 1.15; color: var(--waou-v2-foreground); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; } .places-list__distance { color: var(--waou-v2-accent); white-space: nowrap; flex: 0 0 auto; } .places-list__distance [data-action="geo-locate"], .places-list__distance [data-action="waou-geolocate"] { width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; color: var(--waou-v2-accent); line-height: 0; } .places-list__distance svg { width: 100%; height: 100%; display: block; } .places-list__distance svg [fill] { fill: currentColor; } .places-list__rating { padding: 0; font-size: 0.75rem; } .places-list__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; color: #66706d; font-family: "Roboto", Arial, sans-serif; font-size: 0.78rem; font-weight: 600; line-height: 1; } .places-list__pill { display: inline-flex; align-items: center; gap: 7px; min-height: 18px; color: #66706d; } .places-list__pill-icon { display: inline-flex; align-items: center; justify-content: center; height: 18px; width: 18px; line-height: 0; color: #66706d; } .places-list__pill-icon svg { display: block; height: 18px; width: 18px; } .places-list__tags { margin: 0; gap: 5px; } .places-list__tags .place__tags_unit { max-width: 100%; min-height: 24px; border-radius: 999px; padding: 4px 10px; background: var(--waou-v2-secondary); color: var(--waou-v2-secondary-foreground); font-family: "Roboto", Arial, sans-serif; font-size: 0.68rem; font-weight: 500; line-height: 1.15; } .places-list__text_present { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; color: rgba(47, 52, 51, 0.72); font-family: "Roboto", Arial, sans-serif; font-size: 0.82rem; font-weight: 400; line-height: 1.4; } @media (max-width: 430px) { .places-list-filter { padding: 16px 14px 14px; } .places-list-filter__head { gap: 8px; padding-bottom: 0; } .places-list-filter__category { gap: 8px; flex: 1 1 auto; min-width: 0; } .places-list-filter__category-icon { width: 44px; height: 44px; flex-basis: 44px; } .places-list-filter__category-img, .places-list-filter__category-svg svg { width: 28px; height: 28px; } .places-list-filter__category-title { min-width: 0; max-width: 100%; font-size: 1.12rem; line-height: 1.1; padding: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .places-list-filter__toggle { flex: 0 0 auto; min-height: 38px; padding: 0 10px; gap: 6px; font-size: 0.86rem; } .places-list-filter__toggle svg { width: 19px; height: 19px; } .places-list-filter__chips { gap: 8px; } .places-list-filter__chip { width: 100%; min-width: 0; min-height: 52px; border-radius: 14px; gap: 6px; } .places-list-filter__chip--png .places-list-filter__chip-icon { width: 36px; height: 36px; flex-basis: 36px; } .places-list-filter__chip--png .places-list-filter__chip-icon-img { width: 32px; height: 32px; } .places-list-filter__chip--png .places-list-filter__chip-label { max-width: none; font-size: 0.86rem; } .places-list-filter__chips[data-place-filters-legacy] .places-list-filter__chip { width: 72px; min-width: 72px; min-height: 74px; border-radius: 16px; gap: 6px; } .places-list-filter__chips[data-place-filters-legacy] .places-list-filter__chip--png .places-list-filter__chip-icon { width: 64px; height: 64px; flex-basis: 64px; } .places-list-filter__chips[data-place-filters-legacy] .places-list-filter__chip--png .places-list-filter__chip-icon-img { width: 60px; height: 60px; } .places-list-filter__chips[data-place-filters-legacy] .places-list-filter__chip--png .places-list-filter__chip-label { max-width: 70px; font-size: 0.64rem; } .places-list__container { margin-left: 0; margin-right: 0; padding: 0 14px; } .places-list__present { border-radius: 18px; margin-bottom: 16px; gap: 12px; padding: 9px; } .places-list__present > div:first-child { flex-basis: 104px; } .places-list__media { flex-basis: 104px; border-radius: 15px; } .places-list__img_container { width: 104px; min-height: 130px; border-radius: 15px; } .places-list_infos_container { padding: 2px 0; min-width: 0; gap: 6px; } .places-list__nom { font-size: 0.95rem; line-height: 1.12; padding: 0; } .places-list__distance { font-size: 0.75rem; white-space: nowrap; } .places-list__rating { font-size: 0.7rem; padding: 0; } .place__tags_container { flex-wrap: wrap; gap: 4px; } .places-list__tags .place__tags_unit { max-width: 100%; min-height: 22px; padding: 3px 8px; font-size: 0.6rem; line-height: 1.05; text-align: center; justify-content: center; overflow-wrap: anywhere; } .places-list__text_present { font-size: 0.76rem; line-height: 1.3; } } @media (max-width: 360px) { .places-list-filter__category-title { font-size: 1rem; padding: 0; } .places-list-filter__toggle { font-size: 0.78rem; padding: 0 8px; } .places-list__present > div:first-child { flex-basis: 92px; } .places-list__media { flex-basis: 92px; } .places-list__img_container { width: 92px; min-height: 120px; } } .places-list-page { --places-v2-bg: var(--waou-v2-background, #fbf8f2); --places-v2-text: var(--waou-v2-foreground, #1a2024); --places-v2-muted: rgba(47, 52, 51, 0.68); --places-v2-card: #fff; --places-v2-accent: var(--waou-v2-accent, #2c9899); --places-v2-soft: var(--waou-v2-secondary, #f4eadc); width: 100%; min-height: 100dvh; background: var(--places-v2-bg); color: var(--places-v2-text); font-family: "Roboto", Arial, sans-serif; padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)); } body:has(.places-list-page) .qc-menu-btn, body:has(.places-list-page) .qc-header-back-btn { background: rgba(255,255,255,0.92); color: var(--places-v2-text, #1a2024); box-shadow: 0 6px 18px rgba(0,0,0,0.16); } .places-list-page .places__photo { height: 280px; background-position: center; background-size: cover; overflow: hidden; background-color: #26302e; } .places-list-page .places__photo::before { z-index: 1; background: linear-gradient( to bottom, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.08) 36%, rgba(0,0,0,0.38) 70%, rgba(0,0,0,0.82) 100% ); } .places-list-page .places__photo .ville__search { z-index: 4; top: 70px; bottom: auto; padding: 0 20px; } .places-list-hero__content { position: absolute; left: 20px; right: 20px; bottom: 24px; z-index: 3; color: #fff; } .places-list-hero__eyebrow { display: inline-flex; align-items: center; min-height: 30px; margin-bottom: 8px; padding: 0 12px; border-radius: 999px; background: rgba(255,255,255,0.18); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); font-size: 0.72rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; color: #fff; } .places-list-hero__title { margin: 0; color: #fff; font-family: "Roboto", Arial, sans-serif; font-size: 2rem; font-weight: 800; line-height: 1.05; letter-spacing: 0; text-shadow: 0 8px 24px rgba(0,0,0,0.28); } .places-list-filter { padding: 24px 20px 14px; background: var(--places-v2-bg); } .places-list-filter__head { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; } .places-list-filter__category { gap: 10px; min-width: 0; } .places-list-filter__category-icon { width: 28px; height: 28px; flex-basis: 28px; border-radius: 50%; background: transparent; color: #e76455; box-shadow: none; } .places-list-filter__category-img, .places-list-filter__category-svg svg { width: 20px; height: 20px; } .places-list-filter__category-title { font-family: "Roboto", Arial, sans-serif; font-size: 1.35rem; font-weight: 800; line-height: 1.15; color: var(--places-v2-text); } .places-list-filter__toggle { width: 40px; min-width: 40px; height: 40px; min-height: 40px; padding: 0; border-radius: 50%; background: var(--places-v2-card); color: var(--places-v2-text); border: 1px solid rgba(43,52,50,0.08); box-shadow: 0 4px 18px rgba(37,45,43,0.08); } .places-list-filter__toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; } .places-list-filter__toggle svg { width: 19px; height: 19px; } .places-list-page .places-list__container { display: flex; flex-direction: column; gap: 24px; padding: 12px 20px 0; background: var(--places-v2-bg); } .places-list__link { display: block; color: inherit; text-decoration: none; } .places-list__present { display: block; margin: 0; padding: 0; overflow: hidden; border: 0; border-radius: 20px; background: var(--places-v2-card); box-shadow: 0 2px 10px rgba(37,45,43,0.06); } .places-list__present > div:first-child { display: block; flex: none; } .places-list__media { position: relative; display: block; width: 100%; height: auto; overflow: hidden; border-radius: 0; background: #d8d6ce; } .places-list__img_container { display: block; width: 100%; height: 190px; min-height: 190px; aspect-ratio: auto; border-radius: 0; object-fit: cover; object-position: center; } .places-list__media-shade { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.46) 100%); pointer-events: none; } .places-list__media-badge { position: absolute; left: 14px; bottom: 14px; min-height: 28px; padding: 0 11px; border-radius: 999px; display: inline-flex; align-items: center; background: rgba(255,255,255,0.90); color: var(--places-v2-text); font-family: "Roboto", Arial, sans-serif; font-size: 0.76rem; font-weight: 800; line-height: 1; box-shadow: 0 8px 22px rgba(0,0,0,0.12); } .places-list_infos_container { width: auto; padding: 16px; gap: 10px; background: var(--places-v2-card); } .places-list__head { align-items: flex-start; gap: 12px; } .places-list__nom { white-space: normal; font-family: "Roboto", Arial, sans-serif; font-size: 1.12rem; font-weight: 800; line-height: 1.16; color: var(--places-v2-text); letter-spacing: 0; } .places-list__distance { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; height: 32px; margin-top: -4px; border-radius: 50%; background: var(--places-v2-soft); color: var(--places-v2-accent); } .places-list__distance [data-action="geo-locate"], .places-list__distance [data-action="waou-geolocate"] { width: 18px; height: 18px; } .places-list__distance [data-distance-text]:not([hidden]) { margin-left: 6px; font-size: 0.72rem; font-weight: 700; color: var(--places-v2-text); } .places-list__meta { gap: 18px; color: rgba(47,52,51,0.74); font-family: "Roboto", Arial, sans-serif; font-size: 0.82rem; font-weight: 700; } .places-list__pill { gap: 7px; color: rgba(47,52,51,0.76); } .places-list__pill-icon, .places-list__pill-icon svg { width: 18px; height: 18px; color: rgba(47,52,51,0.76); } .places-list__tags { display: flex; flex-wrap: nowrap; gap: 8px; margin: 0; overflow: hidden; } .places-list__tags .place__tags_unit { flex: 0 1 auto; max-width: 48%; min-height: 28px; padding: 0 11px; border-radius: 999px; display: inline-flex; align-items: center; background: var(--places-v2-soft); color: var(--places-v2-text); font-family: "Roboto", Arial, sans-serif; font-size: 0.72rem; font-weight: 700; line-height: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .places-list__text_present { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; color: var(--places-v2-muted); font-family: "Roboto", Arial, sans-serif; font-size: 0.92rem; font-weight: 400; line-height: 1.5; } .places-list__present_ad { border-radius: 20px; overflow: hidden; } .places-list__present_ad .places-list__img_container { width: 100%; height: 190px; min-height: 190px; border-radius: 0; } .places-list-pagination { padding: 28px 20px calc(112px + env(safe-area-inset-bottom,0px)); } .places-list-pagination__btn { background: var(--places-v2-card); color: var(--places-v2-text); box-shadow: 0 4px 18px rgba(37,45,43,0.08); } .places-list-pagination__count { font-family: "Roboto", Arial, sans-serif; color: var(--places-v2-text); } @media (max-width: 430px) { .places-list-page .places__photo { height: 280px; } .places-list-page .places__photo .ville__search { top: 70px; padding: 0 20px; } .places-list-filter { padding: 24px 20px 14px; } .places-list-filter__head { grid-template-columns: minmax(0, 1fr) 40px 40px; gap: 8px; } .places-list-filter__category-title { font-size: 1.3rem; white-space: normal; } .places-list-page .places-list__container { padding: 12px 20px 0; gap: 24px; } .places-list__present { border-radius: 20px; padding: 0; } .places-list__present > div:first-child, .places-list__media { display: block; flex: none; } .places-list__img_container { width: 100%; height: 184px; min-height: 184px; border-radius: 0; } .places-list_infos_container { padding: 15px; gap: 10px; } .places-list__nom { font-size: 1.08rem; line-height: 1.16; } .places-list__text_present { font-size: 0.9rem; line-height: 1.48; } } @media (max-width: 360px) { .places-list-hero__title { font-size: 1.72rem; } .places-list-filter__head { grid-template-columns: minmax(0, 1fr) 38px 38px; } .places-list-filter__toggle { width: 38px; min-width: 38px; height: 38px; min-height: 38px; } .places-list-page .places-list__container { padding-left: 16px; padding-right: 16px; } .places-list__img_container { height: 168px; min-height: 168px; } } .places-list-page--model-v2 { --places-v2-bg: var(--waou-v2-background, #fbf8f2); --places-v2-text: var(--waou-v2-foreground, #1a2024); --places-v2-muted: rgba(47,52,51,0.68); --places-v2-secondary: var(--waou-v2-secondary, #f5ede1); --places-v2-accent: var(--waou-v2-accent, #2c9899); box-sizing: border-box; min-height: 100dvh; padding: 0 0 calc(104px + env(safe-area-inset-bottom,0px)); background: var(--places-v2-bg); color: var(--places-v2-text); font-family: "Roboto", Arial, sans-serif; } body:has(.places-list-page--model-v2) .qc-appbar { position: absolute; inset: 0 0 auto; height: 0; padding: 0; background: transparent; pointer-events: none; } body:has(.places-list-page--model-v2) .qc-logo, body:has(.places-list-page--model-v2) .qc-lang { display: none; } body:has(.places-list-page--model-v2) .qc-menu-btn, body:has(.places-list-page--model-v2) .qc-header-back-btn { top: calc(env(safe-area-inset-top, 0px) + 19px); width: 40px; height: 40px; background: #fff; color: var(--places-v2-text); box-shadow: 0 2px 10px rgba(37,45,43,0.08); pointer-events: auto; } body:has(.places-list-page--model-v2) .qc-header-back-btn { left: 20px; } body:has(.places-list-page--model-v2) .qc-menu-btn { right: 20px; } main[data-pwa-personal-list] { padding-top: calc(var(--appbar-h, 64px) + env(safe-area-inset-top, 0px)); } body:has(main[data-pwa-personal-list]) .qc-logo { display: flex; } main[data-pwa-personal-list] .places-list-v2-header { padding-bottom: 22px; } main[data-pwa-personal-list] .places-list-v2-heading { min-height: 0; margin-left: 0; padding-top: 0; text-align: center; } main[data-pwa-personal-list] .places-list-v2-title { color: var(--brand, #2c9899); font-size: 2.35rem; font-weight: 700; line-height: 1.12; text-align: center; } main[data-pwa-personal-list] .places-list-v2-heading p { margin: 4px 0 0; color: #000; font-size: 1rem; font-weight: 400; line-height: 1.4; text-align: center; } .places-list-v2-header { box-sizing: border-box; padding: calc(env(safe-area-inset-top, 0px) + 18px) 20px 0; } .places-list-v2-heading { min-height: 47px; margin-left: 52px; padding-top: 1px; text-align: left; } .places-list-v2-city { margin-bottom: 2px; color: rgba(47,52,51,0.68); font-size: 0.82rem; font-weight: 500; line-height: 1.15; } .places-list-v2-title { margin: 0; color: var(--places-v2-text); font-family: "Roboto", Arial, sans-serif; font-size: 1.375rem; font-weight: 800; line-height: 1.15; letter-spacing: 0; text-align: left; } .places-list-v2-search { position: relative; display: flex; align-items: center; gap: 8px; margin-top: 14px; } .places-list-page--model-v2 .ville__search { position: static !important; inset: auto !important; z-index: 30 !important; width: 100%; display: flex; align-items: center; gap: 8px; padding: 0 !important; } .places-list-page--model-v2 .ville__search form { flex: 1 1 auto !important; min-width: 0 !important; width: auto !important; } .places-list-page--model-v2 .ville__search input.input_field { box-sizing: border-box; width: 100% !important; height: 52px !important; min-height: 52px !important; padding: 0 18px 0 44px !important; border: 1px solid rgba(43,52,50,0.08) !important; border-radius: 26px !important; background: #fff !important; color: var(--places-v2-text) !important; box-shadow: 0 4px 16px rgba(37,45,43,0.08) !important; font-family: "Roboto", Arial, sans-serif !important; font-size: 0.95rem !important; font-weight: 400 !important; } .places-list-page--model-v2 .search__button { position: absolute; left: 16px; top: 50%; width: 24px; height: 24px; transform: translateY(-50%); border: 0; background: transparent; color: rgba(26,32,36,0.78); box-shadow: none; padding: 0; z-index: 2; } .places-list-page--model-v2 .search__button svg { width: 20px; height: 20px; } .places-list-page--model-v2 .qc-locate-btn { flex: 0 0 44px !important; width: 44px !important; height: 44px !important; min-height: 44px !important; padding: 0 !important; border-radius: 50% !important; background: var(--places-v2-accent) !important; color: #fff !important; box-shadow: none !important; } .places-list-page--model-v2 .qc-locate-btn span:not(.qc-locate-icon) { display: none !important; } .places-list-page--model-v2 .qc-locate-icon, .places-list-page--model-v2 .qc-locate-icon svg { width: 22px !important; height: 22px !important; } .places-list-page--model-v2 .qc-locate-icon { display: inline-flex !important; align-items: center !important; justify-content: center !important; position: relative !important; color: #fff !important; } .places-list-page--model-v2 .qc-locate-btn .qc-locate-icon .qc-locate-icon_main { display: inline-flex !important; align-items: center !important; justify-content: center !important; } .places-list-page--model-v2 .qc-locate-btn .qc-locate-icon .qc-locate-icon_check { display: none !important; } .places-list-filter--model-v2 { position: static; z-index: 20; padding: 10px 20px 12px; background: var(--places-v2-bg); } .places-list-filter--model-v2 .places-list-filter__head { display: block; padding: 0; } .places-list-filter__scroll { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 8px; overflow-x: visible; overflow-y: hidden; padding: 0; scrollbar-width: none; -webkit-overflow-scrolling: touch; } .places-list-filter__scroll::-webkit-scrollbar { display: none; } .places-list-filter--model-v2 .places-list-filter__toggle, .places-list-filter__quick-chip { width: 100%; min-width: 0; height: 36px; min-height: 36px; flex: 1 1 0; padding: 0 14px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: var(--places-v2-secondary); border: 0; box-shadow: none; color: #2d3438; font-family: "Roboto", Arial, sans-serif; font-size: 0.8125rem; font-weight: 600; line-height: 1; text-decoration: none; } .places-list-filter--model-v2 .places-list-filter__toggle span { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: nowrap; } .places-list-filter--model-v2 .places-list-filter__toggle svg { width: 16px; height: 16px; } .places-list-filter--model-v2 .places-list-filter__toggle { border: 1px solid rgba(43, 52, 50, 0.18); border-radius: 26px; background: #fff; color: #172526; box-shadow: 0 4px 12px rgba(37, 45, 43, 0.14) !important; } .places-list-filter--model-v2 .places-list-filter__toggle[aria-expanded="true"] { border-color: var(--brand); color: var(--brand); } .places-list__quick-chip, .places-list-filter__quick-chip { border: 1px solid rgba(43,52,50,0.08); background: var(--places-v2-bg); color: rgba(47,52,51,0.72); font-weight: 500; } .places-list-filter__quick-chip--active { background: var(--places-v2-secondary); color: var(--places-v2-text); font-weight: 700; } .places-list-page--model-v2 .places-list__container { display: flex; flex-direction: column; gap: 20px; padding: 0 20px; background: var(--places-v2-bg); } .places-list-page--model-v2 .places-list__present { position: relative; display: block; width: 100%; margin: 0; padding: 0; overflow: hidden; border: 0; border-radius: 20px; background: #fff; box-shadow: 0 2px 10px rgba(37,45,43,0.06); } .places-list-page--model-v2 .places-list__media { position: relative; display: block; width: 100%; height: 215px; overflow: hidden; border-radius: 20px; background: #d8d6ce; } .places-list-page--model-v2 .places-list__img_container { display: block; width: 100%; height: 215px; min-height: 215px; border-radius: 20px; object-fit: cover; object-position: center; } .places-list-page--model-v2 .places-list__media-top { position: absolute; top: 14px; left: 14px; right: 58px; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; } .places-list-page--model-v2 .places-list__status { display: inline-flex; align-items: center; min-height: 28px; padding: 0 12px; border-radius: 999px; background: rgba(103,132,83,0.92); color: #fff; font-size: 0.78rem; font-weight: 800; line-height: 1; } .places-list-page--model-v2 .places-list__status--closed { background: rgba(198,78,66,0.94); } .places-list-page--model-v2 .places-list__favorite { position: absolute; right: 14px; top: 14px; z-index: 3; width: 36px; height: 36px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.92); color: var(--places-v2-text); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); } .places-list-page--model-v2 .places-list__favorite svg { width: 20px; height: 20px; } .places-list-page--model-v2 .places-list__photo-meta { position: absolute; left: 14px; bottom: 14px; z-index: 2; display: flex; align-items: center; gap: 14px; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.42); } .places-list-page--model-v2 .places-list__photo-meta .place-v2-pill { min-height: 20px; gap: 7px; color: #fff; font-size: 0.875rem; font-weight: 700; line-height: 20px; } .places-list-page--model-v2 .places-list__photo-meta .place-v2-pill__icon, .places-list-page--model-v2 .places-list__photo-meta .place-v2-pill__icon svg { width: 19px; height: 19px; } .places-list-page--model-v2 .places-list_infos_container { display: flex; flex-direction: column; gap: 5px; padding: 16px; background: #fff; } .places-list-page--model-v2 .places-list__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; } .places-list-page--model-v2 .places-list__nom { margin: 0; color: var(--places-v2-text); font-size: 1.125rem; font-weight: 400; line-height: 1.2; letter-spacing: 0; white-space: normal; } .places-list-page--model-v2 .places-list__distance { min-width: auto; height: auto; margin: 2px 0 0; border-radius: 0; background: transparent; color: rgba(47,52,51,0.72); font-size: 0.8125rem; font-weight: 500; line-height: 1.2; } .places-list-page--model-v2 .places-list__distance-icon { display: none !important; } .places-list-page--model-v2 .places-list__subtitle { color: var(--places-v2-accent); font-size: 0.9rem; font-weight: 400; line-height: 1.25; } .places-list-page--model-v2 .places-list__context { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; color: rgba(47,52,51,0.72); font-size: 0.875rem; font-weight: 400; line-height: 1.3; } .places-list-page--model-v2 .places-list__tags, .place-v2 .places-list__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; padding-bottom: 0; border-bottom: 0; overflow: visible; } .places-list-page--model-v2 .places-list__tags .place__tags_unit, .place-v2 .places-list__tags .place__tags_unit { max-width: 100%; min-height: 28px; padding: 0 10px; border: 1px solid rgba(43, 52, 50, 0.16); border-radius: 8px; background: #fff; color: #2d3438; font-size: 0.8125rem; font-weight: 500; line-height: 1; white-space: nowrap; } .places-list-page--model-v2 .places-list__advice { display: flex; align-items: flex-start; gap: 10px; margin-top: 8px; } .places-list-page--model-v2 .places-list__advice-avatar { width: 36px; height: 36px; flex: 0 0 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--places-v2-accent); color: #fff; font-size: 0.82rem; font-weight: 800; } .places-list-page--model-v2 .places-list__advice-copy { min-width: 0; } .places-list-page--model-v2 .places-list__advice-title { color: var(--places-v2-text); font-size: 0.8125rem; font-weight: 800; line-height: 1.2; } .places-list-page--model-v2 .places-list__text_present { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-top: 2px; color: rgba(47,52,51,0.68); font-size: 0.8125rem; font-style: italic; font-weight: 400; line-height: 1.35; } .places-list-page--model-v2 .places-list-pagination { padding-top: 26px; } @media (max-width: 430px) { .places-list-page--model-v2 .places-list__container { padding: 0 20px; gap: 20px; } .places-list-page--model-v2 .places-list__media, .places-list-page--model-v2 .places-list__img_container { height: 215px; min-height: 215px; } } @media (max-width: 360px) { .places-list-v2-heading { margin-left: 50px; } .places-list-page--model-v2 .places-list__media, .places-list-page--model-v2 .places-list__img_container { height: 198px; min-height: 198px; } } .place__photo { position: relative; width: 100%; height: 250px; overflow: hidden; z-index: 0; background-size: cover; background-position: center; background-repeat: no-repeat; } .place-swipe-nav { transition: transform 0.28s ease, opacity 0.28s ease; will-change: transform; } .place-swipe-hint { position: fixed; left: 50%; top: 50%; z-index: 850; display: grid; grid-template-columns: 34px minmax(0, 1fr) 34px; align-items: center; gap: 10px; width: min(330px, calc(100vw - 40px)); box-sizing: border-box; padding: 16px 14px; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 20px; background: rgba(26, 32, 36, 0.88); box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #fff; pointer-events: none; transform: translate(-50%, -50%); transition: opacity 0.24s ease, transform 0.24s ease; } .place-swipe-hint.is-hiding { opacity: 0; transform: translate(-50%, -44%); } .place-swipe-hint__arrow { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; animation: place-swipe-hint-arrow 1.15s ease-in-out infinite alternate; } .place-swipe-hint__arrow.is-disabled { opacity: 0.28; animation: none; } .place-swipe-hint__arrow svg { width: 28px; height: 28px; stroke-width: 2; } .place-swipe-hint__text { font-family: "Manrope", Arial, sans-serif; font-size: 0.92rem; font-weight: 700; line-height: 1.3; text-align: center; } @keyframes place-swipe-hint-arrow { from { transform: translateX(-3px); } to { transform: translateX(3px); } } @media (prefers-reduced-motion: reduce) { .place-swipe-hint__arrow { animation: none; } } .place-swipe-nav.is-swipe-dragging { transition: none; touch-action: pan-y; user-select: none; } .place-swipe-nav.is-swipe-left { transform: translateX(-100%); opacity: 1; } .place-swipe-nav.is-swipe-right { transform: translateX(100%); opacity: 1; } .place-swipe-ghost { position: fixed; inset: 0; z-index: 900; overflow-y: auto; background: white; transition: transform 0.28s ease; will-change: transform; -webkit-overflow-scrolling: touch; touch-action: none; } .place-swipe-ghost--next { transform: translateX(100%); } .place-swipe-ghost--prev { transform: translateX(-100%); } .place-swipe-ghost.is-active { transform: translateX(0); } .place-swipe-ghost .content { position: relative; min-height: 100vh; width: 100%; } .place__photo::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: linear-gradient( to bottom, rgba(0,0,0,0.05) 30%, rgba(0,0,0,0.55) 75%, rgba(0,0,0,0.75) 100% ); } .place__infos_all { margin-top: 5px; padding: 20px; } .place__btns-love_container { display: flex; gap: 10px; justify-content: space-evenly; align-items: center; } .place__btns-love_btns-container { display: flex; gap: 5px; flex-direction: column; justify-content: center; align-items: center; font-size: 0.8rem; } .place__btns-love_btn { display: flex; flex-wrap: wrap; align-items: center; font-size: 0.9rem; } .place__btns-love_btn-icone { height: 20px; width: 20px; cursor: pointer; touch-action: manipulation; } .place__btns-love_btn-icone[data-btn_state$="_on"] { color: var(--brand); } .place__btns-love_btn-icone[data-btn_state$="_on"] svg { fill: currentColor !important; } .place__btns-love_btn-icone[data-btn_state$="_on"] svg [fill]:not([fill="none"]) { fill: currentColor !important; } .place__btns-love_btn-icone[data-btn_state$="_on"] svg [stroke]:not([stroke="none"]) { stroke: currentColor !important; } .place__btns-love_btn-icone svg, .place__btns-love_btn-icone img { pointer-events: none; } .place__titres_container { position: absolute; bottom: 20px; padding: 20px; z-index: 3; width: 100%; } .place__tags_container { display: flex; gap: 5px; flex-wrap: wrap; } .place__tags_unit { font-size: 0.65rem; background: var(--waou-pwa-subcat-gradient, linear-gradient(10deg, #2f5d5bc2, #77e5e1c2)); color: #fff; border-radius: 5px; padding: 2px 7px; display: flex; align-items: center; justify-content: center; line-height: 1.05; max-width: 82px; min-height: 22px; text-align: center; overflow-wrap: anywhere; } .place__infos_container { background-color: var(--fond); box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12); padding: 20px; border-radius: 20px; position: relative; z-index: 2; } .place__infos_icone { width: 35px; height: 35px; padding: 10px; color: #fff; background-color: var(--brand); border-radius: 50%; } .place__infos_text { font-size: 0.9rem; display: flex; flex-direction: column; min-height: 35px; align-items: center; } .place__horaires { box-sizing: border-box; font-size: 0.9rem; line-height: 1.25rem; margin: 10px 0 0; max-width: 100%; overflow-wrap: anywhere; white-space: pre-wrap; word-break: normal; font-family: 'Roboto', Arial, sans-serif; } .place__infos_btn_position { background-color: var(--brand); color: white; border: 1px solid #aaa; border-radius: 10px; height: 20px; padding: 0 10px; } .place__separator { border: 1px solid #ddd; } .place__titre { font-size: 1.8rem; color: #fff; font-weight: bold; text-shadow: 0 2px 8px rgba(0,0,0,0.6), 0 1px 2px rgba(0,0,0,0.8); } .place__sous-titre { font-size: 1.2rem; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.6), 0 1px 2px rgba(0,0,0,0.8); margin-top: 5px; } .place__titre-infos { font-size: 0.8rem; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.6), 0 1px 2px rgba(0,0,0,0.8); margin-top: 5px; } .place-v2 { background: var(--waou-v2-background); color: var(--waou-v2-foreground); font-family: 'Roboto', Arial, sans-serif; min-height: 100dvh; padding-bottom: calc(108px + env(safe-area-inset-bottom, 0px)); } .place-v2-hero { position: relative; min-height: 340px; background-position: center; background-size: cover; background-color: #2d3432; overflow: hidden; } .place-v2-hero__shade { position: absolute; inset: 0; background: linear-gradient( to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.38) 72%, rgba(0,0,0,0.9) 100% ); } .place-v2-hero__content { position: absolute; left: 20px; right: 20px; bottom: 40px; z-index: 1; color: #fff; } .place-v2 .place-v2-hero__eyebrow { color: rgba(255,255,255,0.82); font-family: 'Roboto', Arial, sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.025em; line-height: 1.15; margin-bottom: 5px; text-transform: uppercase; } .place-v2 .place-v2-hero__title { color: #fff; font-family: 'Roboto', Arial, sans-serif; font-size: 1.875rem; font-weight: 800; letter-spacing: 0; line-height: 1; margin: 0; text-align: left; width: auto; text-shadow: 0 2px 14px rgba(0,0,0,0.42); } .place-v2-hero__meta, .place-v2-hero__tags { margin-top: 10px; } .place-v2-hero__meta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; } .place-v2-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: -6px; } .place-v2-tags .place__tags_unit { max-width: none; min-height: 26px; border-radius: 999px; padding: 4px 12px; background: var(--waou-v2-secondary); color: var(--waou-v2-secondary-foreground); font-family: 'Roboto', Arial, sans-serif; font-size: 0.75rem; font-weight: 500; line-height: 1.25; } .place-v2-pill { display: inline-flex; align-items: center; gap: 8px; min-height: 18px; border-radius: 0; padding: 0; font-size: 0.875rem; font-weight: 600; line-height: 18px; } .place-v2-pill--dark { background: transparent; color: #fff; backdrop-filter: none; } .place-v2-pill--dark .place-v2-pill__icon { color: #fff; } .place-v2-pill__icon { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 18px; line-height: 0; } .place-v2-pill__icon svg { display: block; height: 20px; width: 20px; } .place-v2-body { box-sizing: border-box; display: flex; flex-direction: column; gap: 18px; padding: 0 20px 10px; } .place-v2-actions { margin-top: -24px; padding: 0; background: transparent !important; border: 0 !important; box-shadow: none !important; } .place-v2-action { flex: 1 1 0; flex-direction: row; gap: 8px; min-height: 48px; border: 0; border-radius: 20px; background: var(--waou-v2-route-bg); color: #252b2a; box-shadow: none; font-family: 'Roboto', Arial, sans-serif; font-size: 0.875rem; font-weight: 600; } .place-v2-action .place__btns-love_btn-icone { height: 18px; width: 18px; color: #ee2b72; } .place-v2-action .place__btns-love_btn-icone[data-btn_state$="_on"] { color: #ee2b72; } .place-v2-action [data-label_state] { color: #ee2b72; } .place-v2-section { box-sizing: border-box; width: 100%; } .wg-description { font-family: "Roboto", Arial, sans-serif; font-size: 15px; font-weight: 400; line-height: 1.625; color: rgba(47, 52, 51, 0.9); margin-top: 20px; } .place-v2-section__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; } .place-v2 .place-v2-section__head h2 { color: #183130; flex: 0 1 auto; font-size: 1.0625rem; font-weight: 800; line-height: 1.2; margin: 0; text-align: left; width: auto; } .place-v2-status { border-radius: 999px; font-size: 0.75rem; font-weight: 700; line-height: 1; margin-left: auto; padding: 7px 10px; } .place-v2-status--open { background: rgba(113,130,83,0.15); color: #718253; } .place-v2-status--closed { background: rgba(237,119,97,0.14); color: #b94d3d; } .place-v2-gallery { display: flex; gap: 10px; overflow-x: auto; overscroll-behavior-x: contain; padding-bottom: 4px; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: pan-y; user-select: none; -webkit-overflow-scrolling: touch; } .place-v2-gallery::-webkit-scrollbar { display: none; } .place-v2-gallery__img { aspect-ratio: 7 / 8; border-radius: 20px; cursor: pointer; flex: 0 0 112px; height: 128px; object-fit: cover; scroll-snap-align: start; -webkit-user-drag: none; width: 112px; } .place-v2 .place__carousel-open_container { position: static; height: 30px; border-radius: 999px; background: transparent; color: var(--brand); padding: 0; } .place-v2 .place__carousel-open_icon, .place-v2 .place__carousel-open_text { color: var(--brand); } .place-v2 .place__infos_container { background: rgba(255,255,255,0.88); border: 1px solid rgba(43, 52, 50, 0.06); box-shadow: 0 8px 28px rgba(37, 45, 43, 0.08); } .place-v2-practical { display: flex; flex-direction: column; gap: 12px; } .place-v2-address-card { overflow: hidden; padding: 0 !important; } .place-v2-address-card__map { aspect-ratio: 16 / 7; background: #edf0ec; overflow: hidden; width: 100%; } .place-v2-address-card__map iframe { border: 0; display: block; height: 100%; pointer-events: auto; width: 100%; } .place-v2-address-card__body { display: flex; flex-direction: column; gap: 14px; padding: 18px 20px 20px; } .place-v2-address-card__address { align-items: flex-start; color: rgba(47, 52, 51, 0.9); display: flex; font-family: "Roboto", Arial, sans-serif; font-size: 14px; font-weight: 400; gap: 10px; line-height: 1.45; } .place-v2-address-card__address svg { color: var(--waou-v2-accent); flex: 0 0 18px; height: 18px; margin-top: 1px; width: 18px; } .place-v2-address-card__route { align-items: center; background: var(--waou-v2-route-bg); border-radius: 18px; color: #252b2a; display: flex; font-family: "Roboto", Arial, sans-serif; font-size: 14px; font-weight: 700; gap: 9px; justify-content: center; min-height: 44px; padding: 0 16px; text-decoration: none; width: 100%; } .place-v2-address-card__route svg { height: 17px; width: 17px; } .place-v2-info-row { display: flex; align-items: center; gap: 14px; } .place-v2-info-row--link { color: inherit; text-decoration: none; width: 100%; } .place-v2-info-row .place__infos_icone { flex: 0 0 38px; height: 38px; width: 38px; box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; padding: 9px; text-decoration: none; background: var(--waou-v2-accent-soft); color: var(--waou-v2-accent); } .place-v2-info-row .place__infos_icone img { display: block; height: 18px; width: 18px; } .place-v2-info-row__content { display: block; flex: 1 1 auto; min-width: 0; } .place-v2-info-row--link .place-v2-info-row__content { overflow: hidden; position: relative; } .place-v2-info-row__label { color: #77807d; display: block; font-size: 0.75rem; font-weight: 400; line-height: 1.1; margin-bottom: 4px; } .place-v2-info-row__text { color: #202827; display: block; font-size: 0.95rem; font-weight: 700; line-height: 1.3; text-decoration: none; } .place-v2-info-row--link .place-v2-info-row__text { overflow: hidden; padding-right: 18px; text-overflow: clip; white-space: nowrap; } .place-v2-info-row--link .place-v2-info-row__content::after { background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.96) 70%); content: ""; pointer-events: none; position: absolute; right: 0; top: 0; bottom: 0; width: 38px; } .place-v2-info-row__chevron { color: #59615f; display: inline-flex; flex: 0 0 18px; height: 18px; margin-left: auto; width: 18px; } .place-v2-info-row__chevron svg { height: 18px; width: 18px; } .place-v2-info-row--stack .place-v2-distance { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; } .place-v2 .place__infos_btn_position { border: 0; border-radius: 999px; min-height: 32px; height: auto; padding: 7px 12px; background: var(--waou-v2-accent); color: #fff; font-size: 0.78rem; font-weight: 700; line-height: 1.1; box-shadow: 0 8px 18px rgba(44, 152, 153, 0.2); } .place-v2 .place__distance-result, .place-v2 .place__route-link { color: #697270; font-size: 0.86rem; text-decoration: none; } .place-v2-social { display: flex; justify-content: center; gap: 12px; padding-top: 4px; } .place-v2-social__link { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; color: var(--brand); text-decoration: none; } .place-v2-secondary-link { box-sizing: border-box; display: flex; align-items: center; justify-content: center; width: 100%; min-height: 46px; border: 1px solid rgba(43, 52, 50, 0.12); border-radius: 18px; background: rgba(255,255,255,0.72); color: #68716f; font-size: 0.9rem; font-weight: 700; text-align: center; text-decoration: none; } .place-v2-cta { position: fixed; left: 0; right: 0; bottom: var(--pwa-footer-height, 64px); z-index: 35; padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px)); background: linear-gradient(to top, rgba(247,243,237,0.98), rgba(247,243,237,0.74)); } .place-v2-cta a { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; border-radius: 20px; background: var(--brand); color: #fff; font-size: 0.95rem; font-weight: 800; text-decoration: none; box-shadow: 0 10px 24px rgba(30, 112, 112, 0.24); } .place-v2-cta svg { width: 18px; height: 18px; } .place-v2 .place-hours-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; } .place-v2 .place-hours-table th, .place-v2 .place-hours-table td { border-bottom: 1px solid rgba(43, 52, 50, 0.08); padding: 9px 0; text-align: left; vertical-align: top; font-weight: 400; } .place-v2 .place-hours-table th { color: #343b39; width: 34%; } .place-v2 .place-hours-table td { color: #59625f; } .place-v2 .place-hours-table__row--today th, .place-v2 .place-hours-table__row--today td, .place-v2 .place-hours-table__row--today .place-hours-table__range, .place-v2 .place-hours-table__row--today .place-hours-table__closed { font-weight: 800; } .qc-locate-icon { position: relative; overflow: visible; } .qc-locate-icon_main { display: block; } .qc-locate-icon_main svg { width: 100%; height: 100%; display: block; } .qc-locate-icon_check { align-items: center; background: #12a5a5; border-radius: 50%; box-sizing: border-box; bottom: -4px; color: #fff; display: none; height: 11px; justify-content: center; padding: 0; position: absolute; right: -5px; width: 11px; z-index: 2; } .qc-locate-icon_check svg { display: none; } .qc-locate-btn.is-located .qc-locate-icon_check { display: flex; } .qc-locate-btn.is-locating { opacity: 0.75; } .place__carousel-open_container { height: 30px; display: flex; justify-content: center; align-items: center; cursor: pointer; padding: 10px; background-color: rgba(0, 0, 0, 0.4); border-radius: 19px; position: absolute; top: 20px; right: 20px; z-index: 1; } .place__carousel-open_text { font-size: 0.9rem; padding-left: 10px; color: #fff; } .place__carousel-open_icon { height: 20px; width: 20px; color: #fff; } .waou_block { max-width: 700px; margin: auto; background: #fff; padding: 20px; border-radius: 10px; } .waou_cat { border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 10px; } .waou_cat_header { padding: 10px; background: #eef2f7; cursor: pointer; display: flex; align-items: center; justify-content: space-between; } .waou_cat_header input { margin-right: 10px; } .waou_cat_header label { display: flex; align-items: center; min-width: 0; } .waou_cat_header .qc-drawer-accordion__trigger { width: auto; padding: 8px; color: #168b8f; flex: 0 0 auto; } .waou_sub { display: none; padding: 10px 20px; } .waou_sub label { display: flex; align-items: center; gap: 6px; width: 100%; box-sizing: border-box; margin-bottom: 5px; text-align: left; } .waou_sub label > span { display: inline-flex; align-items: center; justify-content: flex-end; flex: 0 0 24px; width: 24px; margin-left: auto; } .waou_sub button.btns__first-edit_cadre { margin: 0; padding: 0; border: 0; background: transparent; color: #c46406; } .waou_add { margin-top: 20px; border-top: 1px solid #ddd; padding-top: 15px; } .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; } .icon_btn { display: inline-flex; align-items: center; justify-content: center; height: 30px; width: 30px; cursor: pointer; font-size: 1rem; } .link { color: var(--brand); 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; } .push__legend { color: #999; font-size: 0.8rem; font-style: italic; } .push__date { color: #999; font-size: 0.8rem; } .push__title { font-size: 1.2rem; text-align: center; font-weight: bold; } .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); } .news-pwa.classifieds-pwa-form .input_field::placeholder, .news-pwa.classifieds-pwa-form textarea.input_field::placeholder { color: #8a8a8a; opacity: 1; } .pwa-ads-page { --pwa-ads-pink: #ee2b72; --pwa-ads-turquoise: var(--brand, #2c9899); --pwa-ads-dark: #123b3d; min-height: 100vh; padding: 78px 16px 92px; background: linear-gradient(180deg, #fff1f6 0%, #eef9f8 36%, #ffffff 72%); box-sizing: border-box; color: #102526; font-family: 'Roboto', Arial, sans-serif; } .pwa-ads-hero, .pwa-ads-benefits, .pwa-ads-offers, .pwa-ads-premium, .pwa-ads-trust, .pwa-ads-contact { max-width: 520px; margin-left: auto; margin-right: auto; } .pwa-ads-hero { padding-top: 18px; } .pwa-ads-badge { display: inline-flex; align-items: center; min-height: 30px; padding: 0 16px; border-radius: 999px; background: rgba(238, 43, 114, 0.12); color: var(--pwa-ads-pink); font-size: 0.82rem; font-weight: 700; } .pwa-ads-hero h1 { margin: 26px 0 18px; font-size: 2.05rem; line-height: 1.08; color: #132526; font-weight: 800; } .pwa-ads-hero h1::after { content: ""; display: block; width: 56%; height: 8px; margin-top: -8px; background: linear-gradient(90deg, rgba(238, 43, 114, 0.28), rgba(44, 152, 153, 0.24)); border-radius: 999px; } .pwa-ads-hero p, .pwa-ads-section-intro { margin: 0; color: #5d6768; font-size: 1rem; line-height: 1.55; } .pwa-ads-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 30px; } .pwa-ads-actions a { display: flex; align-items: center; justify-content: center; min-height: 52px; border-radius: 999px; border: 1px solid rgba(44, 152, 153, 0.24); background: #fff; color: #132526; font-weight: 800; text-decoration: none; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08); } .pwa-ads-actions a:first-child { background: var(--pwa-ads-turquoise); color: #fff; border-color: var(--pwa-ads-turquoise); box-shadow: 0 10px 24px rgba(44, 152, 153, 0.25); } .pwa-ads-actions a:last-child { border-color: rgba(238, 43, 114, 0.32); color: var(--pwa-ads-pink); } .pwa-ads-benefits { display: flex; flex-direction: column; gap: 18px; margin-top: 34px; } .pwa-ads-benefit { display: flex; gap: 16px; align-items: flex-start; } .pwa-ads-benefit__icon, .pwa-ads-offer__icon, .pwa-ads-trust__icon { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--pwa-ads-turquoise); color: #fff; flex: 0 0 46px; } .pwa-ads-benefit__icon svg, .pwa-ads-offer__icon svg, .pwa-ads-trust__icon svg { width: 24px; height: 24px; } .pwa-ads-benefit h2 { margin: 0 0 4px; font-size: 1rem; line-height: 1.2; color: var(--pwa-ads-pink); } .pwa-ads-benefit p { margin: 0; color: #5d6768; font-size: 0.92rem; line-height: 1.35; } .pwa-ads-offers { margin-top: 58px; } .pwa-ads-section-title { display: flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 18px; border-radius: 999px; background: var(--pwa-ads-pink); color: #fff; font-size: 0.88rem; font-weight: 800; text-transform: uppercase; text-align: center; } .pwa-ads-section-intro { margin: 18px 0 24px; text-align: center; } .pwa-ads-offer { margin-bottom: 24px; padding: 28px 28px 30px; border: 1px solid rgba(44, 152, 153, 0.2); border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); box-sizing: border-box; text-align: center; } .pwa-ads-offer__icon { margin: 0 auto 18px; background: rgba(44, 152, 153, 0.1); color: var(--pwa-ads-turquoise); } .pwa-ads-offer--top .pwa-ads-offer__icon, .pwa-ads-offer--top .pwa-ads-offer__price { background: var(--pwa-ads-pink); color: #fff; } .pwa-ads-offer--hits .pwa-ads-offer__icon, .pwa-ads-offer--hits .pwa-ads-offer__price { background: linear-gradient(135deg, var(--pwa-ads-turquoise), var(--pwa-ads-pink)); color: #fff; } .pwa-ads-offer h2 { margin: 0 0 12px; font-size: 1.45rem; text-transform: uppercase; } .pwa-ads-offer__subtitle { margin: 0 0 24px; color: #5d6768; font-size: 0.94rem; line-height: 1.35; } .pwa-ads-offer__visual { display: block; width: 100%; max-height: 130px; margin: 0 auto 24px; border-radius: 14px; object-fit: contain; } .pwa-ads-offer--top .pwa-ads-offer__visual, .pwa-ads-offer--listing .pwa-ads-offer__visual, .pwa-ads-offer--hits .pwa-ads-offer__visual { height: auto; max-height: none; } .pwa-ads-offer__list { display: flex; flex-direction: column; gap: 12px; text-align: left; } .pwa-ads-offer__list p { display: flex; gap: 10px; margin: 0; color: #273637; font-size: 0.92rem; line-height: 1.35; } .pwa-ads-offer__list span, .pwa-ads-premium__list span { color: var(--pwa-ads-turquoise); font-weight: 800; } .pwa-ads-offer__price { display: flex; align-items: center; justify-content: center; min-height: 66px; margin-top: 28px; border-radius: 14px; background: var(--pwa-ads-turquoise); color: #fff; font-size: 2rem; font-weight: 900; line-height: 1; } .pwa-ads-offer__price span, .pwa-ads-premium__price span { font-size: 0.9rem; font-weight: 700; line-height: 1; } .pwa-ads-premium { position: relative; margin-top: 44px; padding: 34px 30px 30px; border-radius: 24px; background: var(--pwa-ads-dark); color: #fff; box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18); box-sizing: border-box; overflow: hidden; } .pwa-ads-premium__label { position: absolute; top: 0; right: 0; padding: 10px 14px; border-radius: 0 0 0 14px; background: var(--pwa-ads-pink); color: #fff; font-size: 0.72rem; font-weight: 900; text-transform: uppercase; } .pwa-ads-premium__icon { display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; border: 2px solid var(--pwa-ads-pink); border-radius: 50%; color: var(--pwa-ads-pink); font-size: 2.2rem; } .pwa-ads-premium__crown { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; } .pwa-ads-premium h2 { margin: 22px 0 0; font-size: 2rem; line-height: 1; text-transform: uppercase; } .pwa-ads-premium h3 { margin: 6px 0 20px; color: var(--pwa-ads-pink); font-size: 1.1rem; text-transform: uppercase; } .pwa-ads-premium__combo, .pwa-ads-premium__saving { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 0 16px; border-radius: 9px; background: var(--pwa-ads-pink); color: #fff; font-weight: 900; } .pwa-ads-premium__combo { padding-top: 8px; padding-bottom: 8px; line-height: 1.35; text-align: center; } .pwa-ads-premium p { color: rgba(255, 255, 255, 0.84); font-size: 0.98rem; line-height: 1.45; } .pwa-ads-premium__list { margin-top: 24px; } .pwa-ads-premium__list p { display: flex; gap: 10px; margin: 0 0 13px; } .pwa-ads-premium__list span { color: var(--pwa-ads-pink); } .pwa-ads-premium__price { margin-top: 28px; padding: 24px 14px; border-radius: 18px; background: linear-gradient(135deg, rgba(44, 152, 153, 0.38), rgba(238, 43, 114, 0.3)); text-align: center; font-size: 2.8rem; font-weight: 900; } .pwa-ads-premium__saving { width: 100%; box-sizing: border-box; margin-top: 14px; } .pwa-ads-trust { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 28px; } .pwa-ads-trust__item { display: flex; gap: 12px; align-items: center; padding: 14px; border-radius: 16px; background: #fff; box-shadow: 0 6px 18px rgba(44, 152, 153, 0.1); } .pwa-ads-trust__item:nth-child(even) .pwa-ads-trust__icon { background: var(--pwa-ads-pink); } .pwa-ads-trust__icon { width: 42px; height: 42px; flex-basis: 42px; } .pwa-ads-trust__item strong { display: block; font-size: 0.86rem; text-transform: uppercase; } .pwa-ads-trust__item p { margin: 2px 0 0; color: #5d6768; font-size: 0.82rem; line-height: 1.25; } .pwa-ads-contact { display: flex; justify-content: space-around; gap: 10px; margin-top: 18px; padding: 14px 10px; border-radius: 18px; background: linear-gradient(135deg, var(--pwa-ads-pink), var(--pwa-ads-turquoise)); color: #fff; text-align: center; font-size: 0.92rem; font-weight: 700; } .pwa-ads-contact a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; min-width: 0; color: #fff; text-decoration: none; flex: 1; } .pwa-ads-contact svg, .pwa-ads-contact img { width: 26px; height: 26px; object-fit: contain; } .pwa-ads-contact svg path { fill: currentColor; } .pwa-ads-contact span { display: block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.78rem; line-height: 1.1; } .qc-drawer-section .pwa-ads-contact { width: 100%; box-sizing: border-box; margin-top: 0; padding: 8px 6px; border-radius: 10px; } .qc-drawer-section .pwa-ads-contact a { color: #555; gap: 4px; padding: 4px; } .qc-drawer-section .pwa-ads-contact svg, .qc-drawer-section .pwa-ads-contact img { width: 20px; height: 20px; } .qc-drawer-section .pwa-ads-contact span { font-size: 0.72rem; font-weight: 300; } .wg-exploradores { box-sizing: border-box; min-height: calc(100dvh - var(--appbar-h, 64px) - 72px); padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)); background: #f6f4ef; color: #172526; } main.content.wg-exploradores { position: relative; top: auto; min-height: calc(100dvh - var(--appbar-h, 64px) - 72px); } .wg-exploradores__inner { width: min(100%, 760px); box-sizing: border-box; margin: 0 auto; padding: 32px 20px 24px; } .wg-exploradores-hero { padding: 18px 0 20px; } .wg-exploradores-hero h1, .wg-explorador-profile__intro h1, .wg-explorador-edit h1 { margin: 0; font-size: 2rem; line-height: 1.05; letter-spacing: 0; } .wg-exploradores-hero p { margin: 10px 0 0; color: #5c6868; font-size: 0.98rem; line-height: 1.45; } .wg-exploradores-request { display: grid; gap: 18px; } .wg-exploradores-request__hero { position: relative; min-height: 430px; margin: -18px -20px 0; padding: 118px 22px 28px; overflow: hidden; color: #07183f; } .wg-exploradores-request__hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; } .wg-exploradores-request__hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.50) 34%, rgba(246,244,239,0.95) 100%); } .wg-exploradores-request__hero-content { position: relative; z-index: 1; max-width: 360px; } .wg-exploradores-request__hero-content > span { display: inline-flex; margin-bottom: 12px; color: #ee2b72; font-size: 0.86rem; line-height: 1; font-weight: 800; } .wg-exploradores-request__hero h1 { margin: 0; color: #08183f; font-size: 2.35rem; line-height: 1.02; font-weight: 800; letter-spacing: 0; } .wg-exploradores-request__hero h1 span { display: block; color: #ee2b72; } .wg-exploradores-request__hero p { max-width: 300px; margin: 16px 0 0; color: #132344; font-size: 1rem; line-height: 1.42; font-weight: 600; } .wg-exploradores-request__intro { display: grid; gap: 7px; padding: 18px; border-radius: 20px; background: #fff; box-shadow: 0 12px 30px rgba(23,37,38,0.08); } .wg-exploradores-request__intro p, .wg-exploradores-request__card p, .wg-exploradores-request__why p { margin: 0; color: #172526; font-size: 0.94rem; line-height: 1.42; } .wg-exploradores-request__cards { display: grid; gap: 14px; } .wg-exploradores-request__card, .wg-exploradores-request__why { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; padding: 18px; border: 1px solid rgba(23,37,38,0.08); border-radius: 20px; background: #fff; box-shadow: 0 12px 30px rgba(23,37,38,0.08); } .wg-exploradores-request__card > img, .wg-exploradores-request__why > img { width: 100%; aspect-ratio: 16 / 10; border-radius: 16px; object-fit: cover; } .wg-exploradores-request__card:nth-of-type(2) > img { object-position: center 28%; } .wg-exploradores-request__card-text { display: grid; gap: 10px; } .wg-exploradores-request__icon, .wg-exploradores-request__steps h2 span, .wg-exploradores-request__share h2 span, .wg-exploradores-request__why h2 span { display: inline-flex; align-items: center; justify-content: center; color: #ee2b72; } .wg-exploradores-request__icon svg, .wg-exploradores-request__steps h2 svg, .wg-exploradores-request__share h2 svg, .wg-exploradores-request__why h2 svg { width: 24px; height: 24px; } .wg-exploradores-request h2 { display: flex; align-items: center; gap: 10px; margin: 0; color: #07183f; font-size: 1.22rem; line-height: 1.14; font-weight: 800; letter-spacing: 0; } .wg-exploradores-request__card h2 { display: block; } .wg-exploradores-request__card h2 .wg-exploradores-request__icon { vertical-align: -4px; } .wg-exploradores-request__steps, .wg-exploradores-request__share { display: grid; gap: 14px; } .wg-exploradores-request__steps-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .wg-exploradores-request__steps-list article { position: relative; display: grid; justify-items: center; align-content: start; gap: 8px; min-height: 134px; padding: 18px 10px 12px; border-radius: 20px; background: #fff; box-shadow: 0 10px 24px rgba(23,37,38,0.07); text-align: center; } .wg-exploradores-request__steps-list small { position: absolute; top: 8px; right: 10px; display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: #ee2b72; color: #fff; font-size: 0.78rem; font-weight: 800; } .wg-exploradores-request__steps-list article > span { display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; border-radius: 50%; background: #ffe9f0; color: #ee2b72; } .wg-exploradores-request__steps-list svg { width: 30px; height: 30px; } .wg-exploradores-request__steps-list strong { color: #07183f; font-size: 0.92rem; line-height: 1.22; } .wg-exploradores-request__share-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .wg-exploradores-request__share-grid article { position: relative; min-height: 130px; overflow: hidden; border-radius: 18px; background: #172526; color: #fff; box-shadow: 0 10px 24px rgba(23,37,38,0.10); } .wg-exploradores-request__share-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.84; } .wg-exploradores-request__share-grid article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,37,38,0.08), rgba(23,37,38,0.72)); } .wg-exploradores-request__share-grid article span, .wg-exploradores-request__share-grid article strong { position: relative; z-index: 1; } .wg-exploradores-request__share-grid article span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin: 58px 0 6px 10px; border-radius: 50%; background: rgba(255,255,255,0.94); color: #07183f; } .wg-exploradores-request__share-grid article svg { width: 18px; height: 18px; } .wg-exploradores-request__share-grid article strong { display: block; padding: 0 10px 10px; font-size: 0.86rem; line-height: 1.08; font-weight: 800; } .wg-exploradores-request__why { background: #fff; } .wg-exploradores-request__why div { display: grid; gap: 10px; } .wg-exploradores-request__why strong { display: block; color: #ee2b72; font-size: 0.98rem; line-height: 1.34; font-weight: 800; } .wg-exploradores-request__cta { display: grid; gap: 14px; padding: 16px; border-radius: 20px; background: #ffe9f0; box-shadow: 0 10px 24px rgba(238,43,114,0.12); } .wg-exploradores-request__cta p { margin: 0; color: #07183f; font-size: 0.94rem; line-height: 1.3; font-weight: 800; } .wg-exploradores-request__cta .input_button { margin: 0; min-height: 52px; border-radius: 999px; background: #ee2b72; color: #fff; text-decoration: none; } .wg-exploradores-list, .wg-explorador-places { display: grid; grid-template-columns: 1fr; gap: 14px; } .wg-explorador-card { display: flex; align-items: center; gap: 14px; min-height: 112px; box-sizing: border-box; padding: 12px; border: 1px solid rgba(23, 37, 38, 0.08); border-radius: 8px; background: #fff; color: inherit; text-decoration: none; box-shadow: 0 10px 24px rgba(23, 37, 38, 0.08); } .wg-explorador-card__photo { width: 88px; height: 88px; flex: 0 0 88px; border-radius: 8px; object-fit: cover; background: #e3ddd2; } .wg-explorador-card__photo--empty { display: flex; align-items: center; justify-content: center; color: #697171; } .wg-explorador-card__body { display: block; min-width: 0; } .wg-explorador-card strong, .wg-explorador-place strong, .wg-explorador-step strong { display: block; color: #172526; font-size: 1rem; line-height: 1.2; } .wg-explorador-card span span, .wg-explorador-card small { display: block; margin-top: 4px; color: #647070; font-size: 0.84rem; line-height: 1.25; } .wg-exploradores-empty { width: 100%; box-sizing: border-box; padding: 16px; line-height: 1.35; } .wg-explorador-section > .wg-exploradores-empty + .wg-exploradores-empty, .wg-explorador-section > .input_button + .input_button { margin-top: 12px; } .wg-explorador-profile__hero { display: grid; grid-template-columns: 132px 1fr; gap: 16px; align-items: end; min-height: 180px; } .wg-explorador-profile__photo { width: 132px; height: 164px; border-radius: 8px; object-fit: cover; box-shadow: 0 14px 28px rgba(23, 37, 38, 0.16); } .wg-explorador-profile__intro span { display: inline-block; margin-bottom: 8px; color: #2c8f86; font-size: 0.74rem; font-weight: 800; text-transform: uppercase; } .wg-explorador-profile__intro p { margin: 8px 0 0; color: #4d5a5a; font-size: 1rem; line-height: 1.32; } .wg-explorador-profile__intro small { display: block; margin-top: 8px; color: #687373; font-weight: 700; } .wg-explorador-profile__text, .wg-explorador-section, .wg-explorador-edit form, .wg-explorador-edit > .wg-explorador-card { margin-top: 18px; padding: 16px; border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(23, 37, 38, 0.07); } .wg-explorador-profile__text p, .wg-explorador-section p, .wg-explorador-place span, .wg-explorador-step p { margin: 0; color: #4f5d5d; font-size: 0.95rem; line-height: 1.48; } .wg-explorador-profile__lead { font-size: 1.08rem !important; color: #263534 !important; } .wg-explorador-profile__text p + p { margin-top: 12px; } .wg-explorador-section h2, .wg-explorador-edit h2 { margin: 0 0 14px; font-size: 1.22rem; line-height: 1.15; letter-spacing: 0; } .wg-explorador-place { display: grid; grid-template-columns: 96px 1fr; gap: 12px; align-items: center; color: inherit; text-decoration: none; } .wg-explorador-place img { width: 96px; height: 96px; border-radius: 8px; object-fit: cover; } .wg-explorador-day__steps { display: grid; gap: 12px; } .wg-explorador-step { display: grid; grid-template-columns: 94px 1fr; gap: 12px; } .wg-explorador-step__time { align-self: start; box-sizing: border-box; padding: 8px; border-radius: 8px; background: #e8f3f0; color: #1d6f68; font-size: 0.78rem; font-weight: 800; line-height: 1.15; text-align: center; } .wg-explorador-step small, .wg-explorador-step a { display: block; margin-top: 4px; color: #2c8f86; font-size: 0.82rem; font-weight: 700; text-decoration: none; } .wg-explorador-step p { margin-top: 7px; } .wg-explorador-edit { display: grid; gap: 14px; } .wg-explorador-edit label { display: grid; gap: 6px; color: #3e4c4c; font-size: 0.86rem; font-weight: 700; } .wg-explorador-edit .input_field { width: 100%; box-sizing: border-box; } .wg-explorador-check { display: flex !important; grid-template-columns: none !important; flex-direction: row; align-items: center; gap: 8px; } .wg-explorador-check input { flex: 0 0 auto; } .wg-explorador-edit .input_button { width: 100%; box-sizing: border-box; margin-top: 8px; text-decoration: none; } .wg-explorador-edit__secondary { background: #fff !important; border: 2px solid var(--brand); color: var(--brand) !important; text-decoration: none !important; } @media (min-width: 1200px) { .villes__bouton { width: 31%; } } @media (max-width: 430px) { .wg-exploradores__inner { padding-right: 20px; padding-left: 20px; } .wg-explorador-profile__hero { grid-template-columns: 112px 1fr; gap: 12px; } .wg-explorador-profile__photo { width: 112px; height: 148px; } .wg-explorador-profile__intro h1, .wg-exploradores-hero h1, .wg-explorador-edit h1 { font-size: 1.66rem; } .wg-explorador-step { grid-template-columns: 82px 1fr; } .place__tags_container { flex-wrap: wrap; gap: 4px; } .place__tags_unit { max-width: 68px; min-height: 22px; padding: 2px 5px; font-size: 0.56rem; line-height: 1.05; text-align: center; justify-content: center; overflow-wrap: anywhere; } } [data-pwa-account-title] { color: #ee2b72; } h1[data-pwa-account-title] { color: var(--brand, #2c9899); } .qc-menu-btn, .qc-header-back-btn, .lang-current, .qc-nav_button, .input_button, .places-list-filter__toggle, .places-list-filter__quick-chip, .places-list-filter__chip, .places-list-pagination__btn, .places-list-favorite-item__delete button, .qc-locate-btn, .places-list-page--model-v2 .qc-locate-btn, .place-v2-action, .place-v2-address-card__route, .place-v2-info-row, .place-v2-secondary-link, .place__carousel-open_container, .share-close, .wg-explorador-edit__secondary { box-shadow: var(--waou-button-shadow) !important; } .search__button, .qc-bottombar .nav-item, .qc-bottombar--v2 .nav-item, .places-list-filter__panel[hidden], .places-list-filter__chip input[type="checkbox"], body:has(.home-landing-v2) .lang-current, .qc-appbar[data-waou-home="landing"] .lang-current { box-shadow: none !important; }