/*
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.   ***************/

/* Curseur */
body { cursor:url("https://pix-elsass.com/wp-content/uploads/2024/10/Curseur.png"), pointer; }

/* Titre */
h2 {
    font-size: xx-large;
    font-family: "DM Serif Display", sans-serif !important;
}

h2.alt-font {
    font-size: x-large;
}

h3 { color: rgb(217, 177, 118); }

/* Bulle Whatsapp */
div.wa__btn_popup_txt {
  display: none !important;
}

/* Liste à puce */
ul li.bullet-arrow, ul li.bullet-checkmark, ul li.bullet-cross, ul li.bullet-star {
	border-bottom: 1px solid transparent !important;
}

/* Légende galerie */
div.mfp-title {font-size:17px !important; }

/* Changer couleur placholder formulaire de contact */
::-webkit-input-placeholder { /* WebKit browsers */
	color: gray !important;
	font-weight:normal;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: gray !important;
	font-weight:normal;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: gray !important;
	font-weight:normal;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: gray !important;
	font-weight:normal;
}

/* Texte SEO Footer */
div.footer-text.inline-block.small-block {
  color: gainsboro !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	/* Taille titre */
	h2 {
    font-size: x-large;
}
	
	
	/* Légende galerie */ 
	div.gallery-col.col div.box-text.text-left { display: none !important; }


}