/* POMZED */

/*-----------------
        CSS
 ------------------*/
:root {
    --main-margin: 50px;
    --main-margin-double: 100px;
    --main-side-margin: 120px;
    --main-dynamic-margin: 8vw;
    --black: #343A40;
    --yellow: #ffb81c;
    --background-white: #f2f2f2;
}
* {
    font-synthesis: none;
    font-variant: lining-nums;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a, p, li, span, h1, h2, h3, h4 { margin: 0; color: inherit; font-family: 'Hanken Grotesk', sans-serif; text-decoration: none; word-wrap: normal; }
a:hover, .products-list li>a:hover, #legals a:hover, #menu .main-menu li>a:hover, .details-texts>li>p:hover, .big-title a:hover, #next-page .big-title>a:hover, .historique-annee:hover { color: var(--yellow); }
input:focus, textarea:focus { border-bottom: 1px solid var(--yellow); }
body, #container{ background: var(--black); }
section { overflow: hidden } .article-emploi section, .page-default section, .page-emploi section { overflow: unset }
.bold { font-weight: 900 }
.grecaptcha-badge, #offre-emploi { display: none; }

.menu-toggled { overflow: hidden; }
::-webkit-scrollbar { width: 3px; height: 0 }
::-webkit-scrollbar-track { border-left: 3px solid rgba(202, 202, 202, 0.5); }
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover { border-left: 3px solid var(--yellow) }

@keyframes titleBefore {
    from {
        background-position-y: 100%;
    }
    to {
        background-position-y: 0;
    }
}

/* --- Icons --- */
.icon {
    display: block;
    background-color: var(--background-white);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
}
a:hover>.icon, .icon:hover, .list-with-details .slider-slides>.selected { background-color: var(--yellow) }
.mail { -webkit-mask-image: url("./icons/mail-icon.svg"); }
.tel { -webkit-mask-image: url("./icons/tel-icon.svg"); }
.instagram { -webkit-mask-image: url("./icons/logo-insta.svg"); }
.facebook { -webkit-mask-image: url("./icons/logo-facebook.svg"); }
.linkedin { -webkit-mask-image: url("./icons/logo-linkedin.svg"); }
.pomzed-badaboum { background: url("./images/footer-pomzed.svg") center no-repeat; width: 110px; height: 9px; margin: 0 0 1px 5px }


/* --- Overlay --- */
#scroll {
    position: fixed;
    z-index: 1;
    bottom: 30px;
    left: var(--main-margin);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #919191;
    cursor: pointer;
    pointer-events: all;
    transform: translateX(-50%);
}
#scroll>span {
    text-transform: uppercase;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    writing-mode: vertical-rl;
    font-size: 12px;
}
#scroll>.arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
}
.arrow-tail {
    background-color: #919191;
    width: 1px;
    height: 20vh;
}
.arrow-head {
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #919191;
    border-right: 1px solid #919191;
    transform: rotate(45deg) translate(-7px, -8px);
}
#contacts {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 1;
    gap: 10px;
    display: flex;
    height: max-content;
    align-items: center;
    pointer-events: all;
    flex-direction: column;
    justify-content: space-between;
}
.home #contacts { bottom: -140px; }
#contacts a { border-radius: 50%; border: 1px solid var(--yellow) }
#contacts .mail.icon, #contacts .tel.icon {
    background-color: var(--yellow);
    -webkit-mask-size: 50%;
    width: 36px;
    height: 36px;
}
.menu-toggled #scroll { bottom: 100vh; opacity: 0; }
.menu-toggled #contacts { bottom: 40px; }


/* --- HEADER --- */
#header {
    padding: 35px 55px 35px 35px;
    pointer-events: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
}
#menu .menu-toggle{
    float: right;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0;
    border: 0;
    margin: 1px 0 0;
    background: none;
    transition: unset;
    pointer-events: all;
}
#menu .menu-text {
    margin-right: 10px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-top: 2px;
    color: #919191;
}
#menu .menu-icon {
    display: block;
    position: relative;
    font-size:50px;
    width: 20px;
    height: 12px;
}
#close-bar1, #close-bar2, #close-bar3 {
    display: block;
    position: absolute;
    background-color: #919191;
    width: 100%;
    height: 1px;
    right: 0;
    top: 0;
}
#close-bar2 { top: 50%; }
#close-bar3 { top: 100%; }
#menu .menu-toggle:hover .menu-text{ color:var(--yellow); }
#menu .menu-toggle:hover #close-bar1, #menu .menu-toggle:hover #close-bar2, #menu .menu-toggle:hover #close-bar3, .dnd-upload-status .dnd-upload-details .dnd-progress-bar span { background-color:var(--yellow); }
#menu.toggled .menu-icon { transform: scale(.7) }
#menu.toggled .open, #menu .close, .dnd-upload-counter { display: none }
#menu.toggled .close { display: block; margin-right: 5px }
#menu.toggled #close-bar1 { transform: translateY(6px) rotate(45deg); }
#menu.toggled #close-bar2 { width: 0; right: 50% }
#menu.toggled #close-bar3 { transform: translateY(-6px) rotate(-45deg); }

#menu .logo {
    display: block;
    line-height: 0;
    margin-bottom: 40px;
}
#menu>.main-menu-container {
    position: fixed;
    gap: var(--main-side-margin);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    display: grid;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-size: 200% 200%;
    background-position: 0% 100%;
    grid-template-columns: 34% 1fr;
    background-image: linear-gradient(-150deg, var(--black) 0%,  var(--black) 50%, transparent 50%, transparent 100%);
    padding: 0 0 var(--main-margin) var(--main-dynamic-margin);
}
#menu.toggled>.main-menu-container {
    opacity: 1;
    pointer-events: all;
    background-position: 100% 0;
}
#menu .main-menu>ul { padding-left: 30px }
#menu .main-menu li { color: white }
#menu .main-menu li:not(.main-link)>a { line-height: 34px; }
#menu .main-menu li>a {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: .01em;
    font-weight: 300;
}
#menu .main-menu li.current { color: var(--yellow) }
#menu .main-menu .main-link {
    position: relative;
    line-height: 30px;
}
.main-link::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: var(--yellow);
    left: -30px;
    top: 1.2em;
}
#menu .main-menu .main-link>a {
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700;
}
.menu-cyberis-icon {
    width: 375px;
    height: 685px;
    margin: 0 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url('./icons/menu-cyberis-icon.svg');
    opacity: .05;
}


/* --- HOMEPAGE --- */
.page .header { position: relative; z-index: 1 }
.cyberis-name {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    font-weight: 600;
    font-size: 255px;
    color: #ffffff20;
    text-align: center;
    letter-spacing: .05em;
    font-family: ZuumeSemiBold, sans-serif;
    pointer-events: none;
}
.cyberis-slogan {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    color: white;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}
.cyberis-slogan>a { position: relative; font-weight: 600 }
.cyberis-slogan>a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom: 2px solid var(--yellow);
}
#homesection-1 { height: 400vh; background-color: #111111; overflow: unset; padding-top: calc(50vh - (100vw * .28125 - 50vw * 0.5625)); pointer-events: none }
#homesection-1>div { width: 100%; height: 100% }
#homesection-1 .sticky-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: sticky;
    position: -webkit-sticky;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-top: calc(50vh - (50vw * 0.5625)); /* Center canvas in middle of screen (assuming canvas width:height ratio is 1:0.5625 ) */
}
#dynamique-bg { -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(.1, rgba(0,0,0,1)), color-stop(.9, rgba(0,0,0,1)), to(rgba(0,0,0,0))) }
#homesection-2 {
    background: var(--background-white);
    height: 110vh;
    padding: var(--main-margin-double) var(--main-dynamic-margin);
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
}
.page #homesection-2>p {
    margin: 0 auto;
    width: 770px;
    max-width: 100%;
    color: var(--black);
    font-size: 18px;
    line-height: 27px;
}
.page #homesection-2>p+div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.big-title ,.big-title a {
    font-size: 118px;
    text-align: center;
    letter-spacing: .02em;
    font-weight: 600;
    font-family: ZuumeSemiBold, sans-serif;
    text-transform: uppercase;
    color: #CACACA;
    display: inline-block;
    height: 1em;
    line-height: 1.3em;
    transition: color ease .5s;
}
#homesection-2 .big-title ,#homesection-2 .big-title a { width: fit-content; white-space: nowrap; position: relative }
#homesection-2 .big-title a::after {
    content: '';
    position: absolute;
    top: 53%;
    left: calc(100% + 20px);
    height: 1px;
    width: 80px;
    background-color: var(--yellow);
}
#homesection-2 .big-title a::before {
    content: '';
    position: absolute;
    top: 53%;
    left: calc(100% + 95px);
    height: 8px;
    width: 8px;
    transform: translate(-54%, -45%) rotate(45deg);
    border-top: 1px solid var(--yellow);
    border-right: 1px solid var(--yellow);
}
.products-range {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 40px;
}
.products-range>li {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .01em;
    color: #919191;
    max-height: 250px;
}
.products-range>li:hover { transform: translateY(-20px); }
.products-range img { max-height: 250px }
.linkmore {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--yellow);
    font-weight: 500;
    padding-left: 80px;
    position: relative;
    cursor: pointer;
    width: fit-content;
}
.linkmore::before, .share::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: var(--yellow);
    transition: all 0.5s ease;
}
.linkmore:hover { padding-left: var(--main-side-margin) }
.linkmore:hover::before { width: var(--main-margin-double); }

