.has-text-align-center{text-align:center;}

.home h1{font-size:18px; font-family: 'robotoregular'; text-transform: inherit}
.home h1 .bar{display:flex; align-items: center; gap:30px; text-transform: uppercase;}
.home h1 .bar:after, .home h1 .bar:before{content:""; width:100%; height:2px; background:#000; display:flex;}

#home-marques{margin:0 -5%; padding:50px 5%; text-align:center; color:#FFF;}
#home-marques h2{display:flex; align-items: center; justify-content: center; gap:30px; font-size:20px; font-family: 'robotoregular';}
#home-marques h2:after, #home-marques h2:before{content:""; width:calc(50% - 150px); height:2px; background:#FFF; display:flex;}

.ctn-product_cat__list .ctn-product_cat__list__item__thumb a{border:1px solid #FFF; padding:7px; display:block;}
.ctn-product_cat__list .ctn-product_cat__list__item__thumb a:hover{border:1px solid #000;}

.ctn-product_cat__list .titre a{color:#000;}

@media screen and (max-width: 780px) {
	.ctn-product_cat__list{flex-direction:column;}
}