﻿/* ============================================================
   UIR · Section Redesign v8 — full-bleed image cards
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap');

/* ============================================================
   SECTION RHYTHM
   ============================================================ */
.events-and-blog-area {
  background: 47b0fc !important;
  padding: 50px 0 !important;
  margin: 0 !important;
  position: relative !important;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.section-actualite {
  background: #F8F7F4 !important;
  padding: 100px 0 !important;
  margin: 0 !important;
  position: relative !important;
}
.events-and-blog-area::before,
.section-actualite::before {
  content: none !important;
  display: none !important;
}

/* ============================================================
   SECTION TITLE — right-aligned, single render
   ============================================================ */
.events-and-blog-area .section-title,
.actualites-redesign .section-title,
.section-actualite .top-section-actualite .section-title,
.section-actualite .block-news .section-title {
  display: block !important;
  text-align: left !important;
  padding: 0 !important;
  margin: 0 0 48px 0 !important;
  border: none !important;
  width: 100% !important;
  float: none !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

/* Suppress rogue h2 pseudo-elements */
/* Shared underline accent under Actualités-style titles */
.events-and-blog-area .section-title h2::after,
.actualites-redesign .section-title h2::after,
.section-actualite .section-title h2::after,
.campus-footer-shell .gallery .section-title h2::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 64px !important;
  height: 3px !important;
  background: #0b3965 !important;
  border-radius: 2px !important;
}
.events-and-blog-area .section-title h2::before,
.actualites-redesign .section-title h2::before,
.section-actualite .section-title h2::before,
.campus-footer-shell .gallery .section-title h2::before {
  display: none !important;
  content: none !important;
}

/* Eyebrow removed — was redundant with headline */
.events-and-blog-area .section-title::before,
.section-actualite .top-section-actualite .section-title::before,
.section-actualite .block-news .section-title::before {
  content: none !important;
  display: none !important;
}

/* Headline */
.events-and-blog-area .section-title h2,
.actualites-redesign .section-title h2,
.section-actualite .section-title h2,
.campus-footer-shell .gallery .section-title h2 {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(2.2rem, 4.4vw, 3.6rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
  color: #0b3965 !important;
  text-transform: none !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 0 14px 0 !important;
  display: inline-block !important;
  width: auto !important;
  background: transparent !important;
  position: relative !important;
  animation: none !important;
  visibility: visible !important;
}

/* Actualités heading: always white (section sits on a dark navy
   background) — applies to FR + EN on all devices */
.actualites-redesign .section-title h2 {
  color: #fff !important;
}

/* ============================================================
   AGENDA CAROUSEL
   ============================================================ */
.events-and-blog-area .event-carousel-wrapper {
  position: relative !important;
  width: 100% !important;
}
.events-and-blog-area .event-carousel-track {
  display: flex !important;
  flex-direction: row !important;
  gap: 22px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  scroll-behavior: smooth !important;
  padding: 4px 4px 32px 4px !important;
}
.events-and-blog-area .event-carousel-track::-webkit-scrollbar { display: none !important; }

/* CARD — anchor, full-bleed image with overlay text */
.events-and-blog-area .event-single {
  flex: 0 0 calc((100% - 44px) / 3) !important;
  scroll-snap-align: start !important;
  scroll-snap-stop: always !important;
  background: #0b3965 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  display: block !important;
  height: 520px !important;
  text-decoration: none !important;
  color: inherit !important;
  margin: 0 !important;
  cursor: pointer !important;
  box-shadow: 0 1px 3px rgba(13,25,64,0.06) !important;
  transition: box-shadow .35s ease, transform .35s ease !important;
  isolation: isolate !important;
}
.events-and-blog-area .event-single:hover {
  box-shadow: 0 16px 40px rgba(13,25,64,0.16) !important;
}
.events-and-blog-area .event-single:focus { outline: none !important; }
.events-and-blog-area .event-single:focus-visible {
  outline: 2px solid #3B54E8 !important;
  outline-offset: 3px !important;
}

/* IMAGE — fills the card */
.events-and-blog-area .event-single .ev-image {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #0b3965 !important;
}
.events-and-blog-area .event-single .ev-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  transition: transform .7s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.events-and-blog-area .event-single:hover .ev-image img {
  transform: scale(1.03) !important;
}

/* BODY — overlay with two-stop gradient (top + bottom legibility) */
.events-and-blog-area .event-single .ev-body {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  padding: 0 !important;
  display: block !important;
  background:
    linear-gradient(180deg,
      rgba(11,57,101,0.00) 0%,
      rgba(11,57,101,0.00) 55%,
      rgba(11,57,101,0.55) 75%,
      rgba(11,57,101,0.95) 100%) !important;
  transition: background .35s ease !important;
}
.events-and-blog-area .event-single:hover .ev-body {
  background:
    linear-gradient(180deg,
      rgba(11,57,101,0.00) 0%,
      rgba(11,57,101,0.00) 50%,
      rgba(11,57,101,0.65) 75%,
      rgba(11,57,101,0.98) 100%) !important;
}

/* DATE — top-right chip: stylish white pill, black bold text */
.events-and-blog-area .event-single .ev-date {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 10px 16px !important;
  background: #FFFFFF !important;
  text-align: center !important;
  box-shadow: 0 4px 18px rgba(0,0,0,0.18) !important;
  border-radius: 0 !important;
  transition: transform .25s ease !important;
}
.events-and-blog-area .event-single:hover .ev-date {
  transform: translateY(-2px) !important;
}
.events-and-blog-area .event-single .ev-day {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  color: #000000 !important;
  text-shadow: none !important;
}
.events-and-blog-area .event-single .ev-month {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  text-shadow: none !important;
}

/* TITLE — positioned at bottom, padded */
.events-and-blog-area .event-single .ev-title {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 62px !important;
  padding: 0 26px !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  background: transparent !important;
  letter-spacing: -0.01em !important;
  text-shadow: 0 1px 12px rgba(0,0,0,0.5) !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* CTA — bottom of card */
.events-and-blog-area .event-single .ev-cta {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 24px !important;
  padding: 0 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.95) !important;
  transition: gap .25s ease, color .25s ease !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4) !important;
}
.events-and-blog-area .event-single:hover .ev-cta {
  gap: 14px !important;
  color: #FFFFFF !important;
}
.events-and-blog-area .event-single .ev-cta .ev-arr {
  font-family: 'Manrope', sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

/* Per-card accents removed — date is now black bold in a stylish chip */

/* ============================================================
   CAROUSEL CONTROLS
   ============================================================ */
.events-and-blog-area .event-carousel-controls {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin-top: 20px !important;
  padding: 0 4px !important;
  gap: 18px !important;
}
.events-and-blog-area .event-carousel-dots,
.events-and-blog-area .event-carousel-dots button {
  display: none !important;
}
.events-and-blog-area .event-carousel-nav {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.events-and-blog-area .event-carousel-nav button {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  color: #0A0B0E !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  padding: 4px 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: color .22s ease, transform .22s ease !important;
}
.events-and-blog-area .event-carousel-nav button:hover {
  background: transparent !important;
  color: #023667 !important;
  transform: translateX(2px) !important;
}
.events-and-blog-area .event-carousel-nav button#evtPrev:hover {
  transform: translateX(-2px) !important;
}
.events-and-blog-area .event-carousel-nav button:disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
  background: transparent !important;
  color: #0A0B0E !important;
  transform: none !important;
}

/* ============================================================
   AGENDA "Voir Plus" bottom CTA
   ============================================================ */

.events-and-blog-area .btn.btn-primary,
.actualites-redesign .btn.btn-primary,
.section-actualite .btn.btn-primary {
  font-family: 'Manrope', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 14px 36px !important;
  border-radius: 2px !important;
  background: #023667 !important;
  border: 1px solid white !important;
  color: #FFFFFF !important;
  transition: background .22s, transform .22s !important;
}
.events-and-blog-area .btn.btn-primary:hover,
.actualites-redesign .btn.btn-primary:hover,
.section-actualite .btn.btn-primary:hover {
  background: #023667 !important;
  border-color: #ececec !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(2,54,103,0.28) !important;
}

/* ============================================================
   ACTUALITÉS À LA UNE
   ============================================================ */
.section-actualite .top-section-actualite { margin-bottom: 48px !important; align-items: stretch !important; }
.section-actualite .top-section-actualite > .col-md-6.order-2 { padding-right: 32px !important; }

.section-actualite .item.news-background {
  position: relative !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  height: 440px !important;
  display: block !important;
  box-shadow: 0 1px 3px rgba(13,25,64,0.06) !important;
  transition: box-shadow .35s ease !important;
}
.section-actualite .item.news-background:hover {
  box-shadow: 0 16px 40px rgba(13,25,64,0.16) !important;
}
.section-actualite .item.news-background img {
  width: 100% !important; height: 100% !important;
  object-fit: cover !important; display: block !important;
  transition: transform .7s cubic-bezier(0.16,1,0.3,1) !important;
}
.section-actualite .item.news-background:hover img { transform: scale(1.05) !important; }
.section-actualite .block-text-owl.block-text-owl-1 {
  position: absolute !important; inset: auto 0 0 0 !important;
  padding: 64px 26px 26px !important;
  background: linear-gradient(to top, rgba(10,11,14,0.92) 0%, transparent 100%) !important;
  border-radius: 0 0 16px 16px !important;
}
.section-actualite .block-text-owl.block-text-owl-1 h5 {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.2rem !important; font-weight: 700 !important;
  line-height: 1.38 !important; color: #FFFFFF !important; margin: 0 !important;
  text-shadow: 0 1px 12px rgba(0,0,0,0.45) !important;
}
.section-actualite .block-text-owl.block-text-owl-1 a { text-decoration: none !important; color: inherit !important; }

.section-actualite #actu-slide .item {
  position: relative !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  margin: 0 8px !important;
  transition: box-shadow .35s ease !important;
}
.section-actualite #actu-slide .item:hover {
  box-shadow: 0 16px 40px rgba(13,25,64,0.16) !important;
}
.section-actualite #actu-slide .item img {
  width: 100% !important; height: 220px !important;
  object-fit: cover !important; display: block !important;
  transition: transform .7s cubic-bezier(0.16,1,0.3,1) !important;
}
.section-actualite #actu-slide .item:hover img { transform: scale(1.05) !important; }
.section-actualite .block-text-owl:not(.block-text-owl-1) {
  position: absolute !important; inset: auto 0 0 0 !important;
  padding: 48px 16px 16px !important;
  background: linear-gradient(to top, rgba(10,11,14,0.88) 0%, transparent 100%) !important;
  border-radius: 0 0 16px 16px !important;
}
.section-actualite .block-text-owl:not(.block-text-owl-1) h5 {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.82rem !important; font-weight: 600 !important;
  line-height: 1.4 !important; color: #FFFFFF !important; margin: 0 !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4) !important;
}
.section-actualite .block-text-owl:not(.block-text-owl-1) a { text-decoration: none !important; color: inherit !important; }

