/*
* LES PETITS ECRANS
*/
@media (max-width: 600px) {
  /* supprimer la boite d'attibution */
  #attribution-box {
    display: none;
  }
  /* Les boutons pour afficher / masquer les contributions */
  #filtre_categorie .cat-text {
    text-transform: none;
    display: none!important;
  }
  /* Reduire la taille du titre */
  #title h1{
    font-size: 1.1em;
    line-height: normal;
    top: 25%;
  }
  /* Fixer la taille de l'entete */
  #title, #header{
    height: 30px;
  }
  /* Fixer la taille de panneau lateral */
  #dock{
    left: 0px;
    max-width: 70%!important;
  }
  /* L'icone du menu repliee */
  #menuToggle{
    display: none;
  }
}

/*
* LES ECRANS MOYENS
*/
@media (max-width: 1100px) and (min-width: 600px){
  #title h1{
    font-size: 1.3em;
    line-height: normal;
    top: 25%;
  }
  #title, #header{
    height: 40px;
  }
  #dock{
    left: 0px;
    max-width: 50%!important;
  }
  #menuToggle{
    display: none;
  }
}
