body {
    font-family: 'Calibri', sans-serif;
    background-color: #f8f8f8;
}

h1 {
    font-size: 28px;
    color: #333;
    text-align: center;
}

.contact-section {
    display: flex;
    align-items: center;
}

.contact-section img {
    margin-right: 20px; /* Espacement entre l’image et le texte */
    border-radius: 50%;
    width: 200px;
}

.contact-section p {
    flex-grow: 1; /* Permet au texte de s'étendre à droite */
}

.cv-section {
    border-left: 4px solid #0077cc;
    padding-left: 10px;
    margin-bottom: 20px;
}