/* - REPERES DEVELOPPEMENT */
body.logged-in:before {
    --nb-c: var(--wp--custom--columns);
    --p: var(--wp--preset--spacing--75);
    --g: var(--wp--preset--spacing--20);
    --c: calc((100% - (var(--nb-c) - 1) * var(--g)) / var(--nb-c));

    /*content: '';*/
    position: fixed;
    top: 0;
    left: var(--p);
    height: 100%;
    width: calc(100% - 2 * var(--p));
    background-image:
        repeating-linear-gradient(90deg,
            red 0 calc(var(--c)),
            transparent calc(var(--c)) calc(var(--c) + var(--g)));
    background-size: 100%;
    opacity: 10%;
    z-index: 9;
    pointer-events: none;
}

/* - GLOBAL - */
[data-wpr-lazyrender] {
    content-visibility: unset !important;
}

*:not(canvas) {
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}

#wpadminbar * {
    position: unset;
    max-width: unset;
}

html,
body {
    overflow-x: hidden;
}

html {
    scroll-padding-top: calc(var(--wp--custom--header--height, 0px) + var(--wp--preset--spacing--20, 20px)) !important;
    scroll-behavior: smooth !important;
}

figure>img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

figure.has-custom-border img {
    border-style: solid;
}

a.wp-block-button__link {
    word-break: auto-phrase;
}

figure[class*='icon'],
div:has(> figure[class*='icon']:only-child) {
    min-width: fit-content;
    user-select: none;
}

figure[class*='icon']:has(a) {
    pointer-events: auto !important;
}

figure>a {
    width: 100%;
}

.wp-block-cover img {
    user-select: none;
}

a:not(.wp-element-button)[href^="tel:"],
a:not(.wp-element-button)[href^="mailto:"],
a:not(.wp-element-button)[href*="maps.app.goo.gl"],
a:not(.wp-element-button)[href*="facebook"],
a:not(.wp-element-button)[href*="linkedin"],
a:not(.wp-element-button)[href*="instagram"] {
    text-decoration: none;
    color: unset;
}

p a {
    color: unset;
}

a:not(.wp-element-button)[href^="tel:"]:hover,
a:not(.wp-element-button)[href^="mailto:"]:hover,
a:not(.wp-element-button)[href*="maps.app.goo.gl"]:hover,
a:not(.wp-element-button)[href*="facebook"]:hover,
a:not(.wp-element-button)[href*="linkedin"]:hover,
a:not(.wp-element-button)[href*="instagram"]:hover,
.logo:hover {
    opacity: .5;
}

.overflow-hidden {
    overflow: hidden;
}

p:not(.is-style-number):empty {
    display: none;
}

.wp-block-list {
    list-style: disc;
    padding-inline-start: 1em;
}

p strong {
    font-weight: 700;
}

summary {
    list-style-type: none !important;
}

details summary::-webkit-details-marker,
details summary::marker {
    display: none;
    content: "";
}

hr {
    width: 100%;
}

.is-layout-flex:not(.is-vertical)> :is(svg, .wp-block-buttons:has(> .wp-block-button:only-child)) {
    flex: none;
}

body.custom-background {
    background-size: 1000px !important;
}

/* - HEADER - */
body.logged-in:has(#wpadminbar) header.wp-block-template-part {
    margin-top: 32px;
}

header.wp-block-template-part {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 9;
    transition: 300ms;
    color: var(--wp--preset--color--light);
}

body:not(:has(.is-style-hero)) {
    padding-top: var(--wp--custom--header--height);
}

body:not(:has(.is-style-hero)) header.wp-block-template-part,
header.wp-block-template-part.scrolled {
    background: var(--wp--preset--color--dark);
}

header.wp-block-template-part>div:first-of-type {
    min-height: var(--wp--custom--header--height)
}

header.wp-block-template-part :is(.open-menu-button, .close-menu-button) {
    background: unset;
    border: unset;
    padding: unset;
    line-height: 1;
    cursor: pointer;
    display: none;
    transition: 300ms;
}

