.tarteaucitron-title {
  font-size: 1.375rem;
  line-height: 1.375;
  color: #1e1e1e;
  font-weight: bold;
}

#tarteaucitronRoot #tarteaucitron .tarteaucitronMainLine {
  box-shadow: none;
}

.tarteaucitronName .tacCurrentStatus {
  display: inline-block;
}

.tac_activate {
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fr-responsive-vid > iframe {
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tac_visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}
