/* Taille logo */
.header__logo img {
    max-height: 60px;
}





/* Distance entre logo et menu */
.header__h1 {
    max-height: 84px;
}





/* Centrage des boutons de menu */
.nav__maxWidth {
    left: 20px;
}






/* Centrage des produits à la une */
.wiziblocks-on .prod {
    justify-content: center;
}





/* Taille images produit à la une */
.prod .prod__img {
    width: 286px;
    height: 377px;
}








/* Footer titres roses */
.footer__title {
    color: hsl(350.45deg 98.88% 65.1%);
}







/* Footer avec Wizishop caché */
.powered__p a, .powered__p span {
    font-weight: 600;
    color: #2b2b2b;
}
.powered__p {
    font-size: .875rem;
    color: #2b2b2b;
    text-align: center;
}
.powered {
    border-top: none;
    background: none;
}






/* Suivez nous footer */
.footer__social .footer__desktop {
    min-width: 110px;
    font-size: 1.3rem;
}





.wizi-imgtxt--TextSmallLeftTextRight .wizi-imgtxt__left--large img, .wizi-imgtxt--TextSmallLeftTextRight .wizi-imgtxt__left--medium img, .wizi-imgtxt--TextSmallLeftTextRight .wizi-imgtxt__left--small img {
    position: relative;
    top: 18%;
    left: 45%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 85%;
    min-height: 66%;
    max-width: 126%;
    width: 85px;
    height: 353px;
}



/* Baisser un peu le bloc header pour laisser place au beandeau livraison */
@media (min-width: 769px) {
.header__content, .header__wrapper {
    position: relative;
    width: 100%;
    height: auto;
    top: 25px;
    z-index: 2;
}
}

/* Mise en place du bandeau rose sur ORDI */
.banner {
  width: 100%;
  line-height: 14px;
  background-color: pink;
  color: #fff;
  padding: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  position: fixed;
  top: -214px;
  left: 0;
  z-index: 9999;
}

/* Page à propos ordi*/
@media (min-width: 769px) {
.wizi-imgtxt--TextSmallLeftTextRight {
    width: 100%;
    height: 400px;
}
}




/* Page à propos mobile*/
@media (max-width: 768px) {
.wizi-imgtxt--TextSmallLeftTextRight .wizi-imgtxt__left--large, .wizi-imgtxt--TextSmallLeftTextRight .wizi-imgtxt__left--medium, .wizi-imgtxt--TextSmallLeftTextRight .wizi-imgtxt__left--small {
    height: 416px;
    position: relative;
}
}




/* Page à propos mobile centrer la photo*/
@media (max-width: 768px) {
.wizi-imgtxt--TextSmallLeftTextRight .wizi-imgtxt__left--large img, .wizi-imgtxt--TextSmallLeftTextRight .wizi-imgtxt__left--medium img, .wizi-imgtxt--TextSmallLeftTextRight .wizi-imgtxt__left--small img {
    position: relative;
    top: 18%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 85%;
    min-height: 66%;
    max-width: 126%;
    width: 85px;
    height: 431px;
}
}


/* Menu ne passe pas sur le panier*/
@media (min-width: 769px) {
.nav {
    z-index: 1;
}
}