.twitter-feed {
  width: 100%;
  margin: auto;
}

@media (min-width: 480px) {
  .twitter-feed {
    width: 350px;
  }
}

@media (min-width: 1650px) {
  .twitter-feed {
    position: absolute;
    top: 0;
    left: -350px;
    overflow-y: scroll;
  }
}

/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
.twitter-feed::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 4px;
  transition: all .3s ease-in-out;
}

.twitter-feed::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, .1);
}

.twitter-feed::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .15);
}

.tooltipradio {position: absolute !important; left: -70px; top: 0px}

.contact-container .box-info + .box-info {
  display: none !important;
}

/* Banner : image affichee en entier (contain) au lieu du parallax cover,
   car banner.jpg est un panoramique 1920x365 (ratio ~5:1).
   Le parallax est desactive dans les templates inc/template-parts/banner-*.php
   (classe teamwork-parallax remplacee par banner-contain) et l'image y est posee
   en background inline. Image calee en haut, fond blanc en dessous (le bas de
   l'image etant blanc, le raccord est invisible). */
#banner.banner-contain {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-color: #ffffff;
  margin-top: 125px;
  /* Supprime le grand blanc sous le contenu : hauteur calee sur le contenu
     au lieu de min-height: 100vh. */
  min-height: 565px;
}

#banner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}