@font-face {
	font-family: "Arial", sans-serif;
	src: url("../fonts/Arial, sans-serif.otf");
}

#topYellow {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 94px;
	width: 70%;
	background-color: #fddb51;
}

#topBlack {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 94px;
	width: 30%;
	background-color: #151412;
	background-image: url("../images/target.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% 80%;
}

h1 {
	color: #FFFFFF;
	font-size: 3em;
	/*text-shadow: 0px 0px 5px #000000;*/
}

h2 {
	margin-bottom: 0px;
}

h5 {
	margin-bottom: 0px;
	color: #FFFFFF;
	font-size: 1.8em;
	padding-bottom: 0px;
	padding: 0px;
	margin: 12px;
}

h8 {
	color: #47536b;
	font-size: 1em;
}

.labelInput {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Arial", sans-serif;
	margin-bottom: 8px;
	/*margin-left: -155px;*/
}

.buttonRed {
	-moz-box-shadow: 0px 10px 14px -7px #cf866c;
	-webkit-box-shadow: 0px 10px 14px -7px #cf866c;
	box-shadow: 0px 10px 14px -7px #cf866c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315', GradientType=0);
	background-color: #d0451b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 0px;
	border: 1px solid #942911;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: "Arial", sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 12px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #854629;
}

.buttonGrey {
	-moz-box-shadow: 0px 10px 14px -7px #ffffff;
	-webkit-box-shadow: 0px 10px 14px -7px #ffffff;
	box-shadow: 0px 10px 14px -7px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
	background-color: #f9f9f9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #666666;
	font-family: "Arial", sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 12px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

.buttonGreen {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background: -moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background: -webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background: -o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background: -ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352', GradientType=0);
	background-color: #77b55a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #4b8f29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 12px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
	font-family: "Arial", sans-serif;
}

.buttonOrange {
	-moz-box-shadow: 0px 10px 14px -7px #fce2c1;
	-webkit-box-shadow: 0px 10px 14px -7px #fce2c1;
	box-shadow: 0px 10px 14px -7px #fce2c1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background: -moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25', GradientType=0);
	background-color: #ffc477;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #eeb44f;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 12px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #cc9f52;
	font-family: "Arial", sans-serif;
}

#buttonAnnulerQR {
	display: none;
	position: absolute;
	bottom: 80px;
	width: 100%;
	height: 38px;
	left: 0px;
}

#overBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(169, 169, 169, 0.35);
}

#blockButtons {
	position: fixed;
	bottom: 15px;
	left: calc(50% - 150px);
	width: 70%;
	max-width: 300px;
	font-family: "Arial", sans-serif;
}

#monProfil {
	position: relative;
	width: 70%;
	height: auto;
	/*border-radius: 10px;*/
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 15px;
	text-align: center;
	left: calc(15% - 10px);
}

#utilisateur {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background: url("../images/SDA.png");*/
	/*background-position: center center;*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	overflow-y: auto;
}

#instructeur {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100% - 38px);
	/*background: url("../images/SDA.png");*/
	/*background-position: center center;*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	overflow-y: auto;
}

#closeFiltres {
	position: absolute;
	top: 505px;
	right: 0px;
	height: 32px;
	width: 32px;
	border-left: 4px solid #212121;
	border-bottom: 4px solid #212121;
	background: url("../images/upArrow.png");
	background-color: #FFFFFF !important;
	background-size: cover;
}

#brouillardCours {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

#filtres {
	/*display: none;*/
	width: calc(100% - 16px);
	height: 489px;
	position: absolute;
	left: 0px;
	top: -400px;
	background-color: #FFFFFF;
	overflow-y: scroll;
	border-bottom: 4px solid #212121;
	padding: 8px;
}

.dateTitre {
	position: absolute;
	bottom: -13px;
	right: 4px;
	color: #FFFFFF;
}

#cours,
#promo,
#messagerie {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/*height: calc(100% - 62px);*/
	height: 100%;
	/*background: url("../images/SDA.png");*/
	/*background-position: center center;*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	overflow-y: auto;
}

#historique {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/*height: calc(100% - 62px);*/
	height: 100%;
	text-align: center;
	overflow: scroll;
}

#fenetreInscription {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	overflow-y: auto;
}

#menuUtilisateur,
#menuInstructeur {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	background-color: #2d2d2d;
	border-left: 0px solid #414141;
	border-right: 0px solid #414141;
	/*border-top: 4px solid #414141;*/
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: 0px -5px 5px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px -5px 5px -1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px -5px 5px -1px rgba(0, 0, 0, 0.75);
	/* overflow-y: auto; */
}

.buttonSelected {
	background-color: #ee3124;
}

.buttonDisabled {
	background-color: #B9B9B9;
}