/* ============================================================
   ACTUALITÉS PRESSE
   ============================================================ */
.section-actualite .block-news {
  padding-left: 32px !important;
  border-left: none !important;
}
.section-actualite .item.block-press {
  background: #FFFFFF !important;
  border: none !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 1px 2px rgba(13,25,64,0.04) !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 4px !important;
  transition: border-color .25s ease, box-shadow .25s ease !important;
}
.section-actualite .item.block-press:hover {
  box-shadow: 0 12px 36px rgba(13,25,64,0.12) !important;
}
.section-actualite .item.block-press > div:first-child { padding: 16px 16px 0 !important; }
.section-actualite .item.block-press img {
  width: 100% !important; height: 150px !important;
  object-fit: cover !important; border-radius: 8px !important;
  display: block !important; margin-bottom: 12px !important;
  transition: transform .4s ease !important;
}
.section-actualite .item.block-press:hover img { transform: scale(1.03) !important; }
.section-actualite .item.block-press h4 {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.85rem !important; font-weight: 700 !important;
  line-height: 1.45 !important; color: #0A0B0E !important;
  margin: 0 0 6px 0 !important;
}
.section-actualite .item.block-press p {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.76rem !important; line-height: 1.6 !important;
  color: #5C6470 !important; padding: 0 16px !important; margin: 0 !important;
}
.section-actualite .bg-press { padding: 14px 16px 16px !important; margin-top: auto !important; }
.section-actualite .bg-press .btn.btn-primary {
  font-family: 'Manrope', sans-serif !important;
  font-size: 11px !important; font-weight: 700 !important;
  letter-spacing: 0.1em !important; text-transform: uppercase !important;
  padding: 9px 20px !important; border-radius: 100px !important;
  background: transparent !important;
  border: 1.5px solid #023667 !important;
  color: #023667 !important;
  transition: background .2s, color .2s !important;
}
.section-actualite .bg-press .btn.btn-primary:hover {
  background: #023667 !important; color: #FFFFFF !important;
}

/* OWL DOTS */
.section-actualite .owl-dots { margin-top: 20px !important; }
.section-actualite .owl-dots .owl-dot span {
  width: 8px !important; height: 8px !important; border-radius: 4px !important;
  background: #DEE1E8 !important;
  transition: width .25s ease, background .25s !important;
  margin: 0 4px !important;
}
.section-actualite .owl-dots .owl-dot.active span {
  width: 28px !important; background: #023667 !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Header row: title + CTA side-by-side */
.events-and-blog-area .section-header-row,
.actualites-redesign .section-header-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  flex-wrap: wrap !important;
  margin: 0 0 48px 0 !important;
}
.events-and-blog-area .section-header-row,
.actualites-redesign .section-header-row .section-title {
  margin: 0 !important;
  flex: 1 1 auto !important;
}
.events-and-blog-area .section-header-row,
.actualites-redesign .section-header-row .section-cta {
  flex: 0 0 auto !important;
}

