/* - REPERES DEVELOPPEMENT */
body.logged-in:before {
    --nb-c: var(--wp--custom--columns);
    --p: var(--wp--preset--spacing--60);
    --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%;
}

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

header {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 9;
    transition: 300ms;
}

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

header .widget_nav_menu + p{
    display: none;
}

header .widget_nav_menu .menu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--wp--preset--spacing--20);
    font-weight: 500;
}

header .widget_nav_menu .menu-item-has-children>a{
    padding-right: 25px;
    cursor: pointer;
}

header .widget_nav_menu .menu-item-has-children >a:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 19px;
    background: currentColor;
    mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOSAxOSI+PHBhdGggZD0iTTE0Ljk1NyA3LjgzMiA5LjUgMTMuMjg5IDQuMDQzIDcuODMybDEuNDE0LTEuNDE0TDkuNSAxMC40NjFsNC4wNDMtNC4wNDN6Ii8+PC9zdmc+');
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}

header .widget_nav_menu .menu-item-has-children:hover > a{
    color: var(--wp--preset--color--primary);
}

header .widget_nav_menu .sub-menu{
    position: absolute;
    top: calc(100% + 40px);
    display: flex;
    flex-direction: column;
    background: var(--wp--preset--color--secondary);
    padding: var(--wp--preset--spacing--20);
    gap: var(--wp--preset--spacing--20);
    border-radius: 0 0 6px 6px;
    max-width: unset !important;
    width: max-content;
}

header .widget_nav_menu .menu-item-has-children:not(:hover) .sub-menu{
    display: none;
}

header .widget_nav_menu .sub-menu:before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 40px;
    width: 100%;
}

header .widget_nav_menu .sub-menu a{
    color: var(--wp--preset--color--dark);
}

header .widget_nav_menu a{
    text-decoration: unset;
    transition: 300ms;
}

header .widget_nav_menu a:hover,
header .widget_nav_menu .current-menu-item a,
header .menu-item-has-children:has(.current-menu-item) > a{
    color: var(--wp--preset--color--primary);
}

header .widget_nav_menu .menu:has(> li.wpml-ls-item) > li:nth-last-of-type(2),
header .widget_nav_menu .menu:not(:has(> li.wpml-ls-item)) > li:last-of-type,
header .widget_nav_menu .menu > li.wpml-ls-item{
    display: none;
}


header .wp-block-button:has(.open-menu-button) {
    display: none;
}

header .open-menu-button:not(:hover){
    background-color: #A0B2C8;
    color: var(--wp--preset--color--dark);
}

header .wpml-ls, 
header .wpml-ls *,
header .wpml-ls-native{
    border: unset !important;
    padding: unset !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

header .wpml-ls img{
    border-radius: 6px;
}

/* - BODY AND SPECIFIC - */
.wp-block-image img{
	max-height: calc(100svh - var(--wp--custom--header--height) - var(--wp--preset--spacing--30));
}

.netdev-block-icon:is(.icon-76, .icon-551) g{
    cursor: pointer;
}

.netdev-block-icon:is(.icon-76, .icon-551) g path{
    transition: 300ms;
}

.netdev-block-icon:is(.icon-76, .icon-551) g:hover path[style*='#'],
.netdev-block-icon:is(.icon-76, .icon-551) g.open path[style*='#']{
    fill: var(--wp--preset--color--primary) !important;
}

.implantation:not(.open){
    display: none !important;
}

.post-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-description{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-description *:not(p:first-of-type){
    display: none;
}

details.offer{
    background-color: #E6E6E6;
    border-radius: 10px;
}

details.offer summary{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px var(--wp--preset--spacing--20);
    padding: var(--wp--preset--spacing--30);
    cursor: pointer;
}

details.offer summary>p:first-child{
    width: 470px;
}

details.offer summary svg{
    fill: var(--wp--preset--color--primary);
}

details.offer[open] summary svg{
    transform: rotate(0.5turn);
}

details.offer .is-layout-grid > :nth-child(2n+1):has(+*):before{
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% + var(--wp--preset--spacing--50) / 2);
    height: 100%;
    width: 1px;
    background-color: var(--wp--preset--color--dark);
}

details.offer .is-layout-grid > :nth-child(2n+1):not(:has(+*)){
    grid-column: span 2;
}

details.offer .is-layout-grid> :nth-child(2n+1):has(+*+*):after{
    content: '';
    position: absolute;
    top: calc(100% + var(--wp--preset--spacing--50) / 2);
    left: 0;
    height: 1px;
    width: calc(200% + var(--wp--preset--spacing--50));
    background-color: var(--wp--preset--color--dark);
}

details.offer .is-layout-grid > div > div:has(>ul) {
    gap: var(--wp--preset--spacing--20) !important;
}

.post-template-default{
    padding-top: var(--wp--custom--header--height);
}

.post-template-default figure.post-image{
    margin: unset !important;
}

.post-template-default figure.post-image img{
    aspect-ratio: 766/728 !important;
    height: auto;
    object-fit: cover;
}

.post-template-default figure.post-image + .swiper-navigation{
    display: none !important;
}

.post-template-default .swiper-navigation{
    margin-top: var(--wp--preset--spacing--20);
    justify-self: flex-end;
    padding-left: var(--wp--preset--spacing--60);
}

.post-template-default .next-post svg{
    transform: rotate(-0.25turn);
}

.gg-paginations *{
    border: unset !important;
}

/* - FOOTER - */
footer .has-dark-background-color,
footer .has-dark-background-color .swiper.pictures-logos img{
    background-color: #232323 !important;
}

/* - SWIPER - */
[class*='swiper-button-'] svg{
    border-radius: 6px;
}

.swiper.pictures-logos img{
    background-color: var(--wp--preset--color--light);
    object-fit: contain !important;
    aspect-ratio: 276/100 !important;
}

.has-secondary-200-background-color .swiper.pictures-logos img{
    background-color: var(--wp--preset--color--secondary-200);
}

.has-dark-background-color .swiper.pictures-logos img{
    background-color: var(--wp--preset--color--dark);
}

.swiper.helicoptere-default .swiper-slide,
.swiper.metier-default .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--wp--preset--spacing--20);
}

.swiper.helicoptere-default .swiper-slide{
    width: calc((100% - var(--wp--preset--spacing--60) - 3 * var(--wp--preset--spacing--20)) / 4);
    min-width: 309px !important;
}

.swiper.helicoptere-default svg{
    background-color: var(--wp--preset--color--secondary-200);
    padding: var(--wp--preset--spacing--20);
    border-radius: 6px;
    aspect-ratio: 313/116;
}

.swiper.metier-default .swiper-slide {
    width: 400px;
    background-color: var(--wp--preset--color--secondary-200);
    padding: var(--wp--preset--spacing--20);
    border-radius: 6px;
    height: auto;
}

.swiper.pictures-post-slider img {
    aspect-ratio: 766/728 !important;
}
/* - 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--primary) !important;
    font-size: var(--wp--preset--font-size--button, inherit) !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
    padding: 12px 24px !important;
    text-transform: uppercase !important;
}

.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 .modern-title {
    color: inherit !important;
}

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

.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 {
    word-break: break-word;
}

.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--accent, var(--wp--preset--color--primary)) !important;
    text-decoration: underline;
}

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

/* - POPUPS - */
:is(html, body):has(:is(.popup, .form-popup).open) {
    overflow: hidden;
}

:is(.popup, .form-popup) {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    align-content: center;
    z-index: 9999;
}

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

