:root {
    --font-main: REM, Arial, Helvetica, sans-serif;
    --page: #f7f7f4;
    --ink: #111;
    --muted: #626262;
    --line: #deded8;
    --accent: #d8193f;
    --accent-2: #0d7a74;
    --max: 1180px;
}

* {
    box-sizing: border-box;
}


html,
body,
button,
input,
select,
textarea {
    font-family: var(--font-main);
}

body {
    margin: 0;
    background: var(--page);
    color: var(--ink);
    font-family: var(--font-main);
    line-height: 1.55;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

.site-nav-toggle {
    display: none;
    justify-self: end;
    border: 2px solid var(--ink);
    border-radius: 8px;
    background: transparent;
    padding: 8px 12px;
    font-weight: 800;
}

.site-nav-toggle__line {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: transform .28s ease, opacity .22s ease, background-color .22s ease;
}

.site-main {
    min-height: 65vh;
}
/* Header 2026 */
.site-header {
    position: sticky;
    top: -35px;
    z-index: 1000;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    /*grid-template-columns: auto 1fr;*/
    gap: 34px;
    align-items: center;
    padding: 22px 48px 15px;
    border-bottom: 0;
    background: #000;
    color: #fff;
    transition: background-color .25s ease, padding .25s ease, box-shadow .25s ease;
}

.site-header__inner {
    width: min(1320px, calc(100% - 96px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 34px;
    align-items: center;
    height:80px;
}

.site-form-alert {
    position: fixed;
    inset: 0;
    z-index: 1405;
    display: grid;
    place-items: center;
    padding: 24px;
    box-sizing: border-box;
    width: 100%;
    min-height: 100dvh;
    overflow: hidden;
}

.site-form-alert__backdrop {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(232, 38, 62, .14), transparent 38%),
        rgba(0, 0, 0, .72);
    backdrop-filter: blur(8px);
}

body.site-form-alert-open {
    overflow: hidden;
}

.site-form-alert__inner {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    max-width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .35);
    backdrop-filter: blur(14px);
    animation: alf-form-loader-in .28s cubic-bezier(.22, 1, .36, 1) forwards;
}

.site-form-alert--success .site-form-alert__inner {
    background: rgba(15 91 47 / 94%);
    color: #f3fff6;
}

.site-form-alert--error .site-form-alert__inner {
    background: rgb(197 43 60 / 96%);
    color: #ffe6e8;
}

.site-form-alert__icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
}

.site-form-alert--success .site-form-alert__icon {
    background: rgba(87, 191, 103, .2);
    color: #9ff0ad;
}

.site-form-alert--success .site-form-alert__icon::before {
    content: "✓";
}

.site-form-alert--error .site-form-alert__icon {
    background: rgba(232, 107, 115, .16);
    color: #ff9aa0;
}

.site-form-alert--error .site-form-alert__icon::before {
    content: "!";
}

.site-form-alert__content strong {
    display: block;
    margin: 0 0 3px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 900;
}

.site-form-alert__content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

@media (max-width: 640px) {
    .site-form-alert {
        padding: 16px;
    }

    .site-form-alert__inner {
        width: 100%;
    }
}

.site-form-alert__close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: inherit;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: transform .2s ease, background-color .2s ease;
}

.site-form-alert__close:hover,
.site-form-alert__close:focus-visible {
    background: rgba(255, 255, 255, .14);
    transform: scale(1.05);
}

.site-form-alert.is-closing {
    opacity: 0;
    transition: opacity .24s ease;
}

.site-form-alert.is-closing .site-form-alert__inner {
    transform: translateY(10px) scale(.98);
    opacity: 0;
    transition: transform .24s ease, opacity .24s ease;
}

.site-form-loader {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: grid;
    place-items: center;
}

.site-form-loader[hidden] {
    display: none;
}

body.site-form-loader-open {
    overflow: hidden;
}

.site-form-loader__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(232, 38, 62, .14), transparent 38%),
        rgba(0, 0, 0, .72);
    backdrop-filter: blur(8px);
}

.site-form-loader__dialog {
    position: relative;
    z-index: 1;
    width: min(420px, calc(100% - 32px));
    padding: 30px 28px 26px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    background: rgba(15, 15, 15, .96);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .44);
    text-align: center;
    color: #fff;
    animation: alf-form-loader-in .28s cubic-bezier(.22, 1, .36, 1) forwards;
}

