#productmain_fr .bx-wrapper {
max-width: 100% !important;
padding-bottom: 75px;
}
#productmain_fr .bx-viewport {
padding: 0 35px;
height: auto !important;
min-height: 100%;
}
#productmain_fr .bxslider_productmain_fr li {
  width: 15vw !important;
    margin-right: 8vw !important;
}
#productmain_fr .bx-pager-item {
display: none;
}
#productmain_fr .bx-controls-direction {
    z-index: 9999;
    text-decoration: none !important;
    font-size: 0;
}
#productmain_fr .bx-next {
    position: absolute;
    right: 3%;
bottom: 4.5%;
text-decoration: none !important;
  -webkit-transition: margin 200ms;
    transition: margin 200ms;
    -webkit-transition: .5s;
    transition: .5s;
}
#productmain_fr .bx-prev {
    position: absolute;
    right: 3%;
bottom: 8%;
text-decoration: none !important;
  -webkit-transition: margin 200ms;
    transition: margin 200ms;
    -webkit-transition: .5s;
    transition: .5s;
}
#productmain_fr .bx-prev:before {
    font-family: 'Linearicons-Free';
    content: "\e879";
    font-size: 18px;
    color: #fff;
}
#productmain_fr .bx-next:before {
    font-family: 'Linearicons-Free';
    content: "\e87a";
    font-size: 18px;
    color: #fff;
}
#productmain_fr .bx-prev:hover:before {
    -webkit-animation: color_change 1s alternate;
    -moz-animation: color_change 1s alternate;
    -ms-animation: color_change 1s alternate;
    -o-animation: color_change 1s alternate;
    animation: color_change 1s alternate;
    left: 2.5px;
}
#productmain_fr .bx-next:hover:before {
    -webkit-animation: color_change 1s alternate;
    -moz-animation: color_change 1s alternate;
    -ms-animation: color_change 1s alternate;
    -o-animation: color_change 1s alternate;
    animation: color_change 1s alternate;
    right: 3.5px;
}
/*#productmain_fr .bx-next:hover { 
    right: 3.5%;
  -webkit-transition: margin 200ms;
    transition: margin 200ms;
    -webkit-transition: .5s;
    transition: .5s;
}
#productmain_fr .bx-prev:hover { 
    right: 2.5%;
  -webkit-transition: margin 200ms;
    transition: margin 200ms;
    -webkit-transition: .5s;
    transition: .5s;
}*/
#productmain_fr .product-list {
    margin-top: 11%;
}
#productmain_fr .product-list .line {
    background: #fff;
    width: 1px;
    height: 60px;
       text-align: center;
    margin: 0px auto;
}
#productmain_fr .product-list h1.left {
font-size: 25px;
    text-align: center;
    width: 85%;
    margin: 0px auto;
    line-height: 38px;
    padding: 0 20px;
}
#productmain_fr .product-list h1.left span {
    display: block;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 45px;
}
#productmain_fr .boximg {
    border: 1px solid #ebebeb;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 50%;
   transition: 0.3s ease all;
}
#productmain_fr .boximg:hover {
border: 1px solid #c0a360;
transition: 0.3s ease all;
}
#productmain_fr .imgprod {
    max-height: 100%;
	max-width: 100%;
	margin: 0;
     display: block;
    padding: 0 20px;
}
#productmain_fr .golden::before,
  .golden::after {
    /*border: 2px solid #c0a360;*/
}

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

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

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


#productmain_fr .hover{
    width: 100%;
    height: 100%;    z-index: 999999;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.67);
    display: flex;
    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(-110%, 0);
}
#productmain_fr .boutton {
display: block;
    text-align: center;
    padding: 15px 30px;
    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;
}
#productmain_fr .boutton:hover{ background-image: linear-gradient(to left,#d9c599, #c3a767);}
#productmain_fr .prod:hover .hover{
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
    }
#productmain_fr .nameprod {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: 40px 0px;
    text-decoration: none !important;
text-align: center;
}
#productmain_fr .product .bloc-list-produit {overflow:hidden;position:relative; transform: translateY(-118px) !important;}


#productmain_fr .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%);
}

