/* MaPrimaire - CE2 graphique : version moins haute pendant le suivi du scroll */
@media (min-width: 1051px) {
  .mp-follow-source.is-fixed,
  .mp-follow-source.is-parked {
    padding: 12px !important;
    border-radius: 16px !important;
  }

  .mp-follow-source.is-fixed h2,
  .mp-follow-source.is-parked h2 {
    margin-bottom: 4px !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
  }

  .mp-follow-source.is-fixed > p,
  .mp-follow-source.is-parked > p {
    display: none !important;
  }

  .mp-follow-source.is-fixed .mp-graph-frame,
  .mp-follow-source.is-parked .mp-graph-frame {
    margin-top: 7px !important;
    padding: 6px !important;
    border-radius: 12px !important;
  }

  .mp-follow-source.is-fixed .mp-graph-frame img,
  .mp-follow-source.is-parked .mp-graph-frame img {
    width: auto !important;
    max-width: 100% !important;
    max-height: 330px !important;
    object-fit: contain !important;
  }
}