main{
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.presentation{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.reseau a{
    text-decoration: none;
}

.profil{
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.textleo{
    text-align: left;
    margin-left: 30px;
}

.textleo h1{
    font-size: 2.5em;
}

.textleo h2{
    font-style: normal;
    font-size: 1em;
}

.profil div img{
    border-radius: 50px;
    height: 90px;
    width: 90px;
    margin-left: 20px;
    border: solid 4px var(--colors-background);
}

.photoleo{
    position: relative;
}

.photoleo::before{
    position: absolute;
    content: "";
    border-radius: 50px;
    height: 104px;
    width: 104px;
    background: #fbd144;
    left: 17px;
    top: -3px;
    z-index: -1;
}

.stats{
    margin-top: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.stats div{
    width: 33%;
}

.lien{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 15px;
    padding-right: 15px;
    width: 96%;
    
}

.lien a{
    text-decoration: none;
    color: #363636;
}

.bCV{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbd144;
    border-radius: 8px;
    border: none;
    padding: 15px 20px;
    width: 100%;

}

.bmail{
    background: var(--colors-header);
    border-radius: 8px;
    border: none;
    padding: 12px 25px;
    margin-left: 15px;
    margin-right: 15px;
}

.blinkedin{
    background: var(--colors-header);
    border-radius: 8px;
    border: none;
    padding: 12px 25px;
}

.contenu{
    margin-bottom: 60px;
}

.switch{
    margin-top: 30px;
    background-color: var(--colors-header);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 15px 15px;    
}

.bportfolio{
    background: var(--colors-header);
    border: none;
    border-radius: 8px;
    padding: 15px 25px;
    margin-right: 15px;
    width: 100%;
    cursor: pointer;
}

.bapropos{
    background: var(--colors-header);
    border: none;
    border-radius: 8px;
    padding: 15px 25px;
    width: 100%;
    cursor: pointer;
}
  
.tab-content {
    display: none;
}
  
.active-tab {
    background-color: var(--colors-background);
    color: var(--colors-active);
}
  
.active-content {
    display: block;
}

.portfolio{
    flex-direction: column;
}

.projet{
    margin-top: 30px;
    width: 100%;
    text-align: left;
}

.projet a p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projet a{
    text-decoration: none;
    color: var(--colors-font);
}

.projet a img{
    border-radius: 8px;
    height: auto;
    width: auto;
    max-width: 100%;
}


.apropos{
    text-align: left;
    margin-top: 20px;
    flex-direction: column;
}

.apropos p{
    margin-top: 10px;
}

.partie h3{
    margin-top: 30px;
    font-size: 2em;
}

.partie h4{
    margin-top: 15px;
    font-size: 1.5em;
}

.infowork{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.date{
    background: #fbd144;
    padding: 2px 8px;
    border-radius: 8px;
    margin-right: 10px;
    max-width: max-content;
}

.partie h5{
    font-size: 1em;
}

.alletude{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.allskills{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    
}

.skills{
    margin: 10px;
}

.skills img{
    border-radius: 8px;
    height: 100px;
    width: 100px;
    max-width: 100%;
}

.skills h4{
    margin-top: 0;
    font-size: 1em;
}



.ensavoirplus{
    text-decoration: none;
    background: #fbd144;
    border-radius: 8px;
    padding: 15px 25px;
    color: #363636;
}