#garanties {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    position: absolute;
    bottom: var(--main-margin);
    left: var(--main-dynamic-margin);
    right: var(--main-dynamic-margin);
}
#garanties img { height: 44px }
#garanties>div {
    border-left: 1px solid #ffffff80;
    padding: 15px 0 10px 30px;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}
#garanties p.garantie_text {
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 20px;
    max-width: 75%;
    min-width: 200px;
}
#garanties>div>* { transform: translateX(calc(-100% - 50px)); transition-duration: 1s; }
#garanties.animate>div>* { transform: translateX(0); }
#garanties>div:nth-child(1)>* { transition-delay: 0s; }
#garanties>div:nth-child(2)>* { transition-delay: .25s; }
#garanties>div:nth-child(3)>* { transition-delay: .5s; }
#garanties>div:nth-child(4)>* { transition-delay: .75s; }

#homesection-4 {
    background: var(--background-white);
    padding: var(--main-side-margin) var(--main-dynamic-margin);
    height: max-content;
    min-height: 80vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#actu_list {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: var(--main-margin);
    text-align: initial;
	width: 100%;
}
.actu_link, .actu_link div {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 23vw;
    position: relative;
    overflow: hidden;
}
.actu_link>* { position: absolute; }
.actu_link .actu_background {
    filter: drop-shadow(0 -2px 0 var(--yellow));
    z-index: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
}
.actu_link .actu_background>div { clip-path: polygon(0 18px, 48% 18px, 50% 0, 52% 18px, 100% 18px, 100% 100%, 0 100%); clip-path: polygon(0 18px, calc(50% - 10px) 18px, 50% 0, calc(50% + 10px) 18px, 100% 18px, 100% 100%, 0 100%); }
.actu_link .actu_background>div>div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}
.actu_link .actu_background.with_img { z-index: 1; }
.actu_link:hover .actu_background.with_img>div>div { transform: translateY(-100%); }
.actu-content { padding: 60px 40px 40px; }
.actu-content>* { width: fit-content }
.actu_link>.actu-content>a:first-of-type {
    top: 50px;
    left: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    color: #919191;
}
.actu_link>.actu-content>h3 {
    color: var(--black);
    font-size: 24px;
    letter-spacing: -.01em;
    line-height: 32px;
    font-weight: 600;
    max-width: 60%;
    margin: 15px 0;
}
.actu_link>.actu-content>h3+p:last-of-type {
    font-size: 14px;
    font-weight: 500;
    color: #919191;
}
.actu_link .share { margin: auto 0 0; }
.actu_link>h3 {
    z-index: 2;
    left: 50px;
    bottom: 50px;
    max-width: 60%;
    color: white;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -.01em;
}
.actu_link:hover>h3 { opacity: 0; bottom: 100%; }
.share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--yellow);
    font-weight: 500;
    padding-left: 80px;
    position: relative;
    width: fit-content;
    min-width: 12em;
    height: 40px;
    overflow: hidden;
}
.share .icon { background-color: var(--yellow) }
.share>span:first-child { pointer-events: none } .share:hover>span { transform: translateY(150%) }
.share>span:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
}
.share>span>a { transform: translate(0, -100%) scale(0.75) } .share:hover>span>a { transform: translate(0, 0) scale(.75) }


/* --- SECTEURS --- */
#contenu-principal {
    display: flex;
    flex-direction: column;
    background-color: var(--background-white);
}
.sub-section {
    gap: 40px;
    display: grid;
    padding-bottom: 60px;
    grid-template-columns: 34vw 1fr;
}
.sub-section .post-thumbnail {
    background-color: #343A4033;
    position: relative;
    overflow: hidden;
    height: 82vh;
    width: 100%;
    z-index: 1;
}
.sub-section .post-thumbnail>img,
.garanties-section>img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: overlay;
}
.sub-section .entry-title {
    width: 50%;
    font-size: 76px;
    line-height: 78px;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: ZuumeSemiBold, sans-serif;
    color: var(--yellow);
}
.sub-section .entry-text {
    color: var(--black);
    font-size: 18px;
    line-height: 27px;
    margin-top: 30px;
    width: 680px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sub-section:first-of-type { padding-bottom: 20vh; align-items: end }
*:not(#apropos-valeurs)>.sub-section-texts { margin-left: var(--main-dynamic-margin) }
section:not(:first-of-type) .sub-section-texts {
    padding: 5px 0 5px 40px;
    height: fit-content;
    position: relative;
    overflow: hidden;
}
section:not(:first-of-type) .sub-section-texts::before {
    content: '';
    position: absolute;
    top: 0.7em;
    bottom: 100%;
    left: 0;
    width: 1px;
    opacity: .5;
    background-color: var(--black);
    transition: 1s all ease;
}
.sub-section-title {
    text-transform: uppercase;
    color: var(--black);
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -.01em;
    position: relative;
    transition-delay: .3s;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.49,.01,.57,.99);
    transform: translateX(calc(-100% - 40px));
}
.sub-section-title::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--background-white);
    border-top: 1px solid #343A4080;
    border-right: 1px solid #343A4080;
    top: 40px;
    left: -50px;
    transform: rotate(45deg) skew(-5deg, -5deg);
}
.sub-section-title>strong { color: var(--yellow) }
.sub-section-text {
    color: var(--black);
    font-size: 18px;
    line-height: 27px;
    opacity: 0;
    transition-delay: .6s;
    transition-duration: 1s;
}
.animate>.sub-section-title { transform: translateX(0); }
.animate>.sub-section-text { opacity: 1; }
section:not(:first-of-type) .sub-section-texts.animate::before { bottom: .7em; }
.sub-section-text ul { margin-top: 30px; }
.sub-section-text li { margin: 0 0 10px 24px; position: relative; }
.sub-section-text li::before {
    content: '';
    position: absolute;
    top: 0.8em;
    left: -24px;
    width: 12px;
    height: 1px;
    background-color: var(--black);
}
.sub-section-text>p, .sub-section-accompagnement>p:not(:first-child) { margin-top: 20px; }
*:not(.sub-section)+.sub-section.text { padding: var(--main-margin-double) 0; }
.sub-section.text .sub-section-accompagnement {
    font-size: 18px;
    line-height: 27px;
    color: var(--black);
    padding-right: var(--main-dynamic-margin);
}
.sub-section.image .sub-section-accompagnement { background-color: #134D93; line-height: 0; }
.sub-section-accompagnement>img {
    object-fit: cover;
    object-position: center;
    height: 75vh;
    min-height: 100%;
    width: 100%;
    opacity: .8;
}
.sub-section .products-list { margin: 50px 0 0 -6px; }
.products-list li:hover { padding-left: 10px }
.products-list li>a {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
    text-transform: uppercase;
    font-weight: 700;
    color: #919191;
    font-size: 16px;
}
.products-list li>a>span:first-child {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("./icons/vis-icon.svg");
}
.products-list li>a>span:not(:first-child) {
    width: 70px;
    height: 1px;
    margin: 10px;
    display: inline-block;
    background: var(--yellow);
}

.citation {
    grid-template-columns: 34% 1fr;
    margin: 40px var(--main-dynamic-margin) 100px;
    background-color: white;
    display: grid;
}
.citation-img {
    background-image: url('./icons/menu-cyberis-icon.svg');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    filter: invert(1) opacity(0.08);
    margin: 0 20px 70px 0;
}
.citation-text { padding: 80px 70px 70px 0; }
.citation-text>p {
    color: var(--black);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    font-style: italic;
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}
.citation-text>p::before {
    content: '';
    position: absolute;
    top: -2em;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    background: url('./icons/comment-before.svg') center no-repeat;
    background-size: contain;
}
.citation-text>p::after {
    content: '';
    position: absolute;
    bottom: -1.5em;
    right: 0;
    width: 1.5em;
    height: 1.5em;
    background: url('./icons/comment-after.svg') center no-repeat;
    background-size: contain;
}

.capacite-production {
    min-height: 100vh;
    display: grid;
    grid-template-columns: calc(34vw - var(--main-dynamic-margin) + 40px) 1fr;
    padding: var(--main-side-margin) var(--main-dynamic-margin);
    background-color: var(--black);
}
.capacite-production>div:last-child {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.capacite-production .avantage {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    scale: 0%;
    transition: .5s ease scale;
}
.capacite-production .avantage:nth-child(1) { transition-delay: 0.25s; }
.capacite-production .avantage:nth-child(2) { transition-delay: 0.5s; }
.capacite-production .avantage:nth-child(3) { transition-delay: 0.75s; }
.capacite-production .avantage:nth-child(4) { transition-delay: 1s; }
.capacite-production>.animate>.avantage { scale: 100%; }
#content .capacite-production .sub-section-texts { margin: 0 40px 0 0; }
.capacite-production .sub-section-title,
#apropos-certifications .sub-section-title { color: white }
.capacite-production ::after,
#apropos-subheader .sub-section-title::after,
#apropos-certifications .sub-section-title::after { background-color: var(--black); border-color: rgba(255, 255, 255, 0.5)
}
#wrapper .capacite-production .sub-section-texts::before,
#wrapper #apropos-subheader .sub-section-texts::before,
#wrapper #apropos-certifications .sub-section-texts::before { background-color: white }
.capacite-production .avantage-icon {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 130px;
    height: 60px;
}
.capacite-production .avantage-title {
    color: var(--yellow);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .02em;
    margin: 30px 0 20px 0;
}
.capacite-production .avantage-txt {
    color: white;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}

.garanties-section {
    height: 100vh;
    position: relative;
    background: linear-gradient(#134D9333 60%, var(--black));
    z-index: 1;
}

.list-with-details {
    padding: 0 var(--main-dynamic-margin) var(--main-side-margin);
    display: grid;
    grid-template-columns: calc(34vw - var(--main-dynamic-margin) + 40px) 1fr;
    position: relative;
}
.details-texts { background-color: white; padding: var(--main-margin); height: min-content; }
.details-texts>li:not(:last-child) { margin-bottom: 20px; }
.details-texts>li.selected:not(:last-child) { margin-bottom: 40px; }
.details-texts>li.selected:not(:first-child) { margin-top: 36px; }
.details-texts>li>p {
    color: var(--yellow);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .02em;
    text-transform: uppercase;
    position: relative;
    margin-left: 40px;
    cursor: pointer;
}
.details-texts>li>p::before {
    content: '';
    position: absolute;
    cursor: default;
    top: 50%;
    left: -40px;
    width: 26px;
    height: 1px;
    background: var(--yellow);
}
.details-texts>li.selected>p { margin-left: 0; color: var(--black); cursor: default; pointer-events: none }
.details-texts>li.selected>p::before {
    background: white;
    height: 26px;
    left: calc(-1 * var(--main-margin) - 13px);
    top: 0;
    transform: rotate(45deg) skew(-10deg, -10deg);
}
.details-desc {
    height: 0;
    overflow: hidden;
    color: var(--black);
    font-size: 18px;
    line-height: 27px;
    margin-top: 15px;
}
.details-img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}
.details-img>img { object-fit: cover; object-position: center; width: 100%; max-height: 70%; background-color: var(--black) }
.list-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.list-nav>.up {
    width: 15px;
    height: 15px;
    background: url('./icons/up-arrow.svg') no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.list-nav>.down {
    width: 15px;
    height: 15px;
    background: url('./icons/down-arrow.svg') no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.list-nav>.inactive {
    opacity: .25;
    pointer-events: none;
}
.list-with-details .slider-slides { display: none; }
.list-with-details .slider-slides>li {
    display: block;
    background: #C1C1C1;
    width: -webkit-fill-available;
    height: 2px;
}

#next-page {
    background-color: #93A1B0;
    padding: 90px var(--main-dynamic-margin);
}
#next-page .text-next-page {
    color: white;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
    width: 50%;
}
#next-page .big-title>a { color: var(--background-white) }
#next-page .big-title, #next-page .big-title>a {
    position: relative;
    text-align: unset;
    white-space: nowrap;
}
#next-page .big-title::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    color: var(--yellow);
    transition: unset;
    pointer-events: none;
    background-color: #93A1B0;
}
#next-page .big-title.animate::before { width: 100%; transition: linear 5s }


