/*
 Theme Name: Divi Child NSR
 Template: Divi
*/
@import url("../Divi/style.css");

/* ═══════════════════════════════════════════════
   NSR — GLOBAL CSS
════════════════════════════════════════════════ */

/* ─── TYPOGRAPHIE GLOBALE ────────────────────── */
body,
.et_pb_text,
.et_pb_module {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 18px;
  line-height: 1.65;
  color: #334155;
}

h1, .et_pb_text h1 {
  font-family: 'Inter', sans-serif;
  font-size: 44px;
  font-weight: 600;
  color: #1B2A4A;
  line-height: 1.15;
  margin-bottom: 24px;
}

h2, .et_pb_text h2 {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #1B2A4A;
  line-height: 1.25;
  margin-bottom: 16px;
}

h3, .et_pb_text h3 {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #1B2A4A;
  line-height: 1.3;
  margin-bottom: 12px;
}

p, .et_pb_text p {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 18px;
  color: #334155;
  line-height: 1.65;
  margin-bottom: 16px;
}

/* ─── UTILITAIRES ────────────────────────────── */
.nsr-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0D9488;
  display: block;
  margin-bottom: 12px;
}

.nsr-btn-primary {
  display: inline-block;
  background: #0D9488;
  color: #ffffff !important;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none !important;
  transition: background 150ms ease;
  border: none;
  cursor: pointer;
}
.nsr-btn-primary:hover {
  background: #0F766E;
  color: #ffffff !important;
}

.nsr-btn-secondary {
  display: inline-block;
  background: transparent;
  color: #1B2A4A !important;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 28px;
  border-radius: 6px;
  border: 1.5px solid #1B2A4A;
  text-decoration: none !important;
  transition: all 150ms ease;
  cursor: pointer;
}
.nsr-btn-secondary:hover {
  background: #1B2A4A;
  color: #ffffff !important;
}

/* ─── RESET DIVI ─────────────────────────────── */
.et_pb_section {
  padding: 0;
}
.et_pb_row {
  max-width: 1200px;
  width: 100%;
  padding: 0 80px;
}

/* ─── SECTION FULLWIDTH HACK ─────────────────── */
.nsr-hero-section {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

/* ─── RESPONSIVE ─────────────────────────────── */
@media (max-width: 980px) {
  h1, .et_pb_text h1 { font-size: 38px; }
  h2, .et_pb_text h2 { font-size: 28px; }
  h3, .et_pb_text h3 { font-size: 20px; }
  .et_pb_row { padding: 0 40px; }
}

@media (max-width: 640px) {
  h1, .et_pb_text h1 { font-size: 32px; }
  h2, .et_pb_text h2 { font-size: 26px; }
  h3, .et_pb_text h3 { font-size: 20px; }
  p,  .et_pb_text p  { font-size: 16px; }
  .et_pb_row { padding: 0 20px; }
}
.et_pb_section,
.et_pb_row,
.et-l--body,
.et_builder_inner_content,
.et_pb_section_wrap {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#page-container,
.container,
#main-content,
.et_builder_inner_content {
  max-width: 100% !important;
  width: 100% !important;
}

.container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#nsr-footer .nsr-footer-disclaimer {
  color: #CBD5E1 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
}

#nsr-footer .nsr-footer-disclaimer a {
  color: #CBD5E1 !important;
  text-decoration: underline !important;
}

.single-post .et_pb_section .et_pb_row {
  max-width: 720px !important;
  width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.single-post .et_pb_row_0_tb_body {
  max-width: 720px !important;
  width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.single-post blockquote,
.single-post .wp-block-quote {
  background: #E0EDEB !important;
  border-left: 4px solid #0D9488 !important;
  border-radius: 8px !important;
  padding: 32px 36px !important;
  margin: 40px 0 !important;
}

.single-post .wp-block-quote p {
  font-family: 'Source Serif 4', Georgia, serif !important;
  font-size: 18px !important;
  color: #1B2A4A !important;
  font-style: italic !important;
  line-height: 1.65 !important;
}

.single-post .wp-block-quote cite {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #0D9488 !important;
  font-style: normal !important;
}

