.elementor-522457 .elementor-element.elementor-element-d16aa7a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-a12e5a5 *//* ============================================================
   CSS ARTICLE DE BLOG — Silkhom
   Applicable aux articles comparatifs / contenu long
   Calqué sur la structure visuelle des articles existants
   (ex : /les-dix-tendances-du-recrutement/)
   ============================================================ */


/* ── 1. CONTENEUR ARTICLE ─────────────────────────────────── */

.article-blog {
  max-width: 780px;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #1a1a2e;
}


/* ── 2. BYLINE (auteur + date + temps de lecture) ─────────── */

.article-byline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.article-byline span::before {
  content: "·";
  margin-right: 0.75rem;
}

.article-byline span:first-child::before {
  content: "";
  margin: 0;
}


/* ── 3. IMAGE HERO ────────────────────────────────────────── */

.article-hero-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 2rem;
  display: block;
}


/* ── 4. TYPOGRAPHIE ───────────────────────────────────────── */

.article-blog h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a2e;
  margin-bottom: 1rem;
}

.article-blog h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e8ecf0;
}

.article-blog h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}

.article-blog p {
  margin-bottom: 1.1rem;
  color: #374151;
}

.article-blog strong {
  font-weight: 600;
  color: #1a1a2e;
}

.article-blog em {
  font-style: italic;
  color: #6b7280;
  font-size: 0.9rem;
}

/* Séparateur horizontal entre sections (reprend le style ------ du blog) */
.article-blog hr {
  border: none;
  border-top: 1px solid #e8ecf0;
  margin: 2.5rem 0;
}


/* ── 5. LISTES ────────────────────────────────────────────── */

.article-blog ul,
.article-blog ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.article-blog ul li,
.article-blog ol li {
  margin-bottom: 0.5rem;
  color: #374151;
  line-height: 1.65;
}

.article-blog ul {
  list-style-type: disc;
}

.article-blog ol {
  list-style-type: decimal;
}

/* Listes imbriquées */
.article-blog ul ul,
.article-blog ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  list-style-type: circle;
}


/* ── 6. TABLEAUX ──────────────────────────────────────────── */

/* Sélecteur double : avec parent .article-blog (anciens articles)
   et sans parent (Elementor — HTML collé directement) */

.article-blog table,
.table-comparatif {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 1.75rem 0;
}

.article-blog table caption,
.table-comparatif caption {
  font-size: 12px;
  color: #6b7280;
  text-align: left;
  margin-bottom: 8px;
  font-style: italic;
  caption-side: top;
}

.article-blog thead tr,
.table-comparatif thead tr {
  background-color: #1a1a2e;
  color: #ffffff;
}

.article-blog thead th,
.table-comparatif thead th {
  padding: 11px 14px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  vertical-align: middle;
}

.article-blog thead th:first-child,
.table-comparatif thead th:first-child {
  color: #9ca3b8;
  width: 22%;
}

.article-blog tbody tr,
.table-comparatif tbody tr {
  border-bottom: 1px solid #e8ecf0;
}

.article-blog tbody tr:nth-child(even),
.table-comparatif tbody tr:nth-child(even) {
  background-color: #f7f9fc;
}

.article-blog tbody tr:hover,
.table-comparatif tbody tr:hover {
  background-color: #eef2ff;
  transition: background-color 0.15s ease;
}

.article-blog tbody td,
.table-comparatif tbody td {
  padding: 11px 14px;
  vertical-align: top;
  line-height: 1.55;
  color: #374151;
}

.article-blog tbody td:first-child,
.table-comparatif tbody td:first-child {
  font-weight: 600;
  color: #1a1a2e;
}

.article-blog tfoot td,
.table-comparatif tfoot td {
  padding: 8px 14px;
  font-size: 12px;
  color: #6b7280;
  font-style: italic;
  border-top: 1px solid #e8ecf0;
  background-color: #f7f9fc;
}

/* Colonne mise en avant */
.article-blog thead th.highlight,
.article-blog tbody td.highlight,
.table-comparatif thead th.highlight,
.table-comparatif tbody td.highlight {
  border-left: 3px solid #263748;
}

.article-blog thead th.highlight,
.table-comparatif thead th.highlight {
  background-color: #1a2736;
}

/* Wrapper responsive pour les tableaux larges */
.table-wrapper,
.table-comparatif-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.75rem 0;
  border-radius: 4px;
}

.table-wrapper table,
.table-comparatif-wrapper table {
  margin: 0;
  min-width: 560px;
}


