#equipe {
    padding: 4rem 0;
}

#equipe .equipe_indiv {
    margin: 3rem 0;
}

#equipe .equipe_nom {
    text-align: center;
}

#equipe .equipe_occupation {
    text-align: center;
    margin-top: -1ch;
}

#equipe .equipe_data-list {
    list-style: none;
}

/*#equipe .equipe_data-info::before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    height: 15px;*/
/*    width: 15px;*/
/*    background: var(--primary_clr);*/
/*    border-radius: 50px;*/
/*}*/

#equipe .equipe_img_indiv {
    /*max-width: 600px;*/
    /*width: 50%;*/
    height: fit-content;
    border-radius: 50px;
    /*height: auto;*/
}


#equipe .equipe_data {

    overflow-y: auto;
}

#equipe .equipe_title {
    font-weight: 800;
    text-transform: uppercase;
}


#equipe_collec .equipe_cate {
    cursor: pointer;
    position: relative;
    margin: .5rem;
}

#equipe_collec .equipe_cate-img {
    max-height: 300px;
    width: auto;
    border-radius: 18px;
}

#equipe_collec .equipe_cate-nom {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    font-weight: 800;
    background: rgba(187, 0, 44, 0.75);
    color: var(--fourth_clr);
    height: 100%;
    width: 100%;
    text-align: center;
    align-content: center;
    border-radius: 18px;
    opacity: 0;
    transition: opacity ease-in-out 150ms;
}

#equipe_collec .equipe_cate:hover .equipe_cate-nom{
    opacity: 100%;
}

@media screen and (max-width: 768px) {

    #equipe_collec .the-inline-grid {
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 10px;
    }


}