﻿* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font: 12px/1em "Ubuntu", sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	line-height: 1;
}

html,
body,
.cadre {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #12171b;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.cadre.mg-20 {
	height: calc(100% - 40px);
	width: calc(100% - 40px);
}

:: -webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background-color: #c5c5c5;
}

::-webkit-scrollbar-thumb {
	background-color: #6460ab;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #6460ab;
	cursor: pointer;
}

::scrollbar {
	width: 5px;
	height: 5px;
}

::scrollbar-track {
	background-color: #c5c5c5;
}

::scrollbar-thumb {
	background-color: #6460ab;
}

::scrollbar-thumb:hover {
	background-color: #6460ab;
	cursor: pointer;
}

img {
	width: 100%;
}

a,
a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	color: #6460ab;
}

button {
	border: 1px solid #fff;
	color: #fff;
	margin-bottom: 20px;
	padding: 8px 15px;
	cursor: pointer;
	min-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background-color: transparent;
}

	button:hover {
		background-color: #6460ab;
		border-color: #000;
		color: #f2f2f2;
		border: 1px solid #000;
	}

p {
	line-height: 22px;
	margin: 0.4em 0px;
	font-size: 14px
}

ul {
	list-style-type: none;
	user-select: none;
	padding: 0px;
}

.presenter {
	overflow: hidden;
	border-radius: 5px;
	background: #272b2f;
	padding: 20px;
}

.mg-20 {
	margin: 20px;
}

cadre.mg-20 {
	height: calc(100% - 40px);
	width: calc(100% - 40px);
}

.rltv {
	position: relative;
}

.rltv>.droite {
	position: absolute;
	right: 0px;
}

.rltv>.gauche {
	position: absolute;
	left: 0px;
}

.logo {
	width: 70px;
	height: 19px;
}

.btn-pict {
	height: 26px;
	width: 26px;
	border-radius: 26px;
	background: #12171b;
	text-align: center;
	line-height: 26px;
}

.btn-pict~span {
	line-height: 26px;
}

.tag {
	padding: 0.3rem 0.5rem;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	margin: 0.5rem 0.5rem 0 0;
	display: inline-flex;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 2px;
	letter-spacing: -0.5px;
}

.tag~span {
	line-height: 33px;
}

.tag.palmares {
	color: #12171b;
	background-color: #fdb813;
}

.tag.programme {
	color: #f2f2f2;
	background-color: #dc3545;
}
