#a_propos{
    width: 100%;
    height: auto;
    /* background-color: rgb(16, 119, 88); */
    /* padding: 10px ; */
    margin-top: 20px;
}
#a_propos h2{
    color: #000000;
    display: flex;
    justify-content: center;
    
    }

#a_propos .a_propos{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#a_propos .a_propos img{
    width: 250px;
}
#a_propos .a_propos p{
    color: black;
    padding: 20px;
    text-align: justify;
    /* font-size: 15px; */
}


/* ici */



    /* Responsive */

@media screen and (max-width: 800px){
    /* #a_propos h1{
        font-size: 15px;
    } */

    /* #a_propos .a_propos p{
        font-size: 12px;
    } */


    }

@media screen and (max-width: 600px){

    #a_propos .a_propos{
        display: flex;
        flex-direction: column;
    }

    #a_propos .a_propos img{
        width: 150px;
    }

    }

    @media (max-width: 768px) {
  h1 { font-size: 2rem; }   ;
  h2 { font-size: 1.75rem; };
  h3 { font-size: 1.5rem; } ;
  h4 { font-size: 1.25rem; };
  p  { font-size: 0.95rem; };
}

/* Mobiles (≤ 480px) */
@media (max-width: 480px) {
  h1 { font-size: 1.75rem; };
  h2 { font-size: 1.5rem; } ;
  h3 { font-size: 1.25rem; };
  h4 { font-size: 1.1rem; } ;
  p  { font-size: 0.9rem; } ;
}