.site-form-loader__dialog strong {
    display: block;
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.site-form-loader__dialog p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.site-form-loader__gears {
    position: relative;
    width: 148px;
    height: 104px;
    margin: 0 auto 22px;
    filter: drop-shadow(0 14px 20px rgba(0, 0, 0, .26));
}

.site-form-loader__gear {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.site-form-loader__gear--left {
    left: 8px;
    bottom: 0;
    width: 74px;
    height: 74px;
    background-image: url("/wp-content/uploads/2025/08/roue.svg");
    animation: alf-loader-gear-left 2.2s linear infinite;
}

.site-form-loader__gear--right {
    right: 2px;
    top: 6px;
    width: 92px;
    height: 92px;
    background-image: url("/wp-content/uploads/2025/08/roue2.png");
    animation: alf-loader-gear-right 2.2s linear infinite;
}

@keyframes alf-site-alert-in {
    from {
        opacity: 0;
        transform: translate(-50%, -18px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
        pointer-events: auto;
    }
}

.site-form-alert--error {
    animation-name: alf-site-alert-error-in;
}

@keyframes alf-site-alert-error-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes alf-site-alert-out {
    from {
        opacity: 1;
        transform: translate(-50%, 0);
    }
    to {
        opacity: 0;
        transform: translate(-50%, -12px);
    }
}

@keyframes alf-site-alert-error-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes alf-form-loader-in {
    from {
        opacity: 0;
        transform: translateY(16px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes alf-loader-gear-left {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes alf-loader-gear-right {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@keyframes alf-form-overlay-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes alf-form-dialog-in {
    from {
        opacity: 0;
        transform: translateY(26px) scale(.975);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.site-brand {
    display: inline-flex;
    align-items: center;
    width: clamp(170px, 17vw, 300px);
    text-decoration: none;
    transform-origin: left center;
    transition: transform .12s linear;
}


.site-brand-logo {
    display: block;
    width: 100%;
    height: auto;
}

.site-brand-name {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.site-nav {
    text-transform: uppercase;
}

.site-nav--desktop {
    justify-self: end;
}

.site-nav--desktop .site-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 25px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav--desktop .menu-item {
    position: relative;
    padding: 5px 0;
}

.site-nav--desktop a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    transition: color .25s ease, opacity .25s ease;
}

.site-nav--desktop .menu-item.is-current-display > a {
    display: inline-flex;
    align-items: center;
    padding: 8px 10px 10px;
    background: var(--alf-red);
    color: var(--alf-white);
    border-radius: 6px;
    transform: rotate(-2deg);
}

.site-nav--desktop .menu-item.is-current-display > a:hover,
.site-nav--desktop .menu-item.is-current-display > a:focus,
.site-nav--desktop .menu-item.is-current-display > a:focus-visible,
.site-nav--desktop .menu-item.is-current-display > a:active,
.site-nav--desktop .menu-item.is-current-display:hover > a,
.site-nav--desktop .menu-item.is-current-display:focus-within > a {
    color: var(--alf-white);
}

@media (hover: hover) and (pointer: fine) {
    .site-nav--desktop a:hover,
    .site-nav--desktop .menu-item:hover > a {
        color: #e5253f;
    }
}

.site-nav--desktop .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-3px) rotate(45deg);
}

.site-nav--desktop .sub-menu {
    position: absolute;
    top: calc(100% + 0px);
    left: 50%;
    display: grid;
    min-width: 260px;
    gap: 0;
    padding: 28px 34px;
    background: rgb(0 0 0 / 90%);
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.site-nav--desktop .menu-item:hover > .sub-menu,
.site-nav--desktop .menu-item:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.site-nav--desktop .sub-menu a {
    display: block;
    padding: 14px 0;
    white-space: nowrap;
    font-size: 16px;
}

.site-nav--desktop .sub-menu .menu-item.is-current-display > a {
    display: inline-flex;
    align-items: center;
    padding: 5px 8px 7px;
}

.site-nav-mobile {
    display: none;
}


.content-wrap,
.page-content,
.single-content {
    max-width: var(--max);
    margin: 0 auto;
    padding: 42px 20px;
}

.page-title,
.single-hero,
.detail-hero {
    margin-bottom: 34px;
}

.page-title h1,
.single-hero h1,
.detail-hero h1 {
    margin: 0;
    font-size: clamp(2.4rem, 6vw, 5.5rem);
    line-height: .95;
}

.single-hero,
.detail-hero,
.professor-block {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 28px;
    align-items: center;
}

.single-hero img,
.detail-hero img,
.professor-block img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
}

.entry-content {
    font-size: 1.06rem;
}

.entry-content > * {
    max-width: 1240px;
}

.entry-content > .alignwide,
.entry-content > .wp-block-cover,
.entry-content > .wp-block-group {
    max-width: none;
}

body.folie-2026 .single-content .entry-content > * {
    max-width: 1240px;
}

body.folie-2026 .page-title h1,
body.folie-2026 .single-hero h1,
body.folie-2026 .detail-hero h1 {
    font-size: clamp(2.4rem, 4vw, 5.5rem);
}

body.folie-2026 .entry-content {
    /*padding: 0 180px;*/
}

body.folie-2026 .single-news-all {
    max-width: 1240px;
    margin: 42px 0 0;
    text-align: center;
}

body.folie-2026 .single-news-all__button {
    min-height: 48px;
    padding: 15px 28px;
    font-size: 16px;
}

.entry-card {
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.entry-card a {
    text-decoration: none;
}

.entry-card h1 {
    margin: 12px 0 6px;
}

.eyebrow,
.back-link {
    color: var(--accent);
    font-weight: 900;
    text-transform: uppercase;
}

.back-link {
    display: inline-flex;
    margin-bottom: 22px;
    text-decoration: none;
}

.detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    margin: 34px 0;
}

.detail-grid aside {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 22px;
    align-self: start;
}

.button-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
    font-weight: 900;
}

.professor-block {
    margin-top: 40px;
    border-top: 1px solid var(--line);
    padding-top: 34px;
}

.site-footer {
    max-width: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: #000;
    color: #fff;
    opacity: 1;
    transition: opacity .32s ease;
}

.site-footer__inner {
    width: min(1760px, calc(100% - 120px));
    margin: 0 auto;
}

body.folie-2026 .site-footer__inner {
    width: min(var(--alf-site-max), calc(100% - var(--alf-gutter-desktop)));
    max-width: none;
}

.site-footer__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 44px;
    align-items: center;
    min-height: 118px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.site-footer__nav,
.site-footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 42px;
}

.site-footer__nav a,
.site-footer__links a,
.site-footer__links .site-footer__cookie-link {
    position: relative;
    display: inline-flex;
    width: max-content;
    justify-self: start;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-weight: 900;
    padding-bottom: 8px;
}

.site-footer__nav a::after,
.site-footer__links a::after,
.site-footer__links .site-footer__cookie-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform .28s ease;
}

body.folie-2026 .site-footer__nav a,
body.folie-2026 .site-footer__links a,
body.folie-2026 .site-footer__links .site-footer__cookie-link {
    font-weight: 500;
}

.site-footer__nav a:hover::after,
.site-footer__nav a:focus-visible::after,
.site-footer__links a:hover::after,
.site-footer__links a:focus-visible::after,
.site-footer__links .site-footer__cookie-link:hover::after,
.site-footer__links .site-footer__cookie-link:focus-visible::after {
    transform: translateX(-50%) scaleX(1);
}

.site-footer__social {
    gap: 34px;
    justify-content: flex-end;
}

body.folie-2026 .site-footer__nav,
body.folie-2026 .site-footer__social {
    gap: 22px;
}

.site-footer__social a {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #fff;
    text-decoration: none;
}

.site-footer__social svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.site-footer__body {
    display: grid;
    grid-template-columns: minmax(240px, .82fr) minmax(360px, .9fr) minmax(320px, .9fr);
    gap: 82px;
    padding: 92px 60px 108px;
}

.site-footer h2 {
    margin: 0 0 32px;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
}

.site-footer__links {
    display: grid;
    align-content: start;
    justify-items: start;
    gap: 28px;
}

.site-footer__links h2 {
    margin-bottom: 6px;
}

.site-footer__search form {
    display: grid;
    grid-template-columns: 1fr 68px;
    align-items: center;
    min-height: 72px;
    overflow: hidden;
    border-radius: 12px;
    background: #f3f3f3;
}

.site-footer__search input {
    width: 100%;
    min-height: 72px;
    border: 0;
    background: transparent;
    color: #111;
    padding: 0 0 0 44px;
    font-size: 16px;
    font-weight: 900;
    outline: none;
}

.site-footer__search input::placeholder {
    color: #777;
    opacity: 1;
}

.site-footer__search button {
    display: grid;
    place-items: center;
    width: 68px;
    height: 72px;
    padding: 15px 14px;
    border: 0;
    background: transparent;
    color: #222;
    cursor: pointer;
}

.site-footer__search button::before {
    display: none;
}

.site-footer__search button svg {
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    fill: currentColor;
}

.site-footer__quote {
    align-self: start;
    color: #fff;
}

.site-footer__quote p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.18;
    font-weight: 900;
}

.site-footer__quote cite {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-style: italic;
    font-weight: 900;
}

.site-footer__copyright {
    display: grid;
    place-items: center;
    min-height: 74px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    font-weight: 800;
}

body.folie-2026 .alf-google-map {
    display: block;
    width: 100%;
    min-height: 360px;
    border-radius: 8px;
}

body.folie-2026 .gm-style .gm-style-iw {
    overflow: hidden;
    color: var(--alf-black);
    font-size: 13px;
    font-weight: 300;
}

body.alfcs-drawer-open,
body.alfcs-panel-open {
    overflow: hidden;
}

body.folie-2026 .alfcs-panel {
    position: fixed;
    inset: 82px 0 0;
    z-index: 19400;
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: rgb(17 17 17);
    border-radius: 0;
    color: var(--alf-white);
    opacity: 0;
    pointer-events: none;
    transition: opacity .36s ease;
    isolation: isolate;
}

body.folie-2026 .alfcs-panel[hidden] {
    display: none;
}

body.folie-2026 .alfcs-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    z-index: 12000;
}

body.folie-2026 .alfcs-panel-inner {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 34px 0 80px;
    overflow-x: hidden;
    overflow-y: auto;
    background: transparent;
    box-shadow: none;
    transform: translateX(100%);
    transition: transform .52s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
}

body.alfcs-drawer-open .alf-before-footer,
body.alfcs-drawer-open .site-footer,
body.alfcs-panel-open .alf-before-footer,
body.alfcs-panel-open .site-footer,
body.alf-newsletter-modal-open .alf-before-footer,
body.alf-newsletter-modal-open .site-footer,
body.alf-company-modal-open .alf-before-footer,
body.alf-company-modal-open .site-footer,
body.alf-rent-modal-open .alf-before-footer,
body.alf-rent-modal-open .site-footer,
body.alf-young-modal-open .alf-before-footer,
body.alf-young-modal-open .site-footer,
body.alf-all-modal-open .alf-before-footer,
body.alf-all-modal-open .site-footer,
body.alf-team-mail-modal-open .alf-before-footer,
body.alf-team-mail-modal-open .site-footer {
    position: relative;
    z-index: -1 !important;
    pointer-events: none;
    opacity: 0;
}

body.folie-2026 .alfcs-panel.is-open .alfcs-panel-inner {
    transform: translateX(0);
}

body.folie-2026 .alfcs-panel-head {
    position: relative;
    top: auto;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(var(--alf-site-max), calc(100% - 64px));
    box-sizing: border-box;
    margin: 0 auto 10px;
    padding: 16px 0 18px;
    background: transparent;
    border-bottom: 0;
}

body.folie-2026 .alfcs-panel-head span {
    color: var(--alf-black);
}

body.folie-2026 .alfcs-close {
    position: fixed;
    top: 100px;
    right: max(32px, calc((100vw - var(--alf-site-max)) / 2));
    z-index: 9500;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    min-height: 50px;
    border: 2px solid rgba(255, 255, 255, .92);
    border-radius: 50%;
    padding: 0;
    background: #333;
    color: var(--alf-white);
    font-size: 0;
    line-height: 1;
    font-weight: 200;
    letter-spacing: 0;
    cursor: pointer;
    transition: background-color .26s ease, border-color .26s ease, color .26s ease, transform .26s ease;
}

body.folie-2026 .alfcs-close span {
    display: none;
}

body.folie-2026 .alfcs-close::before,
body.folie-2026 .alfcs-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
}

body.folie-2026 .alfcs-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

body.folie-2026 .alfcs-close:hover,
body.folie-2026 .alfcs-close:focus-visible {
    background: #3d3d3d;
    border-color: var(--alf-white);
    color: var(--alf-white);
    transform: scale(1.06);
}

body.folie-2026 .alfcs-panel-grid,
body.folie-2026 .alfcs-prof,
body.folie-2026 .alfcs-detail-back {
    width: min(var(--alf-site-max), calc(100% - 64px));
    margin-inline: auto;
}

body.folie-2026 .alfcs-panel-grid {
    display: grid;
    grid-template-columns: 38% minmax(0, 1fr);
    gap: 28px;
}

body.folie-2026 .alfcs-panel-text,
body.folie-2026 .alfcs-panel-text p,
body.folie-2026 .alfcs-panel-text li,
body.folie-2026 .alfcs-prof,
body.folie-2026 .alfcs-prof p {
    color: var(--alf-white);
}

body.folie-2026 .alfcs-panel-text h2 {
    color: var(--alf-white);
    font-size: 48px;
    line-height: .95;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 14px;
}

body.folie-2026 .alfcs-panel-text h3 {
    color: var(--alf-white);
    font-size: 31px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 54px;
}

body.folie-2026 .alfcs-panel-text .alfcs-with {
    color: var(--alf-white);
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    margin: 0 0 8px;
}

body.folie-2026 .alfcs-panel-text .alfcs-red-badge,
body.folie-2026 .alfcs-panel-text > .alfcs-red-badge {
    display: inline-block;
    width: auto;
    margin: 0 0 18px;
    padding: 10px 17px;
    font-size: 17px;
    line-height: 1;
}

body.folie-2026 .alfcs-chip {
    margin: 0 0 14px;
}

body.folie-2026 .alfcs-chip + div,
body.folie-2026 .alfcs-chip + p,
body.folie-2026 .alfcs-panel-text ul {
    margin-bottom: 44px;
}

body.folie-2026 .alfcs-panel-text .alfcs-price-line {
    color: var(--alf-white);
    font-size: 26px;
    line-height: 1.05;
    font-weight: 900;
    margin: 0 0 18px;
}

body.folie-2026 .alfcs-panel-img {
    height: 300px;
    min-height: 300px;
}

@media (min-width: 761px) {
    body.folie-2026 .alfcs-panel-img {
        height: 600px;
        min-height: 600px;
    }
}

body.folie-2026 .alfcs-panel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

body.folie-2026 .alfcs-prof {
    display: grid;
    grid-auto-flow: column;
    /*grid-template-columns: 1fr;*/
    grid-template-columns: none;
    gap: 18px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    align-items: start;
}

body.folie-2026 .alfcs-prof img {
    display: block;
    width: min(100%, 460px);
    height: auto;
    aspect-ratio: 4 / 3.5;
    object-fit: cover;
    border-radius: 8px;
    justify-self: start;
    align-self: start;
}

body.folie-2026 .alfcs-prof h2 {
    color: var(--alf-white);
    font-size: 42px;
    line-height: .95;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 8px;
}

body.folie-2026 .alfcs-panel .alfcs-prof {
    grid-auto-flow: column;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 38%);
}

body.folie-2026 .alfcs-panel .alfcs-prof img {
    order: 2;
    justify-self: end;
}

body.folie-2026 .alfcs-panel .alfcs-prof > div {
    order: 1;
}

body.folie-2026 .alfcs-detail-page {
    position: relative;
    isolation: isolate;
    min-height: calc(100vh - 104px);
    box-sizing: border-box;
    background: rgb(0 0 0);
    color: var(--alf-white);
    padding: 34px 0 80px;
    overflow-x: hidden;
}

body.folie-2026 .alfcs-detail-page > * {
    position: relative;
    z-index: 1;
}

body.folie-2026 .alfcs-detail-page::before {
    content: "";
    position: absolute;
    left: -130px;
    top: 130px;
    width: clamp(210px, 22vw, 310px);
    height: clamp(210px, 22vw, 310px);
    background: url("/wp-content/uploads/2025/08/roue.svg") center / contain no-repeat;
    transform: rotate(var(--alf-wheel-rotation, 0deg));
    transform-origin: center;
    will-change: transform;
    opacity: .95;
    pointer-events: none;
    z-index: 0;
}

body.folie-2026 .alfcs-detail-page::after {
    content: "";
    position: absolute;
    right: -115px;
    bottom: 140px;
    width: clamp(170px, 17vw, 240px);
    height: clamp(170px, 17vw, 240px);
    background: url("/wp-content/uploads/2025/08/roue2.png") center / contain no-repeat;
    transform: rotate(var(--alf-wheel-rotation, 0deg));
    transform-origin: center;
    will-change: transform;
    opacity: .95;
    pointer-events: none;
    z-index: 0;
}

body.folie-2026 .alfcs-detail-page--course::before {
    left: -150px;
    top: 92px;
}

body.folie-2026 .alfcs-detail-page--course::after {
    right: -92px;
    bottom: 188px;
}

body.folie-2026 .alfcs-detail-page--stage::before {
    left: auto;
    right: -138px;
    top: 108px;
}

body.folie-2026 .alfcs-detail-page--stage::after {
    right: auto;
    left: -102px;
    bottom: 164px;
}

body.folie-2026 .alfcs-detail-page .alfcs-panel-head {
    margin: 0 auto 10px;
}

body.folie-2026 .alfcs-detail-back {
    display: block;
    margin: 0 auto 22px;
    color: var(--alf-white);
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    text-decoration: none;
    transition: color .24s ease, transform .24s ease;
}

body.folie-2026 .alfcs-detail-back:hover,
body.folie-2026 .alfcs-detail-back:focus-visible {
    color: var(--alf-red);
    transform: translateX(-4px);
}

body.folie-2026 .alfcs-detail {
    align-items: start;
}

body.folie-2026 .alfcs-detail .alfcs-panel-img {
    height: 550px;
    min-height: 550px;
}

body.folie-2026 .alfcs-detail .alfcs-panel-text {
    padding-top: 0;
}

body.folie-2026 .alfcs-detail-note {
    color: var(--alf-white);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 18px;
}

body.folie-2026 .alfcs-detail-desc {
    margin: 0 0 44px;
}

body.folie-2026 .alfcs-detail-desc p:last-child {
    margin-bottom: 0;
}

body.folie-2026 .alfcs-detail-full {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 8px;
    padding: 0 18px;
    margin: 12px 0 0;
    background: var(--alf-red);
    color: var(--alf-white);
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

body.folie-2026 .alfcs-detail-cta {
    width: max-content;
    margin-top: 22px;
}

body.folie-2026 .alfcs-detail-page .alfcs-prof {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
    gap: 28px;
    margin-top: 70px;
    padding-top: 34px;
}

body.folie-2026 .alfcs-detail-page .alfcs-prof img {
    justify-self: end;
}

body.folie-2026 .alfcs-detail-page .alfcs-prof h2 {
    color: var(--alf-white);
    font-size: 56px;
    line-height: .95;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 18px;
}

body.folie-2026 .alfcs-detail-page .alfcs-prof-job {
    color: var(--alf-white);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
    margin: 0 0 18px;
}

body.folie-2026 .alfcs-prof strong {
    display: block;
    color: var(--alf-white);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
    margin: 0 0 18px;
}

body.folie-2026 .alfcs-card-img .alfcs-edit {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 8px;
    padding: 0 16px;
    background: #16a44a;
    color: var(--alf-white);
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

body.folie-2026 .alf-before-footer {
    background: var(--alf-black);
    color: var(--alf-white);
    font-family: var(--alf-font-family);
    overflow: hidden;
    opacity: 1;
    transition: opacity .32s ease;
}

body.folie-2026 .alf-before-footer__inner {
    width: min(var(--alf-site-max), calc(100% - var(--alf-gutter-desktop)));
    margin: 0 auto;
    position: relative;
}

body.folie-2026 .alf-before-footer__red-title {
    margin: 0;
    padding: 18px 38px 23px;
    font-size: 56px;
    transform: rotate(2deg);
}

body.folie-2026 .alf-before-footer__text {
    max-width: 930px;
    margin: 0 auto 25px;
    color: var(--alf-white);
    text-align: center;
}

body.folie-2026 .alf-before-footer__text p {
    margin: 0;
    color: var(--alf-white);
    font-size: 19px;
    line-height: 1.22;
    font-weight: 700;
}

body.folie-2026 .alf-before-footer__newsletter {
    display: flex;
    justify-content: center;
}

body.folie-2026 .alf-before-footer__button,
body.folie-2026 .alf-before-footer__newsletter input[type="submit"],
body.folie-2026 .alf-before-footer__newsletter button {
    min-width: 254px;
    min-height: 58px;
    font-size: 16px;
}

body.folie-2026 .alf-before-footer__social-block {
    margin-top: 70px;
    text-align: center;
}

body.folie-2026 .alf-before-footer__social-block h3 {
    margin: 0 0 42px;
    color: var(--alf-white);
    font-size: 45px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

body.folie-2026 .alf-before-footer__social {
    display: grid;
    grid-template-columns: repeat(3, 150px);
    justify-content: space-between;
    align-items: center;
    width: min(750px, 100%);
    max-width: none;
    margin: 0 auto;
    gap: clamp(60px, 9vw, 260px);
}

body.folie-2026 .alf-before-footer__social-link {
    display: block;
    justify-self: center;
    width: 90px;
    height: 90px;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    overflow: hidden;
}

body.folie-2026 .alf-before-footer__social-link--facebook {
    background-image: url("/wp-content/uploads/2026/02/facebook-300x300.png.webp");
}

body.folie-2026 .alf-before-footer__social-link--instagram {
    background-image: url("/wp-content/uploads/2026/02/insta-300x300.png.webp");
}

body.folie-2026 .alf-before-footer__social-link--youtube {
    background-image: url("/wp-content/uploads/2026/02/youtube-300x300.png.webp");
}

body.folie-2026 .alf-before-footer--stay {
    padding: 50px 0 112px;
    text-align: center;
}

body.folie-2026 .alf-before-footer--stay .alf-before-footer__red-title {
    margin-bottom: 60px;
}

body.folie-2026 .alf-before-footer--offers {
    padding: 20px 0 70px;
}

body.folie-2026 .alf-before-footer--offers .alf-before-footer__red-title {
    margin: 0 0 54px;
    transform: rotate(-3deg);
}

body.folie-2026 .alf-before-footer__offers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

body.folie-2026 .alf-before-footer__offers .alfbo-offer {
    min-width: 0;
    min-height: 188px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px 80px;
    color: var(--alf-text);
}

body.folie-2026 .alf-before-footer__offers .alfbo-offer img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}

body.folie-2026 .alf-before-footer__offers .alfbo-offer .alfbo-offer-logo {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 16px;
    background: #050505;
    color: var(--alf-white);
    font-size: 22px;
    line-height: .9;
    font-weight: 900;
    transform: skew(-8deg);
}

body.folie-2026 .alf-before-footer__offers .alfbo-offer h3 {
    margin: 7px 0;
    color: var(--alf-text);
    font-size: 34px;
    line-height: .95;
    text-align: center;
    text-transform: uppercase;
}

body.folie-2026 .alf-before-footer__offers .alfbo-offer p {
    max-width: none;
    margin: 0 0 12px;
    color: var(--alf-text);
    line-height: 1.45;
    font-weight: 500;
    text-align: left;
}

body.folie-2026 .alf-before-footer__offers .alfbo-offer :where(a.alfbo-mini-button, button.alfbo-mini-button) {
    display: flex;
    width: max-content;
    min-width: 0;
    min-height: 0;
    margin: auto auto 0;
    padding: 15px 35px;
}

@media (max-width: 900px) {
    body.folie-2026 .alf-before-footer__offers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    body.folie-2026 .alf-before-footer__offers .alfbo-offer {
        padding: 16px 14px 18px;
        border-radius: 18px;
    }

    body.folie-2026 .alf-before-footer__offers .alfbo-offer h3 {
        font-size: 20px;
    }

    body.folie-2026 .alf-before-footer__offers .alfbo-offer p {
        font-size: 14px;
    }

    body.folie-2026 .alf-before-footer__offers .alfbo-offer :where(a.alfbo-mini-button, button.alfbo-mini-button) {
        padding: 13px 8px;
        font-size: 15px;
    }
}

@media (max-width: 560px) {
    body.folie-2026 .alf-before-footer__offers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .site-form-alert {
        width: calc(100% - 0px);
    }

    .site-form-alert--error {
        width: 100%;
        padding: 16px;
    }

    .site-form-alert__inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 12px;
        padding: 14px;
        border-radius: 16px;
    }

    .site-form-alert__content strong {
        font-size: 15px;
    }

    .site-form-alert__content p {
        font-size: 13px;
    }

    body.folie-2026 .alf-before-footer__offers .alfbo-offer .alfbo-offer-logo {
        padding: 7px 10px;
        font-size: 16px;
    }
}

body.folie-2026 .alfbo-newsletter {
    display: flex;
    justify-content: center;
    max-width: none;
    margin: 0;
}

.folie-2026-form-message {
    margin: 0 0 14px;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
}

.folie-2026-form-message.is-success {
    background: rgba(87, 191, 103, .16);
    color: #c7ffd0;
}

.folie-2026-form-message.is-error {
    background: rgba(57, 20, 24, .96);
    color: #ffe6e8;
}

.folie-2026-form-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.alf-newsletter-modal {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        radial-gradient(circle at top, rgba(232, 38, 62, .14), transparent 38%),
        rgba(0, 0, 0, .72);
    backdrop-filter: blur(8px);
    transition: background-color .38s ease, opacity .38s ease;
}

.alf-newsletter-modal[hidden] {
    display: none;
}

body.alf-newsletter-modal-open {
    overflow: hidden;
}

.alf-newsletter-modal__dialog {
    position: relative;
    width: min(1080px, 100%);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #323232;
    color: #fff;
    border-radius: 28px;
    padding: 22px 26px 28px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .45);
    transition: opacity .38s ease, transform .42s cubic-bezier(.22, 1, .36, 1), filter .42s ease;
}

.alf-newsletter-modal__close {
    position: sticky;
    top: 18px;
    left: calc(100% - 44px);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.alf-newsletter-modal__grid {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.alf-newsletter-modal__media {
    min-height: 380px;
    border-radius: 22px;
    overflow: hidden;
    background: #181818;
}

.alf-newsletter-modal__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alf-newsletter-modal__content h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
}

.alf-newsletter-modal__text {
    margin: 0 0 18px;
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.24;
    font-weight: 700;
}

.alf-newsletter-modal__text p {
    margin: 0;
}

.alf-newsletter-modal__form form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
}

.alf-newsletter-modal__form form > :not(.alf-newsletter-modal__captcha):not(.alf-newsletter-modal__submit) {
    grid-column: 1 / -1;
}

.alf-company-modal__form form,
.alf-rent-modal__form form,
.alf-young-modal__form form,
.alf-all-modal__form form,
.alf-team-mail-modal__form form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
}

