.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pt40{padding-top: 40px !important;}
.pt60{padding-top: 60px !important;}
.pt80{padding-top: 80px !important;}
.pt100{padding-top: 100px !important;}
.pt120{padding-top: 120px !important;}
.pt140{padding-top: 140px !important;}
.pt160{padding-top: 160px !important;}
.pt180{padding-top: 180px !important;}
.pt200{padding-top: 200px !important;}
.pt220{padding-top: 220px !important;}

.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}
.pb60{padding-bottom: 60px !important;}
.pb80{padding-bottom: 80px !important;}
.pb100{padding-bottom: 100px !important;}
.pb120{padding-bottom: 120px !important;}
.pb140{padding-bottom: 140px !important;}
.pb160{padding-bottom: 160px !important;}
.pb180{padding-bottom: 180px !important;}
.pb200{padding-bottom: 200px !important;}
.pb220{padding-bottom: 220px !important;}

.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt60{margin-top: 60px !important;}
.mt80{margin-top: 80px !important;}
.mt100{margin-top: 100px !important;}
.mt120{margin-top: 120px !important;}
.mt140{margin-top: 140px !important;}
.mt160{margin-top: 160px !important;}
.mt180{margin-top: 180px !important;}
.mt200{margin-top: 200px !important;}
.mt220{margin-top: 220px !important;}

.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb60{margin-bottom: 60px !important;}
.mb80{margin-bottom: 80px !important;}
.mb100{margin-bottom: 100px !important;}
.mb120{margin-bottom: 120px !important;}
.mb140{margin-bottom: 140px !important;}
.mb160{margin-bottom: 160px !important;}
.mb180{margin-bottom: 180px !important;}
.mb200{margin-bottom: 200px !important;}
.mb220{margin-bottom: 220px !important;}


h1,h2,h3,h4,p,li,body,html {
	font-family: "Roboto", sans-serif !important;
}

.wp-block-button{
	margin-top: 20px !important;
}

.btn-default, .wp-block-button a {
	border-radius: 30px !important;
	transition: all .3s;
}

#header-main{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 40px;
	background: #fff;
	height: 250px;
	z-index: 9999;
}

#content-main{
	padding-top: 250px;
}

.surtop{
	padding: 30px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
}

#logo{
	width: 200px;
}

#logo a{
	display: block;
}

#logo a img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.right_menu{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.wrap_search{
	margin-right: 40px;
}

#searchform {
	max-width: 550px;
	padding: 12px 50px 12px 20px;
	background: #F7F7F7;
	position: relative;
	border-radius: 60px;
}

#searchform input {
	background: none;
	border: none;
	padding: 5px;
	font-size: .9em;
	letter-spacing: 0.05em;
	color: #000;
	opacity: .3;
}

#searchform input:focus{
	opacity: 1;
}

#searchsubmit{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: none;
	border-radius: 50%;
	border: none;
	position: absolute;
	right: 10px;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}

#searchsubmit:hover{
	background: #d0121e;
}

#searchsubmit span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/search.svg) no-repeat center / contain;
	transform: scale(1);
	transition: all .3s;
}

#searchsubmit:hover span {
	transform: scale(.6);
}

i{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.help_header{
	font-size: .9em;
	letter-spacing: 0.05em;
	margin-right: 50px;
}

.help_header span{
	display: block;
	font-size: 1.2em;
	font-weight: 700;
}

.btn-switch-site{
	display: block;
	padding: 10px 25px;
	font-weight: 700;
	color: #fff;
	background: #D0121E;
	font-size: .9em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all .3s;
}

.btn-switch-site:hover{
	background: #000;
	color: #fff;
}

#surtop_menu ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 40px;
}

.btn-account{
	display: block;
	width: 28px;
	height: 32px;
	background: url(../img/icon-account.svg) no-repeat center / contain;
	position: relative;
}

.btn-account::after{
	content:'';
	display: block;
	width: 10px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: -10px;
	right: 0;
	bottom: -12px;
	margin: auto;
	opacity: 0;
	transition: all .3s;
}

.btn-account:hover::after{
	left: 0;
	opacity: 1;
	background: #D0121E;
}