/* Inline arrow inside the section CTA */
.events-and-blog-area .section-cta,
.actualites-redesign .section-cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.events-and-blog-area .section-cta,
.actualites-redesign .section-cta .cta-arr {
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  transition: transform .25s ease !important;
}
.events-and-blog-area .section-cta,
.actualites-redesign .section-cta:hover .cta-arr {
  transform: translateX(4px) !important;
}

@media (max-width: 575px) {
  /* Keep title + CTA side by side on mobile (Agenda / Actualités) */
  .events-and-blog-area .section-header-row,
  .actualites-redesign .section-header-row {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    margin: 0 0 28px 0 !important;
  }
  .events-and-blog-area .section-header-row .section-title,
  .actualites-redesign .section-header-row .section-title {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  .events-and-blog-area .section-header-row .section-cta,
  .actualites-redesign .section-header-row .section-cta {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    /* Compact the CTA on mobile so the larger title keeps its row */
    padding: 12px 18px !important;
    letter-spacing: 0.1em !important;
  }
  /* Larger headline on mobile (Agenda/Calendar + Actualités/News, FR + EN),
     still fits beside the CTA down to ~320px screens */
  .events-and-blog-area .section-header-row .section-title h2,
  .actualites-redesign .section-header-row .section-title h2 {
    font-size: clamp(1.6rem, 7.6vw, 2.6rem) !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 1199px) {
  .events-and-blog-area .event-single { flex: 0 0 calc((100% - 22px) / 2) !important; }
}
@media (max-width: 767px) {
  .events-and-blog-area .section-title h2,
  .section-actualite .section-title h2 { font-size: 2.2rem !important; }
  .events-and-blog-area, .section-actualite { padding: 56px 0 !important; }
  .events-and-blog-area .event-single {
    flex: 0 0 calc(100% - 16px) !important;
    height: 480px !important;
  }
  .events-and-blog-area .event-single .ev-date {
    top: 14px !important;
    right: 14px !important;
    padding: 8px 12px !important;
  }
  .events-and-blog-area .event-single .ev-day { font-size: 1.15rem !important; }
  .events-and-blog-area .event-single .ev-month { font-size: 0.78rem !important; }
  .events-and-blog-area .event-single .ev-title { font-size: 1.2rem !important; }
  .events-and-blog-area .event-single .ev-day { font-size: 1.35rem !important; }
  .events-and-blog-area .event-single .ev-month { font-size: 0.9rem !important; }
  .section-actualite .item.news-background { height: 300px !important; }
  .section-actualite .block-news { border-left: none !important; padding-left: 15px !important; margin-top: 40px !important; }
  .section-actualite .top-section-actualite > .col-md-6.order-2 { padding-right: 15px !important; }
}

/* ============================================================
   ACTUALITÉS — NEW LAYOUT
   ============================================================ */
.actualites-redesign {
  background: #F8F7F4 !important;
  padding: 100px 0 !important;
  margin: 0 !important;
  position: relative !important;
}

.actu-header {
  margin-bottom: 40px !important;
  padding-bottom: 32px !important;
  border-bottom: 1px solid #ECEDEF !important;
}

/* ── FEATURED CARD — full-bleed image, bottom-left overlay ── */
.actu-featured {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: clamp(460px, 58vw, 620px) !important;
  margin: 0 0 64px 0 !important;
  overflow: hidden !important;
  background: #0b3965 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  isolation: isolate !important;
}

.actu-featured .aft-image {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #0b3965 !important;
}
.actu-featured .aft-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform .8s cubic-bezier(0.16,1,0.3,1) !important;
}
.actu-featured:hover .aft-image img {
  transform: scale(1.04) !important;
}

/* Body overlay: positioned bottom-left, gradient anchored to that corner */
.actu-featured .aft-body {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
  max-width: min(620px, 62%) !important;
  padding: 52px 52px 48px 52px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 22px !important;
  background: linear-gradient(135deg,
    rgba(11,57,101,0.96) 0%,
    rgba(11,57,101,0.86) 55%,
    rgba(11,57,101,0.00) 100%) !important;
}

.actu-featured .aft-badge {
  display: inline-flex !important;
  align-items: center !important;
  padding: 7px 14px !important;
  background: #FFFFFF !important;
  color: #0b3965 !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

.actu-featured .aft-title {
  font-family: 'Manrope', sans-serif !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  letter-spacing: -0.025em !important;
  max-width: 620px !important;
}

.actu-featured .aft-cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  transition: gap .25s ease !important;
  margin-top: 6px !important;
}
.actu-featured:hover .aft-cta { gap: 14px !important; }
.actu-featured .aft-arr {
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

/* ── PRESS GRID — image (no radius/border) + fancy big title only ── */
.actu-press-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 28px 24px !important;
}

.actu-press-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  background: transparent !important;
  text-decoration: none !important;
  color: inherit !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  transition: transform .3s ease !important;
}
.actu-press-card:hover {
  transform: translateY(-3px) !important;
}

/* Image — no radius, no border, clean rectangle */
.actu-press-card .apc-image {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  aspect-ratio: 4/3 !important;
  background: #ECEDEF !important;
}
.actu-press-card .apc-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
  transition: transform .6s cubic-bezier(0.16,1,0.3,1) !important;
}
.actu-press-card:hover .apc-image img {
  transform: scale(1.06) !important;
}

/* Body now wraps only the title — keep semantic structure but neutralize spacing */
.actu-press-card .apc-body {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

/* Title — sizable, fancy, single visual element below image */
.actu-press-card .apc-title {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #0A0B0E !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: -0.012em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  transition: color .22s ease !important;
}
.actu-press-card:hover .apc-title {
  color: #0b3965 !important;
}

/* Hide description + CTA — title-only design */
.actu-press-card .apc-desc,
.actu-press-card .apc-cta,
.actu-press-card .apc-arr { display: none !important; }

/* Show only 5 press cards on home */
.actualites-redesign .actu-press-card:nth-child(n+6) {
  display: none !important;
}

/* ── KILL legacy section-actualite styles so they don't leak ── */
.section-actualite { display: none !important; }

/* RESPONSIVE */
@media (max-width: 1199px) {
  .actu-press-grid { grid-template-columns: repeat(3, 1fr) !important; }
  .actualites-redesign .actu-press-card:nth-child(n+4) { display: none !important; }
}
@media (max-width: 767px) {
  .actu-press-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .actualites-redesign .actu-press-card:nth-child(n+5) { display: none !important; }
  .actu-featured { height: 380px !important; }
  .actu-featured .aft-body { padding: 32px !important; max-width: 90% !important; }
}
@media (max-width: 480px) {
  .actualites-redesign { padding: 56px 0 !important; }
  .actu-press-grid { grid-template-columns: 1fr !important; }
  .actualites-redesign .actu-press-card:nth-child(n+4) { display: none !important; }
  .actu-featured { height: 320px !important; }
  .actu-featured .aft-body { padding: 24px !important; gap: 14px !important; }
  .actu-featured .aft-title { font-size: 1.25rem !important; }
}
/* Force-clean the section CTA buttons — no pseudo-element arrows */
.events-and-blog-area .section-cta,
.actualites-redesign .section-cta {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  text-indent: 0 !important;
}
.events-and-blog-area .section-cta::before,
.events-and-blog-area .section-cta::after,
.actualites-redesign .section-cta::before,
.actualites-redesign .section-cta::after,
.events-and-blog-area .section-cta .cta-label::before,
.events-and-blog-area .section-cta .cta-label::after,
.actualites-redesign .section-cta .cta-label::before,
.actualites-redesign .section-cta .cta-label::after {
  content: none !important;
  display: none !important;
}
.events-and-blog-area .section-cta .cta-label,
.actualites-redesign .section-cta .cta-label {
  display: inline-block !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}
/* ============================================================
   ACTUALITÉS — NEWS ROW (matching featured card style, mini)
   ============================================================ */
.actu-news-row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 22px !important;
  margin: 0 !important;
}

