.elementor-9818 .elementor-element.elementor-element-f16f93f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9818 .elementor-element.elementor-element-b8b69bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9818 .elementor-element.elementor-element-411f824{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cd59acf *//* ===== VARIABLES MANGASPACE ===== */
:root {
  --ms-blue: #2563EB;
  --ms-blue-dark: #1E40AF;
  --ms-blue-light: #DBEAFE;
  --ms-blue-bg: #EFF6FF;
  --ms-orange: #F97316;
  --ms-orange-dark: #EA580C;
  --ms-orange-light: #FFF7ED;
  --ms-orange-bg: #FFEDD5;
  --ms-text: #111827;
  --ms-text-secondary: #374151;
  --ms-border: #E5E7EB;
  --ms-white: #FFFFFF;
  --ms-gray-50: #F9FAFB;
}

/* ===== TYPOGRAPHIE & STRUCTURE ===== */
.ms-article-container {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--ms-text-secondary);
    max-width: 100%;
}

.ms-article-container h1 {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 800;
  color: var(--ms-text);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.ms-article-container h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: var(--ms-text);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--ms-border);
  padding-bottom: 10px;
}

.ms-article-container h3 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 600;
  color: var(--ms-text);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.ms-article-container p {
    margin-bottom: 1.25rem;
    line-height: 1.7;
    font-size: 1.05rem;
}

/* ===== COMPOSANTS SPÉCIAUX ===== */
.alert-box {
  padding: 24px;
  border-left: 5px solid var(--ms-orange);
  background: var(--ms-orange-light);
  border-radius: 8px;
  margin: 32px 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.info-box {
  padding: 24px;
  border-left: 5px solid var(--ms-blue);
  background: var(--ms-blue-bg);
  border-radius: 8px;
  margin: 32px 0;
}

.highlight {
  background: linear-gradient(180deg, transparent 60%, var(--ms-blue-light) 60%);
  font-weight: 700;
  color: var(--ms-text);
  padding: 0 4px;
}

/* ===== TABLEAUX ===== */
.table-responsive {
    overflow-x: auto;
    margin: 24px 0;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--ms-white);
  min-width: 600px; /* Force scroll on mobile */
}

thead tr {
  background: var(--ms-blue);
  color: var(--ms-white);
}

th {
  padding: 16px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

tbody tr {
  border-bottom: 1px solid var(--ms-border);
  transition: background-color 0.2s;
}

tbody tr:last-child {
  border-bottom: none;
}

tbody tr:hover {
  background-color: var(--ms-gray-50);
}

td {
  padding: 16px;
  color: var(--ms-text);
}

/* ===== LISTES ===== */
.ms-article-container ul, .ms-article-container ol {
    padding-left: 24px;
    margin: 20px 0;
}

.ms-article-container li {
    margin-bottom: 12px;
    padding-left: 8px;
}

.ms-article-container li::marker {
    color: var(--ms-blue);
    font-weight: bold;
}

/* ===== CTA SIMULATEUR ===== */
.ms-cta-visionnage {
  margin: 48px 0;
  padding: 32px 24px;
  border: 1px solid var(--ms-border);
  border-radius: 16px;
  background: var(--ms-gray-50);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ms-btn-visionnage {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 999px;
  background: var(--ms-orange);
  color: var(--ms-white) !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.2s ease;
  margin-top: 10px;
  border-bottom: none !important;
}

.ms-btn-visionnage:hover {
  background: var(--ms-orange-dark);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
}

/* ===== LIENS ===== */
.ms-article-container a {
    color: var(--ms-blue);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease;
}

.ms-article-container a:hover {
    border-bottom-color: var(--ms-blue);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .alert-box, .info-box { padding: 16px; }
  th, td { padding: 12px; }
}/* End custom CSS */