#speakers {
	padding-top: 130px;
}

.actors h6 {
	margin-bottom: 12px;
	font-family: "Syne",Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	color: #08458b;
	line-height: 1.2em;
	text-align: left;
} 

.section-supporters .logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10vh;
}

#speakers .speaker {
  aspect-ratio: initial;
  position: relative;
}

#speakers .speaker img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}
.parcour img {
	max-width: 100%;
}

table {
	width: 100%;
	max-width: 100rem;
	
	th,
	td {
		padding: 0.5rem 1rem;
		border: 1px solid;
	}
	
	th {
		font-size: 0.8rem;
		font-weight: normal;
	}
	
	td {
		font-size: 0.8rem;
		font-weight: bold;
		line-height: 1.4;
		border-radius: 0.2rem;
		transition: opacity 0.3s ease;
	}
	
	td > span.keynote-title {
		font-size: 1.2em;
		font-weight: bold;
		display: block;
		width: 100%;
	}
	
	td > span.keynote-speaker {
		font-size: 0.8em;
		font-weight: normal;
		display: block;
		width: 100%;
	}
	
	td > span.keynote-summary {
		font-size: 0.8em;
		font-weight: normal;
		display: block;
		width: 100%;
	}
	
	td > span.parallel-title {
		font-size: 1em;
		font-weight: bold;
		display: block;
		width: 100%;
	}
	
	td > span.parallel-summary {
		font-size: 0.8em;
		font-weight: normal;
		display: block;
		width: 100%;
	}
}

.btn-disabled {
  pointer-events: none;
  opacity: 0.6;
  position: relative;
}

.sold-out-sticker {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 0.75rem;
  transform: rotate(10deg);
  z-index: 10;
  border-radius: 4px;
}

.btn-wrapper {
  position: relative;
  display: inline-block;
}

.break {background-color: #CCC}
.parallel {background-color: #EBF5B3}
.stage-earth {background-color: #9CCC65}
.keynote {background-color: #DEF9E9}
.stage-mars {background-color: #B3E5FC}
.stage-jupiter {background-color: #81D4FA}
.stage-saturn {background-color: #26C6DA}