/* --- PRODUITS --- */
.products-header {
    height: 100vh;
    background: radial-gradient(#394046, var(--black));
    position: relative;
}
.product-giga-title { overflow: hidden; }
.product-giga-title>span {
    position: absolute;
    top: 190px;
    left: 7vw;
    right: 7vw;
    font-weight: 600;
    font-size: 246px;
    line-height: .8em;
    color: #ffffff20;
    text-align: center;
    letter-spacing: .01em;
    font-family: ZuumeSemiBold, sans-serif;
    pointer-events: none;
    opacity: 0;
    transform: translateY(100%) skewY(7deg);
    animation: 1s .2s ease forwards gigaTitleAnim;
}
@keyframes gigaTitleAnim {
    from {
        transform: translateY(100%) skewY(7deg);
        opacity: 0;
    }
    to {
        transform: translateY(0) skewY(0);
        opacity: 1;
    }
}
.product-slogan {
    width: 100%;
    padding: 0 25%;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: white;
    position: absolute;
    bottom: var(--main-side-margin);
}
.products-content { padding: var(--main-margin-double) var(--main-dynamic-margin); }
.products-content>.sub-section.text {
    gap: 0;
    align-items: start;
    grid-template-columns: 34% 1fr;
    padding-bottom: var(--main-margin-double);
}
#content .products-content .sub-section-texts { margin: 0; }
.products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.product {
    height: 300px;
    background: white;
    position: relative;
    text-align: center;
    padding: 30px;
    /*cursor: help;*/
}
.product-img {
    max-height: calc(100% - 4em);
    height: 150px;
    width: 150px;
    object-fit: contain;
}
.product-details,
.product-details-hidden  {
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--black);
    transition: all ease .3s;
}
.product-details{
    background-color: white;
    top: unset;
}
.product-details-hidden { justify-content: start; background-color: transparent; color: transparent;     z-index: 2;}
/*.product:hover .product-details-hidden { color: white; background-color: #343a40d9; transition: all ease .5s, color ease .5s .2s; }*/
.product-details-hidden p{
    transition: 0.3s ease-in-out all;
}
.product.active .product-details-hidden {
    color: white;
    background-color: #343a40d9;
    transition: all ease .3s, color ease .3s;
    /*z-index: 11;*/
}
.product:hover>img{
    transform: scale(1.8);
}
.product-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.product-txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}
.product-more {
    margin-top: 15px;
    font-weight: 700;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.product-more+p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.other-products-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}
.other-products-list a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 0.01em;
    font-family: ZuumeSemiBold, sans-serif;
    line-height: 1.8em;
}
.other-products-list .current a { color: var(--black); }
.product-image-array {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, -100px);
    display: flex;
    align-items: center;
    width: max-content;
}
.product-image-array img {
    object-fit: contain;
    object-position: center;
    width: 15vw;
}
.product-image-array img:nth-child(even) { padding-top: 20%; }
.product-image-array img.maxi { width: 18vw; }