.btn-cart{
	display: block;
	width: 36px;
	height: 32px;
	background: url(../img/icon-cart.svg) no-repeat center / contain;
	position: relative;
}

.btn-cart::after{
	content:'';
	display: block;
	width: 10px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: -10px;
	right: 0;
	bottom: -12px;
	margin: auto;
	opacity: 0;
	transition: all .3s;
}

.btn-cart:hover::after{
	left: 0;
	opacity: 1;
	background: #D0121E;
}

.btn-cart span {
	display: flex;
	position: absolute;
	right: -2px;
	bottom: -5px;
	background: #D0121E;
	width: 18px;
	height: 18px;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	transition: all .3s;
}

.btn-cart:hover span{
	background: #000;
}

#main_menu{
	background: #1E1E1E;
}

#main_menu ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 5px;
	background: #fff;
}

#main_menu ul li{
	width: 100%;
	text-align: center;
}

#main_menu ul li a{
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-weight: .9em;
	line-height: 1.8em;
	color: #000;
	padding: 25px 10px;
	background: #fafafa;
	cursor: pointer;
	border-top: 1px solid #D0121E;
	border-bottom: 1px solid #F2F2F2;
	display: block;
	transition: all .3s;
}

#main_menu ul li a:hover{
	background: #d0121e;
	color: #fff;
}

#main_menu ul li.menu-item-has-children > a::after{
	content:'\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #d0121e;
	margin-left: 10px;
	font-size: 12px;
	transition: all .3s;
}

#main_menu ul li.menu-item-has-children > a:hover::after{
	color: #fff;
}

#main_menu .ctn-submenu{
	display: none;
}

.close-menu {
	padding: 25px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #d0121e;
	font-weight: 400;
	border-bottom: 1px solid #f9f9f9;
	margin-bottom: 30px;
}

.woocommerce-message {
	border-top-color: #d0121e;
	background: #d0121e;
	color: #fff;
}

.woocommerce-message::before {
	color: #fff;
}

/* MEGA MENU */
/* Mega-menu styles */

.wrap-ctn-submenu {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	height: auto;
	padding: 0 40px;
}

#main_menu .ctn-submenu {
	display: none;
	position: relative;
	width: 100%;
	text-align: left;
	background: #fff;
	width: 100%;
	background: #fff;
	padding: 40px 33% 40px 60px;
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#main_menu .sub-menu {
	display: none;
	position: static;
	width: 100%;
}

#main_menu .menu-item-has-children.active .sub-menu {
	display: flex;
	justify-content: space-between;
	opacity: 1;
}

#main_menu .sub-menu {
	display: flex;
	gap: 20px 0%;
	flex-wrap: wrap;
}

#main_menu .sub-menu li {
	list-style: none;
	margin-bottom: 10px;
	width: 45%;
}

#main_menu .sub-menu a {
	text-transform: none;
	letter-spacing: 0.05em;
	font-weight: 400;
	color: #000;
	background: none;
	border: none;
	padding: 2px 8px;
	text-align: left;
	border-bottom: 1px solid #e9e9e9;
}

#main_menu .sub-menu a::after{
	content:'\f0da';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 6px;
	font-size: .8em;
	color: #d0121e;
}

#main_menu .sub-menu a:hover {
	color: #d0121e;
	background: #fff;
	border-bottom: 1px solid #d0121e;
}

.thumb-menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	height: 100%;
}

.thumb-menu img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 20px;
	box-sizing: border-box;
}


/* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL */
/* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL */
/* ACCUEIL *//* ACCUEIL *//* ACCUEIL *//* ACCUEIL */

.btn-default, .wp-block-button a {
	border-radius: 40px;
}

.wrap_top_accueil{
	position: relative;
	z-index: 10;
	background: #000;
	padding: 160px 0 220px 0;
}

.wrap_top_accueil figure{
	display: block;
	width: 100%;
	height: 100%;
	opacity: .7;
	position: absolute;
	left: 0;
	top: 0;
}

.wrap_top_accueil figure img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.texte_top_accueil{
	max-width: 500px;
	position: relative;
	z-index: 20;
}

.wrap_top_accueil .wp-block-group__inner-container{
	max-width: 1500px;
	margin: auto;
}

.texte_top_accueil h1{
	font-size: 2em;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}

