h1{
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 25px;
}
.content ol{
  margin:0;
}

.presentation{
  font-size:13px;
  margin-bottom: 25px;
  line-height: 18px;
  padding-bottom: 25px;
  border-bottom: solid 1px #ececec;
}

.month-year-input{
  padding: 9px 15px !important;
}

.column-haft .column{
  width: 50%;
  float: left;
  padding-left:5px;
  box-sizing:border-box;
}
.column-haft .column:first-child{
  padding-right:5px;
  padding-left:0;
}
.result{
  padding: 25px;
}
.result .imgp {
  background-color: #f7f7f7;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.result .imgp img {
  position: absolute;
  left: -2000px;
}

.imgp:after{
  content: "";
  display: block;
  padding-bottom: 120%;
}

.feature{
  padding:25px 30px;
  background-color: #FFF;
  clear: both;
}
.feature h2{
  font-size: 15px;
  line-height: 20px;
  color: #2E2C2C;
  margin: 0;
  font-weight: 600;
}

.feature blockquote{
  font-size: 12px;
  color: #353535;
  line-height: 18px;
}

.feature blockquote:not(:empty){
  padding-top:15px;
}

.q a{
  text-decoration: none;
}

.t_0 .imgp:after{
  padding-bottom: 80%;
}

.t_2 .imgp:after{
  padding-bottom: 70%;
}

.t_1 .imgp:after{
  padding-bottom: 95%;
}

.t_3 .imgp:after{
  padding-bottom: 65%;
}

.q{
  margin-bottom: 10px;
  border: solid 1px #E0E0E0;
  border-bottom: 1px solid #CDCDCD;
  background-color:#FFF;
  position:relative;
  float: left;
  width: 100%;
}

.winner{
  position: absolute;
  top: -8px;
  left: 8px;
  z-index: 99;
  background: #ffd117;
  padding: 5px;
  border-radius: 0px 0px 10px 10px;
}

.winner img{
  height: 35px;
}

.winner:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 5px;
  border-color: transparent transparent transparent #c5a009;
  right: -5px;
  position: absolute;
  top: 0;
}

.user_zone{
  border-top : solid 1px #E0E0E0;
  background-color: #fbfbfb;
  padding: 15px 25px;
  overflow: hidden;
  zoom:1;
}

.user_zone img{
  height: 25px;
  float:left;
}

.user_zone span{
  float: left;
  font-size: 13px;
  margin-top: 6px;
  margin-left: 10px;
  color: #000;
  font-weight: 600;
}

.column-one .imgp:after{
  padding-bottom: 80% !important;
}

#filter_zone{
  padding-bottom: 15px;
  overflow: hidden;
  zoom: 1;
}

#filter_zone input, .current_month{
  display: inline-block;
  padding: 7px 15px;
  background-repeat: no-repeat;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafafa), color-stop(1, #fefefe));
  background-image: -ms-linear-gradient(bottom, #fafafa, #fefefe);
  background-image: -moz-linear-gradient(center bottom, #fafafa 0, #fefefe 100%);
  background-image: -o-linear-gradient(#fefefe, #fafafa);
  background-image: linear-gradient(to top, #fafafa, #fefefe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#fafafa',GradientType=0);
  border: solid 1px;
  border-color: #cccccc #c5c6c8 #b6b7b9;
  color: #4e5665;
  text-shadow: 0 1px 0 #fff;
  float: right;
  position:relative;
  outline: none;
}

.current_month{
  padding: 10px 20px;
  float: left;
}

.current_month.a{
  background: linear-gradient(to top, #ececec 0%, #fcfcfc 100%);
  pointer-events: none;
  cursor: default;
  color: #000;
}

.empty_zone{
  border: solid 1px #E0E0E0;
  background-color: #ececec;
  padding: 20px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.consigne{
    /* border: solid 1px #E0E0E0; */
    background-color: #ffffff;
    padding: 20px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}

.title.empty {
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
    color: #424242;
}

#filter_zone input::-webkit-inner-spin-button, #filter_zone input::-webkit-clear-button{
    -webkit-appearance: none;
}

#filter_zone input::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 0;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}

#filter_zone input::after {
  content: '';
  display: block;
  border-color: #4e5665 transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  width: 0;
  height: 0;
  margin-left: -2px;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  right: 10px;
}

.result{
  overflow: hidden;
  background-color:#FFF;
  zoom:1;
  min-height: 1001px;
}

.parameters {
    padding-bottom: 12px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.title {
  font-size: 12px;
  font-weight: normal;
  float: left;
  width: 100%;
  clear: both;
  margin-top: 5px;
}

.title strong {
    font-weight: 600;
}

.picture_contest {
    width:100%;
}

.month-picker {
    font-size: 13px;
}

.month-picker-title{
  float:left;
  width:100%;
}

@media screen and (max-width: 855px){
  .result {
    min-height: 906px;
  }
}

@media screen and (max-width: 650px){
  .result {
    min-height: 0px;
  }
}