/*
Theme Name: botiga-la-soif
Description: Theme enfant de la soif.fr
Author: Sebastien Bernard
Author URI: https://www.sb-web-consulting.fr
Template: botiga 
Version: 0.1.0
*/

.page-id-257 .wpforms-form button[type=submit] {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
 
.page-id-257 .wpforms-form button[type=submit]:hover {
    background-color: #000 !important;
}
.page-id-257 .wpforms-form input,
.page-id-257 .wpforms-form textarea {
	border-color: #000 !important;
}

/**Habillage Home page  **/
/* Sur les écrans, quand la largeur de la fenêtre depasse 810px */

		.bloc_bieres .woocommerce-Price-currencySymbol,
		.bloc_vodkas .woocommerce-Price-currencySymbol,
		.bloc_gins .woocommerce-Price-currencySymbol,
		.bloc_rhums .woocommerce-Price-currencySymbol,
		.bloc_whiskys .woocommerce-Price-currencySymbol,
		.bloc_vins .woocommerce-Price-currencySymbol,
		.bloc_autres .woocommerce-Price-currencySymbol,
		.bloc_snacks .woocommerce-Price-currencySymbol{
			font-size: 2.5rem;
			margin: 0.5rem 0 0 -1rem;
			position:absolute;		
		}

		.bloc_bieres .wc-block-grid__product-price,
		.bloc_vodkas .wc-block-grid__product-price,
		.bloc_gins .wc-block-grid__product-price,
		.bloc_rhums .wc-block-grid__product-price,
		.bloc_whiskys .wc-block-grid__product-price,
		.bloc_vins .wc-block-grid__product-price,
		.bloc_autres .wc-block-grid__product-price,
		.bloc_snacks .wc-block-grid__product-price{
			position: relative;
			top: -10rem;
			right: -5rem;
		}
		.bloc_bieres .wc-block-grid__products,
		.bloc_snacks .wc-block-grid__products,
		.bloc_gins .wc-block-grid__products,
		.bloc_vodkas .wc-block-grid__products,
		.bloc_rhums .wc-block-grid__products,
		.bloc_whiskys .wc-block-grid__products,
		.bloc_autres .wc-block-grid__products,
		.bloc_vins .wc-block-grid__products{
			padding-top:  10%;
		}


		.bloc_bieres {
			background: lightblue url("/wp-content/uploads/2022/08/BIERES.png") no-repeat left;
			padding: 0 10px 10px 95px;
			color: #FFF;
				
		}
		.wc-block-grid__product-title{
			color: #FFF;
			background-color: #1D1D1D;
			border-radius: 10px;
			line-height: 1.5rem;
			padding:  5px;
		}
		.product-category {
			background-color: #FFF;
			border-radius: 10px;
			border:  2px solid #1D1D1D;
			line-height: 1.5rem;
			padding:  5px;

		}
		.bloc_bieres .price {
			background: #064e02;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}
		.bloc_gins{
			background: lightblue url("/wp-content/uploads/2022/08/fond_gins.jpg") no-repeat left;
			padding: 0 10px 10px 95px;
			color: #FFF;
		}

		.bloc_gins .price {
			background: #50492f;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}
		.bloc_vodkas{
			background: lightblue url("/wp-content/uploads/2022/08/fond_vodkas.jpg") no-repeat left;
			padding: 0 10px 10px 95px;
			color: #FFF;
		}
		.bloc_vodkas .price {
			background: #73b7da;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}
		.bloc_rhums{
			background: lightblue url("/wp-content/uploads/2022/08/fond_rhums.jpg") no-repeat left;
			padding: 0 10px 10px 95px;
			color: #FFF;
		}
		.bloc_rhums .price {
			background: #cd3904;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}
		.bloc_whiskys{
			background: lightblue url("/wp-content/uploads/2022/08/fond_whiskys.jpg") no-repeat left;
			padding: 0 10px 10px 95px;
			color: #FFF;
		}
		.bloc_whiskys .price {
			background: #97420c;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}
		.bloc_vins{
			background: lightblue url("/wp-content/uploads/2022/08/fond_vins.jpg") no-repeat left;
			padding: 0 10px 10px 95px;
			color: #FFF;
		}
		.bloc_vins .price {
			background: #3b0202;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}
		.bloc_autres{
			background: lightblue url("/wp-content/uploads/2022/08/fond_autres.jpg") no-repeat left;
			padding: 0 10px 10px 95px;
			color: #FFF;
		}
		.bloc_autres .price {
			background: #50492f;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}
		.bloc_snacks {
			background: lightblue url("/wp-content/uploads/2022/08/fond_snacks.jpg") no-repeat left;
			padding: 0 10px 10px 95px;
			color: #FFF;	
		}

		.bloc_snacks .wc-block-grid__product-title {
			color: #1d1d1b;
		}
		.bloc_snacks .price {
			background: #e7358b;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}

/* fin affichage sur les écrans, quand la largeur de la fenêtre dépasse 810px */ 

/* Sur les écrans, quand la largeur de la fenêtre fait au maximum 810px */
@media screen and (max-width: 810px) {



		.bloc_bieres {
			background: transparent url("/la-soif/wp-content/uploads/2022/08/BIERES.png") no-repeat -200px;
			background-size: cover;		
			padding: initial;
		}
		.bloc_bieres .price {
			background: #064e02;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}
		.bloc_gins{
			background: transparent url("/wp-content/uploads/2022/08/fond_gins.jpg") no-repeat -200px;
			background-size: cover;		
			padding: initial;
		}

		.bloc_gins .price {
			background: #50492f;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}
		.bloc_vodkas{
			background: transparent url("/wp-content/uploads/2022/08/fond_vodkas.jpg") no-repeat -200px;
			background-size: cover;		
			padding: initial;
		}
		.bloc_vodkas .price {
			background: #73b7da;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}
		.bloc_rhums{
			background: transparent url("/wp-content/uploads/2022/08/fond_rhums.jpg") no-repeat -200px;
			background-size: cover;		
			padding: initial;
		}
		.bloc_rhums .price {
			background: #cd3904;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}
		.bloc_whiskys{
			background: transparent url("/wp-content/uploads/2022/08/fond_whiskys.jpg") no-repeat -200px;
			background-size: cover;		
			padding: initial;
		}
		.bloc_whiskys .price {
			background: #97420c;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}
		.bloc_vins{
			background: transparent url("/wp-content/uploads/2022/08/fond_vins.jpg") no-repeat -200px;
			background-size: cover;		
			padding: initial;

		}
		.bloc_vins .price {
			background: #3b0202;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}
		.bloc_autres{
			background: transparent url("/wp-content/uploads/2022/08/fond_autres.jpg") no-repeat -200px;
			background-size: cover;		
			padding: initial;
		}
		.bloc_autres .price {
			background: #50492f;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}
		.bloc_snacks {
			background: transparent url("/wp-content/uploads/2022/08/fond_snacks.jpg") no-repeat -200px;
			background-size: cover;		
			padding: initial;	
		}

		.bloc_snacks .wc-block-grid__product-title {
			color: #1d1d1b;
		}
		.bloc_snacks .price {
			background: #e7358b;
			border-radius: 50%;
			width: 6.5rem;
			height:6.5rem;
			font-size: 4rem;	
		}

}
/* fin affichage sur les écrans, quand la largeur de la fenêtre fait au minimum 810px */ 