/* --- A PROPOS --- */
#apropos-header {
    height: 100vh;
    background-color: var(--black);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 40px;
    padding: 0 0 150px var(--main-dynamic-margin);
}
.apropos-img, .historique-image {
    object-fit: cover;
    object-position: center;
    width: calc(66vw - 40px);
    min-height: 100%;
    max-height: 100%;
}
p.apropos-title {
    color: var(--yellow);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.apropos-slogan {
    font-family: ZuumeSemiBold, sans-serif;
    font-weight: 600;
    font-size: 64px;
    color: white;
    line-height: 66px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

#apropos-subheader { background-color: var(--black); }
#apropos-subheader>.sub-section.text {
    align-items: start;
    grid-template-columns: 34% 1fr;
    padding-bottom: var(--main-margin-double);
}
#apropos-subheader .sub-section-title,
#apropos-subheader .sub-section.text .sub-section-accompagnement { color: white; font-weight: 300 }
.apropos-liens-secteurs {
    gap: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: var(--main-margin-double);
}

#historique {
    height: 100vh;
    display: grid;
    grid-template: 100% / 1fr auto;
    gap: 40px;
    padding: 0 0 var(--main-side-margin) var(--main-dynamic-margin);
}
.historique-texts { padding-top: var(--main-side-margin); position: relative }
.historique-texts .list-nav { position: absolute; bottom: 0 }
.historique-texts>p:first-child {
    font-weight: 600;
    color: var(--yellow);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.historique-current-annee {
    font-family: ZuumeSemiBold, sans-serif;
    font-weight: 600;
    font-size: 70px;
    margin: 25px 0 10px;
    color: #919191;
}
.historique-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: var(--black);
    /*direction: rtl;*/
    /*text-align: left;*/
}
.historique-annee-list::-webkit-scrollbar-track { margin: 0 }
.historique-annee-list::-webkit-scrollbar { width: 2px}
.historique-annee-list {
    margin-top: var(--main-margin);
    overflow-y: auto;
    direction: rtl;
    text-align: left;
    padding-left: 15px;
}
.historique-annee-list::after {
    content: '';
    position: absolute;
    bottom: 78px;
    left: 0;
    right: 0;
    height: 2em;
    background: linear-gradient(#f2f2f200, var(--background-white));
}
.historique-annee {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #919191;
    position: relative;
    cursor: pointer;
}
.historique-annee::after {
    content: '';
    position: absolute;
    top: 45%;
    right: calc(100% - 4em);
    width: 0;
    height: 1px;
    background: #919191;
    transition: .5s ease;
}
.historique-annee.current::after { right: 0; width: calc(100% - 4em); }

#apropos-garanties.garanties-section { height: 40vw; }
#apropos-garanties #garanties { bottom: 30px; }

#apropos-valeurs { padding: var(--main-side-margin) var(--main-dynamic-margin); grid-template-columns: calc(34vw - var(--main-dynamic-margin) + 40px) 1fr; }
#apropos-valeurs>.details-texts { background: unset; padding: unset; }
#apropos-valeurs>.details-texts>li.selected>p::before { width: 0; }

#apropos-engagements { padding-bottom: var(--main-side-margin); }
#apropos-engagements .sub-section-texts { max-width: 30vw }
.engagements-grid {
    padding: 80px var(--main-dynamic-margin) 0;
    display: grid;
    grid-template-columns: calc(34vw - var(--main-dynamic-margin) + 40px) 1fr 1fr;
}
.engagements-grid>.engagement { padding-right: 40px }
.engagement-img {
    object-fit: contain;
    object-position: left;
    height: 80px;
    width: 50%;
}
.engagement-titre {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: var(--black);
    margin-top: 30px;
}
.engagement-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: var(--black);
    overflow: hidden;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.engagement .linkmore { cursor: pointer; margin-top: 20px; }
.engagement-pop-up {
    display: none;
    position: fixed;
    cursor: pointer;
    padding: 50px calc(50vw - 500px); /* Content is 1000px */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #343A4080;
}
.engagement-pop-up::before {
    content: '⨉';
    position: absolute;
    top: 50px;
    right: calc(50vw - 500px);
    transform: translate(-0.5em, 0.5em);
    line-height: 1em;
    color: var(--yellow);
}
.more .engagement-pop-up { display: block }
.engagement-pop-up>.actu-txt {
    margin: 0;
    height: 100%;
    cursor: initial;
    overflow-y: scroll;
    padding: var(--main-margin);
    background-color: var(--background-white);
    box-shadow: 0 0 var(--main-dynamic-margin) #343A4080;
}


#apropos-certifications {
    background: var(--black);
    padding: var(--main-margin-double) 0;
    display: grid;
    grid-template-columns: 34% 1fr;
    gap: 40px;
}
.certifications-grid {
    display: flex;
    flex-direction: column;
    gap: 70px;
    padding-right: var(--main-dynamic-margin);
}
.certification-img1, .certification-img2 {
    object-fit: cover;
    object-position: center;
    width: 100%;
    aspect-ratio: 5/3;
    background-color: #40464b;
}
.certification {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.certification-titre {
    grid-column: 1/3;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: white;
    margin-top: 30px;
}
.certification-description {
    grid-column: 1/3;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.certification-description>p,
.engagement-description>p { display: inline }
.certification-description>p:not(:first-child),
.engagement-description>p:not(:first-child) { margin-top: 1em }
.certification-description a {
    text-decoration: underline;
    text-decoration-color: var(--yellow);
}
.more { -webkit-line-clamp: unset }


/* --- EMPLOI --- */
#emploi-header {
    gap: 40px;
    display: grid;
    align-items: end;
    grid-template-columns: repeat(12, 1fr);
    padding-bottom: calc(100vh - 685px);
}
#emploi-header .menu-cyberis-icon {
    opacity: .1;
    filter: invert(1);
    grid-column: 1/6;
    margin-left: var(--main-dynamic-margin);
}
#emploi-header>div:last-child {
    grid-column: 6/13;
    padding-right: var(--main-dynamic-margin);
}
.emploi-sticky { height: 100%; grid-column: 1/6; }
.emploi-sticky>.menu-cyberis-icon { position: sticky; position: -webkit-sticky; top: 0 }
.emploi-content { margin-top: 165px }
.page-emploi .emploi-content { margin-top: 250px }
.emploi-content>.information ~ .information { margin-top: 30px; }
.emploi-content>p:last-child {
    grid-column: 6/13;
    padding-right: var(--main-dynamic-margin);
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: var(--black);
}
.emploi-content>p:last-child>a, .actu-txt a { border-bottom: solid 1px var(--yellow) ;}
.emploi-content>.emplois { margin: 40px 0 30px }
.emploi-title {
    font-family: ZuumeSemiBold, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 76px;
    line-height: 82px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--yellow);
    max-width: 50%;
}
.emploi-slogan {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: var(--black);
}
.emploi {
    background: white;
    padding: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: var(--black);
    display: flex;
    flex-direction: column;
}
.emploi>*+* { margin-top: 20px }
.emploi>span:first-child { grid-column: 1/3 }
.emploi>.linkmore { max-height: 1.7em }

/* --- ARTICLE --- */
.article-emploi .emploi-title { max-width: 90% }
.article-emploi .emploi-slogan, .article-emploi .emploi-slogan * { font-weight: 600 }
.information {
    margin-top: 60px;
    color: var(--black);
}
.information>p {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.information>div {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-top: 5px;
}
.information>div>p~p { margin-top: 10px; }
#contact-form { margin-top: var(--main-margin); }
#contact-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
#contact-form h2 {
    grid-column: 1/3;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--black);
}
#contact-form input,
#contact-form textarea{
    background: white;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    height: 45px;
    width: 100%;
    margin: 0;
}
#contact-form [data-name="adress"],
#contact-form [data-name="message"],
#contact-form [data-name="file"] { grid-column: 1/3 }
#contact-form textarea {
    min-width: 100%;
    min-height: 200px;
    resize: vertical;
    transition: unset;
}
#contact-form [data-name="file"] input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    margin: 0;
    display: block;
    z-index: 1;
    visibility: visible;
}
#contact-form .codedropz-upload-container {
    height: 300px;
    align-items: center;
    display: flex;
    padding: 0;
    background-color: white;
}
#contact-form .codedropz-upload-inner {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
#contact-form .codedropz-upload-inner>h3 {
    font-weight: 700;
    margin: 100px 0 0;
    font-size: 18px;
    line-height: 27px;
    position: relative;
    color: var(--yellow);
}
#contact-form .codedropz-upload-inner>h3::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -40%);
    background: url("./icons/add-file.svg") center center no-repeat;
    background-size: contain;
}
#contact-form .codedropz-upload-inner>h3+span {
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #919191;
    display: block;
}
#contact-form .codedropz-upload-inner>.codedropz-btn-wrap {
    margin: auto 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #919191;
}
.wpcf7-not-valid-tip { font-size: 12px; padding: 5px 0 0 5px; }
.dnd-upload-status .dnd-upload-image { border: unset }
.dnd-upload-status .dnd-upload-details .dnd-progress-bar { border-radius: 0; height: 4px }
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span { background: var(--yellow); color: var(--yellow) }
#send-mail {
    width: 115px;
    height: 40px;
    position: relative;
    z-index: 1;
}
#send-mail:hover { transform: translateX(10px) }
#send-mail>input {
    background-color: var(--yellow);
    width: 115px;
    height: 40px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    opacity: 1 !important;
    font-family: 'Hanken Grotesk', sans-serif;
}
#send-mail::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 0;
    background-color: var(--yellow);
    transform: translate(45%, -45%) rotate(45deg) skew(-10deg, -10deg);
    pointer-events: none;
}

