.book.one {
  width:175px;
  height:255px;
  transform:rotate(-7deg) translate(-100px,12px);
  z-index:1
}

.book.two {
  width:195px;
  height:285px;
  transform:rotate(2deg);
  z-index:3
}

.book.three {
  width:165px;
  height:240px;
  transform:rotate(8deg) translate(105px,20px);
  z-index:2
}

.section {
  padding:86px 0
}

.section-head {
  max-width:760px;
  margin-bottom:40px
}

.kicker {
  color:var(--navy);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:800;
  margin-bottom:10px
}

.section h2 {
  font-size:clamp(34px,4vw,48px);
  font-weight:500;
  color:#182734;
  margin-bottom:16px
}

.section-head p {
  margin:0;
  color:var(--muted);
  font-size:17px
}

.intro-grid {
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:55px;
  align-items:start
}

.quote-card {
  background:var(--cream);
  border-radius:18px;
  padding:42px;
  position:relative;
  overflow:hidden
}

.quote-card:before {
  content:"“";
  position:absolute;
  right:24px;
  top:-26px;
  font:160px Georgia,serif;
  color:rgba(15,71,125,.08)
}

.quote-card h3 {
  font-size:30px;
  color:var(--navy);
  font-weight:500;
  margin-bottom:15px
}

.quote-card p {
  margin:0;
  color:#525c64
}

.copy p:first-child {
  margin-top:0
}

.copy p {
  color:#4d5962
}

.link-arrow {
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--navy);
  font-weight:800;
  text-decoration:none;
  margin-top:9px
}

.link-arrow span {
  transition:.2s
}

.link-arrow:hover span {
  transform:translateX(4px)
}

.publications {
  background:#f3f0ea
}

.books-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px
}

.book-card {
  background:white;
  border-radius:16px;
  overflow:hidden;
  border:1px solid #ebe5da;
  box-shadow:0 10px 28px rgba(33,42,49,.055);
  display:grid;
  grid-template-columns:132px 1fr;
  min-height:260px;
  transition:transform .2s,box-shadow .2s
}

.book-card:hover {
  transform:translateY(-4px);
  box-shadow:var(--shadow)
}

.book-cover {
  background:#ebe6dc;
  padding:20px 16px;
  display:flex;
  align-items:center;
  justify-content:center
}

.book-cover img {
  max-width:100%;
  max-height:205px;
  box-shadow:0 8px 16px rgba(0,0,0,.15)
}

.book-info {
  padding:28px 22px 24px
}

.book-info .type {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#a17121;
  font-weight:800
}

.book-info h3 {
  font-size:21px;
  font-weight:500;
  color:#182734;
  margin:8px 0 10px
}

.book-info p {
  font-size:14px;
  color:var(--muted);
  margin:0 0 16px;
  line-height:1.5
}

.book-info a {
  font-size:13px;
  font-weight:800;
  color:var(--navy);
  text-decoration:none
}

.cta {
  padding:78px 0
}

.cta-box {
  background:var(--burgundy);
  color:#fff;
  border-radius:20px;
  padding:48px 54px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:40px;
  align-items:center;
  box-shadow:0 18px 45px rgba(75,31,39,.17)
}

.cta-box h2 {
  color:white;
  font-size:38px;
  margin-bottom:11px
}

.cta-box p {
  margin:0;
  color:#f4e9eb;
  max-width:710px
}

.cta .btn {
  background:white;
  color:var(--burgundy);
  white-space:nowrap
}

.preview-tag {
  position:fixed;
  right:14px;
  bottom:14px;
  background:#152b3d;
  color:white;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  padding:7px 11px;
  font-size:11px;
  z-index:50;
  box-shadow:0 8px 20px rgba(0,0,0,.18)
}

@media(max-width:1050px) {
  .hero .wrap {
    grid-template-columns:1fr .7fr;
    gap:25px
  }
  .books-grid {
    grid-template-columns:1fr
  }
  .book-card {
    grid-template-columns:145px 1fr
  }
}

@media(max-width:760px) {
  .hero .wrap {
    grid-template-columns:1fr;
    min-height:0;
    padding-top:60px;
    padding-bottom:64px
  }
  .hero h1 {
    font-size:43px
  }
  .books-hero {
    height:280px;
    margin-top:8px
  }
  .books-hero:before {
    width:245px;
    height:245px
  }
  .book.one {
    width:125px;
    height:185px;
    transform:rotate(-7deg) translate(-73px,8px)
  }
  .book.two {
    width:145px;
    height:212px
  }
  .book.three {
    width:118px;
    height:174px;
    transform:rotate(8deg) translate(75px,15px)
  }
  .section {
    padding:62px 0
  }
  .intro-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .quote-card {
    padding:30px
  }
  .cta-box {
    grid-template-columns:1fr;
    padding:36px 30px
  }
}

