/*
 * Header
 */
.block-comment-perso {
  padding: 40px 80px;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f8f0eb 50%, #f8f0eb 100%);
}
@media only screen and (max-width: 768px) {
  .block-comment-perso .tpl_video {
    margin: 0 -81px 40px;
  }
}
.block-comment-perso__list {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  top: -16px;
  border-spacing: 16px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .block-comment-perso__list {
    display: none;
  }
}
.block-comment-perso__list--tablet {
  display: none;
  background: linear-gradient(#69779b 0%, #69779b 50%, transparent 50%, transparent 100%) repeat-y top / 2px 24px;
  padding-top: 16px;
  margin: 0 auto 48px;
}
@media only screen and (max-width: 768px) {
  .block-comment-perso__list--tablet {
    display: block;
    width: 40%;
  }
}
@media only screen and (max-width: 576px) {
  .block-comment-perso__list--tablet {
    width: 60%;
  }
}
/*# sourceMappingURL=./block-comment-personnaliser.css.map */