/*
Pattern Name:       content-media
Version:            1.0
*/

.ff-surtitre { font-family: "AbrilFatface", sans-serif !important; }
.h-200       { height: 200px!important; }

.inner-h-100 a, .inner-h-100 img, .inner-h-100 video, body.wp-admin .inner-h-100 div {
  height: 100%!important;
  object-fit: cover;
}

.css-ligne:after {
  position: absolute;
  top: calc(100% + 13px); left: 50%;
  content: '';
  width: 2px; height: 68px;
  background: var(--wp--preset--color--rouge);
}

@media (min-width: 992px) {
  .mb-lg-7  { margin-bottom: 7rem!important; }
  .h-lg-500 { height: 500px!important; }
}
