main{
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2{
    color: #7ebd17;
    font-size: xx-large;
    text-align: center;
}

.contacts{
    font-size: x-large;
    list-style: none;
}

.contacts img{
    width: 25px;
    padding-right: 5px;
}

#loca{

}

#loca p{
    margin: 0;
    font-size: 1.25em;
    padding-bottom: 5px;
}

#adresse{
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#adresse p{
    font-size: 1.1em;
}

iframe{
    margin-top: 15px;
    width: 600px;
    height: 300px;
}
