/* ==========================================================================
   ISSEP KSAR SAÏD — Feuille de style additionnelle — VERSION 2
   Même template (structure HTML, JS, principes) que la V1, design contrasté
   et indépendant : orange dominant, angles francs, alignements à gauche,
   typographie condensée "affiche sportive". Ne dépend pas de custom.css.
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800;900&family=Cairo:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap");

/* --------------------------------------------------------------------------
   1. THEME TOKENS
   -------------------------------------------------------------------------- */
:root{
  --issep2-orange:      #ffab07;
  --issep2-orange-dark: #cc8906;
  --issep2-orange-tint: #fff4de;
  --issep2-black:       #003968;
  --issep2-black-soft:  #024b86;
  --issep2-cream:       #f7f4ef;
  --issep2-ink:         #201d18;
  --issep2-gray:        #746c5f;
  --issep2-line:        #e6e0d4;
  --issep2-blue:        #16324a;

  /* Pilote le template Dreams LMS */
  --primary: var(--issep2-orange);
  --primary-hover: var(--issep2-orange-dark);
  --secondary: var(--issep2-blue);
  --secondary-hover: #0f2334;
  --light: var(--issep2-cream);

  /* Pilote Bootstrap */
  --bs-primary: var(--issep2-orange);
  --bs-primary-rgb: 255,171,7;
  --bs-secondary: var(--issep2-blue);
  --bs-link-color: var(--issep2-orange);
  --bs-link-hover-color: var(--issep2-black);
  --bs-body-font-family: "Inter", sans-serif;
  --issep2-heading-font: "Poppins", sans-serif;
}
html[lang="ar"] body{ --issep2-heading-font: "Cairo","Poppins",sans-serif; }

/* --------------------------------------------------------------------------
   2. BASE
   -------------------------------------------------------------------------- */
body{
  font-family: var(--bs-body-font-family);
  color: var(--issep2-ink);
  background: var(--issep2-cream);
}
h1,h2,h3,h4,h5,h6{
  font-family: var(--issep2-heading-font);
  font-weight: 700;
  color: var(--issep2-black);
  letter-spacing: 0;
}
a{ transition: all .2s ease; }
::selection{ background: var(--issep2-black); color: var(--issep2-orange); }

.issep-eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
  font-family: var(--issep2-heading-font);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--issep2-orange);
  margin-bottom: 14px;
}
.issep-eyebrow::before{ content:""; width:34px; height:4px; background:var(--issep2-orange); display:inline-block; }
.issep-eyebrow i{ display:none; }

.issep-section-head{ max-width: 720px; margin-bottom: 44px; text-align: left !important; margin-left:0 !important; }
.issep-section-head.text-center{ margin-inline:0; }
.issep-section-head h2{
  font-size: 44px;
  line-height: 1.05;
  margin-bottom: 16px;
  border-left: 6px solid var(--issep2-orange);
  padding-left: 18px;
}
.issep-section-head p{ color: var(--issep2-gray); font-size: 16px; margin-bottom:0; font-family:"Inter",sans-serif; text-transform:none; letter-spacing:0; padding-left:18px; }
.issep-section-head .issep-head-row{ display:flex; align-items:flex-end; justify-content:space-between; gap:24px; flex-wrap:wrap; }

section{ position: relative; }
.issep-py{ padding: 96px 0; }
@media(max-width:991px){ .issep-py{ padding: 64px 0; } }

