.row-onecommitments {
    margin-bottom: 35px;
}
.row-onecommitments .one_commitment .image {
    position: relative;
}
.row-onecommitments .one_commitment .image img {
    max-width: 100%;
}
.row-onecommitments .one_commitment .btn_video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 47px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    transition: 0.5s;
    align-items: center;
    z-index: 11;
}
.row-onecommitments .one_commitment .titre {
    white-space: break-spaces;
    color: #0069C8;
    line-height: 21px;
    margin: 15px 0;
    font-size: 16px;
}
.row-onecommitments .one_commitment .texte {
  font-size: 16px;
  line-height: 21px;
}
.row-onecommitments .one_commitment {
    margin-bottom: 30px;
    cursor: pointer;
}
.row-onecommitments .one_commitment .btn_video svg {
    min-width: 47px;
}
.row-onecommitments .one_commitment:hover .btn_video {
    width: 100%;
    justify-content: center;
}
.row-onecommitments .one_commitment .btn_video span {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 5px;
}
.row-onecommitments .one_commitment:hover .image:after {
    background: -moz-linear-gradient(top,  rgba(56,56,56,0) 0%, rgba(0,0,0,0.87) 80%);
    background: -webkit-linear-gradient(top,  rgba(56,56,56,0) 0%,rgba(0,0,0,0.87) 80%);
    background: linear-gradient(to bottom,  rgba(56,56,56,0) 0%,rgba(0,0,0,0.87) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00383838', endColorstr='#de000000',GradientType=0 );
    opacity: 1;
    transition: 0.5s;
    content: "";
}
.row-onecommitments .one_commitment .image:after {
  content: "";
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}
.modal_commitment .modal-dialog {
    max-width: 1000px;
    width: 100%;
}
.modal_commitment .modal-dialog iframe {
    max-width: 100%;
    width: 1000px;
    height: 550px;
}
.modal.show .modal-dialog .modal-body {
    text-align: center;
}
.modal.show .modal-dialog button.close {
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 99;
    opacity: 1;
}
.modal.show .modal-dialog .modal-body {
    padding: 2rem;
}
