/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
  /* some CSS here */
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
  /* some CSS here */
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
  /* some CSS here */
}

/* #### Retina screen (iphone4, samsung note, etc.) Portrait or Landscape #### */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx),
only screen and (                   max-height : 640px) ,
only screen and (                   max-device-height : 640px) {

  /* Retina-specific stuff here */
  body{
    padding-top : 60px;
  }
  
  #header {
  height : 70px;
  position: fixed;
  right: 0px;
  left: 0px;
  top: 0px;
  z-index: 1030;
  margin-bottom: 0px;
  overflow: visible;
  background : #8fbc5e;
  color : #FBFBFB;
  font-size:1.0em;
}


 #header {
    height : 70px;
  }
  #logo {
    height : 30px;
    margin: 0px 5px;
  }

  #logo {
  float : left;
  height: 60px;
  min-width: 1000px;
  margin-top: 10px;
  margin-bottom: -10px;
  margin-left: 10px;
  margin-right: 5px;
  background : url(/index.php/view/media/getMedia?repository=desserteforestiere&project=desserte_13_v2&path=media%2Fthemes%2Fdesserte_13_v2%2Fcss%2F//lm/index.php/view/media/getMedia?repository=sarf04&project=projet_desserte_lizmap&path=media%2Fthemes%2Fprojet_desserte_lizmap%2Fcss%2Fimg%2Flogo1.png) no-repeat;
  background-size: 200px 20px;
  }

  /*#logo h1 {
    font-size : 1.5em;
    margin-left: 10px;
    margin: 5px 5px;
    line-height: 20px;
  }*/

   #title{
    height : 30px;
    margin-top: : 0px;
    margin: 0px 5px;
    padding-right: 5px;
  }

    #title h1 {
    margin: 0px 5px;
    font-size: 0.7em;
    line-height: 0px;
  }
 #title h2 {
  position:relative;
  display: block;
  color : lightgrey;
  font-size: 0.6em;
  line-height: 0.5em;
  margin-top: 0em;
  margin-left: 0.5em;
}

  /*#title h1 {
    margin : 0px 5px;
    font-size : 1.5em;
    line-height: 30px;
  }*/
  #headermenu{
    height:30px;
    position: fixed;
  }
  .navbar-inner {
    min-height:30px;
    padding: 0px 10px;
  }

  /*  for ie*/
/*  .navbar-inner ul {*/
/*    height:30px\9;*/
/*  }*/

  /*  for ie*/
  .navbar-inner ul li{
    display:inline\9;
  }

  #overview-box {
    right:10px;
    bottom:40px;
  }

  #bottom-dock  {
    width: 100%;
    height: auto;
  }
  #bottom-dock.visible {
    height: 100%;
    opacity: 1;
  }
  #bottom-dock.half-transparent {
    height: 100%;
    opacity: 1;
  }

}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
  /* some CSS here */
}

/* #### Desktops #### */
@media screen and (min-width: 1024px){
  /* some CSS here */
}
