.f-section-large-5 {
    padding: 50px 20px;
    background-color: #f3f5fb; 
    border-radius: 14px; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); 
    color: #000000; 
    font-family: Montserrat, sans-serif; 
    max-width: 1200px;
    margin: 0 auto;
}


.f-container-regular-4 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}


.f-h2-heading {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #10367A; 
    margin-bottom: 30px;
}

.titreiso {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.titreblanc {
    color: #10367A; 
}

.plusgrand {
    font-size: 2.5rem;
}


.list {
    list-style-type: disc; 
    padding-left: 40px; 
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1rem; 
    font-weight: 500; 
    line-height: 1.6; 
    color: #000000; 
}

.list-item {
    margin-bottom: 10px; 
    color: #000000; 
}


.bold-text-8 {
    font-weight: bold;
    font-size: 1.1rem;
    color: #10367A; 
}


.f-button-wrapper-2 {
    text-align: center;
    margin-top: 30px;
}

.f-button-neutral {
    display: inline-block;
    padding: 12px 24px;
    background-color: #10367A; 
    color: #FFFFFF; 
    text-decoration: none;
    border-radius: 8px; 
    font-weight: bold;
    font-size: 1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.f-button-neutral:hover {
    background-color: #FE5716; 
    color: #FFFFFF;
}

.boutoniso {
    text-transform: uppercase;
    font-size: 1rem;
}

.inverse {
    border: 2px solid #10367A; 
    background-color: #f3f5fb; 
    color: #10367A; 
}

.inverse:hover {
    background-color: #10367A;
    color: #FFFFFF;
}

.text-block-35 {
    font-size: 1rem;
    font-weight: bold;
    color: #10367A; 
}