@media(max-width:520px) {
  .hero h1 {
    font-size:38px
  }
  .hero p {
    font-size:16px
  }
  .actions {
    display:grid
  }
  .book-card {
    grid-template-columns:108px 1fr;
    min-height:220px
  }
  .book-cover {
    padding:15px 10px
  }
  .book-info {
    padding:22px 16px
  }
  .book-info h3 {
    font-size:18px
  }
  .cta-box h2 {
    font-size:31px
  }
}

.catalogue-home-link {
  display:flex;
  justify-content:center;
  margin-top:34px
}

/* =========================================================
   PAGE NOUS REJOINDRE
   ========================================================= */

.contact-hero {
  background: linear-gradient(115deg,rgba(9,47,84,.98),rgba(15,71,125,.93)), url('../images/accueil-background-1.jpg') center/cover;
  color:#fff;
}

.contact-hero-inner {
  min-height:390px;
  display:grid;
  grid-template-columns:1.1fr .7fr;
  gap:70px;
  align-items:center;
  padding-top:55px;
  padding-bottom:55px;
}

.contact-hero .eyebrow {
  display:inline-flex;
  align-items:center;
  gap:9px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:800;
  color:#ffe0a1;
}

.contact-hero .eyebrow:before {
  content:"";
  width:30px;
  height:2px;
  background:var(--gold);
}

.contact-hero h1 {
  font:500 clamp(48px,6vw,72px)/1 Georgia,'Times New Roman',serif;
  margin:18px 0 20px;
  letter-spacing:-.025em;
}

.contact-hero p {
  max-width:700px;
  margin:0;
  color:#e4edf4;
  font-size:18px;
  line-height:1.65;
}

.hero-card {
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:34px;
  backdrop-filter:blur(6px);
}

.hero-card-label {
  display:block;
  color:#f2ce80;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:11px;
  font-weight:800;
  margin-bottom:9px;
}

.hero-card strong {
  display:block;
  font:500 31px/1.15 Georgia,'Times New Roman',serif;
  margin-bottom:12px;
}

.hero-card p {
  font-size:15px;
  line-height:1.55;
}

.contact-main {
  padding:82px 0 88px;
}

.contact-layout {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:58px;
  align-items:start;
}

.kicker {
  color:var(--navy);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:800;
  margin-bottom:10px;
}

.contact-main h2, .map-section h2 {
  font:500 clamp(34px,4vw,46px)/1.13 Georgia,'Times New Roman',serif;
  color:#182734;
  margin:0 0 15px;
}

.intro-copy {
  color:#5a646c;
  line-height:1.68;
  font-size:16px;
  margin:0 0 30px;
}

.info-list {
  display:grid;
  gap:13px;
}

.info-card {
  display:grid;
  grid-template-columns:58px 1fr;
  gap:16px;
  align-items:center;
  padding:16px 18px;
  border:1px solid #e8e1d7;
  background:#fff;
  border-radius:13px;
  text-decoration:none;
  box-shadow:0 5px 16px rgba(24,39,52,.035);
}

.info-card img {
  width:52px;
  height:52px;
  object-fit:contain;
}

.address-icon {
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#092f54;
  color:#f0b83f;
  border:2px solid #f0b83f;
  font-size:25px;
}

.info-card span {
  display:block;
  color:#8a671f;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:800;
  margin-bottom:2px;
}

.info-card strong {
  display:block;
  color:#203149;
  font-size:17px;
}

.info-card small {
  display:block;
  margin-top:2px;
  color:#67727b;
  font-size:14px;
}

.manuscript-note {
  margin-top:24px;
  padding:22px;
  background:#092f54;
  border-radius:15px;
  color:#fff;
  display:grid;
  grid-template-columns:72px 1fr;
  gap:18px;
}

.manuscript-note-icon img {
  width:65px;
  height:65px;
  object-fit:contain;
}

.manuscript-note h3 {
  font:500 22px/1.2 Georgia,'Times New Roman',serif;
  margin:0 0 8px;
}

.manuscript-note p {
  color:#dbe5ed;
  font-size:14px;
  line-height:1.55;
  margin:0 0 10px;
}

.manuscript-note a {
  display:inline-flex;
  align-items:center;
  width:fit-content;
  padding:7px 11px;
  border:1px solid rgba(240,184,63,.55);
  border-radius:6px;
  color:#f0b83f;
  font-weight:800;
  font-size:13px;
  text-decoration:none;
  transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
}

.manuscript-note a:hover {
  background:#f0b83f;
  color:#092f54;
  transform:translateX(6px);
  box-shadow:0 8px 18px rgba(0,0,0,.24);
}

.manuscript-note a:focus-visible {
  outline:3px solid #f0b83f;
  outline-offset:4px;
}