.texte_top_accueil p{
	font-size: 1.1em;
	line-height: 1.5em;
	color: #fff;
}

.gap10{
	gap: 10px !important;
}

.col_texte_category{
	padding-right: 50px;
}

.wrap_content{
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
}

h2{
	margin-bottom: 20px !important
}

.category_home .wp-block-column:not(.col_texte_category) .wp-block-button{
	margin-top: 0 !important;
	width: 100%;
}

.category_home .wp-block-column:not(.col_texte_category) .wp-block-button a {
	display: block;
	width: 100%;
	background: #1E1E1E;
	color: #fff;
	border-radius: 0 0 10px 10px !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

.category_home .wp-block-column:not(.col_texte_category) .wp-block-button a:hover {
	background: #d0121e;
}

.category_home .wp-block-column:not(.col_texte_category) img{
	border-radius: 10px 10px 0 0;
	height: 410px;
	object-fit: cover;
}

.col_media_decale{
	position: relative;
	z-index: 10;
}

.col_media_decale::after{
	content:'';
	display: block;
	width: 100%;
	height: 85%;
	background: #F7F7F7;
	position: absolute;
	left: 0;
	bottom: -40px;
	z-index: -1;
}

.col_media_decale .wp-block-media-text{
	gap: 50px;
}

.wp-block-media-text.is-image-fill figure{
	background-size: cover;
	height: 100%;
	min-height: 250px;
	border-radius: 15px;
	overflow: hidden;
}

.wp-block-media-text.is-image-fill figure img{
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0,0,0,0);
	border: 0;
}

.col_media_decale .wp-block-media-text__content{
	padding: 220px 0 40px 0;
}

/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */

.wrap_solution_complete{
	position: relative;
	z-index: 10;
}

.wrap_solution_complete > a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-radius: 15px;
	padding: 12px;
	background: url(../img/bg_footer.svg) no-repeat center / cover;
}

.solution_width60{
	text-align: center;
	width: 60%;
	padding: 0 10px;
}

.solution_width60 p{
	text-transform: uppercase;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	color: #fff;
}

.solution_width40{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.solution_width40 img{
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 5px;
}

#footer-main{
	margin-top: -80px;
	padding-top: 140px;
}

.footer_top{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 60px;
}

.left_footer{
	display: flex;
	align-items: flex-start;
	gap: 80px;
}

.right_footer{
	max-width: 400px;
}

.col_footer span,
.titre_nl{
	display: block;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.titre_nl{
	text-transform: none;
}

.right_footer > p{
	font-size: .8em;
	color: #888;
	margin-bottom: 10px;
}

.col_footer ul li{
	margin-bottom: 10px;
}

.col_footer ul li a,
.col_footer ul li p{
	display: inline-block;
	font-size: .9em;
	line-height: 1.5em;
	color: #000;
	font-weight: 400;
}

.footer_bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 60px 0;
	border-top: 1px solid #D0121E;
}

.footer_bottom_left img{
	width: 250px;
	height: auto;
}

.footer_bottom_right ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer_bottom_right ul li a{
	display: inline-block;
	font-size: .9em;
	line-height: 1.5em;
	color: #000;
	font-weight: 400;
}

.footer_bottom_right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


.footer_bottom_right .copy-nova {
	background: url(../img/made-by-noir.svg) no-repeat;
	margin: 0 0 0 30px;
}

.footer_bottom_right ul li:first-of-type{
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #000;
}

.wpcf7-form{
	flex-wrap: nowrap;
}

.wpcf7-form input:not(.wpcf7-submit){
	width: 220px;
	border-radius: 50px;
	background: #1E1E1E;
	color: #fff;
	letter-spacing: 0.05em;
	font-size: .9em;
	font-weight: 400;
	border: none;
	padding: 10px 20px !important;
}

.wpcf7-form .wpcf7-submit{
	width: 170px;
	border-radius: 50px;
	border: none;
	background: #d0121e;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: .9em;
	font-weight: 700;
	padding: 10px 20px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	padding: 15px;
	width: 100%;
	text-align: center;
	background: #131313;
	color: #fff;
}

