:root{
  --vert : #86bc25;
  --rouge : #d51030;
}
::selection {
  background-color: var(--rouge);
  color: white;
}
@font-face {
  font-family: 'jost';/* petite font des titres, en general ce qui est en vert  */
  src: url('../fonts/Jost-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'spartan'; /* grosse font des titres, en general ce qui est en noir */
  src: url('../fonts/Spartan-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'spartan-medium'; /* titre produit accueil  */
  src: url('../fonts/Spartan-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

/*** global ***/
#wrapper{
	background:white;	
	padding-top:0;
}
#index #wrapper > .container {
    width: 100%;
    padding: 0;
}
.container .row {
    margin: 0;
}
#header .container{
	width:1440px;	
}
#header .header-top > .container {
    position: initial;
}
p, li{
	font-family:montserrat;
	font-size:16px;
}
a:focus {
    outline: none;
    outline-offset: 0;
}
a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}
.product-miniature .highlighted-informations .quick-view:hover {
    color: var(--rouge);
}
*,*:focus,*:hover{
	outline:none!important;	
}
/* style hn */
h2{
	font-family: spartan;
	font-size:40px;
	text-align:center;
	padding: 60px 0;
    text-transform: uppercase;
	color:black;
	font-weight:inherit;
}
h2 span{
	font-family: jost;	
	font-size:40px;
	color:var(--vert);
	font-weight:normal;
}
/* style btn */
a.all-product-link, a.see_more, a.acheter {
    background: #333333;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    color: white!important;
}
.btn-primary{
	color: #fff;
    border-color: rgba(0,0,0,0);
    background-color: #333333;
    border-radius: 25px 25px 25px 25px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus,  .btn-primary:active:focus{
    background-color: var(--rouge);
}
/* formulaire global */
.form-group .input-group .input-group-btn button{
	border-radius: 20px 20px 20px 20px;
}
.form-group input{
	background-color: #ffffff;
    border-radius: 20px 20px 20px 20px;	
}
.form-group.row {
    margin-bottom: 15px;
}
.alert{
	border-radius:25px;	
}
.forgotten-password .form-fields label.required {
    width: fit-content;
}
/*** header ***/
#header{
	box-shadow:none;	
	/*margin-bottom:30px;*/
}
div#mobile_logo {
    width: fit-content;
    margin: auto;
}
img.logo_blanc {
    max-width: 50%;
}
#header .header-nav #menu-icon{
	margin-top:5px;	
}
div#_mobile_user_info {
    margin-top: 5px;
}
div#_mobile_cart {
    margin-top: 5px;
}
/* header nav */
#header .header-nav{
	background: black;
	border-bottom:none;
	color:white;
}
#header .header-nav #_desktop_contact_link #contact-link{
	margin-top:10px;	
}
#header .coordonee_header {
    display: flex;
}
#header .coordonee_header .mail img{
	width:25px;
}
#header .coordonee_header .tel img{
	width:15px;
}
#header .coordonee_header img{
	margin-right:5px;	
}
#header .coordonee_header .mail{
	margin-right:15px;
}
#header .coordonee_header .tel{
	margin-bottom:0;
}
#header .coordonee_header a{
	 color:white;	
	font-family:jost;
}
.header-top-right {
    display: flex;
    justify-content: space-between;
	align-items: baseline;
}
#header .header-nav .right-nav{
	align-items: center;
}
/* compte */
div#_desktop_user_info {
    margin-right: 20px;
}
img.compte {
    width: 35px;
}
#header .header-nav .user-info{
	margin:5px;	
}
#header .header-nav #_mobile_user_info .user-info {
    margin: 0;
}
#_mobile_user_info .user-info img.compte {
    width: 48px;
}
/* searchbar */
#search_widget {
    min-width: 13.5rem;
    border-radius: 20px;
    height: 19px;
	overflow:hidden;
}
#search_widget form input{
	background-color: white;	
	padding:0;
	padding-left:15px;
}
#search_widget i.material-icons.search {
    background: black;
    position: absolute;
    right: 5px;
    width: 16px;
    top: 1px;
    padding: 0;
    height: 16px;
    border-radius: 50%;
	font-size:15px;
}
/* menu */
#header .header-top a[data-depth="0"]{
	color: black;
    text-transform: inherit;
    font-size: 18px;
}
#header .top-menu a[data-depth="0"]:hover {
    color: black;
    text-decoration: none;
}
.top-menu li {
    font-family: 'jost';
	margin-right: 30px;
	position:relative;
}
#header a:hover{
	color:var(--rouge);
}
#_desktop_top_menu #top-menu .category .popover {
    z-index: 999;
    background: #ffffff;
    height: auto;
    width: fit-content;
    margin-left: 0;
    top: 38px!important;
    transform: translateX(-33%);
}
@media(max-width:890px){
	.top-menu li{
		margin-right:17px;
	}
	#header .header-top a[data-depth="0"]{
		font-size:16px;	
	}
}
.top-menu a.dropdown-submenu{
	text-transform:inherit;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a{
	padding:0.625rem 1.5rem;
}
/* panier */
div#_desktop_cart {
    position: relative;
    border: 1px solid black;
    padding: 14px;
    border-radius: 50%;
}
.panier_header{
	width:34px;	
}
span.cart-products-count {
    background-color: var(--vert);
    color: white;
    border-radius: 50%;
    width: 20px;
    position: absolute;
    text-align: center;
    top: 8px;
    right: 8px;
}
/* panier mobile */
#header .header-nav .cart-preview.active {
    background: black;
	    position: relative;
    border: 2px solid white;
    padding: 7px;
    border-radius: 50%;
}
#header .header-nav .cart-preview.active span.cart-products-count{
    width: 14px;
    top: 7px;
    right: 5px;
    font-size: 9px;
    line-height: 14px;
}
#header .header-nav .blockcart{
	background: transparent;	
}

