.pushed {
  overflow-y: hidden;
}

.nav-desktop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.25s ease-in-out;
}
.pushed .nav-desktop {
  transform: translateX(-250px);
}
.nav-desktop .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: all 0.05s ease-in-out;
}
.pushed .nav-desktop .overlay {
  z-index: 1000;
  pointer-events: visible;
  opacity: 1;
}

.nav-desktop header {
  display: block;
  height: 160px;
  line-height: 160px;
  width: 100%;
  padding: 0 40px;
  background-color: #313131;
  border-bottom: 1px solid #686868;
  overflow: hidden;
  transition: all 0.05s ease-in-out;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body.scrolled .nav-desktop header {
  height: 70px;
  line-height: 70px;
}
.nav-desktop header:after {
  content: '';
  clear: both;
}
.nav-desktop header div {
  display: inline-block;
  vertical-align: top;
}
.nav-desktop .logo {
  display: inline-block;
}
.nav-desktop .infos {
  height: 160px;
  /*margin-left: 30px;*/
  padding-top: 67.5px;
  transition: all 0.05s ease-in-out;
}

.nav-desktop .infos.dep {
  padding-top: 42.5px;
}

body.scrolled .nav-desktop .infos {
  padding-top: 20px;
}

body.scrolled .nav-desktop .infos.dep {
  padding: 10px;
}

.nav-desktop .infos span {
  display: block;
  height: 50px;
  line-height: 50px;
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 42px;
  color: #f5f5f5;
  transition: all 0.05s ease-in-out;
}
body.scrolled .nav-desktop .infos span {
  height: 25px;
  line-height: 25px;
  font-size: 22px;
}

.nav-desktop .infos .accessibility {
  display: block;
  height: 25px;
  line-height: 25px;
  position: relative;
  margin-left: 25px;
  padding: 0;
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 16px;
  color: #e0e0e0;
  text-transform: inherit;
}
.nav-desktop .infos .accessibility:hover {
  text-decoration: underline;
}
.nav-desktop .infos .accessibility i {
  position: absolute;
  top: 3px;
  left: -20px;
  color: #df5952;
}
.nav-desktop .logo--campaign {
  display: inline-block;
  margin-left: 10px;
  transform: translateY(30px);
}
.nav-desktop .logo--campaign img {
  height: 72px;
}
body.scrolled .nav-desktop .logo--campaign {
  transform: translateY(8px);
}
body.scrolled .nav-desktop .logo--campaign img {
  height: 50px;
  margin: -10px 0;
}

.nav-desktop header #search {
  border-left: 1px solid #686868;
  /* border-right: 1px solid #686868; */
}

.nav-desktop nav {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #484848;
}

.nav-desktop nav ul li {
  float: left;
  display: inline-block;
  border-right: 1px solid #686868;
}

.nav-desktop nav ul li a {
  display: block;
  width: 140px;
  font-family: 'interstate';
  font-size: 16px;
  color: #f5f5f5;
  text-align: center;
  transition: all 0.05s ease-in-out;
}
.nav-desktop nav ul li a:hover {
  background-color: #686868;
}

.nav-desktop nav ul .u2p-member {
  width: inherit;
  height: 50px;
  overflow: hidden;
  float: right;
}
@media screen and (max-width: 1075px) {
  .nav-desktop nav ul .u2p-member {
    display: none;
  }
}
.nav-desktop nav ul .u2p-member a span {
  display: inline-block;
  vertical-align: middle;
  /*line-height: 20px;*/
  /*margin-right: 5px;*/
  font-family: 'interstate';
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.nav-desktop nav ul .u2p-member a {
  width: 210px;
  height: 50px;
}
.nav-desktop nav ul .u2p-member a img {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
}

.btn-search i {
  font-size: 35px;
  color: #df5952;
  transition: all 0.05s ease-in-out;
}
.btn-search:hover i {
  color: #fff;
}
.btn-plus {
  z-index: 1000;
  transition: all 0.05s ease-in-out;
}
.btn-plus i {
  height: 35px !important;
  width: 35px !important;
  padding: 5px;
  font-size: 25px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #df5952;
  border-radius: 50%;
  transition: all 0.05s ease-in-out;
}
.btn-plus:hover i {
  background-color: #df5952;
}
.pushed .btn-plus {
  transform: rotate(45deg);
}
.pushed .btn-plus i {
  background-color: #df5952;
}

.pusher-right {
  display: block;
  position: fixed;
  top: 0;
  right: -250px;
  bottom: 0;
  width: 250px;
  padding: 15px;
  background-color: #df5952;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  overflow-y: auto;
}
.pushed .pusher-right {
  transform: translateX(-250px);
}

.pusher-right ul li {
  display: flex;
  width: 100%;
  height: 115px;
  /* line-height: 115px; */
  text-align: center;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ca453e;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}
.pusher-right ul li:hover {
  background-color: #ccc;
}

.pusher-right ul li a {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  /* width: 150px; */
  /* height: 40px; */
  vertical-align: middle;
}
/* .pusher-right ul li:hover a {
  background-position: 0 100%;
} */
.pusher-right ul li img {
  max-width: 150px;
  max-height: 60px;
  display: block;
  filter: grayscale(1);
  transition: all 0.25s ease-in-out;
}
.pusher-right ul li:hover img {
  filter: grayscale(0);
}
/* .pusher-right ul li.adb a { height: 40px; }
.pusher-right ul li.ba a { height: 40px; }
.pusher-right ul li.eshop a { height: 65px; }
.pusher-right ul li.ecoartisan a { height: 96px; }
.pusher-right ul li.handibat a { height: 42px; }
.pusher-right ul li.face a { height: 63px; }
.pusher-right ul li.iris a { height: 71px; }
.pusher-right ul li.u2p a { height: 80px; width: 92px;} */


.st-pusher {
  padding-top: 210px;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}
body.scrolled .st-pusher {
  padding-top: 120px;
}

.nav-desktop .search input {
  display: block;
  height: 80px;
  line-height: 80px;
  width: 100%;
  padding: 0 25px;
  font-size: 18px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

.nav-desktop p.logged {
  font-family: 'interstateCond';
  font-weight: 400;
  display: inline-block;
  color: #df5952;
  font-size: 20px;
  line-height: 26px;
  text-align: right;
  vertical-align: middle;
  margin-right: 30px;
}
.nav-desktop p.logged a {
  color: #FFF;
  font-size: 16px
}

/* logo */
#logo {
  height: 120px;
  vertical-align:middle;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}
#logo g {
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
/*
#logo path {
  fill: transparent !important;
  stroke-width: 1px;
  -webkit-transition: fill 0.2s linear, stroke-width 0.2s ease-out;
          transition: fill 0.2s linear, stroke-width 0.2s ease-out;
}
#logo path.animated.white { stroke: #FFF; }
#logo path.animated.red   { stroke: #E63027; }

.logo-filled #logo path.animated {
  stroke-width: 0px !important;
}
.logo-filled #logo path.red     { fill: #E63027 !important; }
.logo-filled #logo path.white   { fill: #FFF !important; }
*/

/* scrolled state */
body.scrolled #logo {
  height: 75px;
}
body.scrolled #logo .name {
  transform: translateY(10px);
}
body.scrolled #logo .text,
body.scrolled #logo .border {
  opacity: 0;
}

/* Content div */
.pushed .content {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #fff;
  pointer-events: visible;
  transition: all 0.25s ease-in-out;
}
.pushed .content {
  transform: translateX(-250px);
}
.content .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
.pushed .content .overlay {
  pointer-events: visible;
  opacity: 1;
}
