body{
    display: flex;
    justify-content: space-between;
    background-color: gainsboro;
    color: gray;
    height: 100vh;
}
.contenu{
    position: relative;
max-width: 1000px;
min-height: 1000px;
width: 15%;
display: grid;
grid-template-columns: 1fr 2fr;
height: 500px;
}
.left{
position: relative;
background-color: black;
color: aliceblue;
height: 70%;
width: 145%;
border-radius: 15px;
box-shadow: 2px 2px 5px white;




}

.troi{
 color: gray;
 margin-bottom: 20px;
}
.frofiltext{

}
.logo{
height: 45px;
border-radius: 20px;
width:45px ;
}
img{
    width: 75px;
    height: 85px;
    margin-top: 30px;
    margin-left: 60px;
    border: 1px;
    border-radius: 50%;
}
.nom{
    text-decoration: underline;
}
.expérience{
    margin-top: 55%;



}
.page{
  margin-top: 10px;  
}
.lundi{
color: blue;
text-transform: capitalize;
font-size: 30px;
}
.mardi{
 margin: left 10px; 
 padding: left 5px; ;
}
.rigth{
position: absolute;
margin-left: 260px;
display: inline-block;
display: flex;
}
.bouton{
    display: flex;
    margin-left: 90%;
    }
.bas{
    align-self: flex-end;
}
.seul{
margin-top: 50px;
font-size: 20px;
}
@media screen and (max-width: 600px){
    .contenu,.page,.left{
        width: 100%;
    }
    
    .logo,.image{
        width: 90%;
    }
    .expérienc,.seul,.text{
        width: 90%;
    }
    
    .rigth,.les-menu{
        width:90% ;
    }
    
    .ménu,.text{
        width: 100%;
    }
body{
      
    background-color: red;
}
.seul{
    width: 90px;  
}
}
    

