/* ============================================================
ESHOP
============================================================ */
.eshop_story {
    background: transparent;
    margin: 0;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 10px solid transparent;
    width: 100%;           
  aspect-ratio: 1 / 1;    
  object-fit: cover;     
  display: block;
    border-radius: 40px;
}
@media (min-width: 768px) {
  .ma-grille-images {
    grid-template-columns: repeat(2, 1fr); 
  }
}
@media (min-width: 1024px) {
  .ma-grille-images {
    grid-template-columns: repeat(3, 1fr); 
  }
}

.eshop_story .eshop_story-spotlight {
    bottom: 0;
    left: 0;
    padding: 5%;
    right: 0;
    z-index: 3;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    color: #F9F5EC;
    position: relative;
    color: #F9F5EC;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    border: 1px solid #C7A17F;
      border-radius: 40px;
}
.eshop_story .article {
padding: 5% 5% 10%;
  position: absolute;
  border: 0px solid #F9F5EC;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  bottom: 0;
    width: 85%;
}
.eshop_story .eshop_story-spotlight:hover {
  color: #000;
}
.eshop_story .article .eshop_cat {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    display: inline-block;
    font-weight: 400;
    background: transparent;
    color: #F9F5EC;
    padding: 0;
    margin: 0 0 5px;
    line-height: 100%;
}
.eshop_story .article .eshop_cat {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1200 - 300)));
}
.eshop_story .article .eshop_cat span {

}
.eshop_story .article .data {

}
.eshop_story .article .data h1 {

    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    padding: 0;

}
.eshop_story .article .data h1 {
    font-size: clamp(3rem, 3vw, 4rem);
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.eshop_story .article h1 {
    width: 100%;
}
}/* 768px desk */
.eshop_story .article .produit_prix {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    display: inline-block;
    font-weight: 400;
    background: transparent;
    color: #ff0000;
    padding: 0;
    margin: 0 0 5px;
    line-height: 100%;
}
.eshop_story .article .produit_prix {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
}

.eshop_story .image {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
      border-radius: 40px;
}
.eshop_story .image:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: #000;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    opacity: 0.33;
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
}
.eshop_story:hover .image:before {
    background: transparent;
background-image: -webkit-linear-gradient(top, transparent 0%, rgb(199, 161, 127) 66%, rgb(199, 161, 127) 100%) !important;
background-image: -moz-linear-gradient(top, transparent 0%, rgb(199, 161, 127) 66%, rgb(199, 161, 127) 100%) !important;
background-image: linear-gradient(to bottom, transparent 0%, rgb(199, 161, 127) 66%, rgb(199, 161, 127) 100%) !important;
    opacity: 1;
}





.creation-aleatoire {
    background-color: var(--wp--preset--color--marron-fonce); 
    padding: 2%;
    border-bottom: 1px solid #eee;
    max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  border-radius: 50px;
}

.bandeau-suggestion {
    display: flex;
    align-items: stretch;
    max-width: 1000px;
    margin: 40px auto;
    gap: 5%;
}

.suggestion-image {
    flex: 0 0 40%; 
    max-width: 400px; 
}

.suggestion-image img {
    width: 100%;
    aspect-ratio: 1 / 1; 
    object-fit: cover;   
    border-radius: 50px; 
    display: block;
}
.suggestion-content {
    flex: 1;
    display: flex;
    padding: 1%;
    flex-direction: column;
    justify-content: flex-start;
}
.tag-nouveau {
    display: inline-block;
    width: fit-content; /* L'encadré s'ajuste au texte */
    padding: 15px 25px;
    background-color: var(--color-camel); /* Ta couleur Camel */
    color: #FFF;
    font-family: var(--font-alt); /* Oswald */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 1px;    
    position: relative;
    z-index: 2; 
    margin-bottom: -1%; 
    margin-left: -10px; 
    border-radius: 15px;
}
.suggestion-content h2 {
    font-family: var(--wp--preset--font-family--titre); 
    font-size: clamp(3rem, 4vw, 5rem);
    color: var(--wp--preset--color--chocolat);
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 2%;
    font-weight: 700;
    color: #fff;
}
@media (max-width: 768px) {
    .bandeau-suggestion {
flex-direction: column; 
        margin: 2% 1%; 
        gap: 20px;
    }
    .suggestion-image {
      flex: 0 0 100%;
        width: 100%; 
        max-width: none;
        
    }
.suggestion-image img {
        aspect-ratio: auto; 
         border-radius: 40px;
        aspect-ratio: 1 / 1;
    }
    
    .suggestion-content {
        padding: 0 20px; 
        text-align: left;
    }
}

