body{
    background-color:#d9a4cb;
    font-family:"Caviar Dreams"; 
    padding: 0px; 
    margin: 0px;
}
#Logo img {
    position: absolute;
    height: 100px; 
    left : 20px;
    top:120px;
}

nav{
    background: rgb(255, 255, 255);
    border: 1px solid rgb(156, 156, 156);
    border-bottom-width: 10px;
}

ul{
    display: inline-block;
    margin-left: 370px;
    
}
.active{
    text-decoration: none;
    color: #000000;
}
li{

    font-family: Caviar Dreams;
    letter-spacing: 3px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    transition: color 0.5s, background-color 0.5s, transform 0.5s;
  

}
li .underline{
    height: 1px;
    margin-top: 10px;
    background-color: pink;
    

}
li:hover{
    background-color: rgb(156, 156, 156);
    border-radius: 5px;
    color: #fff;
    transform: scale(1.05);
}
li:hover .underline{
    background-color: rgb(241, 201, 208);
    height: 3px;
}
h1{  
    width: 29%;
    font-size: 32px;
    font-weight: bold;
    font-family: "Caviar Dreams";    
    text-align: center;
    margin-left: 524px;
    margin-top:100px;
}
.photoprofil{


height: 268px;
margin-left: 207px;
margin-top: 0px;

}

.ketsia {
width: 29%;
margin-top:-223px;
display: flex;
font-family:"Caviar Dreams";
text-align: center;
margin-left:527px;
}
.main{
margin: 20px;
margin-top: 217px;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
font-weight: normal;
}
.passions{
display:flex;
flex-wrap:wrap;
}
.passions .photo {
margin-right: 20px;
}
.passions .photo img {
width: 340px;
}
.passions .photos{
margin-right: 20px;
}
.passions .photos img{
    width: 343px;
} 
.passions .photos .texte{
display: flex;
flex-wrap: wrap;


}
