/* - REPERES DEVELOPPEMENT */
body.logged-in:before {
    --nb-c: 12;
    --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 {
    padding-top: var(--wp--custom--header--height);
}

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 nav li {
    white-space: nowrap;
}

header nav>ul>li:last-of-type,
header .wp-block-buttons .wp-block-button:first-of-type {
    display: none !important;
}

header nav li {
    font-weight: 600 !important;
}

header .current-menu-item,
header .current-menu-ancestor,
header nav li:has(>a:hover) {
    color: var(--wp--preset--color--primary) !important;
}

header .wp-block-navigation__submenu-container {
    padding: var(--wp--preset--spacing--20);
    gap: var(--wp--preset--spacing--20);
    background: var(--wp--preset--color--light) !important;
    border: unset !important;
    border-bottom: 3px solid var(--wp--preset--color--primary) !important;
}

/* - BODY AND SPECIFIC - */
div:has(> .wp-block-cover.is-style-hero) {
    overflow: hidden;
}

div:has(> .wp-block-cover.is-style-hero) div:has(> iframe) {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 22 / 9;
    max-width: unset;
    height: 105%;
    width: auto;
    min-width: 105%;
    min-height: 105%;
}

.page-id-12 div:has(> .swiper.machine-machines) {
    padding-top: var(--wp--preset--spacing--50) !important;
    background: linear-gradient(180deg, var(--wp--preset--color--secondary) 66%, transparent 66%);
}

.page-id-12 div:has(> .swiper.machine-machines) .wp-block-heading {
    color: var(--wp--preset--color--light);
}

:root :where(.wp-block-button.is-style-outline .wp-block-button__link) {
    border-width: 1px;
}

:root :where(.wp-block-button.is-style-outline .wp-block-button__link:hover) {
    background: var(--wp--preset--color--grey-hover) !important;
}

:root :where(.has-light-color .wp-block-button.is-style-outline .wp-block-button__link:hover) {
    background: var(--wp--preset--color--light) !important;
    border-color: var(--wp--preset--color--light) !important;
}

:root :where(.has-light-color .wp-block-button.is-style-outline .wp-block-button__link:hover) {
    color: var(--wp--preset--color--dark) !important;
}

.words-slider {
    display: flex;
    flex-direction: row;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--light);
    white-space: nowrap;
    overflow: hidden;
}

.words-slider p {
    line-height: 1.5em;
    max-width: none;
    animation: word-slider 60s linear infinite;
	animation-delay: 100ms;
}

.words-slider p::after {
    content: attr(data-content);
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    height: 100%;
    width: 100%;
    color: var(--wp--preset--color--light);
	line-height: 1.5em;
	font-size: inherit;
	-webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: transparent;
}

@keyframes word-slider {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

.netdev-marque {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: var(--wp--preset--spacing--20);
}

.netdev-marque img {
    aspect-ratio: 222/158;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.netdev-marque .details {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--20);
    justify-content: space-between;
}

.netdev-marque .title {
    text-transform: uppercase;
    color: var(--wp--preset--color--primary);
}

div:has(>.netdev-machines) {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: var(--wp--preset--spacing--20);
}

.netdev-machines {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--preset--spacing--20);
}

.filters:has(+.netdev-machines) summary {
    justify-self: left;
    cursor: pointer;
    padding-right: 34px;
	display: inline-block;
}

.filters:has(+.netdev-machines) summary:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 24px;
    width: 24px;
    transform: translateY(-50%);
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI1Ij4KICA8cGF0aCBkPSJNMTguNzA3LDEwLjIwN2wtNi43MDcsNi43MDctNi43MDctNi43MDcsMS40MTQtMS40MTQsNS4yOTMsNS4yOTMsNS4yOTMtNS4yOTMsMS40MTQsMS40MTRaIi8+Cjwvc3ZnPg==');
}

.filters:has(+.netdev-machines) details[open] summary:after {
    transform: translateY(-50%) rotate(0.5turn);
}

