.contact-content {
    margin-bottom: 115px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.contact-content .contact-infos {
    margin-top: 5%;
    text-align: center;
    min-height: auto;
    max-width: 43%; 
    font-size: 150%;
}
.contact-content li span, .contact-content p span  {
    font-weight: bold;
}
.contact-content h1 .petit{
    font-weight: normal;
    font-size: 50%;
}
.contact-content h1{
   font-size: 200%;
}
.contact-content .coordonnees li {
    text-align: justify;
    margin-bottom: 5%;
}
.contact-content .telephone {
    margin-top: 12%;
    
}
.contact-content .telephone span {
    margin-left: 2%;
}
iframe{
    margin-top: 3%;
    margin-right: 3%;
}