.equipe_image {
    opacity: 0.3;
    margin-bottom: 0px !important;
    position: relative;
}

.equipe_image_text {
    position: absolute;
    top: 30%;
    font-family: 'Canela';
    font-size: 27px;
    left: calc(50% - 150px);
    width: 300px;
}

.equipe_image_text h2 {
    font-family: 'Canela-Light';
    font-weight: lighter;
}

.equipe_read_text strong {
    font-weight: 900;
    color: #fff;
}

.equipe_texte,
.equipe_texte p {
    font-family: 'Canela-Light';
}

.custom_read_titel h3 {
    border-bottom: 1px solid #9B2D3A;
}

.custom_read_titel span {
    border-bottom: 3px solid #9B2D3A !important;
    padding-bottom: 17px !important;
}

.custom_read_titel span,
.custom_read_titel h3 {
    color: #9B2D3A;
    font-family: 'Montserrat';
}




.equipe_liste .box-image::after {
    z-index: 33;
    content: '';
    position: absolute;
    bottom: -18px;
    right: -20px;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: #9B2D3A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    content: '+';
}

.equipe_liste h4>span {
    font-family: 'Canela-Light' !important;
}