/*
Theme Name:  Jean Ciapa Expert SEO Toulouse
Theme URI:   https://polpoz.fr
Description: Personnalisation du thème pour jeanciapa.fr
Author:      Jean Ciapa
Author URI:  https://polpoz.fr
Version:     1.0.0
Template:    jeanciapa
Tags:        portfolio, seo, toulouse
Text Domain: jeanciapa-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* ============================================
   HOME-HEADING — Centrage desktop
   ============================================ */
.home-heading {
    left: 50% !important;
    right: auto !important;
    margin-left: 0 !important;
    transform: translateX(-50%) !important;
    position: absolute !important;
}

/* ============================================
   MOBILE (max 768px)
   ============================================ */

/* Home heading — position mobile */
@media (max-width: 768px) {
    .home-heading {
        top: 5% !important;
        left: -15% !important;
        transform: none !important;
    }
}

/* Photo de fond — cadrage mobile */
@media (max-width: 768px) {
    .home-bg {
        background-position: 70% top !important;
    }
}

/* Décoration coins plein écran — masqué sur mobile */
@media (max-width: 768px) {
    .full-screen-wrap {
        display: none !important;
    }
}

/* ============================================
   PLUGINS
   ============================================ */

/* Bouton*/
.cookieadmin_re_consent {
    display: none !important;
}