@media screen and (min-width: 640px) and (max-width: 6000px) {
	.video {
		max-width: 220px !important;
		margin-top: 20px;
		position: relative;
		height: 180px;
		background-color: #FFFFFF;
		padding: 32px 12px 12px 12px;
		margin-bottom: 20px;
		text-align: left;
	}
}

.docs {
	background-color: #FFFFFF;
	float: left;
	width: calc(100% - 30px);
	padding: 12px 12px 12px 12px;
	height: auto;
	margin-bottom: 15px;
	display: inline-block;
}

.coursTitre {
	display: none;
	background-color: #F24444;
	color: #F0F0F0;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	margin-top: -43px;
	margin-left: -14px;
	width: calc(100% + 29px);
	/* border-radius: 15px; */
	/* border: 3px solid #8d8d8d; */
	font-size: 20px;
	border-radius: 5px 5px 0px 0px;
	
}


.coursTitre2 {
	position: absolute;
	background-color: #F24444;
	color: #F0F0F0;
	padding: 0px;
	padding-top: 9px;
	/* padding-bottom: 14px; */
	text-align: left;
	/* margin-top: -23px; */
	/* margin-left: -8px; */
	width: 100%;
	left: 0px;
	top: 28px;
	text-transform: uppercase;
	font-weight: bold;
	height: 29px;
	/* padding-left: 15px; */
	text-align: center;
}

.cours h2 {
	position: absolute;
	background-color: #3a6c99;
	color: #FFFFFF;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	/* margin-top: -23px; */
	/* margin-left: -8px; */
	width: 100%;
	left: 0px;
	top: 15px;
}

.interets {
	width: calc(80% - 14px);
	height: auto;
	background-color: #222;
	margin-left: calc(10% - 7px);
	margin-top: 20px;
	padding: 15px;
	border-radius: 5px;
	color: #F0F0F0;
    background-color: #212121;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.interets table {
	color: #FFFFFF;
}

.interets h2,
.equipement h2 {
    color: #F0F0F0;
    text-align: center;
    width: 100%;
    font-size: 20px;
    text-align: left;
}

.blockInscr h2 {
	position: absolute;
	background-color: #3a6c99;
	color: #FFFFFF;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: -23px;
	margin-left: -8px;
	width: 100%;
}

#filtreCours {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 41px;
	background-color: #090909;
	border-bottom: 2px solid #47536b;
	z-index: 50;
}

.marginTop {
	height: 70px;
}

.ligneInteret {
	height: 32px;
}

.tableInteret td:first-child {
	padding-left: 8px;
}

.equipementCase {
	display: none;
}

.caseEquipement {
	border-radius: 8px;
	border: 4px solid #4e4e4e;
	width: 70px;
	font-size: 12px;
}

.checkEquipement {
	display: none;
	margin-top: 4px;
	margin-left: 41px;
	position: absolute;
}

.caseEquipement img {
	opacity: 0.5;
}

.caseEquipement.selectedEquipement img {
	opacity: 1;
}

.info {
	width: calc(100% - 20px);
	text-align: left;
	font-style: italic;
	padding: 10px;
	font-size: 0.9em;
}

.infoBlanc {
	width: 100%;
	text-align: left;
	font-style: italic;
	font-size: 0.9em;
	color: #FFFFFF;
}

.wrongInput {
	border: 2px solid #ee3124;
	background: rgba(238, 49, 36, 0.5)
}

.inputLogin {
	margin-top: 8px;
	background-color: #FFFFFF;
	color: #212121;
	text-align: left;
	border-radius: 8px;
}

.qrcodeMini {
	width: 48px;
	height: 48px;
	background: url(../images/qrcode.jpg) center center;
	position: absolute;
	right: 8px;
	top: 34px;
	border: 2px dashed #212121;
	/* Animation */
	animation: beat .65s infinite alternate;
	transform-origin: center;
}

@keyframes beat {
	to {
		transform: scale(1.1);
	}
}

.iconVideo {
	width: 100%;
	margin-top: 30px;
	margin-right: 10px;
}

.prixCours {
	position: absolute;
	margin-top: 30px;
	width: calc(100% - 4px);
	text-align: center;
	background-color: #363636;
	color: #FFFFFF;
	padding: 14px 0px 14px 0px;
	left: 0px;
	bottom: 0px;
	/* border-radius: 0px 0px 8px 8px; */
	border: 2px dashed #bababa;
}

.zoom {
	transition: transform .2s;
	/* Animation */
}

.zoom:hover {
	transform: scale(1.3);
	cursor: pointer;
}

#scanner {
	position: absolute;
	display: none;
	top: 80px;
	left: 20px;
	width: calc(90% - 40px);
	max-height: 80%;
	height: auto;
	border-radius: 15px;
	background-color: #FFFFFF;
	z-index: 99;
	padding: 20px;
}

