.vm-header .wrapper {
  position: relative;
  width: 100%;
}
.vm-header .wrapper .media {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 42%;
}
#block-fr-theme-vivremieux-vivremieuxtetierearticle .vm-header .wrapper .media {
  width: 100%;
}
.vm-header .wrapper .media img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.vm-header .wrapper .cover {
  color: white;
  height: 100%;
  position: absolute;
}
.vm-header .wrapper .cover.title {
  float: right;
  position: relative;
  width: 58%;
}
.vm-header .wrapper .cover.title .cover-wrapper {
  margin: 50px 100px 25px 100px;
  max-width: 670px;
}
.vm-header .wrapper .cover.title .cover-wrapper h1 {
  margin-bottom: 0px;
}
.vm-header .wrapper .cover.title .cover-wrapper .line-1 {
  display: block;
  font-size: 33px;
  font-weight: 800;
  line-height: 40px;
}
.vm-header .wrapper .cover.title .cover-wrapper .line-2 {
  display: block;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
  margin-left: 35px;
}
.vm-header .wrapper .cover.title .cover-wrapper .summary p {
  margin-bottom: 0;
  margin-top: 20px;
}
.vm-header .wrapper .cover.title .cover-wrapper .link {
  padding-top: 30px;
  text-align: right;
  width: 100%;
}
.vm-header .wrapper .cover.title .cover-wrapper .link a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid white;
  color: white;
  display: inline-block;
  padding: 4px 6px;
  text-decoration: none;
}
.vm-header .wrapper .cover.title .cover-wrapper .link a:hover {
  background: white;
  color: black;
}
.vm-header .wrapper .cover.cover75 {
  background: blue;
  right: 58%;
  width: 2.9%;
}
.vm-header .wrapper .cover.cover50 {
  background: green;
  right: 60.9%;
  width: 2.9%;
}
.vm-header .wrapper .cover.cover25 {
  background: yellow;
  right: 63.8%;
  width: 2.9%;
}
@media (max-width: 991px) {
  #navbar-secondary .container-xxl {
    padding: 0;
  }
  .vm-header {
    font-size: 14px;
  }
  .vm-header .wrapper {
    height: auto;
  }
  .vm-header .wrapper .media {
    height: 137px;
    position: relative;
    width: 100%;
  }
  .vm-header .wrapper .cover.title {
    position: relative;
    width: 100%;
  }
  .vm-header .wrapper .cover.title .cover-wrapper {
    height: auto;
    margin: 15px 20px 15px 20px;
    max-height: none;
  }
  .vm-header .wrapper .cover.title .cover-wrapper .line-1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
  }
  .vm-header .wrapper .cover.title .cover-wrapper .line-2 {
    font-size: 22px;
    line-height: 24px;
    margin-left: 0;
  }
  .vm-header .wrapper .cover.title .cover-wrapper .summary p {
    margin-top: 7px;
  }
  .vm-header .wrapper .cover.title .cover-wrapper .link {
    height: auto;
    padding-top: 10px;
    position: relative;
    text-align: left;
  }
  .vm-header .wrapper .cover.cover75 {
    height: 20px;
    right: 0;
    top: 117px;
    width: 100%;
  }
  .vm-header .wrapper .cover.cover50 {
    height: 20px;
    right: 0;
    top: 97px;
    width: 100%;
  }
  .vm-header .wrapper .cover.cover25 {
    height: 20px;
    right: 0;
    top: 77px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #navbar-secondary .container-xxl {
    max-width: 100%;
    padding: 0;
  }
}