.actu-news-card {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 340px !important;
  overflow: hidden !important;
  text-decoration: none !important;
  color: inherit !important;
  background: #0b3965 !important;
  isolation: isolate !important;
  transition: box-shadow .3s ease !important;
}
.actu-news-card:hover {
  box-shadow: 0 14px 38px rgba(11,57,101,0.20) !important;
}

.actu-news-card .anc-image {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #0b3965 !important;
}
.actu-news-card .anc-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform .7s cubic-bezier(0.16,1,0.3,1) !important;
}
.actu-news-card:hover .anc-image img {
  transform: scale(1.06) !important;
}

/* Body overlay — bottom-left, diagonal gradient (same language as featured) */
.actu-news-card .anc-body {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
  width: 100% !important;
  padding: 32px 22px 22px 22px !important;
  background: linear-gradient(180deg,
    rgba(11,57,101,0.00) 0%,
    rgba(11,57,101,0.10) 30%,
    rgba(11,57,101,0.70) 65%,
    rgba(11,57,101,0.96) 100%) !important;
  text-align: left !important;
}

.actu-news-card .anc-title {
  font-family: 'Manrope', sans-serif !important;
  font-size: clamp(1.15rem, 1.45vw, 1.4rem) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: -0.015em !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.3) !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Hide the press grid on home — articles preserved in DOM */
.actualites-redesign .actu-press-grid { display: none !important; }

/* Responsive news row */
@media (max-width: 991px) {
  .actu-news-row { grid-template-columns: repeat(2, 1fr) !important; gap: 18px !important; }
}
@media (max-width: 575px) {
  .actu-news-row { grid-template-columns: 1fr !important; gap: 16px !important; }
  .actu-news-card { height: 240px !important; }
}

}

/* ============================================================
   CONTACT SECTION — wm-ourhistory-full polish v3
   Uses CSS Grid + guaranteed navy overlay
   ============================================================ */

/* === Section wrapper — full-width with guaranteed navy === */
.wm-main-section.wm-ourhistory-full {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 120px 0 !important;
  background: #0b3965 !important;
  background-color: #0b3965 !important;
  background-image: none !important;
  overflow: hidden !important;
  text-align: left !important;
  isolation: isolate !important;
}

/* Solid navy overlay — guaranteed to mask any original background */
.wm-main-section.wm-ourhistory-full::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, #0b3965 0%, #023667 55%, #011d3b 100%) !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

/* Decorative top hairline */
.wm-main-section.wm-ourhistory-full::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: calc(100% - 60px) !important;
  max-width: 1140px !important;
  height: 1px !important;
  background: rgba(255,255,255,0.12) !important;
  z-index: 2 !important;
}

/* Kill legacy faded overlay */
.wm-main-section.wm-ourhistory-full .wm-light-transparent {
  display: none !important;
}

/* === Row → CSS Grid (defeats any flex weirdness) === */
.wm-main-section.wm-ourhistory-full > .row.history-row {
  display: grid !important;
  grid-template-columns: 5fr 7fr !important;
  gap: 56px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  position: relative !important;
  z-index: 1 !important;
  flex-direction: initial !important;
}

/* Bootstrap columns inside grid — neutralize their own widths/padding */
.wm-main-section.wm-ourhistory-full > .row.history-row > .col-md-5,
.wm-main-section.wm-ourhistory-full > .row.history-row > .col-md-7 {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  text-align: left !important;
  position: relative !important;
}

/* === LEFT: brand block === */
.wm-main-section.wm-ourhistory-full .wm-history-list {
  text-align: left !important;
  overflow: visible !important;
  padding: 0 !important;
}
.wm-main-section.wm-ourhistory-full .wm-history-list .text-center {
  text-align: left !important;
}
.wm-main-section.wm-ourhistory-full .wm-history-list img {
  display: block !important;
  width: 260px !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 0 32px 0 !important;
  filter: none !important;
  -webkit-filter: none !important;
  animation: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.wm-main-section.wm-ourhistory-full .wm-history-list br {
  display: none !important;
}
.wm-main-section.wm-ourhistory-full .wm-history-list p {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
  color: rgba(255,255,255,0.86) !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0.005em !important;
}

/* === RIGHT: form block === */
.wm-main-section.wm-ourhistory-full .wm-subscribe-form,
.wm-main-section.wm-ourhistory-full .wm-subscribe-form *,
.wm-main-section.wm-ourhistory-full #home-contact,
.wm-main-section.wm-ourhistory-full #home-contact * {
  text-align: left !important;
  border-color: transparent !important;
}
.wm-main-section.wm-ourhistory-full .wm-subscribe-form,
.wm-main-section.wm-ourhistory-full #home-contact,
.wm-main-section.wm-ourhistory-full #home-contact > .row,
.wm-main-section.wm-ourhistory-full #home-contact > .row > div {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Fancy big title — Manrope 800 with a colored accent underscore */
.wm-main-section.wm-ourhistory-full .wm-subscribe-form h2 {
  font-family: 'Manrope', sans-serif !important;
  font-size: clamp(2rem, 3vw, 3rem) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  color: #FFFFFF !important;
  margin: 0 0 16px 0 !important;
  padding: 0 0 18px 0 !important;
  letter-spacing: -0.025em !important;
  text-align: left !important;
  text-transform: none !important;
  position: relative !important;
}
.wm-main-section.wm-ourhistory-full .wm-subscribe-form h2::before {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 56px !important;
  height: 3px !important;
  background: #FFFFFF !important;
  border-radius: 2px !important;
}
.wm-main-section.wm-ourhistory-full .wm-subscribe-form > p {
  display: none !important;
}
.wm-main-section.wm-ourhistory-full .wm-subscribe-form h2::after {
  content: 'Notre équipe vous répondra dans les plus brefs délais.' !important;
  display: block !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.005em !important;
  color: rgba(255,255,255,0.72) !important;
  margin-top: 18px !important;
  padding: 0 !important;
  line-height: 1.55 !important;
  text-align: left !important;
  text-transform: none !important;
  position: static !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
}

