.navbar {
	background-color: #fff;
}

.jumbotron {
	background-color: #fff;
}

.bi {
	padding-bottom: 4px
}

.table-borderless {
	text-align: center;
}

.table-borderless tbody tr {
	font-size: 0.9em;
}

.table-borderless tbody td {
	padding-top: 0;
	padding-bottom: 0;
}

.yt {
	background-color: lightgrey;
}

.img-orga {
	width: 100%;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

@media (max-width: 1200px) {
	.orga {
		width: 100%;
		overflow-x: scroll;
	}
	.img-orga {
		width: auto;
		height: 70px;
	}
}

.img-legend {
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1200px) {
	.img-legend {
		width: 70%;
	}
}

@media (max-width: 980px) {
	.img-legend {
		width: 100%;
	}
}