.filters:has(+.netdev-machines) .filter {
    font-family: var(--wp--preset--font-family--primary);
    font-weight: 700;
    color: var(--wp--preset--color--primary);
}

.filters:has(+.netdev-machines) .filter input {
    width: 25px;
    height: 25px;
    margin: 10px 10px 0 0;
    border-radius: 0 !important;
    appearance: none;
    border: solid 1px currentColor;
    color: var(--wp--preset--color--primary);
    transform: translateY(7px);
}

.filters:has(+.netdev-machines) .filter input:checked {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE0Ljc1NSAzLjA5MzA5TDEzLjU4MjcgMi4yOTYyMkMxMy4yNTgzIDIuMDc2NTcgMTIuODEzOSAyLjE2MDg1IDEyLjU5NjggMi40ODI2N0w2Ljg1MDA4IDEwLjk1NzFMNC4yMDkxNSA4LjMxNjJDMy45MzMzMSA4LjA0MDM2IDMuNDgzNzkgOC4wNDAzNiAzLjIwNzk1IDguMzE2MkwyLjIwNDIgOS4zMTk5NkMxLjkyODM1IDkuNTk1OCAxLjkyODM1IDEwLjA0NTMgMi4yMDQyIDEwLjMyMzdMNi4yNjUxOSAxNC4zODQ3QzYuNDkyNTEgMTQuNjEyIDYuODUwMDggMTQuNzg1NyA3LjE3MTg5IDE0Ljc4NTdDNy40OTM3MSAxNC43ODU3IDcuODE4MDggMTQuNTgzOSA4LjAyNzUxIDE0LjI4TDE0Ljk0NCA0LjA3NjQyQzE1LjE2MzYgMy43NTQ2IDE1LjA3OTMgMy4zMTI3NCAxNC43NTUgMy4wOTMwOVoiIGZpbGw9IiMwMDk5ODciLz4KPC9zdmc+');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}

.filters:has(+.netdev-machines),
.netdev-machine {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--20);
}

.netdev-machine img {
    aspect-ratio: 424/390;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.netdev-machine .title {
    flex: auto;
}

.netdev-machine .brand {
    text-transform: uppercase;
}

.no-result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--wp--preset--spacing--20);
    grid-area: 1 / 2;
}

.machine-template-default p .before {
    font-family: var(--wp--preset--font-family--primary);
    font-weight: 600;
    font-size: var(--wp--preset--font-size--callout-2);
    margin-right: 20px;
}

.machine-template-default .disponibilite span.before+span:before {
    content: '';
    display: inline-flex;
    height: 11px;
    width: 11px;
    margin-right: 20px;
}

.machine-template-default .disponibilite[data='1'] span.before+span:before {
    background-color: var(--wp--preset--color--primary);
}

.machine-template-default .disponibilite[data='0'] span.before+span:before {
    background-color: gray;
}

.machine-template-default .marque {
    text-transform: uppercase;
}

.machine-template-default .marque span {
    text-transform: none;
}

.machine-template-default ul {
    list-style: disc;
    padding-inline-start: 1.5em;
}

a.wp-element-button:has(img) {
    display: flex;
    gap: 10px;
    align-items: center;
}

.netdev-post {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--20);
}

.netdev-post img {
    aspect-ratio: 424/400;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom: solid 6px var(--wp--preset--color--primary);
}

/* - FOOTER - */

/* - 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: 700 !important;
    line-height: 1.2em !important;
    padding: 12px 24px !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,
.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;
}

.dz-message .modern-title{
	color: var(--wp--preset--color--dark) !important;
}

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

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

#wpforms-354-field_9-container {
    cursor: not-allowed;
}

#wpforms-354-field_9-container * {
    pointer-events: none;
}

#wpforms-354-field_9-container input {
    opacity: 0.5;
}

/* - 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--accent) !important;
    text-decoration: underline;
}

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

/* - SWIPER - */
.swiper.machine-machines .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--20);
    width: max(424px, 33.333%);
}

