@charset "utf-8";

exp{
  font-size:70%;
  vertical-align:top;
}

.with-footer .footer {
  height: auto;
}
footer .footer-links{
 display: block;
  padding: 0;
  
}
footer .footer-links img.footer-img{
 display: block;
  width: 100%
}

.wrapper.with-footer {
    padding-bottom: 110px;
}



.help{
  display:inline-block;
  height:40px; line-height:40px;
  margin-right:10px;
  cursor:pointer;
  float:right;
}

.help::before{
  content:"Aide";
}


@media screen and (max-width: 479px){
  .header-bottom .title {
      font-size: 80%;
  }

  .header-bottom .help {
      font-size: 80%;
  }

}