.fichierHide {
	position:relative;
	width:100%;
	height:50px;
}

.fichierHide > input {
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	box-sizing:border-box;
	opacity:0;
}
.fichierHide > .fichierHideOver{
	width:100%;
	height:100%;
	box-sizing:border-box;
}

 .form-control:focus,
 .custom-select:focus{
 	box-shadow: none;
 	border:1px solid #4279bd;
 }
 .custom-select:focus{
 	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%234279bd' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
 	background-size: 8px 10px;
 }
  .bootstrap-table thead th{
  	border:0;
  }
  .bootstrap-table .fixed-table-pagination{
  	font-size: 12px !important;
  }
 .bootstrap-table .fixed-table-container thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;
  display: inline-block;
}

.bootstrap-table .fixed-table-container thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}

.bootstrap-table .fixed-table-container thead th .asc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}

.bootstrap-table .fixed-table-container thead th .desc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
}
 .app{
     position:fixed;
     top:0;
     left:0;
     right:0;
     bottom:0;
     width:100%;
     height:100%;
     overflow: hidden;
 }
 .app .main-header{
 	height: 80px;
 	padding: 16px 15px;
 }
 .app .main-sub-header h3{
 	font-size: 25px;
 }
 .app .main-footer{
 	position:absolute;
 	bottom:0;
 	right:0;
 	background: #2f2f2f;
 	color:#fff;
 	display:inline-block;
 	font-size: 11px;
 	padding: 2px;
 }
 .app .main-sidebar{
     position:absolute;
     top:0;
     bottom:0;
     left:0;
     width:60px;
     background: #2f2f2f;
     color: #fff;
     z-index: 30;
 }
 .app .main-sidebar .main-sidebar-icon{
 	height: 80px;
 }
 .main-sidebar .sidebar-nav{
 	width:100%;
 	position:relative;
 	list-style:none;
 	padding:0;
 	margin:0;
 	width:60px;
 }
 .sidebar-nav > li{
 	display:block;
 	padding:0;
 	margin:0;
 	position:relative;
 }
 .sidebar-nav > li > a{
 	display:inline-block;
 	width:100%;
 	color: #fff;
 	padding: 15px 0;
 	text-align:center;
 	text-decoration: none;
 }
 .sidebar-nav > li:hover > a{
 	background: rgba(255,255,255,0.1);
 }
 .sidebar-nav li > ul.submenu{
 	position:absolute;
 	left:100%;
 	top:0;
 	list-style:none;
 	padding:0;
 	margin:0;
 	background: #2f2f2f;
 	color: #fff;
 	display:none;
 }
 .sidebar-nav li:hover > ul.submenu{
 	display:block;
 }
 .sidebar-nav li > ul.submenu > li{
 	padding:0;
 	position:relative;
 	margin:0;
 }
 .sidebar-nav li > ul.submenu > li > a{
 	display:block;
 	font-size: 15px;
 	color:#fff;
 	padding: 10px 15px;
 	white-space:nowrap;
 	text-decoration: none;
 }
  .sidebar-nav li > ul.submenu > li:hover > a{
  	background: rgba(255,255,255,0.1);
  }
 
 .app .main-content{
     position:absolute;
     right:0;
     top:0;
     bottom:0;
     left: 60px;
     background-color: #f0f0f0;
     overflow: auto;
 }
 .app .main-content.home-bg{
 	background: url(../img/home_bg.jpg) no-repeat center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
 	background-size:cover;
 }
 .main-sub-header{
     box-shadow: 0 2px 2px rgba(0,0,0,0.2);
 }
 .bg-white{
     background-color: white;
 }
 .bg-gray-light{
     background-color: #eee;
 }
 .fluid{
     width:100%;
 }
 .fluid-80{
     width:75%;
 }
 .login{
position:absolute;
background: url(../img/login.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
top:0;
left:0;
width:100%;
height:100%;
display:table;
 }
 .login .login-dialog{
 	display: table-cell;
 	vertical-align:middle;
 }
 .login .login-dialog .login-box{
 	display:block;
 	margin:0 auto;
 	width: 100%;
 	max-width:400px;
 	text-align:center;
 	background: rgba(255,255,255,0.98);
 	border-radius: 7px;
 	box-shadow: 0 7px 7px rgba(0,0,0,0.2);
 }
 img.img-max-300{
     width:100%;
     max-width:300px;
 }
 .INDEV{
	color:#ccc;
	background:#fff;
	border:#ccc 5px dotted;
	padding:5px;
}

.bgCover{
	background-image:url(../../img/cover.jpg) ;
    background-position: top;
    background-repeat: no-repeat;
    background-size:auto 480px;
}

.header-tools > a.active{
	color:#fc1c27;
	font-weight:bold;
	background-color:#fff !important;
}

.header-tools > span.dropdown.active > a{
	color:#fc1c27;
	font-weight:bold;
}
.header-tools > span.dropdown ul {
	white-space:nowrap;
	width:190px;
}

.header-tools > span.dropdown ul > li > a{
	display:inline-block;
	width:100%;
}

.header-tools > span.dropdown ul > li:hover {
	background-color:#353b4a;
}

.header-tools > span.dropdown ul > li:hover a {
	color:#fff;
}



.w100{
	width:100%;
}
.headerQuestion ul { 
   list-style-type: disc; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.headerQuestion ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.headerQuestion ul ul, .headerQuestion ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.headerQuestion ol ol, .headerQuestion ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

body .main-wrap{
	padding: 0.5rem;
}
@media screen and (min-width: 480px) {
	body .main-wrap{
		padding: 1.5rem;
	}
}
.pointer{
	cursor:pointer;
}
.panel-grid > .panel-wrap > .panel{
	visibility: visible;
}
.modal {
    display: none;
    background: rgba(0, 0, 0, .30);
    z-index: 9999;
}

.modal .modal-dialog {
    position: relative;
    margin: 30px auto;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.checked-list-item .checked-list-checkbox label {
  margin: 0;
  padding: 1.45rem 0 0 1.45rem !important;
}

.checked-list-item .checked-list-details {
  margin-left: 0px;
  padding: 6px 28px 6px 0;
  display: block;
}

.checked-list-item .checked-list-details > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mail-inbox .checked-list-details {
  margin-left: 0px;
}

canvas{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#chartjs-tooltip {
	opacity: 1;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	color: white;
	border-radius: 3px;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	pointer-events: none;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.chartjs-tooltip-key {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}


	.chart-container {
		width: 500px;
		margin-left: 40px;
		margin-right: 40px;
		margin-bottom: 40px;
	}
	.container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

.detail-icon{
	text-decoration:none !important;
}
.img-shadow{
	box-shadow: 2px 2px 7px rgba(15, 16, 21, 0.1);
}

.btn_slim{
    padding: 0.58rem 0.6rem !important;
}
.dropdown_slim{
	min-width:0px !important;
}
.noresult{ text-align:center; color:#a53012;}

.ib{ display:inline-block;}
.right{ text-align:right !important;}
.left{ text-align:left !important;}
.center{ text-align:center !important;}
.print-only {display: none;}

@media print
{    
    .no-print, .no-print * { display: none !important;}
	.print{ width:100% !important;}
	.print-top{ margin-top:0px !important; margin-bottom:0px !important;}
	.print-only {display: inline !important;}
	#app{ padding-left:0px !important;}
	td{ padding: 0px!important; border:0!important; font-size:0.7em !important;}
	.th-inner{ padding: 0px!important; font-weight:bold!important;}
}

.dropdown-menu li{ padding: 0 0 0 15px;}
.dropdown-menu li:hover{ color: #99a0b2; background-color: #191e24;}
.dropdown-menu-right {
	right:0;
	left:auto;
}

.form_label{
	font-weight:bold !important;
	color:#353b4a;
}

.categorieCont{}
.questionCont{}
.question{}
.sousquestion{
	font-size:0.8em;
	font-style: italic;
	color:#56565b;
}

.header-wrap .header-tools {
    background: #fff;
    height: 60px;
    color: #353b4a;
    line-height: 60px;
}

.header-wrap {
    position: relative;
    z-index: 400;
    box-shadow: none;
}

.monSliderCont .sliderValue{
		width:2.5rem;
		height:2.5rem;
		text-align:center;
		vertical-align:middle;
		padding:5px;
		margin-left:10px;
		display:inline-block;
		background: #ece9e4;
		color: #353b4a;
		font-weight:bold;
	}
	.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical .tooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  opacity: 1;
}

.blue66{
	color:#4279bd !important;
}

.f_input{
	border:1px solid #ced4da;
	border-radius: .25rem;
	display: block;
    width: 100%;
    /*padding: .375rem .75rem;*/
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
	text-align:right;
}

.f_icon{
	background-color: #e9ecef;
	line-height: 1.5;
	text-align:center;
	height: 36px;
	width: 40px;
	padding-top:6px;
	border-left:1px solid #ced4da;
	display:inline-block;
	
}
.f_label{
	text-align:left;
	display:inline-block;
	width:calc(100% - 45px);
	padding-left: 10px;
	color: #6c757d;
}

#main select {
		width:auto
	}
	textarea {
		box-sizing: border-box;
	}
	.radioReponse{
		vertical-align:middle;
		text-align:center;
		border-bottom: 2px solid #dee4e8;
		background:#e6eff3;
		padding:1.5rem 0 0 0;
		height:4.6em;
		width:33%;
	}
	.radioReponse.labelActive{
		border-bottom: 2px solid #4c8033;
	}
	.has-danger .radioReponse{
		border-color: #a53012;
	}
	
	.questionCont .commentaire{
		height:4.6em;
	}
	
	.questionCont .question{
		font-weight: 500;
		font-size: 1.1em;
	}
	
	.monSliderCont .slider{
		width:calc( 100% - 4rem - 50px );
		display:inline-block;
		margin-left:50px;
	}
	
	.slider-selection {
		background: #BABABA;
	}
	.has-danger .monSliderCont .sliderValue{
		border-color:#a53012;
	}
	
	#divSaveIcon{
		position:fixed;
		top:30px;
		left:-50px;
		width:60px;
		background:#2f2f2f;
		padding:5px 10px;
		box-sizing:border-box;
		vertical-align:middle;
		text-align:center;
		color:#fff;
		z-index:2000;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	#divSaveIcon.waiting{color:#fff;}
	#divSaveIcon.saving {color:#fff;}
	#divSaveIcon.success{color:#4279bd;}
	#divSaveIcon.error  {color:#c00;}
	
	.unFichier{
		position:relative;
		font-size:0.8em;
		font-style:italic;
	}
	.unFichier.success, .unFichier.success a{
		color:#3c763d !important;
	}
	.unFichier.failure, .unFichier.failure a, .unFichier.failure .nom{
		color:#90291b !important;
	}	
		.unFichier .nom {
			margin-bottom:5px;
			color:#fff;
		}
		
		.unFichier .btnCancel {
			/*font-size:1.5em;*/
		}
		
		.unFichier > .btnCancel {
			position:absolute;
			top:0;
			right:5px;
			cursor:pointer;
		}
.has-danger{
	background-color:#f8d7da;
	border:1px dotted #f5c6cb;
	color:#721c24;
	padding:5px;
	border-radius: .25rem;
}		
		
@media screen and (min-width: 830px) {	
	.btn_ges{
		margin:10px; 
		width:30%
	}	
}
@media screen and (max-width: 829px) {
	.btn_ges{
		margin:10px; 
		width:100%
	}
}