.swiper.machine-machines img {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper.machine-machines [class *='swiper-button-'] {
    top: unset;
    bottom: 0;
    right: unset;
    border: solid 1px var(--wp--preset--color--dark);
    fill: var(--wp--preset--color--dark);
}

.swiper.machine-machines [class *='swiper-button-']:hover,
.swiper.pictures-machines [class *='swiper-button-']:hover {
    background: var(--wp--preset--color--grey-hover);
}

.swiper.machine-machines .swiper-button-prev {
    left: 0;
}

.swiper.machine-machines .swiper-button-next {
    left: calc(var(--swiper-navigation-size) + var(--wp--preset--spacing--20));
}

.swiper.partenaire-logos .swiper-slide,
.swiper.marque-logos .swiper-slide {
    max-width: 200px;
    width: fit-content;
}

.swiper.partenaire-logos img,
.swiper.marque-logos img {
    height: 70px;
}

.swiper.partenaire-logos a:hover {
    opacity: 0.5;
}

.swiper.pictures-machines figure:after {
    content: '';
    position: absolute;
    bottom: var(--wp--preset--spacing--20);
    right: var(--wp--preset--spacing--20);
    height: 48px;
    width: 48px;
    border: solid 1px var(--wp--preset--color--light);
    z-index: 1;
    background: transparent url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8cGF0aCBkPSJNMzUuMzk0LDMyLjE5MmwtNC4yNjktNC4yNGMtLjU0MS0uNTQxLTEuMzUyLS42MzUtMS45OS0uMjg4bC0uODA4LS44MDhjMS4yMjItMS41NDMsMS45NjEtMy41MDEsMS45NjEtNS42MjUsMC01LjAwNS00LjA1My05LjA1OC05LjA1OC05LjA1OHMtOS4wNTgsNC4wNTMtOS4wNTgsOS4wNTgsNC4wNTMsOS4wNTgsOS4wNTgsOS4wNThjMi4xMTMsMCw0LjA1Ni0uNzQ2LDUuNTk2LTEuOTYybC44MDguODA4Yy0uMzM5LjYzOC0uMjIsMS40NTMuMzE3LDEuOTlsNC4yNCw0LjI2OWMuNjYuNjYsMS43MzQuNjYsMi4zOTQsMGwuODA4LS44MDhjLjY2LS42Ni42Ni0xLjczNCwwLTIuMzk0Wk0yMS4yMzEsMjguNjE1Yy00LjA3OCwwLTcuMzg1LTMuMzA3LTcuMzg1LTcuMzg1czMuMzA3LTcuMzg1LDcuMzg1LTcuMzg1LDcuMzg1LDMuMzA3LDcuMzg1LDcuMzg1LTMuMzA2LDcuMzg1LTcuMzg1LDcuMzg1Wk0yMi4xNTQsMjAuMzA4aDMuNjkydjEuODQ2aC0zLjY5MnYzLjY5MmgtMS44NDZ2LTMuNjkyaC0zLjY5MnYtMS44NDZoMy42OTJ2LTMuNjkyaDEuODQ2djMuNjkyWiIgZmlsbD0nI0Y5RjlGOScvPgo8L3N2Zz4=');
    pointer-events: none;
    transition: 300ms;
}

.swiper.pictures-machines figure:hover:after {
    background: var(--wp--preset--color--grey-hover) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8cGF0aCBkPSJNMzUuMzk0LDMyLjE5MmwtNC4yNjktNC4yNGMtLjU0MS0uNTQxLTEuMzUyLS42MzUtMS45OS0uMjg4bC0uODA4LS44MDhjMS4yMjItMS41NDMsMS45NjEtMy41MDEsMS45NjEtNS42MjUsMC01LjAwNS00LjA1My05LjA1OC05LjA1OC05LjA1OHMtOS4wNTgsNC4wNTMtOS4wNTgsOS4wNTgsNC4wNTMsOS4wNTgsOS4wNTgsOS4wNThjMi4xMTMsMCw0LjA1Ni0uNzQ2LDUuNTk2LTEuOTYybC44MDguODA4Yy0uMzM5LjYzOC0uMjIsMS40NTMuMzE3LDEuOTlsNC4yNCw0LjI2OWMuNjYuNjYsMS43MzQuNjYsMi4zOTQsMGwuODA4LS44MDhjLjY2LS42Ni42Ni0xLjczNCwwLTIuMzk0Wk0yMS4yMzEsMjguNjE1Yy00LjA3OCwwLTcuMzg1LTMuMzA3LTcuMzg1LTcuMzg1czMuMzA3LTcuMzg1LDcuMzg1LTcuMzg1LDcuMzg1LDMuMzA3LDcuMzg1LDcuMzg1LTMuMzA2LDcuMzg1LTcuMzg1LDcuMzg1Wk0yMi4xNTQsMjAuMzA4aDMuNjkydjEuODQ2aC0zLjY5MnYzLjY5MmgtMS44NDZ2LTMuNjkyaC0zLjY5MnYtMS44NDZoMy42OTJ2LTMuNjkyaDEuODQ2djMuNjkyWiIgZmlsbD0nI0Y5RjlGOScvPgo8L3N2Zz4=');
}

.swiper.pictures-machines [class *='swiper-button-'] {
    top: var(--wp--preset--spacing--20);
    fill: var(--wp--preset--color--light);
    margin: unset;
    border: solid 1px var(--wp--preset--color--light);
}

.swiper.pictures-machines .swiper-button-prev {
    left: var(--wp--preset--spacing--20);
}

.swiper.pictures-machines .swiper-button-next {
    right: unset;
    left: calc(var(--wp--preset--spacing--20) * 2 + var(--swiper-navigation-size));
}

.swiper.pictures-machines img {
    aspect-ratio: 1 !important;
}

/* - 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) {

    body.logged-in:before {
        --nb-c: 8;
        --p: 40px;
    }

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

    div[style *="padding-right:var(--wp--preset--spacing--60)"],
    div[style *="padding-right: var(--wp--preset--spacing--60)"],
    p[style *="padding-right:var(--wp--preset--spacing--60)"],
    p[style *="padding-right: var(--wp--preset--spacing--60)"],
    .wp-block-heading[style *="padding-right:var(--wp--preset--spacing--60)"],
    .wp-block-heading[style *="padding-right: var(--wp--preset--spacing--60)"] {
        padding-right: 40px !important;
    }

    div[style *="padding-left:var(--wp--preset--spacing--60)"],
    div[style *="padding-left: var(--wp--preset--spacing--60)"],
    p[style *="padding-left:var(--wp--preset--spacing--60)"],
    p[style *="padding-left: var(--wp--preset--spacing--60)"],
    .wp-block-heading[style *="padding-left:var(--wp--preset--spacing--60)"],
    .wp-block-heading[style *="padding-left: var(--wp--preset--spacing--60)"] {
        padding-left: 40px !important;
    }

    /* BIGGER TABLET > HEADER */
    header nav {
        gap: 20px !important;
    }

    /* BIGGER TABLET > BODY AND SPECIFIC */
    .home .wp-block-cover.is-style-hero+div>div {
        min-height: 275px !important;
    }

    .entry-content>.is-layout-grid:has(> .wp-block-group:first-child > .wp-block-image:only-child):has(.wp-block-group.is-vertical:last-child) {
        grid-template-columns: max(646px, 50%) 1fr;
    }

    .entry-content>.is-layout-grid:has(> .wp-block-group:last-child > .wp-block-image:only-child):has(.wp-block-group.is-vertical:first-child),
    .entry-content>.is-layout-grid:has(> .wp-block-group:last-child > .wp-block-image:first-child + .wp-block-cover:last-child .has-dark-background-color):has(.wp-block-group.is-vertical:first-child) {
        grid-template-columns: 1fr max(646px, 50%);
    }
}

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

    /* TABLET > GLOBAL */
    div[style *="margin-top:var(--wp--preset--spacing--60)"],
    div[style *="margin-top: var(--wp--preset--spacing--60)"] {
        margin-top: 50px !important;
    }

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

    .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-takes-2-columns {
        grid-column: span 2;
    }

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

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

    .tablet-gap-60 {
        gap: 60px !important;
    }

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

    /* TABLET > HEADER */
    :is(html, body):has(.menu-burger.open) {
        overflow: hidden;
    }

    header .wp-block-buttons .wp-block-button:first-of-type,
    header nav>ul>li:last-of-type {
        display: flex !important;
    }

    header div:has(>nav.menu-burger) {
        position: static !important;
    }

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

    header nav.menu-burger {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--wp--preset--color--light);
        height: calc(100dvh - var(--wp--custom--header--height));
        padding: 0 var(--wp--preset--spacing--60);
        align-items: stretch;
        z-index: -1;
        font-size: 32px !important;
        line-height: 1.2em;
        overflow-y: auto;
    }

    header ul.menu-burger {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: var(--wp--preset--spacing--30);
    }

    header nav li {
        font-weight: unset !important;
    }

    header li:has(.wp-block-navigation__submenu-container) {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    header .wp-block-navigation__submenu-container {
        position: relative !important;
        display: flex !important;
        top: unset !important;
        left: unset !important;
        width: 100% !important;
        align-items: center !important;
        background: unset !important;
        border: unset !important;
        padding: unset !important;
        gap: unset !important;
    }

    header .wp-block-navigation__submenu-container li {
        margin-top: var(--wp--preset--spacing--20);
        font-size: 0.75em;
    }

    header nav>ul>li:last-of-type {
        padding-bottom: 100px;
    }

    header nav>ul>li:first-of-type {
        padding-top: 100px;
    }

    /* TABLET > BODY AND SPECIFIC */
    .tablet-max-width-645,
    .is-layout-grid:has(>.wp-block-group.is-vertical:last-child)>.wp-block-group:first-child>.swiper:only-child,
    .is-layout-grid:has(>.wp-block-group.is-vertical:first-child)>.wp-block-group:last-child> :is(>.wp-block-image:first-child, .swiper:only-child, .wp-block-cover:has(>.has-dark-background-color):last-child) {
        max-width: min(646px, 100%);
    }

    .tablet-max-width-645,
    .tablet-align-self-center,
    .is-layout-grid:has(>.wp-block-group.is-vertical:first-child)>.wp-block-group:last-child:has(>.wp-block-image:first-child):has(>.wp-block-cover > .has-dark-background-color)> :is(.wp-block-image:first-child, .wp-block-cover:has(.has-dark-background-color):last-child),
    .is-layout-grid:has(>.wp-block-group.is-vertical:last-child)>.wp-block-group:first-child>.swiper:only-child,
    .is-layout-grid:has(>.wp-block-group.is-vertical:first-child)>.wp-block-group:last-child>.swiper:only-child {
        align-self: center;
    }

    /* TABLET > FOOTER */
    footer .tablet-column {
        align-items: flex-start !important;
    }

    /* TABLET > SWIPER */

}

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

    /* SMALLER TABLET > GLOBAL */
    :root {
        --wp--preset--font-size--h-1: 44px;
        --wp--preset--font-size--h-2: 32px;
        --wp--preset--font-size--h-3: 24px;
        --wp--preset--font-size--callout: 32px;
        --wp--preset--font-size--callout-2: 24px;
    }

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

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

    .has-background[style *="padding-top:var(--wp--preset--spacing--60)"],
    .has-background[style *="padding-top: var(--wp--preset--spacing--60)"],
    .smaller-tablet-bigger-padding-vertical,
    .smaller-tablet-bigger-padding-top {
        padding-top: 40px !important;
    }

    .has-background[style *="padding-bottom:var(--wp--preset--spacing--60)"],
    .has-background[style *="padding-bottom: var(--wp--preset--spacing--60)"],
    .smaller-tablet-bigger-padding-vertical,
    .smaller-tablet-bigger-padding-bottom {
        padding-bottom: 40px !important;
    }

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

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

    /* SMALLER TABLET > HEADER */

    /* SMALLER TABLET > BODY AND SPECIFIC */
    .home .wp-block-cover.is-style-hero+div>div {
        justify-content: center;
    }

    /* SMALLER TABLET > SWIPER */

    /* SMALLER TABLET > FOOTER */

}

