/*
  Theme Name: Le1955;
  Theme URL: https://le1955.ch;
  Author: NavelDesign.ch;
  Description: Style du site Le1955;
  Tag : E-shop, boutique, boulangerie, epicerie, Vins, encaveurs, Chamoson, St-Pierre-de-CLages;
  License: https://naveldesign.ch
*/


/* ------------- section shop ------------- */

#shop-body-section {
    width: 100%;
}

/* ------------- section introduction ------------- */

#shop-intro-section {
  width: 100%;
  display: inline-flex;
  padding-top: 70px;
  color: #8C1C03;
  height: 140px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgb(241, 241, 241); 
}

/* ------------- section contenu global ------------- */

#shop-content-section {
    background-color: #f1f1f1;
    height: auto;
    max-width: 1800px;
    min-height: 1200px;
    padding-left: 6vw;
    padding-right: 6vw;
    margin: 0 auto;
}

/* ------------- section categorie ------------- */

.btn-toggle-container-category {
    width: 150px;
    height: 50px;
    margin-left: 10px;
    cursor: pointer;
    display: none;
}

.btn-toggle-container-category .fa {
    font-size: 25px;
    color: #8C1C03;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}



#shop-category-section {
    width: 18%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.shop-category-list {
    padding-top: 20px;
    cursor: pointer;
    /* margin-bottom: 100px; */
}
.shop-category {
    cursor: pointer;
}
.btn-close-category {
    display: none;
}

.s-category-list-category-name-0 {
    padding: 14px;
    background-color: #fff;
    margin-top: 1px;
    font-size: 14px;
    font-size: 1.4rem;
    border-left-style: solid;
    border-left-width: 6px;
    border-left-color: #A60303;
    border-radius: 6px;
    margin: 6px;
}

.s-category-list-category-name-selected {
    background-color: #A60303;
    color: #f1f1f1;
    border-left-style: solid;
    border-left-width: 6px;
    border-left-color: #F2BE5C;
    border-radius: 4px;
}
.s-category-list-category-name-1.s-category-list-category-name-selected {
    padding: 6px;
}


.s-category-list-category-block-1 {
    padding-top: 2px;
    margin-top: 5px;
    margin-left: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: 0.25rem solid rgb(250, 250, 250);
}

.s-category-list-category-children-1 {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 1px;
    margin-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
}



/* ------------- section items ------------- */

#shop-item-section {
    display: inline-block;
    width: 73%;
}

#shop-item-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.s-item-list-item-type {
    display: none;
}

.s-item-list-item-type-block {
    position: relative;
    display: block;
    padding: 20px 10px;
}

.s-item-list-item-type-title {
    display: block;
    padding: 20px 10px;
    background-color: #555555;
    color: white;
}

.s-item-list-item-type-content {
    position: relative;
    display: block;
}

.s-item-list-item-block {
    position: relative;
    display: inline-block;
    padding: 50px 10px;
    width: 260px;
    vertical-align: top;
}

.s-item-list-item-content {
    position: relative;
    display: block;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.906);
    text-align: center;
    height: 390px;
    border-style: solid;
    border-color: #ddae49;
    border-width: 1px;
    border-radius: 8px;
}

.s-item-list-item-content-incart .s-item-list-item-cart {
    background-color: #A60303;
    color: white;
}

.s-item-list-item-code {
    display: none;
}

.s-item-list-item-name {
    font-size: 18px;
    font-size: 1.8rem;
    color: #730202;
    font-weight: 500;
}

.s-item-list-item-sub-name {
    font-size: 14px;
    font-size: 1.4rem;
}

.s-item-list-item-description {
    display: none;
}

.s-item-list-item-picture-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 235px;
    align-items: center;
}

.s-item-list-item-picture {
    position: absolute;
    max-height: 240px;
    max-width: 210px;
    padding-top: 25px;
    padding-bottom: 0px;
    overflow-y: auto;
    cursor: zoom-in;
    bottom: 70px;
    /* bottom: 90px; */
}

