.navbar-fixed-top {
  border-top: 11px solid #ec7404;
  border-right: 11px solid #ec7404;
  border-left: 11px solid #ec7404;
  border-bottom: none;
  box-shadow: none;
  /*background: none;*/
  /*background-color: rgba(255, 255, 255, 0.95);*/
  z-index: 1040;
}
.navbar-fixed-bottom {
  border-bottom: 11px solid #ec7404;
  border-right: 11px solid #ec7404;
  border-left: 11px solid #ec7404;
  border-top: none;
  min-height: 35px;
}

#cookies-notice {
  padding: 5px 10px;
  margin-bottom: 0;
  background-color: rgba(236,116,4,0.5);
}
#cookies-notice {
  font-size: 12px;
}
#cookies-notice a {
  color: #000;
  text-decoration: underline;
}
#cookies-notice a:hover {
  text-decoration: none;
}
#cookies-notice button.close {
  font-size: 15px;
}

.cc-grower {
  position: fixed;
  bottom: 60px;
  z-index: 999;
  width: 100%;
  margin-bottom: 0;
}
.cc-color-override-1058166815.cc-window {
  background-color: rgba(236,116,4,0.5) !important;
  font-size: 12px;
}

.navbar-form {
  margin: auto;
  padding: 0;
  border: none;
}

#navbar-left #global-search-form .input-group {
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
#navbar-left #global-search-form .input-group:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  left: 0;
  background: #ec7404;
  -webkit-transition: all 0.55s ease; 
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
#navbar-left #global-search-form .input-group input#global-search {
  width: 0;
  height: 38px;
  padding: 0;
  /*background: #fff;*/
  border: none;
 
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}
#navbar-left #global-search-form .input-group.active:after {
  width: 100%;
}
#navbar-left #global-search-form .input-group.active input#global-search {
  width: 100%;
}
#navbar-left #global-search-form .input-group input#global-search:focus,
#navbar-left #global-search-form .input-group input#global-search:active {
  width: 100%;
}
/*#navbar-left #global-search-form .input-group:hover input#global-search {
  width: 100%;
}*/

#navbar-right .navbar-nav {
  margin: 0;
  padding-top: 5px;
  padding-right: 10px;
}
#navbar-right .btn-link {
  padding: 10px;
  color: #808080;
  -webkit-transition: border 0s;
  -moz-transition: border 0s;
  transition: border 0s;
}
#navbar-right li.dropdown.open .dropdown-toggle,
#navbar-right li.dropdown .dropdown-toggle:hover,
#navbar-right li.dropdown .dropdown-toggle:active {
  position: relative;
  border: 1px solid #ccc;
  border-bottom-color: #fff;
}
#navbar-right li.dropdown.open .dropdown-toggle:after {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 1001;
}
#navbar-right .btn-link:hover {
  text-decoration: none;
}
#navbar-right .dropdown-menu{
  width: 100%;
  min-width: 250px;
  padding: 15px 15px;
  overflow:hidden;
  border: 1px solid #ccc;
  margin-top: -2px;
}
#navbar-right .dropdown-menu li a {
  text-align: center;
}
#navbar-right .dropdown-menu li a.user-nav {
  padding: 10px 0px;
  font-size: 12px;
}
#navbar-right .dropdown-menu li a:hover {
  color: #ec7404;
  background: none;
}
#navbar-right .dropdown-menu .dropdown-header {
  padding: 0;
  color: #808080;
  font-size: inherit;
}
#navbar-right .dropdown-menu .divider {
  margin: 5px 0;
}
#navbar-right .dropdown-menu .bottom{
  border-top:1px solid #ddd;
  clear:both;
  padding:15px;
}
#navbar-right .dropdown-menu .form-group {
  margin: 25px 0 0;
}
#navbar-right p.user-name {
  margin-top: 6px;
  margin-bottom: 0px;
  padding: 10px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #808080;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  display: block;
  margin: 0 auto;
}

