/*
Theme Name: Blocksy Child
Theme URI: https://enumere.fr
Description: Thème enfant de Blocksy pour ENUMERE
Author: ENUMERE
Author URI: https://enumere.fr
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/

/* Décalage pour le bandeau des langues */

body {
    margin-top: 40px;
}

.site-header, 
header.ct-header,
[data-header] {
    top: 40px !important;
}

#language-bar {
    background-color: #f5f5f5;
    text-align: right;
    padding: 6px 20px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#language-bar a {
    display: inline-block;
    margin-left: 8px;
    opacity: 0.7;
    transition: opacity 0.2s;
}

#language-bar a:hover,
#language-bar a.current-lang {
    opacity: 1;
}

#language-bar img {
    width: 24px;
    height: auto;
    vertical-align: middle;
    border-radius: 3px;
}

