@font-face {
	font-family: "HelveticaRounded";
	src: url("../webfonts/HelveticaRoundedLTStd-Bd.otf");
}


body {
	-webkit-background-size: cover;
	background: url("../images/bg.jpeg") no-repeat fixed;
	margin: 0px 0 30px!Important;
	background-size: cover!Important;
}
#titre1
{
	color: #FF4111;
	font-weight: bold;
	font-size: 20px !important;
	font-family: HelveticaRounded;
}

#titre2{
	color: #FF4111;
	font-weight: bold;
	font-size: 2rem !important;
	font-family: HelveticaRounded;
}
#titre3{
	color: #154429;
	font-weight: lighter;
	font-family: HelveticaRounded;
}

.first-color{
	color: #FF4111!Important;
}
.colorgraph {
	height: 5px;
	border-top: 0;
	background: #C0B69B;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #C0B69B, #FF4111 12.5%, #FF4111 12.5%, #C0B69B 25%, #C0B69B 25%, #FF4111 37.5%, #FF4111 37.5%, #C0B69B 50%, #C0B69B 50%, #FF4111 62.5%, #FF4111 62.5%, #C0B69B 75%, #FF4111 75%, #C0B69B 87.5%, #C0B69B 87.5%, #FF4111);
	background-image: -moz-linear-gradient(left, #C0B69B, #FF4111 12.5%, #FF4111 12.5%, #C0B69B 25%, #C0B69B 25%, #FF4111 37.5%, #FF4111 37.5%, #C0B69B 50%, #C0B69B 50%, #FF4111 62.5%, #FF4111 62.5%, #C0B69B 75%, #FF4111 75%, #C0B69B 87.5%, #C0B69B 87.5%, #FF4111);
	background-image: -o-linear-gradient(left, #C0B69B, #FF4111 12.5%, #FF4111 12.5%, #C0B69B 25%, #C0B69B 25%, #FF4111 37.5%, #FF4111 37.5%, #C0B69B 50%, #C0B69B 50%, #FF4111 62.5%, #FF4111 62.5%, #C0B69B 75%, #FF4111 75%, #C0B69B 87.5%, #C0B69B 87.5%, #FF4111);
	background-image: linear-gradient(left, #C0B69B, #FF4111 12.5%, #FF4111 12.5%, #C0B69B 25%, #C0B69B 25%, #FF4111 37.5%, #FF4111 37.5%, #C0B69B 50%, #C0B69B 50%, #FF4111 62.5%, #FF4111 62.5%, #C0B69B 75%, #FF4111 75%, #C0B69B 87.5%, #C0B69B 87.5%, #FF4111);
}
.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(208, 84, 238, 0.2);


}
.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: 70px!important;*/
		/*width: 90%!important;*/
		margin-top: 10px;
		margin-bottom: 10px;
		width: 40%;
	}
	#logo2{
		width: 30%;
		margin-left: 20px;
	}
	.novar{
		margin-top: 5px;
		margin-bottom: 13px;
		width: 40%;
	}
	/*body*/
	/*{*/
	/*	-webkit-background-size: cover;*/
	/*	background: url("../images/bg-mobile.jpg") no-repeat fixed;*/
	/*	margin: 30px 0 30px!Important;*/
	/*	background-size: cover!Important;*/
	/*}*/

}
@media (min-width: 431px) {
	#logo{
		/*height: 90px!important;*/
		width: 59%!important;
		margin-bottom: 13px;
	}
	#logo2{
		width: 27%;
		margin-left: 20px;
	}
	.novar{
		width: 50% !important;
		margin-bottom: 13px;
	}
}


.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: 45px !important;
}

button#btn-login, #btn-register, .import-csv {
	background-color: #FF4111 !important;
	color: white!important;
}
.download-model{
	color: white!important;
	background-color: #FF4111 !important;
}
.download-model:hover{
	background-color: #C0B69B !important;
}

.btn-deconexion, .btn-screen {
	background-color: #FF4111 !important;
	color: white !important;
	/*border: 2px solid #8ad2f0;*/
}

.color-link{
	color: #C0B69B!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: #154429 !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: #FF4111!Important;
}

a {
	color: #343a40!Important;
}

.whiteText{
	color: #fff;
}

label {
	color: #000;
	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: #C0B69B;float:right
}

.btn-video-control{
	width: 95px;
}
.btn-video-control:hover{
	background-color: #8ad2f0 !important;
}

.center-block{
	text-align: center;
}
.titre
{
	text-align: center;
	margin-bottom: -12px;

}


.marg
{

	margin-bottom: -70px;
}
.marg1
{
	margin-bottom: -107px;
}
.custom-table thead tr, .custom-table thead th, .custom-table tfoot tr, .custom-table tfoot th{
	border-top: none;
	border-bottom: none !important;
	color: #fff;
}
.custom-table tbody tr, .custom-table tbody td {
	color: #000;
}
.custom-table thead, .custom-table tfoot{
	background-image: linear-gradient(to bottom, #d386c9 0%, #7d487e 100%) !important;
}
.custom-table tbody tr, .custom-table tbody tr .sorting_1{
	background-color: #d9d9d9 !important;
}
button.dt-button, div.dt-button, a.dt-button, .paginate_button, .btn{
	background-image: linear-gradient(to bottom, #d386c9 0%, #7d487e 100%) !important;
	color: #fff !important;
	border: none !important;
	box-shadow: 0 1px 6px rgb(0 0 0 / 0%), 0 1px 4px rgb(0 0 0 / 0%) !important;
}
button.dt-button:hover, div.dt-button:hover, a.dt-button:hover, .paginate_button:hover, .paginate_button:active, button.dt-button:focus, div.dt-button:focus, a.dt-button:focus, .paginate_button:focus, .btn:hover, .btn:focus{
	background-image: linear-gradient(to bottom, #d386c9 0%, #7d487e 100%) !important;
	color: #fff !important;
	border: none !important;
	box-shadow: 0 1px 6px rgb(0 0 0 / 0%), 0 1px 4px rgb(0 0 0 / 0%) !important;
}
.dataTables_scroll{
	box-shadow: 0 1px 6px rgb(0 0 0 / 0%), 0 1px 4px rgb(0 0 0 / 0%) !important;
}
.paginate_button.disabled:active, .paginate_button.disabled:hover, .paginate_button.disabled{
	background-image: linear-gradient(to bottom, #d386c9 0%, #7d487e 100%) !important;
	color: #fff !important;
	box-shadow: 0 1px 6px rgb(0 0 0 / 0%), 0 1px 4px rgb(0 0 0 / 0%) !important;
}

.dataTables_filter input, .dataTables_length select{
	border-radius: 4px !important;
	border: 1px solid #7d487e !important;
	background: #d386c9 !important;
	color: #000 !important;
	padding: 5px 5px !important;
	width: 175px;
}
.dataTables_length select{width: 60px;}
.dataTables_filter, .dataTables_scroll{
	margin-bottom: 15px;
}
.btn.btn-danger{
	background-image: linear-gradient(to bottom, #7c7c7c 0%, #960000 100%) !important;
	box-shadow: none !important;
}
.btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger:focus{
	background-image: linear-gradient(to bottom, #686767 0%, #760101 100%) !important;
	box-shadow: none !important;
}
.btn.btn-secondary{
	background-image: linear-gradient(to bottom, #7c7c7c 0%, #3a3ead 100%) !important;
	box-shadow: none !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus{
	background-image: linear-gradient(to bottom, #686767 0%, #1e205c 100%) !important;
	box-shadow: none !important;
}
.paginate_button {
	font-weight: initial !important;
}
.btn-import{
	box-shadow: none !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0px;
	padding: 6.7px 10px;
}

element.style {
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
	z-index: 3;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	min-width: 0;
	margin-bottom: 0;
	background-color: #aeacb4 !important;
	opacity: 1;
	border: none !important;
	background: #d386c9 !important;
	color: #000 !important;
}
.form-control:disabled, .form-control[readonly] {
	border: none !important;
	background: #d386c9 !important;
	color: #000 !important;
	opacity: 1;
}
fieldset {
	margin-top: 12px;
	border: 1px solid #111111;
	padding: 12px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
fieldset legend {
	background: #f3daf9;
	color: #000000;
	left: 10px;
	padding: 0 10px;
	position: absolute;
	top: 4px;
	font-weight: 400;
	width: auto !important;
	border: none !important;
}
.progress-bar{background-color: #7d487e !important;}
.btn-slide, .btn-slide2 {
	position: relative;
	display: inline-block;
	height: 32px;
	width: 150px;
	line-height: 30px;
	padding: 0;
	border-radius: 50px;
	background: #fdfdfd;
	border: 2px solid #0099cc;
	margin: 10px;
	transition: .5s;
}

.btn-slide2 {
	border: 2px solid #7d487e;
}

.btn-slide:hover {
	background-color: #0099cc;
}

.btn-slide2:hover {
	background-color: #7d487e;
}

.btn-slide:hover span.circle, .btn-slide2:hover span.circle2 {
	left: 100%;
	margin-left: -45px;
	background-color: #fdfdfd;
	color: #0099cc;
}

.btn-slide2:hover span.circle2 {
	color: #7d487e;
}

.btn-slide:hover span.title, .btn-slide2:hover span.title2 {
	left: 40px;
	opacity: 0;
}

.btn-slide:hover span.title-hover, .btn-slide2:hover span.title-hover2 {
	opacity: 1;
	left: 30px;
}

.btn-slide span.circle, .btn-slide2 span.circle2 {
	display: block;
	background-color: #0099cc;
	color: #fff;
	position: absolute;
	float: left;
	margin: 2px;
	line-height: 42px;
	height: 25px;
	width: 25px;
	top: 0;
	left: 0;
	transition: .5s;
	border-radius: 50%;
}

.btn-slide2 span.circle2 {
	background-color: #7d487e;
}

.btn-slide span.title,
.btn-slide span.title-hover, .btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
	position: absolute;
	left: 90px;
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
	font-weight: bold;
	color: #30abd5;
	transition: .5s;
}

.btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
	color: #7d487e;
	left: 45px;
}

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
	left: 80px;
	opacity: 0;
}

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
	color: #fff;
}
.btn-slide2 .fa-download:before{
	position: absolute;
	left: 5px;
	top: 5px;
}

element.style {
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #f9f9f9;
}
table.dataTable tbody tr {
	background-color: #ffffff;
}
.custom-table tbody tr, .custom-table tbody tr .sorting_1 {
	background-color: #f0f0f0b3 !important;
}
.custom-table tbody tr, .custom-table tbody td {
	color: #000;
}
*, ::after, ::before {
	box-sizing: border-box;
}
feuille de style user-agent
tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
table.dataTable {
	border-collapse: initial !important;
	border-spacing: 2px !important;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td{
	border: none !important;     font-weight: 700; white-space: break-spaces !important;
}
table.dataTable tfoot th, table.dataTable tfoot td {
	border: none !important;
}
sub, sup {
	font-size: 65% !important;
}