.navbar-brand {
  float: none;
  height: 130px;
  padding: 30px 0;
}

.navbar-brand.ninety-years{
  /*  90ans addition */
  padding: 0 ; 
  position: relative!important; 
  top: -13px; 
  /* //End */ 
}

.shrink .navbar-brand {
  height: 85px !important;
  padding: 20px 0;
}
.shrink .navbar-brand.ninety-years{
  /*  90ans addition */
  padding: 0 ; 
  position: relative!important; 
  top: 0px; 
  /* //End */ 
}

.navbar-fixed-bottom .navbar-text {
  float: none;
}

#navbar {
  max-width: 1320px;
  margin: auto;
}
#navbar ul.nav {
  font-size: 13px;
  float: none;
}

#navbar ul.nav > li {
  /*position: relative;*/
  display: inline-block;
  float: none;
  width: 14%;
  /*text-align: center;*/
}
#navbar ul.nav > li.dropdown.open {
  /*box-shadow: 0px 0px 12px rgba(0,0,0,0.175);
  -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.175);*/
}

#navbar ul.nav > li a {
  background: none;
  border: none;
  box-shadow: none;
  letter-spacing: 1.5px;
}
#navbar ul.nav > li.active a {
  cursor: pointer;
}

#navbar ul.nav li a:hover {
  background: none;
  color: #000;
}

#navbar ul.nav > li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 0;
  height: 2px;
  background-color: rgba(236, 116, 4, 0);
  transition: all 0.3s ease 0s;
  -webkit-transition: all .3s ease 0s;
}

.no-touch #navbar ul.nav > li:hover:before,
.no-touch #navbar ul.nav > li.active:before {
  width: auto;
  background-color: #ec7404;
  left: 45px;
  right: 45px;
}
#navbar ul.nav > li.dropdown.open:after {
  /*content: '';
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #fff;*/
}

#navbar ul.nav li a > span {
  display: inline-block;
  padding: 5px 0 25px;
  border-bottom: 2px solid #fff;
  border-color: rgba(255, 255, 255, 0);
}

#navbar ul.nav li a:hover > span {
  border-bottom: 2px solid #ec7404;
}

#navbar ul.nav ul.dropdown-menu {
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding: 0 10px;
}
#navbar ul.nav ul.dropdown-menu li a {
  padding: 10px 0px;
  font-size: 12px;
  text-align: center;
  white-space: inherit;
}
#navbar ul.nav ul.dropdown-menu li a:hover {
  color: #ec7404;
}

#cookies-notice {
  padding: 5px 10px;
  margin-bottom: 0;
  background-color: rgba(236,116,4,0.5);
}
#cookies-notice {
  font-size: 12px;
}
#cookies-notice a {
  color: #000;
}
#cookies-notice button.close {
  font-size: 15px;
}

#nav-foot #scroll-arrow-up {
  display: none;
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 50px;
}

#nav-foot #scroll-arrow-up a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#nav-bottom ul.navbar-left {
  padding-left: 5px;
}
#nav-bottom ul.navbar-left li a {
  padding: 15px 15px;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 1.5px;
}
#nav-bottom ul.nav li a:hover {
  color: #000;
}
#nav-bottom ul.navbar-flags {
  margin-right: 10px;
}
#nav-bottom ul.navbar-right li a {
  line-height: 20px;
}
#nav-bottom .btn-toolbar {
  padding-right: 15px;
  padding-bottom: 10px;
}
#nav-bottom .btn-toolbar .btn {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-flag {
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.btn-flag.uk-flag {
  background-image: url('../images/site/layout/uk-flag.png') !important;
}
.btn-flag.fr-flag {
  background-image: url('../images/site/layout/fr-flag.png') !important;
}
.btn-flag.jp-flag {
  background-image: url('../images/site/layout/jp-flag.png') !important;
}
.btn-flag i.fa-flag {
  visibility: hidden;
}
#nav-bottom .navbar-text {
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  background: url('../images/site/layout/made-in-france.png') bottom no-repeat;
  background-size: 80% auto;
  font-size: 12px;
  line-height: 17px;
  color: #000;
}




