:root {
    /* Couleurs principales */
    --primary-color: rgb(233, 79, 38);
    --secondary-color: rgb(249, 176, 0);
    --trio-color: rgb(12, 75, 120);
    --quatro-color: rgb(0, 0, 0);
    --text-color: #fff;
    --dark-overlay: rgba(0, 0, 0, 0.3);
}

.avatar_show{
    height: 298px;
    width: 278px;
    background-color: var(--secondary-color);
    border-radius: 0 200px 200px;
    overflow: hidden;
    border: 3px solid var(--text-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.avatar_show > img{
    background-position: center;
    background-size: cover;
    max-width: none;
}

.team_show > h5, p{
    text-align: justify;
    margin: 0.5em 0
}
.team_show{
    width: 30%;

}
.profil_show{
    gap: 1em
}

.title_show{
    color: var(--primary-color) !important;
}
.about_show > h3, p{
    text-align: justify;
    color: var(--quatro-color);
}



@media (max-width: 992px) {
    .team_show{
        width: 100% !important;
    }

}