.s-item-list-item-unit {
    display: none;
    position: absolute;
    bottom: 50px;
    font-size: 14px;
    font-size: 1.4rem;
}

.s-item-list-item-price-block {
    display: none;
}

.s-item-list-item-price {
    position: absolute;
    bottom: 19px;
    left: 35px;
    padding-left: 5px;
    font-size: 18px;
    font-weight: 300;
    color: #A60303;
}

.s-item-list-item-currency {
    position: absolute;
    bottom: 22px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 300;
}

.s-item-list-item-cart {
    position: absolute;
    right: 6px;
    bottom: 16px;
    background-position: center;
    cursor: pointer;
    margin: 8px;
    text-rendering: auto;
    border: 0.1rem solid rgb(82, 82, 82);
    padding: 8px;
    background-color: white;
    color: #A60303;
    border-radius: 6px;
}

.s-item-list-item-cart:hover {
    background-color: #A60303;
    color: white;
}

.s-item-list-item-cart:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    font-size: 20px;
    font-size: 2.0rem; 
    content: "\f291";
}

.s-item-list-item-cart:hover {
    background-color: #A60303;
    color: white;
    cursor: pointer;
}

.s-item-list-item-quantity-block {
    display: flex;
    width: 75px;
    height: 40px;
    position: initial;
    align-items: center;
    justify-content: end;
    max-height: 100%; 
    border-radius: 6px;
    gap: 10px;
    background-color: #f3f3f3;
    color: rgb(199, 199, 199);
    position: absolute;
    right: 60px;
    bottom: 23px;
}

.s-item-list-item-quantity-block-incart {
    background-color: #f1f1f1;
    color: black;
}

.s-item-list-item-unpurchasable {
    display: none;
    position: absolute;
    bottom: 18px;
    right: 10px;
    cursor: pointer;
    margin-left: 90px;
    text-rendering: auto;
    padding: 5px;
    background-color: #f1f1f1ec;
    color: #A60303;
    border: 1px solid rgb(170, 170, 170);
    font-weight: 300;
    font-size: 11px;
}

.s-item-list-item-quantity {
    position:absolute;
    right: -48px;
    font-size: 16px;
    font-size: 1.6rem;
    bottom: 28px;
    padding-left: 6px;
    padding-right: 6px;
    z-index: 1;
    border-radius: 50px;
    border: 1.2px solid rgb(255, 255, 255);
    background-color: #f9ae24;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
    color: black;
}

.s-item-list-item-quantity-remove {
    cursor: pointer;
    padding-bottom: 3px;
    order: 1;
}

.s-item-list-item-quantity-remove::before {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    font-weight: 200;
    font-size: 16px;
    font-size: 1.6rem;
    order: 1;
    padding: 10px;
    

}

.s-item-list-item-quantity-add {
    display: inline-block;
    cursor: pointer;
    order: 5;
    padding-right: 12px;

}

.s-item-list-item-quantity-add::before {
    content: "\f067";
    font-family: "Font Awesome 6 Pro";
    font-weight: 200;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 12px;
}

/* ------------- section minicart ------------- */

.s-minicart-value {
    display: none;
}

