body{
    background-color: aqua;
    margin-left: 50px;
}
h1{
    text-decoration: underline;
position: relative;
}
nav.onglets{
    margin-top: 5px;
    margin-left: 800px;
    position: absolute;
    align-items: center;
}
nav.onglets a{
    text-decoration: none;
    color: black;
    border-bottom: 2px solid black;
    padding-bottom: 6px;

}
h3{
    background-color: brown;
    color: rgb(255, 0, 0);
    align-self: auto;
}
p{
    font-size: 30px;
}.nom{
    color: rgb(255, 0, 179);
}
h3 a{
    text-decoration: none;
    color: blue;
}
.about-skill.box
{
    position: relative;
    width: 50px;
    display: grid;
    height: 50px;
    grid-template-columns: 150px 1fr;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.about-skill.box h4
{
text-transform: uppercase;
color: rgb(255, 208, 0);
font-weight: 400;
cursor: pointer;
}
.about-skill.box.pourcentage
{
    position: relative;
    width: 80%;
    height: 80%;
    background: beige;
}
.about-skill.box.pourcentage.div
{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    background: rgb(0, 255, 85);
}
.nom2{
    color:violet;
    font-size: 30px;
}
span{
    font-size: 30px;
}
