/*
Theme Name: Flatsome Child
Description: Thème enfant pour Flatsome
Author: Eric Le Scoul
Template: flatsome
Version: 3.0
*/

/* ===== POLICES PERSONNALISÉES ===== */
@font-face {
    font-family: 'Citrus Gothic';
    src: url('/wp-content/themes/flatsome-child/CitrusGothicSolid-Regular.woff') format('woff2'),
         url('/wp-content/themes/flatsome-child/Citrus-Gothic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ===== STYLES GLOBAUX ===== */
h1, h2, h3, h4 {
    font-family: 'Citrus Gothic', sans-serif !important;
}

/* ===== STYLES MOBILE ===== */
@media only screen and (max-width: 48em) {
    /* Ajoute ici tes styles spécifiques pour mobile */
}


.ligne {
    display: inline-block;
    transform: rotate(-10deg);
    font-family: 'Citrus Gothic', sans-serif;

    padding-bottom: 5px;
}
































@supports (-webkit-background-clip: text) {
  .hori {
    background-image: linear-gradient(260deg, #FFFFFF, #F6C494)!important;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
}




