#product .bloc-list-produit {
margin-bottom: 50px;
}
#product .boximg {
    border: 1px solid #ebebeb;
    height: 15vw;
      display: flex;
display: -webkit-flex;
-webkit-align-content: center;
-webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background: #fff;
}
#product .imgprod {
    max-height: 100%;
	max-width: 100%;
	margin: 0;
       padding: 20px;
display: block;
}
#product .golden::before,
  .golden::after {
    border: 1px solid #c0a360;
}

#product .box::before,
.box::after {
    background: transparent;
    content: '';
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}
#product .box::before {
    border-bottom: 0;
    border-left: 0;
    left: 0px;
    top: 0px;
}
#product .box::after {
    border-right: 0;
    border-top: 0;
    bottom: 0px;
    right: 0px;
}

#product .box:hover::before,
.box:hover::after {
    height: 100%;
    opacity: 1;
    width: 100%;
}

#product .product-box::before { transition: opacity 0s .4s, width .1s .3s, height .1s .2s; }
#product .product-box:hover::before { transition: opacity 0s 0s, width .1s 0s, height .1s .1s; }
#product .product-box::after { transition: opacity 0s .2s, width .1s .1s, height .1s 0s; }
#product .product-box:hover::after { transition: opacity 0s .2s, width .1s .2s, height .1s .3s; }


#product .hover{
    width: 100%;
    height: 100%;    z-index: 999999;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.67);
        display: flex;
display: -webkit-flex;
-webkit-align-content: center;
-webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: -webkit-transform 0.9s 0.1s cubic-bezier(0.84, -0.01, 0.48, 0.995);
    transition: -webkit-transform 0.9s 0.1s cubic-bezier(0.84, -0.01, 0.48, 0.995);
    transition: transform 0.9s 0.1s cubic-bezier(0.84, -0.01, 0.48, 0.995);
    transition: transform 0.4s 0.1s cubic-bezier(0.84, -0.01, 0.48, 0.995), -webkit-transform 0.4s 0.1s cubic-bezier(0.84, -0.01, 0.48, 0.995);
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-100%, 0);
}
#product .boutton {
display: block;
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition: 0.3s ease all;
    text-decoration: none;
    background-color: #c0a360;
    background-image: linear-gradient(to right,#d9c599, #c3a767);
    width: 100%; 
   font-size: 14px;
}
#product .boutton:hover{ background-image: linear-gradient(to left,#d9c599, #c3a767);}
#product .prod:hover .hover{
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
    }
#product .nameprod {
    font-size: 14px;
    color: #676767;
    display: block;
    margin-top: 25px;
    text-decoration: none !important;
text-align: center;
}
#product .product .bloc-list-produit {overflow:hidden;position:relative; transform: translateY(-118px) !important;}


#product .product .bloc-list-produit>div:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #c0a361;
    z-index: 999;
    transition: 0.7s transform cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transform: translateX(-112%);
}

#product .product.activesection .bloc-list-produit>div:after{
    -webkit-animation: translatesection  1.3s 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
    animation: translatesection 1.3s 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
}
#product .product .bloc-list-produit>div{opacity:0;transform: translateX(-100%);}
#product .product.activesection .prod{    -webkit-animation: opacity 1s 0.9s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;
    animation: opacity 1s 0.9s cubic-bezier(0.46, 0.03, 0.52, 0.96) forwards;}
@keyframes translatesection{
    0% {
       transform: translateX(-112%);
        animation-timing-function:  cubic-bezier(0#product .46, 0.03, 0.52, 0.96);
    }
     
    50% {
transform: translateX(0%);
             animation-timing-function:  cubic-bezier(0#product .46, 0.03, 0.52, 0.96);
    }
     
    100% {
       transform: translateX(112%);
    animation-timing-function:  cubic-bezier(0#product .46, 0.03, 0.52, 0.96);
    }
}



@keyframes opacity{
    0% {
   opacity:0;transform: translateX(-100%);
        animation-timing-function:  cubic-bezier(0#product .46, 0.03, 0.52, 0.96);
    }
     
     
    100% {
   opacity:1;transform: translateX(0%);
    animation-timing-function:  cubic-bezier(0#product .46, 0.03, 0.52, 0.96);
    }
}



@keyframes translateSectionX{
    0% {
  transform: translateX(-100%);
        animation-timing-function:  cubic-bezier(0#product .46, 0.03, 0.52, 0.96);
    }
     
     
    100% {
  transform: translateX(0%);
    animation-timing-function:  cubic-bezier(0#product .46, 0.03, 0.52, 0.96);
    }
}
#product .resultat {
    color: #949493;
    text-align: center;
    margin: 0px auto;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
#product .boutton {
    padding: 10px ;
}
@media screen and (max-width: 991px) {
#product .boximg {
    height: 30vw;
}
}

@media screen and (max-width: 768px) {
#product .boximg {
    height: 55vw;
}
}

@media screen and (max-width: 767px) {
#product .bloc-list-produit {
padding: 0;
}
}

