#parcours-artistique-section{
    
}

#parcours-artistique-section h2{
    text-align: center;
}

.container-parcours-artistique{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.info-groupe-parcours-artiste{
    width: auto;
    height: auto;
    margin: 10px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 5px #00000029;
    border-radius: 27px 10px 10px 27px;
    opacity: 1;
}

.info-groupe-parcours-artiste:hover{
    cursor: pointer;
    box-shadow: 2px 2px 10px #00000029;
}