@media screen and (max-width: 767px) {
    body.logged-in:before {
        --nb-c: 4;
        --p: var(--wp--preset--spacing--20);
    }

    :root {
        --wp--preset--spacing--60: 20px
    }

    div[style *="padding-left:var(--wp--preset--spacing--60)"],
    div[style *="padding-left: var(--wp--preset--spacing--60)"],
    p[style *="padding-left:var(--wp--preset--spacing--60)"],
    p[style *="padding-left: var(--wp--preset--spacing--60)"],
    .wp-block-heading[style *="padding-left:var(--wp--preset--spacing--60)"],
    .wp-block-heading[style *="padding-left: var(--wp--preset--spacing--60)"] {
        padding-left: 20px !important;
    }

    div[style *="padding-right:var(--wp--preset--spacing--60)"],
    div[style *="padding-right: var(--wp--preset--spacing--60)"],
    p[style *="padding-right:var(--wp--preset--spacing--60)"],
    p[style *="padding-right: var(--wp--preset--spacing--60)"],
    .wp-block-heading[style *="padding-right:var(--wp--preset--spacing--60)"],
    .wp-block-heading[style *="padding-right: var(--wp--preset--spacing--60)"] {
        padding-right: 20px !important;
    }

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

    .wpgmza_map {
        max-height: 300px !important;
    }

    .home .wp-block-cover.is-style-hero+div>div {
        min-height: unset !important;
    }

    .mobile-unset-max-width {
        max-width: unset !important;
    }

    .tablet-reset-padding-right {
        padding-right: 20px !important;
    }

    .mobile-reset-padding-inline {
        padding-inline: 20px !important;
    }

    .mobile-unset-margin-block {
        margin-block: unset !important;
    }

    .page-id-12 div:has(> .swiper.machine-machines) {
        gap: 40px !important;
    }

    div:has(>.netdev-machines) {
        grid-template-columns: 1fr;
    }

    .no-result {
        grid-area: unset;
    }
}

