@media (min-width: 526px) {
  .title_right_column {
    font-size: 34px;
    color: black;
  }
  .bg_grey_vm .text_bloc {
    font-size: 14px;
  }
  .bg_grey_vm .title_bloc {
    font-size: 16px;
  }
}

.bloc_middle_product .details_vin {
  padding: 20px 27px;
}

.bloc_middle_product {
  background-color: white;
}

.bg_grey_vm {
  background-color: #EDECE7;
  margin-bottom: 15px;
}

.bg_grey_vm.d-flex {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  height: 100%;
}

.bg_grey_vm .right {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 25px;
}

.bg_grey_vm {
  color: black;
}

.bg_grey_vm .title_bloc {
  font-weight: 600;
  text-transform: uppercase;
}

.bg_grey_vm img {
  max-width: 80px;
  max-height: 80px;
}

.sb-right-column .border_vinmalin {
  border: 1px solid #0a1339;
  padding: 15px;
  width: 80%;
  margin: auto;
}
.cms-description p {
  font-size: 14px !important;
}
.sb-right-column {
  text-align: center;
}
@media (min-width: 526px) {
  .sb-left-column .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
  }
  .bloc_middle_product .details_vin {
    display: flex;
    align-items: center;
  }
  .feature_accord_met {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55%;
    margin: auto;
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.title_line {
  display: inline-block;
}

.accord_img_title img {
  max-width: 35px;
}

.accord_img_title {
  margin: 15px 0;
  display: flex;
  align-items: center;
}

@media (max-width: 525px) {
  .sb-left-column {
    padding: 0 7px;
  }
  .feature_accord_met {
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
  }
  .title_right_column {
    font-size: 24px;
    color: black;
  }
  .sb-right-column {
    padding: 0 7px;
  }
  .sb-right-column .border_vinmalin {
    width: 100%;
  }
  .bg_grey_vm {
    margin-bottom: 10px;
  }
  .bloc_middle_product .details_vin {
    padding: 10px 18px;
  }

  .bg_grey_vm img {
    max-width: 50px;
  }
}