#productmain_fr .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;
}
#productmain_fr .product  .bloc-list-produit>div{opacity:0;transform: translateX(-100%);}
#productmain_fr .product.activesection  .bloc-list-produit>div{    -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#productmain_fr .46, 0.03, 0.52, 0.96);
    }
     
    50% {
transform: translateX(0%);
             animation-timing-function:  cubic-bezier(0#productmain_fr .46, 0.03, 0.52, 0.96);
    }
     
    100% {
       transform: translateX(112%);
    animation-timing-function:  cubic-bezier(0#productmain_fr .46, 0.03, 0.52, 0.96);
    }
}



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



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

@media screen and (max-width: 1313px) {
#productmain_fr .product-list h1.left {
    width: 100%;
}
}
@media screen and (max-width: 1200px) {
#productmain_fr .boutton {
    padding: 10px ;
}
#productmain_fr .nameprod {
    font-size: 18px;
      margin: 30px 0px;
}
#productmain_fr .product-list h1.left {
    font-size: 20px;
    line-height: 32px;
}
#productmain_fr .boximg {
height: 17vw;
}
#productmain_fr .bxslider_productmain_fr li {
    margin-right: 6vw !important;
  width: 17vw !important;

}
}

@media screen and (max-width: 993px) {
#productmain_fr .bx-viewport {
}
#productmain_fr .bxslider_productmain_fr li {
    width: 18vw !important;
}
#productmain_fr .boximg {
    height: 18vw;
}
}


@media screen and (max-width: 991px) {
#productmain_fr .product-list .line {
background:#c0a360;
}
#productmain_fr .product-list h1.left span {
    color: #c0a360;
}
#productmain_fr .product-list {
    margin-top: 0;
    margin-bottom: 10%;
}
#productmain_fr .Products_Slider_Container .bx-next, .Products_Slider_Container .bx-prev {
right: 0 !important;
left:0;
text-align: center;
}

@media screen and (max-width:768px) {
#productmain_fr .bxslider_productmain_fr li {
    width: 25vw !important;
}
#productmain_fr .boximg {
    height: 25vw;
}
}
@media screen and (max-width:650px) {
#productmain_fr .bxslider_productmain_fr li {
    width: 40vw !important;
}
#productmain_fr .boximg {
    height: 40vw;
}
}
@media screen and (max-width:500px) {
#productmain_fr .bxslider_productmain_fr li {
    width: 94vw !important;
   margin-right: 0vw !important;
}
#productmain_fr .boximg {
    height: 94vw;
}
#productmain_fr .bx-viewport {
padding: 0;
}
#productmain_fr .bx-next {
bottom: 11.5%;
}
}
@media screen and (max-width:450px) {
#productmain_fr .bxslider_productmain_fr li {
    width: 93vw !important;
   margin-right: 0vw !important;
}
#productmain_fr .boximg {
    height: 93vw;
}
}
@media screen and (max-width:414px) {
#productmain_fr .bxslider_productmain_fr li {
    width: 92vw !important;
   margin-right: 0vw !important;
  padding: 0 10px;
}
#productmain_fr .boximg {
    height: 88vw;
}
}
@media screen and (max-width:400px) {
#productmain_fr .bxslider_productmain_fr li {
    width: 92vw !important;
   margin-right: 0vw !important;
  padding: 0 5px;
}
#productmain_fr .boximg {
    height: 92vw;
}
}

@media screen and (max-width:360px) {
#productmain_fr .bxslider_productmain_fr li {
    width: 90vw !important;
   margin-right: 0vw !important;
padding: 0 6px;
}
#productmain_fr .boximg {
    height: 90vw;
}
}
@media screen and (max-width:330px) {
#productmain_fr .bxslider_productmain_fr li {
    width: 90vw !important;
   margin-right: 0vw !important;
}
#productmain_fr .boximg {
    height: 90vw;
}
}

@media screen and (max-width:280px) {
#productmain_fr .bxslider_productmain_fr li {
    width: 89vw !important;
   margin-right: 0vw !important;
}
#productmain_fr .boximg {
    height: 89vw;
}
}


@-webkit-keyframes color_change {
	from { color: #fff; }
	to { color: #a5d3f1; }
}
@-moz-keyframes color_change {
	from { color: #fff; }
	to { color: #a5d3f1; }
}
@-ms-keyframes color_change {
	from { color: #fff; }
	to { color: #a5d3f1; }
}
@-o-keyframes color_change {
	from { color: #fff; }
	to { color: #a5d3f1; }
}
@keyframes color_change {
	from { color: #fff; }
	to { color: #a5d3f1; }
}


