.privacy-page { max-width: 960px; padding-top: 48px; padding-bottom: 64px; font-size: 16px; line-height: 1.8; color: #242424; }
.privacy-page h1 { font-family: Montserrat, sans-serif; font-weight: 800; font-size: 36px; line-height: 1.2; }
.privacy-page h2 { font-size: 24px; line-height: 1.4; margin-top: 0; }
.privacy-page h3 { font-size: 19px; line-height: 1.5; }
.privacy-page section { padding-top: 32px; scroll-margin-top: 24px; }
.privacy-page a { color: #126765; text-decoration: underline; overflow-wrap: anywhere; }
.privacy-eyebrow { color: #126765; font-size: 14px; }
.privacy-intro { font-size: 18px; max-width: 760px; }
.privacy-date { color: #595959; font-size: 14px; }
.privacy-summary { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 20px 0; border-block: 1px solid #dedede; margin-top: 28px; }
.privacy-button, .privacy-button:focus, .privacy-button:hover { background: #fcb715; color: #1b1b1b; border: 1px solid #a87700; padding: 10px 16px; font-size: 15px; white-space: normal; }
.privacy-table-wrapper { overflow-x: auto; margin-top: 24px; }
.privacy-table caption { color: #333; font-size: 15px; }
.privacy-table th, .privacy-table td { min-width: 125px; }
.privacy-placeholder { padding: 28px; background: #f1f6f6; color: #222; text-align: center; font-size: 16px; line-height: 1.7; }
.privacy-placeholder p { margin: 0 0 16px; }
.privacy-placeholder a { color: #126765; text-decoration: underline; }
.privacy-placeholder .privacy-button { margin-bottom: 12px; }
/* La carte doit couvrir toute la colonne, dont la hauteur est fixee par la
   colonne de texte voisine. L'iframe ne peut pas s'en remettre au seul
   align-items:stretch du conteneur flex: sur un element remplace (iframe),
   WebKit retombe sur la hauteur intrinseque et laisse apparaitre le fond
   #f1f6f6 sous la carte. On la sort donc du flux et on la colle aux quatre
   cotes: la hauteur ne depend plus de l'etirement. */
.privacy-map { position: relative; min-height: 360px; padding: 0; background: #f1f6f6; display: flex; }
.privacy-map .privacy-placeholder { min-height: 360px; flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.privacy-map iframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; height: 100%; min-height: 360px; border: 0; }
.privacy-external[hidden], .privacy-placeholder[hidden] { display: none !important; }
.privacy-footer-links { display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: center; padding: 12px 0; }
.bottom-bar .privacy-footer-links a, .privacy-footer-links button { color: #fff; text-decoration: underline; font-size: 14px; }
.privacy-footer-links button { border: 0; background: transparent; padding: 0; line-height: inherit; }
.privacy-footer-links a:focus-visible, .privacy-footer-links button:focus-visible, .privacy-button:focus-visible { outline: 3px solid #fcb715; outline-offset: 4px; }
#cc-main { --cc-font-family: Poppins, sans-serif; --cc-primary-color: #242424; --cc-btn-primary-bg: #fcb715; --cc-btn-primary-color: #1b1b1b; --cc-btn-primary-border-color: #fcb715; --cc-btn-primary-hover-bg: #e7a50b; --cc-btn-primary-hover-color: #1b1b1b; --cc-btn-primary-hover-border-color: #e7a50b; --cc-toggle-on-bg: #126765; --cc-cookie-category-block-bg: #f1f6f6; }
#cc-main .cm, #cc-main .pm { font-size: 15px; }
@media (max-width: 600px) { .privacy-page { padding-top: 30px; } .privacy-page h1 { font-size: 29px; } .privacy-placeholder { padding: 24px 16px; } }
