.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;
    }
}