.bg-issep-light{ background: #efe9dd; }
.bg-issep-navy{ background: var(--issep2-black); }
.bg-issep-blue{ background: var(--issep2-blue); }

/* Buttons ------------------------------------------------------------- */
.btn{ font-family: var(--issep2-heading-font); font-weight: 700; text-transform:uppercase; letter-spacing:.04em; border-radius:0 !important; }
.btn-issep-primary,
.btn-issep-orange{
  background: var(--issep2-orange);
  border: 2px solid var(--issep2-orange);
  color:#fff;
  padding: 14px 30px;
  display:inline-flex; align-items:center; gap:10px;
}
.btn-issep-primary:hover, .btn-issep-orange:hover{ background: var(--issep2-black); border-color: var(--issep2-black); color:#fff; }
.btn-issep-outline{
  background: transparent; border: 2px solid rgba(255,255,255,.6); color:#fff;
  padding: 14px 30px; display:inline-flex; align-items:center; gap:10px;
}
.btn-issep-outline:hover{ background:#fff; color: var(--issep2-black); border-color:#fff; }
.btn-issep-outline-blue{
  background: transparent; border: 2px solid var(--issep2-black); color: var(--issep2-black);
  padding: 14px 30px; display:inline-flex; align-items:center; gap:10px;
}
.btn-issep-outline-blue:hover{ background: var(--issep2-black); color:#fff; }

/* ==========================================================================
   3. HEADER / NAVBAR / MEGA MENU
   ========================================================================== */
.issep-topbar{
  background: var(--issep2-orange);
  color: var(--issep2-black);
  font-size: 13px;
  font-weight:600;
  padding: 8px 0;
  position: relative;
  z-index: 1060;
}
.issep-topbar a{ color: var(--issep2-black); }
.issep-topbar a:hover{ color:#fff; }
.issep-topbar .issep-topbar-item{ display:inline-flex; align-items:center; gap:8px; margin-inline-end:26px; }
.issep-topbar .issep-topbar-item i{ color: var(--issep2-black); }
.issep-topbar .issep-social a{
  display:inline-flex; align-items:center; justify-content:center;
  width:26px;height:26px; border-radius:0;
  background: rgba(0,57,104,.15); margin-inline-start:6px; font-size:12px; color:var(--issep2-black);
}
.issep-topbar .issep-social a:hover{ background: var(--issep2-black); color:var(--issep2-orange); }
.issep-topbar .issep-topbar-lang .dropdown-toggle{
  color: var(--issep2-black); font-size:12.5px; font-weight:800; display:flex; align-items:center; gap:6px;
}
.issep-topbar .issep-topbar-lang .dropdown-toggle:hover{ color:#fff; }

header.header-three{
  background: var(--issep2-black);
  box-shadow:none;
  position: sticky !important;
  top:0;
  z-index:1050;
  border-bottom: 3px solid var(--issep2-orange);
}
.navbar-logo .header-logo img.logo{ height:58px; width:auto; background:#fff; padding:6px; }
.main-menu-wrapper .main-nav > li > a{
  font-family: var(--issep2-heading-font);
  font-weight:700; font-size:17px; letter-spacing:.03em; text-transform:uppercase;
  color: #fff;
  display:flex; align-items:center;
}
.main-menu-wrapper .main-nav > li.active > a,
.main-menu-wrapper .main-nav > li:hover > a{ color: var(--issep2-orange); }
.main-menu-wrapper .main-nav > li > a i{
  font-size:9px; margin-inline-start:6px; color:rgba(255,255,255,.5); transition:transform .25s ease, color .25s ease;
}
.main-menu-wrapper .main-nav > li:hover > a i,
.main-menu-wrapper .main-nav > li.active > a i{ color: var(--issep2-orange); transform:translateY(1px) rotate(180deg); }

/* Le header reste bleu marine une fois fixé au scroll : le template (style.css)
   fait pourtant passer les liens en gris foncé (--gray-900) dans cet état,
   ce qui les rend illisibles sur fond marine — on force donc le blanc ici. */
header.header-three.fixed .header-nav .main-menu-wrapper .main-nav > li > a{
  color:#fff !important;
}
header.header-three.fixed .header-nav .main-menu-wrapper .main-nav > li.active > a,
header.header-three.fixed .header-nav .main-menu-wrapper .main-nav > li:hover > a{
  color: var(--issep2-orange) !important;
}

.issep-mega-full{ width:100%; background:#fff; border-top:3px solid var(--issep2-orange); box-shadow:0 24px 48px rgba(0,57,104,.15); }
.issep-mega{ padding: 40px 0; }
.issep-mega-col{ padding: 0 28px; }
.issep-mega-col + .issep-mega-col{ border-inline-start: 1px solid var(--issep2-line); }
.issep-mega-col h6{
  font-family: var(--issep2-heading-font); font-size:14px; letter-spacing:.1em; text-transform:uppercase;
  color: var(--issep2-orange); margin-bottom:18px; padding-bottom:12px; font-weight:800;
  border-bottom: 2px solid var(--issep2-line);
}
.issep-mega-col ul{ list-style:none; padding:0; margin:0; }
.issep-mega-col ul li{ margin-bottom:2px; }
.issep-mega-col ul li a{
  display:block; padding:10px 12px; color: var(--issep2-ink); font-size:14.5px; line-height:1.4;
  white-space: normal !important; overflow-wrap:break-word; width:auto !important;
  font-family:"Inter",sans-serif; text-transform:none; letter-spacing:0; font-weight:500;
}
.issep-mega-col ul li a:hover{ background: var(--issep2-orange-tint); color: var(--issep2-orange-dark); padding-inline-start:18px; }

.issep-mega-col-dept{ padding:18px 28px; }
.issep-mega-col-dept a{ display:block; }
.issep-mega-col-dept h6{
  font-family: var(--issep2-heading-font); font-size:17px; font-weight:800; color: var(--issep2-black);
  border:0; padding:0; margin-bottom:5px; text-transform:uppercase; letter-spacing:.02em;
}
.issep-mega-col-dept span{ font-size:13px; color:var(--issep2-gray); font-family:"Inter",sans-serif; text-transform:none; }
.issep-mega-col-dept:hover h6{ color: var(--issep2-orange); }

.issep-mega-panel{ background: var(--issep2-black); border-radius:0; padding:26px; height:100%; display:flex; flex-direction:column; justify-content:center; }
.issep-mega-panel h6{ color:#fff; font-family:var(--issep2-heading-font); font-size:19px; margin-bottom:8px; border:0; padding:0; letter-spacing:.02em; }
.issep-mega-panel p{ color:rgba(255,255,255,.75); font-size:13.5px; margin-bottom:16px; font-family:"Inter",sans-serif; text-transform:none; }
.issep-mega-panel a{ color: var(--issep2-orange); font-weight:800; font-size:14px; display:inline-flex; align-items:center; gap:6px; font-family:var(--issep2-heading-font); text-transform:uppercase; }
.issep-mega-panel a:hover{ gap:10px; color:#fff; }

.header-btn .icon-btn{
  width:44px;height:44px; border-radius:0; border:2px solid rgba(255,255,255,.25);
  display:inline-flex; align-items:center; justify-content:center; color:#fff;
}
.header-btn .icon-btn:hover{ background:var(--issep2-orange); border-color:var(--issep2-orange); color:#fff; }
.flag-dropdown .dropdown-toggle{
  display:flex; align-items:center; gap:8px; border:2px solid rgba(255,255,255,.25); border-radius:0;
  padding:8px 14px; font-weight:700; font-size:13.5px; color:#fff;
}
.header-btn .btn-issep-outline-blue{ border-color: rgba(255,255,255,.35); color:#fff; }
.header-btn .btn-issep-outline-blue:hover{ background:var(--issep2-orange); border-color:var(--issep2-orange); color:#fff; }

@media(max-width:991px){
  .navbar-logo .header-logo img.logo{ height:44px; }
  header .main-menu-wrapper .menu-header .menu-logo img{ width:auto !important; max-height:44px; }
  .issep-mega-col + .issep-mega-col{ border-inline-start:none; border-top:1px solid var(--issep2-line); padding-top:16px; margin-top:16px; }
}

/* Mega menu plein écran (desktop) */
@media(min-width:992px){
  header .main-menu-wrapper .main-nav > li.megamenu > ul.mega-submenu{
    padding:0 !important; border:0 !important; border-radius:0 !important;
    left:50% !important; right:auto !important; width:100vw !important; min-width:0 !important;
    margin-top:0 !important; transform:translateX(-50%) !important;
    border-top: 3px solid var(--issep2-orange) !important;
  }
}
header .main-menu-wrapper .main-nav > li.megamenu > ul.mega-submenu ul li a{ padding:10px 12px !important; }
header .main-menu-wrapper .main-nav > li.megamenu > ul.mega-submenu ul li a::before{ content:none !important; }
header .main-menu-wrapper .main-nav > li.megamenu > ul.mega-submenu ul li{ margin-bottom:2px !important; }
@media(max-width:991.98px){
  header .main-menu-wrapper .main-nav .issep-mega-col ul,
  .megamenu-wrapper h6{ display:block !important; }
  .issep-mega{ padding:8px 0; }
  .issep-mega-col{ padding:12px 4px; }
  .issep-mega-col + .issep-mega-col{ border-inline-start:0; border-top:1px solid var(--issep2-line); }
  .issep-mega-col-dept{ padding:12px 4px; }
  .issep-mega-panel{ margin:12px 4px; }
  .issep-mega-col ul li a, .issep-mega-col-dept span, .issep-mega-col-dept h6{ white-space:normal !important; overflow-wrap:break-word; }
  header .header-nav .main-menu-wrapper{ background: var(--issep2-black) !important; }
  header .main-menu-wrapper .main-nav > li > a{ color:#fff !important; }
  header .main-menu-wrapper .menu-header{ background: var(--issep2-black) !important; }
  header .main-menu-wrapper .menu-header .menu-close{ color:#fff !important; }
  header .main-menu-wrapper .main-nav > li{ border-bottom:1px solid rgba(255,255,255,.1) !important; }
}

/* ==========================================================================
   4. HERO — mise en page scindée (texte / visuel)
   ========================================================================== */
.issep-hero{
  position:relative;
  padding: 70px 0 0;
  background: var(--issep2-cream);
  overflow:hidden;
}
.issep-hero > .container{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 50px;
  align-items:center;
  padding-top: 60px;
  padding-bottom: 70px;
}
.issep-hero-badge{
  display:inline-flex; align-items:center; gap:10px;
  background: var(--issep2-black); color:#fff;
  padding:8px 18px; border-radius:0; font-size:13px; font-weight:800;
  letter-spacing:.06em; text-transform:uppercase; margin-bottom:24px;
  font-family: var(--issep2-heading-font);
}
.issep-hero-badge i{ color: var(--issep2-orange); }
.issep-hero h1{
  color: var(--issep2-black); font-size:60px; line-height:.98; margin-bottom:24px; max-width:620px;
}
.issep-hero h1 span{ color: var(--issep2-orange); }
.issep-hero p.lead{
  color: var(--issep2-gray); font-size:17px; max-width:540px; margin-bottom:34px;
  text-transform:none; font-family:"Inter",sans-serif; font-weight:500;
}
.issep-hero-cta{ display:flex; gap:16px; flex-wrap:wrap; }
.issep-hero-cta .btn-issep-outline{ border-color: var(--issep2-black); color:var(--issep2-black); }
.issep-hero-cta .btn-issep-outline:hover{ background:var(--issep2-black); color:#fff; }

.issep2-hero-media{ position:relative; }
.issep2-hero-media .frame{
  position:relative; border: 6px solid var(--issep2-black);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
  overflow:hidden;
}
.issep2-hero-media .frame img{ width:100%; height:520px; object-fit:cover; display:block; }
.issep2-hero-media .badge{
  position:absolute; top:-18px; right:-18px; background: var(--issep2-orange); color:#fff;
  width:110px; height:110px; display:flex; flex-direction:column; align-items:center; justify-content:center;
  font-family: var(--issep2-heading-font); text-align:center; border:4px solid var(--issep2-cream);
}
.issep2-hero-media .badge strong{ font-size:26px; line-height:1; }
.issep2-hero-media .badge small{ font-size:10px; text-transform:uppercase; letter-spacing:.05em; }

.issep2-stats-band{ background: var(--issep2-black); }
.issep-hero-stats{
  display:grid; grid-template-columns:repeat(4,1fr);
  border-radius:0;
}
.issep-hero-stats .item{
  padding: 30px 20px; text-align:left; border-inline-end:1px solid rgba(255,255,255,.12);
}
.issep-hero-stats .item:last-child{ border-inline-end:none; }
.issep-hero-stats .item h3{ font-size:38px; color:#fff; margin-bottom:4px; }
.issep-hero-stats .item h3 span{ color: var(--issep2-orange); }
.issep-hero-stats .item p{ margin:0; font-size:12.5px; color:rgba(255,255,255,.55); font-weight:700; text-transform:uppercase; letter-spacing:.05em; font-family:var(--issep2-heading-font); }

@media(max-width:991px){
  .issep-hero > .container{ grid-template-columns:1fr; padding-top:40px; }
  .issep2-hero-media{ order:-1; }
  .issep2-hero-media .frame img{ height:320px; }
  .issep-hero h1{ font-size:38px; }
}
@media(max-width:575px){
  .issep-hero-stats{ grid-template-columns:repeat(2,1fr); }
  .issep-hero-stats .item:nth-child(2){ border-inline-end:none; }
  .issep-hero-stats .item{ border-bottom:1px solid rgba(255,255,255,.12); }
  .issep-hero h1{ font-size:30px; }
}

/* ==========================================================================
   5. VIDEO
   ========================================================================== */
.issep-video-intro{ max-width:none; margin:0 0 40px; text-align:left; }
.issep-video-frame{ position:relative; overflow:hidden; border: 6px solid var(--issep2-black); isolation:isolate; }
.issep-video-frame img{ width:100%; height:520px; object-fit:cover; display:block; }
.issep-video-frame::before{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,57,104,.2) 0%, rgba(0,57,104,.8) 100%); z-index:1; }
.issep-play-btn{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:96px; height:96px; border-radius:0; background:var(--issep2-orange); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:26px; z-index:2;
}
.issep-play-btn:hover{ background:#fff; color:var(--issep2-black); }
.issep-video-caption{ position:absolute; z-index:2; bottom:0; inset-inline-start:0; inset-inline-end:0; padding:24px 28px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:14px; color:#fff; border-top:3px solid var(--issep2-orange); background:rgba(0,57,104,.4); }
.issep-video-caption h5{ color:#fff; margin:0; }
.issep-video-caption span{ font-size:13px; color:rgba(255,255,255,.7); font-family:"Inter",sans-serif; text-transform:none; }

.issep-video-modal{ display:none; position:fixed; inset:0; z-index:2000; background:rgba(0,57,104,.95); align-items:center; justify-content:center; padding:20px; }
.issep-video-modal.active{ display:flex; }
.issep-video-modal .box{ width:100%; max-width:960px; aspect-ratio:16/9; position:relative; }
.issep-video-modal iframe{ width:100%; height:100%; border:0; }
.issep-video-modal .close-video{ position:absolute; top:-46px; right:0; color:#fff; font-size:22px; width:40px;height:40px; border:2px solid rgba(255,255,255,.4); display:flex; align-items:center; justify-content:center; }

/* ==========================================================================
   6. ABOUT
   ========================================================================== */
.issep-about-media{ position:relative; }
.issep-about-media .main-img{ border: 6px solid var(--issep2-black); overflow:hidden; }
.issep-about-media .main-img img{ width:100%; height:500px; object-fit:cover; display:block; }
.issep-about-badge{
  position:absolute; bottom:-1px; inset-inline-start:-1px; background: var(--issep2-orange); color:#fff;
  padding:20px 24px; display:flex; align-items:center; gap:14px; max-width:260px; border-radius:0;
}
.issep-about-badge .ico{ width:50px;height:50px; background:rgba(255,255,255,.2); color:#fff; display:flex;align-items:center;justify-content:center; font-size:22px; flex:none; }
.issep-about-badge h4{ margin:0; font-size:24px; color:#fff; }
.issep-about-badge span{ font-size:12px; color:rgba(255,255,255,.85); font-weight:700; font-family:"Inter",sans-serif; text-transform:none; }
.issep-about-year{
  position:absolute; top:-1px; inset-inline-end:-1px; background:var(--issep2-black); color:#fff;
  width:110px;height:110px; display:flex;align-items:center;justify-content:center;flex-direction:column; text-align:center;
}
.issep-about-year strong{ font-size:24px; line-height:1; font-family:var(--issep2-heading-font); color:var(--issep2-orange); }
.issep-about-year small{ font-size:10px; text-transform:uppercase; letter-spacing:.05em; }

.issep-about-list{ list-style:none; padding:0; margin:26px 0 32px; }
.issep-about-list li{ display:flex; align-items:flex-start; gap:14px; padding:16px 0; border-bottom:1px solid var(--issep2-line); }
.issep-about-list li:last-child{ border-bottom:none; }
.issep-about-list .ico{ width:42px;height:42px; flex:none; background:var(--issep2-black); color:var(--issep2-orange); display:flex;align-items:center;justify-content:center; }
.issep-about-list h6{ margin:0 0 3px; font-size:16px; }
.issep-about-list p{ margin:0; font-size:14px; color:var(--issep2-gray); font-family:"Inter",sans-serif; text-transform:none; font-weight:500; }

/* ==========================================================================
   7. NEWS
   ========================================================================== */
.issep-news-card{ background:#fff; border:1px solid var(--issep2-line); border-radius:0; overflow:hidden; height:100%; transition:all .25s ease; }
.issep-news-card:hover{ border-color: var(--issep2-black); transform:translateY(-4px); }
.issep-news-card .thumb{ position:relative; height:220px; overflow:hidden; }
.issep-news-card .thumb img{ width:100%; height:100%; object-fit:cover; transition:filter .3s ease, transform .5s ease; }
.issep-news-card:hover .thumb img{ transform:scale(1.06); }
.issep-news-card .tag{ position:absolute; top:0; inset-inline-start:0; background:var(--issep2-orange); color:#fff; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.04em; padding:7px 16px; font-family:var(--issep2-heading-font); }
.issep-news-card .date{ position:absolute; bottom:0; inset-inline-end:0; background:var(--issep2-black); color:#fff; text-align:center; padding:10px 16px; font-family:var(--issep2-heading-font); font-weight:800; line-height:1.1; }
.issep-news-card .date span{ display:block; font-size:10.5px; color:rgba(255,255,255,.6); font-weight:600; }
.issep-news-card .body{ padding:26px 22px 22px; }
.issep-news-card .meta{ display:flex; gap:16px; font-size:12.5px; color:var(--issep2-gray); margin-bottom:12px; font-family:"Inter",sans-serif; }
.issep-news-card .meta span{ display:inline-flex; align-items:center; gap:6px; }
.issep-news-card .meta i{ color: var(--issep2-orange); }
.issep-news-card h5{ font-size:21px; line-height:1.15; margin-bottom:14px; text-transform:none; }
.issep-news-card h5 a{ color: var(--issep2-black); }
.issep-news-card h5 a:hover{ color: var(--issep2-orange); }
.issep-news-card .read-more{ font-size:12.5px; font-weight:800; color:var(--issep2-black); display:inline-flex; align-items:center; gap:6px; text-transform:uppercase; letter-spacing:.04em; font-family:var(--issep2-heading-font); border-bottom:2px solid var(--issep2-orange); padding-bottom:4px; }
.issep-news-card .read-more:hover{ color: var(--issep2-orange); gap:10px; }

/* ==========================================================================
   8. RACCOURCIS
   ========================================================================== */
.issep-shortcuts{ background: #fff; border:1px solid var(--issep2-line); border-radius:0; padding:60px 44px; position:relative; }
.issep-shortcut-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; border-top:1px solid var(--issep2-line); border-inline-start:1px solid var(--issep2-line); }
@media(max-width:991px){ .issep-shortcut-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:480px){ .issep-shortcut-grid{ grid-template-columns:1fr; } }
.issep-shortcut-card{
  background:transparent; border-inline-end:1px solid var(--issep2-line); border-bottom:1px solid var(--issep2-line);
  border-radius:0; padding:30px 20px; text-align:left; color:var(--issep2-ink); display:flex; flex-direction:column; gap:16px; transition:all .25s ease;
}
.issep-shortcut-card .ico{ width:52px;height:52px; background:var(--issep2-cream); color:var(--issep2-black); display:flex;align-items:center;justify-content:center; font-size:20px; }
.issep-shortcut-card h6{ color:var(--issep2-black); margin:0; font-size:15px; text-transform:none; font-weight:700; }
.issep-shortcut-card:hover{ background: var(--issep2-orange); }
.issep-shortcut-card:hover .ico{ background:var(--issep2-black); color:var(--issep2-orange); }
.issep-shortcut-card:hover h6{ color:#fff; }

/* ==========================================================================
   9. EVENTS
   ========================================================================== */
.issep-event-card{ display:flex; gap:0; background:#fff; border:1px solid var(--issep2-line); border-radius:0; padding:0; height:100%; transition:all .25s ease; overflow:hidden; }
.issep-event-card:hover{ border-color:var(--issep2-black); }
.issep-event-card .thumb{ position:relative; width:130px; flex:none; overflow:hidden; }
.issep-event-card .thumb img{ width:100%; height:100%; object-fit:cover; }
.issep-event-card .date-badge{ position:absolute; top:0; inset-inline-start:0; background:var(--issep2-orange); color:#fff; padding:8px 10px; text-align:center; font-family:var(--issep2-heading-font); }
.issep-event-card .date-badge strong{ display:block; font-size:19px; line-height:1; }
.issep-event-card .date-badge span{ font-size:10px; text-transform:uppercase; }
.issep-event-card .content{ display:flex; flex-direction:column; justify-content:center; padding:18px 22px; }
.issep-event-card .cat{ font-size:11px; font-weight:800; color:var(--issep2-orange); text-transform:uppercase; letter-spacing:.05em; margin-bottom:6px; font-family:var(--issep2-heading-font); }
.issep-event-card h6{ font-size:18px; margin-bottom:10px; line-height:1.25; text-transform:none; }
.issep-event-card h6 a{ color:var(--issep2-black); }
.issep-event-card h6 a:hover{ color:var(--issep2-orange); }
.issep-event-card .meta{ font-size:12.5px; color:var(--issep2-gray); display:flex; gap:14px; flex-wrap:wrap; font-family:"Inter",sans-serif; }
.issep-event-card .meta span{ display:inline-flex; align-items:center; gap:5px; }
.issep-event-card .meta i{ color:var(--issep2-orange); }

/* ==========================================================================
   10. FORMATIONS
   ========================================================================== */
.issep-formation-tabs{ display:flex; justify-content:flex-start; gap:0; margin-bottom:40px; border-bottom:2px solid var(--issep2-line); }
.issep-formation-tabs button{
  border:0; background:transparent; color:var(--issep2-gray); font-family:var(--issep2-heading-font); font-weight:800;
  font-size:16px; letter-spacing:.03em; text-transform:uppercase; padding:14px 26px; border-bottom:3px solid transparent; margin-bottom:-2px;
}
.issep-formation-tabs button.active, .issep-formation-tabs button:hover{ color:var(--issep2-black); border-bottom-color:var(--issep2-orange); }
.issep-formation-card{ background:#fff; border:1px solid var(--issep2-line); border-radius:0; padding:30px 26px; height:100%; transition:all .25s ease; border-inline-start:4px solid var(--issep2-black); }
.issep-formation-card:hover{ border-inline-start-color:var(--issep2-orange); box-shadow: 8px 8px 0 var(--issep2-black); transform:translate(-4px,-4px); }
.issep-formation-card .ico{ width:54px;height:54px; background:var(--issep2-cream); color:var(--issep2-black); display:flex;align-items:center;justify-content:center; font-size:22px; margin-bottom:20px; }
.issep-formation-card:hover .ico{ background:var(--issep2-orange); color:#fff; }
.issep-formation-card h5{ font-size:20px; margin-bottom:10px; text-transform:uppercase; }
.issep-formation-card p{ font-size:14px; color:var(--issep2-gray); margin-bottom:18px; font-family:"Inter",sans-serif; text-transform:none; font-weight:500; }
.issep-formation-card ul{ list-style:none; padding:0; margin:0 0 20px; }
.issep-formation-card ul li{ font-size:13.5px; color:var(--issep2-ink); padding:5px 0; display:flex; align-items:center; gap:8px; font-family:"Inter",sans-serif; }
.issep-formation-card ul li i{ color:var(--issep2-orange); font-size:11px; }
.issep-formation-card .link{ font-size:12.5px; font-weight:800; color:var(--issep2-black); display:inline-flex; align-items:center; gap:6px; text-transform:uppercase; letter-spacing:.04em; font-family:var(--issep2-heading-font); }
.issep-formation-card .link:hover{ color:var(--issep2-orange); gap:10px; }
.issep-formation-pane{ display:none; }
.issep-formation-pane.active{ display:block; }

/* ==========================================================================
   11. STATISTIQUES
   ========================================================================== */
.issep-stats{ background: #fff; position:relative; overflow:hidden; border-top:1px solid var(--issep2-line); border-bottom:1px solid var(--issep2-line); }
.issep-stats::before{ content:none; }
.issep-stat-item{ text-align:left; color:var(--issep2-ink); padding:10px; border-inline-start:3px solid var(--issep2-orange); }
.issep-stat-item .ico{ width:0;height:0; display:none; }
.issep-stat-item h3{ color:var(--issep2-black); font-size:52px; margin-bottom:4px; padding-left:16px; }
.issep-stat-item h3 span{ color:var(--issep2-orange); }
.issep-stat-item p{ color:var(--issep2-gray); margin:0; font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.04em; padding-left:16px; }

/* ==========================================================================
   12. TÉMOIGNAGES
   ========================================================================== */
.issep-testi-card{ background:#fff; border:1px solid var(--issep2-line); border-radius:0; padding:36px 30px; margin:10px; height:calc(100% - 20px); border-top:4px solid var(--issep2-black); }
.issep-testi-card .quote-ico{ color:var(--issep2-orange); font-size:40px; margin-bottom:12px; }
.issep-testi-card p{ color:var(--issep2-ink); font-size:15.5px; line-height:1.75; margin-bottom:22px; font-family:"Inter",sans-serif; font-weight:500; }
.issep-testi-card .stars{ color:var(--issep2-orange); font-size:13px; margin-bottom:14px; }
.issep-testi-card .person{ display:flex; align-items:center; gap:14px; }
.issep-testi-card .person img{ width:52px;height:52px; border-radius:0; object-fit:cover; }
.issep-testi-card .person h6{ margin:0; font-size:15px; text-transform:none; }
.issep-testi-card .person span{ font-size:12px; color:var(--issep2-gray); font-family:"Inter",sans-serif; text-transform:none; }
.issep-testi-wrap .owl-dots{ display:flex; justify-content:flex-start; gap:8px; margin-top:10px; }
.issep-testi-wrap .owl-dot span{ display:block; width:10px;height:10px; border-radius:0; background:var(--issep2-line); }
.issep-testi-wrap .owl-dot.active span{ background:var(--issep2-orange); }

/* ==========================================================================
   13. GALERIE — masonry en colonnes CSS
   ========================================================================== */
.issep-gallery-filters{ display:flex; justify-content:flex-start; gap:0; margin-bottom:36px; flex-wrap:wrap; border-bottom:2px solid var(--issep2-line); }
.issep-gallery-filters button{
  border:0; background:transparent; color:var(--issep2-gray); font-family:var(--issep2-heading-font); font-weight:800;
  font-size:14px; text-transform:uppercase; letter-spacing:.03em; padding:12px 20px; border-bottom:3px solid transparent; margin-bottom:-2px;
}
.issep-gallery-filters button.active, .issep-gallery-filters button:hover{ color:var(--issep2-black); border-bottom-color:var(--issep2-orange); }

.issep-gallery-item.row, .row.g-4:has(> .issep-gallery-item){ display:block; }
#gallery .row.g-4{ display:block; column-count:4; column-gap:20px; }
@media(max-width:991px){ #gallery .row.g-4{ column-count:2; } }
@media(max-width:575px){ #gallery .row.g-4{ column-count:1; } }
.issep-gallery-item{
  position:relative; overflow:hidden; margin-bottom:20px; break-inside:avoid; width:100%; display:inline-block;
}
.issep-gallery-item:nth-child(3n+1) img{ height:340px; }
.issep-gallery-item:nth-child(3n+2) img{ height:220px; }
.issep-gallery-item:nth-child(3n) img{ height:280px; }
.issep-gallery-item img{ width:100%; object-fit:cover; display:block; transition:filter .3s ease, transform .5s ease; }
.issep-gallery-item:hover img{ transform:scale(1.06); }
.issep-gallery-item .overlay{ position:absolute; inset:0; background:linear-gradient(0deg, rgba(0,57,104,.9) 0%, rgba(0,57,104,0) 55%); display:flex; align-items:flex-end; padding:16px; opacity:0; transition:opacity .3s ease; }
.issep-gallery-item:hover .overlay{ opacity:1; }
.issep-gallery-item .overlay span{ color:#fff; font-size:13px; font-weight:700; display:flex; align-items:center; gap:8px; }
.issep-gallery-item .overlay i{ color:var(--issep2-orange); }
.issep-gallery-item.hide{ display:none; }

/* ==========================================================================
   14. PARTENAIRES
   ========================================================================== */
.issep-partner-badge{ display:flex; align-items:center; gap:14px; background:#fff; border:1px solid var(--issep2-line); border-radius:0; padding:22px; height:100%; transition:all .25s ease; }
.issep-partner-badge:hover{ border-color:var(--issep2-black); box-shadow:6px 6px 0 var(--issep2-black); transform:translate(-3px,-3px); }
.issep-partner-badge .ico{ width:46px;height:46px; flex:none; background:var(--issep2-black); color:var(--issep2-orange); display:flex;align-items:center;justify-content:center; font-size:19px; }
.issep-partner-badge h6{ margin:0 0 2px; font-size:14px; line-height:1.3; text-transform:none; }
.issep-partner-badge span{ font-size:11.5px; color:var(--issep2-gray); font-family:"Inter",sans-serif; }

/* ==========================================================================
   15. NEWSLETTER
   ========================================================================== */
.issep-newsletter{ background: var(--issep2-orange); border-radius:0; padding:56px; position:relative; overflow:hidden; }
.issep-newsletter::before{ content:none; }
.issep-newsletter h2{ color:#fff; font-size:34px; margin-bottom:10px; border-left:6px solid var(--issep2-black); padding-left:18px; }
.issep-newsletter p{ color:rgba(255,255,255,.85); margin-bottom:0; padding-left:18px; text-transform:none; font-family:"Inter",sans-serif; }
.issep-newsletter-form{ position:relative; z-index:1; }
.issep-newsletter-form .input-group{ background:#fff; border-radius:0; padding:0; }
.issep-newsletter-form input{ border:0; padding:16px; flex:1; min-width:0; }
.issep-newsletter-form input:focus{ outline:none; box-shadow:none; }
.issep-newsletter-form button{ border-radius:0; background:var(--issep2-black); border-color:var(--issep2-black); }
.issep-newsletter-form button:hover{ background:#fff; color:var(--issep2-black); border-color:#fff; }
.issep-newsletter-note{ color:rgba(255,255,255,.75); font-size:12.5px; margin-top:12px; padding-left:18px; text-transform:none; font-family:"Inter",sans-serif; }
.issep-newsletter-success{ display:none; color:var(--issep2-black); font-weight:700; font-size:13.5px; margin-top:12px; align-items:center; gap:8px; padding-left:18px;}
.issep-newsletter-success.show{ display:flex; }

/* ==========================================================================
   16. FOOTER
   ========================================================================== */
footer.issep-footer{ background: var(--issep2-black); color:rgba(255,255,255,.6); padding-top:90px; }
.issep-footer .footer-logo img{ height:60px; margin-bottom:20px; background:#fff; padding:6px; }
.issep-footer p{ color:rgba(255,255,255,.5); font-size:14px; line-height:1.8; font-family:"Inter",sans-serif; text-transform:none; font-weight:500; }
.issep-footer h6{ color:#fff; font-family:var(--issep2-heading-font); font-size:18px; margin-bottom:24px; position:relative; padding-bottom:12px; }
.issep-footer h6::after{ content:""; position:absolute; bottom:0; inset-inline-start:0; width:40px; height:3px; background:var(--issep2-orange); }
.issep-footer ul{ list-style:none; padding:0; margin:0; }
.issep-footer ul li{ margin-bottom:12px; }
.issep-footer ul li a{ color:rgba(255,255,255,.55); font-size:14px; display:inline-flex; align-items:center; gap:8px; font-family:"Inter",sans-serif; font-weight:500; }
.issep-footer ul li a:hover{ color:var(--issep2-orange); padding-inline-start:4px; }
.issep-footer ul li a i{ font-size:10px; color:var(--issep2-orange); }
.issep-footer .contact-item{ display:flex; gap:14px; margin-bottom:18px; }
.issep-footer .contact-item i{ color:var(--issep2-orange); font-size:16px; margin-top:3px; }
.issep-footer .contact-item span{ font-size:14px; color:rgba(255,255,255,.6); font-family:"Inter",sans-serif; }
.issep-footer .social a{ width:38px;height:38px; border-radius:0; background:rgba(255,255,255,.08); color:#fff; display:inline-flex;align-items:center;justify-content:center; margin-inline-end:8px; font-size:14px; }
.issep-footer .social a:hover{ background:var(--issep2-orange); }
.issep-footer-bottom{ border-top:1px solid rgba(255,255,255,.1); margin-top:60px; padding:22px 0; font-size:13px; color:rgba(255,255,255,.45); font-family:"Inter",sans-serif; }
.issep-footer-bottom a{ color:rgba(255,255,255,.7); }
.issep-footer-bottom a:hover{ color:var(--issep2-orange); }

.issep-totop{
  position:fixed; bottom:26px; inset-inline-end:26px; z-index:999; width:50px;height:50px; border-radius:0;
  background:var(--issep2-orange); color:#fff; display:flex; align-items:center; justify-content:center;
  opacity:0; visibility:hidden; transform:translateY(10px); transition:all .3s ease;
}
.issep-totop.show{ opacity:1; visibility:visible; transform:translateY(0); }
.issep-totop:hover{ background:var(--issep2-black); }

.issep-version-switch{
  position:fixed; bottom:26px; inset-inline-start:26px; z-index:999;
  background: var(--issep2-black); color:#fff; border:2px solid var(--issep2-orange);
  padding:12px 20px; border-radius:0; font-weight:800; font-size:13px; text-transform:uppercase; letter-spacing:.03em;
  display:flex; align-items:center; gap:8px; font-family: var(--issep2-heading-font);
}
.issep-version-switch:hover{ background:var(--issep2-orange); color:#fff; }
@media(max-width:575px){ .issep-version-switch span{ display:none; } }

/* ==========================================================================
   17. RESPONSIVE
   ========================================================================== */
@media(max-width:1199px){ .issep-hero h1{ font-size:48px; } }
@media(max-width:991px){
  .issep-section-head h2{ font-size:34px; }
  .issep-newsletter{ padding:36px 24px; }
  .issep-event-card{ flex-direction:column; }
  .issep-event-card .thumb{ width:100%; height:170px; }
}
@media(max-width:575px){
  .issep-hero-cta{ flex-direction:column; }
  .issep-hero-cta .btn-issep-primary, .issep-hero-cta .btn-issep-outline{ width:100%; justify-content:center; }
  .issep-shortcuts{ padding:36px 20px; }
}

/* ==========================================================================
   18. RTL
   ========================================================================== */
html[dir="rtl"]{ text-align:right; }
html[dir="rtl"] .navbar-header,
html[dir="rtl"] .header-nav,
html[dir="rtl"] .header-btn,
html[dir="rtl"] .issep-hero-cta,
html[dir="rtl"] .issep-newsletter-form .input-group{ flex-direction:row-reverse; }
html[dir="rtl"] .issep-event-card{ flex-direction:row-reverse; }
html[dir="rtl"] .issep-testi-card .person,
html[dir="rtl"] .issep-partner-badge,
html[dir="rtl"] .issep-about-list li,
html[dir="rtl"] .issep-footer .contact-item{ flex-direction:row-reverse; text-align:right; }
html[dir="rtl"] .issep-section-head h2{ border-left:0; border-right:6px solid var(--issep2-orange); padding-left:0; padding-right:18px; }
html[dir="rtl"] .issep-section-head p{ padding-left:0; padding-right:18px; }
html[dir="rtl"] .issep-newsletter h2{ border-left:0; border-right:6px solid var(--issep2-black); padding-left:0; padding-right:18px; }
html[dir="rtl"] .issep-newsletter p, html[dir="rtl"] .issep-newsletter-note, html[dir="rtl"] .issep-newsletter-success{ padding-left:0; padding-right:18px; }
html[dir="rtl"] .issep-stat-item{ border-inline-start:0; border-inline-end:3px solid var(--issep2-orange); }
html[dir="rtl"] .issep-stat-item h3, html[dir="rtl"] .issep-stat-item p{ padding-left:0; padding-right:16px; }
html[dir="rtl"] .issep-formation-card{ border-inline-start:0; border-inline-end:4px solid var(--issep2-black); }
html[dir="rtl"] .issep-formation-card:hover{ border-inline-end-color:var(--issep2-orange); }
html[dir="rtl"] .fa-arrow-right, html[dir="rtl"] .fa-chevron-right{ transform:scaleX(-1); }
html[dir="rtl"] .dropdown-menu{ text-align:right; }
html[dir="rtl"] .issep2-hero-media .badge{ right:auto; left:-18px; }