header.wp-block-template-part .open-menu-button:is(:hover, .open) {
    transform: scaleY(0.66);
}

header.wp-block-template-part nav li:has(a[href="#"]) {
    pointer-events: none !important;
}

header.wp-block-template-part nav :is(li:has(a[href="#"]), li.smaller) {
    display: none !important;
}

header.wp-block-template-part nav:not(:has(.button-primary)) li.wp-block-navigation-item {
    padding-block: 1px !important;
}

header.wp-block-template-part nav:not(:has(.button-primary)) :is(a.wp-block-navigation-item__content,
    li.wp-block-navigation-item) {
    border-top: solid 3px transparent;
    border-bottom: solid 3px transparent;
}

header.wp-block-template-part nav:not(:has(.button-primary)) ul:not(.wp-block-navigation-submenu)>li.wp-block-navigation-item:is(:hover, .current-menu-item):not(.wp-block-navigation-submenu)>.wp-block-navigation-item__content {
    border-bottom: solid 3px var(--wp--preset--color--secondary);
}

header.wp-block-template-part nav:not(:has(.button-primary)) li.wp-block-navigation-item:is(:hover, .current-menu-item):not(.wp-block-navigation-submenu) {
    border-bottom: solid 3px var(--wp--preset--color--primary);
}

header.wp-block-template-part nav .wp-block-navigation-submenu__toggle {
    background-color: #0090D4 !important;
    color: var(--wp--preset--color--light) !important;
    border-radius: 6px;
    padding: 16px 32px !important;
}

header.wp-block-template-part nav .wp-block-navigation-submenu__toggle:hover {
    background-color: var(--wp--preset--color--accent-hover) !important;
}

header.wp-block-template-part nav .wp-block-navigation__submenu-icon {
    display: none !important;
}

header.wp-block-template-part nav ul.wp-block-navigation-submenu {
    gap: var(--wp--preset--spacing--20);
    padding: 40px;
    width: max-content !important;
    max-width: unset;
    left: unset !important;
    right: 0;
    top: calc(100% + var(--wp--preset--spacing--30)) !important;
    border-radius: 6px;
    border: none !important;
    border-left: solid 6px var(--wp--preset--color--secondary) !important;
    border-bottom: solid 6px var(--wp--preset--color--secondary) !important;
}

header.wp-block-template-part nav ul.wp-block-navigation-submenu {
    justify-content: flex-end !important;
    align-items: flex-end !important;
    text-align: right !important;
    font-size: var(--wp--preset--font-size--icon) !important;
    line-height: 1.2em;
}

header.wp-block-template-part nav ul.wp-block-navigation-submenu li a {
    border-bottom: solid 3px transparent;
    transition: 300ms !important;
}

header.wp-block-template-part nav ul.wp-block-navigation-submenu li:is(:hover, .current-menu-item) a {
    color: var(--wp--preset--color--dark) !important;
    border-bottom: solid 3px var(--wp--preset--color--dark);
}

/* - BODY AND SPECIFIC - */
.netdev-service {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--wp--preset--spacing--20);
    padding: var(--wp--preset--spacing--30);
    color: var(--wp--preset--color--light);
    background: var(--wp--preset--color--dark);
    min-height: 520px;
    transition: 300ms;
    transition-timing-function: ease-out;
    text-decoration: none;
}

.netdev-service:hover {
    padding: calc(var(--wp--preset--spacing--30) + var(--wp--preset--spacing--10));
}

.netdev-service figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--wp--preset--gradient--primary);
    opacity: 0.6;
}

.netdev-service figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    transition: 300ms;
    transition-timing-function: ease-out;
}

.netdev-service:hover figure {
    padding: var(--wp--preset--spacing--30);
}

.netdev-service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.netdev-service :is(h3, .detail) {
    padding-right: calc(var(--wp--preset--spacing--10) * 2);
    transition: 300ms;
    transition-timing-function: ease-out;
}

.netdev-service .detail {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--wp--preset--spacing--20);
    opacity: 0;
    transform: translate(-20px, -36px);
    margin-top: calc(2 * var(--wp--preset--spacing--10));
}

