
    /******************************/
    /*Correction pour les ancres trop bas à cause de la toolbar*/
    .toolbar-fixed :target:before {
      content: "";
      display: block;
      height: 59px; /* Amount of padding toolbar gives to body */
      margin-top: -59px;
    }
    .toolbar-horizontal.toolbar-tray-open :target:before {
      height: 90px; /* Amount of padding toolbar gives to body when the tray is open horizontally */
      margin-top: -90px;
    }

  
