.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}





#banner h1, #banner .baseline,.main-title, #banner .event-details .cities > div{
  color: #fff !important;
}
.client-logos a:nth-child(n+2) img{
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

@media (min-width: 768px) {
  #second_logo {
    padding-left:25px;
  }
}

.client-logos a:last-child {
	margin-left: 5px;
}

#programme #page-2 .programme-session:not(:first-child) .hour-range {
	background: #7bb33e;
}

.steps .wrapper-steps .col-20 .text {
	font-size: 1.1em;
}

.slido-sticky {
  transition: all .4s;
}