#lespinner {
    display: none;
}

#lespinner.message {
    margin: 0 auto;
}

main.main {
    margin: 0 auto;
}

main.main.login {
    flex: unset;
}

#loginbox {
    margin-top: 0;
}

.doree {
    background: #F8C700;
    border-color: #F8C700;
    color: white;
    border-radius: 10px;

}

.coinrond {
    border-radius: 5px;
}

/*
Layout anti-petits écrans
*
*/
#toosmall {
    display: none;
}



/*
 * Footer
*/
footer {
    min-height: 3em;
    margin-top: auto;
    position: relative;
    flex-basis: 100%;
}

footer div#docs {
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    display: flex;
}

footer div#docs a {
    margin: auto 1em;
    color: white;

}


#overlaylecture {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8000;
}

#closelecture {
    float: right;
    z-index: 8010;
}

#fenetrelecture {
    position: absolute;
    top: 1em;
    right: 12%;
    left: 15%;
    z-index: 8005;
}


/*
 * Les avis
 *
*/
#noteconteneur {
    text-align: center;
    margin: 3rem auto;
}

#noteconteneur input[type="radio"]:not(.visible) {
    display: none;
}

#noteconteneur #lesnotes {
    display: flex;
    justify-content: center;
}

#noteconteneur #lesnotes label img {
    display: inline-block;
}

#noteconteneur #lesnotes label {
    margin: 0 1em;
}

#noteconteneur #reccomend label,
#noteconteneur #reccomend input {
    display: inline-block;

}

#noteconteneur.advanced #lesnotes div#lanote label {
    display: inline-block;
}

#noteconteneur.advanced div#lesnotes div.advice img {
    max-width: 200px;
    max-height: 200px;
}

#monfeedback {
    max-height: 500px;
    max-width: 500px;
    margin: 0;
    width: 100%;
}
#mynote {
    width: 100%;
    height: 100%;
}

div.lelivre div {
    text-align: center;
    position: relative;
}

div.lelivre div.monavis {
    top: -4em;
}

div.bouton a,
div.lelivre div.monavis .button {
    padding: 1rem;
}


div.extract.content div.lelivre h2 {
    margin-bottom: 0;
}

.invisible {
    display: none;
}

.center.centree {
    text-align: center;
    padding: 1rem;
}

.message.error {
    background: #fcebea9a;
    color: #cc1f1a;
    border-color: #ef5753;
    padding: 1rem;
    text-align: center;
    border-radius: 15px;

}

.message.hidden {
    display: none;
}

div.felicitations div.boutons,
button.boutonload {
    margin: auto;
}


@media (max-width:768px) {
    body {
        flex-wrap: nowrap;
    }

    footer {
        display: none;
    }

    .books {
        flex-wrap: wrap;
        justify-content: center;
    }

    .book {
        text-align: center;
    }

    .book h4 {
        max-width: 49vw;
    }

    .book img:not(button img) {
        max-width: 50vw;
    }

    #boutonBibli button {
        width: 100%;
    }
}