/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 22 2025 | 09:58:35 */
 /* demande catalogue produits */

input#input_3_23.large.gf-telephone {
	padding-left: 140px!important;
}

/* recherche produits */

.aws-container .aws-search-field {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.aws-container .aws-search-form .aws-search-btn.aws-form-btn {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.aws-search-result .aws_result_head .aws_result_title {
    font-size: 16px;
}
.aws-search-result .aws_result_excerpt {
    font-size: 13px;
}
.aws-search-result .aws_result_stock {
    font-size: 12px;
    font-weight: 700;
}

/* complianz */
 
.text-j {
	text-align: justify;
}


 /* lien cat produits */

.wpgb-card .wpgb-block-1:hover {
	color: #AF9557!important;
}

.wpgb-card .wpgb-card-media-content{
	border-radius: 10px!important;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(16, 16, 8, 1);
	
}

.wpgb-card-layer-link{
	border-radius: 10px!important;
}


.wpgb-facet .wpgb-checkbox-label {
	font-weight: 600!important;
}



 /* archive articles */

#section-2-1706 .oxy-repeater-pages {
	justify-content: center;
	max-width: 1200px;
}

a.page-numbers {
	text-align: center;
	display: block;
	cursor: pointer;
	box-sizing: inherit;
	text-decoration: none;
	background-color: #fff!important;
	padding: 10px;
}

span.page-numbers.current {
	color: #000;
	text-align: center;
	display: block;
	box-sizing: inherit;
	border-radius: 30px!important;
	padding-top: 10px!important;
	padding-right: 20px!important;
	padding-bottom: 10px!important;
	padding-left: 20px!important;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}

span.page-numbers.current:hover {
	
	color: #fff;
	background-color: #dabe81;
}

a.next.page-numbers {
	color: #000;
	text-align: center;
	background-color: #fff;
	display: block;
	cursor: pointer;
	box-sizing: inherit;
	text-decoration: none;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-top: 10px;
	padding-left: 20px!important;
	padding-right: 20px!important;
	margin-left: 10%!important;
	margin-right: 10px!important;
	border-radius: 5px!important;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	
}

a.next.page-numbers:hover {

	color: #fff!important;
	background-color: #dabe81!important;
}

a.prev.page-numbers {
	color: #000;
	text-align: center;
	background-color: #fff;
	display: block;
	cursor: pointer;
	box-sizing: inherit;
	text-decoration: none;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-top: 10px;
	padding-left: 20px!important;
	padding-right: 20px!important;
	margin-left: 10px!important;
	margin-right: 10%!important;
	border-radius: 5px!important;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}


a.prev.page-numbers:hover {

	color: #fff!important;
	background-color: #dabe81!important;
}

@media (max-width: 991px) { 
a.prev.page-numbers {
	margin-right: 20px!important;
	}

a.next.page-numbers {
	margin-left: 20px!important;
	}
}

 /* page articles */




#div_block-29-1741>#new_columns-30-1741>#div_block-31-1741 a {
	color:#dabe81;
}

#div_block-29-1741>#new_columns-30-1741>#div_block-31-1741 a:hover {
	color:#af9557
}


#div_block-29-1741>#new_columns-30-1741>#div_block-32-1741 a {
	color:#dabe81;
}

#div_block-29-1741>#new_columns-30-1741>#div_block-32-1741 a:hover {
	color:#af9557;
}


/* gutenberg */	
	
.image100 {
	width: 100%!important;	
	}
	
a:hover.wp-block-button__link {
    background-color: #af9557 !important;
}