.thumbnail {
	border: 0;
}

#webcodecam-canvas,
#scanned-img {
	background-color: #2d2d2d;
}

#camera-select {
	display: inline-block;
	width: auto;
}

.btn {
	margin-bottom: 2px;
}

.form-control {
	height: 32px;
}

.h4,
h4 {
	width: auto;
	float: left;
	font-size: 20px;
	line-height: 1.1;
	margin-top: 5px;
	margin-bottom: 5px;
}

.controls {
	float: right;
	display: inline-block;
}

.well {
	position: relative;
	display: inline-block;
}

.panel-heading {
	display: inline-block;
	width: 100%;
}

.container {
	width: 100%
}

pre {
	border: 0;
	border-radius: 0;
	background-color: #333;
	margin: 0;
	line-height: 125%;
	color: whitesmoke;
}

button {
	outline: none !important;
	font-family: "Arial", sans-serif;
}

.table-bordered {
	color: #777;
	cursor: default;
}

.table-bordered a:hover {
	text-decoration: none;
}

.table-bordered th a {
	float: right;
	line-height: 3.49;
}

.table-bordered td a {
	float: left;
}

.table-bordered th img {
	float: left;
}

.table-bordered th,
.table-bordered td {
	vertical-align: middle !important;
}

.scanner-laser {
	position: absolute;
	margin: 40px;
	height: 30px;
	width: 30px;
	opacity: 0.5;
}

.laser-leftTop {
	top: 0;
	left: 0;
	border-top: solid red 5px;
	border-left: solid red 5px;
}

.laser-leftBottom {
	bottom: 0;
	left: 0;
	border-bottom: solid red 5px;
	border-left: solid red 5px;
}

.laser-rightTop {
	top: 0;
	right: 0;
	border-top: solid red 5px;
	border-right: solid red 5px;
}

.laser-rightBottom {
	bottom: 0;
	right: 0;
	border-bottom: solid red 5px;
	border-right: solid red 5px;
}

#webcodecam-canvas {
	background-color: #272822;
}

#scanned-QR {
	word-break: break-word;
}

ul {
	margin: 0px;
}

.programme {
	margin-top: 8px;
	margin-bottom: 8px;
}

.vignetteAnglais {
	filter: grayscale(0.40);
	opacity: 0.9;
	width: 18px;
	height: 12px;
	text-align: center;
	bottom: 13px;
	background-image: url(../images/icons/en.png);
	background-size: cover;
	position: absolute;
	z-index: 20;
	border: 2px solid #212121;
	right: 2px;
}

.vignetteFrench {
	filter: grayscale(0.20);
	opacity: 0.9;
	width: 18px;
	height: 12px;
	text-align: center;
	bottom: 13px;
	background-image: url(../images/icons/fr.png);
	background-size: cover;
	position: absolute;
	z-index: 20;
	border: 2px solid #212121;
	left: 2px;
}

/* Style des vignettes */
.vignetteImage {
    width: 67px;
    height: auto;
    text-align: center;
    margin-bottom: 9px;
    font-size: 11px;
    flex: 0 0 auto; /* Empêche les vignettes de se redimensionner */
    margin-right: 10px; /* Espace entre les vignettes */
}
.photoVignette {
	width: 50px;
	height: 50px;
	border: 4px solid #212121;
	border-radius: 1px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
}

.photoProfil {
	border-radius: 5px;
	border: 5px solid #000000;
	width: 180px;
	height: 180px;
	text-align: center;
	margin: 6px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	background-color: #FFFFFF;
}

.inputFile {
	width: 100%;
}

.titrePage {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 31px;
	padding-top: 11px;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #212121;
	font-weight: bold;
	z-index: 199;
	/* padding-left: 25px; */
	/* padding-right: 25px; */
	border-radius: 0px 0px 0px 0px;
	font-family: 'Arial, sans-serif', sans-serif;
}

.titrePageUnder {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 46px;
	/* padding-top: 14px; */
	text-align: center;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #4e4e4e;
	z-index: 198;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: 0px 10px 7px 2px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 10px 7px 2px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 10px 7px 2px rgba(0, 0, 0, 0.30);
}

#buttonMessages {
	display: none;
	position: absolute;
	top: 3px;
	right: 12px;
	z-index: 205;
}

#loader {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	color: #F0F0F0;

	/* Utilisation de Flexbox pour centrer le contenu */
	display: flex;
	flex-direction: column; /* Arrange les éléments en colonne */
	justify-content: center; /* Centre verticalement */
	align-items: center; /* Centre horizontalement */
}


.tableMenu td {
	font-size: 0.7em;
}