.alf-company-modal__form form > :not(.alf-company-modal__captcha):not(.alf-company-modal__submit),
.alf-rent-modal__form form > :not(.alf-rent-modal__captcha):not(.alf-rent-modal__submit),
.alf-young-modal__form form > :not(.alf-young-modal__captcha):not(.alf-young-modal__submit),
.alf-all-modal__form form > :not(.alf-all-modal__captcha):not(.alf-all-modal__submit),
.alf-team-mail-modal__form form > :not(.alf-team-mail-modal__captcha):not(.alf-team-mail-modal__submit) {
    grid-column: 1 / -1;
}

.alf-newsletter-modal__form p,
.alf-team-mail-modal__form p {
    margin: 0;
}

.alf-newsletter-modal__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.alf-newsletter-modal__form input[type="text"],
.alf-newsletter-modal__form input[type="email"],
.alf-newsletter-modal__form textarea,
.alf-newsletter-modal__form .wpcf7 input[type="text"],
.alf-newsletter-modal__form .wpcf7 input[type="email"],
.alf-newsletter-modal__form .wpcf7 textarea,
.alf-newsletter-modal__form .wpcf7-form-control-wrap input,
.alf-newsletter-modal__form .wpcf7-form-control-wrap textarea,
.alf-team-mail-modal__form .wpcf7 input[type="text"],
.alf-team-mail-modal__form .wpcf7 input[type="email"],
.alf-team-mail-modal__form .wpcf7 textarea,
.alf-team-mail-modal__form .wpcf7-form-control-wrap input,
.alf-team-mail-modal__form .wpcf7-form-control-wrap textarea {
    width: 100%;
    background: #1d1d1d;
    border: 0;
    border-radius: 12px;
    padding: 0 18px;
    color: #fff;
    font: 700 16px/1 var(--alf-font-family);
}

