body.panel-mode section.panel .panel-middle input[type="password"] {
	width: 500px;
	height: 54px;
	border: none;
	border-bottom: 1px solid #d4d9e3;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
	background: url("../img/icon-user.png") left center no-repeat;
	padding-left: 60px;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none; }
	
.form-group .content input.datepicker {
    padding-right: 24px;
    background: url("/ressources/img/icon-calendar.png") right center no-repeat; }
#div_agent {
	display:none
}
#div_generic {
	display:none
}
#div_subvention {
	display:none
}
#div_erreur {
	display:none
}
.wrapper {
	position:relative
}
#card-recap {	
	width:350px;
}
.scroll-recap {
	position:fixed;
	bottom:15px;
}
.pricebox {
	margin-bottom:10px
}


.cpt-subvention .d-flex {
  flex-direction: row;
  justify-content: space-evenly;
}

.cpt-subvention .histogram {
  height: 60px;
  width: 30px;
  position: relative;
  background: #f8b5d2;
}

.cpt-subvention .histogramfamilles {
  height: 60px;
  width: 30px;
  position: relative;
  background: #a8e681;
}

.cpt-subvention .histogramhotels {
  height: 60px;
  width: 30px;
  position: relative;
  background: rgba(253, 196, 40, 0.5);
}

.cpt-subvention .histogram .variable {
  background: #eb297c;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cpt-subvention .histogramfamilles .variable {
  background: #74c044;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cpt-subvention .histogramhotels .variable {
  background: #FAC73B;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cpt-subvention .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}

.cpt-subvention .year {
  border-top: 1px solid #cdcdcd;
  width: 50px;
  text-align: center;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-subvention {
    
  }
  .cpt-subvention .histogram, .cpt-subvention .histogramfamilles, .cpt-subvention .histogramhotels {
    height: 120px;
    width: 60px;
  }
  .cpt-subvention .year {
    font-size: 20px;
    width: 100px;
  }
}