/*
Theme Name:   Naxis Home
Theme URI:    https://naxis-link.com/
Description:  Thème enfant pour Naxis Link
Author:       H
Author URI:   https://naxis-link.com/
Template:     twentytwentyone
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  naxis-home
*/

/* IMPORTANT : 
La ligne "Template" ci-dessus DOIT correspondre au nom du dossier du thème parent.
J'ai mis "twentytwentyone" car c'est le standard. Si vous aviez mis "twentytwentyfive" par erreur, cela ferait planter le site.
*/

header, .site-header, #masthead {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.returntotop {
    display: block !important;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    z-index: 9999;
}

/* =========================================
   GESTION MULTILINGUE (Data-Lang)
   ========================================= */
[data-lang] { display: none; }

/* Règles pour l'Anglais (en) */
html[lang^="en"] [data-lang="en"] { display: inline; }
html[lang^="en"] div[data-lang="en"], 
html[lang^="en"] p[data-lang="en"],
html[lang^="en"] span[data-lang="en"].block { display: block; }

/* Règles pour le Français (fr) */
html[lang^="fr"] [data-lang="fr"] { display: inline; }
html[lang^="fr"] div[data-lang="fr"], 
html[lang^="fr"] p[data-lang="fr"],
html[lang^="fr"] span[data-lang="fr"].block { display: block; }

/* Règles pour le Japonais (ja) */
html[lang^="ja"] [data-lang="ja"] { display: inline; }
html[lang^="ja"] div[data-lang="ja"], 
html[lang^="ja"] p[data-lang="ja"],
html[lang^="ja"] span[data-lang="ja"].block { display: block; }

/* Masquer les scrollbars pour les carousels */
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }