/* surcharge du style de intlTelInput.css */
.iti {
    width: 100%;
}

/* spécificité du mode mobile */
@media (min-width: 61.99em) {
    .fr-mt-6remw {
        margin-top: 6rem !important;
    }
}

@media (max-width: 47.99em) {
    .img-france-relance {
        width: 75%;
        max-width: 75%;
    }

    .modale-centree {
        position: fixed;
        top: 33%;
    }

    button.fs-32 {
        font-size: 1.375rem !important;
        line-height: 1.938rem;
    }

    .fr-link--error,
    .fr-toggle__label {
        font-size: 0.875rem !important;
    }
}

/* spécificité du mode tablette  */
@media (min-width: 48em) and (max-width: 80em) {
    .fr-col-md-8 {
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%;
    }
}

/* style spécifique au self-service */
.tooltip-btn {
    margin-left: 0.5em;
    color: var(--bf500);
}

.height-1030 {
    max-height: 1030px;
}

.height-none {
    max-height: none !important;
}

.captcha-label {
    display: inline-flex;
    gap: 5px;
}

.fr-error-bloc {
    display: block;
}

.list-none {
    list-style: none;
}

.label-noir {
    color: var(--text-label-grey) !important;
}

.word-break {
    word-break: break-word;
}

.nowrap {
    white-space: nowrap;
}

.no-background,
.no-background::before {
    background-image: none !important;
}

.bloc-saisie-enfant {
    margin: 0 -.75rem .25rem;
    padding: 0 .25rem;
}

.liste-liens {
    width: 100%;
    list-style: none;
    --li-bottom: 0.5rem;
    margin-top: 2rem !important;
}

.small-alert {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

/* surcharge des notices */
.fr-notice__desc,
.fr-notice__title {
    display: block;
}

.bloc-login {
    text-align: center;
    font-size: 1.25rem !important;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: var(--title);
    font-weight: bold;
}

.no-link {
    background-image: none;
}

/* correction du bouton close des alertes */
.fr-alert .fr-btn--close {
    justify-content: normal;
    padding: .25rem .75rem;
}

.black-line {
    border: none;
    border-top: 1px solid var(--g800);
}