
/* Permet de mettre en blanc l'email renseignŽ dans le champ email footer */
#top .footer_color input[type='email'] {
    color:#FFF !important ;
    }

/* sticky header on smartphone */
.html_header_top.html_header_sticky #header {
  position: fixed !important;
}
@media only screen and (max-width: 767px) {
  .responsive #main {
    padding-top: 0px !important;
    margin-top:80px !important; /* fix for slide-show on start page, 80 px is max-height of header. */
  }
}