.contact-form-card {
  background:#fff;
  border:1px solid #e7e1d8;
  border-radius:20px;
  padding:36px;
  box-shadow:0 16px 44px rgba(30,40,50,.075);
}

.contact-form-card>p {
  margin:0 0 25px;
  color:#68727b;
  font-size:15px;
  line-height:1.6;
}

.contact-form {
  display:grid;
  gap:18px;
}

.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.field {
  display:grid;
  gap:7px;
}

.field label {
  color:#293849;
  font-size:13px;
  font-weight:800;
}

.field input, .field select, .field textarea {
  width:100%;
  border:1px solid #d9dfe3;
  border-radius:8px;
  padding:13px 14px;
  background:#fbfcfd;
  color:#253442;
  font:14px Arial,Helvetica,sans-serif;
  outline:none;
}

.field textarea {
  resize:vertical;
}

.field input:focus, .field select:focus, .field textarea:focus {
  border-color:#0f477d;
  box-shadow:0 0 0 3px rgba(15,71,125,.08);
}

.submit-btn {
  min-height:49px;
  border:0;
  border-radius:7px;
  padding:0 22px;
  background:#f0b83f;
  color:#152b3d;
  font:800 14px Arial,Helvetica,sans-serif;
  cursor:pointer;
}

.form-note {
  color:#8b949a;
  font-size:12px;
}

.map-section {
  background:#f3f0ea;
  padding:74px 0 84px;
}

.map-card {
  background:#fff;
  border:1px solid #e5ded2;
  border-radius:20px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr .95fr;
  box-shadow:0 12px 30px rgba(30,40,50,.055);
}

.map-copy {
  padding:45px;
}

.map-copy p {
  color:#626d75;
  line-height:1.65;
  margin:0 0 20px;
}

.map-copy address {
  font-style:normal;
  color:#203149;
  line-height:1.6;
  font-weight:700;
}

.map-visual {
  position:relative;
  overflow:hidden;
  min-height:320px;
  background: radial-gradient(circle at 60% 38%,rgba(240,184,63,.28),transparent 8%), linear-gradient(135deg,#0b355b,#0f477d 65%,#092f54);
}

.map-lines {
  position:absolute;
  inset:-25%;
  opacity:.18;
  transform:rotate(-12deg);
  background: repeating-linear-gradient(0deg,transparent 0 38px,rgba(255,255,255,.7) 39px 40px), repeating-linear-gradient(90deg,transparent 0 56px,rgba(255,255,255,.45) 57px 58px);
}

.map-pin {
  position:absolute;
  left:57%;
  top:41%;
  transform:translate(-50%,-50%);
  width:70px;
  height:70px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f0b83f;
  color:#092f54;
  font-size:33px;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
  z-index:2;
}

.map-label {
  position:absolute;
  left:57%;
  top:62%;
  transform:translateX(-50%);
  background:#fff;
  color:#203149;
  padding:8px 13px;
  border-radius:999px;
  font-weight:800;
  font-size:13px;
  box-shadow:0 7px 20px rgba(0,0,0,.15);
  z-index:2;
}

@media(max-width:950px) {
  .contact-hero-inner, .contact-layout, .map-card {
    grid-template-columns:1fr;
  }
  .hero-card {
    max-width:560px;
  }
  .map-visual {
    min-height:270px;
  }
}

@media(max-width:760px) {
  .contact-hero-inner {
    min-height:0;
    padding-top:52px;
    padding-bottom:52px;
  }
  .contact-main {
    padding:58px 0 64px;
  }
  .contact-layout {
    gap:38px;
  }
  .contact-form-card {
    padding:25px 20px;
  }
  .form-grid {
    grid-template-columns:1fr;
  }
  .map-section {
    padding:55px 0 65px;
  }
  .map-copy {
    padding:28px 24px;
  }
}

/* Version sans formulaire — contact direct */

.contact-showcase {
  min-height:100%;
  background: radial-gradient(circle at 82% 18%, rgba(240,184,63,.15), transparent 22%), linear-gradient(145deg,#092f54,#0f477d);
  color:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 16px 44px rgba(30,40,50,.12);
  position:relative;
}

.contact-showcase:after {
  content:"";
  position:absolute;
  right:-55px;
  bottom:-85px;
  width:240px;
  height:240px;
  border:1px solid rgba(240,184,63,.25);
  border-radius:50%;
}

.contact-showcase-inner {
  position:relative;
  z-index:2;
  padding:40px 36px;
}

.contact-showcase .kicker {
  color:#f6cf78;
}

.contact-showcase h2 {
  color:#fff;
  margin-bottom:14px;
}

.contact-showcase p {
  color:#dbe7f0;
  font-size:15px;
  line-height:1.65;
  margin:0 0 28px;
}

.direct-actions {
  display:grid;
  gap:12px;
}

.direct-action {
  display:grid;
  grid-template-columns:54px 1fr;
  gap:14px;
  align-items:center;
  padding:15px 17px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  color:#fff;
  text-decoration:none;
  transition:.2s ease;
}

.direct-action:hover {
  transform:translateY(-2px);
  background:rgba(255,255,255,.12);
}

.direct-action.primary {
  background:#f0b83f;
  color:#152b3d;
  border-color:#f0b83f;
}

.direct-icon {
  width:44px;
  height:44px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
}

.direct-action.primary .direct-icon {
  background:rgba(21,43,61,.09);
}

.direct-action small {
  display:block;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:800;
  opacity:.78;
  margin-bottom:2px;
}

.direct-action strong {
  display:block;
  font-size:16px;
}

.direct-address {
  display:grid;
  grid-template-columns:40px 1fr;
  gap:12px;
  align-items:start;
  margin-top:22px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.16);
}

.direct-address>span {
  color:#f0b83f;
  font-size:25px;
}

.direct-address strong {
  display:block;
  margin-bottom:3px;
}

.direct-address p {
  margin:0;
  font-size:14px;
  line-height:1.5;
}

@media(max-width:760px) {
  .contact-showcase-inner {
    padding:28px 22px;
  }
}

/* =========================================================
   NOUS REJOINDRE — colonne droite différenciée
   ========================================================= */

.help-showcase {
  background: radial-gradient(circle at 88% 12%, rgba(240,184,63,.14), transparent 20%), linear-gradient(145deg,#092f54,#0f477d);
}

.help-showcase .contact-showcase-inner {
  padding:40px 36px;
}

.help-showcase .kicker {
  color:#f4c760;
}

.help-showcase h2 {
  color:#fff;
  margin-bottom:12px;
}

.help-intro {
  max-width:520px;
  color:#dce8f1 !important;
  margin-bottom:25px !important;
}

.help-options {
  display:grid;
  gap:12px;
}

.help-option {
  display:grid;
  grid-template-columns:52px 1fr 30px;
  gap:14px;
  align-items:center;
  padding:17px 17px;
  border-radius:13px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.075);
  text-decoration:none;
  color:#fff;
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}

.help-option:hover {
  transform:translateY(-2px);
  background:rgba(255,255,255,.12);
  border-color:rgba(240,184,63,.5);
}

.help-option.featured {
  background:#f0b83f;
  color:#152b3d;
  border-color:#f0b83f;
}

.help-option-icon {
  width:44px;
  height:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.14);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}

