body{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    font-family: Montserrat,sans-serif;
}
p{
    margin: 0;
    padding: 0;
}
#blue{
    background-image: url('https://media.xpair.com/redac/chauffage/chaufferie-sur-mesure-tigr.jpg');
    flex: 1.55;
    display: flex;
    justify-content: center;
    background-size: cover;
}
#grey{
    background-color: #E5E7E8;
    flex: 3;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: -125px;
}
#infos{
    background-color: rgba(0,0,0,0.75);
    width: 90%;
    height: 55%;
    border-radius: 10px 10px 0% 0%;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
}
#name{
    font-family: 'Merriweather', serif;
    color: white;
    font-size: 7.5vw;
    font-weight: 700;
}
#fonction{
    font-family: 'Merriweather', serif;
    color: white;
    font-size: 4vw;
    margin-bottom: 30px;
}
#forelia{
    background-color: rgba(0,0,0,0);
    width: 40%;
    aspect-ratio: 1;
    border-radius: 15px;
    position: absolute;
    align-self: center;
    margin-bottom: -15%;
    overflow:hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#title{
    font-family: 'Merriweather', serif;
    color:white;
    font-size: 13vw;
    margin-right: 8px;
    font-style: italic;
}
#soustitle{
    font-family: 'Comfortaa', sans-serif;
    color:white;
    font-size: 2vw;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.shadowbouton{
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 10px;
}
#phone{
    flex: 0.55;
    display: flex;
}
#message{
    margin: 0px 10px 10px 0px;
    background-color:#2A2A2A;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}
.messagesvg{
    fill: white;
    height: 30px;
}
.messagesvg2{
    fill: black;
    height: 50px;
}
.messagesvg3{
    fill: black;
    height: 35px;
    margin-right: 8%;
}
#boutonmessage{
    color: white;
}
#call{
    margin: 0px 0px 10px 10px;
    background-color:#2A2A2A;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}
#boutoncall{
    color: white;
}
.bouton{
    flex: 1;
    border-radius: 10px;
}
#fish{
    flex: 0.8;
    display:flex;
}
#fish-bouton{
    margin: 10px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
#contact{
    margin-left: 5%;
}
#loc{
    flex: 0.8;
    display: flex;
}
#loc-bouton{
    margin: 10px 10px 0px 0px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
}
#galerie-bouton{
    margin: 10px 0px 0px 10px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
}
#empty{
    flex: 2;
}
.bold{
    font-weight: bold;
}