:root {
	--gris: #464D59;
	--bleu-clair: #2A8EE2;
}

.gris {
	color: var(--gris);
}

.bg-bleu-clair {
	background-color: var(--bleu-clair);
}

#logo_caesug {
	height: 72px;
	width: auto;
}

.bg {
	background-image: url("../images/ski_alpin_caesug.JPG");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#login-container {
	display: flex;
	flex-direction: column;
	background: white;
	align-items: center;
}

#logo_login {
	width: 250px;
	margin-bottom: 3rem;
}

.button_holder_center {
	text-align: center;
}

main {
	flex-grow: 1;
	padding: 15px;
}

#page {
	margin-top: 92px;

}

/** Menu colonne latérale **/

aside {
	padding: 15px;
}

aside.back-office {
	background-color: #2F2E2E;

}

aside.front-office {
	background-color: #2A8EE2;
}


aside hr {
	color: white;
}

.nav-item.active {

	border-left: var(--gris) solid 4px;
}

#back-office {
	background-color: #2F2E2E;
}

#back-office:hover {
	background-color: #252424;

}

#front-office {
	background-color: #d9d9d9;
}

#front-office:hover {
	background-color: #c4c2c2;
}

@media screen and (min-width: 768px) {
	#sidebar {
		position: fixed;
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	#sidebar {
		height: auto;
	}
}

.tab_selected {
	padding-bottom: 10px;
	border-bottom: #2A8EE2 3px solid;
	font-weight: bold;
}

.menu .tab {
	border-bottom: #dee2e6 1px solid;

}

.tab a {
	color: black;
	text-decoration: none;
}

.lien_retour a {
	color: var(--gris);
	text-decoration: none;

}

ul.participants {
	list-style-type: none;
	padding-left: 0;
}

#back-office.disabled {
	cursor: not-allowed;
	pointer-events: all !important;
}

.dot {
	height: 25px;
	width: 25px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
}


.dot-mini {
	height: 12px;
	width: 12px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
}

.inactive {
	background-color: #dbd8d8;
}

.forgot-password-link {
	float: right;
	text-decoration: none;
	font-size: 0.9em;
}