.netdev-service:hover :is(h3, .detail) {
    padding-right: 0;
}

.netdev-service:hover .detail {
    transform: translate(0px, 0px);
    opacity: 1;
    margin-top: 0px;
}

.netdev-service .detail p {
    width: 100%;
}

.netdev-service svg {
    width: 88px;
    height: 56px;
    border-radius: 6px;
    fill: var(--wp--preset--color--light);
    padding: var(--wp--preset--spacing--10) calc(2 * var(--wp--preset--spacing--10));
    background: var(--wp--preset--color--secondary)
}

.netdev-service svg:hover {
    background: var(--wp--preset--color--accent-hover);
}

.video-popup {
    aspect-ratio: 4/3;
    overflow: hidden;
}

.video-popup>iframe {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: auto !important;
    height: 100% !important;
    min-height: 100%;
    max-width: unset !important;
    aspect-ratio: 16 / 9;
}

.video-popup:has(>iframe)>button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 114px;
    aspect-ratio: 1;
    height: auto;
    border: unset;
    border-radius: 360px;
    background: none;
    color: var(--wp--preset--color--light);
    text-transform: uppercase;
    cursor: pointer;
}

.video-popup:has(>iframe)>button:before {
    content: '';
    position: absolute;
    top: inherit;
    left: inherit;
    transform: inherit;
    aspect-ratio: inherit;
    height: 100%;
    width: inherit;
    border-radius: inherit;
    border: solid 1px var(--wp--preset--color--light);
    transition: 300ms;
}

.video-popup:has(>iframe)>button:hover:before {
    width: 144px;
	height: 144px;
}

.video-popup:has(>button)>iframe {
    pointer-events: none;
}

/* - FOOTER - */
footer.wp-block-template-part nav:not(:has(.button-primary)) .wp-block-navigation-item {
    padding-block: 1px !important;
}

footer.wp-block-template-part nav :is(.wp-block-navigation-item__content, .wp-block-navigation-item) {
    border-top: solid 3px transparent;
    border-bottom: solid 3px transparent;
}

footer.wp-block-template-part nav .wp-block-navigation-item:hover .wp-block-navigation-item__content {
    border-bottom: solid 3px var(--wp--preset--color--secondary);
}

footer.wp-block-template-part nav .wp-block-navigation-item:hover {
    border-bottom: solid 3px var(--wp--preset--color--primary);
}

/* - WP FORMS - */

.wpforms-container * {
    font-family: var(--wp--preset--font-family--secondary) !important;
    font-weight: 400 !important;
}

.wpforms-container {
    padding: unset !important;
    margin: unset !important;
}

.wpforms-field {
    padding-top: unset !important;
    padding-bottom: 20px !important;
}

.wpforms-field-label {
    font-weight: 400 !important;
}

.wpforms-required-label {
    /* display: none; */
    color: unset !important;
}

.wpforms-field-checkbox li {
    align-items: center !important;
}

.wpforms-submit {
    height: unset !important;
    font-family: var(--wp--preset--font-family--secondary) !important;
    font-size: var(--wp--preset--font-size--button, inherit) !important;
    font-weight: 400 !important;
    letter-spacing: 0.1em !important;
    line-height: 1.2em !important;
    padding: 16px 66px 16px 32px !important;
    text-transform: uppercase !important;
}

.wpforms-submit:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    background: currentColor;
    mask-image: url(/wp-content/uploads/2025/10/Arrow_right.svg);
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
}

.wpforms-submit:hover {
    background: var(--wp--preset--color--accent-hover) !important;
    border-color: currentColor !important;
    opacity: 1 !important;
}

.wpforms-uploader {
    padding: 10px 16px !important;
    border-style: solid !important;
}

.wpforms-uploader,
.dz-message {
    align-items: flex-start !important;
    gap: 5px;
}

.wpforms-uploader .modern-title {
    color: unset !important;
}

.iti__dropdown-content {
    max-width: unset !important;
}

.iti__dropdown-content * {
    color: var(--wp--preset--color--dark, black) !important;
}