@media screen and (max-width: 639px) {
    :root {
        --wp--preset--font-size--h-1: 32px;
        --wp--preset--font-size--h-2: 20px;
        --wp--preset--font-size--h-3: 18px;
        --wp--preset--font-size--callout: 24px;
        --wp--preset--font-size--callout-2: 20px;
    }

    .wp-block-cover[style *='padding-top:var(--wp--preset--spacing--60)'][style*='padding-bottom:var(--wp--preset--spacing--60)'],
    .wp-block-cover[style *='padding-top: var(--wp--preset--spacing--60)'][style*='padding-bottom: var(--wp--preset--spacing--60)'] {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

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

    header nav.menu-burger {
        font-size: 20px !important;
    }

    header .wp-block-button:last-of-type {
        display: none !important;
    }

    header nav>ul>li:last-of-type {
        padding-bottom: 50px;
    }

    header nav>ul>li:first-of-type {
        padding-top: 50px;
    }

    .wp-block-cover[style*='aspect-ratio:1']:has(.has-dark-background-color.has-background-dim-10) {
        aspect-ratio: unset !important;
    }

    .netdev-machines {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 390px) {
    div:has(>.netdev-marque) {
        gap: 60px;
    }

    .netdev-marque {
        display: flex;
        flex-direction: column;
    }

    .netdev-marque img {
        aspect-ratio: unset;
        height: auto;
        max-height: 200px;
    }
}