*{
    font-family: 'Montserrat', sans-serif;
}

.sec1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #414342;
    font-size: 16px;
    
}




.texte_1{

margin: 40px 0px 0px 50px;

width: 75%;
}

.title_1{
    margin: 0px 0px 20px 0px;
    
}

.p_1{
    margin: 0px 0px 30px 0px;
}

.p_2{
    margin: 0px 0px 0px 0px;
}



.accompagnement{
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.accompagnement img{
    width: 63px;
    margin: 0px 0px 0px 19px;
}

.title_2{
    margin-bottom: 20px;
    margin-top: 50px;
}

.p_3{
    margin-top: 10px;
}



#point{
    font-weight: bold;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

#point2{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    max-width: 90%;
}

#point2 p:first-child{
    height: 20px;
    width: 15px;
}



@media (max-width: 850px){
    .sec1{
        margin: 0px;
    }




    .texte_1{
        margin: 10px 10px 0px 10px;
        width: 100%;
        font-size: 1em;
    }

    .texte_1 h1{
        font-size: 20px;
    }

    .bare_img {
        display: none;
    }
}
