b, strong {
    color: rgb(210 130 255);
}

.main-content
{
    margin-left: 0;
}

/* Sidebar globale */
.sidebar {
    width: 280px;
    height: 100vh;
    position: sticky;
    top: 50px;

    display: flex;
    flex-direction: column;

    padding: 20px;
    box-sizing: border-box;

/*    background-color: #f5f5f5;*/
    border-right: 1px solid #ddd;
}

/* Photo */
.sidebar__photo {
    text-align: center;
    margin-bottom: 20px;
}
/*
.sidebar__photo {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}
*/
/* Sections */
.sidebar__section {
    margin-bottom: 25px;
}

.sidebar__section h3 {
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid ;
    padding-bottom: 5px;
}

/* Liens */
.sidebar__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar__links {
    margin-bottom: 8px;
    text-decoration: none;
    color: rgb(186, 143, 255);
}

.sidebar__links:hover {
    text-decoration: underline;
}

/* Compétences */
.sidebar__skills-category {
    margin-bottom: 10px;
}

.sidebar__skills-category ul {
    margin: 5px 0 0 10px;
    padding: 0;
}

.sidebar__skills-category li {
    font-size: 14px;
}

.resume__identity {
    color: orange;
}
