/* Globals */
html {
    scroll-behavior: smooth;
}

@media (width >= 48em) {
    .fr-sidemenu .fr-sidemenu__inner {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.content-editorial {
    margin-bottom: var(--block-spacing);
}

/* Hero */
.ira-nantes-hero {
    position: relative;
}

.ira-nantes-hero--content {
    padding: 2rem 0;
}

.ira-nantes-hero__img {
    overflow: hidden;

    > img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media (width >= 48em) {
    .ira-nantes-hero__img {
        width: 60%;
        height: 100%;
        position: absolute;
        z-index: 0;
        right: 0;
        top: 0;
    }

    .ira-nantes-hero--content {
        padding: 4rem;
        /*background-color: var(--background-alt-blue-cumulus);*/
        background-color: white;
        position: relative;
        z-index: 1;
    }
}

/* Utilities */
.fr-text--lg > p,
.ck-content .text-big {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    margin: var(--text-spacing);
}

.ck-content a {
    color: var(--text-label-blue-france);
}

.fr-text--center {
    text-align: center;
}

.fr-text--right {
    text-align: right;
}

.contents-empty-column {
    border-right: 1px solid var(--grey-925-125);
}

.fr-img-rounded {
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 2rem;
    border: solid 1px var(--border-default-grey);
}

/* Footer */
.fr-follow--location > div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media only screen and (min-width: 768px) {

    .fr-follow--location > div {
        flex-direction: row;
        gap: 7rem;
    }
}