.alf-newsletter-modal__form input[type="text"],
.alf-newsletter-modal__form input[type="email"],
.alf-newsletter-modal__form .wpcf7 input[type="text"],
.alf-newsletter-modal__form .wpcf7 input[type="email"],
.alf-newsletter-modal__form .wpcf7-form-control-wrap input,
.alf-team-mail-modal__form .wpcf7 input[type="text"],
.alf-team-mail-modal__form .wpcf7 input[type="email"],
.alf-team-mail-modal__form .wpcf7-form-control-wrap input {
    min-height: 58px;
}

.alf-newsletter-modal__form textarea,
.alf-newsletter-modal__form .wpcf7 textarea,
.alf-newsletter-modal__form .wpcf7-form-control-wrap textarea,
.alf-team-mail-modal__form .wpcf7 textarea,
.alf-team-mail-modal__form .wpcf7-form-control-wrap textarea {
    min-height: 160px;
    padding: 18px;
    resize: vertical;
}

.alf-newsletter-modal__form input::placeholder,
.alf-newsletter-modal__form textarea::placeholder,
.alf-newsletter-modal__form .wpcf7 input::placeholder,
.alf-newsletter-modal__form .wpcf7 textarea::placeholder,
.alf-newsletter-modal__form .wpcf7-form-control-wrap input::placeholder,
.alf-newsletter-modal__form .wpcf7-form-control-wrap textarea::placeholder,
.alf-team-mail-modal__form .wpcf7 input::placeholder,
.alf-team-mail-modal__form .wpcf7 textarea::placeholder,
.alf-team-mail-modal__form .wpcf7-form-control-wrap input::placeholder,
.alf-team-mail-modal__form .wpcf7-form-control-wrap textarea::placeholder {
    color: #7f7f7f;
}

.alf-newsletter-modal__captcha {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 18px;
    width: 50%;
    min-height: 70px;
    border: none;
    padding: 0 16px;
    background: none;
}

.alf-newsletter-modal__captcha-success {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
    white-space: nowrap;
}

.alf-newsletter-modal__captcha-success::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #57bf67;
    color: #fff;
    font-size: 26px;
    line-height: 1;
}

.alf-newsletter-modal__captcha-brand {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    flex: 0 0 auto;
    align-items: flex-end;
    color: #d8d8d8;
    font-size: 10px;
    line-height: 1.1;
    text-align: right;
}

.alf-newsletter-modal__captcha-brand strong {
    display: block;
    color: #f59a3a;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .04em;
}

.alf-company-modal__captcha,
.alf-rent-modal__captcha,
.alf-young-modal__captcha,
.alf-all-modal__captcha,
.alf-team-mail-modal__captcha {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 18px;
    width: 100%;
}