.titreParticipants,
.titreInstructeur {
	clear: both;
	position: relative;
	width: 202px;
	/* margin-bottom: -9px; */
	/* margin-top: 5px; */
	height: 30px;
	padding: 0px;
	margin: 0px;
}

.imageButtonMenu {
	height: 10px;
}

.ligneMessage {
	height: 52px;
	background-color: #F9F9F9;
	color: #000000;
}

input.password-field {
	-webkit-text-security: disc;
}

input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
	-webkit-user-select: text;
}

#buttonPromo {
	display: none;
	position: absolute;
	top: 9px;
	left: 6px;
	/* right: -70px; */
	z-index: 399;
}

.buttonMenu {
	height: 140px;
	width: 100%;
	background-color: #212121;
	border: 1px solid #424242;
	/*border-radius: 8px;*/
	margin: 0px;
	font-size: 18px;
	cursor: pointer;
	font-family: 'Arial, sans-serif', sans-serif;
	font-variant: small-caps;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#212121+28,161616+100 */
	background: #212121;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #212121 28%, #161616 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #212121 28%, #161616 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #212121 28%, #161616 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#161616', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.buttonBack {
	display: none;
	position: absolute;
	top: 6px;
	left: 15px;
	z-index: 500;
	height: 30px;
	filter: invert(1);
}

.rotate-center {
	-webkit-animation: rotate-center 0.6s ease-in-out both;
	animation: rotate-center 0.6s ease-in-out both;
}


/* ----------------------------------------------
 * Generated by Animista on 2019-9-18 12:30:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */

@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.texteButton {
	margin-top: 36px;
	font-weight: bold;
}

#searchCours {
	position: fixed;
	top: 150px;
	right: 0px;
	padding: 8px;
	border-bottom: 4px solid #638baf;
	border-left: 4px solid #638baf;
	border-radius: 8px 0px 0px 8px;
	background-color: #3a6c99;
	height: 36px;
	width: 36px;
	/*
    background-image: url("../images/icons/iconfinder_search_322497.png");
    background-size: cover;
    background-position: center center;
    */
}

#searchCours:active {
	top: 154px;
}

.checkboxMini {
	width: 35px;
	height: 35px;
}

video {
	background-color: #000000 !important;
}

#closeIframe {
	position: absolute;
	z-index: 50001;
	width: 100%;
	height: 60px;
	bottom: -17px;
	left: 0px;
	text-align: center;
	text-transform: uppercase;
	display: none;
	background-color: #FF0000;
	color: #FFFFFF;
}

#iFramePaiement {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 50000;
	display: none;
	background-color: #FFFFFF;
	text-align: center;
	overflow-y: auto;
}

#grade {
	display: none;
	position: absolute;
	top: 23px;
	right: 14px;
	width: 72px;
	height: 72px;
	border-radius: 6px;
	border: 2px solid #c7c7c7;
	z-index: 1060;
}

#sousGrade {
	position: absolute;
	top: 45px;
	left: 50px;
	width: 32px;
	height: 32px;
}

#buttonAgenda {
	display: none;
	position: fixed;
	right: 0px;
	top: 150px;
	height: 65px;
	width: 65px;
	border: 2px solid #dddddd;
	border-radius: 6px;
	background-image: url(../images/icons/calendar.png);
	background-position: center center;
	background-size: 80% 80%;
	background-color: #ececec;
	background-repeat: no-repeat;
	opacity: 0.8;
}

#buttonAgenda:active {
	background-color: #2c3749;
	border: 2px solid #23262b;
}

#buttonCours,
#buttonEntrainement {
	margin-top: 20px;
	width: 160px;
	height: 160px;
	border-radius: 10px;
	border: 2px solid #474747;
	background-color: #212121;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}

#buttonCours:active,
#buttonEntrainement:active {
	border-radius: 10px;
}

.positionButtons {
	display: none;
	position: absolute;
	top: 46px;
	width: 100%;
	text-align: center;
}

.caseDay {
	padding-top: 3px;
	height: 51px;
	background-color: #212121;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
}

.affichageMois {
	height: 60px;
	width: calc(100% - 51px);
	background-color: #212121;
	color: #FFFFFF;
	text-align: left;
	padding-left: 51px;
	padding-top: 8px;
	font-size: 19px;
}

