 /* html {
     overflow-x: hidden; 
} */
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Titillium Web', sans-serif;
    color: #666;
    font-weight: 300;
    line-height: 1.65em;
    overflow-x: hidden;

}

main{
    margin: 0;
}
a {
    color: #b34b32;
    text-decoration: none;
}

.btn-alert{
    font-size: 16px;
}


/* bloc 1 */
div.bloc-1, div.bloc-2, div.bloc-3, div.bloc-4, div.bloc-5{
    margin-top: 50px;
    padding: 3%;
}

div.bloc-1, div.bloc-3, div.bloc-5{
    background: #62757c; 
}

div.bloc-1 h2, div.bloc-3 h2, div.bloc-5 h2{
    text-align: center;
    font-size: 2em;
    color: aliceblue;
    line-height: 1.35em;
    padding-bottom: 50px;
}
div.bloc-5 h3{
    text-align: center;
    font-size: 1.5em;
    color: aliceblue;
    line-height: 1.35em;
    padding-bottom: 50px;
}
h2, h3 {
    font-weight: 400;
    margin-right: 17%;
    margin-left: 17%;
    margin-top: 5%;
}

.bloc-3{
    background: #62757c;

    height: 100%;
    width: 94%;
    margin: 0;
    padding-top: 3%;
    padding-bottom: 3%;

}

/* Bloc 2 */
div.bloc-2 {
    font-size: 120%;
}
.division{
    display: flex;
    justify-content: center;
    align-items: center;


}

/* image séparation */
span.image.fit img.séparation {
    width:70%;
}
/* Bloc 3 */
.bloc-4{
    margin: 5% auto;

    width: 80%;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.image-cybermalveillance{
    width: 80%;

}

.valeurs-section {
    text-align: center;
}

.valeur-dark {
    background-color: #eef2f3;
}

.valeur-soft {
    background-color: #f0f7f4;
}

.valeur-primary {
    background-color: #fdf1ee;
}

div .valeurs {
    display: flex;
    box-sizing: border-box;
    align-items: stretch;
    justify-content: center;
}

.image img {
    border-radius: 4px;
    display: block;
}
.valeurs p{
    max-width: 370px;
    vertical-align: baseline;
    padding-right: 10%;
    padding-left: 10%;
    height: 50%;

}

.card h2, h3 {
    margin-right: 1% ;
    margin-left: 1% ;
    text-align: center;
}

.bottom-border {
    padding-bottom: 10px;
}

.bottom-border::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 20px; /* Hauteur de la "bordure" */
    width: 95%;
    border-radius: 3px; /* Arrondit les quatre coins */
}

.border-62757C::after{
    background-color: #62757C;
}

.border-B1C8BE::after{
    background-color: #B1C8BE;
}

.border-B34B32::after{
    background-color: #B34B32;
}

/* ===================== HERO SECTION ===================== */
.hero-section {
    min-height: 100vh;
    background-color: #62757c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 40px 20px;
    max-width: 960px;
    width: 100%;
}

.hero-logo {
    width: 480px;
    max-width: 85%;
    background: #ffffff;
    border-radius: 8px;
    padding: 28px 48px;
}

.hero-tagline {
    font-size: 2.3em;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.hero-ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-hero-primary {
    background-color: #b34b32;
    color: #fff;
    padding: 14px 34px;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s;
    display: inline-block;
}

.btn-hero-primary:hover {
    background-color: #8f3a25;
    color: #fff;
}

.btn-hero-secondary {
    background-color: transparent;
    color: #fff;
    padding: 14px 34px;
    border-radius: 4px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
    transition: border-color 0.3s, background-color 0.3s;
    display: inline-block;
}

.btn-hero-secondary:hover {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.hero-emergency a {
    background-color: rgba(179, 75, 50, 0.2);
    border: 1px solid #b34b32;
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 0.95em;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1.5;
    transition: background-color 0.3s;
}

.hero-emergency a:hover {
    background-color: rgba(179, 75, 50, 0.4);
    color: #fff;
}

.hero-emergency i {
    font-size: 1.1em;
    color: #b34b32;
}

/* ===================== STATS BAR ===================== */
.bloc-stats {
    background-color: #62757c;
    padding: 36px 5%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 2px solid rgba(255, 255, 255, 0.18);
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.stat-item:last-child {
    border-right: none;
}

.stat-number {
    font-size: 2.4em;
    font-weight: 700;
    color: #b34b32;
    line-height: 1;
}

.stat-number i {
    font-size: 0.85em;
}

.stat-label {
    font-size: 0.85em;
    color: #b1c8be;
    margin-top: 8px;
    max-width: 140px;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .hero-tagline {
        font-size: 1.7em;
    }

    .stat-item {
        padding: 16px 28px;
    }
}

@media screen and (max-width: 600px) {
    .hero-tagline {
        font-size: 1.35em;
    }

    .hero-section {
        padding-top: 80px;
    }

    .stat-item {
        width: 50%;
        padding: 16px 12px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .stat-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .stat-item:last-child,
    .stat-item:nth-last-child(2):nth-child(odd) {
        border-bottom: none;
    }
}

@media screen and (max-width: 380px) {
    .stat-item {
        width: 100%;
        border-right: none;
    }

    .stat-item:nth-child(odd) {
        border-right: none;
    }
}

/* ===================== PAGE HERO (pages internes) ===================== */
/* Utilisé par : cert, mentions-légales, contact et tout futur inner page */
.page-hero {
    background-color: #62757c;
    padding: 130px 5% 64px;
    text-align: center;
}

.page-hero h1 {
    font-size: 2.8em;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 14px;
    line-height: 1.2;
}

.page-hero-subtitle {
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.6;
    font-weight: 300;
}

@media screen and (max-width: 700px) {
    .page-hero {
        padding: 105px 5% 48px;
    }
    .page-hero h1 {
        font-size: 2em;
    }
}

/* ===================== CONTENT SECTION (pages texte) ===================== */
.content-section {
    background: #fff;
    padding: 64px 5%;
}

.content-wrapper {
    max-width: 860px;
    margin: 0 auto;
}

/* ===================== UTILITAIRES ===================== */
.bold {
    font-weight: 600;
}

/* Legacy (conservé pour compatibilité) */
.number-phone{
    display: none;
}

/* ===================== SECTION SUBTITLES ===================== */
.section-subtitle {
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05em;
    margin: -20px 17% 30px;
    line-height: 1.5;
    font-weight: 300;
}

.section-subtitle-dark {
    color: #888;
}

/* ===================== VALEUR ICONS ===================== */
.valeur-icon {
    font-size: 2.4em;
    display: block;
    margin-bottom: 8px;
    margin-top: 16px;
}

.valeur {
    position: relative;
    padding-bottom: 28px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .section-subtitle {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 0.95em;
    }
}

@media screen and (max-width: 1114px) {
    div .valeurs{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    body{
        overflow-x: hidden;
    }
    .image-cybermalveillance{
        
        margin-left: 35px;
    }
    
    .bloc-4  {
        width: 94%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .groupe-gauche{
        display: flex;

        justify-content: center;
        align-items: center;
        margin: auto;

    }
    

  }

  @media screen and (max-width: 576px) {
     body{
        overflow-x: hidden;
    }
    main{
        margin: 5%
    }

    .division{
        display: flex;
        flex-direction: column;

    }
    .valeurs{
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .bloc-4{
        display: flex;
        flex-direction: column;
    }    
}