.s-minicart-count {
    position: absolute;
    right: 2px;
    bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: .125rem solid rgb(255, 255, 255);
    background: #A60303;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    font-family: Arial, sans-serif;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

/* The Close Button */

.close-article {
    color: #ffffff;
    background-color: #880101;
    border-radius: 40px;
    padding: 0 9px;
    font-size: 20px;
    font-size: 2rem;
    font-weight:200;
    color: #ffffff;
    width: 25px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-article:hover, .close-article:focus {
    background-color: #c98a17;
    text-decoration: none;
    cursor: pointer;
}

/* ------------- Modal panier ------------- */

/* The Modal (background) */

.modal-cart {
    display: flex;

    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}


/* The Close Button */

.close {
    color: black;
    order: 2;
    padding-right: 18px;
    padding-top: 15px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.s-cart-item-value-currency {
    order: 2;
    padding-right: 10px;
}
.s-cart-item-value {
    order: 1;
}

.s-minicart-value {
    position: absolute;
    text-rendering: auto;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
    bottom: -9rem;
}

.s-cart-value-currency {
    padding-right: 5px;
}


/* Animation panier */

@-webkit-keyframes slideIn {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

/* Eléments modal panier */

.s-cart-item-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 15px 15px;
    border-radius: 1px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-size: 1.6rem;
    align-items: center;
    background-color: white;
    border: 1px solid #ececec; 
    margin-bottom: 8px;
    gap: 2px;
}

.s-cart-item-code {
    display: none;
    padding: 2px 0;
}

.s-cart-item-picture {
    display: flex;
    width: auto;
    height: 100px;
    order: 0;
}

.s-cart-item-name {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    order: 1;
}

.s-cart-item-sub-name {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    order: 2;
    text-align: center;
}
.s-cart-item-quantity {
    order: 5;
    width: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    justify-self: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}


.s-cart-item-quantity-add {
    order: 6;
}

.s-cart-item-quantity-remove {
    order: 4;
}

.s-cart-item-quantity-clear {
    padding: 5px;
    right: 5px;
    order: 11;
}

.s-cart-item-quantity-clear::before {
    content: "\f2ed";
    font-family: "Font Awesome 6 Pro";
    font-weight: 200;
    font-size: 18px;
    font-size: 1.8rem;
    color: rgb(190, 3, 3);
    
}

.s-cart-item-quantity-add:before {
    content: "\f067";
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    font-size: 18px;
    font-size: 1.8rem;
    order: 2;
    padding: 4px;
    border: 1px solid #A60303;
    background-color: #ececec;
    border-radius: 5px;
}

.s-cart-item-quantity-remove:before {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    font-size: 18px;
    font-size: 1.8rem;
    order: 4;
    padding: 4px;
    border: 1px solid #A60303;
    background-color: #ececec;
    border-radius: 5px;
}

.s-cart-item-unit {
    display: none;
}

.s-cart-item-price {
    order: 7;
    padding: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}

.s-cart-item-total-block {
    display: flex;
    font-size: 16px;
    font-size: 1.6rem;
    color: #930303;
    order: 8;
    padding: 4px;
    font-weight: 500;
}

.s-cart-item-total-currency {
    padding-right: 6px;
}

/* ---------- Modal détail de l'article --------------- */

#ModalArticle {
    position: fixed;
    z-index: 1;
    height: 100vh;
    padding-top: 20vh;
    padding-bottom: 20vh;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow-y: auto;   
}
.modal-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px;
    background-color: #fefefe;
    margin: auto;
    border: 5px solid #F2BE5C;
    width: 60%;
    border-radius: 15px;
    z-index: 500;
    height: auto;
}

#detail-content {
    padding: 30px;
    width: 100%; 
    margin-bottom: 25px;
}

.s-item-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 15px 30px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    width: 100%;
    height: 100%;
    max-height: 750px;    
}

.s-item-code {
    display: none;
}

.s-item-name-container {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
    width: 100%;
}

.s-item-name {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #8C1C03;
    /* border-bottom: 2px solid #8C1C03; */

}

.s-item-sub-name {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #c98a17;
}

.s-item-description {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 10px;
    overflow-y: auto;
    min-height: 180px;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid rgb(126, 126, 126);
}

.s-item-description p{
    font-size: 16px;
    font-size: 1.6rem;
}

.s-item-type {
    display: none;
}

.s-item-picture-container {
    display: grid;
    grid-column: 1 / 2;
    grid-row: 1 / 5;
    padding-top: 10px;
    /* align-self: center;
    justify-self: center; */
}