/* Form row — 3 inputs + submit, inline */
.wm-main-section.wm-ourhistory-full #home-contact {
  margin: 36px 0 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
  display: block !important;
}
.wm-main-section.wm-ourhistory-full #home-contact > .row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
  gap: 22px 24px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wm-main-section.wm-ourhistory-full #home-contact > .row > .col-md-3 {
  flex: 1 1 calc((100% - 72px) / 4) !important;
  min-width: 140px !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
}
.wm-main-section.wm-ourhistory-full #home-contact > .row > .col-md-3:last-child {
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

/* Underline inputs */
.wm-main-section.wm-ourhistory-full #home-contact input[type="text"],
.wm-main-section.wm-ourhistory-full #home-contact input[type="email"] {
  display: block !important;
  width: 100% !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.32) !important;
  border-radius: 0 !important;
  color: #FFFFFF !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  padding: 14px 0 !important;
  margin: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color .25s ease !important;
}
.wm-main-section.wm-ourhistory-full #home-contact input[type="text"]:focus,
.wm-main-section.wm-ourhistory-full #home-contact input[type="email"]:focus {
  border-bottom-color: #FFFFFF !important;
}
.wm-main-section.wm-ourhistory-full #home-contact input::placeholder {
  color: rgba(255,255,255,0.50) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

/* Submit button — solid white pill */
.wm-main-section.wm-ourhistory-full #home-contact input[type="submit"],
.wm-main-section.wm-ourhistory-full #home-contact #submitcontact {
  width: auto !important;
  min-width: 200px !important;
  display: inline-block !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #0b3965 !important;
  border: 2px solid #FFFFFF !important;
  border-radius: 0 !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  padding: 15px 28px !important;
  margin: 0 !important;
  cursor: pointer !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: background .22s ease, color .22s ease, transform .22s ease !important;
  white-space: nowrap !important;
}
.wm-main-section.wm-ourhistory-full #home-contact input[type="submit"]:hover,
.wm-main-section.wm-ourhistory-full #home-contact #submitcontact:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
}

/* === Legal block (only the row without an id) === */
.wm-main-section.wm-ourhistory-full > .row.history-row > .col-md-7 > .row:not([id]) {
  display: block !important;
  margin: 28px 0 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.wm-main-section.wm-ourhistory-full > .row.history-row > .col-md-7 > .row:not([id]) > .col-md-12 {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

/* Show only the CGU checkbox label — hide the marketing-info labels */
.wm-main-section.wm-ourhistory-full label[for="cguCheckBox"] {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: rgba(255,255,255,0.80) !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  text-align: left !important;
}
.wm-main-section.wm-ourhistory-full label[for="cguCheckBox"]:nth-of-type(2),
.wm-main-section.wm-ourhistory-full label[for="cguCheckBox"]:nth-of-type(3) {
  display: none !important;
}

.wm-main-section.wm-ourhistory-full .cguCheckBox,
.wm-main-section.wm-ourhistory-full input[type="checkbox"] {
  width: 14px !important;
  height: 14px !important;
  margin: 0 8px 0 0 !important;
  accent-color: #FFFFFF !important;
  vertical-align: middle !important;
}
.wm-main-section.wm-ourhistory-full .link_plus {
  color: #FFFFFF !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(255,255,255,0.5) !important;
  text-underline-offset: 3px !important;
  font-weight: 500 !important;
  transition: text-decoration-color .22s ease !important;
}
.wm-main-section.wm-ourhistory-full .link_plus:hover {
  text-decoration-color: #FFFFFF !important;
}

/* === Status message rows — keep their inline display:none === */
.wm-main-section.wm-ourhistory-full #messageok,
.wm-main-section.wm-ourhistory-full #messageerror,
.wm-main-section.wm-ourhistory-full #cguMessageError,
.wm-main-section.wm-ourhistory-full #messageerror2 {
  margin: 16px 0 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* === Responsive === */
@media (max-width: 768px) {
  .wm-main-section.wm-ourhistory-full { padding: 72px 0 !important; }
  .wm-main-section.wm-ourhistory-full > .row.history-row {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }
  .wm-main-section.wm-ourhistory-full #home-contact > .row > .col-md-3 {
    flex: 1 1 100% !important;
  }
}
@media (max-width: 575px) {
  .wm-main-section.wm-ourhistory-full { padding: 56px 0 !important; }
  .wm-main-section.wm-ourhistory-full .wm-history-list img { width: 220px !important; margin-bottom: 24px !important; }
  .wm-main-section.wm-ourhistory-full > .row.history-row { padding: 0 20px !important; gap: 36px !important; }
}

/* ============================================================
   UIR · CONTACT v2 — full-bleed bg + floating card on right
   ============================================================ */

.uir-contact {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 56px 0 0 0;
  padding: 0;
  background-color: #F4F2EE;
  overflow-x: clip;
  overflow-y: visible;
  font-family: 'Manrope', sans-serif;
  color: #FFFFFF;
}

@media (max-width: 991px) { .uir-contact { margin-top: 40px; } }
@media (max-width: 575px) { .uir-contact { margin-top: 28px; } }

.uir-contact .uir-contact-stage {
  display: grid;
  grid-template-columns: 1fr min(560px, 100%);
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  gap: 0;
  position: relative;
  min-height: 720px;
}

/* === The navy card sits at the END of the row (RIGHT, fixed width) === */
.uir-contact .uir-contact-card {
  grid-column: 2;
  position: relative;
  background: #0b3965;
  background-image: linear-gradient(180deg, #0b3965 0%, #052a4d 100%);
  color: #FFFFFF;
  padding: 140px 56px 56px 56px;
  min-height: 100%;
  isolation: isolate;
  box-shadow: none;
}

/* === The visual panel takes the LEFT 1fr (fills the rest of the row) === */
.uir-contact .uir-contact-visual {
  grid-column: 1;
  position: relative;
  background-image: url('/assets/_resources/img/gallerie/gallery_0012_IMG_E8535.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0b3965;
  min-height: 100%;
  overflow: hidden;
}

/* Soft tint so the photo carries the brand navy and reads as part of the same composition */
.uir-contact .uir-contact-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11,57,101,0.25) 0%, rgba(11,57,101,0) 60%);
  pointer-events: none;
}

/* === LOGO floats half above the card, centered === */
.uir-contact .uir-contact-logo-frame {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  background: #023667;
  background-image: linear-gradient(180deg, #023667 0%, #0b3965 100%);
  padding: 28px 24px 32px 24px;
  z-index: 3;
  box-shadow: 0 22px 50px rgba(0,0,0,0.32);
  border-bottom: 4px solid #F5CC2E;
}

.uir-contact .uir-contact-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
  filter: none;
  -webkit-filter: none;
}

/* === Body === */
.uir-contact .uir-contact-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.uir-contact .uir-contact-eyebrow {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: white;
  margin: 0 0 4px 0;
  display: block;
}

