.page-content-les-equipes {
    background: -moz-linear-gradient(top, rgba(26,28,29,1) 0%, rgba(26,28,29,1) 40%, rgba(26,28,29,0.57) 130%);
    background: -webkit-linear-gradient(top, rgba(26,28,29,1) 0%,rgba(26,28,29,1) 40%,rgba(26,28,29,0.57) 130%);
    background: linear-gradient(to bottom, rgba(26,28,29,1) 0%,rgba(26,28,29,1) 40%,rgba(26,28,29,0.57) 130%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1c1d', endColorstr='#911a1c1d',GradientType=0 );
}
.page-content-les-equipes .row_form_contact {
    padding: 0 90px 0px 90px;
}
.page-content-les-equipes .breadcrumbs *, .page-content-les-equipes .breadcrumbs {
  color: white;
}
.page-content-les-equipes .breadcrumbs svg * {
    stroke: white;
}
.all_bloc_equipe{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.all_bloc_equipe a {
    display: block;
}
.bloc-equipe {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px;
    margin-top: 65px;
}
.bloc-equipe h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    width: 100%;
    margin-bottom: 20px;
}
.bloc-equipe .item {
    background: white;
    width: 288px;
    margin: 0 25px 50px 25px;
    padding: 15px 10px 45px 10px;
    text-align: center;
}
.bloc-equipe .item .img-equipe {
    margin-bottom: 20px;
}
.bloc-equipe .item .nomprenom {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 39px;
    transition: 0.3s;
}
.bloc-equipe .item:hover .nomprenom {
    font-size: 20px;
}
.bloc-equipe .item .fonction {
    color: #545871;
    font-size: 15px;
    line-height: 20px;
    white-space: break-spaces;
    min-height: 40px;
    margin-bottom: 15px;
}
.bloc-equipe .item .email {
    line-height: 15px;
}
.bloc-equipe .item .email a {
    color: #D8005B;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    word-break: break-word;
}

.bloc-equipe .prevarrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 9;
}
.bloc-equipe .nextarrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 9;
}
.bloc-equipe .nextarrow i, .bloc-equipe .prevarrow i {
    font-size: 35px;
    color: #FFFFFF;
}
