#infos {
    display: flex;
    justify-content: center;
    position: relative;
    top: 30px;
    font-weight: bold;
}
#experience {
    border-left: 1px solid #a29b91;
    padding: 0px 5px 0px 20px;
}


#formation {
    margin-left: 10px;
    border-right: 1px solid #a29b91;
    padding: 0px 20px 0px 5px;
    text-align: right;
}

#interet {
    position: absolute;
    top: 259px;
    left: 23px;
    width: 238px;
    height: 238px;
    border-radius: 50%;
    background-color: #76756d;
    color: #f3f0f0;
    margin: auto;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    opacity: 0.9;
    z-index: 100;
    display: none;
    user-select: none;
}

strong {
    text-align: initial;
}

footer {
    text-align: center;
    color: rgb(75, 192, 192);
}
