/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
#pieddepage a{color:#fff;}
.eventContainerWidget .ai1ec-calendar-toolbar,
.eventContainerWidget .ai1ec-subscribe-container,
.eventContainerWidget .ai1ec-btn-toolbar,
.eventContainerWidget .ai1ec-clearfix,
.eventContainerWidget .ai1ec-pull-left {
	display: none !important;
}

.eventContainerWidget .ai1ec-agenda-view .ai1ec-date {
	background: none !important;
}

.eventContainerWidget .ai1ec-agenda-view .ai1ec-date-title {
	margin: 5px 0.4em !important;
	border: 1px solid #5ac1a1 !important;
}


/****************************************
****** Gestion de la boutique  **********
*****************************************/
@media screen and (min-width: 980px) {
	.raccListingBoutique .woocommerce ul.products li.product a img {
		width: 12% !important;
		margin-right: 20px !important;
		float: left;
	}
	
	.raccListingBoutique .woocommerce ul.products li.product .woocommerce-loop-product__title {
		padding: 0 !important;
	}
}

.single-product div.quantity {
    display: none !important;
}

.raccListingBoutique .woocommerce ul.products li.product .add_to_cart_button {
	float: right !important;
	margin-top: 0.2em !important;
}