@media(max-width:767px){
	#header{
		margin-bottom:0;	
	}
	#header .header-top{
		padding:0;
	}
	div#_desktop_cart {
    	display:none;
	}	
	#header .header-top > .container {
    	height: 0;
	}
	.panier_header {
    	filter:invert(1);
	}
	#header .header-nav {
    	max-height: fit-content;
	}
	#header .container {
    	width: 100%;
	}
	span.cart-products-count{
    font-size: 12px;	
	}
	#header .header-nav .blockcart {
    background: transparent;
    position: relative;
    border: 1px solid white;
    padding: 9px;
    border-radius: 50%;
}
}
/** sticky menu **/
#header.sticky {
  top: 0;
  z-index: 101;
  width: 100%;
  position: fixed!important;
  box-shadow: 0px 0px 4px grey;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: 0.6s;
}
#header.sticky .header-nav .left-nav {
  display: none;
}
#header.sticky .header-nav .col-md-5.right-nav {
  display: none;
}
#header.sticky .header-nav .right-nav {
  float: right;
  transition: 0.6s;
  z-index: 15;
}
#header.sticky .header-top .position-static{
  padding-top: 0;
  transition: 0.6s;
}
#_mobile_logo .logo{
  margin-bottom: 0;
  margin-top: -11px;
}
@media (max-width:767px){
  #header{
    background: white;
  }
  #header.sticky .header-nav .top-logo a img{
    max-height: 89px;
    margin-left: 0;
    max-width: 100%;
  }
  #header.sticky .logo {
    top: 0;
  }
}
#header.sticky .header-nav {
    display: none;
}
#header.sticky .header-top{
	padding:0;
}
/*** slider ***/
.carousel{
	margin-bottom:0;	
}
.carousel .direction{
	display:none;	
}
.carousel .carousel-inner{
	margin-bottom:0;	
}
.carousel .carousel-item .caption .display-1{
    text-align: left;
    line-height: 3rem;
    font-size: 40px;
	color:white;
	font-family: spartan;
	padding:60px 0;
}
.caption h1 span {
    color: white;
	font-family: jost;	
	font-size:40px;
	font-weight:normal;
}
.carousel .carousel-item .caption{
	max-width: inherit;
}