.s-item-picture {
    grid-column: 1 / 2;
    grid-row: 2 / 5;
    max-height: 400px;
    max-width: 200px;
    margin: 0 auto;
    width: auto;

}

.s-item-picture:hover {
    transform: scale(1.3);
    transition: 0.6s;
    cursor: pointer;
}

.s-item-list-picture {
    display: none;
}

.s-item-cart {
    display: none;
}

.s-item-cart:before {
    content: "\f291";
    font-family: "Font Awesome 6 Pro";
    font-weight: 200;
    font-size: 2.2px;
    font-size: 2.2rem;
}

.s-item-cart:hover {
    background-color: #A60303;
    color: white;
    cursor: pointer;
}
.s-item-content-incart .s-item-cart {
    background-color: #A60303;
    color: white;
}

.s-item-unit {
    display: none;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 200;
    margin-top: 30px;
}

.s-item-price-block {
    display: none;
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    margin-top: 30px;
}

.s-item-currency {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
}

.s-item-price {
    display: inline-block;
    padding-left: 10px;
    color: #A60303;
    font-size: 19px;
    font-size: 1.9rem;
    padding-bottom: 20px;
}

.s-item-quantity-block {
    display: flex;
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    border: 0.01rem solid rgb(139, 139, 139);
    padding: 10px;
    width: 100px;
    border-radius: 10px;
    align-items: center;
    justify-items: center;
    align-self: center;
    margin-left: -50px;
    margin-bottom: 20px;
    margin-top: 50px;

}

.s-item-quantity-block-incart {
    background-color: #ddae49;
    color: #fff;
    border-radius: 10px;
    justify-self:flex-start;
}

.s-item-quantity {
    font-size: 17px;
    font-size: 1.7rem;
    padding-left: 18px;
    padding-right: 18px;
}

.s-item-quantity-remove {
    cursor: pointer;
    content: "-";
}

.s-item-quantity-remove::before {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    font-weight: 200;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2px;
}

.s-item-quantity-add {
    cursor: pointer;
}

.s-item-quantity-add::before {
    content: "\f067";
    font-family: "Font Awesome 6 Pro";
    font-weight: 200;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2px;
}
.s-item-unpurchasable {
    display: none;
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    background-position: center;
    cursor: pointer;
    margin-top: 10px;
    width: 160px;
    height: 50px;
    text-rendering: auto;
    background-color: #f1f1f1;
    border: 1px solid lightgray;
    color: #A60303;
    text-align: center;
}
.s-item-unpurchasable::before {
   content: "Disponible en magasin Livraison dès 2022";
   font-weight: 300;
   font-size: 12px;
   font-size: 1.2rem;
}


/*navigation numérotation pages*/
#shop-item-list-navigation-top {
    display: flex;
    align-items: center;
    justify-content:end;
}
#shop-item-list-navigation-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 50px;
    border-top: 1px solid rgb(129, 129, 129);
}
.s-item-navigation-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 2px solid white;
    border-radius: 4px;
    padding: 8px;
    background-color: #fff;
    font-size: 1.4rem;
}
.s-item-navigation-page {
    border: 1px solid black;
    border-radius: 4px;
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}
.s-item-navigation-page-selected {
    background-color: #8C1C03;
    color: white;
    border: 1px solid black;
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}
.s-item-navigation-page-first {
    background-color: #ddd;
    border: 1px solid black;
    padding-top: 4px;
    border-radius: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.s-item-navigation-page-previous {
    width: 12px;
}
.s-item-navigation-page-previous::before {
    font-family: "Font Awesome 6 Pro";
    color: black;
    content: "...";  
    letter-spacing: .2rem;
}

.s-item-navigation-page-next {
    width: 12px;
    padding: 0px;
    margin: 0 auto;
}
.s-item-navigation-page-next::before{
    font-family: "Font Awesome 6 Pro";
    color: black;
    content: "...";  
    letter-spacing: .2rem;
}

.s-item-navigation-page-last {
    background-color: #ddd;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
}




/* ------------------- Recherche ------------------------ */
#search {
    display: flex;
}