.alf-rent-modal__captcha,
.alf-young-modal__captcha,
.alf-all-modal__captcha {
    justify-content: space-between;
    width: min(260px, 100%);
    min-height: 70px;
    border: none;
    padding: 0 16px;
    background: none;
}

.alf-company-modal__captcha {
    justify-content: space-between;
    width: min(320px, 100%);
    min-height: 70px;
    border: none;
    padding: 0 16px;
    background: rgba(255, 255, 255, .02);
}

.alf-company-modal__captcha-success,
.alf-rent-modal__captcha-success,
.alf-young-modal__captcha-success,
.alf-all-modal__captcha-success,
.alf-team-mail-modal__captcha-success {
    flex: 0 0 auto;
    white-space: nowrap;
}

.alf-company-modal__captcha-brand,
.alf-rent-modal__captcha-brand,
.alf-young-modal__captcha-brand,
.alf-all-modal__captcha-brand,
.alf-team-mail-modal__captcha-brand {
    margin-left: auto;
    flex: 0 0 auto;
}

.alf-rent-modal__captcha-brand,
.alf-young-modal__captcha-brand,
.alf-all-modal__captcha-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #d8d8d8;
    font-size: 10px;
    line-height: 1.1;
    text-align: right;
}

.alf-rent-modal__captcha-brand strong,
.alf-young-modal__captcha-brand strong,
.alf-all-modal__captcha-brand strong {
    display: block;
    color: #f59a3a;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .04em;
}

.alf-newsletter-modal__submit,
.alf-newsletter-modal__form .wpcf7-submit,
.alf-team-mail-modal__form .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: 360px;
    min-height: 58px;
    padding: 0 28px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(to right, var(--alf-red) 0 50%, var(--alf-white) 50% 100%);
    background-size: 200% 100%;
    background-position: 0 0;
    color: #fff;
    font: 800 18px/1 var(--alf-font-family);
    cursor: pointer;
    justify-self: end;
    text-decoration: none;
    transition: color .28s ease, border-color .28s ease, background-position .32s ease;
}

.alf-company-modal__submit,
.alf-rent-modal__submit,
.alf-young-modal__submit,
.alf-all-modal__submit,
.alf-team-mail-modal__submit,
.alf-team-mail-modal__form .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-width: 320px;
    min-height: 58px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(to right, var(--alf-red) 0 50%, var(--alf-white) 50% 100%);
    background-size: 200% 100%;
    background-position: 0 0;
    color: #fff;
    font: 800 18px / 1 var(--alf-font-family);
    cursor: pointer;
    justify-self: end;
    text-decoration: none;
    transition: color .28s ease, border-color .28s ease, background-position .32s ease;
}

.alf-newsletter-modal__submit:hover,
.alf-newsletter-modal__submit:focus-visible,
.alf-company-modal__submit:hover,
.alf-company-modal__submit:focus-visible,
.alf-rent-modal__submit:hover,
.alf-rent-modal__submit:focus-visible,
.alf-young-modal__submit:hover,
.alf-young-modal__submit:focus-visible,
.alf-all-modal__submit:hover,
.alf-all-modal__submit:focus-visible,
.alf-newsletter-modal__form .wpcf7-submit:hover,
.alf-newsletter-modal__form .wpcf7-submit:focus-visible,
.alf-company-modal__form .wpcf7-submit:hover,
.alf-company-modal__form .wpcf7-submit:focus-visible,
.alf-team-mail-modal__submit:hover,
.alf-team-mail-modal__submit:focus-visible,
.alf-team-mail-modal__form .wpcf7-submit:hover,
.alf-team-mail-modal__form .wpcf7-submit:focus-visible {
    background-position: 100% 0;
    color: var(--alf-black);
}

.alf-company-modal {
    position: fixed;
    margin-top: 30px;
    inset: 0;
    z-index: 9998;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        radial-gradient(circle at top, rgba(232, 38, 62, .14), transparent 38%),
        rgba(0, 0, 0, .72);
    backdrop-filter: blur(8px);
    transition: background-color .38s ease, opacity .38s ease;
}

.alf-company-modal[hidden] {
    display: none;
}

body.alf-company-modal-open {
    overflow: hidden;
}

.alf-company-modal__dialog {
    position: relative;
    width: min(1080px, 100%);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #343434;
    color: #fff;
    border-radius: 28px;
    padding: 22px 26px 28px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .45);
    transition: opacity .38s ease, transform .42s cubic-bezier(.22, 1, .36, 1), filter .42s ease;
}

.alf-company-modal__close {
    position: sticky;
    top: 18px;
    left: calc(100% - 44px);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.alf-company-modal__grid {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.alf-company-modal__media {
    min-height: 380px;
    border-radius: 22px;
    overflow: hidden;
    background: #86badc;
}

.alf-company-modal__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alf-company-modal__content h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
}

.alf-company-modal__text {
    margin: 0 0 18px;
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.24;
    font-weight: 700;
}

.alf-company-modal__text p {
    margin: 0;
}

.alf-company-modal__form form {
    display: grid;
    gap: 14px;
}

.alf-company-modal__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.alf-company-modal__form input[type="text"],
.alf-company-modal__form input[type="email"],
.alf-company-modal__form textarea {
    width: 100%;
    background: #1d1d1d;
    border: 0;
    border-radius: 12px;
    padding: 0 18px;
    color: #fff;
    font: 700 16px/1 var(--alf-font-family);
}

.alf-company-modal__form input[type="text"],
.alf-company-modal__form input[type="email"] {
    min-height: 58px;
}

.alf-company-modal__form textarea {
    min-height: 160px;
    padding: 18px;
    resize: vertical;
}

.alf-company-modal__form input::placeholder,
.alf-company-modal__form textarea::placeholder {
    color: #7f7f7f;
}

.alf-company-modal__captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(320px, 100%);
    min-height: 70px;
    border: none;
    padding: 0 16px;
    background: none;
}

.alf-company-modal__captcha-success {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
}

.alf-company-modal__captcha-success::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #57bf67;
    color: #fff;
    font-size: 26px;
    line-height: 1;
}

.alf-company-modal__captcha-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #d8d8d8;
    font-size: 10px;
    line-height: 1.1;
    text-align: right;
}

.alf-company-modal__captcha-brand strong {
    display: block;
    color: #f59a3a;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .04em;
}

.alf-rent-modal,
.alf-young-modal,
.alf-all-modal {
    position: fixed;
    margin-top: 30px;
    inset: 0;
    z-index: 9998;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        radial-gradient(circle at top, rgba(232, 38, 62, .14), transparent 38%),
        rgba(0, 0, 0, .72);
    backdrop-filter: blur(8px);
    transition: background-color .38s ease, opacity .38s ease;
}

.alf-rent-modal[hidden],
.alf-young-modal[hidden],
.alf-all-modal[hidden] {
    display: none;
}

body.alf-rent-modal-open,
body.alf-young-modal-open,
body.alf-all-modal-open {
    overflow: hidden;
}

.alf-rent-modal__dialog,
.alf-young-modal__dialog,
.alf-all-modal__dialog {
    position: relative;
    width: min(1080px, 100%);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #141414;
    color: #fff;
    border-radius: 28px;
    padding: 22px 26px 28px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .45);
    transition: opacity .38s ease, transform .42s cubic-bezier(.22, 1, .36, 1), filter .42s ease;
}

