.bloc_title_teams {
    background: #26304B;
}
.bloc_title_teams h2 {
    color: white;
    height: 373px;
    padding: 50px 0;
    font-size: 45px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
}
.bloc-teams {
    background: #DAE3E8;
}
.bloc-teams .item.item_ceo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.bloc-teams .item {
    background: #FFFFFF;
    margin-bottom: 25px;
}
.bloc-teams .auto-container {
    width: 900px;
    max-width: 100%;
    position: relative;
    top: -220px;
    margin-bottom: -180px;
}
.bloc-teams .item.item_ceo .left_part {
    width: 50%;
}
.bloc-teams .item.item_ceo .right_part {
    width: 50%;
    padding: 25px 20px;
}
.bloc-teams .item .image {
    overflow: hidden;
}
.bloc-teams .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-teams .item .title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.bloc-teams .item .fonction {
    color: #0069C8;
    font-size: 16px;
    line-height: 1;
}
.bloc-teams .item .excerpt {
    font-size: 16px;
    line-height: 21px;
}
.bloc-teams .item .right_part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bloc-teams .item .link_read {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bloc-teams .item .link_read i {
    font-size: 25px;
    color: #2977C9;
}
.bloc-teams .item .link_read a, .bloc-teams .item .link_read button {
    font-size: 16px;
    font-weight: bold;
    color: #2977C9;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: none;
    box-shadow: none;
    border: none;
    outline: none;
}
.bloc-teams .item .link_read a svg, .bloc-teams .item .link_read button svg {
    margin-left: 10px;
}
.bloc-teams .item.item_vicepresident {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.bloc-teams .item.item_vicepresident .left_part {
    width: 33.333334%;
}
.bloc-teams .item.item_vicepresident .right_part {
    width: 66.66666667%;
    padding: 20px 30px;
}
.bloc-teams .item.item_basic {
    width: calc(33.333334% - 16px);
    margin: 0 8px 25px 8px;
    position: relative;
    border-bottom-right-radius: 18px;
    overflow: hidden;
}
.bloc-teams .all_teams {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}
.bloc-teams .item.item_basic .image {
    height: 368px;
    position: relative;
}
.bloc-teams .item.item_basic .image:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}
.bloc-teams .item.item_basic:hover .image:after {
    opacity: 1;
}
.bloc-teams .item.item_basic:hover .bottom_part {
    background: transparent;
}
.bloc-teams .item.item_basic .bottom_part {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 150px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px 15px;
}
.modal-teams .modal-dialog {
    width: 100%;
    max-width: 1200px;
}
.modal-teams .modal-dialog .modal-header {
    background: #26304B;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 25px;
}
.modal-teams .modal-dialog .modal-header .title {
    font-size: 45px;
    font-weight: bold;
    line-height: 36px;
}
.modal-teams .modal-dialog .modal-header .fonction {
    font-size: 34px;
    line-height: 1;
    margin-top: 6px;
}
.modal-teams .modal-dialog button.btn_close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    z-index: 99;
    outline: none;
}
.modal-teams .modal-dialog .modal-content {
    z-index: 9;
}
.modal-teams .modal-dialog .modal-body {
    padding: 65px 85px;
}
.modal-teams .modal-dialog .modal-body .vc_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.modal-teams .modal-dialog .modal-body .vc_row .wpb_column {
    padding-left: 15px;
    padding-right: 15px;
}
.modal-teams .modal-dialog .modal-body .vc_row .wpb_column {
    padding-left: 15px;
    padding-right: 15px;
}
.bloc-teams .item.item_basic .bottom_part .link_read {
    width: 100%;
}
.bloc-teams .item.item_basic .bottom_part .title_fonction {
    text-align: center;
}
.modal-teams .modal-body .vc_single_image-wrapper {
    height: 200px;
    overflow: hidden;
}