/* SINGLE *//* SINGLE *//* SINGLE *//* SINGLE */
/* SINGLE *//* SINGLE *//* SINGLE *//* SINGLE */
/* SINGLE *//* SINGLE *//* SINGLE *//* SINGLE */

#content_single_product .woocommerce-product__title {
	font-size: 1.4em;
	margin-bottom: 0;
	font-weight: 700;
	text-align: left;
}

#content_single_product.woocommerce-product__text .breadcrumb {
	margin-bottom: 0;
	font-size: .8em;
	letter-spacing: 1px;
}

#content_single_product .woocommerce-product__sku {
	text-transform: none;
	font-family: "Roboto", sans-serif !important;
	font-weight: 300 !important;
	letter-spacing: 0;
	margin-bottom: 30px;
	margin: 20px 0 0 0;
	color: #888;
}

#content_single_product .woocommerce-product__sku .woocommerce-product__sku__value {
	color: #888;
}

.lignehr{
	width: 100%;
	height: 1px;
	background: #DBDBDB;
	margin: 15px 0;
}

div.product #content_single_product .woocommerce-product-details__short-description li::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url(../img/check.svg) no-repeat center / contain;
	position: relative;
	top: 4px;
}

div.product #content_single_product .woocommerce-product-details__short-description ul br{
	display: none;
}

div.product #content_single_product .woocommerce-product-details__short-description ul li,
div.product #content_single_product .woocommerce-product-details__short-description p{
	color: #000;
	letter-spacing: 0;
	font-style: inherit;
	line-height: 1.5em;
	font-family: "Roboto", sans-serif !important;
	margin-bottom: 12px;
	font-weight: 400;
}

.woocommerce-product__thumb {
	-ms-flex-preferred-size: 50% !important;
	flex-basis: 50% !important;
}

.savoirplus{
	color: #D0121E;
	font-weight: 700;
	display: block;
}

.savoirplus i{
	font-size: 10px;
	margin-left: 5px;
}

.variations_form.cart{
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid #DBDBDB;
	width: 100%;
}

.variations_form.cart tr{
	display: block;
	margin-bottom: 15px;
}

.variations_form.cart th{
	width: auto;
	display: inline-block;
}

.variations_form.cart td.value{
	margin-left: 20px;
	display: inline-block;
}

.variations_form.cart select {
	border-color: #DBDBDB !important;
}

#content_single_product .single_variation_wrap .woocommerce-variation-add-to-cart {
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
}

#content_single_product .single_variation_wrap .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
	flex-basis: inherit;
	margin: 0 0 0 20px;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 700;
}

#content_single_product .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
	width: 80px;
	text-align: left;
	border-color: #DBDBDB;
}

.description_full > h2{
	text-align: center;
	padding: 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.3em;
	background: #F2F2F2;
	width: 100%;
}

.mediatexte{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px auto;
	gap: 5%;
}

.mediatexte_image{
	width: 25%;
}

.mediatexte_image img{
	display: block;
	width: 100%;
	height: auto;
}

.mediatexte_content{
	width: 70%;
}

section.related.products > h2{
	background: #D0121E;
	color: #fff;
	padding: 12px;
	text-align: center;
}

section.related.products > h2::before{
	display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: 1em;
	letter-spacing: 0;
	font-weight: 700;
	text-transform: none;
}

.products .woocommerce-loop-product__bottom .woocommerce-loop-product__bottom__price{
	font-size: 1.4em !important;
	margin-bottom: 15px;
}

.woocommerce ul.products li.product a.btn-default {
	border-radius: 0 !important;
	padding: 12px 25px;
	font-size: 18px !important;
	line-height: 16px;
	margin-top: 15px;
	display: block;
}

.products .woocommerce-loop-product__bottom .woocommerce-loop-product__bottom__price .ttc-price{
	display: block;
}

.products .woocommerce-loop-product__bottom{
	display: block !important;
}

#description-product p,
.description_full p{
	font-size: 1em;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5em;
}

#description-product{
	padding: 40px 0;
}

.head-term-product{
	margin-bottom: 80px !important;
}