form.gsc-search-box {
  margin-bottom: 0 !important;
  background: #fff !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
table.gsc-search-box {
  margin: 6px 0 !important;
}
.cse .gsc-branding, .gsc-branding {
  display: none !important;
}
.cse table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}
input.gsc-input {
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #757575 !important;
  background: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 18px !important;
  height: 42px !important;
  line-height: 1.42857143 !important;
  color: #000 !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  min-width: 300px;
}
td.gsc-search-button {
  width: inherit !important;
  display: none !important;
}
td.gsc-clear-button {
  display: none !important;
}
input.gsc-search-button {
  margin: 0 !important;
  background: none !important;
  background: #ec7404 !important;
  border-color: #ec7404 !important;
  border-width: 2px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 18px !important;
  font-family: 'BrandonTextWeb-Bold' !important;
  font-weight: normal !important;
  color: #fff !important;

  display: inline-block !important;
  vertical-align: middle !important;
  padding: 6px 12px !important;
  font-size: 20px !important;
  line-height: 1.42857143 !important;
}

/* ==========================================================================
   [RESPONSIVE] "SMALL" SCREENS
   ========================================================================== */

@media(max-width:1225px){

  #navbar ul.nav > li a {
    letter-spacing: 0.5px;
  }
  #navbar ul.nav ul.dropdown-menu {
    max-width: 160%;
    width: 160%;
  }
  #navbar ul.nav li.first ul.dropdown-menu {
    max-width: 100%;
    width: 100%;
  }
  .no-touch #navbar ul.nav > li:hover:before,
  .no-touch #navbar ul.nav > li.active:before {
    left: 10%;
    right: 10%;
  }
  #nav-bottom ul.navbar-left li a {
    letter-spacing: 0.5px;
  }
}

/* ==========================================================================
   [RESPONSIVE] SMALL HEIGHT SCREENS
   ========================================================================== */

@media (min-width:1025px) and (max-height:780px){
  #navbar ul.nav ul.dropdown-menu li a {
    padding: 5px 0px;
    /*font-size: 12px;*/
  }
}

/* ==========================================================================
   [RESPONSIVE] TABLETS LANDSCAPE
   ========================================================================== */

@media(max-width:1023px){
  
  .navbar-fixed-top {
    border-right: none;
    border-left: none;
  }
  #navbar ul.nav > li a {
    letter-spacing: 0px;
  }
  .navbar-fixed-bottom {
    border-right: none;
    border-left: none;
  }
  #nav-bottom ul.navbar-left li a {
    letter-spacing: 0px;
    padding: 15px 10px;
  }
}

/* ==========================================================================
   [RESPONSIVE] TABLETS PORTRAIT
   ========================================================================== */

@media (max-width: 990px) {

  .navbar-brand {
    height: 110px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    margin-right: 0;
  }
  #navbar-right p.user-name {
    margin-top: 0;
    padding: 6px;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    background: none;
  }
  .navbar-fixed-top.nav-open {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  #navbar ul.nav,
  #customer-navbar ul.nav {
    float: none!important;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 2px solid #ec7404;
    overflow: auto;
  }
  #navbar ul.nav > li {
    float: none;
    display: block;
    width: auto;
  }
  #navbar ul.nav > li > a,
  #customer-navbar ul.nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  #navbar ul.nav > li > a:hover {
    color: #ec7404;
  }
  /*#navbar ul.nav > li.active:hover:before,
  #navbar ul.nav > li:hover:before {
    width: auto;
    left: 45%;
    right: 45%;
  }
  #navbar ul.nav > li.active:before {
    width: 0;
    left: 50%;
    right: 50%;
  }*/
  #navbar ul.nav ul.dropdown-menu {
    position: inherit;
    left: inherit;
    right: inherit;
    max-width: 100%;
    width: 100%;
    margin-bottom: 12px;
    transform: inherit;
    background: none;
    background-color: rgba(235, 235, 235, 0.35);
    box-shadow: none;
    border: none;
  }
  #navbar ul.nav ul.dropdown-menu > li > a {
    padding: 7px 0 2px;
    font-size: 14px;
    line-height: 28px;
  }
  #navbar-right .navbar-nav {
    padding-top: 0;
    padding-right: 0;
    vertical-align: top;
  }
  #navbar-right .btn-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #nav-bottom ul.nav li a {
    font-size: 12px;
    /*padding: 5px 10px;*/
  }
  #nav-bottom ul.navbar-right li a {
    padding: 5px 15px;
  }
  .collapse.in {
    display:block !important;
    border: none;
  }
  .shrink .navbar-brand {
    height: 40px !important;
    padding: 3px 0;
  }
  .navbar-brand {
    padding: 10px 0;
  }
}

