 /* 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: 180px
}
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%;

}

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::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;
}

.number-phone{
    text-align: center;
    font-size: 1.5em;
    color: #000000;
    line-height: 1.35em;
    padding-bottom: 50px;
    font-weight: 600;
}

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

@media screen and (max-width: 750px) {
    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: 480px) {
     body{
        overflow-x: hidden;
    }
    main{
        margin: 5%
    }

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

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