<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------- */
/*  =     Extras                   */
/* ------------------------------- */

/*  = --- Extra pop-in newsletter  */

#popin_newsletter {
    display: none;
    width: 100%;
    max-width: 530px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px 10px;
    background-color: #eeece7;
    border: 10px solid #fff;
    text-align: center;
    color: #332b1d;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#popin_newsletter &gt; .close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background: #fff url(img/close.png) no-repeat center;
    cursor: pointer;
}

#newsletter {
    display: none;
}

#mail_newsletter {
    width: 100%;
    height: 2em;
    line-height: 2;
}

#newsletter &gt; a {
    display: inline-block;
    margin-top: 1em;
    background-color: #21221d;
    color: #fff;
}

#alert_newslet_error,
#alert_newslet_sub {
    z-index: 9999;
}

/* --------------------- */

#home #tc_06 {
    padding: 1em;
}

#home #tc_06 * {
    max-width: 1250px;
    margin: auto;
}

#home #tc_06 h2 {
    background-color: transparent;
    margin: 1em auto;
    position: relative;
}

#home #tc_06 h2:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 0;
    right: 0;
}

#home #tc_06 .btn_pos {
    display: none;
}

/* ------------------------------- */
/*  =     Media Queries            */
/* ------------------------------- */

/*  = --- Tiny ------------------- */

@media (max-width: 480px) {
    #popin_newsletter {
        left: 0 !important;
        top: 50% !important;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .canvas_delivery .retrait-google-maps .retrait-liste-element{width:100%;float:none;}
	.canvas_delivery .retrait-google-maps li{width:49.4%;display:inline-block;float:none;box-sizing:border-box;vertical-align:top;}

}

#exposeMask { width: 100vw !important; }
    
/*  = --- Small ------------------ */

@media (min-width: 481px) {
    #popin_newsletter {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/*  = --- Medium ----------------- */

@media (min-width: 769px) {
    #popin_newsletter {
        width: 75%;
        padding: 60px 85px 70px;
    }
}

/*  = --- Large ------------------ */

@media (min-width: 1025px) {
    #popin_newsletter {
        width: 50%;
    }
}

.canvas_delivery .adresse-retrait{display:inline-block;float:none;vertical-align:top;}
.canvas_delivery .retrait-google-maps{display:inline-block;float:none;margin-right:-5px;vertical-align:top;}

#home .list_content .view,
#list .list_content .view {
    width: auto;
    height: 100%;
}

/* Product */

#product #contentTab6 &gt; #avis {
    display: none;
}

/* Popup */
  #extra_popin_newsletter,
  #exposeMask {
    visibility: hidden;
  }</pre></body></html>