.uir-contact .uir-contact-title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.9rem, 2.4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #FFFFFF;
  margin: 0;
}

.uir-contact .uir-contact-sub {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255,255,255,0.78);
  margin: 0 0 12px 0;
}

/* === Form === */
.uir-contact .uir-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 8px 0 0 0;
  padding: 0;
}

.uir-contact .uir-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.uir-contact .uir-field label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: white;
}
.uir-contact .uir-field input {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid rgba(255,255,255,0.30);
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.005em;
  padding: 12px 0;
  margin: 0;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color .25s ease;
}
.uir-contact .uir-field input:focus { border-bottom-color: #FFFFFF; }
.uir-contact .uir-field input::placeholder {
  color: rgba(255,255,255,0.38);
  font-weight: 400;
}

/* CGU check */
.uir-contact .uir-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 6px 0 0 0;
  padding: 0;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255,255,255,0.75);
}
.uir-contact .uir-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0 0;
  accent-color: #FFFFFF;
  flex-shrink: 0;
  cursor: pointer;
}
.uir-contact .uir-check .link_plus {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.5);
  text-underline-offset: 3px;
  font-weight: 600;
  transition: text-decoration-color .22s ease;
}
.uir-contact .uir-check .link_plus:hover { text-decoration-color: #FFFFFF; }

/* Submit */
.uir-contact .uir-submit {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #FFFFFF;
  color: #0b3965;
  border: 2px solid #FFFFFF;
  border-radius: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 20px 28px;
  margin: 14px 0 0 0;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: background .22s ease, color .22s ease, transform .22s ease, gap .22s ease, box-shadow .22s ease;
  white-space: nowrap;
}
.uir-contact .uir-submit:hover {
  background: transparent;
  color: #FFFFFF;
  transform: translateY(-2px);
  gap: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}
.uir-contact .uir-submit-arrow {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

/* Foot row: contact info */
.uir-contact .uir-contact-foot {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.14);
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255,255,255,0.78);
  flex-wrap: wrap;
}
.uir-contact .uir-contact-foot a {
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: -0.005em;
  transition: opacity .22s ease;
}
.uir-contact .uir-contact-foot a:hover { opacity: 0.7; }
.uir-contact .uir-dot {
  color: rgba(255,255,255,0.35);
  font-size: 0.7rem;
}

/* Status messages */
.uir-contact .uir-msg {
  margin-top: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.uir-contact .uir-msg-ok span { color: #6EE7B7; }
.uir-contact .uir-msg-err span { color: #FCA5A5; }

/* === Responsive === */
@media (max-width: 991px) {
  .uir-contact .uir-contact-stage {
    grid-template-columns: 1fr;
    padding: 0;
    min-height: auto;
    gap: 48px 0;
  }
  .uir-contact .uir-contact-card,
  .uir-contact .uir-contact-visual {
    grid-column: 1;
  }
  .uir-contact .uir-contact-visual {
    min-height: 320px;
  }

  /* Logo keeps floating like on desktop */
  .uir-contact .uir-contact-logo-frame {
    width: 160px;
    height: 160px;
    padding: 22px;
  }
  .uir-contact .uir-contact-card {
    padding: 120px 36px 44px 36px;
  }

  /* Drop the cleaver clip-path on small overlays — straight rectangle reads cleaner */
  .uir-contact .uir-contact-overlay {
    padding: 32px 28px 28px 28px;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .uir-contact .uir-contact-headline { font-size: clamp(1.6rem, 5vw, 2.2rem); }
}

@media (max-width: 575px) {
  .uir-contact .uir-contact-stage { gap: 40px 0; }
  .uir-contact .uir-contact-card { padding: 108px 22px 36px 22px; }
  .uir-contact .uir-contact-logo-frame { width: 140px; height: 140px; padding: 18px; }
  .uir-contact .uir-contact-visual { min-height: 240px; }
  .uir-contact .uir-contact-overlay { padding: 24px 22px 22px 22px; gap: 12px; }
  .uir-contact .uir-contact-headline { font-size: 1.45rem; }
  .uir-contact .uir-contact-badge { font-size: 10px; padding: 7px 12px; }
}
/* === Visual overlay — same language as .actu-featured (press highlight) === */
.uir-contact .uir-contact-visual {
  position: relative;
}

.uir-contact .uir-contact-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  max-width: none;
  padding: 64px 140px 56px 56px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 22px;
  background: linear-gradient(115deg,
    rgba(11,57,101,0.96) 0%,
    rgba(11,57,101,0.92) 55%,
    rgba(11,57,101,0.78) 100%);
  /* Cleaver-shaped right edge — straight top, angled-down right edge */
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 110px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 110px) 100%, 0 100%);
}

.uir-contact .uir-contact-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: #FFFFFF;
  color: #0b3965;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1;
}

.uir-contact .uir-contact-headline {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.028em;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
  width: 100%;
  max-width: none;
  display: block;
}

.uir-contact .uir-contact-badge {
  align-self: flex-start;
}

@media (max-width: 991px) {
  .uir-contact .uir-contact-overlay {
    padding: 40px 80px 36px 32px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
  }
  .uir-contact .uir-contact-headline { font-size: clamp(1.7rem, 5vw, 2.4rem); }
}
@media (max-width: 575px) {
  .uir-contact .uir-contact-overlay {
    padding: 28px 40px 24px 22px;
    gap: 14px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
  }
}
/* ============================================================
   CAMPUS + FOOTER SHELL — rounded top, side gutters
   ============================================================ */

/* The "frame" behind the shell — provides the contrast needed for
   the rounded top corners to be visible (the body would otherwise
   be white-on-white). */
.campus-footer-shell {
  margin: 56px 32px 0 32px;
  padding: 0;
  background: #023667;
  position: relative;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}

/* Gallery: white card, top edge inherits the shell's rounded clipping */
.campus-footer-shell .gallery {
  background: #FFFFFF !important;
  margin: 0 !important;
  border-radius: 0 !important;
  position: relative;
  z-index: 1;
}

/* Navy body provides the contrast for the rounded shell corners */

.campus-footer-shell .gallery .container {
  max-width: 1280px !important;
}

/* "Vie dans le Campus" title — same style as Actualités */
.campus-footer-shell .gallery .section-title {
  display: block !important;
  text-align: left !important;
  padding: 0 !important;
  margin: 0 0 48px 0 !important;
  border: none !important;
  width: 100% !important;
  float: none !important;
  background: transparent !important;
  box-sizing: border-box !important;
}


.campus-footer-shell .gallery .section-title p { display: none !important; }

