.camemat-popup{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.25rem}.camemat-popup.is-hidden,.camemat-popup[aria-hidden="true"]{display:none}.camemat-popup__backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.4)}.camemat-popup__dialog{position:relative;width:100%;max-width:500px;background:var(--wp--preset--color--blanc);border-radius:12px;padding:4rem 2rem 2rem;box-shadow:0 22px 60px rgba(15,23,42,0.25);display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:center;text-align:center}@media (max-width:880px){.camemat-popup__dialog{padding:3rem 1.5rem 1.5rem;gap:1.5rem}}.camemat-popup__close{position:absolute;top:20px;right:20px;width:2rem;height:2rem;border:0;border-radius:0;background:transparent;color:var(--wp--preset--color--gris-400);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:24px;line-height:1}.camemat-popup__close-icon,.camemat-popup__close-icon svg{display:block;width:32px;height:32px}.camemat-popup__date{font-size:16px;font-weight:600;line-height:1.2;color:var(--wp--preset--color--gris-400)}.camemat-popup__title{font-size:48px;font-weight:600;line-height:1;color:var(--wp--preset--color--bourgogne-branding);width:100%}.camemat-popup__subtitle{font-size:24px;font-weight:500;line-height:1;color:var(--wp--preset--color--gris-400);width:100%}.camemat-popup__body{font-size:16px;font-weight:400;line-height:20px;color:var(--wp--preset--color--gris-400);width:322px;max-width:100%}.camemat-popup__body p{margin:0}.camemat-popup__actions{display:flex;flex-direction:column;gap:24px;width:100%}.camemat-popup__cta{width:100%;max-width:100%}.camemat-popup__cta .wp-block-button__link{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;min-width:130px;padding:16px 24px;border-radius:75px;font-size:16px;font-weight:400;line-height:1.2;text-decoration:none;white-space:normal;background:var(--wp--preset--color--bourgogne-branding) !important;color:var(--wp--preset--color--blanc)}.camemat-popup__cta .wp-block-button__link:hover,.camemat-popup__cta .wp-block-button__link:focus-visible{background:var(--wp--preset--color--gris-400) !important;color:var(--wp--preset--color--blanc)}.camemat-popup__dismiss{border:0;background:transparent;padding:0;cursor:pointer;font-size:16px;font-weight:400;line-height:1.2;color:var(--wp--preset--color--gris-400)}