.weekNumClass {
	border-radius: 4px;
	width: 22px;
	height: 13px;
	font-size: 12px;
	background-color: #5a5a5a;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

.roundedDay {
	border-radius: 50px;
	background-color: #178ec5;
	color: #212121;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.colorDay {
	color: #178ec5;
}

.dayHeader {
	font-size: 11px;
}

.agendaBarBottom {
	border-right: 1px solid #414141;
	height: 8px;
	float: left;
}

.colorDayPassed {
	color: #505050;
}

.roundedDayPassed {
	color: #505050;
}

.agendaHeure {
	float: left;
	height: 75px;
	border-right: 1px solid #414141;
	border-bottom: 1px solid #414141;
	background-color: #212121;
	color: #ececec;
}

.positionHeureAgenda {
	font-size: 13px;
	text-lign: center;
	top: -11px;
	position: absolute;
	left: 5px;
	background-color: #212121;
	padding-left: 2px;
	padding-right: 2px;
}

#heuresShowAgenda {
	position: absolute;
	top: 129px;
	left: 0px;
	height: 100%;
	overflow-y: auto;
}

.blockCours {
	background-color: #178ec5;
	border-radius: 4px;
	border: 2px solid #005a83;
}

.blockCours:hover,
.blockCours:active {
	background-color: #bd512f;
	border: 2px solid #773723;
	color: #212121;
}

.blockCours:hover nomCoursAgenda,
.blockCours:active nomCoursAgenda {
	color: #212121;
}

.nomCoursAgenda {
	color: #FFFFFF;
	transform-origin: 0 0;
	transform: rotate(90deg);
}

#currentTime {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #c7c7c7;
}

.eventPassed {
	background-color: #5c5c5c;
	border: 2px solid #474747;
}

.subscribed {
	background-color: #75cc6a;
	border: 2px solid #25701c;
}


#ButtonBackAgenda {
	position: absolute;
	top: 18px;
	left: 12px;
	height: 30px;
}

#buttonNextAgenda {
	position: absolute;
	top: 10px;
	right: 8px;
	height: 30px;
}

#buttonPrevAgenda {
	position: absolute;
	top: 10px;
	right: 49px;
	height: 30px;
}

.imageBlockCours {
	margin-top: 6px;
	opacity: 0.5;
	max-height: 30px;
	max-width: 50px;
}

.skillBlock {
	color: #FFFFFF;
	border-radius: 6px;
	background-color: #212121;
	border: 2px solid #111111;
	width: 200px;
	height: 50px;
}

#skillTree {
	/*
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 1500px;
    */
	background-color: #212121;
}

#treePistolet {
	position: absolute;
	top: 60px;
	width: 1500px;
}

#treeAR15 {
	position: absolute;
	top: 460px;
	width: 1500px;
}

#treeFFM {
	position: absolute;
	top: 920px;
	width: 1500px;
}

#treeTLD {
	position: absolute;
	top: 1380px;
	width: 1500px;
}

#buttonListCours {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 150px;
	border: 2px solid #FFFFFF;
	padding: 4px;
	text-align: center;
}

/* Bloc de chaque cours */
.blockList {
    height: auto;
    border-radius: 5px;
    background-color: #212121;
    color: #F0F0F0;
    padding: 13px;
    max-width: 100%; /* Assure que la tuile occupe toute la place disponible */
    aspect-ratio: 1; /* Rend les tuiles carrées */
    min-width: 151px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.blockListMesCours {
    height: auto;
    border-radius: 5px;
    background-color: #212121;
    color: #F0F0F0;
    padding: 13px;
    max-width: 100%; /* Assure que la tuile occupe toute la place disponible */
    aspect-ratio: 1; /* Rend les tuiles carrées */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.complet {
	background: #950000;
	color: #FFFFFF;
}

.infoCours {
	position: absolute;
	top: 48px;
	right: 8px;
	height: 40px;
}

#social {
	width: 100%;
	height: 100%;
	background-color: #18191a;
	overflow-y: auto;
	overflow-x: hidden;
}

.publication {
	width: calc(100% - 60px);
	border-radius: 8px;
	background-color: #242526;
	color: #FFFFFF;
	margin-left: 15px;
	margin-bottom: 12px;
	padding: 15px;
	padding-bottom: 2px;
	transition: max-height 0.25s ease-in;
	max-width: 500px;
}

.nomPublicateur {
	font-weight: bold;
}

.avatarPublication {
	float: left;
	margin-bottom: -50;
}

.avatarCommentaire {
	float: left;
}

.imageAvatarPublication {
	position: relative;
	height: 41px;
	border-radius: 6px;
	border: 1px solid #FFFFFF;
	width: 41px;
}

.imageAvatarCommentaire {
	position: relative;
	height: 24px;
	width: 24px;
	border-radius: 6px;
	margin-right: 9px;
	border: 1px solid #FFFFFF;
}

.nomComment {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

.comment {
	margin-bottom: 7px;
	padding: 5px;
	border-radius: 6px;
	background-color: #464646;
}

.showCommentArrow {
	height: 10px;
	margin-left: 5px;
}

.content {
	margin-left: 34px;
	width: calc(100% - 80px);
}

.imageAvatarPublicationMini {
	position: relative;
	height: 32px;
	border-radius: 6px;
	border: 1px solid #d2d2d2;
}

.roundAvatarPublication {
	position: relative;
	top: -44px;
	left: -1px;
	height: 43px;
	width: 43px;
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	z-index: 51;
}

.nomPublication {
	position: relative;
	/* top: -86px; */
	left: 8px;
	font-weight: bold;
	width: 380px;
}

.contentPublication {
	position: relative;
	top: 2px;
	padding-top: 8px;
	margin-bottom: 8px;
	margin-top: 10px;
	word-wrap: break-word;
}

.imagesPublication {
	width: calc(100% - 4px);
	background-position: top center;
	background-size: cover;
	max-height: 600px;
	margin-top: 18px;
	border: 2px solid #868686;
}

.like {
	position: absolute;
	left: 10px;
	bottom: 9px;
	font-size: 12px;
}

.commentaire {
	position: absolute;
	right: 10px;
	bottom: 9px;
	font-size: 12px;
}

.commentPublication {
	height: 30px;
	width: calc(100% - 20px);
	border-top: 1px solid #4a4a4a;
	left: 8px;
	padding-top: 5px;
}

.datePublication {
	position: relative;
	/* top: -88px; */
	left: 9px;
	font-weight: bold;
	font-size: 11px;
	color: #bebdc6;
	width: 180px;
}

.editPublication {
	float: right;
}

.publicationMur {
	border: 1px solid #C9C9C9;
	padding: 12px;
	margin-bottom: 20px;
}

#createPublication {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	background-color: #3a6c99;
	text-align: center;
	font-weight: bold;
	color: #bde0ff;
	padding-top: 14px;
	border-top: 2px solid #868686;
}

#textPublicationAdd,
#textCommentaireAdd {
	width: calc(100% - 12px);
	padding: 6px;
	height: 100px;
	outline: none;
	border: 1px solid #C9C9C9;
}

