/* Targeted adjustments over the original Next Security theme. */
:root { --next-accent: #6ba5d7; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 80px; }
#compteur { background: linear-gradient(rgba(3, 13, 29, .78), rgba(3, 13, 29, .84)), url('wp-content/uploads/2021/10/cybersecurity-banner.webp') center / cover fixed; color: #fff; }
#compteur .section-title, #compteur .section-desc, #compteur .counter_title { color: #fff; }
#compteur .section-subtitle { color: #d0e3f4; }
#compteur .counter__number { color: #9bcef7; }
#compteur .counter_item { padding: 12px 0; }
.contact-map { display: block; width: 100%; max-width: 100%; border-radius: 5px; }
#c5 { min-height: 543px; }
#c5 iframe { width: 100%; border: 0; }
.site-footer .footer-connect { padding: 64px 0; }
.site-footer .newsletter-panel { width: min(100%, 620px); margin: 0 auto; padding: 32px; background: rgba(255,255,255,.035); border: 1px solid rgba(107,165,215,.24); border-radius: 12px; box-shadow: 0 12px 32px rgba(0,0,0,.12); }
.site-footer .newsletter-panel .follow-heading { font-size: 18px; margin-bottom: 24px; letter-spacing: 2px; }
.newsletter-fields { display: flex; gap: 10px; }
.site-footer .newsletter-fields input[type=email] { min-width: 0; flex: 1; margin: 0; padding: 15px 17px; height: 54px; border: 1px solid #535b63; border-radius: 6px; background: #fff; color: #242a31; font-size: 16px; box-shadow: none; }
.newsletter-fields button { background: #6ba5d7; color: #101d29; font-weight: 700; font-size: 15px; padding: 14px 22px; border: 0; border-radius: 6px; cursor: pointer; transition: background .2s, transform .2s; }
.newsletter-fields button:hover { background: #93c5ef; transform: translateY(-1px); }
.newsletter-fields input:focus-visible, .newsletter-fields button:focus-visible { outline: 3px solid #9bcef7; outline-offset: 3px; }
.newsletter-consent { display: flex; gap: 10px; align-items: flex-start; text-align: left; margin: 18px 0 0; color: #bfc6ce; font-size: 14px; line-height: 1.6; }
.newsletter-consent input { margin-top: 5px; accent-color: #6ba5d7; flex-shrink: 0; }
.newsletter-honeypot { position: absolute; left: -9999px; }
.site-footer .newsletter-next { color: #bfc6ce; font-size: 14px; margin: 14px 0 0; }
.site-info { font-size: 14px; }
.site-info a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 767px) { #compteur { background-attachment: scroll; } .contact-map { margin-top: 20px; } .site-footer .newsletter-panel { padding: 24px 18px; margin-bottom: 0; } }
@media (max-width: 480px) { .newsletter-fields { flex-direction: column; } .newsletter-fields button { min-height: 48px; } .site-info .sep { display: block; height: 8px; font-size: 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } #compteur { background-attachment: scroll; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; animation-iteration-count: 1 !important; } }
