body {
	-webkit-background-size: cover;
	background: url("../images/bg.png") no-repeat center fixed;
	margin: 30px 0 30px!Important;
	background-size: cover!Important;
}

.first-color{
	color: #9e2524!Important;
}
.colorgraph {
	height: 5px;
	border-top: 0;
	background: #9e2524;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #9e2524, #86888a 12.5%, #86888a 12.5%, #9e2524 25%, #9e2524 25%, #86888a 37.5%, #86888a 37.5%, #9e2524 50%, #9e2524 50%, #86888a 62.5%, #86888a 62.5%, #9e2524 75%, #86888a 75%, #9e2524 87.5%, #9e2524 87.5%, #86888a);
	background-image: -moz-linear-gradient(left, #9e2524, #86888a 12.5%, #86888a 12.5%, #9e2524 25%, #9e2524 25%, #86888a 37.5%, #86888a 37.5%, #9e2524 50%, #9e2524 50%, #86888a 62.5%, #86888a 62.5%, #9e2524 75%, #86888a 75%, #9e2524 87.5%, #9e2524 87.5%, #86888a);
	background-image: -o-linear-gradient(left, #9e2524, #86888a 12.5%, #86888a 12.5%, #9e2524 25%, #9e2524 25%, #86888a 37.5%, #86888a 37.5%, #9e2524 50%, #9e2524 50%, #86888a 62.5%, #86888a 62.5%, #9e2524 75%, #86888a 75%, #9e2524 87.5%, #9e2524 87.5%, #86888a);
	background-image: linear-gradient(left, #9e2524, #86888a 12.5%, #86888a 12.5%, #9e2524 25%, #9e2524 25%, #86888a 37.5%, #86888a 37.5%, #9e2524 50%, #9e2524 50%, #86888a 62.5%, #86888a 62.5%, #9e2524 75%, #86888a 75%, #9e2524 87.5%, #9e2524 87.5%, #86888a);
}
.login_content {
	padding: 1%;
	border-radius: 15px;
	/*background: transparent none repeat scroll 0% 0%;*/
	/*background-color: rgba(255, 255, 255, 0.9);*/
	background-color: rgba(238, 238, 238, 1);


}
.login_content2 {
	-webkit-box-shadow: 2px 1px 5px 1px rgba(8, 8, 8, 0.75);
	-moz-box-shadow: 2px 1px 5px 1px rgba(8, 8, 8, 0.75);
	box-shadow: 2px 1px 5px 1px rgba(8, 8, 8, 0.75);
	background: transparent none repeat scroll 0% 0%;
	padding: 1%;
	border-radius: 15px;
}

@media (min-width: 1200px) {
.plateform{
	height: 476px !important;
	overflow:scroll !important;
	 -webkit-overflow-scrolling:touch !important;
	 overflow-y: hidden !important;
}

}

@media (max-width: 1201px) {
.plateform{
	height: 392px !important;
	overflow:scroll !important;
	 -webkit-overflow-scrolling:touch !important;
	 overflow-y: hidden !important;
}

}
@media (max-width: 430px) {
	.logo {
		/*height: 65px !important;*/
		/*width: 100%!important;*/
	}

	.logo2 {
		/*height: 80px !important;*/
		/*width: 100%!important;*/
	}

	.btn-deconexion {
		font-size: 10px !important;
	}
}
@media (min-width: 431px) {
	.logo{
		/*height: 80px!important;*/
		/*width: 100%!important;*/
	}
	.logo2{
		/*height: 75px!important;*/
		/*width: 100%!important;*/
	}
}
@media (min-width: 1140px)and (max-width: 2440px) {
	.title{
		font-size: 30px;
	}
}
@media (min-width: 670px)and (max-width: 1140px) {
	.title{
		font-size: 22px;
	}
}
@media (min-width: 670px)and (max-width: 669px) {
	.title{
		font-size: 18px;
	}
}
@media (max-width: 575px ) {
	.img-1{
		max-width: 80px !important;
	}
	.img-2{
		max-width: 80px !important;
	}
	.img-3{
		max-width: 80px !important;
	}
	.logo2{
		/*margin-right: -37px !important;*/
	}
	.img-index{
		margin-left: -15px !important;
	}
}

.btn-deconn{
	
margin-top: 2%;
margin-right: 2%;
width:100%;

}

.margin-top{
	margin-top:1%;
}
.margin-bot{
	margin-bottom :2% !important;
}

.right{
	float: right;
}


/*custom css*/
label.error{
	color:red;
}

.input-css{
	border: 1px solid #343a40 !important;
	height: 35px !important;
}

button#btn-login, #btn-register, .import-csv {
	background-color: #9e2524 !important;
	color: white!important;
}
.download-model{
	color: white!important;
	background-color: #86888a !important;
}
.download-model:hover{
	background-color: #9e2524 !important;
}

.btn-deconexion, .btn-screen {
	background-color: #9e2524 !important;
	color: white !important;
	border: 2px solid #86888a;
}

.color-link{
	color: #9e2524!important;
}
.color-link:hover,
.color-link:active{
	color: #212529!important;
	/*font-weight: 600;*/
	text-decoration: none;
}

.btn-red{
	margin-top: 15px;
text-align: center;
}

#btn-login:hover,
#btn-register:hover,
.import-csv:hover,
.btn-deconexion:hover,
.btn-screen:hover{
	background-color: #86888a !important;
	color: white!important;
}

.navpage2{
	border-radius: 10px;

	background-color: white; margin-bottom: 15px;
}
.navpage{
	border-radius: 10px;

	/*background-color: white; margin-bottom: 15px;*/
}

.img-logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.mrg-top{
	margin-top: 110px !important;

}
.btn-deco-admin{    margin: 32px 5px 3px 15px;
}

.form_question{
	padding: 21px 7px 2px 11px;

}

.btn-save-question{
	margin-top: 16px;
	margin-bottom: 21px;}

.zone-question{
	background: rgb(236, 236, 237);
	-webkit-box-shadow: -1px 2px 10px 2px rgba(8,8,8,0.6);
	-moz-box-shadow: -1px 2px 10px 2px rgba(8,8,8,0.6);
	box-shadow: -1px 2px 10px 2px rgba(8,8,8,0.6);
	margin-bottom: 8px;
	margin-top: 14px;
}
.headline{
	visibility: hidden;
}

/* MENU Admin page*/
.menu .nav-link.active{
	color: #fff!important;
	background-color: #9e2524!Important;
}

a {
	color: #343a40!Important;
}

.whiteText{
	color: #fff;
}

label {
	color: #343a40;
	text-align: left!important;
}

.file-download > li {
	display: block;
}
.file-download {
	padding: 20px 10px 20px 10px;
}

.row{
	margin-right: 0px!Important;
	margin-left: 0px!Important;
}


.bg-color{
	background-color: #f1f1f1;
	margin-right: 20px;
}

.user-question{
	height:300px; overflow-y: scroll;
}

.date-question{
	color: #9e2524;float:right
}

.btn-video-control{
	width: 95px;
}
.btn-video-control:hover{
	background-color: #86888a !important;
}

.center-block{
	text-align: center;
}
.msg{
	text-align: center;
	width: 100%;
}
@media (min-width: 770px) {
	#login-page {
		margin-top: 100px !important;
	}
}