/* Footer flush against gallery — no gap, no rounded top */
.campus-footer-shell footer {
  background: #023667;
  border-radius: 0 !important;
  position: relative;
  padding-top: 64px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.campus-footer-shell .gallery {
  margin-bottom: 0 !important;
}

/* === FOOTER JOIN — inline below contact email in column 1 === */
.campus-footer-shell .footer-join {
  margin: 24px 0 0 0 !important;
  padding: 24px 0 0 0 !important;
  border-top: 1px solid rgba(255,255,255,0.10) !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}
.campus-footer-shell .footer-join .ucf-social-icons {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 0 !important;
}
.campus-footer-shell .footer-join .ucf-social-icons a.ucf-social-link {
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.08) !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  transition: background .22s ease, transform .22s ease !important;
}
.campus-footer-shell .footer-join .ucf-social-icons a.ucf-social-link:hover {
  background: #FFFFFF !important;
  color: #023667 !important;
  transform: translateY(-2px) !important;
}
.campus-footer-shell .footer-join .ucf-social-icons a.ucf-social-link span,
.campus-footer-shell .footer-join .ucf-social-icons a.ucf-social-link i {
  font-size: 16px !important;
  color: inherit !important;
  background: transparent !important;
}
.campus-footer-shell .footer-join .ucf-social-icons a.btn-twitter svg {
  width: 18px !important;
  height: 18px !important;
  background: transparent !important;
  color: #FFFFFF !important;
}
.campus-footer-shell .footer-join .ucf-social-icons a.ucf-social-link:hover svg path {
  fill: #023667 !important;
}

/* Cream backdrop strip — extends full-width of the page behind the shell so the rounded corners pop */
body::before {
  content: none;
}

/* Responsive */
@media (max-width: 991px) {
  .campus-footer-shell { margin: 40px 20px 0 20px; border-radius: 22px 22px 0 0; }
  .campus-footer-shell .gallery { padding: 56px 0 56px 0 !important; }
  .campus-footer-shell footer { padding-top: 48px !important; }
  .campus-footer-shell .footer-join { justify-content: flex-start !important; }
}
@media (max-width: 575px) {
  .campus-footer-shell { margin: 28px 12px 0 12px; border-radius: 18px 18px 0 0; }
  .campus-footer-shell .gallery .section-title h2 { font-size: clamp(1.8rem, 7vw, 2.4rem) !important; }
}
/* Cream contrast band behind the shell — page bg shows through the rounded corners */
.campus-footer-shell {
  position: relative;
}
.campus-footer-shell::after {
  content: none;
}

