<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
(0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.display_sub_category{
display:flex;
flex-direction : row;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
flex:1;


}
.card-category{
display:flex;
flex-direction:column;
margin-top: 30px;



align-items:center;
width:300px;
height:250px;


-webkit-box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.11);
-moz-box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.11);
box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.11);
}
.card-category:hover{
font-weight: bold;
font-size: 17px;
color:#194196 !important;
}
.image-card{
width:80%;
padding-top:10px;
padding-bottom: 40px;
margin-left:30px;
}
.text-card{
align-items: first;

}
/*.text-card:hover{
align-items: first;
font-weight: bold;
font-size: 20px;
}*/

.header_cat{
background-color: #194196 !important;
height:80px;
background-position: bottom;
border-radius: 10px 10px 0% 0%;
}
.header_cat&gt;h2{
color:white;
padding-left:6%;
padding-top:22px;
}
#main &gt; div.row.sub-category-page-row{
margin-top:10px;
}

.term-description{

background-image:url("https://fauche-securite.store/wp-content/uploads/2021/03/AdobeStock_390255454-1-scaled.jpg");
background-position: bottom;
background-size: cover;
border-radius:20px;
padding:20px;
margin-bottom:40px;
color:black;
}

@media only screen and (max-width: 599px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.display_sub_category{
justify-content:center;
}

}

p.out-of-stock{
    visibility: hidden;
	font-size:0px!important;
}
p.out-of-stock::after{
	visibility: visible !important;
	color: #993333;
	font-size: 14px;
  content: "A la commande / Nous contacter";
}
</pre></body></html>