.section-search {
    /* display: block;
    padding-bottom: 20px;
    padding-top: 30px;
    margin-left: 5vw;*/
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    margin: 0 auto;
    border-bottom: 1px solid rgb(150, 150, 150);
    padding: 20px;
    width: 80%;
} 

.section-search::placeholder {
    color: grey;
    font-size: 12px;
    font-size: 1.2rem;
  } 

.s-search-block {
    display: flex;
}

.section-search input[type=text] {
    width: 160px;
    height: 40px;
    padding: 0 1rem;
    border: .063rem solid #ccc;
    background: #fff;
    box-shadow: none;
    appearance: none;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border-radius: .5rem 0 0 .5rem; 
    
}

.s-search-button {
    height: 40px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 43px;
    border: 1px solid #ccc;
    background: #ddae49;
    color: #fff;
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem;
    cursor: pointer;
    padding-top: 5px;
    
}

.s-search-button::after {
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    font-size: 15px;
    font-size: 1.5rem;

}

.s-search-button:hover {
    background-color: #ddd;
    color: black;
}

.s-search-exact-block {
    display: none;
}


/* ---------- Tags galerie--------------- */

/* .s-item-list-item-tag {
    
} */

.s-item-list-item-tag-or{
    background-image: url(/ressources/images/divers/medSBT2022or.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    right: 20px;
    top: 100px;
    position: absolute;
    bottom: 20px;
    cursor: pointer;
}
.s-item-list-item-tag-argent{
    background-image: url(/ressources/images/divers/medSBT2022argent.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 100px;
    right: 20px;
    top: 100px;
    position: absolute;
    bottom: 20px;
}
.s-item-list-item-tag-bronze{
    background-image: url(/ressources/images/divers/medSBT2022bronze.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 100px;
    right: 20px;
    top: 100px;
    position: absolute;
    bottom: 20px;
}
.s-item-list-item-tag-vanille{
    background-image: url(/ressources/images/divers/Logo-Tribu.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    right: 20px;
    top: 100px;
    position: absolute;
    bottom: 20px;
    cursor: pointer;
}
.s-item-list-item-tag-enligne {
    display: none;
    position: absolute;
    width: 125px;
    height: 45px;
    bottom: 18px;
    margin-left: 95px;
    padding: 5px;
    background-color: #f1f1f1;
    border: 1px solid rgb(170, 170, 170);
    
   /* font-size: 1.1rem; */
}
.s-item-list-item-tag-label-enligne {
    color: #A60303;
    font-weight: 300;
    font-size: 12px;
    padding-top: 8px;
}

.s-item-list-item-tag-label-or {
    display: none;
}
.s-item-list-item-tag-label-vanille {
    display: none;
}

/* ---------- Tags détail article--------------- */

/* .s-item-tag {

} */
.s-item-tag-or {
    background-image: url(/ressources/images/divers/medSBT2022or.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin-bottom: 50px;
    display: grid;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.s-item-tag-argent {
    background-image: url(/ressources/images/divers/medSBT2022argent.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    padding-bottom: 20px;
    display: grid;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.s-item-tag-bronze {
    background-image: url(/ressources/images/divers/medSBT2022bronze.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: grid;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.s-item-tag-vanille {
    background-image: url(/ressources/images/divers/Logo-Tribu.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
    display: grid;
    grid-column: 2 / 4;
    grid-row: 1 / 3;
    margin-top: 100px;
}
.s-item-tag-enligne {
    display: none;
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    background-position: center;
    cursor: pointer;
    margin-top: 10px;
    width: 160px;
    height: 50px;
    text-rendering: auto;
    padding-left: 6px;
    background-color: #f1f1f1;
    border: 1px solid lightgray;
   
}
.s-item-tag-label-enligne {
    color: #A60303;
    font-weight: 300;
    font-size: 14px;
    padding-top: 8px;
    text-align: center;
}


.s-item-tag-label-or {
    display: none;
}
.s-item-tag-label-vanille {
    display: none;
}
.s-item-tag-label-argent {
    display: none;
}
.s-item-list-item-tag-label-argent{
    display: none;
}
.s-item-list-item-tag-label-bronze{
    display: none;
}
.s-item-tag-label-bronze {
    display: none;
}
/* .s-item-tag-label-enligne {
    display: none;
} */
.s-item-tag-label-argent{
    display: none;
} 




@media only screen and (max-width: 800px) {
    .active-menu {
        display: block;
        margin-top: -50px;
    }
    .s-category-list-category-block-1 {
        margin-left: 50px;
        padding-top: 10px;
        font-size: 14px;
        font-size: 1.4rem;
        border-bottom: 0.3rem solid rgb(250, 250, 250);
    }
    .btn-close-category {
        display: flex;
    }

    .s-minicart-count {
        position: relative;
        right: 10px;
        top: 18px;
    }
    .s-cart-item-sub-name {
        padding-left: 0px;
        width: 100%;
    }
    
    #shop-intro-section {
        width: 100%;
        display: block;
        height: 100px;
        text-align: center;
        padding-top: 35px;
        color: white;
        text-shadow: 1px 2px 2px black;
        background-color:#ddae49;
        border-bottom: 2px solid brown;
    }
    #ModalArticle {
        padding-top: 30px;
        padding-bottom: 150px;
    }
    .close-article {
        right: 13%;
        top: 70px;
    }
    .modal-article {
        overflow-y: auto;
        width: 90%;
        padding: 30px;
    }
    #detail-content {
        padding: 5px 0 15px 0;       
    }
    .s-item-content {
        display: grid;
        grid-template-columns: 1fr 150px;
        grid-template-rows: 1fr 1fr 10px;
        width: 100%;
    }
    .s-cart-item-content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        font-size: 0.9em;
    }
        
    .s-item-picture-container {
        grid-column: 1 / 4;
        grid-row: 1;
    }
    
    .s-item-name-container {
        grid-column: 1 / 4;
        grid-row: 2;
    }
    
    .s-item-picture {
        max-height: 350px;
        margin: 0 auto;
        order: 1;
    }
    
    .s-item-unit {
        font-weight: 400;
        grid-column: 1 / 2;
        grid-row: 3;
    }
    .s-item-price-block {
        font-weight: 400;
        grid-column: 1 / 2;
        grid-row: 4;
    }
    .s-item-cart {
        grid-column: 1 / 2;
        grid-row: 5;
        padding: 10px;
        margin-top: -55px;
    }
    .s-item-quantity-block {
        grid-column: 1 / 2;
        grid-row: 5;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    
    .s-item-unpurchasable {
        grid-column: 2 / 2;
        grid-row: 4;
        width: 140px;
        margin-right: 8px;
        padding-top: 3px;
    }
    .s-item-tag-enligne {
        grid-column: 2 / 4;
        grid-row: 4;
        width: 140px;
        margin-right: 8px;
        padding-top: 3px;
    }
    #shop-item-section {
        display: block;
        width: 100%;
    }
    #shop-content-section {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        background-color: #f1f1f1;
        min-height: 600px;
        margin: 0 auto;
    }
    #shop-category-section {
        width: 90%;
        align-items: center;
        justify-self: center;
    }
    
    #modal-body p {
        padding-left: 10px;
    }
    .modal-footer {
        width: 100%;
        padding-right: 40px;
    }
    .modal-content {
        position: fixed;
        display: block;
        height: 100vh;
        min-width: 100%;
        width: 100%;
        top: 0px;
        padding-bottom: 0px;
    }
}


@media only screen and (max-width: 600px) {
    .shop-category {
         padding-left: 20px;
    }
    
    #ModalArticle {
        padding-top: 60px;
        padding-bottom: 150px;
        height:100vh;
    }
    #detail-content {
        margin-bottom: 20px;
    }
    .section-search {
        display: flex;
        margin-left: 20px;
    }
    .close-article {
        position:absolute;
        right: 38px;
        top: 80px;
    }
    .modal-article {
        overflow-y: auto;
        width: 90%;
        height: auto;
        border-radius: 14px;
        padding: 20px;
    }
    .s-cart-item-quantity {
        order: 5;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .s-cart-item-quantity-clear::before {
        font-weight: 200;
        font-size: 18px;
        font-size: 1.8rem;               
    }
    
    .s-cart-item-quantity-add:before {
        font-weight: 100;
        font-size: 17px;
        font-size: 1.7rem;
        padding-left: 4px;
        padding-right: 4px;
    }
    
    .s-cart-item-quantity-remove:before {
        font-weight: 100;
        font-size: 17px;
        font-size: 1.7rem;
        padding-left: 4px;
        padding-right: 4px;
    }
    .s-item-list-item-block {
        /* position: relative;
        display: inline-block; */
        width: 90%;
        /* vertical-align: top;*/
        padding-bottom: 10px;
        padding-top: 10px;
        padding-right: 4px;
        padding-left: 4px; 
    }
    /* .s-item-list-item-picture-container { 
        max-height: 120px;
        padding-top: 10px; 
    }
    .s-item-list-item-picture {
        max-width: 110px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px; 
    }
    .s-item-list-item-unpurchasable {
         margin-left: 0px; 
    }
    
    .s-item-list-item-price {
        /* left: 40px; 
    }
    .s-item-list-item-quantity-block {
        /* flex-wrap: wrap;
        flex-direction:column-reverse;
        width: 35px;
        height: 70px;
        right: 14px;
        bottom: 75px; 
        padding-bottom: 8px; 
    }
    .s-item-list-item-quantity {
        /* right: 0px;
        bottom: -20px;  
    }
    .s-item-list-item-name {
        /* padding-bottom: 1px; 
    }
    .s-item-list-item-content {
        /* height: 360px; 
    }
    s-item-list-item-quantity-add {
        /* padding-right: 0px;
    }
    .s-item-list-item-quantity-add {
        /* display: block;
        padding-right: 0px; 
    }*/
    
    .s-cart-item-content {
        padding: 10px;
    }
    .s-cart-item-name {
       text-align: center;
    }
    .s-cart-item-sub-name {
        text-align: center;
    }
    .s-cart-item-picture {
        max-width: 100px;
        padding-right: 0px;
        order: 0;
    }
    .s-cart-item-price {
        padding: 2px;
    }
    .modal-content {
        height: 100vh;
    }
    .modal-footer{
        padding-bottom: 40px;
        height: auto;
        margin: 0 auto;
    }
    
    

@media only screen and (max-width: 600px) {
    .s-item-tag-or {
        width: 80px;
        height: 80px;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .s-item-tag-argent {
        width: 80px;
        height: 80px;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .s-item-tag-bronze {
        width: 80px;
        height: 80px;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .s-item-tag-vanille {
        width: 100px;
        height: 80px;
        display: grid;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        margin-top: 0px;
    }
    .s-item-tag-enligne {
        grid-column: 2 / 2;
        grid-row: 4;
        width: 140px;
        margin-right: 8px;
        padding-top: 3px;
    }
    @media only screen and (max-width: 800px) {
        .s-item-tag-vanille {
            width: 100px;
            height: 80px;
            display: grid;
            grid-column: 1 / 2;
            grid-row: 1 / 2;
            margin-top: 100px;
        }
    }
}
}