.product-list__item__thumb a{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.product-list__item__thumb a img {
	height: 100% !important;
	object-fit: cover;
}

.product-list__item__thumb {
	min-height: inherit;
	height: 280px;
}

p{
	font-family: "Roboto", sans-serif !important;
	letter-spacing: 0;
	font-weight: 400 !important;
}

/* LISTE PRODUITS *//* LISTE PRODUITS *//* LISTE PRODUITS *//* LISTE PRODUITS */
/* LISTE PRODUITS *//* LISTE PRODUITS *//* LISTE PRODUITS *//* LISTE PRODUITS */
/* LISTE PRODUITS *//* LISTE PRODUITS *//* LISTE PRODUITS *//* LISTE PRODUITS */

#products-list {
	display: flex;
	justify-content: center;
	gap: 1%;
	flex-wrap: wrap;
}

#products-list li{
	width: 22% !important;
}

.head-term-product__desc{
	display: none !important;
}

.head-term-product__title {
	-webkit-box-flex: inherit !important;
	-ms-flex: inherit !important;
	flex: inherit !important;
	margin-right: 0 !important;
	width: 100%;
	text-align: left;
}

.wrap_description_category{
	margin-top: 40px;
}

.woocommerce-products-header.head-term-product{
	gap: 40px;
}

.woocommerce-products-header__title.before-line::before {
	height: 50px !important;
	width: 4px !important;
	max-width: inherit !important;
	margin: 0 0 20px 0 !important;
}

.woocommerce-product__cart__button {
	flex-basis: inherit;
	margin: 0 0 0 20px;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 700;
	background: #d0121e !important;
	color: #fff;
	border-radius: 0 !important;
	flex-basis: inherit;
}

.woocommerce div.product form.cart{
	margin-top: 2em;
}

.woocommerce-product-details__long-description {
	letter-spacing: normal !important;
}

.product-list__item__thumb {
	min-height: inherit;
}

/* .woocommerce-product__block-price .ttc-price,
.ttc-price{
	display: none !important;
} */

/* CART *//* CART *//* CART *//* CART */
/* CART *//* CART *//* CART *//* CART */
/* CART *//* CART *//* CART *//* CART */

.wc-block-components-button.wc-block-cart__submit-button,
.wc-block-components-button.wc-block-components-checkout-place-order-button{
	background: #d0121e;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 1px;
}

.wp-block-woocommerce-cart-order-summary-block {
	padding: 20px;
	background: #f7f7f7;
}

p.mise_en_evidence{
	color: #fff !important;
}

.wc-block-components-shipping-address{
	display: none;
}

/* CONTACT */

.champs label{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 8px;
	color: #000;
	font-size: 14px;
}

.wpcf7-form input,
.wpcf7-form textarea {
	padding: 8px 15px !important;
	box-sizing: border-box !important;
	resize: none !important;
	font-family: "Roboto", sans-serif !important;
	display: block;
}

.wpcf7-form .wpcf7-list-item {
	margin: 0;
}

.wpcf7-form .wpcf7-list-item input{
	margin-right: 10px;
}

.submit-container{
	width: 100%;
}

.wpcf7-form .btn-default{
	display: block;
	vertical-align: middle;
	width: 100%;
	padding: 15px !important;
	background: #d0121e;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 2px !important;
	font-size: 1.3em;
}

.wpcf7-not-valid-tip {
	font-size: 14px;
	padding: 4px;
}

.archive.post-type-archive.post-type-archive-product .head-term-product__thumb{
	display: none !important;
}

.archive.post-type-archive.post-type-archive-product .head-term-product__title,
.head-term-product__title.align-head-center{
	width: 100%;
	text-align: center;
}

.archive.post-type-archive.post-type-archive-product .head-term-product__title h1.woocommerce-products-header__title.before-line::before,
.head-term-product__title.align-head-center h1.woocommerce-products-header__title.before-line::before{
	margin-left: auto !important;
	margin-right: auto !important;
}

#menu_resp{
	display: none !important;
}

#main_menu{
	display: block !important;
}

.menu_barre{
	display: flex;
	align-items: center;
	gap: 10px;
}

.menu_barre span{
	display: inline-block;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-size: 14px;
}

.wrap_barre{
	position: relative;
	width: 18px;
	height: 16px;
}

.barre{
	background: #000;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
}

.barre1{
	top: 0;
}

.barre2{
	top: 50%;
	transform: translateY(-50%);
}

.barre3{
	bottom: 0;
}