#actu-header {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
    padding: 0 var(--main-dynamic-margin);
    position: relative;
    min-height: 100vh;
}
.actu-img {
    position: relative;
    z-index: 1;
    background-color: #343A4033;
    grid-column: 1/6;
    width: 100%;
    height: 100%;
    max-height: 80vh;
    transform: translateX(calc(var(--main-dynamic-margin) * -1));
}
.actu-img>img {
    mix-blend-mode: overlay;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.actu-body {
    padding: 30vh 0 var(--main-side-margin);
    grid-column: 6/13;
}
.actu-body>.actu-cat,
.emploi-content>.emploi-cat {
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #919191;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 10px;
}
.actu-body>.actu-cat::before,
.emploi-content>.emploi-cat::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #919191;
    border-left: 1px solid #919191;
    transform: translate(0, -50%) rotate(45deg);
}
.actu-body>.actu-date,
.emploi-content>.emploi-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #919191;
    margin-bottom: 40px;
}
.actu-title {
    font-weight: 600;
    font-size: 76px;
    line-height: 82px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--yellow);
    font-family: ZuumeSemiBold, sans-serif;
}
.actu-txt {
    margin-top: 30px;
    color: var(--black);
}
.actu-txt>p, .actu-txt>ul {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}
.actu-txt>*:not(h1, h2, h3, h4)+p,.actu-txt>*+ul { margin-top: 15px }
.actu-txt>h2, .actu-txt>h1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.actu-txt>*+h2, .actu-txt>*+h1 { margin-top: 2.5em }
.actu-txt>h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.actu-txt>*+h3, .actu-txt>*+h4 { margin-top: 2em }
.actu-txt>h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.actu-txt li,
.information li{
    padding-left: 1em;
    position: relative;
    width: fit-content;
}
.information ul { margin-top: 10px }
.actu-txt li::before,
.information li::before{
    content: '';
    position: absolute;
    top: .7em;
    left: 0;
    width: .7em;
    height: 1px;
    background-color: var(--black);
}
.article-actu .share,
.article-emploi .share { margin-top: 25px }


/* --- PAGE PRODUITS --- */
#products-header {
    padding-left: var(--main-margin-double);
    margin-bottom: var(--main-margin);
}
.page-produits-parent .sub-section { height: 100vh; }
.page-produits-parent img {
    object-fit: contain;
    object-position: center;
    background: var(--black);
    height: 100%;
    width: 100%;
    padding: var(--main-margin);
}
.page-produits-parent .other-products-list {
    flex-direction: column;
    align-items: flex-start;
    color: #CACACA;
    padding: 0 var(--main-dynamic-margin) 0 var(--main-margin-double);
}
.page-produits-parent li>a {
    font-size: 76px;
    line-height: 1.8em;
    height: 1.2em;
    display: block;
    position: relative;
}
.page-produits-parent li.current>a::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: var(--background-white);
    top: 50%;
    left: 0;
    transform: translateX(calc(-54px - var(--main-margin-double))) rotate(45deg) skew(-10deg, -10deg);
}
#apropos-valeurs .sub-section-texts, #content .products-content .sub-section-texts { padding-right: 40px }


/* --- PAGE ACTUALITES --- */
#actualites {
    padding: var(--main-side-margin) var(--main-dynamic-margin);
    min-height: 100vh;
    text-align: center;
}


/* --- PAGE CONTACT --- */
.page-contact #emploi-header form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.page-contact #emploi-header input:not([type='submit']),
.page-contact #emploi-header textarea{
    background: white;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    height: 45px;
    width: 100%;
    margin: 0;
}
.page-contact #emploi-header [data-name="adress"],
.page-contact #emploi-header [data-name="message"] { grid-column: 1/3 }
.page-contact #emploi-header textarea {
    min-width: 100%;
    min-height: 200px;
    resize: vertical;
    transition: unset;
}


