/* ============================================================
ESHOP
============================================================ */
.eshop_story {
    background: transparent;
    margin: 0;
    height: 500px;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 10px solid transparent;
}
.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: #fff;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    border: 1px solid #F3EE23;
}
.eshop_story .article {
  padding: 5% 0;
  position: absolute;
  border: 0px solid #fff;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  bottom: 0;
}
.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: #fff;
    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-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    margin: 0;
    padding: 0;

}
.eshop_story .article .data h1 {
  font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1200 - 300)))
}
/* 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;
}
.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(243, 238, 35) 66%, rgb(243, 238, 35) 100%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgb(243, 238, 35) 66%, rgb(243, 238, 35) 100%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgb(243, 238, 35) 66%, rgb(243, 238, 35) 100%) !important;
    opacity: 1;
}