.help-option.featured .help-option-icon {
  background:rgba(21,43,61,.10);
  border-color:rgba(21,43,61,.12);
}

.help-option-copy small {
  display:block;
  margin-bottom:3px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:800;
  opacity:.72;
}

.help-option-copy strong {
  display:block;
  margin-bottom:4px;
  font-size:16px;
}

.help-option-copy span {
  display:block;
  font-size:12.5px;
  line-height:1.45;
  opacity:.84;
}

.help-arrow {
  font-size:24px;
  font-weight:300;
  justify-self:end;
}

.help-signature {
  margin-top:27px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.15);
  display:flex;
  align-items:center;
  gap:12px;
}

.help-signature-line {
  width:34px;
  height:2px;
  background:#f0b83f;
  flex:0 0 auto;
}

.help-signature p {
  margin:0 !important;
  color:#dce8f1 !important;
  font:italic 15px/1.4 Georgia,'Times New Roman',serif;
}

/* Le bloc manuscrit de gauche reste compact : la colonne droite gère maintenant les actions. */

.manuscript-note {
  margin-top:24px;
}

@media(max-width:760px) {
  .help-showcase .contact-showcase-inner {
    padding:28px 22px;
  }
  .help-option {
    grid-template-columns:44px 1fr 20px;
    padding:15px;
  }
  .help-option-icon {
    width:38px;
    height:38px;
  }
  .help-option-copy strong {
    font-size:15px;
  }
}

/* Icônes recentrées */

.info-card {
  grid-template-columns:64px 1fr;
}

.info-card img {
  width:52px;
  height:52px;
  object-fit:contain;
  object-position:center;
  display:block;
  justify-self:center;
  align-self:center;
  margin:0;
}

.manuscript-note {
  grid-template-columns:76px 1fr;
}

.manuscript-note-icon {
  display:flex;
  align-items:center;
  justify-content:center;
}

.manuscript-note-icon img {
  width:64px;
  height:64px;
  object-fit:contain;
  object-position:center;
  display:block;
  margin:0;
}

/* Badges refaits avec contenu réellement centré */

.info-card img, .manuscript-note-icon img {
  display:block;
  width:60px;
  height:60px;
  object-fit:contain;
  object-position:50% 50%;
  margin:auto;
}

.info-card {
  grid-template-columns:72px 1fr;
}

.manuscript-note {
  grid-template-columns:78px 1fr;
}
