
#wrapper{ background:#FFFFFF;}
/* 17.08.23 - badibad | footer */
#footerpaiement{padding-bottom:15px;margin-bottom:20px;border-bottom:1px solid #eee;}
#footerpaiement img{max-width:100%;border:1px solid #eee;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
@media(max-width:650px){
    #footerpaiementr img{margin-bottom:10px;}
}
/* 18.08.23 - badibad | footer fin */

/* 18.08.23 - badibad | faq */
			#accordion-container {
				font-size: 13px;
				background: #ffffff;
				padding: 5px 10px 10px 10px;
				border: 1px solid #cccccc;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				-moz-box-shadow: 0 5px 15px #cccccc;
				-webkit-box-shadow: 0 5px 15px #cccccc;
				box-shadow: 0 5px 15px #cccccc;
			}
			
			.accordion-header {
				font-size: 16px;
				background: #ebebeb;
				margin: 5px 0 0 0;
				padding: 5px 20px;
				border: 1px solid #cccccc;
				cursor: pointer;
				color: #666666;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
			}
			
			.active-header {
				-moz-border-radius: 5px 5px 0 0;
				-webkit-border-radius: 5px 5px 0 0;
				border-radius: 5px 5px 0 0;
				background: url("") #cef98d;
				background-repeat: no-repeat;
				background-position: right 50%;
			}
			
			.active-header:hover {
				background: url("") #c6f089;
				background-repeat: no-repeat;
				background-position: right 50%;
			}
			
			.inactive-header {
				background: url("") #ebebeb;
				background-repeat: no-repeat;
				background-position: right 50%;
			}
			
			.inactive-header:hover {
				background: url("") #f5f5f5;
				background-repeat: no-repeat;
				background-position: right 50%;
			}
			
			.accordion-content {
				display: none;
				padding: 20px;
				background: #ffffff;
				border: 1px solid #cccccc;
				border-top: 0;
				-moz-border-radius: 0 0 5px 5px;
				-webkit-border-radius: 0 0 5px 5px;
				border-radius: 0 0 5px 5px;
			}
/* 18.08.23 - badibad | faq fin */

/* Badibad - Whatsapp */
.float-whatsapp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.my-float-whatsapp{
    margin-top:16px;
}
/* all mobiles */
@media(max-width:767px){
    .float-whatsapp{
        width:30px;
        height:30px;
        bottom:10px;
        right:10px;
        font-size:15px;   
    }
    .my-float-whatsapp{
        margin-top:8px;
    }
}

/* Badibad - Whatsapp  fin */


/* Badibad - optimisation mobile tablette*/


/* tablet large */
@media(max-width:810px) {

    #main .products .product {width: 25%;min-width: 150px}
    #main .products .product-miniature {float:left;width:46%;margin-right:2%}
    #main .products .product-miniature .thumbnail-container{width:200%;margin-bottom:15px;}
    #main .products .product-description{width:100%;height:200px;}
    #main .products .product-miniature .thumbnail-container img{width:95%;height:95%;}
    #main .products .product-flag{padding:3px!important;min-height:inherit!important;font-size:9px!important;height:25px} 
    #main .products .discount-percentage{padding:3px!important;min-height:inherit!important;font-size:12px;} 
	#footer .blockreassurance{text-align:right;}

    
}

/* tablet small */
@media(max-width:768px){

    #main .products .product {width: 25%;min-width: 150px}
    #main .products .product-miniature {float:left;width:46%;margin-right:2%}
    #main .products .product-miniature .thumbnail-container{width:200%;margin-bottom:15px;}
    #main .products .product-description{width:100%;height:200px;}
    #main .products .product-miniature .thumbnail-container img{width:95%;height:95%;}
    #main .products .product-flag{padding:3px!important;min-height:inherit!important;font-size:9px!important;height:25px} 
    #main .products .discount-percentage{padding:3px!important;min-height:inherit!important;font-size:12px;} 
	#footer .blockreassurance{text-align:right;}


    
}

/* Mobile large */
@media(max-width:600px){

    #main .products .product {width: 25%;min-width: 150px}
    #main .products .product-miniature {float:left;width:46%;margin-right:2%}
    #main .products .product-miniature .thumbnail-container{width:200%;margin-bottom:15px;}
    #main .products .product-description{width:100%;height:200px;}
    #main .products .product-miniature .thumbnail-container img{width:95%;height:95%;}
    #main .products .product-flag{padding:3px!important;min-height:inherit!important;font-size:9px!important;height:25px} 
    #main .products .discount-percentage{padding:3px!important;min-height:inherit!important;font-size:12px;} 
	#footer .blockreassurance{text-align:right;}


/* Mobile small */
@media(max-width:320px){
    
    #main .products .product-miniature .thumbnail-container{height:270px;}
    #main .products .product-description{height:120px;}
	#footer .blockreassurance{text-align:right;}

	
	
}

/* Badibad - optimisation mobile */