
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{
    background: rgb(231, 231, 226);
    display: flex ;
    justify-content: center;
    border-radius: 15px;
}
.contrainer{
    max-width: 1000px;
    min-height: 1000px;
    margin: 50px;
    background: rgb(234, 215, 8);
    display: grid;
    grid-template-columns: 1fr 2fr;
    height: 50vh;
    border-radius: 15px;
}
.contrainer .gauche{
    position: relative;
    background:rgb(33, 18, 60);
    padding: 40px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 200vh;
}
.profiltext{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.profiltext .imgBx{
    position: relative;
    width: 200px;
     height: 200px;
     border-radius: 50%;
     overflow: hidden;
}
.profiltext .imgBx img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.profiltext h2{
    color: rgb(17, 15, 15);
    font-size: 1.5em;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4em;
}

.contrainer .right_side{
    position: relative;
    background: #8d7171;
    padding: 40px;
    height: 200vh;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.titre{
    color: rgb(240, 233, 233);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 20px;
    
}
.contactinfo{
    padding-top: 30px;
}
.contactinfo ul{
    position: relative;
}
.contactinfo ul li{
    position: relative;
    list-style: none;
    margin: 10px 0;
    cursor: pointer;
}
.contactinfo ul li .icone{
    display: inline-block;
    width: 30px;
    font-size: 18px;
    color: #e6ebed;
}
.contactinfo ul li span{
    color: rgb(220, 214, 214);
    font-weight: 300;
    margin-left: 0px;
}
.education li{
    margin-bottom: 15px;
    color: rgb(239, 232, 232);
    padding: 2px;
    font-size: 1.0rem;
    
}
.education h3{
    color: #95d00c;
    font-weight: 400;
}
.education h4{
    color: rgb(28, 194, 206);
    font-weight: 100;
}
.text{
    color: mistyrose;
    font-weight: 100;
    letter-spacing: 3px;
}
.percent{
    position:  relative;
    width:10;
    height: 10px;
    background:#111112;
    display: block;
    margin-top : 7px;
    
}
.about{
    margin-bottom: 50px;
 
}
.about1{
    width: 50%;
    margin-left: 170px;
    font-weight: 300;
    letter-spacing: 2px;
}
.titre2{
   
}
.about .box{
    flex-direction: row;
    margin: 20px 0;
}
.about .box .ndoye p{
    color: #050607;
    font-size: 1.2rem;
    padding: 15px 0;
}
.about .box .ndoye h5{
    text-transform: uppercase;
  
}
.nnnn{
    
    width: 100%;
    margin-left: 50px;
    font-size: 1.4rem;
}
.lire .ul li{
    text-transform: uppercase;
    color: #848c99;
    font-weight: 500;
}
.lire .box .percent{
    position: relative;
    height: 10px;
    background: rgb(60, 52, 125);

}
.dado ul{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.bbb{
    margin: 40px;
}
.dado ul li .fa{
    color: #03a9f4;
}
.education_langues{
    margin-left: 48px;
}
