.large-div-contact{
    width: 100vw;
    height: auto; 
    /* hero-section2 = 40vh & bandeau reseaux sociaux=10vh + ensuite les coordonnées */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgb(249, 237, 245);
}

.large-div-contact p{
    
    font-family:'Roboto', Arial, sans-serif;
    color: rgb(31, 31, 31);
    font-weight: 400;
    font-size:18px;
    line-height:38px;
    text-align:center;
    margin : 0  auto 30px auto;
        word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: center;
    display: inline-block; /* ou block si tu veux toute la largeur */

}
.large-div-contact p a{
    text-decoration: none;
    font-weight: 600;
    color: rgb(70, 70, 70);
    letter-spacing: 1px;
    transition: color 0.3s ease;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: center;
    display: inline-block; /* ou block si tu veux toute la largeur */
}
.large-div-contact p a:hover{
    color: rgb(31, 31, 31);
    text-decoration: underline;
}


 @media only all and (min-width:1px) and (max-width:900px){
    .large-div-contact{
    width: 100vw;
    height: auto; 
    /* hero-section2 = 40vh & bandeau reseaux sociaux=10vh + ensuite les coordonnées */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:baseline;
    background-color: rgb(249, 237, 245);
}
.large-div-contact p{
    
    font-family:'Roboto', Arial, sans-serif;
    color: rgb(70,70,70);
    font-weight: 600;
    font-size: 1rem;
    line-height:3;
    letter-spacing: 1px;
    text-align:center;
    margin : 0  auto 30px auto;
}
   
 }