#scanCours {
	display: none;
	position: absolute;
	width: 60px;
	height: 60px;
	top: calc(50% - 7px);
	left: calc(50% - 30px);
	animation: beat .65s infinite alternate;
	transform-origin: center;
	border-radius: 5px;
	z-index: 400;
}

#photoAddPublication,
#photoAddCible {
	margin-bottom: 20px;
	width: calc(100% - 41px);
	padding: 12px;
	height: 30px;
	border: 2px dashed #6ca9df;
	margin-left: 7px;
	color: #6ca9df;
	padding-top: 12px;
}

.liked {
	color: #6ca9df;
}

.likedPublication {
	margin-top: 16px;
	margin-bottom: 3px;
	font-size: 12px;
	color: #FFFFFF;
}

.commentedPublication {
	margin-top: 16px;
	margin-bottom: 3px;
	margin-left: 48%;
	font-size: 12px;
	text-align: right;
	color: #FFFFFF;
}

.listeCoursAdmin {
	width: calc(100% - 20px);
	background-color: #e0e0e0;
	border-bottom: 1px solid #212121;
	padding: 10px;
	height: 50px;
}

.listeCoursAdmin:active {
	background-color: #212121;
	color: #FFFFFF;
}

#infoCoursAdmin {
	display: none;
	height: 100%;
	width: 100%;
	background-color: #212121;
}

.avatarAdmin {
	height: 32px;
	width: 32px;
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	margin: 4px;
}

.validedCoursAdmin {
	background-color: #9dbd7f;
}

#nbNonView {
	display: none;
	/* position: absolute; */
	/* top: -186px; */
	/* left: calc(50% - 4px); */
	z-index: 99;
	padding: 5px;
	background-color: #c72c2c;
	border-radius: 50px;
	min-width: 21px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	/* min-height: 30px; */
	padding-top: 5px;
	border: 2px solid #af9595;
	animation: color-change 1s infinite;
	float: right;
	margin-top: -28px;
	margin-right: 20px;
}

.nbNewMessages {
	display: none;
	/*position: absolute;*/
	top: 10px;
	/*left: calc(50% - 4px);*/
	z-index: 590;
	padding: 5px;
	background-color: #c72c2c;
	border-radius: 50px;
	min-width: 21px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	/* min-height: 30px; */
	padding-top: 5px;
	border: 2px solid #af9595;
	animation: color-change 1s infinite;
	float: right;
	margin-top: -31px;
	margin-right: 20px;
}

@keyframes color-change {
	0% {
		background-color: #c72c2c;
		color: #FFFFFF;
	}
	50% {
		background-color: #ffc0c0;
		color: #212121;
	}
	100% {
		background-color: #c72c2c;
		color: #FFFFFF;
	}
}