/*** bloc cat le code se trouve dnas le tpl du module featured product***/
section#home_cat {
    background: #f5f5f5;
	padding-bottom: 100px;
}
.grid_cat {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px 30px;
	max-width:1440px;
	margin:auto;
}
.grid_cat > div{
	border-radius:25px;
	max-height: 335px;
    height: 100%;
}
.desc {
    text-align: center;
}
.sac .desc, .vrac .desc{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
}
.buche .desc p, .bois .desc p{
    margin-top:15px;
}
.desc p {
    font-family: spartan;
    font-size: 35px;
    color: black;
    text-transform: uppercase;
    line-height: 2.5rem;
    text-align: left;
	margin-bottom:0;
}
.desc p span {
    font-family: 'jost';
    color: var(--vert);
}
.bois .desc p span, .buche .desc p span {
    color: white;
}
.sac:before {
    content: url(/themes/classic/assets/img/logo-couleur.svg);
    position: absolute;
    top: -24%;
    left: -7%;
    width: 225px;
}
.sac { 
	grid-area: 1 / 1 / 2 / 3;
	display: flex;
    align-items: center;
	justify-content: space-evenly;
	background-color:white;
	position:relative;
}
.buche { 
	grid-area: 1 / 3 / 2 / 4;
    background-color: var(--vert);
    background-image: url(/themes/classic/assets/img/logo-opaque.svg);
    background-size: 66%;
    background-repeat: no-repeat;
    background-position: -97%;
}
.buche a {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	height: 100%;
}
.bois { 
	grid-area: 2 / 1 / 3 / 2;
    background-color: var(--rouge);
    background-image: url(/themes/classic/assets/img/logo-opaque.svg);
    background-size: 66%;
    background-repeat: no-repeat;
    background-position: 196%;
}
.bois a {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.vrac { 
	grid-area: 2 / 2 / 3 / 4; 
	display: flex;
    align-items: center;
    justify-content: space-evenly;
	background-color:white;
}
a.acheter {
    margin-top: 30px;
}
#home_cat img {
    width: auto;
    max-height: 235px;/*250*/
}
h1.elementor-heading-title span{
	font-family: 'jost';
}
h3.elementor-heading-title span{
	color: white;
	font-family: 'jost';
}
h3.elementor-cta-title span{
	color: var(--vert);
	font-family: 'jost';
}




