/* Personnalisation des styles par Publix Solutions */

/* -------------------------------------------------------------
    Structure
------------------------------------------------------------- */


/* -------------------------------------------------------------
    Background & bordures
------------------------------------------------------------- */


/* -------------------------------------------------------------
    Header
------------------------------------------------------------- */
/* Logo plus grand */
/* template.css | https://tamtam.devbox.club/templates/ut_littles/css/template.css */
#sp-header {
    /* height: 90px; */
    height: 126px;
}
@media (min-width: 992px) {
    .header-style-1 #sp-top-bar #sp-top1 .sp-contact-info > li:first-child {
        /* background: var(--primary_color); */
        background: #fff;
    }
    .header-style-1 #sp-top-bar #sp-top1 .sp-contact-info > li:first-child::before {
        /* background: var(--primary_color); */
        background: #fff;
    }
}

/* Logo sticky */
/* Inline | https://tamtam.devbox.club/index.php */
header#sp-header.header-sticky .logo-image {
    /* height: 150px; */
    height: 116px !important;
}
/* template.css | https://tamtam.devbox.club/templates/ut_littles/css/template.css */
header#sp-header.header-sticky .logo {
    /* height: 90px; */
    height: 132px !important;
}

/* Top bar */
/* template.css | https://tamtam.devbox.club/templates/ut_littles/css/template.css */

#sp-top-bar {
    /* background: var(--topbar_bg_color); */
    background: #E69C08;
}
#sp-top-bar .sp-contact-info li span {
    /* color: var(--topbar_link_hover_color); */
    color: #fff;
}
.header-style-1 #sp-top-bar #sp-top1 .sp-contact-info > li {
    color: #fff;
}
#sp-top-bar a:not(.btn):not(.sppb-btn) {
    color: #fff;
}


/* -------------------------------------------------------------
    Liens & textes
------------------------------------------------------------- */


/* -------------------------------------------------------------
    Slider
------------------------------------------------------------- */


/* -------------------------------------------------------------
    Boutons
------------------------------------------------------------- */


/* -------------------------------------------------------------
    Menu
------------------------------------------------------------- */


/* -------------------------------------------------------------
    AddThis
------------------------------------------------------------- */


/* -------------------------------------------------------------
    Contenu
------------------------------------------------------------- */


/* -------------------------------------------------------------
    Formulaire
------------------------------------------------------------- */


/* -------------------------------------------------------------
    Parallax
------------------------------------------------------------- */


/* -------------------------------------------------------------
    Pied de page
------------------------------------------------------------- */

/* -------------------------------------------------------------
    Hide Google reCAPTCHA Badge
------------------------------------------------------------- */
.grecaptcha-badge {
    visibility: hidden;
}


