.texte a {
    color: #0d63d5;
    text-decoration: underline;
}
.texte h2 {
    font-weight: bold;
    margin-bottom: 10px;
}
.texte h3 {
    font-weight: 500;
    margin-bottom: 10px;
}
.texte ul {
    padding-left: 25px;
    list-style-type: square;
}
.texte li {
    display: list-item;
}
.texte p {
    margin-bottom: 10px;
}
#overlay {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}
.noscroll {
    overflow: hidden !important;
}
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 100;
}
.skip-link:focus {
    top: 0;
}
.loading_message {
    background-color: #ffee9e;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    width: 160px;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -80px;
}
.toTop {
    width: 70px;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0px 0px;
    background: #f7f7f7;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #333;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0pt 1px rgb(255, 255, 255);
    box-shadow: 0pt 0pt 0pt 1px rgb(255, 255, 255) inset,
        0pt 1px 4px rgba(0, 0, 0, 0.2);
}
/* adm */
.adm {
    top: 15px;
    right: 0px;
    position: fixed;
    z-index: 9999;
}
.adm a,
visited {
    color: white;
    font-weight: bold;
    margin-right: 10px;
    background: #000;
    padding: 5px 10px;
    border-radius: 5px;
}
.adm a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

/* mainmodal */
.noscroll {
    overflow: hidden !important;
}
.mainmodal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
}
.mainmodal-wrapper {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    background-color: #f4f4f4;
    overflow-x: hidden;
    transition: 0s;
}
.mainmodal-header {
    z-index: 11;
    height: 50px;
    line-height: 50px; /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    background-color: #eeeeee;
    padding-left: 10px;
}
.mainmodal-header a.fermer {
    color: #333;
    font-size: 20px;
}
.mainmodal-header a.fermer:hover {
    text-decoration: none;
}
.mainmodal-wrapper.opened {
    width: 100%;
}

/* pc */
@media screen and (min-width: 1000px) {
    .mainmodal {
        padding-top: 5px;
        background-color: hsla(0, 0%, 50%, 0.9);
    }
    .mainmodal-wrapper {
        max-width: 1000px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        transition: 0s;
        overflow-x: normal;
        min-height: 300px;
        height: auto;
        position: relative;
    }
    .mainmodal-wrapper.opened {
        width: 900px;
        margin: 0 auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 10px;
    }
}

/* reactions */
.boutons_reaction a.voted .nom {
    background-color: #3dd33d;
    color: #000;
}
.boutons_reaction a.voted .count {
    background-color: #baefba;
    color: #000;
}
.boutons_reaction .retour {
    float: right;
    font-size: 12px;
}
.bulle_commentaire .texte.masque,
.bulle_commentaire .zoneboutonlike.masque {
    display: none;
}
.bulle_commentaire.masque {
    display: none;
}
.bulle_commentaire .avatar.masque {
    display: none;
}
.bulle_commentaire.masque_admin {
    opacity: 0.5;
}
.scroll-hidden::-webkit-scrollbar {
    height: 0px;
    background: transparent; /* make scrollbar transparent */
}

.spoiler:before {
    color: #000;
    font-weight: bold;
    background: #e0e0e0;
    content: "spoiler: ";
}
.spoiler {
    background: #e0e0e0;
    color: #e0e0e0;
}
.spoiler:hover {
    background: transparent;
    color: #313131;
}
.spoiler:hover a,
visited {
    color: #123;
}
.spoiler a,
visited {
    color: #e0e0e0;
    background: transparent;
}