/*** featured products ***/
/* display none pour afficher le caroussel de elementor */
#index .featured-products{
	display:none;
}
section.featured-products.clearfix {
    max-width: 1440px;
    margin: auto;
}
.product-miniature .thumbnail-container{
	border-radius: 25px;
    border: 3px solid #f5f5f5;
}
.product-miniature .product-title a{
	color:black;
	font-weight:600;
}
.product-miniature .product-price-and-shipping {
    font-family: 'spartan-medium';
    font-size: 13px;
	font-weight:normal;
}
.info_product_top {
    padding: 15px 0;
}
#index .product-actions button.add-to-cart, #product .product-accessories button.btn.btn-primary.add-to-cart {
    background: var(--rouge);
    border-radius: 50px;
    width: 50px;
    height: 50px;
	padding: 0.5rem;
}
.product-miniature .product-description{
	background:#f5f5f5;
	border-radius: 25px 25px 0 0;
	display: flex;
    justify-content: space-around;
    padding: 0;
    align-items: center;
    padding: 20px 0 20px 20px;
}
.product-description ul {
    /*list-style: disc;*/
	margin:0;
}
.product-description li:before{
content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--vert);
  position: relative;
  left: -10px;
  top: -3px;
  display: inline-block;
}
.panier{
	height:80%;	
}
.all-product-btn {
    text-align: center;
	margin-top:15px;
}
.all-product-link{
	font-family: 'jost';
    font-size: 18px;
    letter-spacing: 1px;
}
.product-miniature .thumbnail-container:hover .product-description::after, .product-miniature .thumbnail-container:focus .product-description::after{
border-top:none;	
}
.product-flags{ /* a remettre quand ce sera pret */
	display:none;
}	
/*** réassurance ***/
#block-reassurance {
    margin-top: 100px;
}
#block-reassurance ul {
    display: flex;
    justify-content: space-evenly;
}
#block-reassurance li{
	border:none;	
}
.block-reassurance-item {
    display: flex;
    flex-direction: column;
	align-items: center;
}
#block-reassurance img{
	width:100%
}
#block-reassurance h3 {
    font-family: spartan;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
}
#block-reassurance span {
    font-family: jost;
    font-size: 20px;
    color: var(--vert);
    text-transform: uppercase;
}
.reassurance h3.elementor-heading-title span {
    color: var(--vert);
    font-family: 'jost';
}
/*** custom ***/
#custom-text{
	padding:0;
}
#custom-text h2{
	font-size: 40px;
	padding:60px 0 30px;	
	font-weight:inherit;
	color:black;
}
.custom_title h3 span{
	color:var(--vert);	
}
/* steps */
#etapes{
	max-width:1440px;
	margin:auto;
}
#custom-text .step img {
    max-width: 150px;
    height: 100%;
	width:100%;
}
.livraison_steps {
    display: flex;
    flex-direction: row;
	justify-content: space-evenly;
	margin:60px 0 100px;
}
.step .picto {
    margin-bottom: 10px;
}
/* text/vid */
#custom-text .container {
    background: #f5f5f5;
	width:100%;
	padding:0;
}
div#grid_presentation {
    display: grid;
	max-width:1440px;
	margin: auto;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 30px 30px;
	align-items: center;
}
.text h3 {
    font-family: spartan;
    font-size: 35px;
    text-transform: uppercase;
	margin-bottom:30px;
}
.text h3 span {
    font-family: jost;
    font-size: 35px;
    color: var(--vert);
}
.text {
	grid-area: 1 / 1 / 2 / 2; 
	text-align: left;
	padding:45px 15px;
}
.video {
	grid-area: 1 / 2 / 2 / 3;
}
/* certif */
#certif {
    max-width: 1440px;
    margin: auto;
	margin-top: 30px;
    margin-bottom: 90px;
}
#certif div {
    display: flex;
    justify-content: space-evenly;
}
#certif img {
    max-width: 150px;
    width: 100%;
	filter: grayscale(1);
	transition:all ease 0.5s;
}
#certif img:hover {
	filter: grayscale(0);
}
/*** footer ***/
#footer{
	background:black;	
	color:white;
}
.footer-container .container{
	width:100%;
	padding:0;
}
.footer-container h3{
	text-transform: uppercase;
    font-family: 'spartan';
    font-size: 22px;
    margin-bottom: 20px;
}
.footer-container .offset {
    display: flex;
    justify-content: flex-end;
	padding: 0 15px;
	margin-bottom:60px;
}
.logo-blanc img {
    width: 50%;
    margin-bottom: 30px;
}	
.tel {
    margin-bottom: 15px;
}
.tel img {
    width: 20px;
}
.mail img {
    width: 35px;
}
.coordonee a{
    color: white;
    font-family: 'jost';
    margin-left: 10px;
}
.footer-container li a{
	color:white;
	font-family: 'jost';
}
.footer-container li a:hover {
    color: var(--rouge);
}
#block_myaccount_infos .myaccount-title a{
	color:white;	
	font-size:22px;
}
.btw{
	border-top:2px solid white;	
	padding: 30px 10%;
}
p.copyright_footer {
    margin-bottom: 0;
    color: white;
    text-transform: capitalize;
    font-size: 13px;
}
.copyright_footer a {
    color: white;
}
.copyright_footer a:hover {
    color: var(--rouge);
}
.block-categories{
	background:transparent;	
}
.block-categories a {
    color: white;
}
/* footer elementor */
.footer_link a:hover{
	color:var(--rouge)!important;
}
.linov_link a:hover{
	color:var(--rouge)!important;
}
.elementor-icon-box-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.elementor-widget-icon-box .elementor-icon-box-icon {
    margin: 0!important;
    margin-left: 0!important;
    margin-right: 10px!important;
}
@media(max-width:767px){
	.elementor-widget-icon-box .elementor-icon-box-content {
   		flex-grow: initial;
	}
	.footer_mail .elementor-icon-box-wrapper{
    	align-items: flex-start;	
	}
}
/*** page produit ***/
/******** utiliser soit col-right soit col-right:before pour l'image en background ************/
.col_right {
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url(/themes/classic/assets/img/logo-couleur.svg);
    background-size: 131%;
    background-position: -112px -110px;
}
/*.col_right:before {  // le z-index ne fonctionne pas, l'image passe par dessus le texte, btn non cliquable
    content: url(/themes/classic/assets/img/logo-couleur.svg);
    position: absolute;
    width: 141%;
    top: -112px;
    right: -109px;
    opacity: 0.1;
    z-index: 1;
}*/
.product-prices {
    margin-top: 40px;
	display:flex;
}
span.current-price-value {
    color: black;
    font-size: 40px;
    font-family: 'spartan-medium';
	margin-right:10px;
}
.product-description p{
	color:#4d4d4d;
}
.clearfix.product-variants-item {
    display: flex;
	    align-items: center;
}
.product-actions .control-label {
    width: fit-content;
	margin-right:10px;
}
.product-variants-item ul, .product-variants-item label {
    margin-bottom: 0;
}

