#modalRecupId {
    display: none;
    width: 600px;
    z-index: 2000 !important;
    top: 30% !important;
    left: 0;
}

#modalRecupId iframe {
    width: 100%;
    height: 280px;
    border: none;
}

#modalRecupId .modal-content {
    padding: 0;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

.modal-overlay {
    position: fixed;
    z-index: 1600 !important;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}

.hipe-error-message {
    width: 100%;
    font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: rgba(206, 5, 0, 1);
    display: flex;
    gap: 5px;
}

.hipe-champ-value-error {
    border: 1px solid #e1000f;
}

#content {
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 100%;
    height: 100%;
}

.fr-display-button {
    position: fixed;
    bottom: 3.5rem;
    left: 6rem;
}

#content .fr-fluid-img {
    background-image: url(../background/bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-left: 3rem;
}

:root[data-fr-scrolling] body {
    overflow: hidden;
    bottom: 0;
    left: 0;
    position: static;
    right: 0;
    top: 0;
}

.fr-btns-group .fr-btn--secondary {
    opacity: 0.5;
    color: gray;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px gray;
}

@media (max-width: 36em) {
    #content {
        padding: 1rem;
        height: auto;
    }

    .fr-header {
        padding-left: 1rem;
    }

    #modalRecupId {
        left: -25%;
    }
}

@media (min-width: 48em) {
    #content {
        justify-content: center;
        height: auto;
    }

    .fr-ml-md-24v {
        margin-left: 1rem !important;
    }

    main .fr-ml-md-24v {
        margin-left: 0 !important;
    }

    #content .fr-fluid-img {
        display: none;
    }
}

@media (min-width: 69em) {
    #content {
        justify-content: left;
        height: 100%;
    }

    .fr-ml-md-24v {
        margin-left: 1rem !important;
    }

    main .fr-ml-md-24v {
        margin-left: 1rem !important;
    }

    #content .fr-fluid-img {
        display: block;
    }
}

@media (min-width: 100em) {
    #content {
        display: flex;
        flex-direction: row;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    main .fr-ml-md-24v {
        margin-left: 6rem !important;
    }

    header .fr-ml-md-24v {
        margin-left: 6rem !important;
    }
}
