   #produits .ContentVide{
    color: #000;
    font-size: 25px;
    line-height: 60px;
    /* font-family: 'Bodoni MT'; */
    font-weight: bold;
    text-align: center;
}
     #produits .RepeaterProduits{
    background: #fff;
    position: relative;
    height: 100%;
    padding: 30px 0px;
    border: 1px solid #b18c57;
    height: 450px;
    margin-bottom: 30px;
}
#produits .RepeaterProduits  img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#produits .Prod a {
    position: relative;
    overflow: hidden;
}
#produits .RepeaterProduits:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
       #produits .Prod {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: column;
	position:relative;
	height:100%;
}

        #produits .Prod img {
    max-width: 96%;
    display: table;
    margin: auto;
    max-height: 400px;
}
        #produits .RepeaterProduits:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff url(../../../Images/PuceBoutique.png) top left no-repeat;
    bottom: -10px;
    left:-11px
    
}

       #produits .RepeaterProduits:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff url(../../../Images/PuceBoutique.png) top left no-repeat;
    top: -10px;
    left:-11px
    
}


       #produits .Prod:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff url(../../../Images/PuceBoutique.png) top left no-repeat;
    bottom: -40px;
    right:-11px
    
}

       #produits .Prod:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff url(../../../Images/PuceBoutique.png) top left no-repeat;
    top: -40px;
    right:-11px
    
}

     #produits .HoverProd{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

     #produits .HoverProd::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 100%;
  border: 1px solid #b18c57;
  content: '';
  opacity: 0;
  background-color: rgba(248, 217, 88, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: 9999;
}
     #produits .RepeaterProduits:hover .HoverProd::before {
    left: -1px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    top: -1px;
}
     #produits .RepeaterProduits a{
	text-decoration:none;
}
     #produits .NomProduits{
font-family: 'Remachine Script Personal Use';
   /* font-family: 'HurmeGeometricSans1';*/
    color: #3e2e2c;
    font-size: 30px;
    text-align: center;
	padding:0px 10px;
    margin-top: 20px;
	text-decoration:none;
}

     #produits .SpanPlus{
     font-family: 'Hurme Geometric Sans 1';
     color: #3e2e2c;
     font-size: 120px;
     text-align: center;
     text-decoration:none;
     z-index: 9999;
     position: relative;
     /* font-family: 'HurmeGeometricSans1'; */
     font-weight: 700;
     opacity: 0;
     height: 100%;
     width: 100%;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -ms-flex-align: center;
     -webkit-align-items: center;
     -webkit-box-align: center;
     align-items: center;
     justify-content: center;
}

   #produits .Produits:hover   .RepeaterProduits{
	border:1px solid transparent  !important;
}
 #produits .RepeaterProduits:hover .SpanPlus{
 opacity: 1 !important;
}

@media screen and (max-width:480px) {
 #produits .Produits {
    width: 100% !important;
}
}



