    /* Style pour l'input de type "file" */
    #cvInput {
        background-color: #f5f5f5; /* Couleur de fond gris très léger */
        border: 1px solid #ccc; /* Bordure grise légère */
        padding: 10px; /* Espacement intérieur */
    }
    .input {
        padding: 10px 0px 5px 18px;
        min-height: 50px;
        margin-bottom: 20px;
    }
    .formLabel {
        top: -13px;
        left: 10px;
        cursor: default;
        padding: 0px 10px;
        z-index: 2;
        position: absolute;
        font-size: 14px;
        font-family: Roboto, Arial;
        border-radius: 4px;
        background-color: white;
        color : #fed136;
    }
    .tag-container {
        display: flex;
        flex-wrap: wrap;
    }

    .tag {
        background-color: #f0f0f0; /* Couleur de fond gris */
        border-radius: 5px; /* Coins arrondis */
        padding: 5px 10px; /* Espacement interne */
        margin: 5px; /* Marge entre les tags */
        display: flex;
        align-items: center;
    }

    .remove-btn {
        cursor: pointer;
        background: none;
        border: none;
        margin-left: 5px;
        font-weight: bold;
        color: #555; /* Couleur du texte du bouton */
    }
    body {
        padding-top: 60px; /* Adjust the top padding for the fixed navbar */
    }
    .profile-photo-container {
        background-color: #f8f9fa; /* Light gray background */
        padding: 20px;
        text-align: center;
    }
    .profile-photo {
        max-width: 100%;
        max-height: 200px;
        border-radius: 8px;
    }
    .bloc {
        margin: 20px;
    }
        .tag-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tag {
    background-color: #f0f0f0; /* Couleur de fond gris */
    border-radius: 5px; /* Coins arrondis */
    padding: 5px 10px; /* Espacement interne */
    margin: 5px; /* Marge entre les tags */
    display: flex;
    align-items: center;
}
.labelP {
    color: rgba(60, 67, 77, 0.5);
    font-size: 13px;
    text-align: center;  
}
.detailP {
    font-weight: 700;
    padding: 8px;
    font-size: large;
}
.blocExp {
    background-color: #f8f9fa;
    padding: 15px;
    margin: 5px;
    text-align: left;
}
.blocEdu {
    background-color: #f8f9fa;
    padding: 15px;
    margin: 5px;
    text-align: left;
}
.titleExp {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 15px;
}
.dateExp {
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 550;
}
.blocTitle {
    font-weight: 600;
    text-align: left;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.infoProfil {
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0%;
    right: auto;
    left: auto;
    margin-top : 0.8rem;
}
.hed {
    margin-top: 5rem;
    /* Styles pour les écrans plus larges (ordinateurs portables et au-delà) */
    @media (min-width: 768px) {
        margin-top: 10rem; /* Marge plus grande pour les ordinateurs portables */
    }
}