.alf-rent-modal__close,
.alf-young-modal__close,
.alf-all-modal__close {
    position: sticky;
    top: 18px;
    left: calc(100% - 44px);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.alf-newsletter-modal__dialog::-webkit-scrollbar,
.alf-company-modal__dialog::-webkit-scrollbar,
.alf-rent-modal__dialog::-webkit-scrollbar,
.alf-young-modal__dialog::-webkit-scrollbar,
.alf-all-modal__dialog::-webkit-scrollbar {
    display: none;
}

.alf-rent-modal__grid,
.alf-young-modal__grid,
.alf-all-modal__grid {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.alf-rent-modal__media,
.alf-young-modal__media,
.alf-all-modal__media {
    min-height: 380px;
    border-radius: 22px;
    overflow: hidden;
    background: #181818;
}

.alf-rent-modal__media img,
.alf-young-modal__media img,
.alf-all-modal__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alf-rent-modal__content h2,
.alf-young-modal__content h2,
.alf-all-modal__content h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.alf-rent-modal__text,
.alf-young-modal__text,
.alf-all-modal__text {
    margin: 0 0 18px;
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.24;
    font-weight: 700;
}

.alf-rent-modal__text p,
.alf-young-modal__text p,
.alf-all-modal__text p {
    margin: 0;
}

.alf-rent-modal__form form,
.alf-young-modal__form form,
.alf-all-modal__form form {
    display: grid;
    gap: 14px;
}

.alf-rent-modal__row,
.alf-young-modal__row,
.alf-all-modal__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.alf-rent-modal__form input[type="text"],
.alf-rent-modal__form input[type="email"],
.alf-rent-modal__form textarea,
.alf-young-modal__form input[type="text"],
.alf-young-modal__form input[type="email"],
.alf-young-modal__form textarea,
.alf-all-modal__form input[type="text"],
.alf-all-modal__form input[type="email"],
.alf-all-modal__form textarea {
    width: 100%;
    background: #1d1d1d;
    border: 0;
    border-radius: 12px;
    padding: 0 18px;
    color: #fff;
    font: 700 16px/1 var(--alf-font-family);
}

.alf-rent-modal__form input[type="text"],
.alf-rent-modal__form input[type="email"],
.alf-young-modal__form input[type="text"],
.alf-young-modal__form input[type="email"],
.alf-all-modal__form input[type="text"],
.alf-all-modal__form input[type="email"] {
    min-height: 58px;
}

.alf-rent-modal__form textarea,
.alf-young-modal__form textarea,
.alf-all-modal__form textarea {
    min-height: 160px;
    padding: 18px;
    resize: vertical;
}

.alf-rent-modal__form input::placeholder,
.alf-rent-modal__form textarea::placeholder,
.alf-young-modal__form input::placeholder,
.alf-young-modal__form textarea::placeholder,
.alf-all-modal__form input::placeholder,
.alf-all-modal__form textarea::placeholder {
    color: #7f7f7f;
}

.alf-rent-modal__file-label,
.alf-young-modal__file-label,
.alf-all-modal__file-label {
    color: #fff;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 900;
}

.alf-rent-modal__file,
.alf-young-modal__file,
.alf-all-modal__file {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 72px;
    padding: 0 14px;
    border-radius: 14px;
    background: #1d1d1d;
}

.alf-rent-modal__file button,
.alf-young-modal__file button,
.alf-all-modal__file button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    color: #111;
    font: 900 14px/1 var(--alf-font-family);
    cursor: pointer;
}

.alf-rent-modal__file span,
.alf-young-modal__file span,
.alf-all-modal__file span {
    color: #d0d0d0;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 700;
}

.alf-rent-modal__file-note,
.alf-young-modal__file-note,
.alf-all-modal__file-note {
    color: #9d9d9d;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 700;
}

.alf-rent-modal__captcha,
.alf-young-modal__captcha,
.alf-all-modal__captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(260px, 100%);
    min-height: 70px;
    border: none;
    padding: 0 16px;
    background: none;
}

.alf-rent-modal__captcha-success,
.alf-young-modal__captcha-success,
.alf-all-modal__captcha-success {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
}

.alf-rent-modal__captcha-success::before,
.alf-young-modal__captcha-success::before,
.alf-all-modal__captcha-success::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #57bf67;
    color: #fff;
    font-size: 26px;
    line-height: 1;
}

.alf-rent-modal__captcha-brand,
.alf-young-modal__captcha-brand,
.alf-all-modal__captcha-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #d8d8d8;
    font-size: 10px;
    line-height: 1.1;
    text-align: right;
}

.alf-rent-modal__captcha-brand strong,
.alf-young-modal__captcha-brand strong,
.alf-all-modal__captcha-brand strong {
    display: block;
    color: #f59a3a;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .04em;
}

.alf-company-modal__submit,
.alf-rent-modal__submit,
.alf-young-modal__submit,
.alf-all-modal__submit,
.alf-team-mail-modal__submit,
.alf-team-mail-modal__form .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-width: 380px;
    min-height: 58px;
    padding: 0 28px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(to right, var(--alf-red) 0 50%, var(--alf-white) 50% 100%);
    background-size: 200% 100%;
    background-position: 0 0;
    color: #fff;
    font: 800 18px/1 var(--alf-font-family);
    cursor: pointer;
    justify-self: end;
    text-decoration: none;
    transition: color .28s ease, border-color .28s ease, background-position .32s ease;
}

.alf-company-modal__submit:hover,
.alf-company-modal__submit:focus-visible,
.alf-rent-modal__submit:hover,
.alf-rent-modal__submit:focus-visible,
.alf-young-modal__submit:hover,
.alf-young-modal__submit:focus-visible,
.alf-all-modal__submit:hover,
.alf-all-modal__submit:focus-visible,
.alf-team-mail-modal__submit:hover,
.alf-team-mail-modal__submit:focus-visible,
.alf-team-mail-modal__form .wpcf7-submit:hover,
.alf-team-mail-modal__form .wpcf7-submit:focus-visible {
    background-position: 100% 0;
    color: var(--alf-black);
}

.alf-newsletter-modal__dialog,
.alf-company-modal__dialog,
.alf-rent-modal__dialog,
.alf-young-modal__dialog,
.alf-all-modal__dialog,
.alf-team-mail-modal__dialog {
    background: #141414;
}

.alf-newsletter-modal__media,
.alf-company-modal__media,
.alf-rent-modal__media,
.alf-young-modal__media,
.alf-all-modal__media,
.alf-team-mail-modal__media {
    min-height: 380px;
    background: #181818;
}

.alf-newsletter-modal__content h2,
.alf-company-modal__content h2,
.alf-rent-modal__content h2,
.alf-young-modal__content h2,
.alf-all-modal__content h2,
.alf-team-mail-modal__content h2 {
    font-size: 34px;
}

.alf-team-mail-modal {
    position: fixed;
    margin-top: 30px;
    inset: 0;
    z-index: 9998;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        radial-gradient(circle at top, rgba(232, 38, 62, .14), transparent 38%),
        rgba(0, 0, 0, .72);
    backdrop-filter: blur(8px);
    transition: background-color .38s ease, opacity .38s ease;
}

.alf-newsletter-modal.is-opening,
.alf-company-modal.is-opening,
.alf-rent-modal.is-opening,
.alf-young-modal.is-opening,
.alf-all-modal.is-opening,
.alf-team-mail-modal.is-opening {
    animation: alf-form-overlay-in .34s ease forwards;
}

.alf-newsletter-modal.is-opening .alf-newsletter-modal__dialog,
.alf-company-modal.is-opening .alf-company-modal__dialog,
.alf-rent-modal.is-opening .alf-rent-modal__dialog,
.alf-young-modal.is-opening .alf-young-modal__dialog,
.alf-all-modal.is-opening .alf-all-modal__dialog,
.alf-team-mail-modal.is-opening .alf-team-mail-modal__dialog {
    animation: alf-form-dialog-in .42s cubic-bezier(.22, 1, .36, 1) forwards;
}

.alf-newsletter-modal.is-closing,
.alf-company-modal.is-closing,
.alf-rent-modal.is-closing,
.alf-young-modal.is-closing,
.alf-all-modal.is-closing,
.alf-team-mail-modal.is-closing {
    opacity: 0;
}

.alf-newsletter-modal.is-closing .alf-newsletter-modal__dialog,
.alf-company-modal.is-closing .alf-company-modal__dialog,
.alf-rent-modal.is-closing .alf-rent-modal__dialog,
.alf-young-modal.is-closing .alf-young-modal__dialog,
.alf-all-modal.is-closing .alf-all-modal__dialog,
.alf-team-mail-modal.is-closing .alf-team-mail-modal__dialog {
    opacity: 0;
    transform: translateY(18px) scale(.985);
    filter: blur(8px);
}

.alf-team-mail-modal[hidden] {
    display: none;
}

body.alf-team-mail-modal-open {
    overflow: hidden;
}

.alf-team-mail-modal__dialog {
    position: relative;
    width: min(1080px, 100%);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #464646c2;
    color: #fff;
    border-radius: 28px;
    padding: 22px 26px 28px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .45);
    transition: opacity .38s ease, transform .42s cubic-bezier(.22, 1, .36, 1), filter .42s ease;
}

.alf-newsletter-modal__dialog,
.alf-company-modal__dialog,
.alf-rent-modal__dialog,
.alf-young-modal__dialog,
.alf-all-modal__dialog,
.alf-team-mail-modal__dialog {
    background: #323232;
}

.alf-newsletter-modal.is-submitting,
.alf-company-modal.is-submitting,
.alf-rent-modal.is-submitting,
.alf-young-modal.is-submitting,
.alf-all-modal.is-submitting,
.alf-team-mail-modal.is-submitting {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    pointer-events: none;
}

.alf-newsletter-modal.is-submitting .alf-newsletter-modal__dialog,
.alf-company-modal.is-submitting .alf-company-modal__dialog,
.alf-rent-modal.is-submitting .alf-rent-modal__dialog,
.alf-young-modal.is-submitting .alf-young-modal__dialog,
.alf-all-modal.is-submitting .alf-all-modal__dialog,
.alf-team-mail-modal.is-submitting .alf-team-mail-modal__dialog {
    opacity: 0;
    transform: translateY(-32px) scale(.985);
    filter: none;
}

.alf-team-mail-modal__dialog::-webkit-scrollbar {
    display: none;
}

