.elementor-651779 .elementor-element.elementor-element-77958c2{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-bee3d40 *//* ============================================================
   BLUEDOCKER : Blog S5 : Recruter un Ingénieur Méthodes / Industrialisation en 2026
   CSS Elementor, à coller dans Elementor > Custom CSS
   ou Apparence > Personnaliser > CSS additionnel
   Préfixe : .bd- (blog / page ressource)
   Pas de hero. Typographie Poppins (corps en 300, H2 en 700),
   cohérent avec le baromètre des salaires 2026.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

:root {
  --bd-blue: #0A2E5C;
  --bd-blue-mid: #1A4A8A;
  --bd-blue-light: #EAF1FA;
  --bd-blue-border: #C5D9F0;
  --bd-blue-gradient: linear-gradient(150deg, #0575E6 0%, #0044D7 55%, #021B79 100%);
  --bd-green: #1A7A4A;
  --bd-green-light: #EAF5EF;
  --bd-red: #B3261E;
  --bd-red-light: #FBEAE9;
  --bd-gold: #B8860B;
  --bd-gold-light: #FBF3E1;
  --bd-border: #E2E8F0;
  --bd-bg-light: #F7F9FC;
  --bd-text-muted: #767676;
  --bd-radius: 8px;
  --bd-radius-lg: 14px;
  --bd-max-width: 800px;
}

/* ============================================================
   TYPOGRAPHIE (Poppins)
   ============================================================ */
.bd-section {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.bd-section h2 {
  font-weight: 700;
}

/* ============================================================
   SECTIONS
   ============================================================ */
.bd-section,
.bd-section--light,
.bd-section--cta {
  padding: 10px 24px;
}

.bd-section--dark {
  padding: 40px 24px;
  border-radius: 16px;
  background: var(--bd-blue-gradient);
}

.bd-section--light {
  background: var(--bd-bg-light);
}

.bd-container {
  max-width: var(--bd-max-width);
  margin: 0 auto;
}

.bd-section--dark,
.bd-section--dark * {
  color: rgba(255,255,255,0.85);
}

.bd-section--dark h2,
.bd-section--dark h3,
.bd-section--dark strong {
  color: #ffffff;
}

ul {
  margin-left: 0px;
}

/* ============================================================
   DIRECT ANSWER / GEO BLOCK
   ============================================================ */
.bd-answer-block {
  background: #fff;
  border: 1.5px solid var(--bd-blue-mid);
  border-radius: var(--bd-radius-lg);
  padding: 24px 28px;
  margin: 0 0 20px;
}

.bd-answer-block__label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--bd-blue-mid);
  font-weight: 700;
  margin-bottom: 10px;
}

/* ============================================================
   CHIFFRES CLÉS
   ============================================================ */
.bd-keyfigures {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin: 20px 0;
}

@media (max-width: 700px) {
  .bd-keyfigures {
    grid-template-columns: 1fr;
  }
}

.bd-keyfigure {
  background: #fff;
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius-lg);
  padding: 18px 16px;
  text-align: center;
}

.bd-keyfigure__value {
  font-weight: 800;
  color: var(--bd-blue);
  margin-bottom: 6px;
}

.bd-keyfigure__label {
  color: var(--bd-text-muted);
}

/* ============================================================
   CALLOUT
   ============================================================ */
.bd-callout {
  display: flex;
  gap: 14px;
  border-radius: var(--bd-radius);
  padding: 18px 22px;
  margin: 20px 0;
}

.bd-callout--info {
  background: var(--bd-blue-light);
  border-left: 3px solid var(--bd-blue-mid);
  border-radius: 0 var(--bd-radius) var(--bd-radius) 0;
}

.bd-callout--warning {
  background: var(--bd-gold-light);
  border-left: 3px solid var(--bd-gold);
  border-radius: 0 var(--bd-radius) var(--bd-radius) 0;
}

.bd-callout p {
  margin: 0;
}

.bd-callout strong {
  color: var(--bd-blue);
}

/* ============================================================
   TABLEAUX
   ============================================================ */
.bd-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius-lg);
  margin: 20px 0;
}

.bd-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
}

.bd-table thead th {
  background: var(--bd-blue-gradient);
  color: #fff;
  text-align: left;
  padding: 12px 16px;
  font-weight: 700;
}

.bd-table thead th:not(:first-child) {
  text-align: center;
}

.bd-table tbody td {
  padding: 12px 16px;
  border-top: 1px solid var(--bd-border);
  background: #fff;
}

.bd-table tbody td:not(:first-child) {
  text-align: center;
}

.bd-table tbody tr:nth-child(even) td {
  background: var(--bd-bg-light);
}

.bd-table td:first-child {
  font-weight: 600;
  color: var(--bd-blue);
}

/* ============================================================
   CARTES COMPÉTENCES / MISSIONS
   ============================================================ */
.bd-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.bd-pill {
  display: inline-block;
  background: var(--bd-blue-light);
  border: 1px solid var(--bd-blue-border);
  border-radius: 20px;
  padding: 6px 14px;
  color: var(--bd-blue-mid);
}

.bd-check-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bd-check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius);
}

.bd-check-list__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--bd-green-light);
  color: var(--bd-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.bd-check-list--warning .bd-check-list__icon {
  background: var(--bd-red-light);
  color: var(--bd-red);
}

/* ============================================================
   CTA
   ============================================================ */
.bd-btn {
  display: inline-block;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.18s ease;
  cursor: pointer;
  white-space: nowrap;
}

.bd-btn--primary {
  background: var(--bd-blue) !important;
  color: #fff !important;
  border: 2px solid var(--bd-blue);
}

.bd-btn--primary:hover {
  background: var(--bd-blue-mid) !important;
  border-color: var(--bd-blue-mid);
}

.bd-btn--white {
  background: #fff !important;
  color: var(--bd-blue) !important;
  border: 2px solid #fff;
}

.bd-btn--white:hover {
  background: var(--bd-blue-light) !important;
}

.bd-cta-wrap {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.bd-inline-cta {
  background: var(--bd-blue-light);
  border-radius: var(--bd-radius);
  padding: 16px 20px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.bd-inline-cta a {
  color: var(--bd-blue) !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

/* ============================================================
   FAQ (accordéon natif, sans JS)
   ============================================================ */
.bd-faq {
  margin-top: 16px;
}

.bd-faq details {
  border-top: 1px solid var(--bd-border);
  padding: 16px 0;
}

.bd-faq details:last-child {
  border-bottom: 1px solid var(--bd-border);
}

.bd-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--bd-blue);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.bd-faq summary::-webkit-details-marker {
  display: none;
}

.bd-faq summary::after {
  content: "+";
  font-weight: 400;
  color: var(--bd-blue-mid);
  flex-shrink: 0;
}

.bd-faq details[open] summary::after {
  content: "\2212";
}

.bd-faq details p {
  margin-top: 12px;
  margin-bottom: 0;
}

/* ============================================================
   NOTE / DISCLAIMER
   ============================================================ */
.bd-note {
  color: var(--bd-text-muted);
  font-style: italic;
  margin-top: 10px;
}/* End custom CSS */