/* ==========================================================================
   [RESPONSIVE] NOT MOBILE
   ========================================================================== */

@media(min-width:768px){
  #customer-navbar {
    display: none !important;
  }
  /*li.dropdown-hover:hover .dropdown-menu {*/
    /*display: block;*/
  /*}*/
}

/* ==========================================================================
   [RESPONSIVE] MOBILE
   ========================================================================== */

@media(max-width:767px){

  .navbar #navbar-left .btn,
  .navbar #navbar-right .btn {
    /*padding: 4px 8px;*/
    padding: 4px 6px;
  }
  #navbar-right li.dropdown.open .dropdown-toggle,
  #navbar-right li.dropdown .dropdown-toggle:hover,
  #navbar-right li.dropdown .dropdown-toggle:active {
    border: none;
  }
  .navbar #navbar-right {
    position: initial;
  }
  .navbar #navbar-right li.dropdown {
    position: inherit;
    display: inline-block;
  }
  /*.navbar #navbar-right .dropdown-menu{
    position: absolute;
    right: 0;
    top: 42px;
    background: #fff;
  }
  .navbar #navbar-right .dropdown-menu .bottom{
    border-top:0 none;
  }*/
  .navbar-brand {
    height: 50px;
    padding: 3px 0;
  }
  #navbar,
  #customer-navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: inherit;
    box-shadow: none;
    border: none;
  }
  #navbar ul.nav {
    width: inherit;
  }
  /*#navbar ul.nav > li.active:hover:before,
  #navbar ul.nav > li:hover:before {
    left: 30%;
    right: 30%;
    bottom: inherit;
    top: 40px;
  }*/
  #navbar ul.nav > li.open:before {
    /*width: auto;*/
  }
  #navbar ul.nav ul.dropdown-menu {
    /*max-height: 200px;*/
    overflow: auto;
  }
  /*#navbar ul.nav li.dropdown-hover:hover .dropdown-menu {*/
    /*display: inherit;*/
  /*}*/
  #navbar ul.nav .open ul.dropdown-menu > li > a {
    color: #000;
  }
  .navbar-fixed-bottom {
    min-height: 0;
  }
  #nav-foot #scroll-arrow-up {
    right: 5px;
    bottom: 5px;
  }
}

@media(max-width:480px){
  #navbar-left.inSearch.col-xs-4,
  #navbar-right.inSearch.col-xs-4 {
    width: 50% !important;
  }
  #navbar-brand.inSearch {
    display: none;
  }
}
#navbar-right li.link.visible-xs-inline-block .avosconserves{
  /*position:relative; 
  top: -3px;
  padding:0; 
background-size:3.5em;*/
}

#navbar-right ul li.link .avosconserves {
  padding-left: 10px;
  padding-right: 10px;
  /*background-image: url(../images/site/panier.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 2.2em;
  height: 2.2em;
  */
  border: 1px solid transparent;
  /*background-size: cover;
  background-position: center;
  position: relative;
  top: 2px;*/
}
#navbar-right ul li.link .avosconserves:hover {
  border: 1px solid #ccc;
}