.alf-team-mail-modal__close {
    position: sticky;
    top: 18px;
    left: calc(100% - 44px);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.alf-team-mail-modal__grid {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.alf-team-mail-modal__media {
    min-height: 360px;
    border-radius: 22px;
    overflow: hidden;
    background: #181818;
}

.alf-team-mail-modal__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alf-team-mail-modal__eyebrow {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.24;
    font-weight: 700;
}

.alf-team-mail-modal__content h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
}

.alf-team-mail-modal__job {
    margin: 0 0 18px;
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.24;
    font-weight: 700;
}

.alf-team-mail-modal__form form {
    display: grid;
    gap: 14px;
}

.alf-team-mail-modal__form input[type="text"],
.alf-team-mail-modal__form input[type="email"],
.alf-team-mail-modal__form textarea {
    width: 100%;
    background: #1d1d1d;
    border: 0;
    border-radius: 12px;
    padding: 0 18px;
    color: #fff;
    font: 700 16px/1 var(--alf-font-family);
}

.alf-team-mail-modal__form input[type="text"],
.alf-team-mail-modal__form input[type="email"] {
    min-height: 58px;
}

.alf-team-mail-modal__form textarea {
    min-height: 160px;
    padding: 18px;
    resize: vertical;
}

.alf-team-mail-modal__form input::placeholder,
.alf-team-mail-modal__form textarea::placeholder {
    color: #7f7f7f;
}

.alf-team-mail-modal__captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(320px, 100%);
    min-height: 70px;
    /*border: 2px solid rgba(255, 255, 255, .38);*/
    padding: 0 16px;
    /*background: rgba(255, 255, 255, .02);*/
}

.alf-team-mail-modal__captcha-success {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
}

.alf-team-mail-modal__captcha-success::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #57bf67;
    color: #fff;
    font-size: 26px;
    line-height: 1;
}

.alf-team-mail-modal__captcha-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #d8d8d8;
    font-size: 10px;
    line-height: 1.1;
    text-align: right;
}

.alf-team-mail-modal__captcha-brand strong {
    display: block;
    color: #f59a3a;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .04em;
}

.alf-newsletter-modal__form .wpcf7 form,
.alf-team-mail-modal__form .wpcf7 form {
    display: grid;
    gap: 14px;
}

.alf-newsletter-modal__form .wpcf7-form-control-wrap,
.alf-team-mail-modal__form .wpcf7-form-control-wrap {
    display: block;
}

.alf-newsletter-modal__form .wpcf7-spinner,
.alf-team-mail-modal__form .wpcf7-spinner {
    display: none;
}

.alf-modal-turnstile,
.alf-newsletter-modal__form .cf7sr-turnstile,
.alf-newsletter-modal__form .cf-turnstile,
.alf-newsletter-modal__form [class*="turnstile"],
.alf-team-mail-modal__form .cf7sr-turnstile,
.alf-team-mail-modal__form .cf-turnstile,
.alf-team-mail-modal__form [class*="turnstile"] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 18px;
    width: 100%;
    min-height: 70px;
    border: 2px solid rgba(255, 255, 255, .38);
    border-radius: 0;
    padding: 0 16px;
    background: rgba(255, 255, 255, .02);
    color: #fff;
}

.alf-modal-turnstile__success {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
    white-space: nowrap;
}

.alf-modal-turnstile__success::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #57bf67;
    color: #fff;
    font-size: 26px;
    line-height: 1;
}

.alf-modal-turnstile__brand {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    flex: 0 0 auto;
    align-items: flex-end;
    color: #d8d8d8;
    font-size: 12px;
    line-height: 1.1;
    text-align: right;
}

.alf-modal-turnstile__brand strong {
    display: block;
    color: #f59a3a;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .04em;
}

@media (max-width: 1100px) {
    .site-footer__inner {
        width: min(100% - 48px, 920px);
    }

    .site-footer__top,
    .site-footer__body {
        grid-template-columns: 1fr;
    }

    .site-footer__top {
        align-items: start;
        padding: 34px 0;
    }

    .site-footer__social {
        justify-content: flex-start;
    }

    .site-footer__body {
        gap: 48px;
        padding: 58px 0 72px;
    }
}

