body{
    font-size: 90%;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.first_elem{
    margin-top: 2%;
}

h6{
    font-size: 110%;
    margin: 0;
    margin-top: 5%;
}
.content{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
img{
    width: 350px;
    margin-top: 30px;
}
.mail{
    width:200px;
}
.info{
    display: flex;
    flex-direction: row;
}
.situation{
    font-style:italic;
    text-align: center;
}
.presentation{
    background-color: rgb(89,20,17);
    color: white;
    padding-left: 30px;
}
.first{
    padding-top: 30px;
}
.last{
    padding-bottom: 30px;
}
.info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.photos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5%;

}
.photos > img{
    margin: 0;
}
.more_padding{
    padding-left: 5%;
}
.aggrandissement{
    transition: transform 0.3s ease;
}

.aggrandissement:hover{
    transform: scale(1.3);
}
@media screen and (max-width: 950px){
    .photos{
        justify-content: center;
    }
    .content{
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mail{
        margin-right: 0;
    }
    .first_elem{
        margin-top: 40px;
    }
}