.dz-message svg {
    display: none;
}

.dz-message .modern-title,
.dz-message .modern-hint {
    text-align: left;
}

.ui-timepicker-wrapper * {
    color: black !important;
}

.flatpickr-monthDropdown-months {
    text-transform: capitalize;
}

/* - MENTIONS LEGALES - */
.netdev-mentions-legales h2 {
    margin-top: var(--wp--preset--spacing--20);
    margin-bottom: var(--wp--preset--spacing--20);
}

.netdev-mentions-legales a {
    color: var(--wp--preset--color--primary) !important;
    text-decoration: underline;
}

.netdev-mentions-legales a:hover {
    opacity: 0.5;
}

/* - SWIPER - */
.pictures-logos .swiper-slide {
    width: fit-content;
}

.pictures-logos :is(figure, img) {
    height: 90px;
    width: auto !important;
}

.pictures-logos img {
    aspect-ratio: unset !important;
    object-fit: contain !important;
    max-width: 175px;
}

/* - POPUPS - */
.popup,
.form-popup {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    align-content: center;
    z-index: 9;
}

.popup:not(.open),
.form-popup:not(.open) {
    display: none;
}

/* - RESPONSIVE - */
@media screen and (max-width: 1511px) {
    :root {
        --wp--preset--spacing--40: 40px;
        --wp--preset--spacing--60: 80px;
        --wp--preset--spacing--75: 60px;
    }
}

