/*
Theme Name:       RenovMedical Child
Theme URI:        https://renovmedical.fr
Description:      Child Theme pour RenovMedical
Author:           RenovMedical
Template:         Divi
Version:          1.0.4
*/

/* Import du thème parent */
@import url("../Divi/style.css");

/* ======================
   COULEURS & STYLE RENOVMEDICAL
   ====================== */

body {
    font-family: 'Inter', system-ui, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #0A2F5E;
}

/* Boutons */
.et_pb_button {
    background-color: #F4A261 !important;
    color: white !important;
    border-radius: 50px !important;
    padding: 16px 40px !important;
}

.et_pb_button:hover {
    background-color: #2A8C6B !important;
}

/* Liens */
a {
    color: #0A2F5E;
}

a:hover {
    color: #2A8C6B;
}
/* ======================
   AMÉLIORATIONS STYLE GLOBAL
   ====================== */

/* Espacements plus aérés (style médical propre) */
.et_pb_section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.et_pb_row {
    max-width: 1280px !important;
}

/* Typographie améliorée */
h1 {
    font-size: 48px !important;
    line-height: 1.2 !important;
}

h2 {
    font-size: 36px !important;
    line-height: 1.3 !important;
}

/* Header plus moderne */
.et_header_style_left .et_menu_container {
    background-color: white !important;
    box-shadow: 0 4px 15px rgba(10, 47, 94, 0.08) !important;
    padding: 10px 0;
}

/* Cartes / Modules plus élégants */
.et_pb_module {
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.et_pb_module:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Couleur de fond des sections alternées */
.et_pb_section:nth-of-type(even) {
    background-color: #F8F9FA !important;
}