/*--------------------------------   Footer   ---------------------------------*/
footer
{  
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: rgb(245, 245, 245, 0.9);
    padding-top: 10%;
    padding-bottom: 10%;
}

#Contact
{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.photo-footer
{ 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 100%;
}

.photo-footer img
{
    width: 100%;
    display: block;
    border-radius: 100%;
}

#Contact aside
{
    margin-top: 2%;
    height: auto;
    width: 80%;
    min-width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer section aside iframe
{
    height: 15vh;
    width:100%;
    display: block;
    margin:0;
}

#Contact address ul
{
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0;
}
#Contact address ul li a
{
    text-decoration: none;
    color:rgb(60,60,60);
    width: 100%;
}

.titre-rubrique
{
    font-size: 4vh;
    text-decoration: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 3%;
    color:rgb(40,40,40);
}

#Contact address
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
}

.contact-capital
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 2.1vh;
    padding-top: 1%;
    color:rgb(50,50,50);
    width: 100%;
}

.contact-normal
{
    font-family: Georgia, 'Times New Roman', Times, serif;;
    font-size: 1.9vh;
    color:rgb(60,60,60);
    width: 80%;
    display: block;
    margin: 0 auto;
}

.mail
{
    font-family: Georgia, 'Times New Roman', Times, serif;;
    font-size: 1.9vh;
    color:rgb(60,60,60);
    width: 100%;
}

.telephone
{
    padding-top: 4%;
    padding-bottom: 1%;
}