.transitionWDF {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
body header {
  background: url(../images/header-bg.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 30px !important;
  min-height: auto !important;
}
body header .topHeader .logo {
  padding: 0;
  margin: 0;
  height: 116px;
}
body header .topHeader .logo.pull-right {
  padding-top: 5px;
}
body header .topHeader .logo.pull-right img {
  width: 100px;
}
body header .topHeader .logo.pull-left img {
  max-width: 89%;
}
body header .topHeader section > div {
  padding: 0;
  margin: 0;
}
body header .menuHeader {
  background: #ff5b14;
}
body header .menuHeader .navbar-header {
  float: none;
}
body header .bottomHeader .container-fluid {
  position: relative;
}
@media screen and (max-width: 767px) {
  body header#navbar .topHeader section > div.logo_left {
    padding-left: 15px;
  }
  body header#navbar .topHeader section > div.logo_right {
    padding-right: 15px;
  }
  body header#navbar #block-fr-webdesfamilles-navigationprincipale-2 .sf-accordion-toggle {
    height: 20px;
  }
  body header#navbar .navbar-header {
    margin: 0;
    background-size: auto 100%;
    overflow: visible;
  }
  body header#navbar .navbar-header .region-navigation {
    background-size: 75%;
  }
  body header#navbar .logo_right .logo {
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
    padding-top: 10px;
  }
  body #block-utilisateurmoteurderecherche {
    display: none;
  }
  body.path-frontpage #block-utilisateurmoteurderecherche {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body.fixed header {
    background: none;
  }
  body.fixed .topHeader {
    display: none;
  }
  body.fixed .menuHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
  body.fixed .menuHeader #block-fr-webdesfamilles-navigationprincipale-2 #superfish-main {
    padding-left: 0;
  }
  body.fixed.topadmin .menuHeader {
    padding-top: 80px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  body.fixed .bottomHeader {
    position: fixed;
    top: 57px;
    left: 0;
    width: 100%;
    background: #154584;
    z-index: 99;
  }
  body.fixed .bottomHeader #block-utilisateurmoteurderecherche {
    margin: 0;
    max-width: initial;
  }
  body.fixed .bottomHeader #block-utilisateurmoteurderecherche .wrapper {
    padding: 0;
  }
  body.fixed .bottomHeader .wrapper h6 {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  body.fixed.topadmin .bottomHeader {
    padding-top: 80px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
}