.btn-decouvrir {    
    margin-top: auto;
    align-self: flex-end; 
    background-color: var(--wp--preset--color--jaune);
    color: #000; 
    font-family: var(--font-corps);
    padding: 15px 25px;
    text-decoration: none;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-radius: 15px; 
}
.btn-decouvrir {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
    position: relative;
    overflow: hidden;
}
.btn-decouvrir:hover {
    background-color: var(--wp--preset--color--rose);
    box-shadow: 8px 8px 0px 0px #000;
    transition: transform 0.2s ease;
    color: #000; 
}
.btn-decouvrir:active {
    box-shadow: 8px 8px 0px 0px #000;
}
@media (max-width: 768px) {
    .suggestion-content {
        min-height: auto;
    }

    .btn-decouvrir {
        margin-top: 20px;
        align-self: stretch; 
        text-align: center;
    }
}
.description-produit {
    font-family: var(--font-corps); 
    font-size: 1.8rem;
    color: #fff;
    line-height: 125%;
    margin-bottom: 30px; 
    opacity: 0.9;
}
.description-produit p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin: 0;
}






/*--------------------------------------------------------------
WOOCOMMERCE HOOKS
--------------------------------------------------------------*/

.single-product div.product {
    background-color: #fff; 
    padding: 2%;    
    width: 98%;             
    max-width: 1200px;
  margin: 0 auto;
  border-radius: 50px;
    margin-top: 20px;        
    margin-bottom: 20px;   
}

.navigation-catalogue-externe {
    margin-bottom: 20px; 
    padding-left: 5%;  
    margin: 0 auto;
      max-width: 1200px;
}
.navigation-catalogue-externe a {
    text-decoration: none;
    color: #888;
    font-size: 14px;
    font-family: inherit; 
    text-transform: uppercase; 
    letter-spacing: 1px;
}
.navigation-catalogue-externe a:hover {
    color: #333;
}

.single-product div.product .woocommerce-product-gallery {
    pointer-events: none;
    cursor: default;
}

.woocommerce div.product div.images img {
    width: 100% !important;  
    aspect-ratio: 1 / 1;   
    object-fit: cover;    
    display: block;
    border-radius: 40px;
}

.bloc-presentation-produit {
    background-color: var(--wp--preset--color--marron-fonce);
    color: #fff;
    border-radius: 50px;
    padding: 2%;   
    margin-bottom: 2%;  
    overflow: hidden;  
}
.bloc-presentation-produit .product_title,
.bloc-presentation-produit .woocommerce-product-details__short-description {
    padding-left: 5%;
    padding-right: 5%;
}
.woocommerce div.product div.summary {
  margin: 0;
  font-family: var(--font-corps);
  font-size: 1.8rem;
  color: #fff;
  line-height: 125%;
  margin-bottom: 30px;
  opacity: 0.9;
  padding: 2%;
}
.bloc-presentation-produit .product_title {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: clamp(3rem, 4vw, 5rem);
    line-height: 100%;
}
/* 768px desk */
@media screen and (min-width: 768px) {
.woocommerce div.product div.images {
  margin-bottom: 0;
}
.bloc-presentation-produit .product_title {
  width: 88%;
}
}/* 768px desk */