body{padding-top: 2rem;}
header{
    flex-direction: column;
    min-height: 0; 
}
.toggle{
    display: flex;
    background-color: #F8F9FF;
    padding: 1rem;
    width: 100%;
}

header .container{
    width: 100%;
}

header nav ul{
    display: flex;
    flex-direction: column;
    gap: 0px;
    background-color: #F8F9FF;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease,max-height .1s ease;
    transform: scaleY(0);
    transform-origin: top;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
}
header nav ul.active{
    opacity: 1;
    transform:scaleY(1) ;
    max-height: 480px;
    pointer-events: auto;
}
header nav ul li{
border-bottom: 1px solid #c6c8d1;
}

header nav ul li:last-child{
    border: none;
}
header nav ul li a{ 
    display: block;
    width: 100%;
    padding-left: 2rem;
}
header nav ul li a:hover{
    background: none;
    color: #000;
}
.home_top{
    flex-direction: column;
    flex-wrap: wrap;
}
.home_top .profil_photo{
    width: 15rem;
    height: 15rem;
    left:33%;
}
.home_top .profil_photo img{
    width: 15rem;
    height: 15rem;}
.home_top .profil_photo_top1{
    width: 15rem;
    height: 15rem;
left:31%;}
.home_top .profil_photo_top2{
    width: 15rem;
    height: 15rem;
    left:29%;
}
.home_top .profil_detail h1{
    font-size: 3rem;
    font-weight: 600;
    
}
.home_top .profil_detail em{
    font-size: 1.3rem;
    margin-top: 1.5rem;
    ;
}
.home_top .profil_detail p{
    font-size: 1rem;
    font-weight: 500;
    padding: 0 3.5rem;
line-height: 2.5;
}
.home_top .profil_photo_area{
width: 100%;
height: 17rem;
}
.home_top .profil_detail{
flex: 1;
width: 100%;

}
.home_top .profil_detail a{

font-size: 1.4rem;
font-weight: 600;
width: 15rem;
height: 4rem;
padding-top: 1.2rem;
}
.portefeuille{
flex: 0 1 35rem;
}
.portefeuille img{
    max-width: 35rem;
}
.footer_bottom .container{gap:2rem}
.footer_bottom .socials{
   gap: 2rem; 
}
.contact{
    gap: 3rem;
}
.experience,.formation{
    flex: 0 1 35rem;
    height: 25rem;
}