/* ── 7. SOMMAIRE (nav ancré) ──────────────────────────────── */

.article-sommaire {
  background-color: #f0f4ff;
  border-left: 4px solid #263748;
  border-radius: 0 6px 6px 0;
  padding: 1.25rem 1.5rem;
  margin: 1.75rem 0 2.25rem;
}

.article-sommaire p.sommaire-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #263748;
  margin-bottom: 0.75rem;
}

.article-sommaire ul {
  margin: 0;
  padding-left: 1.25rem;
  list-style-type: none;
}

.article-sommaire ul li {
  margin-bottom: 0.35rem;
}

.article-sommaire ul li a {
  font-size: 14px;
  color: #1a1a2e;
  text-decoration: none;
  transition: color 0.15s;
}

.article-sommaire ul li a:hover {
  color: #263748;
  text-decoration: underline;
}


/* ── 8. LIENS ─────────────────────────────────────────────── */

.article-blog a {
  color: #263748;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s, text-decoration 0.15s;
}

.article-blog a:hover {
  color: #1a2736;
  text-decoration: underline;
}


/* ── 9. BLOC CTA (section recrutement) ───────────────────── */

/* Classe explicite .article-cta */
.article-cta {
  background-color: #1a1a2e;
  color: #ffffff;
  border-radius: 8px;
  padding: 1.75rem 2rem;
  margin: 2.5rem 0;
  text-align: center;
}

.article-cta p {
  color: #d1d5db;
  margin-bottom: 1.25rem;
  font-size: 15px;
}

.article-cta a {
  display: inline-block;
  background-color: #263748;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  padding: 0.65rem 1.5rem;
  border-radius: 6px;
  text-decoration: none !important;
  transition: background-color 0.2s;
  margin: 0.25rem;
}

.article-cta a:hover {
  background-color: #1a2736;
}

.article-cta a.cta-secondary {
  background-color: transparent;
  border: 1px solid #6b7280;
  color: #d1d5db !important;
}

.article-cta a.cta-secondary:hover {
  border-color: #ffffff;
  color: #ffffff !important;
}

/* Bloc CTA sans classe — section finale "Recruter vos profils tech"
   Fonctionne sur la balise <section> directe dans Elementor */
section:not([class]):not([id]) {
  background-color: #f0f4ff;
  border-left: 4px solid #263748;
  border-radius: 0 8px 8px 0;
  padding: 1.5rem 1.75rem;
  margin: 2.5rem 0;
}

section:not([class]):not([id]) h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section:not([class]):not([id]) p {
  color: #374151;
  margin-bottom: 0.75rem;
  font-size: 15px;
}

section:not([class]):not([id]) a {
  display: inline-block;
  background-color: #263748;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 13px;
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  text-decoration: none !important;
  margin: 0.25rem 0.25rem 0 0;
  transition: background-color 0.2s;
}

section:not([class]):not([id]) a:hover {
  background-color: #1a2736;
}


/* ── 10. FAQ (dl/dt/dd) ───────────────────────────────────── */

.article-blog dl {
  margin: 1.5rem 0;
}

.article-blog dl dt {
  margin-top: 1.5rem;
}

.article-blog dl dt h3 {
  margin-top: 0;
  font-size: 1.05rem;
  color: #1a1a2e;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.article-blog dl dt h3::before {
  content: "Q.";
  font-weight: 700;
  color: #263748;
  flex-shrink: 0;
  font-size: 1rem;
}

.article-blog dl dd {
  margin-left: 0;
  padding-left: 1.5rem;
  border-left: 3px solid #e8ecf0;
  margin-top: 0.5rem;
}

.article-blog dl dd p {
  font-size: 15px;
  color: #374151;
  margin-bottom: 0;
}


/* ── 11. SECTION "À LIRE AUSSI" ───────────────────────────── */

.article-read-also {
  background-color: #f7f9fc;
  border: 1px solid #e8ecf0;
  border-radius: 8px;
  padding: 1.5rem 1.75rem;
  margin-top: 3rem;
}

.article-read-also h2 {
  border-bottom: none;
  margin-top: 0;
  font-size: 1.1rem;
  color: #1a1a2e;
  padding-bottom: 0;
}

.article-read-also ul {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
}

.article-read-also ul li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #e8ecf0;
}

.article-read-also ul li:last-child {
  border-bottom: none;
}

.article-read-also ul li a {
  font-size: 14px;
  color: #263748;
  text-decoration: none;
  font-weight: 500;
}