.input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span, select.form-control, select.form-control:focus{
	border: 2px solid var(--vert);
    border-radius: 15px;
	color: var(--vert);
}
.radio-label {
    display: inline-block;
    padding: 0.125rem 0.625rem;
    font-weight: 600;
    background: transparent;
    border: 2px solid var(--vert);
    border-radius: 20px;
}
.product-quantity{
	align-items:center;	
	margin-bottom:15px;
}
.product-quantity .input-group-btn-vertical .btn{
	border:none;	
}
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 20px;
}
.product-quantity .btn-touchspin{
	height: 0.438rem;	
}
.product-quantity #quantity_wanted{
    height: 1.75rem;	
	background-color:transparent;
}
.bootstrap-touchspin .input-group-btn-vertical>.btn{
	right: 22px;
    z-index: 10;
    background: none;
    top: -3px;
}
.bootstrap-touchspin .btn-touchspin:hover {
    background-color: none;
}
button.btn.btn-primary.add-to-cart {
    background: var(--rouge);
    border-radius: 50px;
    padding: 0.5rem 1rem;
}
button.btn.btn-primary.add-to-cart:hover{
	background: var(--vert);	
}
#product .add .panier{
	margin-left:15px;	
}
.product-actions.js-product-actions {
    text-transform: uppercase;
}
.stock {
    display: flex;
    flex-direction: row;
    align-items: center;
	margin-top:7px;
}
.stock img {
    width: 33px;
}
.stock label {
    text-transform: lowercase;
    font-size: 13px;
	margin-bottom: 0;
    margin-left: 10px;
}
.info_stock {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
}
#product .control-label{
    font-family: 'spartan-medium';
    font-weight: 900;
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover{
    border: #7a7a7a 2px solid;
}
.tabs .nav-tabs {
    border: none;
    border-bottom: none;
	margin-bottom:30px;
}
.tabs .nav-tabs .nav-item {
    color: black;
    font-size: 20px;
	font-family:'jost';
	text-transform: uppercase;
}
.tabs .nav-tabs .nav-link{
	border-radius:25px;	
	color:black;
}
.tabs .nav-tabs .nav-link.active {
    color: black;
    font-size: 20px;
    font-family: 'spartan-medium';
    text-transform: uppercase;
    border: 2px solid var(--vert);
    border-bottom: var(--vert) 2px solid;
	
}
.tabs .nav-tabs .nav-link:hover {
    border: 2px solid var(--vert);
    border-bottom: var(--vert) 2px solid;
}

