body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f5f5f5;
    padding-top: 70px;
}

.navbar {
    background-color: #0f188c;
    border: none;
}

.navbar a {
    color: white !important;
    font-weight: 500;
}

.main-content {
    margin-top: 30px;
}

/* SIDEBAR */
.sidebar {
    background-color: white;
    padding: 30px;
    border-radius: 6px;
}

.profile-pic {
    border-radius: 50%;
    margin-bottom: 20px;
}

.sidebar h2 {
    font-weight: 600;
}

.subtitle {
    color: #777;
}

/* CONTENT */
.content {
    background-color: white;
    padding: 30px;
    border-radius: 6px;
}

.section {
    margin-bottom: 40px;
}

.section h3 {
    border-bottom: 2px solid #1f7a74;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.experience h4,
.formation h4 {
    margin-bottom: 5px;
    font-weight: 600;
}

.experience span,
.formation span {
    color: #777;
    font-size: 0.9em;
}

.skills li {
    list-style-type: square;
    margin-left: 20px;
}

.profile-pic {
    width: 150px;
    height: auto;
    border: 1px solid red;
}

.skill p {
    margin-bottom: 5px;
    font-weight: 600;
}

.progress {
    height: 20px;
    background-color: #e6e6e6;
    border-radius: 10px;
    margin-bottom: 15px;
}

.progress-bar {
    background-color: #0f188c; /* couleur teal similaire à ton image */
    line-height: 20px;
    color: white;
    text-align: right;
    padding-right: 5px;
    border-radius: 10px;
}

.interests {
    list-style: none;
    padding-left: 0;
}

.interests li {
    margin-bottom: 8px;
    font-size: 16px;
}