.ligneUserTest {
	padding: 8px;
	background-color: #e0e0e0;
	border-bottom: 1px solid #212121;
	color: #212121;
}

.ligneUserTest:active {
	background-color: #212121;
	color: #FFFFFF;
}

#searchUser {
	background-color: #212121;
	text-align: left;
}

#searchUserDiv {
	display: none;
	background-color: #212121;
	text-align: left;
	position: fixed;
	top: 46px;
	left: 0px;
	width: 100%;
	z-index: 560;
}

.progress {
	display: none;
	position: relative;
	width: 400px;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
}

.bar {
	background-color: #B4F5B4;
	width: 0%;
	height: 20px;
	border-radius: 3px;
}

.percent {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%;
}

#openedVideo {
	overflow-y: auto;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100% - 70px);
	padding-top: 70px;
	background-color: #212121;
	color: #FFFFFF;
}

#textVideo {
	padding: 15px;
	width: calc(100% - 30px);
	margin-bottom: 15px;
}

#titreVideo {
	padding: 15px;
	width: calc(100% - 30px);
}

#showBigPicture {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: contain;
	background-position: center center;
	background-color: #212121;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	z-index: 1200;
}

#closeBigPicture {
	display: none;
	position: fixed;
	top: 8px;
	right: 8px;
	z-index: 1250;
	border-radius: 4px;
	border: 2px solid #9c9c9c;
	background-color: #9c9c9c;
	color: #212121;
	padding: 4px;
}

#closeBigPicture:active {
	background-color: #212121;
}

a,
a:active,
a:visited {
	color: #608de6;
}

.inputEditSettings {
	color: #000000;
	border: none;
	border-bottom: 1px solid #212121;
	text-align: left;
}

.deletePublication {
	position: absolute;
	top: 9px;
	right: 8px;
	opacity: 0.5;
	z-index: 999;
}

.deleteComment {
	position: absolute;
	top: -24px;
	right: -1px;
	opacity: 0.5;
	z-index: 999;
	height: 22px;
	width: 22px;
}

.imageCours {
    display: block;
    aspect-ratio: 1.7;
    width: 100%;
	/*border: 2px solid #000000;*/
	background-size: cover;
	margin: 12px;
	margin-left: 0px;
	margin-top: 16px;
}

.titreDrills {
	padding: 12px;
	color: #FFFFFF;
	height: 19px;
	background-color: #212121;
	float: left;
	width: calc(100% - 24px);
	font-weight: bold;
	font-family: 'Arial, sans-serif';
	font-size: 20px;
	border-bottom: 4px solid #484848;
}

.descriptionMenu {
	font-size: 10px;
	width: 80%;
	text-align: center;
	margin-left: 10%;
	margin-top: 6px;
}

.notes {
	width: calc(100% - 10px);
	max-height: 60px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #C9C9C9;
	padding: 5px;
	float: left;
}

.notesCibles {
	width: calc(100% - 10px);
	max-height: 60px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #C9C9C9;
	padding: 5px;
	float: left;
}

.titreNote {
	font-weight: bold;
}

#newMenu {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80%;
	height: 100%;
	background-color: #212121;
	z-index: 1058;
	-webkit-box-shadow: 6px 0px 6px 0px rgba(0, 0, 0, 0.62);
	box-shadow: 6px 0px 6px 0px rgba(0, 0, 0, 0.62);
	overflow-y: scroll;
}

.buttonNewMenu {
	width: calc(100% - 24px);
	/* height: 24px; */
	color: #FFFFFF;
	padding: 10px 19px 19px 19px;
	background-color: #212121;
	text-align: left;
	font-size: 18px;
	height: 39px;
}

.buttonNewMenu:active {
	background-color: #8e97aa;
	font-weight: bold;
	padding-left: 14px;
}

.titreNewMenu {
	color: #FFFFFF;
	width: calc(100% - 12px);
	height: 30px;
	margin-top: 12px;
	padding: 6px;
	/* font-weight: bold; */
	font-size: 23px;
	background-color: #444444;
	font-family: "Arial", sans-serif;
	padding-top: 15px;
}

.closeMenuImg {
	position: fixed;
	bottom: 8px;
	right: 8px;
	height: 30px;
}

.imageMenu {
	filter: invert(1);
	height: 22px;
	margin-right: 8px;
}

#overMenu {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 20%;
	right: 0px;
	top: 0px;
	display: none;
	z-index: 1059;
}

.noCours,
.noVideo {
	position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 167px);
    width: 300px;
    color: #F0F0F0;
    background-color: #212121;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    padding: 17px;
    text-align: center;
}