.product-miniature .product-title{
	margin-top:0;
	padding:0;
	text-transform:inherit;
	font-family: 'spartan-medium';
}
.tabs .tab-pane {
    padding: 1.25rem;
    background: #efefef;
}
.tabs .tab-pane p{
	margin-bottom:0;	
}
.caracteristiques {
    display: flex;
    flex-wrap: wrap;
}
.carac{
	width: 49%;
	display: flex;
    justify-content: space-between;
    padding: 7px 10px 4px;
	background: #353531;
	margin-bottom:10px;
}
.carac.left {
    float: left;
	margin-right:5px;
}
.carac.right {
    float: right;
	margin-left:5px;
}
.carac p {
    color: white;
}
p.name {
    text-transform: uppercase;
    font-family: 'spartan-medium';
}
.tabs .product-features{
	margin-top:10px;	
}
.conseils {
    margin-bottom: 60px;
}
.conseil_titre h2 {
    width:fit-content;
	margin:0 60% 0 40%;
	position: relative;
}
.conseil_titre h2:before {
    content: url(/themes/classic/assets/img/logo-couleur.svg);
    position: absolute;
    width: 60%;
    left: -137px;
    top: 28px;
}
.picto_conseil {
    display: flex;
	justify-content:center;
}
.picto_conseil img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.bloc_cat_conseil {
    background: var(--rouge);
    border-radius: 25px;
    padding: 25px;
	display: flex;
    flex-direction: column;
    align-items: center;
	margin: 0 44px;
}
.bloc_cat_conseil p{
	margin-bottom:0;	
	color:white;
	text-transform:uppercase;
	margin-top: 30px;
    font-size: 28px;
    font-family: 'jost';
}
.product-accessories .products{
	justify-content:center;	
}
#product #block-reassurance img {
    width: 80%;
}

@media(min-width: 576px) and (max-width:767px){
	#product #wrapper .container{
		width:100%;	
	}
}
/* page produit elementor */
.conseils h2:before, .conseils h2:after{
	border:none!important;
}
#product .tableau .elementor-widget-container p{
	margin-bottom:0;	
}
/* mon compte */
.page-my-account #content .links a:hover i {
    color: var(--rouge);
}
a {
    color: #232323;
    text-decoration: none;
}
a:hover {
    color: var(--rouge);
}
footer.page-footer a{
    font-family: jost;
    font-weight: bold;
    text-transform: uppercase;
}
footer.page-footer a:focus, footer.page-footer a:hover{
	color: var(--rouge);
    text-decoration: none;	
}
/* page connexion */
#login-form #field-email{
	margin-bottom:10px;
}
#login-form .form-group .input-group .input-group-btn button, #authentication .form-group .input-group .input-group-btn button, #identity .form-group .input-group .input-group-btn button{
	border-radius: 20px 20px 20px 20px;
}
.input-group .input-group-btn>.btn[data-action="show-password"]{
	background-color: #333333;	
}
.input-group .input-group-btn>.btn[data-action="show-password"]:hover{
	background-color: var(--rouge);	
}
/*créartion de compte */
.custom-radio input[type="radio"]:checked+span{
	    background-color: var(--rouge);
}
#authentication .form-control{
	    border-radius: 20px 20px 20px 20px;
}
/* trait au milieu du titre */
h2.elementor-heading-title.elementor-size-default{
	position:relative;	
}
h2.elementor-heading-title.elementor-size-default:before, h2.elementor-heading-title.elementor-size-default:after {
    content: "";
    border-bottom: 3px solid black;
    position: absolute;
    top: 50%;
}
h2.elementor-heading-title:before {
    left: 0;
    width: 30%;
}
h2.elementor-heading-title:after {
    right: 0;
    width: 30%;
}
@media(max-width:991px){
	.carac{
		width:100%;
		flex-wrap: wrap;
	}
	.carac.left{
		margin-right:0;	
	}
	.carac.right{
		margin-left:0;	
	}
}

