/* =========================================
   STYLE DU BOUTON DE TRADUCTION SIS
========================================= */
#google_translate_element {
    display: inline-block;
}

/* Personnalisation de la boîte de sélection Google */
.goog-te-gadget-simple {
    background-color: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding: 6px 12px !important;
    border-radius: 50px !important; /* Bouton arrondi style pilule */
    cursor: pointer;
    transition: all 0.3s ease;
}

.goog-te-gadget-simple:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: #00a651 !important; /* Bordure verte SIS au survol */
}

/* Style du texte à l'intérieur du bouton */
.goog-te-gadget-simple span {
    color: #ffffff !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
}

/* Cacher l'icône de logo Google Translate pour faire plus propre */
.goog-te-gadget-icon {
    display: none !important;
}

/* Aligner la flèche du menu déroulant */
.goog-te-menu-value span:nth-child(3) {
    color: #00a651 !important; /* Flèche en vert SIS */
    margin-left: 5px;
}

/* Masquer la barre de bannière Google qui apparaît parfois en haut après traduction */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