#newSearchAreaCours {
	position: absolute;
	top: 25px;
	right: 10px;
	width: 120px;
	height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	border-radius: 4px;
	color: #212121;
	text-align: center;
	z-index: 1051;
	border: 2px solid #999999;
}

#inputSearchAreaCours {
	background-color: #FFFFFF;
	border-radius: 4px;
	color: #212121;
	text-align: center;
}

/* Conteneur de la liste des cours */
.listeCoursList {
    /*padding-top: 20px;*/
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adaptable en fonction de la taille de l'écran */
    gap: 20px; /* Espace entre les tuiles */
    justify-content: center;
    z-index: 99;
}

.listeMesCours {
    /*padding-top: 20px;*/
    position: absolute;
    top: 10px;
    left: 20px;
    width: calc(100% - 40px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Adaptable en fonction de la taille de l'écran */
    gap: 20px; /* Espace entre les tuiles */
    justify-content: center;
    z-index: 99;
}

.listeParticipants, .listeInstructeurs {
    display: flex;
    justify-content: center; /* Centre horizontalement le contenu */
    align-items: center;     /* Centre verticalement le contenu */
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    padding-bottom: 0;
}


/* Personnalisation de la barre de défilement pour les navigateurs WebKit (Chrome, Safari) */
.listeParticipants::-webkit-scrollbar,
.listeInstructeurs::-webkit-scrollbar {
    height: 5px; /* Hauteur de la barre de défilement horizontale */
}

.listeParticipants::-webkit-scrollbar-track,
.listeInstructeurs::-webkit-scrollbar-track {
    background: transparent; /* Couleur de fond de la piste de défilement */
}

.listeParticipants::-webkit-scrollbar-thumb,
.listeInstructeurs::-webkit-scrollbar-thumb {
    background-color: #70798b; /* Couleur de la barre de défilement */
    border-radius: 10px; /* Coins arrondis */
}

/* Pour les navigateurs Firefox */
.listeParticipants,
.listeInstructeurs {
    scrollbar-width: thin; /* Barre de défilement fine */
    scrollbar-color: #70798b transparent; /* Couleur de la barre de défilement et de la piste */
}

.buttonMoniteur {
	font-family: "Arial", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF !important;
	text-align: center;
	height: 32px;
	border-radius: 6px;
	background-color: #f85d2c;
	margin-bottom: 5px;
	width: 210px;
	padding-top: 12px;
	margin-right: 4px;
}

.buttonAide {
	font-family: "Arial", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF !important;
	text-align: center;
	height: 32px;
	border-radius: 6px;
	background-color: #5798c6;
	margin-bottom: 5px;
	width: 210px;
	padding-top: 12px;
}

.buttonAide:hover,
.buttonMoniteur:hover,
.buttonAide:active,
.buttonMoniteur:active {
	background-color: #212121;
}

#install-button {
	display: block;
	position: absolute;
	top: 0px;
}

#colorsDrill {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #2c2c2c;
	z-index: 999;
	padding-left: 10px;
	overflow: auto;
}


/*CSS DRILL */

#listeDrills {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	gap: 10px;
	/* Espacement entre les vignettes */
	padding: 10px;
	/* Padding autour du conteneur */
}

.video {
	flex: 0 0 calc(50% - 50px);
	background-color: #f5f5f5;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 13px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 15px;
	text-align: center;
	font-weight: bold;
}

.video .divNiveau {
	padding: 8px;
	/* Padding intérieur pour le texte */
}

.niveauDrill {
	vertical-align: middle;
	/* Aligner l'image du niveau avec le texte */
	width: 30px;
}


/* Style pour le titre du drill */

.video> br+ * {
	font-weight: bold;
	padding: 0 8px;
	/* Padding pour le titre */
}

.swal-text-left .swal2-html-container {
	text-align: left;
}

.overtime {
	color: #FF0000;
}
#overtimeShow {
	float: right;
	display: none;
	font-size: 40px;
	font-weight: bold;
	color: #FF0000;
}

#titrePageMain {
	display: none;
	position: absolute;
	top: 5px;
	left: calc(50% - 167px);
	width: 300px;
	color:#F0F0F0;
	background-color: #212121;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;	
	padding: 17px;
    text-align: center;
    font-weight: bold;
}


.titre-slide-in-from-left {
    animation: slideInFromLeft 0.3s forwards;
}

.titre-slide-out-to-left {
    animation: slideOutToLeft 0.3s forwards;
}

.titre-slide-in-from-right {
    animation: slideInFromRight 0.3s forwards;
}

.titre-slide-out-to-right {
    animation: slideOutToRight 0.3s forwards;
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutToLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutToRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}


#searchDrills {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 150px);
	width: 300px;
	display: none;
	transition: top 0.5s ease, left 0.5s ease, opacity 0.5s ease;
}