/* - RESPONSIVE - */
@media screen and (max-width: 1511px) {

    /* BIGGER TABLET > GLOBAL */
    :root{
        --wp--preset--spacing--60: 80px;
    }

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

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

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

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

    .bigger-tablet-unset-padding-top{
        padding-top: unset !important;
    }

    /* BIGGER TABLET > HEADER */
    header .netdev-block-icon.logo{
        --icon-width: 157px !important;
    }

    /* BIGGER TABLET > BODY AND SPECIFIC */

    /* BIGGER TABLET > SWIPER */

    /* BIGGER TABLET > FOOTER */
}

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

    /* TABLET > GLOBAL */
    .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-reset-padding-inline {
        padding-right: var(--wp--preset--spacing--60) !important;
        padding-left: var(--wp--preset--spacing--60) !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;
    }

    /* TABLET > HEADER */
    header .menu-burger:not(.open){
        display: none;
    }

    body.logged-in:has(#wpadminbar) header .menu-burger {
        transform: translateY(32px);
    }

    header:has(.menu-burger.open) .has-dark-background-color{
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    header .menu-burger{
        position: fixed;
        top: var(--wp--custom--header--height);
        left: var(--wp--preset--spacing--60);
        background-color: var(--wp--preset--color--dark);
        width: calc(100% - 2 * var(--wp--preset--spacing--60));
        padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
        border-bottom-right-radius: 6px !important;
        border-bottom-left-radius: 6px !important;
    }

    header .widget_nav_menu .menu{
        justify-content: space-between;
        gap: unset;
    }

    header .widget_nav_menu .sub-menu{
        top: calc(100% + var(--wp--preset--spacing--20));
    }

    header .widget_nav_menu .sub-menu:before{
        height: var(--wp--preset--spacing--20);
    }

    header .wp-block-button:has(.open-menu-button){
        display: flex;
    }

    /* TABLET > BODY AND SPECIFIC */
    .wp-block-image img{
        max-height: 75vh;
    }

    .is-layout-grid.tablet-column > .wp-block-group > figure:has(+ .has-background) img{
        max-height: 355px;
    }

    .netdev-block-icon:is(.icon-76, .icon-551){
        --icon-width: 735px !important;
    }

    details.offer summary{
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        padding: var(--wp--preset--spacing--20);
    }

    details.offer summary>p:first-child {
        width: unset;
    }

    details.offer summary p{
        grid-column-start: 1;
    }

    details.offer summary svg{
        grid-column-start: 2;
        grid-row: 1 / 4;
    }

    details.offer > div{
        padding: 0 var(--wp--preset--spacing--20) var(--wp--preset--spacing--20) var(--wp--preset--spacing--20) !important;
    }

    /* TABLET > FOOTER */
    footer .is-layout-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    /* TABLET > SWIPER */

}

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

    /* SMALLER TABLET > GLOBAL */
    :root{
        --wp--preset--font-size--h-1: 40px;
        --wp--preset--font-size--h-2: 32px;
        --wp--preset--font-size--h-3: 20px;
        --wp--preset--spacing--60: 40px;
        --wp--custom--columns: 8;
    }

    .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-right,
    .smaller-tablet-unset-padding-inline {
        padding-right: unset !important;
    }

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

    .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;
    }

    div[style*='margin-top:var(--wp--preset--spacing--60)'],
    div[style*='margin-top: var(--wp--preset--spacing--60)']{
        margin-top: 60px !important;
    }

    div[style*='margin-bottom:var(--wp--preset--spacing--60)'],
    div[style*='margin-bottom: var(--wp--preset--spacing--60)']{
        margin-bottom: 60px !important;
    }

    /* SMALLER TABLET > HEADER */

    /* SMALLER TABLET > BODY AND SPECIFIC */
    .wpgmza_map {
        max-height: 300px !important;
    }

    details.offer .is-layout-grid > :nth-child(2n+1):has(+*):before,
    details.offer .is-layout-grid   > :nth-child(2n+1):has(+*+*):after {
        content: unset;
    }

    details.offer .is-layout-grid > :has(+*):after {
        content: '' !important;
        position: absolute !important;
        top: calc(100% + var(--wp--preset--spacing--50) / 2) !important;
        left: 0 !important;
        height: 1px !important;
        width: 100% !important;
        background-color: var(--wp--preset--color--dark) !important;
    }

    /* SMALLER TABLET > SWIPER */

    /* SMALLER TABLET > FOOTER */
    footer .is-layout-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    footer .is-layout-grid > *:last-child {
        grid-column-start: 3;
    }
}

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

    /* BIGGER MOBILE > GLOBAL */
    :root{
        --wp--preset--font-size--callout: 16px;
        --wp--preset--spacing--60: 20px;
        --wp--custom--columns: 6;
    }

    .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 > HEADER */
    header .widget_nav_menu .menu{
        flex-direction: column;
        gap: var(--wp--preset--spacing--20);
    }

    header .widget_nav_menu .sub-menu{
        position: static;
        width: 100%;
        margin-top: var(--wp--preset--spacing--20);
    }

    header .widget_nav_menu .sub-menu:before{
        content: unset;
    }

    /* BIGGER MOBILE > BODY AND SPECIFIC */

    /* BIGGER MOBILE > SWIPER */

    /* BIGGER MOBILE > FOOTER */
    footer .is-layout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    footer .is-layout-grid>*:last-child {
        grid-column-start: unset;
    }
}

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

    /* MOBILE > GLOBAL */
    :root{
        --wp--preset--font-size--h-1: 32px;
        --wp--preset--font-size--h-2: 24px;
        --wp--preset--font-size--h-3: 18px;
    }

    .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-reset-bigger-padding{
        padding: var(--wp--preset--spacing--30) !important;
    }

    /* MOBILE > HEADER */
    header .menu-burger{
        height: calc(100dvh - var(--wp--custom--header--height) - var(--wp--preset--spacing--20));
    }

    header .wp-block-button:has(.open-menu-button)~.wp-block-button,
    header .wp-block-button~.wp-block-group:has(.wpml-ls){
        display: none !important;
    }

    header .widget_nav_menu :is(.menu:has(> li.wpml-ls-item)>li:nth-last-of-type(2), .menu:not(:has(> li.wpml-ls-item))>li:last-of-type),
    header .widget_nav_menu .menu>li.wpml-ls-item{
        display: flex;
    }

    header .widget_nav_menu :is(.menu:has(> li.wpml-ls-item)>li:nth-last-of-type(2), .menu:not(:has(> li.wpml-ls-item))>li:last-of-type){
        order: 1;
    }

    header .widget_nav_menu :is(.menu:has(> li.wpml-ls-item)>li:nth-last-of-type(2), .menu:not(:has(> li.wpml-ls-item))>li:last-of-type) a{
        background-color: var(--wp--preset--color--primary);
        color: var(--wp--preset--color--light);
        padding: 12px 24px;
        border-radius: 6px;
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    header .widget_nav_menu :is(.menu:has(> li.wpml-ls-item)>li:nth-last-of-type(2), .menu:not(:has(> li.wpml-ls-item))>li:last-of-type) a:hover{
        background-color: var(--wp--preset--color--accent-hover);
    }

    /* MOBILE > BODY AND SPECIFIC */
    .netdev-block-icon.icon-104{
        --icon-width: 225px !important;
    }

    /* MOBILE > SWIPER */

    /* MOBILE > FOOTER */
    footer .is-layout-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

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

    /* SMALLER MOBILE > GLOBAL */
    .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 > HEADER */

    /* SMALLER MOBILE > BODY AND SPECIFIC */

    /* SMALLER MOBILE > SWIPER */

    /* SMALLER MOBILE > FOOTER */
}

@media screen and (max-width: 389px) {
    header .netdev-block-icon.logo {
        --icon-width: 140px !important;
    }
}