.w { font-weight: 900; }
.b { font-weight: 700; }
.n { font-weight: 400; }
.t { font-weight: 300; }
.i { font-style: italic; }
.c { text-align: center !important; }
.r { text-align: right !important; }
.l { text-align: left !important; }
.nw { white-space: nowrap; }


/******************************************************************************************************************/


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

hr {
    margin: 3rem 0;
}


/******************************************************************************************************************/


form.etablissement {
    .champs-std {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2rem 3rem;
        margin-bottom: 2rem;

        > div {
            input, select, textarea {
                width: 20rem;
            }

            textarea {
                height: 5rem;
            }
        }
    }

    .champs-formset {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2rem;
        margin: 2rem 0;

        > div {
            text-align: center;
        }
    }
}


/******************************************************************************************************************/


form.dossier {
    .champs-std {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2rem 3rem;
    }

    .motifs {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0.5rem;
        margin-bottom: 2rem;
        border: 1px solid #666;
        background-color: hsl(200 50% 97%);
        padding: 2rem
    }
}


/******************************************************************************************************************/


.villes-etablissements {
    > .carte {
        width: 100%;
        margin-bottom: 4rem;
    }

    > .fr-accordions-group {
        margin-bottom: 4rem;
    }
}


/******************************************************************************************************************/


.recap-stats {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    > details > summary > h4 {
        display: inline-block;
    }
}


/******************************************************************************************************************/


.dossiers-filtres {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 3rem;
    border: 1px solid #666;
    border-radius: 0.5rem;
    background-color: hsl(200 50% 97%);
    padding: 1rem;

    > summary > * {
        display: inline-block;
        padding-bottom: 0;
        margin: 0;
    }

    > div {
        margin: 1rem 0 0 2rem;
    }
}


/******************************************************************************************************************/


ul.rgpd {
    list-style-type: upper-roman;
    font-weight: 700;
    font-size: 150%;

    > li {
        margin-bottom: 2em;

        div:not(:first-child) {
            font-weight: 400;
            font-size: 70%;
            text-align: justify;
            margin-top: 1em;
        }
    }
}
