.blocs-metier {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
}
.blocs-metier .item {
    width: 33.333334%;
    padding: 0 15px;
    margin-bottom: 130px;
}
.blocs-metier .item .content {
    position: relative;
    max-width: 450px;
    margin: auto;
    background: rgb(70 70 70 / 30%);
    padding: 30px 40px;
    text-align: center;
    height: 100%;
}
.blocs-metier .item .content .image {
    height: 150px;
    margin-bottom: 25px;
}
.blocs-metier .item .content .image img {
    max-width: 100%;
    max-height: 100%;
}
.blocs-metier .item .content h4.title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blocs-metier .item .content .subtitle {
    color: white;
    font-size: 20px;
    font-weight: bold;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 25px;
}
.blocs-metier .item .content .texte {
    color: white;
    font-size: 17px;
    line-height: 25px;
}
.blocs-metier .item .content .all_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blocs-metier .item .content .all_btns a.btn_basic.btn_rose {
    margin-bottom: 25px;
}
.blocs-metier .item .content .all_btns a.btn_gris {
    background: transparent;
    color: white;
}
.blocs-metier .item .content .all_btns a.btn_gris:hover {
    background: white;
    color: #5B6665;
    border-color: white;
}
.blocs-metier .item .content .all_btns a.btn_rose {
    background: #D8005B;
    border-color: #D8005B;
    color: white;
}
.blocs-metier .item .content .all_btns a.btn_rose:hover {
    background: white;
    color: #5B6665;
    border-color: white;
}
.row_bloc_metiers {
    margin-top: -150px;
    margin-bottom: 0;
}
.row_sol_tech {
    margin-top: 50px;
}
/* Modal */
.modal_metier {
    padding-left: 5%;
    padding-right: 5%!important;
}
.modal_metier .modal-dialog {
    max-width: 1670px;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.modal_metier .modal-content .close {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 9;
    color: #FFFFFF;
    text-shadow: none;
    opacity: 1!important;
    text-transform: uppercase;
    font-size: 15px;
    outline: none;
}
.modal_metier .modal-content .close-bottom {
    position: absolute;
    bottom: 20px;
    right: 25px;
    z-index: 9;
    color: #D8005B;
    text-shadow: none;
    opacity: 1!important;
    text-transform: uppercase;
    font-size: 15px;
    outline: none;
    background: transparent;
}
.modal_metier .modal-content .modal-header {
    background: #D8005B;
    padding: 45px 120px 40px 120px;
    position: relative;
    border: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.modal_metier .modal-content .modal-header:before {
    content: "";
    background: linear-gradient(to bottom,  rgba(216,0,91,1) 0%,rgba(240,240,240,0.15) 40%,rgba(240,240,240,0.15) 70%, rgba(216,0,91,1) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 156px;
    top: 40px;
}
.modal_metier .modal-content .modal-header:after {
  content: "";
  position: absolute;
  bottom: -2px;
  background: white;
  width: 100%;
  height: 40px;
  left: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.modal_metier .modal-content .modal-header > div {
    position: relative;
}
.modal_metier .modal-content .modal-header h4 {
    color: #FFFFFF;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.modal_metier .modal-content .modal-header .subtitle {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
}
.modal_metier .modal-content .modal-header .subtexte {
    font-size: 20px;
    color: white;
    line-height: 26px;
}
.modal_metier .modal-content .modal-header .left_part {
    width: 934px;
    max-width: calc(100% - 210px);
}
.modal_metier .modal-content .modal-header .right_part {
    width: 200px;
}
.modal_metier .modal-content .modal-header .right_part img {
    max-width: 100%;
    height: auto;
}
.modal_metier .modal-content .modal-body {
    padding: 40px 120px 20px 120px;
}
.modal_metier .modal-content .modal-body li {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    line-height: 1;
    margin-bottom: 15px;
}
.modal_metier .modal-content .modal-body p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
.modal_metier .modal-content .modal-body li * {
    font-weight: bold!important;
}
.modal_metier .modal-content .modal-body li:after {content: "";position: absolute;left: 0;background: #D8005B;width: 7px;height: 7px;border-radius: 100%;top: 6px;}
.btn_noir a.vc_general {
    background: transparent!important;
    border: 1px solid #000000!important;
    color: #000000!important;
}
.btn_noir a.vc_general:hover {
    background: rgb(26 28 29 / 40%)!important;
    color: white!important;
    border: 1px solid transparent!important;
}
.modal_metier .row_slide_metiers {
    margin-bottom: 25px;
}
.modal_metier .modal-content .close span, .modal_metier .modal-content .close-bottom span {
    transition: 0.5s;
    font-weight: bold;
}
.col-border-r{
  border-right: 1px solid #707070;
}
.modal_metier .modal-content .modal-body .vc_row {
    margin-bottom: 20px;
}
.bloc-horaires .left_part img {
    width: 65px;
}
.modal_metier {
    padding-left: 17px!important;
}
