/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
#txt-accueil{
	text-shadow:  1px 1px 2px black,
  0 0 1em black,
  0 0 0.2em black;
}
/*CSS du bouton Continuer le Shopping */

.wpm-shopping-button{
	width:100%;
	height:100%;
	text-align: center;
}

.p-GridCell--6 {
    width: 50%;
    vertical-align: bottom !important;
}
/*Correction et affichage de la quantité sur mobile*/

@media only screen and (max-width: 767px) {
.responsive .shop_table .product-quantity {
    display: table-cell !important;
}
	
}
#activite_big{
		display: none;
	}
@media only screen and (min-width: 1400px) {
	#activite_small{
		display: none;
	}
	#activite_big{
		display: block;
	}
}