.head {
    /*background-image: url(../img/fond.svg);*/
    padding-top: 120px;
    height: 35%;
}

.head h1 {
    color: #fff;
}

.headContent {
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: top;
    width: auto;
    text-align: center;
    padding-top: 80px;
}

#particles-js {
    position: absolute;
    background-image: url(../img/fond.svg);
    width: 100%;
    height: 50%;
    z-index: -1;
    display: flex;
    background-color: transparent;
    background-attachment: fixed;
    top: 0%;
}

div.Bio {
    display: table-cell;
    width: 50%;
    overflow: hidden;
}

img.Profile {
    position: relative;
    width: 30%;
    max-width: 180px;
    height: auto;
    left: 8%;
    top: 8em;
    z-index: 2;
    box-shadow: 8px 8px 12px #555;
}

.article1 {
    background-image: linear-gradient(to top left, rgb(255, 164, 27), rgba(255, 164, 27, 0.308));
    width: 70%;
    margin-left: 20%;
    z-index: 1;
    bottom: 8.1em;
    padding-bottom: 0.01em;
    border-radius: 10px;
}

.Nom {
    padding-left: 45%;
    padding-bottom: 0.5em;
    bottom: 5em;
    width: 7em;
    font-size: 2em;
}

.Pdescript {
    color: rgb(0, 0, 0);
    line-height: 1.3em;
    padding: 1em 0.5em;
    padding: 18px;
    hyphens: auto;
}

.article2 {
    margin: 5%;
    padding-left: 3%;
    border-left: 5px solid #ffa41b;
}

.a2p1 {
    padding: 0 0 1em 0;
}

.a2p2 {
    padding: 0;
}