/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.1.0.1774429712
Updated: 2026-03-25 10:08:32
*/


/* =========================================================
   1. VARIABLES GLOBALES
   ========================================================= */

:root {
  /* Couleurs */
  --color-primary: #E8192C;
  --color-primary-hover: #C41525;
  --color-white: #FFFFFF;
  --color-heading: #000000;

  /* Typographies */
  --font-heading: Inter, sans-serif;

  /* Boutons */
  --btn-radius: 0.25rem;
  --btn-padding-y: 12px;
  --btn-padding-x: 32px;
  --btn-transition: all 0.3s ease;

  /* Titres */
  --heading-h1-size: 3.75rem;
  --heading-h2-size: 40px;
  --heading-h3-size: 24px;
  --heading-line-height: 1.2;
  --heading-margin-bottom: 16px;
}


/* =========================================================
   2. TYPOGRAPHIE GLOBALE
   ========================================================= */

.et-main-area p, .et-main-area a,span.stat-label {
  font-family: var(--font-heading);
  color: var(--color-heading) !important;

}

h1,
h2,
h3,
.et_pb_text h1,
.et_pb_text h2,
.et_pb_text h3,
.et_pb_module_header {
  font-family: var(--font-heading);
  color: var(--color-heading);
  font-weight: 700 !important;
  line-height: var(--heading-line-height);
  margin-bottom: var(--heading-margin-bottom);
}

h1,
.et_pb_text h1 {
  font-size: var(--heading-h1-size) !important;
}

h2,
.et_pb_text h2 {
  font-size: var(--heading-h2-size);
}

h3,
.et_pb_text h3,
.et_pb_module_header {
  font-size: var(--heading-h3-size);
}


/* =========================================================
   3. TOP HEADER
   ========================================================= */

#top-header {
  height: 36px !important;
}

#top-menu .menu-item-71 a:hover,
#top-menu .menu-item-142 a:hover {
  color: #e8192c !important;
  opacity: 1 !important;
}
.menu-item-41 > a::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  content: "\f095";
  margin-right: 8px;
}

.menu-item-42 > a::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400;
  content: "\f0e0";
  margin-right: 8px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  margin-left: 15% !important;
}

/* =========================================================
   4. MENU – BOUTON CTA (Contactez-nous)
   ========================================================= */

li.menu-item-72 > a {
  display: inline-block;
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  padding: var(--btn-padding-y) var(--btn-padding-x) !important;
  border-radius: var(--btn-radius) !important;
  transition: var(--btn-transition) !important;
  line-height: 1.2 !important;
}

li.menu-item-72 > a:hover,
li.menu-item-72 > a:focus {
  background-color: var(--color-primary-hover) !important;
  scale: 1.05 !important;
  opacity: 1 !important;
  color: #fff !important;
}


/* =========================================================
   5. HERO SECTION – OVERLAY
   ========================================================= */

.et_pb_section_0.hero-overlay {
  position: relative !important;
}

.et_pb_section_0.hero-overlay::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(27, 42, 74, 0.7) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.et_pb_section_0.hero-overlay .et_pb_row {
  position: relative !important;
  z-index: 2 !important;
}


/* =========================================================
   6. STATS
   ========================================================= */

.stats-pro .stat-number {
  font-size: 3.75rem !important;
}


/* =========================================================
   7. FOOTER
   ========================================================= */
/* --- 7.1 Container global --- */
.et-l--footer {
  background-color: #000 !important;
  padding: 60px 0 30px !important;
}
.et_pb_section_0_tb_footer {
  background-color: transparent !important;
  padding: 0 !important;
}
/* --- 7.2 Row principale (3 colonnes) --- */
.et_pb_row_0_tb_footer {
  display: flex !important;
  justify-content: space-between !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 30px !important;
}
/* --- 7.3 Colonne 1 : Logo + description --- */
.et_pb_column_0_tb_footer {
  max-width: 35% !important;
  flex: 0 0 35% !important;
}
.et_pb_text_0_tb_footer h2 {
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  margin-bottom: 15px !important;
}
.et_pb_text_0_tb_footer #color-red {
  color: #e8192c !important;
}
.et_pb_text_0_tb_footer p {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
}
/* --- 7.4 Icônes sociales --- */
.et_pb_row_1_tb_footer {
  display: flex !important;
  gap: 15px !important;
  padding: 0 !important;
  width: auto !important;
}
.et_pb_row_1_tb_footer .et_pb_column {
  flex: none !important;
  width: auto !important;
  padding: 0 !important;
}
.et_pb_row_1_tb_footer .et-pb-icon {
  color: #ffffff !important;
  font-size: 20px !important;
  transition: color 0.3s ease !important;
}
.et_pb_row_1_tb_footer .et-pb-icon:hover {
  color: #ffffff !important;
}
/* --- 7.5 Colonne 2 : Liens rapides --- */
.et_pb_column_3_tb_footer {
  max-width: 25% !important;
  flex: 0 0 25% !important;
}
.et_pb_text_1_tb_footer h3 {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}
.et_pb_text_2_tb_footer p {
  line-height: 2.2 !important;
  margin: 0 !important;
}
.et_pb_text_2_tb_footer a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: color 0.3s ease !important;
}
.et_pb_text_2_tb_footer a:hover {
  color: #ffffff !important;
}
/* --- 7.6 Colonne 3 : Contact --- */
.et_pb_column_4_tb_footer {
  max-width: 30% !important;
  flex: 0 0 30% !important;
}
.et_pb_text_3_tb_footer h3 {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}
.et_pb_text_4_tb_footer p {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 2.2 !important;
  margin: 0 !important;
}
.et_pb_text_4_tb_footer span {
  color: #ffffff !important;
}
.et_pb_text_4_tb_footer a {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}
.et_pb_text_4_tb_footer a:hover {
  color: #ffffff !important;
}
/* --- 7.7 Séparateur + Copyright --- */
.et_pb_row_2_tb_footer {
  max-width: 1200px !important;
  margin: 40px auto 0 !important;
  padding: 0 30px !important;
}
.et_pb_divider_0_tb_footer .et_pb_divider_internal {
  border-top-color: #2d3f5e !important;
}
.et_pb_row_3_tb_footer {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 25px 30px 0 !important;
}
.et_pb_text_5_tb_footer p {
  color: #ffffff !important;
  font-size: 13px !important;
  text-align: center !important;
  margin: 0 !important;
}
/* --- Icônes contact footer --- */
.et_pb_text_4_tb_footer .fas {
  color: #ffffff !important;
  margin-right: 8px !important;
  font-size: 14px !important;
  width: 20px !important;
  text-align: center !important;
}

/* =========================================================
   8. RESPONSIVE
   ========================================================= */

@media (max-width: 980px) {
  .et_pb_row_0_tb_footer {
    flex-direction: column !important;
    gap: 40px !important;
  }

  .et_pb_column_0_tb_footer,
  .et_pb_column_3_tb_footer,
  .et_pb_column_4_tb_footer {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  h2, h3,
  .et_pb_text h2,
  .et_pb_text h3,
  p,
  .et_pb_text p {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  h1,
  .et_pb_text h1 {
    font-size: 2rem !important;
  }
  .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button{
    font-size: 15px;
    padding: 0.25rem 0.25rem !important;
  }
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    margin-left: auto !important;
  }
}