/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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


.price{
	line-height:1.3em !important;
}

.add-to-cart-button a{
	line-height:1.6em !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Couleur description produit */
h3.desc-color{
	color:#3dbced;
	margin-top: 3em;
}

strong.desc-color2{
	color:#1f89ca;
}

/* SUPPRESSION MARGIN BOTTOM UX BUILDER */
.nomarginb, .pnomargin{
	padding-bottom:0px !important;
	margin-bottom:0px;
}


.alt-font{
	font-variant-ligatures: common-ligatures;
}

.movecol{
	margin-left:50%;
}

.specialc{
    top: 0;
    right: 0;
	width:100%;
	height:100%;
	background-image:url("https://bluefid.fr/wp-content/uploads/2025/12/photo_bluefid-1-scaled.jpg");
	background-size: cover;    /* L'image couvre toute la zone */
	background-position: 25% center; /* Centre l'image */
	background-repeat: no-repeat; /* Empêche la répétition */
	background-attachment: fixed; /* Fixe l'image (ne défile pas) */
	position: absolute;        /* Assure un positionnement correct */
	overflow: hidden;          /* Évite les débordements */
	z-index:-1;	
}

.specialcg{
    top: 0;
    left: 0;
	width:100%;
	height:100%;
	background-image:url("https://bluefid.fr/wp-content/uploads/2025/12/photo_card-scaled.jpg");
	background-size: cover;    /* L'image couvre toute la zone */
	background-position: 25% center; /* Centre l'image */
	background-repeat: no-repeat; /* Empêche la répétition */
	background-attachment: fixed; /* Fixe l'image (ne défile pas) */
	position: absolute;        /* Assure un positionnement correct */
	overflow: hidden;          /* Évite les débordements */
	z-index:-1;	
}