/**
 * @file
 *
 * EDSR : Feuille de style dédiée au HEADER.
 *
 */

/*** LOGOS ***/

img#logo-lcl {
  margin-left: 138px;
  margin-top: 10px;
  width: 131px;
  height: 67px;
}
#page-header.mini-header img#logo-lcl {
  margin-left: 95px;
}

/*** MENU PRINCIPAL ***/

#page-header #menu-principal {
  margin-left: 206px;
}
#page-header.mini-header #menu-principal {
  margin-left: 249px;
}
#menu-principal ul.menu li.level-0.menu-item--billetterie {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 18px 18px;
  background-image: url('../images/header/billeterie.svg');
}

/*** MENU SECONDAIRE ***/

#menu-secondaire {
  padding-top: 55px;
}
#menu-secondaire ul.menu li.level-0.menu-item--fr > a {
  width: 40px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: right 8px;
  background-size: 13px 8px;
  background-image: url('../images/header/fleche-visite.svg');
  font-family: 'soleil-semibold';
  font-size: 1.15em;
}

/*--------- <= 1300px ---------*/

@media only screen and (max-width: 1300px) {

  #page-header #menu-principal {
    margin-left: 106px;
  }

}

/*--------- <= 1180px ---------*/

@media only screen and (max-width: 1180px) {

  #logos {
    margin-right: 0;
  }
  img#logo-lcl {
    margin-top: 0;
    margin-left: 75px;
    width: 75px;
    height: 39px;
  }
  #page-header.mini-header img#logo-lcl {
    margin-left: 52px;
  }
  #menu-secondaire ul.menu li.level-0.last > a {
    height: 30px;
  }
  #menu-principal ul.menu li.level-0.menu-item--billetterie {
    padding-left: 0px;
    background: none;
  }

}