.article-read-also ul li a:hover {
  text-decoration: underline;
  color: #1a2736;
}

.article-read-also ul li a::before {
  content: "→ ";
  color: #9ca3af;
  font-weight: 400;
}


/* ── 12. BREADCRUMB ───────────────────────────────────────── */

.article-breadcrumb {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 1.5rem;
}

.article-breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: center;
}

.article-breadcrumb li + li::before {
  content: "/";
  margin-right: 0.25rem;
  color: #d1d5db;
}

.article-breadcrumb a {
  color: #6b7280;
  text-decoration: none;
}

.article-breadcrumb a:hover {
  color: #263748;
  text-decoration: underline;
}


/* ── 13. RESPONSIVE MOBILE ────────────────────────────────── */

@media (max-width: 640px) {
  .article-blog {
    padding: 1.25rem 1rem 3rem;
  }

  .article-blog h1 {
    font-size: 1.5rem;
  }

  .article-blog h2 {
    font-size: 1.2rem;
  }

  .article-cta {
    padding: 1.25rem 1rem;
  }

  .article-sommaire {
    padding: 1rem 1.1rem;
  }
}

/* ============================================================
   CSS TABLEAU COMPARATIF — Fiche métier Platform Engineer
   Silkhom · Tableau "PE vs DevOps Engineer vs SRE"
   À coller dans le CSS du thème ou via l'éditeur WordPress
   ============================================================ */

/* Wrapper responsive — entoure le <table> dans le HTML */
.table-comparatif-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 2rem 0;
  border-radius: 6px;
}

/* Tableau principal */
.table-comparatif-wrapper table,
table.table-comparatif {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 560px;
}

/* Caption */
.table-comparatif-wrapper caption,
table.table-comparatif caption {
  font-size: 12px;
  color: #6b7280;
  text-align: left;
  margin-bottom: 8px;
  font-style: italic;
  caption-side: top;
}

/* En-tête */
.table-comparatif-wrapper thead tr,
table.table-comparatif thead tr {
  background-color: #1a1a2e;
  color: #ffffff;
}

.table-comparatif-wrapper thead th,
table.table-comparatif thead th {
  padding: 12px 16px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  vertical-align: middle;
  border: none;
}

/* Colonne "Critère" plus étroite et atténuée */
.table-comparatif-wrapper thead th:first-child,
table.table-comparatif thead th:first-child {
  width: 18%;
  color: #9ca3b8;
}

/* Colonne Platform Engineer mise en avant */
.table-comparatif-wrapper thead th:nth-child(2),
table.table-comparatif thead th:nth-child(2) {
  background-color: #3730a3;
  border-left: 3px solid #4f46e5;
}

/* Corps du tableau */
.table-comparatif-wrapper tbody tr,
table.table-comparatif tbody tr {
  border-bottom: 1px solid #e8ecf0;
  transition: background-color 0.15s ease;
}

.table-comparatif-wrapper tbody tr:nth-child(even),
table.table-comparatif tbody tr:nth-child(even) {
  background-color: #f7f9fc;
}

.table-comparatif-wrapper tbody tr:hover,
table.table-comparatif tbody tr:hover {
  background-color: #eef2ff;
}

.table-comparatif-wrapper tbody td,
table.table-comparatif tbody td {
  padding: 12px 16px;
  vertical-align: top;
  line-height: 1.55;
  color: #374151;
  border: none;
}

/* Colonne critères en gras */
.table-comparatif-wrapper tbody td:first-child,
table.table-comparatif tbody td:first-child {
  font-weight: 600;
  color: #1a1a2e;
  white-space: nowrap;
}

/* Colonne Platform Engineer mise en avant */
.table-comparatif-wrapper tbody td:nth-child(2),
table.table-comparatif tbody td:nth-child(2) {
  border-left: 3px solid #4f46e5;
  background-color: #f5f3ff;
}

.table-comparatif-wrapper tbody tr:hover td:nth-child(2),
table.table-comparatif tbody tr:hover td:nth-child(2) {
  background-color: #ede9fe;
}

/* Footer / note de source */
.table-comparatif-wrapper tfoot td,
table.table-comparatif tfoot td {
  padding: 8px 16px;
  font-size: 12px;
  color: #6b7280;
  font-style: italic;
  border-top: 1px solid #e8ecf0;
  background-color: #f7f9fc;
}

/* Mobile */
@media (max-width: 640px) {
  .table-comparatif-wrapper thead th:first-child,
  table.table-comparatif thead th:first-child {
    width: auto;
  }
}/* End custom CSS */