/* Styles généraux */
/* Couleurs
Noir: #2E2E2E;
Blanc: #ffffff;
Rouge: #DD412C;
Vert: #007F5F;
*/

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #2E2E2E;
}


h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

/* Sous-titre */
.subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: #3c3c3c;
}

/* Boutons */
.btn-custom {
    font-family: 'Plus Jakarta Sans', serif;
    background-color: #DD412C !important;
    color: #ffffff !important;
    font-weight: bold !important;
    padding: 8px 24px;
    border-radius: 12px !important;
}

.btn-custom:hover {
    background-color: #9e2d1c !important;
}

/* TITRES */
h4 {
    font-weight: 500 !important;
    color: #DD412C !important;
    font-size: 1rem !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.title-with-line {
    position: relative;
    padding-left: 150px;
}

.title-with-line::before {
    content: "";
    position: absolute;
    left: 50px;
    top: 50%;
    width: 85px;
    height: 2px;
    background-color: #DD412C;
    transform: translateY(-50%);
}

h1 {
    font-size: 5rem !important;
    letter-spacing: -8px;
    line-height: 3.8rem !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
