h3, h4 {
    margin-block: 0;
}
legend, ul{
    text-align: center;
    font-family: Jost;
    font-size: 0.9em;
}

.transparent{
    transition: 400ms;
    opacity: 0;
}
.visible{
    transition: 400ms;
    opacity: 1;
}

.fenetreStats{
    min-width: 450px;
    width: 60%;

    min-height: 550px;
    height: fit-content;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;

}

.fenetreStats h3, .fenetreStats h4 {
    font-family: JostSemiBold;
    text-align: center;
}
.fenetreStats h3{
    width: 65%;
}

#max220px {
    min-height: 220px;
    max-height: 220px;
}
.encartStatsFavLien {
    color: #FFFFFF;
    border-radius: 5px;
    background-color: #d4aa2e;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.partieHaut, .partieBas {
    width: 65%;
    min-height: 300px;
    height: 60%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}
.partieHaut{
    width: 100%;
}

.statsGloLiens > .partieBas {
    min-height: 125px;
}

.partieHaut > fieldset {
    border-color: #007838;
    border-width: 2px;
    border-style: solid;

    width: 60%;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

    /* override propriétés de base */
    margin-inline: 0;
    padding-inline: 0.25em;
}
fieldset > .dateContainer {
    height: 30px;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: center;*/ /*je pense que Gaëtan voudra que je le remette */

    margin-bottom: 10px;
}

.champs > fieldset > .dateContainer {
    justify-content: space-between;
}
fieldset > .dateContainer > input {
    cursor: pointer;
    width: 70%;
}
fieldset > .dateContainer > label {
    text-align: initial;
    width: 20%;
    padding: 0;
}

.partieHaut > .nombreClicsTotal {
    width: 60%;
    height: 50%;
    display: flex;
    text-align: center;
    align-items: center;
}

.partieBas{
    min-height: 200px;
    height: 35%;
    justify-content: space-evenly;
    text-align: center;
}

.partieBas:has(.nombreClicsTotal){
    min-height: unset;
    height: fit-content;
}

.partieBas > ul {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #d4aa2e;
}
.partieHaut > ul{
    width: 65%;
    border-width: 1px;
    border-style: solid;
    border-color: #d4aa2e;
}
.partieBas > img {
    object-fit: contain;
    height: 100px;
}

.fenetreStats > .partieHaut > .ratioClicUser > p{
    text-align: center;
    font-size: 0.9em;
}

.separateurUtilisateur{
    height: 0;
    width: 75%;
    border: solid #d9d9d9 0.5px;
}

.fenetreStats > .separateur {
    width: 80%;
    height: 0;
    border: solid black 1px;
}

#statsIndividuellesUsers{
    justify-content: flex-start;
}
.conteneurForm {
    min-height: 500px;
    height: 90%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

#importButton{
    background-image: url("../images/biblio/admin/document-noir.png");
}
#importButton:hover{
    background-image: url("../images/biblio/admin/document-blanc.png");
}