.language-switcher {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.language-circle {
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 22px;
    margin: 0 5px;
    vertical-align: middle;
    padding: 8px;
    font-size: 12px;
    color: #544F4E;
    border: 4px solid #E8E8E8;
    border-radius: 50%;
    background-color: #FFFFFF;
    /*margin-right: 3px;*/
    text-decoration: none;
}

.language-circle:hover {
    background-color: #ffd8d2;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position au-dessus */
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.language-globe-container {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border: 4px solid #E8E8E8;
    border-radius: 50%;
    background-color: #E8E8E8;
}

.language-globe {
    max-width: 100%;
    max-height: 100%;
    
}

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 8px;
    width: 300px;
    text-align: left;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    cursor: pointer;

    /*border-radius: 50%;
    border: 5px solid #D4D4D4;
    width: 20px;
    height: 20px;
    padding: 4px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #FFFFFF;
    cursor: pointer;
    background-image: url(https://lingua.com/images/modal-close.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;*/
}

/* Styles appliqués aux articles standard et BetterDocs */
.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6,
.entry-content ul, .entry-content ol,
.betterdocs-content h1, .betterdocs-content h2, .betterdocs-content h3,
.betterdocs-content h4, .betterdocs-content h5, .betterdocs-content h6,
.betterdocs-content ul, .betterdocs-content ol {
    margin-left: 0; /* Ajustez ceci si nécessaire */
    padding-left: 0;
    list-style-position: outside;
    line-height: 1.7;
}

/* Appliquer les styles des titres aux articles standard et BetterDocs */
.entry-content h1, .betterdocs-content h1 {
    font-size: 2.5em;
    font-weight: bold;
    color: #2a2a2a;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 10px;
}

.entry-content h2, .betterdocs-content h2 {
    font-size: 2em;
    font-weight: bold;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
}

.entry-content h3, .betterdocs-content h3 {
    font-size: 1.75em;
    font-weight: bold;
    color: #444444;
    margin-top: 20px;
    margin-bottom: 12px;
}

.entry-content h4, .betterdocs-content h4 {
    font-size: 1.5em;
    font-weight: bold;
    color: #555555;
    margin-top: 18px;
    margin-bottom: 10px;
}

.entry-content h5, .entry-content h6, 
.betterdocs-content h5, .betterdocs-content h6 {
    font-size: 1.25em;
    font-weight: bold;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 8px;
}

/* Styles spécifiques pour les listes */
.entry-content ul, .betterdocs-content ul {
    list-style-type: disc;
    margin-left: 30px;
}

.entry-content ul ul, .betterdocs-content ul ul {
    list-style-type: circle;
    margin-left: 20px;
}

.entry-content ul ul ul, .betterdocs-content ul ul ul {
    list-style-type: square;
}

.entry-content ol, .betterdocs-content ol {
    list-style-type: decimal;
    margin-left: 30px;
}

.entry-content ol ol, .betterdocs-content ol ol {
    list-style-type: lower-alpha;
    margin-left: 20px;
}

.entry-content ol ol ol, .betterdocs-content ol ol ol {
    list-style-type: lower-roman;
}

/* Espace entre les éléments de liste */
.entry-content li, .betterdocs-content li {
    margin-bottom: 8px;
}

.entry-content li::marker, .betterdocs-content li::marker {
    font-size: 1em;
    color: #555555;
}
/* Ajouter un espacement autour des images insérées dans les articles standard et BetterDocs */
.entry-content img, .betterdocs-content img {
    display: block; /* Assure que l'image occupe sa propre ligne */
    margin: 20px auto; /* Ajoute une marge de 20px en haut et en bas, et centre l'image horizontalement */
    max-width: 100%; /* Assure que l'image ne dépasse pas la largeur de son conteneur */
    height: auto; /* Maintient les proportions de l'image */
}


/*Style sélecteur de langue WPML*/

