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


.programme-session .sm-title::after {
  display: none;
}
.sm-title::after {
  display: none;
}

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

#about-event {
	padding: 33px 0;
}

#programme .programme-session ul li {
	margin: 10px 0px;
}

.logo_home, .logo_home a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.logo_home img {
  width: 100%;
}

.client-logos a {
	display: flex;
	align-items: flex-end;
}
.client-logos a {
	display: flex;
	align-items: flex-end;
}

@media only screen and (max-width: 439px) {
  .contact-container img {
    width: 100%;
  }
  #banner {
    min-height: 50vh;
  }
}

.class-exposant_enseigne label, .class-exposant_logo label {
  font-size: 1em !important;
  font-weight: bold;
}


@media(min-width: 768px) {
  #programme .download-container .big-btn.btn-custom {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0px;
  }
}


@media(min-width: 768px) {
  #about-event .homee-btn-cont .big-btn.btn-custom span {
    text-decoration: none;
    margin: 17px;
    position: absolute;
    right: 0;
    top: 0px;
  }
}

.exposant {
  margin-top: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exposant img {
  width: 200px;
  object-fit: contain;
}

.chiffre-cle {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.chiffre-cle span {
	color: #755f90;
	font-size: 30px;
	font-weight: bold;
}
.chiffre-cle p{
	margin: 0;
}

#result-form .success-title .baseline {
	text-transform: inherit !important;
}

.ext-link {
  border:1px solid #25296a;
  padding:8px 13px;
  transition: all .4s;
}

.ext-link:hover {
  background-color: #25296a;
  color: #fff;
}

#banner.mini-banner {
  height: 300px !important;
}
#wave {
  display: none;
}
@media(max-width: 479px) {
  .title-cont {
    margin-top: 25px;
  }
  .ext-link {
    font-size: 0.8em;
  }
}

.exposants-row .col-12 {
  margin-bottom: 25px;
}

.exposants-row.offres p {
  margin: 20px 0;
}
.exposants-row.offres p b {
  color: #020202;
  font-size: 18px;
}

.exposants-row.offres .card-desc  {
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.exposants-row.offres .card-desc h3 {
	text-align: center;
  font-size: 19px;
}

.exposant-card {
  padding: 25px 10px;
	border: 2px solid #293172;
	border-radius: 10px;
  height: 100%;
}

.card-desc h3 {
  color: #293172;
}

.card-desc p {
	font-size: 1em;
}

.card-desc a {
	font-weight: bold;
}

.card-logo {
	display: flex;
  justify-content: center;
	align-items: center;
}

.card-logo a {
	height: 100%;
}

.card-logo img {
	width: 100%;
  height: 100%;
  object-fit: contain;
}

.class-feedback_profil_type {
  margin: 0 auto 25px auto !important;
}

.class-feedback_28 p {
	max-width: 10% !important;
}

.type-text, .type-textarea, .type-radio {
	margin-top: 25px !important;
}