/* responsive */
@media(max-width:1200px){
	.grid_cat{
	  grid-template-columns: repeat(4, 1fr); 
  		grid-template-rows: repeat(3, 1fr); 	
	}
	.sac { grid-area: 1 / 1 / 2 / 5; }
.buche { grid-area: 2 / 3 / 3 / 5; }
.bois { grid-area: 2 / 1 / 3 / 3; }
.vrac { grid-area: 3 / 1 / 4 / 5; }
	div#grid_presentation{
		grid-template-columns: repeat(2, 1fr); 
 	 	grid-template-rows: repeat(2, 1fr); 	
	}
	.text { 
		grid-area: 1 / 1 / 2 / 3;
		max-width: 800px;
    	margin: auto;
    	text-align: justify;
	}
	.video { 
		grid-area: 2 / 1 / 3 / 3; 
	}
	.text h3 {
    	text-align:center;
	}
	.bloc_cat_conseil{
		margin:0 20px;	
	}
}
@media(max-width: 767px){
	.links .title{
		display: flex;
    	align-items: center;
	}
	.footer-container h3{
		margin-bottom:0;	
	}
	.footer-container .offset{
		flex-wrap:wrap;
	}
	div#block_myaccount_infos {
    	padding-left: 15px!important;
    	padding-right: 15px!important;
	}
	div#bloc_left_footer {
    	margin-bottom: 30px;
    	width: 100%;
	}
	.col-md-5.links {
    	width: 100%;
	}
	div#block_myaccount_infos {
    	width: 100%;
	}
	h2.elementor-heading-title.elementor-size-default:before, h2.elementor-heading-title.elementor-size-default:after {
		display:none;
	}
	.picto_conseil img {
    	width: 100px;
    	height: 100px;
	}
	.bloc_cat_conseil p{
		font-size:19px;	
	}
	
}	

@media(max-width:512px){
	.elementor-icon-box-wrapper{
		flex-direction:column;
	}
	.footer_mail .elementor-icon-box-wrapper{
		align-items:center;	
	}
}

/* tunnel de vente */
body#checkout #header .header-nav{
	padding:0;
}
body#checkout #header .header-nav #_desktop_contact_link #contact-link{
	margin-top:10px;	
}
body#checkout a:hover {
    color: var(--rouge);
}
#checkout #search_widget {
    display: block;
}
#blockcart-modal .product-name {
    font-size: 1.125rem;
    color: #232323;
}
.cart-content-btn button.btn.btn-secondary {
    border-radius: 25px 25px 25px 25px;
}
#cart #certif, #checkout #certif{
	display:none;	
}
.product-price{
	color:#232323;	
}
.cart-grid-body a.label{
	font-family: 'spartan-medium';
}
.cart-grid-body a.label:hover {
    color: #232323;
}
.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    top: 0;
    right: 0;
}
.bootstrap-touchspin .input-group-btn-vertical>.btn{
	right:3px;
	top:2px;
}
.bootstrap-touchspin .btn-touchspin{
	border:none;	
}
body#checkout section.checkout-step .address-item.selected{
	border:3px solid var(--rouge);
}	
body#checkout section.checkout-step.-reachable.-current .step-number{
	background-color: var(--vert);	
}
.done{
	color: var(--vert);			
}
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle{
	background-color:var(--rouge);	
}
body#checkout #footer{
	background: black;
    color: white;	
}
/* promo */
.has-discount .discount{
	background:var(--rouge);
}
.has-discount.product-price, .has-discount p, .has-discount .page-content.page-cms ul, .page-content.page-cms .has-discount ul{
	color: var(--rouge);
}
/**** page categorie ****/
.block-category {
    min-height: auto;
}
#subcategories{
	display:none;
}












