<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ProduitsEnRelationSlider .Produits {
    margin:  0px 30px;
}

#ProduitsEnRelationSlider .bx-pager {
    display: none;
}
#ProduitsEnRelationSlider .bx-wrapper {
    position: relative;
}
#ProduitsEnRelationSlider .RepeaterProduits a{
	text-decoration:none;
}
 #ProduitsEnRelationSlider .NomProduits{
    font-family: 'Remachine Script Personal Use';
    color: #3e2e2c;
    font-size: 25px;
    text-align: center;
	padding:0px 10px;
    margin-top: 20px;
	text-decoration:none;
}


#ProduitsEnRelationSlider .Produits:first-child{
    margin: 0px 30px 0px 20px !important
}
 #ProduitsEnRelationSlider .bxslider_ProduitsEnRelationSlider li {
    width: calc(100% / 4) !important;
    /* margin-left: 30px; */
    padding-top: 20px;
}

 #ProduitsEnRelationSlider .ProduitsEnRelationSlider{
 display:block;
    font-family: 'Hurme Geometric Sans 1';
    color: #f3c403;
    font-size: 30px;
 margin:60px 0px;
    clear: both;
    width: 100%;
    font-weight: 700;
    text-align: left;
}

 #ProduitsEnRelationSlider .RepeaterProduits{
    background: #fff;
    position: relative;
    height: 100%;
    padding: 30px 0px;
    border: 1px solid #b18c57;
    height: 340px;
    margin-bottom: 30px;
}

 #ProduitsEnRelationSlider .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%;
}
#ProduitsEnRelationSlider .Prod img {
    max-width: 90%;
    display: table;
    margin: auto;
    max-height: 200px;
}
#ProduitsEnRelationSlider .RepeaterProduits:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff url(../../../Images/PuceBoutique.png) top left no-repeat;
    bottom: -10px;
    left:-11px
    
}

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


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

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

 #ProduitsEnRelationSlider .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;
}

#ProduitsEnRelationSlider .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.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: 9999;
}
 #ProduitsEnRelationSlider .RepeaterProduits:hover .HoverProd::before {
    left: -1px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    top: -1px;
}
 #ProduitsEnRelationSlider .RepeaterProduits a{
	text-decoration:none;
}
    #ProduitsEnRelationSlider #ProduitsEnRelationSlider .NomProduits{
    font-family: 'HurmeGeometricSans1';
    color: #3e2e2c;
    font-size: 25px;
    text-align: center;
	padding:0px 10px;
    margin-top: 20px;
	text-decoration:none;
}

 #ProduitsEnRelationSlider .SpanPlus{
     font-family: 'Hurme Geometric Sans 1';
     color: #3e2e2c;
     font-size: 120px;
     text-align: center;
     text-decoration:none;
     z-index: 99999;
     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;
}

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

@media screen and (max-width:480px) {
#ProduitsEnRelationSlider .Produits {
    width: 100% !important;
}
}
@media screen and (min-width:993px) {
#ProduitsEnRelationSlider .bxslider_ProduitsEnRelationSlider{
    width: 100% !important;
    transform: none !important;
}
 #ProduitsEnRelationSlider .bxslider_ProduitsEnRelationSlider {
    width: 100% !important;
}
}
@media screen and (min-width:480px)  and (max-width:992px){

 #ProduitsEnRelationSlider .bxslider_ProduitsEnRelationSlider li {
    width: calc(100vw  / 2) !important;
    /* margin-left: 30px; */
    padding-top: 20px;
}
}
@media screen and  (max-width:992px){
 #ProduitsEnRelationSlider .bx-wrapper .bx-next{
    right: 15px;
    width: 53px;
    height: 21px;
    cursor: pointer;
    background: url(../../../Images/SuivantProduits.png) 50% 50% no-repeat;
    text-indent: -9999px;
    float: left;
    position: absolute;
    -webkit-transition: 0.300s linear;
    -ms-transition: 0.300s linear;
    -moz-transition: 0.300s linear;
    -o-transition: 0.300s linear;
    transition: 0.300s linear;
    z-index: 999;
    position: absolute;
    top: 50%;
}

 #ProduitsEnRelationSlider .bx-wrapper .bx-prev{
    left: 15px;
    width: 53px;
    height: 21px;
    cursor: pointer;
    background: url(../../../Images/PrecedentProduits.png) 50% 50% no-repeat;
    text-indent: -9999px;
    float: left;
    position: absolute;
    -webkit-transition: 0.300s linear;
    -ms-transition: 0.300s linear;
    -moz-transition: 0.300s linear;
    -o-transition: 0.300s linear;
    transition: 0.300s linear;
    z-index: 999;
    position: absolute;
    top: 50%;
}

 

@media screen and (max-width:479px)  {

 #ProduitsEnRelationSlider .bxslider_ProduitsEnRelationSlider li {
    width: 90vw  !important;
    /* margin-left: 30px; */
    padding-top: 20px;
}
}

</pre></body></html>