html, body { background-color: #FFFFFF !important; }

/* Make sure earlier sections that should be white keep their own bg */
.actualites-redesign { background: #003a70  !important; }
/* === Vie dans le Campus title — navy #0b3965 (per request) === */
.campus-footer-shell .gallery .section-title h2 {
  color: #0b3965 !important;
}
.campus-footer-shell .gallery .section-title h2::after {
  background: #0b3965 !important;
}
/* ============================================================
   FOOTER — column titles, full-width container, inline social
   ============================================================ */

/* Footer container — wider, more breathing room */
.campus-footer-shell footer.pt80 > .container {
  max-width: 1400px !important;
  width: 100% !important;
  padding-left: 64px !important;
  padding-right: 64px !important;
}

/* Footer columns: link list spacing + colors */
.campus-footer-shell footer .row.mt80.mb60 {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}

.campus-footer-shell footer ul.list-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.campus-footer-shell footer ul.list-links li {
  margin: 0 0 10px 0 !important;
  list-style: none !important;
}

/* === COLUMN TITLES — styled exactly like Vie dans le Campus / Actualités === */
.campus-footer-shell footer ul.list-links li > h3,
.campus-footer-shell footer ul.list-links li > h3 strong {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.025em !important;
  color: #FFFFFF !important;
  text-transform: none !important;
  text-align: left !important;
  margin: 0 0 24px 0 !important;
  padding: 0 0 14px 0 !important;
  display: inline-block !important;
  width: auto !important;
  background: transparent !important;
  position: relative !important;
  animation: none !important;
  visibility: visible !important;
}
.campus-footer-shell footer ul.list-links li > h3::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 48px !important;
  height: 3px !important;
  background: #FFFFFF !important;
  border-radius: 2px !important;
}

.campus-footer-shell footer ul.list-links li:first-child {
  margin-bottom: 8px !important;
}



/* Link rows */
.campus-footer-shell footer ul.list-links li a {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  color: rgba(255,255,255,0.78) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: color .22s ease, gap .22s ease !important;
}
.campus-footer-shell footer ul.list-links li a:hover {
  color: #FFFFFF !important;
  gap: 12px !important;
}
.campus-footer-shell footer ul.list-links li a i.fa-angle-right {
  color: rgba(255,255,255,0.55) !important;
  transition: color .22s ease !important;
}
.campus-footer-shell footer ul.list-links li a:hover i.fa-angle-right {
  color: #FFFFFF !important;
}

/* Column 1 (logo + address) — full width text */
.campus-footer-shell footer .logo-blanc-footer {
  width: 100% !important;
}
.campus-footer-shell footer .logo-blanc-footer img {
  width: 200px !important;
  height: auto !important;
  margin-bottom: 24px !important;
}
.campus-footer-shell footer .logo-blanc-footer ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.campus-footer-shell footer .logo-blanc-footer ul li {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: rgba(255,255,255,0.82) !important;
  margin: 0 0 12px 0 !important;
  letter-spacing: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
.campus-footer-shell footer .logo-blanc-footer ul li i {
  color: rgba(255,255,255,0.55) !important;
  margin-top: 4px !important;
  flex-shrink: 0 !important;
}

/* Footer copyright bar */
.campus-footer-shell footer .footer-bar {
  border-top: 1px solid rgba(255,255,255,0.10) !important;
  padding: 28px 0 32px 0 !important;
  margin-top: 0 !important;
}
.campus-footer-shell footer .footer-bar > .container {
  max-width: 1400px !important;
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.campus-footer-shell footer .footer-bar p {
  font-family: 'Manrope', sans-serif !important;
  color: rgba(255,255,255,0.65) !important;
  margin: 0 !important;
}
.campus-footer-shell footer .footer-bar p a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.campus-footer-shell footer .footer-bar ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 24px !important;
}
.campus-footer-shell footer .footer-bar ul li a {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.75) !important;
  text-decoration: none !important;
  transition: color .22s ease !important;
}
.campus-footer-shell footer .footer-bar ul li a:hover {
  color: #FFFFFF !important;
}

/* Responsive footer */
@media (max-width: 991px) {
  .campus-footer-shell footer.pt80 > .container,
  .campus-footer-shell footer .footer-bar > .container {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .campus-footer-shell footer .footer-bar ul {
    justify-content: flex-start !important;
    margin-top: 14px !important;
  }
}
@media (max-width: 575px) {
  .campus-footer-shell footer.pt80 > .container,
  .campus-footer-shell footer .footer-bar > .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .campus-footer-shell footer.pt80 { padding-top: 56px !important; }
}
/* Fancy white centered divider between gallery and footer — no space added */
.campus-footer-shell .gallery::after {
  content: '';
  display: block;
  width: 120px;
  height: 1px;
  margin: 0 auto;
  background: rgba(255,255,255,0.45);
}
/* ============================================================
   DRAG CURSOR — appears over hero slideshow & gallery
   ============================================================ */
.drag-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  margin-top: -55px;    /* center vertically on cursor */
  margin-left: 22px;    /* sit just to the right of cursor */
  border-radius: 50%;
  background: #0A0B0E;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transform: scale(0.4);
  transform-origin: left center;
  transition:
    opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.42s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: top, left, opacity, transform;
  box-shadow: 0 12px 32px rgba(0,0,0,0.28);
}

.drag-cursor .drag-cursor-text {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #FFFFFF;
  user-select: none;
  pointer-events: none;
}

.drag-cursor.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* Grab cursor on the carousel wrapper only — Owl swaps .owl-grab during drag.
   Descendants keep their natural cursors (links/buttons stay clickable). */
.slider.owl-carousel,
.gallery-carousel {
  cursor: grab;
  cursor: -webkit-grab;
}
.slider.owl-carousel.owl-grab,
.gallery-carousel.owl-grab,
.slider.owl-carousel:active,
.gallery-carousel:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* Disable badge on touch devices */
@media (hover: none) {
  .drag-cursor { display: none !important; }
}
/* ============================================================
   SCROLL REVEAL — Agenda & Actualités (motion only — bg untouched)
   Bidirectional: animates on scroll-down AND scroll-up
   ============================================================ */

/* Header row: starts faded down, slides up + fades in */
.events-and-blog-area.is-reveal-ready .section-header-row,
.actualites-redesign.is-reveal-ready .actu-header {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition:
    opacity   0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.events-and-blog-area.is-revealed .section-header-row,
.actualites-redesign.is-revealed .actu-header {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Cards: staggered fade + slide up */
.events-and-blog-area.is-reveal-ready .event-single,
.actualites-redesign.is-reveal-ready .actu-featured,
.actualites-redesign.is-reveal-ready .actu-news-card,
.actualites-redesign.is-reveal-ready .actu-press-card {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition:
    opacity   0.95s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.1s  cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

/* AGENDA — stagger */
.events-and-blog-area.is-revealed .event-single {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.events-and-blog-area.is-revealed .event-single:nth-child(1) { transition-delay: 0.12s; }
.events-and-blog-area.is-revealed .event-single:nth-child(2) { transition-delay: 0.20s; }
.events-and-blog-area.is-revealed .event-single:nth-child(3) { transition-delay: 0.28s; }
.events-and-blog-area.is-revealed .event-single:nth-child(4) { transition-delay: 0.36s; }
.events-and-blog-area.is-revealed .event-single:nth-child(5) { transition-delay: 0.44s; }

/* ACTUALITÉS — stagger */
.actualites-redesign.is-revealed .actu-featured {
  opacity: 1; transform: translate3d(0, 0, 0); transition-delay: 0.10s;
}
.actualites-redesign.is-revealed .actu-news-card {
  opacity: 1; transform: translate3d(0, 0, 0);
}
.actualites-redesign.is-revealed .actu-news-card:nth-child(1) { transition-delay: 0.22s; }
.actualites-redesign.is-revealed .actu-news-card:nth-child(2) { transition-delay: 0.30s; }
.actualites-redesign.is-revealed .actu-news-card:nth-child(3) { transition-delay: 0.38s; }
.actualites-redesign.is-revealed .actu-news-card:nth-child(4) { transition-delay: 0.46s; }
.actualites-redesign.is-revealed .actu-press-card {
  opacity: 1; transform: translate3d(0, 0, 0); transition-delay: 0.55s;
}

@media (prefers-reduced-motion: reduce) {
  .events-and-blog-area.is-reveal-ready *,
  .actualites-redesign.is-reveal-ready * {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
/* === Mobile gallery — kill excess top space === */
@media (max-width: 991px) {
  .campus-footer-shell .gallery { padding: 28px 0 32px 0 !important; }
  .campus-footer-shell .gallery .container { padding-top: 0 !important; padding-bottom: 0 !important; }
  .campus-footer-shell .gallery .container > .row,
  .campus-footer-shell .gallery .container > .row > .col,
  .campus-footer-shell .gallery .container > .row > [class*="col-"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .campus-footer-shell .gallery .section-title {
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
  }
  .campus-footer-shell .gallery .section-title h2 {
    margin: 0 !important;
    padding: 0 0 10px 0 !important;
  }
}
@media (max-width: 575px) {
  .campus-footer-shell .gallery { padding: 22px 0 28px 0 !important; }
  .campus-footer-shell .gallery .section-title { margin: 0 0 18px 0 !important; }
}
/* ============================================================
   FOOTER COPYRIGHT BAR — fixed-bottom layout for desktop & mobile
   ============================================================ */
.campus-footer-shell footer .footer-bar {
  background: #022d54;
}
.campus-footer-shell footer .footer-bar > .container > .row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  margin: 0 !important;
}
.campus-footer-shell footer .footer-bar > .container > .row > .col-md-4 {
  flex: 0 0 33.333% !important;
  max-width: 33.333% !important;
  text-align: left !important;
  padding-left: 0 !important;
}
.campus-footer-shell footer .footer-bar > .container > .row > .col-md-8 {
  flex: 0 0 66.667% !important;
  max-width: 66.667% !important;
  padding-right: 0 !important;
}
.campus-footer-shell footer .footer-bar > .container > .row > .col-md-8 ul {
  display: flex !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Mobile: legal links on top, copyright stuck at the bottom — all LEFT aligned */
@media (max-width: 991px) {
  .campus-footer-shell footer .footer-bar > .container > .row {
    flex-direction: column-reverse !important;
    align-items: stretch !important;
    text-align: left !important;
    gap: 20px !important;
    padding: 8px 0 !important;
  }
  .campus-footer-shell footer .footer-bar > .container > .row > .col-md-4,
  .campus-footer-shell footer .footer-bar > .container > .row > .col-md-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    text-align: left !important;
  }
  .campus-footer-shell footer .footer-bar p {
    text-align: left !important;
    width: 100% !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(255,255,255,0.10) !important;
  }
  .campus-footer-shell footer .footer-bar ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
  }
  .campus-footer-shell footer .footer-bar ul li {
    text-align: left !important;
    width: 100% !important;
  }
}

/* ============================================================
   LEGACY HEADER / MOBILE MENU SUPPRESSION
   The new mega-menu.js auto-injects #uir-bar / #uir-mob-panel
   etc. Hide every leftover header markup from the original
   scrape so the new bar is the only nav on the page.
   ============================================================ */
body > header,
body > #header_mobile,
body > .navbar,
body > .navbar-default,
body > .mobile-navigation,
body > #desktop-nav,
body > #mobile-nav,
body > nav.main-nav,
.hamburger-menu,
.head-mobile-wrapper,
.menu-mobile-wrapper,
.mob-menu,
#offcanvas {
  display: none !important;
  visibility: hidden !important;
}

/* The original scrape sometimes wraps the header in a generic shell.
   Catch the most common ones too. */
body > header *,
body > #header_mobile * {
  pointer-events: none !important;
}