@media screen and (max-width: 1279px) {

    /* TABLET > GLOBAL */
    :root {
        --wp--preset--font-size--h-1: 54px;
        --wp--preset--font-size--h-2: 40px;
        --wp--preset--font-size--h-3: 28px;
        --wp--preset--spacing--60: 60px;
        --wp--preset--spacing--75: 40px;
    }

    /* TABLET > HEADER */

    /* TABLET > BODY AND SPECIFIC */
    .tablet-column {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .tablet-column.reverse {
        flex-direction: column-reverse !important;
    }

    .tablet-column>* {
        flex-basis: unset !important;
    }

    .tablet-unset-max-width,
    .tablet-unset-max-width>*,
    .tablet-unset-max-width .wp-block-cover__inner-container>div {
        max-width: unset !important;
        flex-basis: unset !important;
        width: 100% !important;
    }

    .tablet-unset-padding-inline {
        padding-right: unset !important;
        padding-left: unset !important;
    }

    .tablet-unset-gap {
        gap: unset !important;
    }

    .tablet-text-align-center,
    .tablet-text-align-center * {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .tablet-2-columns {
        grid-template-columns: repeat(2, 1fr);
    }

    .tablet-unset-grid-column {
        grid-column: span 1;
    }

    .tablet-unset-grid-row {
        grid-row: span 1;
    }

    .netdev-service {
        padding: var(--wp--preset--spacing--25) var(--wp--preset--spacing--20);
        min-height: 415px;
    }

    .netdev-service:hover {
        padding: calc(var(--wp--preset--spacing--20) + var(--wp--preset--spacing--10))
    }

    .netdev-service:hover figure {
        padding: var(--wp--preset--spacing--20);
    }

    .netdev-service .detail {
        margin-top: unset;
    }

    .tablet-reset-padding-top {
        padding-top: 40px !important;
    }

    /* TABLET > FOOTER */
    footer>div {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    footer>div>div:first-of-type {
        grid-column: unset !important;
        justify-content: space-between;
    }

    /* TABLET > SWIPER */

}

@media screen and (max-width: 1023px) {

    /* SMALLER TABLET > GLOBAL */
    :root {
        --wp--custom--columns: 8;
    }

    /* SMALLER TABLET > HEADER */

    header.wp-block-template-part .open-menu-button {
        display: flex;
    }

    header.wp-block-template-part nav.menu-burger:not(.open) {
        display: none;
    }

    header.wp-block-template-part div.menu-burger {
        position: static;
    }

    header.wp-block-template-part nav.menu-burger {
        position: absolute;
        top: calc(100% + var(--wp--preset--spacing--30));
        right: calc(100% - 52px);
    }

    header.wp-block-template-part ul.menu-burger {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: var(--wp--preset--spacing--20);
        gap: var(--wp--preset--spacing--20);
        background: var(--wp--preset--color--dark);
        border-radius: 16px;
    }

    header.wp-block-template-part nav ul.wp-block-navigation-submenu {
        max-width: calc(100vw - 2 * var(--wp--preset--spacing--75) - var(--wp--preset--spacing--25) - 146px) !important;
    }

    /* SMALLER TABLET > BODY AND SPECIFIC */

    .smaller-tablet-2-columns {
        grid-template-columns: repeat(2, 1fr);
    }

    .smaller-tablet-column {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .smaller-tablet-column.reverse {
        flex-direction: column-reverse !important;
    }

    .smaller-tablet-column>* {
        flex-basis: unset !important;
    }

    .smaller-tablet-unset-max-width,
    .smaller-tablet-unset-max-width>*,
    .smaller-tablet-unset-max-width .wp-block-cover__inner-container>div {
        max-width: unset !important;
        flex-basis: unset !important;
        width: 100% !important;
    }

    .smaller-tablet-unset-padding,
    .smaller-tablet-unset-padding-right,
    .smaller-tablet-unset-padding-inline {
        padding-right: unset !important;
    }

    .smaller-tablet-unset-padding,
    .smaller-tablet-unset-padding-left,
    .smaller-tablet-unset-padding-inline {
        padding-left: unset !important;
    }

    .smaller-tablet-unset-padding,
    .smaller-tablet-unset-padding-vertical {
        padding-top: unset !important;
        padding-bottom: unset !important;
    }

    .smaller-tablet-reset-padding-vertical {
        padding-top: var(--wp--preset--spacing--20) !important;
        padding-bottom: var(--wp--preset--spacing--20) !important;
    }

    .smaller-tablet-reset-gap {
        gap: var(--wp--preset--spacing--20) !important;
    }

    .smaller-tablet-reset-padding-inline {
        padding-left: var(--wp--preset--spacing--60) !important;
        padding-right: var(--wp--preset--spacing--60) !important;
    }

    .smaller-tablet-hide {
        display: none !important;
    }

    .smaller-tablet-full-width {
        width: 100% !important;
        max-width: unset !important;
    }

    .smaller-tablet-text-align-center,
    .smaller-tablet-text-align-center * {
        text-align: center !important;
    }

    .smaller-tablet-bigger-gap {
        gap: 40px !important;
    }

    .smaller-tablet-bigger-padding-vertical {
        padding-top: var(--wp--preset--spacing--70) !important;
        padding-bottom: var(--wp--preset--spacing--70) !important;
    }

    .smaller-tablet-2-columns {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .smaller-tablet-32-padding {
        padding: var(--wp--preset--spacing--25) !important;
    }

    .smaller-tablet-min-width-465px>* {
        min-width: min(465px, 100%);
    }

    .wp-block-image>img {
        max-height: 400px !important;
    }

    .wpgmza_map {
        max-height: 400px !important;
    }
	
	.smaller-tablet-column .wp-image-155{
		width: 200px !important;
	}

    /* SMALLER TABLET > SWIPER */

    /* SMALLER TABLET > FOOTER */

}

@media screen and (max-width: 767px) {

    /* BIGGER MOBILE > GLOBAL */
    :root {
        --wp--custom--columns: 6;
        --wp--preset--font-size--h-1: 44px;
        --wp--preset--font-size--h-2: 32px;
        --wp--preset--font-size--h-3: 24px;
    }

    .bigger-mobile-column {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .bigger-mobile-column.reverse {
        flex-direction: column-reverse !important;
    }

    .bigger-mobile-column>* {
        flex-basis: unset !important;
    }

    .bigger-mobile-reset-gap {
        gap: var(--wp--preset--spacing--20) !important;
    }

    /* BIGGER MOBILE > HEADER */
    header.wp-block-template-part #logo {
        height: 72px;
    }

    /* BIGGER MOBILE > BODY AND SPECIFIC */

    .bigger-mobile-column>div[style*='border-right-style:none'][style*='border-bottom-style:solid'][style*='border-left-style:solid'],
    .bigger-mobile-column>div[style*='border-right-style: none'][style*='border-bottom-style: solid'][style*='border-left-style: solid'] {
        border-right: solid 1px var(--wp--preset--color--dark) !important;
        border-left: solid 1px var(--wp--preset--color--dark) !important;
        border-bottom: none !important;
    }

    figure.bigger-mobile-height-32px svg {
        height: 32px !important;
    }

    /* BIGGER MOBILE > SWIPER */

    /* BIGGER MOBILE > FOOTER */
    footer>div {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    footer>div>div:first-of-type {
        grid-column: span 2 !important;
        flex-direction: row !important;
        justify-content: center !important;
    }

    footer img[style *='365px'] {
        width: 200px !important;
    }
}

@media screen and (max-width: 639px) {

    /* MOBILE > GLOBAL */
    .mobile-column {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .mobile-column.reverse {
        flex-direction: column-reverse !important;
    }

    .mobile-column>* {
        flex-basis: unset !important;
    }

    /* MOBILE > HEADER */
    html:has(.menu-burger.open) {
        overflow: hidden;
    }

    header.wp-block-template-part .close-menu-button {
        display: flex;
    }

    header.wp-block-template-part div.menu-burger:not(.open) {
        display: none;
    }

    header.wp-block-template-part div.menu-burger {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--wp--preset--color--dark);
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--75);
        gap: 24px;
        overflow-y: auto;
    }

    header.wp-block-template-part nav.menu-burger {
        position: static;
        display: flex;
        gap: inherit;
    }

    header.wp-block-template-part ul.menu-burger {
        background: unset;
        border-radius: unset;
        padding: unset;
        align-items: flex-end;
        text-align: right;
        gap: inherit;
    }

    header.wp-block-template-part nav .wp-block-navigation-item:not(.smaller) {
        font-size: 24px !important;
    }

    header.wp-block-template-part nav .wp-block-navigation-item.smaller {
        font-size: 18px !important;
    }

    header.wp-block-template-part nav :is(li:has(a[href="#"]), li.smaller) {
        display: flex !important;
    }

    header.wp-block-template-part nav:has(.wp-block-navigation-submenu__toggle) {
        display: none !important;
    }

    /* MOBILE > BODY AND SPECIFIC */
	.smaller-mobile-grid-row-unset {
        grid-row: span 1 !important;
    }
	
	.smaller-mobile-grid-column-2 {
        grid-column: span 2 !important;
    }

    /* MOBILE > SWIPER */

    /* MOBILE > FOOTER */
    footer>div {
        grid-template-columns: 1fr !important;
    }

    footer>div>div:first-of-type {
        grid-column: unset !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: var(--wp--preset--spacing--20);
    }

    footer>div>div>div:first-of-type img[style *='365px'] {
        width: 250px !important;
    }

    footer>div>div>div:last-of-type img[style *='365px'] {
        width: 160px !important;
    }

    footer * {
        text-align: center !important;
    }

    footer nav,
    footer nav ul {
        align-items: center !important;
    }
}

@media screen and (max-width: 390px) {

    /* SMALLER MOBILE > GLOBAL */
    :root {
        --wp--preset--spacing--75: 20px;
    }

    .smaller-mobile-column {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .smaller-mobile-column.reverse {
        flex-direction: column-reverse !important;
    }

    .smaller-mobile-column>* {
        flex-basis: unset !important;
    }

    .smaller-mobile-unset-padding-inline {
        padding-left: unset !important;
        padding-right: unset !important;
    }

    .smaller-mobile-reset-padding-inline {
        padding-left: var(--wp--preset--spacing--20) !important;
        padding-right: var(--wp--preset--spacing--20) !important;
    }

    /* SMALLER MOBILE > HEADER */

    /* SMALLER MOBILE > BODY AND SPECIFIC */
    

    /* SMALLER MOBILE > SWIPER */

    /* SMALLER MOBILE > FOOTER */
}