

.btnPanierMobile{
	display:none;
}

.logoMobileHeader{
  display:none;
}






@media screen and (max-width: 1028px) {



.number-input.number-input {
    border: 1px solid #ced4da;
    width: 10rem;
    border-radius: .25rem;
    display: inline-block;
}

.img-panier {
    width: 80px;
}

.logoMobileHeader{
  display:block !important;
	position:absolute !important;
	left:48% !important;
	top:2px !important;
	font-size:2em;
  height: 50px;
}



.btnPanierMobile{
	display:block !important;
	position:absolute !important;
	right:10px !important;
	top:2px !important;
	font-size:2em;
}


#contentPage {
    width: 100%;
    margin-left: 0px;
	padding-top:50px;
    min-height: 100vh;
    background: #fff;
    overflow: hidden;
}

.header-wrap {
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 0;
    background: #000;
}


.blocModeleBiere h4::after {
    content: '';
    width: 150px;
    height: 100%;
    left: -50px;
    top: 0;
    position: absolute;
    border: solid 6px #000;
    z-index: -1;
}



  #contentLeftNav {
      background:  #9f9e9e;
      width: auto;
      height: auto;
      position: relative;
      top: 0;
      left: 0;
      z-index: 10;
  }


  #contentPage{
    width: 100%;
    margin-left: 0px;
    min-height: 100vh;
    background: #fff;
    overflow: hidden;
  }


  #logo-menu {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
}


#irm-header{
    top: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    z-index: 1000000;
}





}


@media screen and (min-width: 480px) and (max-width: 1028px) {
#logo-menu {
    width: 50%;
    padding: 20px;
    margin-top: 20px;
}