@media (max-width: 640px) {
    .site-footer__inner {
        width: min(100% - 32px, 520px);
    }

    .site-footer__nav {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .site-footer__nav a,
    .site-footer__links a {
        font-size: 18px;
    }

    .site-footer h2,
    .site-footer__quote p,
    .site-footer__quote cite {
        font-size: 22px;
    }

    .site-footer__search form {
        grid-template-columns: 1fr 56px;
        min-height: 62px;
    }

    .site-footer__search input {
        min-height: 62px;
        padding-left: 22px;
        font-size: 20px;
    }

    .site-footer__search button {
        width: 56px;
        height: 62px;
    }

    .site-footer__copyright {
        min-height: 64px;
        font-size: 17px;
    }

    body.folie-2026 .alf-before-footer__inner {
        width: calc(100% - 24px);
    }

    body.folie-2026 .alf-before-footer__red-title {
        font-size: 34px;
    }

    body.folie-2026 .alf-before-footer__text p {
        margin: 0;
        color: var(--alf-white);
        font-size: 19px;
        line-height: 1.4;
        font-weight: 700;
    }
}

@media (max-width: 900px) {
    body.folie-2026 .alf-before-footer__red-title {
        padding: 14px 22px 18px;
        font-size: 44px;
        line-height: 1;
    }

    body.folie-2026 .alf-before-footer__offers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.folie-2026 .alf-before-footer__offers .alfbo-offer {
        padding: 16px 14px 18px;
    }

    body.folie-2026 .alf-before-footer--stay {
        padding: 10px 0 84px;
        position: relative;
        z-index: 0;
    }

    body.folie-2026 .alf-before-footer--stay .alf-before-footer__red-title {
        margin-bottom: 72px;
    }

    body.folie-2026 .alf-before-footer__social-block {
        margin-top: 92px;
    }

    body.folie-2026 .alf-before-footer__social-block h3 {
        margin-bottom: 58px;
        font-size: 38px;
    }

    body.folie-2026 .alf-before-footer__social {
        grid-template-columns: repeat(3, 96px);
        gap: 28px;
        justify-content: center;
    }

    body.folie-2026 .alf-before-footer__social-link {
        width: 96px;
        height: 96px;
    }
}

@media (max-width: 560px) {
    body.folie-2026 .alf-before-footer__social-block h3 {
        font-size: 31px;
    }

    body.folie-2026 .alf-before-footer__social {
        grid-template-columns: repeat(3, 72px);
        gap: 18px;
    }

    body.folie-2026 .alf-before-footer__social-link {
        width: 72px;
        height: 72px;
    }
}

@media (max-width: 900px) {
    body.folie-2026 .alfcs-panel-text .alfcs-price-line {
    color: var(--alf-white);
    font-size: 20px;
    line-height: 1.05;
    font-weight: 900;
    margin: 0 0 18px;
}
    .site-header {
        padding: 15px 18px 0px;
        top: -18px;
    }

    .site-header__inner {
        width: 100%;
        box-sizing: border-box;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
        padding: 0px;
        position: relative;
        z-index: 1302;
    }

    .site-brand {
        width: clamp(176px, 44vw, 270px);
        position: relative;
        z-index: 1302;
        justify-self: start;
        align-self: center;
    }

    .site-nav--desktop {
        display: none;
    }

    .site-nav-toggle {
        position: relative;
        z-index: 1302;
        display: inline-flex;
        justify-self: end;
        align-self: center;
        flex-direction: column;
        gap: 6px;
        width: 62px;
        height: 62px;
        padding: 0;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 18px;
        background: none;
        color: #fff;
      
    }

    .site-nav-mobile {
        position: fixed;
        inset: 0;
        z-index: 1600;
        display: block;
        padding: 110px 24px 0px;
        background: rgba(0, 0, 0, .96);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-18px);
        transition: opacity .3s ease, transform .34s ease, visibility .3s ease;
    }

    .site-nav-mobile.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    body.nav-open {
        overflow: hidden;
    }

    body.nav-open .site-header {
        z-index: 1700;
    }

    body.nav-open .site-header__inner,
    body.nav-open .site-brand,
    body.nav-open .site-nav-toggle {
        z-index: 1805;
    }

    .site-nav--mobile {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .site-nav--mobile .site-nav-list,
    .site-nav--mobile .sub-menu {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .site-nav--mobile .site-nav-list {
        display: grid;
        gap: 18px;
        align-content: start;
    }

    .site-nav--mobile .menu-item {
        width: 100%;
    }

    .site-nav--mobile a {
        display: inline-block;
        max-width: 100%;
        padding: 5px 0;
        color: var(--alf-white);
        text-decoration: none;
        font-size: 30px;
        line-height: .98;
        font-weight: 900;
        -webkit-tap-highlight-color: transparent;
    }

    .site-nav--mobile a:focus-visible {
        outline: none;
    }

    .site-nav--mobile .menu-item-has-children > a::after {
        content: none;
    }

    .site-nav--mobile .sub-menu {
        display: grid;
        gap: 15px;
        margin-top: 8px;
        padding-left: 60px;
    }

    .site-nav--mobile .sub-menu a {
        padding: 4px 0;
        font-size: 23px;
        color: rgba(255, 255, 255, 0.9);
    }

    .site-nav--mobile .menu-item.is-current-display > a {
        display: inline-flex;
        align-items: center;
        padding: 8px 8px 10px;
        background: var(--alf-red);
        color: var(--alf-white);
        border-radius: 6px;
        transform: rotate(-2deg);
    }

    .site-nav--mobile .sub-menu .menu-item.is-current-display > a {
        padding: 5px 6px 7px;
    }

    .single-hero,
    .detail-hero,
    .professor-block,
    .detail-grid {
        grid-template-columns: 1fr;
    }
}

body.nav-open .site-nav-toggle {
    background: none;
    border-color: rgba(255, 255, 255, .92);
}

body.nav-open .site-nav-toggle__line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

body.nav-open .site-nav-toggle__line:nth-child(2) {
    opacity: 0;
}

body.nav-open .site-nav-toggle__line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 760px) {
    .alf-newsletter-modal,
    .alf-company-modal,
    .alf-rent-modal,
    .alf-young-modal,
    .alf-all-modal,
    .alf-team-mail-modal {
        padding: 16px;
    }

    .alf-newsletter-modal__dialog,
    .alf-company-modal__dialog,
    .alf-rent-modal__dialog,
    .alf-young-modal__dialog,
    .alf-all-modal__dialog,
    .alf-team-mail-modal__dialog {
        padding: 15px 15px 45px;
        border-radius: 18px;
    }

    .alf-newsletter-modal__close,
    .alf-company-modal__close,
    .alf-rent-modal__close,
    .alf-young-modal__close,
    .alf-all-modal__close,
    .alf-team-mail-modal__close {
        top: 0;
        right: 12px;
    }

    .alf-newsletter-modal__grid,
    .alf-company-modal__grid,
    .alf-rent-modal__grid,
    .alf-young-modal__grid,
    .alf-all-modal__grid,
    .alf-team-mail-modal__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: -40px;
    }

    .alf-newsletter-modal__media,
    .alf-company-modal__media,
    .alf-team-mail-modal__media {
        display: none;
    }

    .alf-rent-modal__media,
    .alf-young-modal__media,
    .alf-all-modal__media {
        display: none;
    }

    .alf-newsletter-modal__content h2 {
        font-size: 34px;
    }

    .alf-company-modal__content h2 {
        font-size: 30px;
    }

    .alf-team-mail-modal__eyebrow {
        font-size: 20px;
    }

    .alf-team-mail-modal__content h2 {
        font-size: 34px;
    }

    .alf-team-mail-modal__job {
        font-size: 20px;
    }

    .alf-newsletter-modal__row,
    .alf-company-modal__row {
        grid-template-columns: 1fr;
    }

    .alf-rent-modal__row,
    .alf-young-modal__row,
    .alf-all-modal__row {
        grid-template-columns: 1fr;
    }

    .alf-newsletter-modal__form input[type="text"],
    .alf-newsletter-modal__form input[type="email"],
    .alf-company-modal__form input[type="text"],
    .alf-company-modal__form input[type="email"],
    .alf-team-mail-modal__form input[type="text"],
    .alf-team-mail-modal__form input[type="email"] {
        min-height: 62px;
        padding: 0 18px;
        font-size: 16px;
    }

    .alf-rent-modal__form input[type="text"],
    .alf-rent-modal__form input[type="email"],
    .alf-young-modal__form input[type="text"],
    .alf-young-modal__form input[type="email"],
    .alf-all-modal__form input[type="text"],
    .alf-all-modal__form input[type="email"] {
        min-height: 62px;
        padding: 0 18px;
        font-size: 16px;
    }

    .alf-company-modal__form textarea {
        min-height: 140px;
    }

    .alf-team-mail-modal__form textarea {
        min-height: 140px;
    }

    .alf-rent-modal__form textarea,
    .alf-young-modal__form textarea,
    .alf-all-modal__form textarea {
        min-height: 140px;
    }

    .alf-newsletter-modal__captcha,
    .alf-company-modal__captcha {
        min-height: 60px;
        padding: 0 8px;
        gap: 5px;
        width: min(180px, 100%);
    }

    .alf-team-mail-modal__captcha {
        min-height: 60px;
        padding: 0 12px;
        gap: 10px;
        width: 100%;
    }

    .alf-rent-modal__captcha,
    .alf-young-modal__captcha,
    .alf-all-modal__captcha {
        min-height: 60px;
        padding: 0 12px;
        gap: 10px;
        width: min(260px, 100%);
    }

    .alf-newsletter-modal__captcha-success,
    .alf-company-modal__captcha-success,
    .alf-rent-modal__captcha-success,
    .alf-young-modal__captcha-success,
    .alf-all-modal__captcha-success,
    .alf-team-mail-modal__captcha-success {
        gap: 8px;
        font-size: 11px;
    }

    .alf-newsletter-modal__captcha-success::before,
    .alf-company-modal__captcha-success::before,
    .alf-rent-modal__captcha-success::before,
    .alf-young-modal__captcha-success::before,
    .alf-all-modal__captcha-success::before,
    .alf-team-mail-modal__captcha-success::before {
        width: 28px;
        height: 28px;
        font-size: 21px;
    }

    .alf-newsletter-modal__captcha-brand,
    .alf-company-modal__captcha-brand,
    .alf-rent-modal__captcha-brand,
    .alf-young-modal__captcha-brand,
    .alf-all-modal__captcha-brand,
    .alf-team-mail-modal__captcha-brand {
        font-size: 5px;
    }

    .alf-newsletter-modal__captcha-brand strong,
    .alf-company-modal__captcha-brand strong,
    .alf-rent-modal__captcha-brand strong,
    .alf-young-modal__captcha-brand strong,
    .alf-all-modal__captcha-brand strong,
    .alf-team-mail-modal__captcha-brand strong {
        font-size: 8px;
    }

    .alf-newsletter-modal__submit,
    .alf-company-modal__submit,
    .alf-rent-modal__submit,
    .alf-young-modal__submit,
    .alf-all-modal__submit,
    .alf-team-mail-modal__submit,
    .alf-newsletter-modal__form .wpcf7-submit,
    .alf-team-mail-modal__form .wpcf7-submit {
        width: auto;
        min-width: 132px;
        min-height: 60px;
        padding: 0 18px;
        font-size: 18px;
    }

    body.folie-2026 .alfcs-panel {
        inset: 60px 0;
        height: 100dvh;
        min-height: 100dvh;
        padding-bottom: env(safe-area-inset-bottom);
    }

    body.folie-2026 .alfcs-panel-inner {
        width: 100vw;
        min-height: calc(100dvh + env(safe-area-inset-bottom) + 4px);
        padding: 18px 0 120px;
    }

    body.folie-2026 .alfcs-panel-head {
        width: calc(100% - 36px);
        margin-bottom: 34px;
        padding-top: 8px;
    }

    body.folie-2026 .alfcs-panel-head span {
        font-size: 22px;
    }

    body.folie-2026 .alfcs-close {
        top: 96px;
        right: 18px;
        width: 42px;
        height: 42px;
        min-height: 42px;
        font-size: 30px;
    }

    body.folie-2026 .alfcs-panel-grid,
    body.folie-2026 .alfcs-prof,
    body.folie-2026 .alfcs-detail-back {
        width: calc(100% - 36px);
    }

    body.folie-2026 .alfcs-panel-grid,
    body.folie-2026 .alfcs-prof {
        grid-template-columns: 1fr;
    }

    body.folie-2026 .alfcs-detail-page {
        min-height: calc(100vh - 82px);
        padding: 18px 0 42px;
    }

    body.folie-2026 .alfcs-detail-page--course::before {
        left: -96px;
        top: 94px;
        width: 180px;
        height: 180px;
    }

    body.folie-2026 .alfcs-detail-page--course::after {
        right: -72px;
        bottom: 132px;
        width: 135px;
        height: 135px;
    }

    body.folie-2026 .alfcs-detail-page--stage::before {
        left: auto;
        right: -92px;
        top: 118px;
        width: 185px;
        height: 185px;
    }

    body.folie-2026 .alfcs-detail-page--stage::after {
        right: auto;
        left: -74px;
        bottom: 108px;
        width: 130px;
        height: 130px;
    }

    body.folie-2026 .alfcs-detail-back {
        font-size: 20px;
    }

    body.folie-2026 .alfcs-detail .alfcs-panel-img {
        height: 360px;
        min-height: 360px;
    }

    body.folie-2026 .alfcs-detail-page .alfcs-prof {
        grid-template-columns: 1fr;
        margin-top: 44px;
    }

    body.folie-2026 .alfcs-panel .alfcs-prof {
        grid-auto-flow: row;
        grid-template-columns: 1fr;
    }

    body.folie-2026 .alfcs-panel .alfcs-prof img {
        order: 1;
        justify-self: start;
    }

    body.folie-2026 .alfcs-panel .alfcs-prof > div {
        order: 2;
    }

    body.folie-2026 .alfcs-prof img {
        width: 100%;
        max-width: 420px;
        justify-self: start;
    }

    body.folie-2026 .alfcs-panel-text h2 {
        font-size: 34px;
    }

    body.folie-2026 .alfcs-panel-text h3 {
        font-size: 25px;
        margin-bottom: 34px;
    }
}

.entry-content--wide > * {
    max-width: none;
}

.spectacle-content .detail-grid > section {
    min-width: 0;
}
