:root {
  --purple: #a68ac9;
  --purple-dark: #604777;
  --purple-soft: #c4a9e3;
  --green: #65c368;
  --text: #666;
  --line: #ece5f3;
  --site: 1600px;
  --shell: 1200px;
  --narrow: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f3f3f3; color: var(--text); font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.55; }
a { color: #a487c8; text-decoration: none; }
a:hover, a:focus-visible { text-decoration: underline; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.shell { width: min(100% - 40px, var(--shell)); margin-inline: auto; }
.shell-narrow { width: min(100% - 40px, var(--narrow)); margin-inline: auto; }
.icon { width: 1em; height: 1em; fill: currentColor; vertical-align: -.12em; }
.sr-only, .honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header, main, .breadcrumb, .site-footer { width: min(100%, var(--site)); margin-inline: auto; background: #fff; }
.topbar { min-height: 39px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e9dcf5; font-size: 12px; }
.top-contact { display: flex; gap: 14px; }
.top-contact .icon { margin-right: 3px; color: #555; }
.head-main { min-height: 122px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-top: 20px; }
.brand { width: 300px; flex: 0 0 auto; }
.brand img { width: 300px; max-height: 90px; object-fit: contain; object-position: left top; }
.desktop-nav { display: flex; align-items: center; gap: 20px; padding-top: 14px; }
.desktop-nav ul { display: flex; gap: 19px; align-items: center; margin: 0; padding: 0; list-style: none; }
.desktop-nav li a { color: #606060; font-size: 12px; font-weight: 700; white-space: nowrap; }
.desktop-nav li a.is-active { color: var(--purple); }
.contact-pill { display: inline-flex; align-items: center; min-height: 36px; padding: 0 22px; border: 2px solid var(--green); border-radius: 20px; color: var(--green); font-size: 13px; font-weight: 700; white-space: nowrap; }
.contact-pill:hover { background: var(--green); color: #fff; text-decoration: none; }
.menu-toggle { display: none; border: 0; background: var(--purple); color: #fff; width: 40px; height: 40px; padding: 8px; cursor: pointer; }

.menu-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(0,0,0,.22); }
.mobile-menu { position: fixed; z-index: 100; inset: 0 0 0 auto; width: min(250px, 74vw); background: #111; color: #fff; padding: 68px 24px 30px; box-shadow: -8px 0 22px rgba(0,0,0,.25); overflow-y: auto; }
.menu-close { position: absolute; top: 15px; right: 17px; width: 34px; height: 34px; border: 0; background: transparent; color: #777; cursor: pointer; }
.menu-close .icon { width: 24px; height: 24px; }
.mobile-contact { display: block; margin: 0 0 70px; padding: 10px 18px; border: 2px solid var(--green); border-radius: 24px; text-align: center; color: #b495dc; font-size: 16px; font-weight: 700; }
.mobile-menu ul { margin: 0; padding: 0; list-style: none; }
.mobile-menu li { border-bottom: 1px solid #222; }
.mobile-menu li a { display: flex; align-items: center; gap: 15px; padding: 17px 0; color: #fff; font-size: 16px; }
.mobile-menu li a.is-active { color: #b793e2; }
.menu-dot { width: 9px; height: 9px; background: repeating-linear-gradient(90deg,#fff 0 2px,#6f91e4 2px 4px); }
body.menu-open { overflow: hidden; }

.slider { position: relative; min-height: 420px; overflow: hidden; background: #eee; }
.slides, .slide { position: absolute; inset: 0; }
.slide { overflow: hidden; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide-copy { position: absolute; left: max(calc((100% - 970px)/2), 40px); bottom: 0; width: 315px; min-height: 270px; padding: 38px 34px; background: rgba(157,121,192,.94); color: #fff; }
.slide-copy h1, .slide-copy h2 { margin: 0 0 12px; font-size: 29px; line-height: 1.15; text-transform: uppercase; }
.slide-copy p { margin: 0 0 22px; font-size: 14px; }
.slide-copy a, .service-strip a { display: inline-flex; min-height: 32px; align-items: center; justify-content: center; padding: 0 19px; border: 2px solid #fff; border-radius: 18px; color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.slider-prev, .slider-next { position: absolute; z-index: 3; top: 50%; translate: 0 -50%; width: 35px; height: 35px; border: 1px solid #777; border-radius: 50%; background: rgba(255,255,255,.7); color: #666; font-size: 25px; line-height: 1; cursor: pointer; }
.slider-prev { left: 20px; }.slider-next { right: 20px; }
.slider-dots { position: absolute; z-index: 3; right: 25px; bottom: 18px; display: flex; gap: 7px; }
.slider-dots button { width: 9px; height: 9px; border: 1px solid #fff; border-radius: 50%; background: transparent; padding: 0; cursor: pointer; }
.slider-dots button.is-active { background: #fff; }

.service-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -1px; }
.service-strip article { min-height: 215px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 34px 20px 25px; background: var(--card); color: #fff; text-align: center; }
.service-strip .icon { width: 24px; height: 24px; }
.service-strip h2 { margin: 10px 0; font-size: 15px; line-height: 1.35; text-transform: uppercase; }

.downloads { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding-top: 68px; }
.download-group { border: 1px solid #bba0dc; }
.download-group > h2 { width: max-content; max-width: 90%; margin: -19px auto 0; padding: 0 18px; background: #fff; color: #a98bcc; font-size: 25px; }
.download-grid { display: grid; grid-template-columns: 1fr 1fr; }
.download-card { min-height: 260px; padding: 25px 16px 18px; text-align: center; border-right: 1px solid #eee6f6; border-bottom: 1px solid #eee6f6; }
.download-card:nth-child(2n) { border-right: 0; }
.download-card:nth-last-child(-n+2) { border-bottom: 0; }
.download-icon { width: 60px; height: 64px; margin-inline: auto; object-fit: contain; }
.download-card h3 { min-height: 60px; margin: 18px 0; color: #a78cc7; font-size: 15px; line-height: 1.2; text-transform: uppercase; }
.download-card div { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.small-btn { display: inline-flex; min-height: 29px; align-items: center; justify-content: center; padding: 0 25px; border-radius: 15px; background: #a886cc; color: #fff; font-size: 15px; font-weight: 700; line-height: 25px; text-transform: uppercase; }
.small-btn:hover { background: #8564aa; text-decoration: none; }

.cta-block { margin-top: 75px; }
.cta-wide { min-height: 160px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 50px; background: #cdcb87 url('/images/design/alb-conseil-inscription-en-ligne.jpg') right center/cover no-repeat; color: #fff; text-transform: uppercase; }
.cta-wide span { display: flex; flex-direction: column; max-width: 490px; }
.cta-wide strong { font-size: 30px; line-height: 1.15; }
.cta-wide small { text-transform: none; }
.cta-wide b, .cta-card b { display: inline-flex; min-height: 36px; align-items: center; padding: 0 22px; border: 2px solid #fff; border-radius: 20px; font-size: 12px; text-transform: uppercase; }
.cta-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 16px; }
.cta-card { min-height: 385px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 50px; color: #fff; }
.cta-catalogue { background: #8e80c2 url('/images/design/calltoaction-catalogue.jpg') center/cover no-repeat; }
.cta-contact { background: #6fc874 url('/images/design/calltoaction-contact.jpg') center/cover no-repeat; }
.cta-card strong { max-width: 500px; margin-bottom: 20px; font-size: 50px; line-height: 1.08; text-transform: uppercase; }
.cta-card small { margin-bottom: 20px; }
.cta-wide:hover, .cta-card:hover { text-decoration: none; filter: brightness(.97); }

.process { min-height: 0; padding: 50px 0; background: #fff; }
.process img { width: 100%; height: auto; }
.strengths { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 25px 40px 35px; background: #9b7cc0; color: #fff; }
.strengths h2 { margin: 0 0 10px; font-size: 24px; text-transform: uppercase; }
.strengths ul { margin: 0; padding: 0; list-style: none; }
.strengths li::before { content: '✓'; display: inline-block; margin-right: 9px; }
.intro-copy { padding: 70px 30px 50px; border-left: 4px solid #eee; }
.intro-copy p { margin: 0 0 8px; }
.signature { font-size: 12px; }
.contact-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 30px 15px 85px; }
.contact-facts article { min-height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; background: #f1f1f1; color: #333; text-align: center; }
.contact-facts .icon { width: 35px; height: 35px; }
.about { min-height: 300px; display: grid; grid-template-columns: 1fr 1.8fr; gap: 40px; align-items: center; padding: 40px 120px; }
.about img { width: 210px; margin-inline: auto; }
.about h2 { color: #a789ca; font-size: 27px; text-transform: uppercase; }

.page-hero { min-height: 145px; display: grid; place-items: center; padding: 25px; background: linear-gradient(rgba(163,130,202,.87),rgba(163,130,202,.87)), url('/images/design/masthead-bg.jpg') center/cover; color: #fff; text-align: center; }
.page-hero h1 { margin: 0; font-size: 42px; font-weight: 400; line-height: 1.15; }
.page-hero p { max-width: 950px; margin: 8px auto 0; font-size: 14px; font-weight: 700; }
.page-content { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 43%; gap: 34px; padding-top: 40px; }
.page-content.wide-content { grid-template-columns: 1fr; min-height: 420px; }
.page-content .prose { position: relative; z-index: 2; padding: 0 0 35px; }
.page-content .page-visual { min-width: 0; }
.page-visual img { width: 100%; max-height: 790px; object-fit: cover; object-position: center top; }
.prose blockquote { margin: 0 0 70px; padding: 4px 0 4px 25px; border-left: 5px solid #eee; color: #333; font-size: 16px; font-style: italic; line-height: 1.4; }
.prose h2 { margin: 26px 0 12px; color: #333; font-size: 19px; line-height: 1.35; }
.prose h3 { color: #333; }
.prose p { margin: 0 0 13px; }
.prose ul { padding-left: 28px; }
.prose .lead { color: #111; font-size: 16px; }
.topic-box { margin: 25px 0; padding: 18px 28px; background: #f2f2f2; border: 1px solid #dedede; color: #222; }
.topic-box h3 { margin: 0 0 8px; font-size: 13px; text-transform: uppercase; }
.topic-box ul { margin: 0; font-size: 12px; font-weight: 700; }
.panel-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 25px; }
.info-panel { border: 1px solid #c8dfb8; }
.info-panel.info { border-color: #b6dce9; }
.info-panel h3 { margin: 0; padding: 9px 14px; background: #dbefd4; color: #60a34f; font-size: 15px; }
.info-panel.info h3 { background: #d8eef7; color: #57a1bd; }
.info-panel ul { margin: 15px 10px 18px; padding-left: 25px; font-size: 12px; font-weight: 700; }
.anchor-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: 18px 0 25px; }
.anchor-nav a { padding: 7px 19px; border-radius: 16px; background: #aa89ce; color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.highlight { color: #a789ca; }
.accreditation { margin: 25px 0; padding: 18px 25px; background: #f2f2f2; border: 1px solid #dedede; color: #222; }
.accreditation > h3 { margin: 0 0 12px; font-size: 14px; }
.accreditation > div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; align-items: center; }
.accreditation img { max-width: 110px; max-height: 85px; object-fit: contain; }
.accreditation ul { font-size: 12px; font-weight: 700; }
.logo-pair { display: flex; gap: 12px; }

.contact-page { min-height: 850px; padding: 125px 0 80px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 130px; }
.contact-form { display: grid; }
.contact-form label { margin: 0 0 7px; font-weight: 700; }
.contact-form label span { color: red; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-bottom: 18px; padding: 11px; border: 1px solid #bbb; border-radius: 2px; background: #fff; }
.contact-form input, .contact-form select { min-height: 42px; }
.contact-form textarea { resize: vertical; }
.consent-field { display: grid; grid-template-columns: 18px 1fr; gap: 10px; margin-bottom: 18px; }
.consent-field input { width: 15px; min-height: 15px; margin: 4px 0 0; }
.consent-field label { font-weight: 400; line-height: 1.35; }
.contact-form > button { min-height: 44px; border: 0; background: #a78ac9; color: #fff; text-transform: uppercase; cursor: pointer; }
.contact-form > button:hover { background: #8f6eb5; }
.contact-form > button[disabled] { opacity: .65; cursor: wait; }
.form-status { margin-bottom: 15px; font-weight: 700; }
.form-status.success { color: #278b3b; }.form-status.error { color: #b3261e; }
.contact-details { padding-top: 5px; }
.contact-details h2 { margin: 0 0 30px; color: #333; font-size: 18px; text-transform: uppercase; }
.contact-details p { display: flex; align-items: center; gap: 15px; margin: 15px 0; font-size: 16px; }
.contact-details .icon { flex: 0 0 18px; }
.legal { min-height: 850px; padding: 90px 30px; font-size: 15px; }
.legal h2 { display: inline; font-size: inherit; }.legal h2 + p { display: inline; }.legal h2 + p::after { content: ''; display: block; margin-bottom: 12px; }
.inline-cookie-settings, .cookie-settings { border: 0; padding: 0; background: none; color: inherit; cursor: pointer; text-decoration: underline; }

.breadcrumb { min-height: 48px; background: var(--purple-dark); color: #ddd; border-bottom: 1px solid rgba(255,255,255,.4); }
.breadcrumb .shell { min-height: 48px; display: flex; align-items: center; gap: 8px; font-size: 12px; }
.breadcrumb a { color: #9d83ba; }
.site-footer { background: var(--purple-dark); color: #fff; }
.site-footer a { color: inherit; }
.footer-grid { display: grid; grid-template-columns: 260px 1fr; gap: 40px; padding-top: 20px; }
.footer-contact h2 { margin: 0 0 14px; font-size: 16px; }
.footer-contact p { margin: 4px 0; color: #fff; font-size: 13px; }
.footer-contact .icon { margin-right: 4px; }
.footer-contact a, .footer-nav a { color: inherit; }
.footer-nav { font-size: 13px; }
.footer-nav p { margin: 0 0 12px; }
.footer-downloads { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-downloads a { display: inline-flex; min-height: 31px; align-items: center; padding: 0 16px; border: 2px solid #fff; border-radius: 17px; color: #fff; font-weight: 700; text-transform: uppercase; }
.copyright { margin-top: 20px; padding: 13px 0 22px; border-top: 1px solid rgba(255,255,255,.25); color: #fff; font-size: 13px; }

.cookie-banner { position: fixed; z-index: 150; left: 30px; bottom: 30px; width: min(390px, calc(100vw - 30px)); padding: 24px 26px; background: #262f3a; color: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.3); }
.cookie-banner h2 { margin: 0 0 8px; font-size: 21px; }
.cookie-banner p { margin: 0 0 18px; }
.cookie-banner div { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-banner button, .cookie-banner a { min-height: 35px; display: inline-flex; align-items: center; justify-content: center; padding: 0 15px; border: 1px solid #fff; background: transparent; color: #fff; cursor: pointer; }
.cookie-banner button:first-child { background: #43a8d0; border-color: #43a8d0; }

@media (min-width: 1280px) {
  .download-card { min-height: 315px; }
}

@media (max-width: 1080px) {
  .desktop-nav ul { gap: 10px; }
  .desktop-nav { gap: 12px; }
  .brand { width: 255px; }
  .brand img { width: 255px; }
}

@media (max-width: 900px) {
  body { background: #fff; }
  .shell, .shell-narrow { width: calc(100% - 30px); }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .top-contact { display: none; }
  .topbar { justify-content: flex-end; }
  .head-main { min-height: 170px; padding-top: 25px; }
  .brand { width: min(300px, calc(100% - 55px)); }
  .brand img { width: 100%; max-height: 120px; }
  .slider { min-height: 430px; }
  .slide-copy { left: 20px; width: min(310px, calc(100% - 40px)); }
  .service-strip { grid-template-columns: 1fr 1fr; }
  .downloads { grid-template-columns: 1fr; gap: 55px; }
  .contact-layout { gap: 50px; }
  .about { padding-inline: 40px; }
}

@media (max-width: 600px) {
  body { font-size: 14px; }
  .shell, .shell-narrow { width: calc(100% - 30px); }
  .site-header, main, .breadcrumb, .site-footer { width: 100%; }
  .topbar { width: calc(100% - 30px); min-height: 49px; }
  .menu-toggle { width: 41px; height: 41px; }
  .head-main { width: calc(100% - 30px); min-height: 178px; align-items: flex-start; padding-top: 30px; }
  .brand { width: calc(100% - 15px); }
  .brand img { width: 100%; height: auto; max-height: 130px; object-fit: contain; object-position: left top; }
  .slider { min-height: 285px; }
  .slide-copy { left: 0; bottom: 0; width: 67%; min-height: 210px; padding: 25px 20px; }
  .slide-copy h1, .slide-copy h2 { font-size: 21px; }
  .slide-copy p { font-size: 11px; }
  .slider-prev { left: 8px; }.slider-next { right: 8px; }
  .slider-dots { display: none; }
  .service-strip { width: 100%; grid-template-columns: 1fr; }
  .service-strip article { min-height: 235px; padding-inline: 25px; }
  .service-strip h2 { font-size: 18px; }
  .downloads { width: calc(100% - 30px); padding-top: 65px; }
  .download-group > h2 { font-size: 21px; }
  .download-grid { grid-template-columns: 1fr; }
  .download-card, .download-card:nth-child(2n), .download-card:nth-last-child(-n+2) { min-height: 190px; border-right: 0; border-bottom: 1px solid #eee6f6; }
  .download-card:last-child { border-bottom: 0; }
  .cta-block { width: 100%; margin-top: 45px; }
  .cta-wide { min-height: 190px; padding: 28px 22px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .cta-wide strong { font-size: 20px; }
  .cta-pair { grid-template-columns: 1fr; gap: 0; margin-top: 7px; }
  .cta-card { min-height: 250px; padding: 32px 25px; }
  .cta-card strong { font-size: 27px; }
  .process { min-height: 0; padding: 25px 0; }
  .strengths { grid-template-columns: 1fr; gap: 20px; padding: 28px 25px; }
  .strengths h2 { font-size: 20px; }
  .intro-copy { padding: 45px 5px 35px; border-left: 0; }
  .contact-facts { grid-template-columns: 1fr; padding: 25px 0 50px; gap: 8px; }
  .contact-facts article { min-height: 120px; }
  .about { grid-template-columns: 1fr; gap: 10px; padding: 30px 15px 50px; }
  .about h2 { font-size: 22px; }
  .page-hero { min-height: 100px; }
  .page-hero h1 { font-size: 31px; }
  .page-hero p { font-size: 11px; }
  .page-content, .page-content.has-visual { display: flex; flex-direction: column; width: calc(100% - 30px); gap: 15px; padding-top: 28px; }
  .page-content .prose { order: 2; }
  .page-visual { order: 1; }
  .page-visual img { max-height: 330px; }
  .prose blockquote { margin-bottom: 38px; font-size: 14px; }
  .prose h2 { font-size: 17px; }
  .topic-box { padding: 16px 18px; }
  .panel-row { grid-template-columns: 1fr; gap: 16px; }
  .accreditation > div { grid-template-columns: 1fr; }
  .contact-page { padding-top: 35px; }
  .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .contact-details { padding-bottom: 45px; }
  .legal { padding: 40px 20px; }
  .breadcrumb .shell { width: calc(100% - 60px); min-height: 72px; font-size: 14px; }
  .footer-grid { grid-template-columns: 1fr; padding: 40px 30px 15px; }
  .footer-nav { display: none; }
  .footer-contact h2 { display: none; }
  .footer-contact p { display: none; }
  .copyright { width: calc(100% - 60px); min-height: 130px; display: flex; align-items: center; flex-wrap: wrap; margin-top: 0; padding: 25px 0; border-top: 0; font-size: 14px; }
  .cookie-banner { left: 15px; bottom: 15px; width: calc(100vw - 30px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
