/*
  EDOUARGOT - bandeau mobile police unique iPhone
  Ne masque rien.
  Ne touche pas au préloader.
  Fixe seulement la taille du texte défilant.
*/

html,
body {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

html body .top-banner,
html body .scrolling-text-wrapper,
html body #scrollingText,
html body #scrollingText.scrolling-text,
html body #scrollingText .edo-scroll-copy,
html body #scrollingText .edo-scroll-copy strong {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

html body #scrollingText,
html body #scrollingText.scrolling-text,
html body .scrolling-text.edo-scroll-raf {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 21px !important;
  line-height: 30px !important;
  font-weight: 650 !important;

  white-space: nowrap !important;
  letter-spacing: 0 !important;

  transform-origin: left center !important;
  animation: none !important;
  transition: none !important;
}

html body #scrollingText .edo-scroll-copy,
html body #scrollingText .edo-scroll-copy strong {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 21px !important;
  line-height: 30px !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body #scrollingText .edo-scroll-copy strong {
  font-weight: 900 !important;
}

@media (max-width: 768px) {
  html body #scrollingText,
  html body #scrollingText.scrolling-text,
  html body .scrolling-text.edo-scroll-raf,
  html body #scrollingText .edo-scroll-copy,
  html body #scrollingText .edo-scroll-copy strong {
    font-size: 21px !important;
    line-height: 30px !important;
    font-family: Arial, Helvetica, sans-serif !important;
  }
}