/* --- FOOTER --- */
#footer {
    clear: both;
    display: grid;
    grid-template-columns: 4fr 2fr 2fr 2fr 3fr;
    padding: 80px var(--main-dynamic-margin) 0;
    /*height: 500px;*/
    height: 530px;
}
#footer-col-1 img {
    object-fit: contain;
    object-position: left;
    max-width: 80% !important;
    max-height: 300px !important;
}
#footer-col-1>.with-certif { display: flex; align-items: flex-start; margin-top: 30px; }
#footer-col-1>.with-certif>img { height: 125px; margin-right: 30px; }
#footer-col-1>.with-certif ul{
    /*margin-top: 0;*/
    margin-top: -7px;

}
.footer-list {
    margin-top: 20px;
    font-size: 16px;
    color: white;
    letter-spacing: .015em;
}
div .footer-list:first-of-type { margin-top: 30px }
.footer-list li, .footer-list li a { margin-top: 4px; font-family: 'Hanken Grotesk', sans-serif; }
.footer-list .bold { font-weight: 600 }
.footer-list li .icon { float: left; width: 14px; height: 14px; margin: 4px 8px 0 0; }
#copyright {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-top: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: -9px;
}
.footer-list-title {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ffffff40;
    margin-top: 72px;
}
.footer-list.spaced li { margin-top: 14px }
#legals, #legals a {
    font-size: 10px;
    color: white;
    letter-spacing: .02em;
}
#footer>div:not(:last-child) { position: relative; }
#footer-col-3 { padding-left: 20px; }
#copyright, #legals { position: absolute; bottom: var(--main-margin); left: 0; width: max-content; }
#socials {
    position: absolute;
    bottom: var(--main-margin);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: max-content;
    gap: 10px;
    /*right: 0;*/
    left: 30px;
}
#socials>.icon { width: 20px; height: 20px; margin-top: 5px }
#footer-col-3-5 {

}
.log-certif{
    padding-left: 30px;
}
#footer-col-4 {
    background: url('./images/footer-cyberis-icon.svg') right bottom no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    float: right;
}
.lang-selector {
    color: #919191;
    pointer-events: all;
    position: fixed;
    top: 34px;
    right: 150px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    width: fit-content;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: 'Hanken Grotesk', sans-serif;
}
.lang-selector .wpml-ls-current-language { font-weight: 600; }
.lang-selector>div { padding: 0; border: unset; }
.lang-selector.small::after {
    content: '';
    position: absolute;
    top: 0.4em;
    right: -3px;
    width: 7px;
    height: 7px;
    background: linear-gradient(45deg, #919191, #919191 50%, transparent 50%);
    transform: rotate(-45deg);
    transition: ease .5s;
}
.lang-selector.small ul { display: flex; flex-direction: column; overflow: hidden; height: 1.5em }
.lang-selector.small li.wpml-ls-current-language { pointer-events: none }
.lang-selector.small:hover ul { height: fit-content }
.lang-selector.small:hover li:not(.wpml-ls-current-language) { opacity: 1; transform: translateY(0); }
.lang-selector.small li:not(.wpml-ls-current-language) { opacity: 0;transform: translateY(-100%); }
.lang-selector.full {
    position: static;
    color: white;
    font-weight: 300;
    line-height: 20px;
    margin-top: var(--main-margin);
}
.lang-selector.full li>a { padding: 0; margin: 0 5px; }
.lang-selector.full li:first-child>a { margin-left: 0; }
.lang-selector.full li:not(:last-child) { border-right: 1px solid white; }
.svg-seemore, .svg-seeless{
    position: absolute;
    width: 23px;
    height: 23px;
    right: 38px;
    bottom: 30px;
    cursor: pointer;
    z-index: 10;
}
.svg-seeless, .product.active .svg-seemore{
    display: none;
}
.product.active .svg-seeless{
    display: block;
}

.pix-log > svg {
    transform: translate(0, 3px);
    width: 44px;
}

.pix-pom > svg {
    transform: translate(0, 3px);
    width: 51px;
}
.lt-desc{
    max-width: 300px;
    margin-top: 10px;
}
.lt-desc a{
    font-weight: 500;
}
.lt-desc *{
    font-size: 15px;

}
/* ---- Media query ---- */
/* Big ass screen */
@media screen and (min-width: 2000px) {
    :root {
        --main-margin: 80px;
        --main-margin-double: 160px;
        --main-side-margin: 200px;
        --main-dynamic-margin: 10vw;
    }

    #header { padding: 50px var(--main-margin); }
    #contacts { left: var(--main-margin) }
    #contacts .mail.icon, #contacts .tel.icon { width: 50px; height: 50px }
    .cyberis-name, .product-giga-title>span { font-size: 400px }
    .cyberis-slogan {
        top: 350px;
        font-size: 60px;
        line-height: 90px;
    }
    .lang-selector { font-size: 16px; right: 180px }
    #menu .menu-text,
    #scroll>span,
    .historique-texts>p:first-child { font-size: 16px }
    #homesection-1 { padding-top: 60vh }
    #dynamique-bg { width: 100% }
    #menu .main-menu .main-link>a { font-size: 26px; line-height: 70px; }
    #menu .main-menu li:not(.main-link)>a { font-size: 24px; line-height: 60px }
    .main-link::before { top: 2.2em }
    .page #homesection-2>p {
        font-size: 24px;
        line-height: 40px;
        width: 60%;
    }
    .big-title, .big-title a { font-size: 180px; line-height: 1.3em }
    #garanties>div { border-width: 2px; padding-right: 30px } #garanties img { width: 15% } #garanties p.garantie_text { font-size: 24px; line-height: 32px; margin-top: 10px; max-width: unset; }
    .actu-content { padding: 100px 80px 80px }
    .linkmore,
    .footer-list,
    .footer-list-title,
    .share,
    .products-list li>a,
    .historique-annee,
    .details-texts>li>p,
    .engagement-description,
    .certification-description,
    .page-contact #emploi-header input:not([type='submit']),
    .page-contact #emploi-header textarea,
    .actu-txt>h4 { font-size: 20px }
    .actu_link>h3,
    .actu_link>.actu-content>h3,
    .citation-text>p { font-size: 36px; line-height: 50px }
    .actu_link>.actu-content>a:first-of-type,
    .actu_link>.actu-content>h3+p:last-of-type { font-size: 22px }
    #footer { height: 640px }
    .pomzed-badaboum {
        width: 140px;
        height: 12px;
        margin: 3px 0 0 10px;
    }
    #copyright,
    #legals,
    #legals a { font-size: 12px }
    .footer-list li .icon { width: 18px; height: 18px; margin: 5px 10px 0 0 }
    .sub-section-title,
    .actu-txt>h2, .actu-txt>h1 { font-size: 28px; line-height: 40px }
    .sub-section { grid-template: auto / 40vw 1fr }
    .historique-current-annee,
    .sub-section .entry-title,
    .apropos-slogan,
    .emploi-title,
    .page-produits-parent li>a,
    .actu-title { font-size: 100px; line-height: 110px }
    .sub-section.text .sub-section-accompagnement,
    .capacite-production .avantage-title,
    .capacite-production .avantage-txt,
    .sub-section .entry-text,
    .sub-section-text,
    .historique-desc,
    .engagement-titre,
    .certification-titre,
    .emploi-slogan,
    .actu-txt>p, .actu-txt>ul,
    .actu-txt>h3 { font-size: 22px; line-height: 36px }
    .capacite-production .avantage-icon { width: 50%; height: 30%; }
    #apropos-subheader>.sub-section.text,
    .capacite-production,
    .list-with-details,
    .products-content>.sub-section.text { grid-template: auto / calc(40vw + 40px - var(--main-dynamic-margin)) 1fr; gap: 0 }
    .apropos-img, .historique-image { width: 60vw }
    #emploi-header { padding-bottom: 10vh }
    #emploi-header .menu-cyberis-icon { height: 45vw; width: 25vw }
}
/* Weird */
@media screen and (min-width: 1280px) and (max-width: 1420px) {
    .other-products-list a { font-size: 40px }
}
@media screen and (min-width: 993px) and (max-width: 1280px) {
    :root {
        --main-margin: 40px;
        --main-margin-double: 80px;
        --main-side-margin: 100px;
    }

    /* RESET BR */
    .citation-text br, .sub-section-title br, .text-next-page br, .product-slogan br { content: ''; }
    .citation-text br::after, .sub-section-title br::after, .text-next-page br::after, .product-slogan br::after { content: ' '; }

    #garanties>div { padding: 15px; text-align: center }
    #garanties p.garantie_text {
        min-width: unset;
        max-width: unset;
        width: 100%;
    }
    #next-page .big-title, #next-page .big-title>a { font-size: 90px }
    .other-products-list a { font-size: 30px }
    #emploi-header .menu-cyberis-icon { background-size: 70% }
    .product-giga-title>span { font-size: 180px }
    .actu_link, .actu_link div { height: 25vw }
    .actu_link>h3, .actu_link>.actu-content>h3 { font-size: 20px; max-width: unset; }

    .engagement-pop-up { padding: 50px calc(50vw - 300px); }
    .engagement-pop-up::before { right: calc(50vw - 300px); }

    .emploi-content { margin-top: 90px }
    .page-emploi .emploi-content { margin-top: 175px }
    .emploi-title { max-width: 70%; }
}
/* Tablet++ */
@media screen and (max-width: 992px) {
    ::-webkit-scrollbar-track { margin-top: 100px }
    :root {
        --main-margin: 35px;
        --main-margin-double: 70px;
        --main-side-margin: 50px;
    }

    /* RESET HOVER */
    #menu .menu-toggle:hover .menu-text { color: #919191 }
    #menu .menu-toggle:hover #close-bar1, #menu .menu-toggle:hover #close-bar2, #menu .menu-toggle:hover #close-bar3 { background-color: #919191 }

    /* RESET BR */
    .citation-text br, .sub-section-title br, .text-next-page br, .product-slogan br { content: ''; }
    .citation-text br::after, .sub-section-title br::after, .text-next-page br::after, .product-slogan br::after { content: ' '; }

    /* DISPLAY NONE */
    .sub-section-texts::before, .historique-texts .list-nav, .page-produits-parent img { display: none }

    /* --- Header --- */
    #header {
        padding: 15px;
        height: 70px;
        background: transparent;
    }
    #branding img { height: 1em }
    #menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        height: 70px;
        padding: 22px var(--main-margin);
        justify-content: flex-end;
        align-items: baseline;
    }
    .lang-selector.small {
        top: -2px;
        right: 20px;
        font-size: 14px;
        position: relative;
    }
    .lang-selector.small::after { top: .55em }
    .lang-selector.small a {  padding-left: 0 }
    .lang-selector.small ul { transition: background 0s }
    #menu:not(.toggled) .lang-selector.small ul {
        background: var(--background-white);
        padding: 0 0 5px 10px;
        border-radius: 5px;
    }
    .lang-selector.small:hover a { animation: disable-pointer-events 500ms }
    @keyframes disable-pointer-events { 0%, 99% { pointer-events: none; } 100% { pointer-events: all } }
    #menu .menu-text { font-size: 14px }
    #menu>.main-menu-container {
        grid-template-columns: 0 1fr;
        padding: 0;
        gap: 0;
    }
    .main-menu { width: fit-content; margin: 0 auto }
    #menu .main-menu li { text-align: left }
    .menu-cyberis-icon { width: 100vw; height: 50vh; pointer-events: none }
    #contacts { left: 10px }

    /* --- Homepage --- */
    #homesection-1 { height: 100vh; padding-top: calc(100vh - 100vw - 100px) } /* At 100px from bottom of section */
    #homesection-1 .sticky-bg { position: static; padding-top: 0; max-height: 100svh; }
    #homesection-2 { height: fit-content; justify-content: space-around; gap: var(--main-margin) }
    #homesection-2 .big-title, #homesection-2 .big-title a {
        white-space: break-spaces;
        width: 100%;
        margin: 0;
        height: unset;
        line-height: 1.1em;
    }
    #homesection-2 .big-title a::after, #homesection-2 .big-title a::before { content: none }
    .big-title, .big-title a {
        font-size: 80px;
        text-align: left;
    }
    #next-page .big-title, #next-page .big-title a {
        font-size: 70px;
        text-align: left;
    }
    .products-range {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    .products-range>* { width: 30% }
    #homesection-3 { height: 70vw }
    .garanties-section { height: 50vh }
    #garanties p.garantie_text { min-width: unset; max-width: unset; }
    #garanties>div { padding: 15px 30px 10px 30px; }
    #content .capacite-production .sub-section-texts { padding: 0 }

    /* --- Actu --- */
    #homesection-4 { height: fit-content; padding: var(--main-margin-double) var(--main-dynamic-margin) }
    .actu_link, .actu_link div { height: 35vh }
    #apropos-subheader>.sub-section.text,
    #apropos-certifications,
    #apropos-valeurs,
    #actu_list { grid-template: auto / 1fr }

    /* --- Sub section --- */
    .sub-section { grid-template-columns: 1fr 1fr; gap: var(--main-margin-double) }
    .sub-section.text { gap: 20px }
    .sub-section-text>p,
    .sub-section-accompagnement>p:not(:first-child),
    .sub-section-text ul { margin-top: 15px }
    .sub-section-text li { margin: 0 0 5px 24px }
    .sub-section:first-of-type { grid-template: auto / 1fr; gap: 0; padding: 0 }
    .sub-section+.sub-section { padding-bottom: var(--main-margin-double) }
    .sub-section:has(+.capacite-production) { padding-bottom: 0 }
    .sub-section .post-thumbnail { height: 30vh }
    *:first-child:not(#apropos-valeurs)>.sub-section-texts,
    .capacite-production { margin: 0; padding: var(--main-margin-double) var(--main-dynamic-margin) }
    *:not(#apropos-valeurs)>.sub-section-texts { margin: 0; padding: 0 var(--main-dynamic-margin); max-width: unset }
    .sub-section-accompagnement>img { height: auto }
    .sub-section-title { padding-left: var(--main-margin); font-size: 20px; line-height: 30px }
    section:not(:first-of-type) .sub-section-texts { padding: 0; margin-bottom: var(--main-margin-double) }
    .certifications-grid { padding: 0 var(--main-dynamic-margin); gap: 40px }
    .other-products-list { display: block }
    .sub-section-title::before {
        content: '';
        position: absolute;
        top: .35em;
        bottom: .35em;
        left: 0;
        width: 1px;
        background: #343A4080;
    }
    .sub-section-title::after {
        right: 0;
        left: -7px;
        width: 14px;
        height: 14px;
        top: calc(1.45em - 7px);
    }
    .citation { margin: 0 var(--main-dynamic-margin) var(--main-margin-double) }
    .capacite-production .avantage-title { margin-bottom: 10px }
    .citation-text>p::before,.citation-text>p::after { height: 1.2em; width: 1.2em;}

    /* --- A propos --- */
    #apropos-header {
        align-items: start;
        height: fit-content;
        grid-template: min-content / 1fr;
        padding: 0;
    }
    .apropos-img {
        grid-area: 1;
        width: 100%;
        min-height: unset;
        height: 30vh;
    }
    #apropos-valeurs { padding: var(--main-margin-double) var(--main-dynamic-margin) }
    #apropos-header>div { margin: 0 var(--main-dynamic-margin); }
    .apropos-slogan { font-size: 36px; line-height: 40px; }
    .apropos-liens-secteurs { grid-template-columns: 1fr; gap: 15px }
    .capacite-production .sub-section-title::before,
    #apropos-subheader .sub-section-title::before,
    #apropos-certifications .sub-section-title::before { background-color: #ffffff80 }
    #apropos-subheader .sub-section.text .sub-section-accompagnement { padding: 0 var(--main-dynamic-margin); }
    #historique { height: fit-content; align-items: end; }
    .historique-image { height: 70%; min-height: unset }
    .historique-annee-list::after { bottom: 0px }
    .engagement-pop-up { padding: 50px var(--main-dynamic-margin); }
    .engagement-pop-up::before { right: var(--main-dynamic-margin); }

    /* --- Emplois --- */
    .article-emploi section,
    .page-default section,
    .page-emploi section { overflow: hidden }
    #emploi-header { display: block; padding: 0 var(--main-dynamic-margin) var(--main-margin-double) }
    #emploi-header .menu-cyberis-icon {
        position: static;
        height: 20vh;
        width: 50%;
        margin: 0;
    }
    #emploi-header>div:last-child { margin: 0; padding: 0 }
    .emploi {
        font-size: 18px;
        padding-bottom: 30px;
    }
    .emploi>*+* { margin-top: 10px }
    .emploi-cat { margin-top: var(--main-margin-double) }
    .emploi-title, .actu-title {
        max-width: unset;
        font-size: 50px;
        line-height: 52px;
    }

    /* --- Page produits --- */
    #products-header {
        padding-left: 0;
        margin: 100px 0 var(--main-margin);
        text-align: center;
    }
    .page-produits-parent .sub-section { height: unset }
    .page-produits-parent li.current>a { color: inherit }
    .page-produits-parent li>a, .other-products-list a {
        font-size: 80px;
        line-height: 1em;
        height: max-content;
        margin-bottom: 0.25em;
        display: inline-block;
    }
    .page-produits-parent .other-products-list { padding: var(--main-margin-double) var(--main-dynamic-margin) }

    /* --- Articles produit --- */
    .product-image-array { transform: translate(-50%, -40px) }
    .products-header { height: 400px }
    .product-giga-title>span { font-size: 80px; top: 50px }
    .product-slogan {
        font-size: 20px;
        line-height: 30px;
        padding: 0 10%;
    }
    #content .products-content .sub-section-texts { padding: 0 }
    .products-grid { grid-template-columns: 1fr 1fr; gap: 10px }
    .product { height: min-content; padding: 15px 15px 100px 15px }
    .product-details, .product-details-hidden { padding: 15px }
    .product-name, .product-more+p { font-size: 16px; line-height: 22px }
    .product-more { margin-top: 18px; font-size: 12px; }
    #content .products-content .sub-section-accompagnement { padding: 0 0 0 var(--main-margin) }

    /* --- Article --- */
    #actu-header { display: block; padding: 0 0 var(--main-margin-double) 0 }
    .actu-img { transform: unset; height: 25vh; max-height: 25vh }
    .actu-img, .post-thumbnail { background: linear-gradient(180deg, var(--black), transparent); }
    .actu-body { padding: var(--main-margin-double) var(--main-dynamic-margin) }
    .actu-txt>h2, .actu-txt>h1 { font-size: 18px; line-height: 27px }
    .engagement-pop-up>.actu-txt::-webkit-scrollbar { width: 15px; }

    /* --- Footer --- */
    #footer {
        /*grid-template-columns: 3fr 2fr 2fr;*/
        grid-template-columns: 3fr 2fr 2fr 1fr;
        text-align: left;
        padding-bottom: 100px;
        height: unset;
        position: relative
    }
    #footer-col-3 { padding-left: 0 }
    #footer>div:not(:last-child) { position: static }
    #copyright { left: var(--main-dynamic-margin); flex-direction: column; align-items: baseline }
    #socials { right: var(--main-dynamic-margin) }
    #legals { left: 50%; transform: translateX(-50%) }
    .pomzed-badaboum { margin: unset }
}
/*fkc*/
@media screen and (max-width: 768px) {
    #next-page .big-title, #next-page .big-title a { font-size: 50px }
    #menu .main-menu>a:first-child { display: none }
}
/* Smartphone */
@media screen and (max-width: 576px) {
    :root {
        --main-margin: 25px;
        --main-margin-double: 50px;
        --main-side-margin: 60px;
    }

    /* RESET BR */
    .citation-text br, .sub-section-title br, .text-next-page br, .product-slogan br, .details-desc br, .sub-section-accompagnement br { content: ''; }
    .citation-text br::after, .sub-section-title br::after, .text-next-page br::after, .product-slogan br::after .details-desc br::after, .sub-section-accompagnement br::after { content: ' '; }

    /* Display none */
    .details-texts>li.selected>p::before,
    #emploi-header .menu-cyberis-icon,
    .page-secteur .details-texts>li:not(.selected),
    .page-produits-parent img,
    .historique-annee-list,
    #footer-col-4,
    #footer-col-2>*:not(#legals),
    #footer-col-3>*:not(#socials),
    .citation img,
    .emploi-sticky,
    #contacts,
    #scroll { display: none }

    /* --- Header --- */
    #contacts { left: -2px ; transform: translateY(20px) }
    #contacts a { border-radius: 0 50% 50% 0; border-left: 0 }
    #contacts .mail.icon, #contacts .tel.icon { width: var(--main-dynamic-margin); height: var(--main-dynamic-margin) }

    /* --- Homepage --- */
    #homesection-1 { height: 100svh; }
    .cyberis-name { font-size: 100px; top: 10vh }
    .page #homesection-2>p+div { align-items: flex-start }
    #homesection-2 .big-title, #homesection-2 .big-title a {
        text-align: left;
        width: fit-content;
        font-size: 32px;
    }
    #homesection-2 .big-title a::after { content: ''; width: 35px; top: 35% }
    #homesection-2 .big-title a::before { content: ''; left: calc(100% + 50px); top: 35% }
    .cyberis-slogan { top: 18vh; font-size: 18px; line-height: 30px; max-width: unset }
    .cyberis-slogan>a::after { border-bottom: 1px solid var(--yellow) }
    .page #homesection-2>p+div { gap: 15px }
    #homesection-2 { justify-content: space-around }
    .big-title ,.big-title a {
        font-weight: 500;
        letter-spacing: 0;
        font-size: 40px;
    }
    #next-page .big-title, #next-page .big-title a { font-size: 30px }
    #homesection-3 { height: fit-content }
    .garanties-section {
        height: fit-content;
        display: grid;
        grid-template-columns: 1fr;
    }
    .garanties-section>img:first-child { position: static; grid-area: 1; height: auto; min-height: auto }
    #garanties {
        position: static;
        background-color: var(--black);
        padding: var(--main-margin-double) var(--main-dynamic-margin);
        grid-template-columns: 1fr 1fr;
        gap: 20px 12px;
    }
    #garanties>div { border-left: unset; padding: 0; margin: 0 0 auto }
    #garanties p.garantie_text { margin: 0 auto; }

    /* --- Actu --- */
    .sub-section .post-thumbnail,
    .apropos-img,
    .actu-img { max-height: 35vh; height: 35vh }
    .actu-body>.actu-date { margin-bottom: var(--main-margin) }
    .actu-title { margin: 0 }
    .emploi-cat { margin-top: 0 }
    .actu_link, .actu_link div { height: 25vh; min-height: 55vw }
    .actu-content { padding: 40px var(--main-margin) var(--main-margin) }
    #actu_list .actu_link>.actu-content>* { font-size: 12px }
    #actu_list .actu_link>.actu-content>h3,
    .citation-text>p { font-size: 18px; line-height: 26px; max-width: unset; margin: 5px 0 }
    .actu_link>h3 {
        font-size: 18px;
        line-height: 1.5em;
        left: var(--main-margin);
        right: var(--main-margin);
        bottom: var(--main-margin);
        max-width: unset
    }
    .share { height: 30px }
    .share>span>a { transform: translate(0, -100%) scale(.5) } .share:hover>span>a { transform: translate(0, 0) scale(.5) }
    .emploi .share { font-size: 12px }
    .information { margin-top: 20px }
    .information>p,
    .information>div { font-size: 14px; line-height: 22px }

    /* --- Sub section --- */
    .sub-section .entry-title { font-size: 50px; line-height: 52px; width: unset }
    .sub-section.text .sub-section-accompagnement,
    .capacite-production .avantage-txt,
    .emploi-content>p:last-child,
    .sub-section .entry-text,
    .historique-desc,
    .details-desc,
    .actu-txt>h3,
    .sub-section-text { width: 100%; font-size: 16px; line-height: 24px }
    .sub-section .entry-text { margin-top: 15px; }
    .sub-section .products-list { margin: var(--main-margin) 0 0 -3px }
    .sub-section-accompagnement>img { height: auto }
    .sub-section.text .sub-section-accompagnement { margin: 0; padding: 0 var(--main-dynamic-margin) }
    .products-list li>a>span:not(:first-child) { width: 30px }

    /* --- Details list --- */
    .page-secteur .list-with-details { position: relative; margin-bottom: 30px }
    .page-secteur .details-img { position: static; background: white; height: min-content }
    .page-secteur .details-img>img { height: 60vw }
    .page-secteur .details-desc { height: 100% }
    .page-secteur .list-with-details>.details-texts>li,
    .page-secteur .list-with-details>.details-texts>li.selected { margin: 0 }
    .page-secteur .list-with-details .list-nav {
        height: 84vw;
        position: absolute;
        left: 50%;
        bottom: var(--main-margin-double);
        transform: translate(-50%, 55%) rotate(-90deg);
        justify-content: space-between;
    }
    .page-secteur .list-with-details .list-nav>.down { margin: auto 0 0 }
    .page-secteur .list-with-details .list-nav>div,
    .historique-texts .list-nav>div { width: 30px; height: 30px; }
    .page-secteur .list-with-details .slider-slides {
        gap: 10px;
        height: 2px;
        width: 50vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        left: 50%;
        position: absolute;
        bottom: var(--main-margin-double);
        transform: translate(-50%, 18px);
    }

    /* --- Citation --- */
    .citation { grid-template-columns: 0 1fr }
    .citation-text { padding: var(--main-margin-double) var(--main-margin) }

    /* --- Capacite de production --- */
    .capacite-production>div:last-child,
    .products-content>.sub-section.text,
    .capacite-production,
    .list-with-details,
    .sub-section.text,
    .engagements-grid,
    .sub-section { grid-template: auto / 1fr }
    #content .capacite-production .sub-section-texts { margin: 0 0 40px 0; padding: 0 }

    /* --- Next page --- */
    #next-page { padding: var(--main-margin-double) var(--main-dynamic-margin) }
    #next-page .text-next-page { width: 100%; font-size: 14px; line-height: 22px; margin-bottom: var(--main-margin) }
    #emploi-header { padding: 100px var(--main-dynamic-margin) var(--main-margin-double) var(--main-dynamic-margin); }

    /* --- Page apropos --- */
    #apropos-header { padding-bottom: 0; gap: var(--main-margin-double) }
    #historique {
        grid-template: auto / 1fr;
        gap: var(--main-margin);
        height: unset;
        padding: 0;
    }
    .historique-texts { padding: var(--main-side-margin) var(--main-dynamic-margin) 0 }
    .historique-image { width: 100%; max-height: 40vh; height: auto }
    .historique-texts .historique-desc { margin-bottom: var(--main-margin-double); }
    .historique-texts .list-nav { display: flex; flex-direction: row }
    .historique-texts .list-nav>* { rotate: -90deg }
    .historique-current-annee { margin: 10px 0 }
    #apropos-garanties.garanties-section { height: unset }
    #apropos-garanties.garanties-section>img:first-child { grid-area: 2 }
    .engagements-grid { padding: 40px var(--main-dynamic-margin) 0; gap: 30px }
    .engagement-img { display: none !important; }
    .engagement-titre { margin: 0; font-size: 16px; line-height: 1em }
    .engagement-description { margin-top: 10px; font-size: 14px; line-height: 20px }
    #apropos-certifications { gap: 20px; }
    #apropos-valeurs>.sub-section-texts { margin-bottom: 20px; }
    #apropos-subheader .sub-section-texts { padding-bottom: 20px !important; }
    .linkmore { font-size: 12px }
    .engagement .linkmore{ grid-area: 3 / 2; margin-top: 10px }
    .certification { gap: 10px }
    .certification-titre { margin-top: 15px }
    .certification-description,
    .emploi-slogan,
    .actu-txt>p, .actu-txt>ul, .actu-txt>h4 { font-size: 14px; line-height: 22px }
    .certification .linkmore { grid-column: 1/3 }
    .details-texts>li:not(:last-child) { margin-bottom: unset }
    .details-texts>li.selected:not(:first-child) { margin-top: unset }
    .details-texts>li.selected:not(:last-child) { margin-bottom: 20px }

    /* --- Page produits --- */
    .products-header { height: 80vh }
    .product-giga-title>span {
        top: 25vh;
        font-size: 69px;
        line-height: .9em;
    }
    .product-image-array img { width: 16vw }
    .products-grid { grid-template-columns: 1fr; }
    .product-details, .product-details-hidden { padding: 15px }
    .product-name, .product-more+p { font-size: 14px; line-height: 22px }
    .product-txt, .product-more { line-height: 20px; font-size: 12px }
    .page-produits-parent { padding-top: var(--main-margin) }
    .page-produits-parent li>a, .other-products-list a {
        font-size: 40px;
        line-height: 1em;
        height: max-content;
        margin-bottom: .5em;
        display: inline-block;
    }

    #content .products-content .sub-section-accompagnement { padding: 20px 0 0 }
    .page-contact #emploi-header form,
    #contact-form form { gap: 10px }
    .page-contact #emploi-header form * { border-radius: 0!important; }

    /* --- Contact --- */
    #contact-form .codedropz-upload-inner { justify-content: space-between }
    #contact-form .codedropz-upload-inner>h3 { line-height: 24px }
    #contact-form .codedropz-upload-inner>.codedropz-btn-wrap { line-height: 20px; margin: 0 }

    /* --- Footer --- */
    #footer { padding-top: var(--main-margin-double); grid-template-columns: 1fr }
    .footer-list, .footer-list-title { font-size: 14px; margin-top: 22px }
    #copyright { flex-direction: initial; align-items: center }
    #legals { transform: unset; left: var(--main-dynamic-margin); bottom: 60px }
    .footer-list li .icon { margin: 4px 10px 0 0 }
    .pomzed-badaboum { margin: 0 0 1px 5px }
    #socials { bottom: 60px }
    .log-certif{
        padding-left: 0;
        width: 53px;
    }
    #socials{
        position: static;
        margin-top: 10px;
    }
}

/* Fookin iOS */
@media not all and (min-resolution:.001dpcm) { @media {
    ::-webkit-scrollbar { width: 1px; height: 0 }
    ::-webkit-scrollbar-track { border-left: 1px solid rgba(202, 202, 202, 0.5); margin: 0 }
    ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover { border-left: 1px solid var(--yellow) }

    /* Replace broken flex-box gap */
    #contacts> *+* { margin-top: 10px }
    #socials> *+* { margin-left: 10px }
    .certifications-grid> *+* { margin-top: 70px; }
    .list-nav>*+* { margin-top: 10px; }
}}
