* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --clr: #000;
    --clr-mid: #a8abad;
    --clr-accent: #406fb4;
    --clr-accent-alt: #a9d6f6;

    --ff: 'Rubik', sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: var(--ff);
    font-size: 1rem;
}

img,
video,
iframe,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

:focus {
    outline: none;
}

::selection {
    color: #fff;
    background-color: var(--clr-accent);
}

.clr-acc {
    color: var(--clr-accent) !important;
}
.clr-reg {
    color: var(--clr) !important;
}

.clr-inverse {
    color: #fff !important;
}

.fill {
    fill: var(--clr);
}
.fill-inverse {
    fill: #fff;
}
.fill-mid {
    fill: var(--clr-mid);
}
.fill-acc {
    fill: var(--clr-accent);
}
.fill-alt {
    fill: var(--clr-accent-alt);
}
.fsi {
    font-style: italic;
}
.ttu {
    text-transform: uppercase;
}
.tac {
    text-align: center;
}
.sepmt {
    margin-top: 5rem;
}
.demisepmt {
    margin-top: 2.5rem;
}

input:focus-visible + .quiz-cb-label::before,
input:focus-visible + .consentcb-label::before,
.oui-non input:focus-visible + label::before,
a.bouton:focus-visible,
button:focus-visible,
.open-alerte span:focus-visible,
.close-alerte:focus-visible {
    outline: 2px solid var(--clr-accent);
    outline-offset: 2px;
}
.bouton.inverse:focus-visible,
.bouton.inverse-alt:focus-visible,
.open-alerte span:focus-visible,
.close-alerte:focus-visible {
    outline: 2px solid #fff;
}

a:not(.bouton):focus-visible,
.navtoggle > span:focus-visible {
    margin-bottom: calc(-2px - 0.25rem);
    padding-bottom: 0.25rem;
    border-bottom: 2px solid;
    transition: all 0s;
}

.menu-ico:focus-visible {
    outline-offset: 2px;
    outline: 2px solid #fff;
}

.bouton {
    appearance: none;
    display: inline-block;
    color: #fff;
    border: 1px solid var(--clr-accent);
    border-radius: 50vh;
    padding: 0.4rem 1rem;
    font-weight: 200;
    font-size: 1.125rem;
    text-decoration: none;
}

.bouton:hover {
    background-color: var(--clr-accent);
}

.bouton.inverse {
    color: var(--clr-accent);
    border: 1px solid #fff;
    background-color: #fff;
}
.bouton.inverse-alt {
    color: #fff;
    border: 1px solid #fff;
}
.bouton.inverse:hover {
    background-color: transparent;
    color: #fff;
}
.bouton.inverse-alt:hover {
    color: var(--clr-accent);
    background-color: #fff;
}

.bouton.onwhite {
    background-color: #fff;
    border: 1px solid var(--clr-accent);
    color: var(--clr-accent);
}
.bouton.onwhite:hover {
    background-color: var(--clr-accent);
    color: #fff;
}

.wrap {
    width: 75rem;
    max-width: calc(100% - 2rem);
    margin-inline: auto;
}

.header-hero-nav {
    position: relative;
}

header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding-top: 2.5rem;
}

header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.logo {
    display: block;
    width: 18.5rem;
    margin-left: 2rem;
}
header .logo {
    translate: 0 -1rem;
}
header .logo:focus-visible,
.nav-top a.logo:focus-visible {
    filter: saturate(90) hue-rotate(35deg);
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.logo + .icon-link {
    margin-left: auto;
}
header .icon-link {
    margin-top: 0.15rem;
    margin-left: 0.5rem;
}
header .icon-link.space-left {
    margin-left: 1.75rem;
}
header .icon-link.space-left + .icon-link {
    margin-left: 1rem;
}
.icon-link,
.menu-ico {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    font-size: 1rem;
    gap: 0.7rem;
}

.icon-link svg,
.icon-link img {
    width: 1.5rem;
}
.menu-ico svg,
.menu-ico img {
    width: 1rem;
}

.menu-ico {
    border-radius: 50vh;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    margin-left: 1.75rem;
    cursor: pointer;
}
.alt-header .menu-ico {
    color: var(--clr-accent);
    border: 1px solid var(--clr-accent);
    margin-left: 0;
    flex-shrink: 0;
}
.alt-header .menu-ico:hover {
    color: #fff;
    background-color: var(--clr-accent);
}
.menu-ico.close-ico {
    aspect-ratio: 1;
    border-width: 2px;
    margin-left: 0;
}

.menu-ico:hover {
    color: var(--clr-accent);
    background-color: #fff;
}

.menu-ico:hover path {
    fill: var(--clr-accent);
}
.alt-header .menu-ico:hover path {
    fill: #fff;
}

.alt-header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0.85rem 0 0;
    z-index: 9990;
    translate: 0 -101%;
    transition: all 0.35s 0s;
}
.alt-header.show {
    translate: 0;
    transition: all 0.75s 0.2s;
}
.alt-header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem;
}
.alt-header .logo {
    width: 6.5rem;
    margin-left: 0;
    flex-shrink: 0;
    translate: 0 -0.5rem;
}
.quicklinks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.625rem;
    width: 100%;
}

.hero {
    color: #fff;
    background-color: var(--clr-accent);
    position: relative;
    margin-bottom: 1.5rem;
}

.hero .wrap {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    translate: -50% 0;
    z-index: 2;
}

.alerte {
    background-color: var(--clr-accent);
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 2rem;
    max-height: 22rem;
    overflow: auto;
    display: none;
}
.alerte.alert-niveau-1,
.open-alerte.alert-niveau-1 {
    background-color: #9d1c1c;
}
.alerte.alert-niveau-2,
.open-alerte.alert-niveau-2 {
    background-color: #d14f13;
}

.open-alerte {
    display: none;
    padding: 0.5rem 0;
    background-color: var(--clr-accent);
    font-size: 0.9rem;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    cursor: pointer;
}
.open-alerte .wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
}
.open-alerte .wrap svg {
    width: 1.45rem;
}
.alerte p {
    line-height: 1.4;
    font-size: 0.9rem;
}

.alerte h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25rem;
}
.alerte ul,
.alerte ol {
    padding-left: 1rem;
    line-height: 1.4;
    font-size: 0.9rem;
}

.alerte li:not(:last-child) {
    margin-bottom: 0.25rem;
}

.alerte .wrap {
    position: relative;
}

.alerte .close-alerte {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    line-height: 1;
    font-size: 1.25rem;
    padding: 0.25rem;
    cursor: pointer;
}

.alerte .wrap > *:not(:first-child) {
    margin-top: 1rem;
}

.alerte a {
    text-decoration: underline !important;
    color: #fff !important;
}

.alerte a:hover {
    text-decoration: none !important;
}

.tagline {
    font-size: 3rem;
    font-weight: 100;
    margin-left: 8.75rem;
}

.hero-img {
    mix-blend-mode: multiply;
    width: 100%;
}

.nav-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--clr-accent);
    color: #fff;
    z-index: 99999;
    padding-top: 2rem;
    display: none;
}

.nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-top a.logo {
    width: 8rem;
    margin-left: 0;
}

.socnav {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-start;
    align-items: center;
}

nav.main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3rem;
    margin-right: 0;
}

nav.main a {
    text-decoration: none;
    color: #fff;
    font-weight: 200;
    font-size: 1.05rem;
}
nav.main a:hover {
    text-decoration: underline;
}

.nav-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem 3rem;
    padding-bottom: 5rem;
}

p.mentionsoutien {
    font-weight: 200;
    text-align: right;
    width: 100%;
}

.nav-bottom-bouton {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    align-self: flex-start;
}

.nav-bottom-bouton a:not(.bouton) {
    color: #fff;
    padding: 0.4rem 1rem;
    font-weight: 200;
    margin-top: 0.5rem;
}

.nav-mid {
    padding: 6rem 0 4.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

footer .nav-mid {
    padding: 3rem 0rem 2rem;
}

.nav-mid li {
    margin-bottom: 1.75rem;
    list-style-type: none;
    font-weight: 200;
}

footer .nav-mid li {
    margin-bottom: 0.75rem;
}

.nav-section .nav-mid ul:not(:first-child) li:first-child,
footer .nav-mid ul:not(:last-child) li:first-child {
    text-transform: uppercase;
    font-weight: 400;
}
.nav-section .nav-mid ul:not(:first-child) li:not(:first-child) {
    padding-left: 1.75rem;
}
footer .nav-mid ul:not(:last-child) li:not(:first-child) {
    padding-left: 1rem;
}

.nav-mid a {
    color: #fff;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
}

.nav-mid a.pol-link {
    text-transform: none;
    font-weight: 200;
    margin-top: 1.5rem;
}

.nav-mid li:hover a {
    translate: 1rem 0;
}

.contact-cta {
    margin-top: 5rem;
    background-color: var(--clr-mid);
    color: #fff;
}

footer {
    background-color: var(--clr-accent);
    color: #fff;
    padding: 8rem 0 4rem;
}

.socf {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

footer nav.main {
    justify-content: space-between;
    gap: 0;
}

img.partner {
    width: 10rem;
    float: left;
}

.copy {
    font-weight: 200;
    font-size: 0.9rem;
    text-align: center;
}
.copy a {
    color: #fff;
}

.copy img {
    display: inline-block;
    vertical-align: middle;
    width: 5rem;
    margin-left: 0.5rem;
}

.contact-cta .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(10% + 1.5rem);
}
.contact-cta .img {
    width: calc(33% - 0.75rem);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1rem solid var(--clr-accent);
    overflow: hidden;
    transform-origin: left;
    scale: 1.25;
    flex-shrink: 0;
}

.contact-cta h2 {
    font-weight: 200;
    font-size: 3.125rem;
    line-height: 1;
    color: var(--clr-accent);
    margin-bottom: 1rem;
    text-shadow:
        0 0 2rem rgba(255, 255, 255, 0.25),
        0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.contact-cta p {
    margin-bottom: 1rem;
    line-height: 1.4;
    font-size: 1.1rem;
    text-shadow:
        0 0 2rem rgba(0, 0, 0, 0.5),
        0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.contact-cta .bouton:not(:hover) {
    background-color: rgba(0, 0, 0, 0.05);
}

main {
    padding: 3rem 0;
}

.title {
    font-weight: 200;
    font-size: 3rem;
    line-height: 1.1;
    color: var(--clr-accent);
    margin-bottom: 2.5rem;
}

.subtitle {
    font-size: 2rem;
    color: var(--clr-accent);
    font-weight: 200;
    line-height: 1.1;
    margin-bottom: 1.75rem;
}

.subtitlebold {
    font-size: 1.5rem;
    color: var(--clr-accent);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 1.75rem;
}

.subtitlebold:has(+ .undersub) {
    margin-bottom: 0;
}
.undersub {
    opacity: 0.8;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.titlewicon {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.5rem;
    align-items: center;
}

h1.title.titlewicon {
    grid-template-columns: 5rem 1fr;
    align-items: start;
}

.minititle {
    font-weight: 600;
    color: var(--clr-accent);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.biggertxt {
    font-weight: 200;
    color: var(--clr-accent);
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

img.imgmain {
    max-width: 48rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

main p,
main ul,
main ol {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-weight: 200;
}
main ul,
main ol {
    margin-bottom: 2.5rem;
    padding-left: 1rem;
}
main li {
    margin-bottom: 0.5rem;
}

:where(a) {
    color: var(--clr-accent);
    text-decoration: none;
}

main hr {
    width: 100%;
    height: 2px;
    border: 0;
    background-color: var(--clr-mid);
    margin: 4rem 0;
}

.icon-list {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 2rem;
}

.icon-list > a,
.icon-list > div {
    text-decoration: none;
}

.icon-list svg {
    width: 6rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
    transition: all 0.4s;
}

.icon-list > a:hover svg,
.icon-list > div:hover svg {
    transform-origin: center;
    scale: 1.1;
}

.cta-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.cta-list article {
    color: #fff;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cta-list article:nth-child(even) {
    justify-content: flex-start;
}

.cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    transition: all 0.4s;
}

.cta-list article:has(a:hover) .cta-bg {
    background-color: var(--clr-accent);
}

.cta-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.cta-inner {
    position: relative;
    width: min(calc((75rem - 1rem) / 2), calc(100% - 1rem));
    display: grid;
    grid-template-columns: 8.125rem 1fr;
    align-items: center;
    gap: 2rem;
    z-index: 2;
    filter: drop-shadow(0 0rem 0.5rem rgba(0, 0, 0, 0.9));
}

article:nth-child(even) .cta-inner {
    grid-template-columns: 1fr 8.125rem;
}
.cta-inner .icon {
    border-radius: 50%;
    border: 0.6rem solid #fff;
    aspect-ratio: 1;
}
article:nth-child(even) .icon {
    order: 2;
}
.cta-inner .icon + div {
    padding: 3rem;
}

.cta-inner h2 {
    margin-bottom: 1rem;
}

.cta-inner p {
    margin-bottom: 2rem;
}

.toggle-title {
    cursor: pointer;
    user-select: none;
}
.toggle-title:focus-visible {
    outline: 2px solid;
    outline-offset: 2px;
}
.toggle-title span {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 2rem;
}
.toggle-symbol + .toggle-symbol,
.toggle-title.open .toggle-symbol {
    display: none;
}
.toggle-title.open .toggle-symbol + .toggle-symbol {
    display: inline-block;
}

.toggle-title + div {
    padding-bottom: 2rem;
    display: none;
}

span.keyword {
    cursor: pointer;
    text-decoration: underline dotted 3px var(--clr-mid);
    text-underline-offset: 3px;
    position: relative;
}

span.keyword::after {
    content: 'En savoir plus';
    position: absolute;
    background-color: var(--clr-accent-alt);
    color: var(--clr-accent);
    white-space: nowrap;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    left: 50%;
    bottom: -5px;
    translate: -50% 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
span.keyword:hover::after {
    opacity: 1;
    z-index: 3;
}

span.keyword:hover {
    text-decoration: underline dotted 3px var(--clr-accent);
}

.table {
    border-top: 1px solid var(--clr-accent);
    display: table;
    margin-bottom: 1.5rem;
}

.table .tr {
    display: table-row;
}

.table .td {
    display: table-cell;
    border-bottom: 1px solid var(--clr-accent);
    padding: 1.75rem 3rem;
}

.table .td:first-child {
    padding-left: 0;
}
.table .td:last-child {
    padding-right: 0;
}

.table .td *:last-child {
    margin-bottom: 0;
}

.subcategories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.subcategories a {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 8.125rem 1fr;
    align-items: center;
    text-decoration: none;
    color: var(--clr-accent);
}

.subcategories a p,
.ctas-service p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.subcategories a h3,
.ctas-service h3 {
    font-weight: 200;
    font-size: 2.2rem;
    line-height: 1;
    transition: all 0.4s;
}

.ctas-service h3 {
    font-size: 1.8rem;
    line-height: 1.2;
}

.subcategories a:hover h3,
.ctas-service a:hover h3 {
    color: var(--clr);
}

.hideinput {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.quiz-cb-label,
.consentcb-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    margin-bottom: 1rem;
}

.consentcb-label {
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}

input:checked + .quiz-cb-label,
input:checked + .consentcb-label {
    font-weight: 600;
}

input + .quiz-cb-label::before,
.oui-non label::before,
.consentcb-label::before {
    content: '';
    background-size: 1rem 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1.56rem;
    aspect-ratio: 1;
    border: 2px solid var(--clr-accent);
    border-radius: 0.4rem;
    display: block;
    cursor: pointer;
}

.required + .consentcb-label::before {
    border: 2px solid #9d1c1c;
}
.required + .consentcb-label {
    color: #9d1c1c;
}

input:disabled:not(:checked) + .quiz-cb-label::before {
    filter: grayscale(1);
}

input:checked + .quiz-cb-label::before,
.oui-non input:checked + label::before,
input:checked + .consentcb-label::before {
    background-image: url('../images/check-icon.svg');
}

.quiz-open-after-select {
    padding-left: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.reponse {
    background-color: var(--clr-accent-alt);
    padding: 3rem 0;
    display: none;
}
.user-reponse,
input:checked + .quiz-cb-label {
    color: #9d1c1c;
}
.user-reponse.correct,
input[data-val='correct']:checked + .quiz-cb-label,
input[data-val='correct']:disabled + .quiz-cb-label {
    color: #1f9d1c;
}

.quiz-oui-non {
    display: grid;
    grid-template-columns: 6.5rem 1fr;
    align-items: center;
    gap: 1rem 1rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.oui-non {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}
.oui-non label {
    margin: 0 auto;
}

.choix-label {
    color: var(--clr-accent);
    font-weight: 600;
    font-size: 1.1rem;
}

.reponse-option {
    display: none;
}

.graph-pourc {
    flex-shrink: 0;
    width: 17.5rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--clr-mid);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: conic-gradient(
        from 0deg at 50% 50%,
        var(--clr-accent) 0% var(--pourcentage),
        var(--clr-mid) var(--pourcentage) 100%
    );
    aspect-ratio: 1;
    position: relative;
    transition: all 0.4s;
}

.graph-pourc::before {
    content: '';
    border-radius: 50%;
    border: 0.5rem solid #fff;
    aspect-ratio: 1;
    width: calc(100% - 2.5rem);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    transition: all 0.4s;
}
.graph-pourc::after {
    content: '';
    border-radius: 50%;
    aspect-ratio: 1;
    width: calc(100% - 1rem);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 2;
    background-image: conic-gradient(
        from 0deg at 50% 50%,
        var(--clr-accent) 0% 1%,
        transparent 1% calc(var(--pourcentage) - 1%),
        var(--clr-accent) calc(var(--pourcentage) - 1%) var(--pourcentage),
        var(--clr-mid) var(--pourcentage) 100%
    );
    transition: all 0.4s;
}

.graph-pourc-mid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 4rem);
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--clr-accent-alt);
    color: var(--clr-accent);
    font-weight: 600;
    position: relative;
    z-index: 5;
    font-size: 4.75rem;
    line-height: 1;
}

.graph-pourc-mid .user-reponse,
.reponse-flex .user-reponse {
    color: var(--clr-accent);
}

.graph-pourc-mid sup {
    font-size: 2.5rem;
}

.reponse-flex {
    display: flex;
    justify-content: flex-start;
    gap: 1.5rem;
    align-items: center;
}

.ctas-service {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    text-align: center;
}

.ctas-service a {
    color: var(--clr-accent);
    text-decoration: none;
}

.ctas-service .icon {
    width: 8.125rem;
    max-width: 100%;
    margin: 0 auto 3rem;
}

.contact-form {
    width: 100%;
    max-width: 50rem;
    margin: 3rem auto 0;
}

.contact-form button {
    margin-top: 2.5rem;
}

button.erroranim {
    animation: shake 0.2s ease-in-out 0s 2;
}
@keyframes shake {
    0% {
        translate: 0 0;
    }
    25% {
        translate: -0.5rem 0;
    }
    75% {
        translate: 0.5rem 0;
    }
    100% {
        translate: 0 0;
    }
}

.contact-form h3 {
    margin-bottom: 1rem;
}

.inputgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.labelwrap input[type='file'] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0 !important;
    overflow: hidden;
}
.labelwrap:has(input[type='file']) {
    margin-top: 2.5rem;
}

.labelwrap label:not(.bouton) {
    display: block;
    opacity: 0.6;
    font-style: italic;
    margin-bottom: 0.25rem;
    translate: 0 calc(100% + 0.25rem + 0.15rem);
    pointer-events: none;
    font-size: 0.75rem;
    scale: 1.2;
    transition: all 0.4s;
}
.labelwrap:focus-within label:not(.bouton),
.labelwrap label.notempty {
    translate: 0 0;
    scale: 1;
}

.labelwrap input,
.labelwrap textarea {
    display: block;
    width: 100%;
    appearance: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--clr-mid);
    text-align: center;
    font-family: var(--ff);
    font-size: 1rem;
    padding: 0.15rem 0.5rem;
    color: var(--clr-accent);
}

.labelwrap textarea {
    min-height: 4rem;
    resize: vertical;
}

.labelwrap input:focus,
.labelwrap textarea:focus {
    border-bottom: 1px solid var(--clr-accent);
    box-shadow: 0px 1px 0px 0px var(--clr-accent);
}

.logos-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 5rem 6.5rem;
    margin-top: 5rem;
}

.contactpage {
    position: relative;
    min-height: 30rem;
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 5rem 0;
    margin-top: 3rem;
    overflow: hidden;
    width: 100%;
}

.contactpageinfo {
    width: max-content;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid var(--clr-accent);
    position: relative;
    z-index: 2;
    min-width: 30rem;
    max-width: 100%;
}

.contactpageinfo a {
    color: var(--clr-accent);
}
.contactpageinfo p {
    margin-bottom: 1rem;
    line-height: 1.4;
}

.mapwrap {
    left: 0;
    width: calc(100% + 20rem);
    height: 100%;
    position: absolute;
    overflow: hidden;
    pointer-events: none;
}

.mapwrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: calc(100% + 20rem);
    translate: -50% -50%;
    border: 0;
    filter: grayscale(1) contrast(0.95);
}

.svgmarker {
    position: absolute;
    top: 50%;
    left: calc(50% + 10rem);
    width: 4rem;
    padding: 0.75rem;
    translate: -50% -75%;
    background-color: #fff;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0rem 0.75rem rgba(0, 0, 0, 0.5));
    z-index: 2;
}

p.noscript {
    text-align: center;
    background-color: var(--clr);
    color: #fff;
    padding: 2.5rem 0rem 5rem;
    line-height: 1.5;
}

/* Tableaux animations */
.tabcycle {
    width: 100%;
    max-width: 54rem;
    margin: 3rem auto 0;
    aspect-ratio: 1;
    position: relative;
}
.cyclecard {
    --w: 9.9rem;
    --deg: 51.4deg;
    --multi: 0;
    width: var(--w);
    height: 100%;
    transform-origin: center;
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50% 0;
    transform: rotate(calc(var(--deg) * var(--multi)));

    animation: cycleContainer 10s 1s infinite;
}
@keyframes cycleContainer {
    to {
        rotate: 360deg;
    }
}
@keyframes cycleInner {
    to {
        rotate: -360deg;
    }
}
.cyclecard span {
    border-radius: 50%;
    border: 2px solid var(--clr-accent);
    display: grid;
    place-items: center;
    font-weight: 500;
    width: var(--w);
    font-size: 1.35rem;
    aspect-ratio: 1;
    color: var(--clr-accent);
    transform: rotate(calc(var(--deg) * var(--multi) * -1));

    position: absolute;
    top: 0;
    left: 0;
    animation: cycleInner 10s 1s infinite;
}
.cyclecard:nth-child(2) {
    --multi: 1;
}
.cyclecard:nth-child(3) {
    --multi: 2;
}
.cyclecard:nth-child(4) {
    --multi: 3;
}
.cyclecard:nth-child(5) {
    --multi: 4;
}
.cyclecard:nth-child(6) {
    --multi: 5;
}
.cyclecard:nth-child(7) {
    --multi: 6;
}

.cyclearrows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cyclearrow {
    --w: 2.7rem;
    --deg: 51.4deg;
    --multi: 0;
    width: var(--w);
    height: 100%;
    transform-origin: center;
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50% 0;
    transform: rotate(calc(var(--deg) * var(--multi)));
    animation: cycleContainer 10s 1s infinite;
}
.cyclearrow:nth-child(2) {
    --multi: 1;
}
.cyclearrow:nth-child(3) {
    --multi: 2;
}
.cyclearrow:nth-child(4) {
    --multi: 3;
}
.cyclearrow:nth-child(5) {
    --multi: 4;
}
.cyclearrow:nth-child(6) {
    --multi: 5;
}
.cyclearrow:nth-child(7) {
    --multi: 6;
}
.cyclearrow:nth-child(8) {
    --multi: 7;
}

.cyclearrow svg {
    width: var(--w);
    position: absolute;
    bottom: 5rem;
    left: 0;
}

/* anim 2 */

.progressionarrows {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.5rem;
    max-width: 60rem;
    width: 100%;
    margin: 2.5rem auto 3rem;
}
.progressionarrow {
    --this-clr: #294976;
    --this-h: 4rem;
    --this-nth: 1;
    background-color: var(--this-clr);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    height: var(--this-h);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem 0 calc(var(--this-h) / 2 + 0.5rem);
    font-size: 1.1rem;
    position: relative;
    width: calc((100% - 5rem) / 6);
    z-index: 60;
    translate: calc(-100% * var(--this-nth) + 100%) 0;
    opacity: 0;

    animation-name: progressArrow;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.progressionarrow:nth-child(2) {
    --this-clr: #32578c;
    --this-nth: 2;
    z-index: 50;
    animation-name: progressArrow2;
}
.progressionarrow:nth-child(3) {
    --this-clr: #406fb3;
    --this-nth: 3;
    z-index: 40;
    animation-name: progressArrow3;
}
.progressionarrow:nth-child(4) {
    --this-clr: #4d7cbf;
    --this-nth: 4;
    z-index: 30;
    animation-name: progressArrow4;
}
.progressionarrow:nth-child(5) {
    --this-clr: #6491cc;
    --this-nth: 5;
    z-index: 20;
    animation-name: progressArrow5;
}
.progressionarrow:nth-child(6) {
    --this-clr: #739bd1;
    --this-nth: 6;
    z-index: 10;
    animation-name: progressArrow6;
}

@keyframes progressArrow {
    0% {
        translate: calc(-100% * var(--this-nth) + 100%) 0;
        opacity: 0;
    }
    14% {
        translate: calc(-100% * var(--this-nth) + 100%) 0;
        opacity: 1;
    }
    35%,
    93% {
        translate: 0 0;
        opacity: 1;
    }
    100% {
        translate: 0 0;
        opacity: 0;
    }
}
@keyframes progressArrow2 {
    0% {
        translate: calc(-100% * var(--this-nth) + 100%) 0;
        opacity: 0;
    }
    14% {
        translate: calc(-100% * calc(var(--this-nth) - 1) + 100%) 0;
        opacity: 1;
    }
    35%,
    93% {
        translate: 0 0;
        opacity: 1;
    }
    100% {
        translate: 0 0;
        opacity: 0;
    }
}
@keyframes progressArrow3 {
    0% {
        translate: calc(-100% * var(--this-nth) + 100%) 0;
        opacity: 0;
    }
    14% {
        translate: calc(-100% * calc(var(--this-nth) - 1) + 100%) 0;
        opacity: 1;
    }
    35% {
        translate: calc(-100% * calc(var(--this-nth) - 2) + 100%) 0;
        opacity: 1;
    }
    49%,
    93% {
        translate: 0 0;
        opacity: 1;
    }
    100% {
        translate: 0 0;
        opacity: 0;
    }
}
@keyframes progressArrow4 {
    0% {
        translate: calc(-100% * var(--this-nth) + 100%) 0;
        opacity: 0;
    }
    14% {
        translate: calc(-100% * calc(var(--this-nth) - 1) + 100%) 0;
        opacity: 1;
    }
    35% {
        translate: calc(-100% * calc(var(--this-nth) - 2) + 100%) 0;
        opacity: 1;
    }
    49% {
        translate: calc(-100% * calc(var(--this-nth) - 3) + 100%) 0;
        opacity: 1;
    }
    63%,
    93% {
        translate: 0 0;
        opacity: 1;
    }
    100% {
        translate: 0 0;
        opacity: 0;
    }
}
@keyframes progressArrow5 {
    0% {
        translate: calc(-100% * var(--this-nth) + 100%) 0;
        opacity: 0;
    }
    14% {
        translate: calc(-100% * calc(var(--this-nth) - 1) + 100%) 0;
        opacity: 1;
    }
    35% {
        translate: calc(-100% * calc(var(--this-nth) - 2) + 100%) 0;
        opacity: 1;
    }
    49% {
        translate: calc(-100% * calc(var(--this-nth) - 3) + 100%) 0;
        opacity: 1;
    }
    63% {
        translate: calc(-100% * calc(var(--this-nth) - 4) + 100%) 0;
        opacity: 1;
    }
    77%,
    93% {
        translate: 0 0;
        opacity: 1;
    }
    100% {
        translate: 0 0;
        opacity: 0;
    }
}
@keyframes progressArrow6 {
    0% {
        translate: calc(-100% * var(--this-nth) + 100%) 0;
        opacity: 0;
    }
    14% {
        translate: calc(-100% * calc(var(--this-nth) - 1) + 100%) 0;
        opacity: 1;
    }
    35% {
        translate: calc(-100% * calc(var(--this-nth) - 2) + 100%) 0;
        opacity: 1;
    }
    49% {
        translate: calc(-100% * calc(var(--this-nth) - 3) + 100%) 0;
        opacity: 1;
    }
    63% {
        translate: calc(-100% * calc(var(--this-nth) - 4) + 100%) 0;
        opacity: 1;
    }
    77% {
        translate: calc(-100% * calc(var(--this-nth) - 5) + 100%) 0;
        opacity: 1;
    }
    91%,
    93% {
        translate: 0 0;
        opacity: 1;
    }
    100% {
        translate: 0 0;
        opacity: 0;
    }
}

.progressionarrow::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: calc(var(--this-h) / 3) 0 calc(var(--this-h) / 3) var(--this-h);
    border-width: calc(var(--this-h) / 2) 0 calc(var(--this-h) / 2) calc(var(--this-h) / 3);
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.progressionarrow::after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: calc(var(--this-h) / 3) 0 calc(var(--this-h) / 3) var(--this-h);
    border-width: calc(var(--this-h) / 2) 0 calc(var(--this-h) / 2) calc(var(--this-h) / 3);
    border-color: transparent transparent transparent var(--this-clr);
    position: absolute;
    top: 0;
    right: 0;
    translate: calc(var(--this-h) / 3 - 0.5px) 0;
}

/* Anim 3 */

.graphNiveauContainer {
    margin: 2rem 0rem 3rem;
}
.graphNiveauContainer h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
}
.graphNiveauContainer h3 span {
    color: var(--clr);
    text-transform: none;
    font-weight: 500;
    font-size: 1rem;
    display: block;
}

.graphNiveau {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
}

.gnbulle1,
.gnbulle2 {
    border-radius: 50vh;
    border: 2px solid var(--clr-accent);
    display: block;
    width: max-content;
    padding: 0.5rem 1rem;
    position: relative;
}
.gnbulle1 {
    margin-left: auto;
    margin-right: auto;
    background-color: var(--clr-accent);
    color: #fff;
    font-weight: 200;
    z-index: 4;
    animation: graphOp 10s infinite;
}
@keyframes graphOp {
    0%,
    100% {
        opacity: 0;
    }
    10%,
    90% {
        opacity: 1;
    }
}
.gnbulle1 p,
.gnbulle2 p {
    margin-bottom: 0;
    line-height: 1;
}
.gnbulle1 p {
    font-size: 1.125rem;
}
.gnbulle1 strong {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}
.gnbulle2 p {
    font-size: 0.85rem;
}
.gnbulle2 p strong {
    font-weight: 500;
}
.gnbottom {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    align-items: flex-start;
    padding-top: 3rem;
}
.gnbulle2 {
    width: 12.5rem;
    background-color: #fff;
    z-index: 2;
    animation: graphDown 10s infinite;
}
@keyframes graphDown {
    0%,
    9.5% {
        opacity: 0;
        translate: 0 -5rem;
    }
    17.5% {
        translate: 0 0;
    }
    20% {
        opacity: 1;
        translate: 0 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.gnbulle2:first-child:last-child::before,
.gnbulle2:nth-child(2)::before {
    content: '';
    width: 2px;
    height: 3.5rem;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -100%;
    background-color: var(--clr-accent);
    z-index: -1;
    animation: graphLine1 10s infinite;
}
@keyframes graphLine1 {
    0%,
    9.5% {
        opacity: 0;
        height: 0;
    }
    12.5% {
        opacity: 1;
    }
    17.5% {
        opacity: 1;
        height: 3.5rem;
    }
    90% {
        opacity: 1;
    }
    94%,
    100% {
        opacity: 0;
        height: 3.5rem;
    }
}
.gnbulle2:first-child:not(:last-child)::before,
.gnbulle2:last-child:not(:first-child)::before {
    --rotate: 65deg;
    content: '';
    width: 2px;
    height: 10rem;
    position: absolute;
    top: -1px;
    left: 50%;
    translate: -50% -100%;
    background-color: var(--clr-accent);
    transform-origin: bottom center;
    rotate: 65deg;
    z-index: -1;
    animation: graphLine2 10s infinite;
}
.gnbulle2:last-child:not(:first-child)::before {
    rotate: -65deg;
    animation: graphLine3 10s infinite;
}

@keyframes graphLine2 {
    0%,
    9.5% {
        opacity: 0;
        rotate: 90deg;
    }
    12.5% {
        opacity: 1;
    }
    17.5% {
        opacity: 1;
        rotate: 65deg;
    }
    90% {
        opacity: 1;
    }
    93%,
    100% {
        opacity: 0;
        rotate: 65deg;
    }
}
@keyframes graphLine3 {
    0%,
    9.5% {
        opacity: 0;
        rotate: -90deg;
    }
    12.5% {
        opacity: 1;
    }
    17.5% {
        opacity: 1;
        rotate: -65deg;
    }
    90% {
        opacity: 1;
    }
    93%,
    100% {
        opacity: 0;
        rotate: -65deg;
    }
}

/* animate/d */
.animate.opacity {
    opacity: 0;
}
.animate.animated.opacity {
    opacity: 1;
    transition: opacity 0.5s 0.15s;
}

/* process */
.icon-list > div:hover .animate.svgprocess > path:first-child {
    transform-origin: 33.3% 66.6%;
}
.icon-list > div:hover .animate.animated.svgprocess > path:first-child {
    animation: gear 4s forwards linear;
}
.icon-list > div:hover .animate.svgprocess.animated > path:first-child {
    animation: gear 4s infinite linear;
}
.icon-list > div:hover .animate.svgprocess > path:nth-child(2) {
    transform-origin: 68.4% 20%;
}
.icon-list > div:hover .animate.svgprocess.animated > path:nth-child(2) {
    animation: gear 2.75s reverse forwards linear;
    animation-iteration-count: 1.75;
}
.icon-list > div:hover .animate.svgprocess.animated > path:nth-child(2) {
    animation: gear 2.75s reverse infinite linear;
}
.icon-list > div:hover .animate.svgprocess.animated > path:nth-child(3) {
    transform-origin: 83.4% 58.5%;
}
.icon-list > div:hover .animate.svgprocess > path:nth-child(3) {
    animation: gear 1.75s reverse forwards linear;
    animation-iteration-count: 2.75;
}
.icon-list > div:hover .animate.svgprocess.animated > path:nth-child(3) {
    animation: gear 1.75s reverse infinite linear;
}

@keyframes gear {
    0% {
        rotate: 0deg;
    }
    100% {
        rotate: 360deg;
    }
}
@keyframes gear2 {
    0% {
        rotate: 0deg;
    }
    100% {
        rotate: 360deg;
    }
}

/* gestion */
.icon-list > div:hover .animate.svggestion > path:first-child {
    transform-origin: 50% 50%;
}
.icon-list > div:hover .animate.svggestion.animated > path:first-child {
    animation: gear 4s forwards linear;
}
.icon-list > div:hover .animate.svggestion.animated > path:first-child {
    animation: gear 4s infinite linear;
}

/* planification */
.icon-list > div:hover .animate.svgplanification > path:nth-of-type(2),
.icon-list > div:hover .animate.svgplanification > path:nth-of-type(3) {
    translate: 150% -150%;
    transform-origin: 41% 56%;
}
.icon-list > div:hover .animate.svgplanification.animated > path:nth-of-type(2),
.icon-list > div:hover .animate.svgplanification.animated > path:nth-of-type(3) {
    animation: planif 2.5s forwards linear;
}
.icon-list > div:hover .animate.svgplanification.animated > path:nth-of-type(2),
.icon-list > div:hover .animate.svgplanification.animated > path:nth-of-type(3) {
    animation: planif2 2.5s forwards linear;
}
@keyframes planif {
    0%,
    80% {
        translate: 150% -150%;
    }
    90% {
        translate: 0% 0%;
        rotate: 0deg;
    }
    92% {
        rotate: -2deg;
    }
    94% {
        rotate: 2deg;
    }
    96% {
        rotate: -1deg;
    }
    98% {
        rotate: 1deg;
    }
    100% {
        rotate: 0;
        translate: 0% 0%;
    }
}
@keyframes planif2 {
    0%,
    80% {
        translate: 150% -150%;
    }
    90% {
        translate: 0% 0%;
        rotate: 0deg;
    }
    92% {
        rotate: -2deg;
    }
    94% {
        rotate: 2deg;
    }
    96% {
        rotate: -1deg;
    }
    98% {
        rotate: 1deg;
    }
    100% {
        rotate: 0;
        translate: 0% 0%;
    }
}
.icon-list > div:hover .animate.svgplanification > g {
    transform-origin: 41% 56%;
}
.icon-list > div:hover .animate.svgplanification.animated > g {
    animation: gear 2s linear;
}
.icon-list > div:hover .animate.svgplanification.animated > g {
    animation: gear2 2s linear;
}

/* Humain */
.icon-list > div:hover .animate.svghumain path:last-child {
    transition: all 0.4s;
}

.icon-list > div:hover .animate.svghumain.animated path:last-child {
    animation: handshake 0.6s 2;
}
.icon-list > div:hover .animate.svghumain.animated path:last-child {
    animation: handshake 0.6s infinite;
}
@keyframes handshake {
    0%,
    100% {
        d: path(
            'M39.4,72.7L7.7,54.6H.2v47.1l22.3,7.4h4.4l.5-1.9,6.8,4.1c.1,3.7,3.1,6.7,6.8,6.9.1,3.7,3.1,6.7,6.8,6.8.1,3.7,3.1,6.7,6.8,6.8.1,3.8,3.2,6.8,7.1,6.8s2.8-.4,4-1.2l2,1.8c1.3,1.1,2.9,1.7,4.6,1.7h.4c3.8,0,6.9-3.1,6.9-6.8,3.7,0,6.8-3.1,6.8-6.8,3.7,0,6.8-3.1,6.8-6.8,3.8,0,6.8-3.2,6.8-7s0-.5,0-.7l40.9-20.5v-33.2h-5.1l-42.6,22.2s-25.1-9-34.2-9.4c-9.1-.5-19.8.8-19.8.8ZM88.8,61.9,4.8,59.1h1.7l16.3,9.5-8.2,33-9.7-3.3v-39.2ZM23.3,104.6l-4.5-1.5,8-32,5.2,3v.6l-8.5,29.8h-.2ZM38.9,111.1c0-.7.3-1.3.7-1.8l4-4c.5-.5,1.1-.7,1.8-.7,1.4,0,2.5,1.1,2.5,2.5s-.3,1.3-.7,1.8l-4,4c-.5.5-1.1.7-1.8.7-1.4,0-2.5-1.1-2.5-2.5ZM45.7,117.9c0-.7.3-1.3.7-1.8l4-4c.5-.5,1.1-.7,1.8-.7,1.4,0,2.5,1.1,2.5,2.5s-.3,1.3-.7,1.8l-4,4c-.5.5-1.1.7-1.8.7-1.4,0-2.5-1.1-2.5-2.5ZM52.5,124.7c0-.7.3-1.3.7-1.8l4-4c.5-.5,1.1-.7,1.8-.7,1.4,0,2.5,1.1,2.5,2.5s-.3,1.3-.7,1.8l-4,4c-.5.5-1.1.7-1.8.7-1.4,0-2.5-1.1-2.5-2.5ZM61.8,134.1c-1.4,0-2.5-1.1-2.5-2.5s.3-1.3.7-1.8l4-4c.5-.5,1.1-.7,1.8-.7,1.4,0,2.5,1.1,2.5,2.5s-.3,1.3-.7,1.8l-4,4c-.5.5-1.1.7-1.8.7ZM72.8,136.4h-.4c-.6,0-1.1-.2-1.6-.6l-1.7-1.5,1.7-1.7c.6-.6,1.1-1.3,1.4-2.1l2.1,1.7c.5.5.9,1.1.9,1.8,0,1.3-1.1,2.4-2.4,2.4ZM93.2,115.9h-.4c-.6,0-1.1-.2-1.6-.6l-12.3-10.3-2.9,3.5,12,10c.5.5.8,1.1.8,1.8,0,1.3-1.1,2.4-2.4,2.4h-.5c-.6,0-1.1-.2-1.5-.6l-12.3-10.3-2.9,3.5,12,10c.5.4.9,1.1.9,1.8,0,1.3-1.1,2.4-2.4,2.4s-1.7-.3-2.4-.9l-5.1-4.2c-1.1-2.3-3.4-3.9-6.1-4-.1-3.7-3.1-6.7-6.8-6.8-.1-3.7-3.1-6.7-6.8-6.8-.1-3.8-3.2-6.8-7.1-6.8s-3.7.8-5,2.1l-4,4c-.2.2-.4.5-.6.8l-7-4.2,6.1-21.4,15.3-3.4c4-.9,8.3-.7,12.2.6l3.3,1.1-11.3,5.7c-2.6,1.3-4.2,3.9-4.2,6.8v.4c0,4.2,3.4,7.6,7.6,7.6s2.7-.4,3.9-1.1l8.5-5.1c1.7-1,4-.8,5.4.5l19.2,17.3c.5.5.8,1.1.8,1.8,0,1.3-1.1,2.4-2.4,2.4ZM136.5,89.5l-38.3,19.1c-.1-.1-.3-.3-.4-.4l-19.2-17.3c-1.7-1.5-3.9-2.4-6.1-2.4s-3.3.5-4.7,1.3l-8.5,5.1c-.5.3-1,.4-1.6.4-1.7,0-3.1-1.4-3.1-3.1v-.4c0-1.2.6-2.2,1.7-2.7l12.7-6.3c2.2-1.1,4.7-1.3,7.1-.7l14.3,4.1h3.5c0,0,42.6-22.3,42.6-22.3v25.6Z'
        );
    }
    50% {
        d: path(
            'M42.4,65.7l-34.7-7.1H.2v49.1l20.4-5.5h9.3s.5-1.9.5-1.9l6.8,4.1c.1,3.7,3.1,6.7,6.8,6.9.1,3.7,3.1,6.7,6.8,6.8.1,3.7,3.1,6.7,6.8,6.8.1,3.8,3.2,6.8,7.1,6.8s2.8-.4,4-1.2l2,1.8c1.3,1.1,2.9,1.7,4.6,1.7h.4c3.8,0,6.9-3.1,6.9-6.8,3.7,0,6.8-3.1,6.8-6.8,3.7,0,6.8-3.1,6.8-6.8,3.8,0,6.8-3.2,6.8-7s0-.5,0-.7l37.9-7.5v-33.2h-5.1l-39.6,9.2s-25.1-9-34.2-9.4c-9.1-.5-19.8.8-19.8.8ZM91.8,54.9,4.8,63.1h1.7l17.2,4-6,31-13,2v-37ZM27.7,97.1l-5,1,5-30,6,1,1,1-7,26v1ZM41.9,104.1c0-.7.3-1.3.7-1.8l4-4c.5-.5,1.1-.7,1.8-.7,1.4,0,2.5,1.1,2.5,2.5s-.3,1.3-.7,1.8l-4,4c-.5.5-1.1.7-1.8.7-1.4,0-2.5-1.1-2.5-2.5ZM48.7,110.9c0-.7.3-1.3.7-1.8l4-4c.5-.5,1.1-.7,1.8-.7,1.4,0,2.5,1.1,2.5,2.5s-.3,1.3-.7,1.8l-4,4c-.5.5-1.1.7-1.8.7-1.4,0-2.5-1.1-2.5-2.5ZM55.5,117.7c0-.7.3-1.3.7-1.8l4-4c.5-.5,1.1-.7,1.8-.7,1.4,0,2.5,1.1,2.5,2.5s-.3,1.3-.7,1.8l-4,4c-.5.5-1.1.7-1.8.7-1.4,0-2.5-1.1-2.5-2.5ZM64.8,127.1c-1.4,0-2.5-1.1-2.5-2.5s.3-1.3.7-1.8l4-4c.5-.5,1.1-.7,1.8-.7,1.4,0,2.5,1.1,2.5,2.5s-.3,1.3-.7,1.8l-4,4c-.5.5-1.1.7-1.8.7ZM75.8,129.4h-.4c-.6,0-1.1-.2-1.6-.6l-1.7-1.5,1.7-1.7c.6-.6,1.1-1.3,1.4-2.1l2.1,1.7c.5.5.9,1.1.9,1.8,0,1.3-1.1,2.4-2.4,2.4ZM96.2,108.9h-.4c-.6,0-1.1-.2-1.6-.6l-12.3-10.3-2.9,3.5,12,10c.5.5.8,1.1.8,1.8,0,1.3-1.1,2.4-2.4,2.4h-.5c-.6,0-1.1-.2-1.5-.6l-12.3-10.3-2.9,3.5,12,10c.5.4.9,1.1.9,1.8,0,1.3-1.1,2.4-2.4,2.4s-1.7-.3-2.4-.9l-5.1-4.2c-1.1-2.3-3.4-3.9-6.1-4-.1-3.7-3.1-6.7-6.8-6.8-.1-3.7-3.1-6.7-6.8-6.8-.1-3.8-3.2-6.8-7.1-6.8s-3.7.8-5,2.1l-4,4c-.2.2-.4.5-.6.8l-7-4.2,6.9-23.5,14.5-1.3c4-.9,8.3-.7,12.2.6l3.3,1.1-11.3,5.7c-2.6,1.3-4.2,3.9-4.2,6.8v.4c0,4.2,3.4,7.6,7.6,7.6s2.7-.4,3.9-1.1l8.5-5.1c1.7-1,4-.8,5.4.5l19.2,17.3c.5.5.8,1.1.8,1.8,0,1.3-1.1,2.4-2.4,2.4ZM136.7,95.1l-35.4,6.5c-.1-.1-.3-.3-.4-.4l-19.2-17.3c-1.7-1.5-3.9-2.4-6.1-2.4s-3.3.5-4.7,1.3l-8.5,5.1c-.5.3-1,.4-1.6.4-1.7,0-3.1-1.4-3.1-3.1v-.4c0-1.2.6-2.2,1.7-2.7l12.7-6.3c2.2-1.1,4.7-1.3,7.1-.7l14.3,4.1h3.5c0,0,39.6-9.3,39.6-9.3l.2,25.2Z'
        );
    }
}

/* techno */
.icon-list > div:hover .animate.svgtechno.animated > path,
.icon-list > div:hover .animate.svgtechno.animated > g {
    transform-origin: center;
    animation: techo 4s;
}
.icon-list > div:hover .animate.svgtechno.animated > path,
.icon-list > div:hover .animate.svgtechno.animated > g {
    animation: techo 4s infinite;
}
@keyframes techo {
    50% {
        rotate: 10deg;
        scale: 0.9;
    }
}
.icon-list > div:hover .animate.svgtechno.animated > g path:nth-child(n + 4) {
    animation: techo2 4s infinite;
}
.icon-list > div:hover .animate.svgtechno.animated > g path:nth-child(n + 4) {
    animation: techo2 4s;
}
@keyframes techo2 {
    50% {
        translate: -11% -6%;
        scale: 1.2;
    }
}

/* svgsoutien */
.icon-list > div:hover .animate.svgsoutien.animated g path {
    animation: writeline 0.8s;
}
.icon-list > div:hover .animate.svgsoutien.animated g path {
    transition: all 0.3s;
    transform: translate(-6%, 2%) scale(1.05);
    animation: writeline 0.8s infinite;
}
.icon-list > div:hover .animate.svgsoutien g path:nth-child(2) {
    animation-delay: 0.1s;
}
.icon-list > div:hover .animate.svgsoutien g path:nth-child(3) {
    animation-delay: 0.15s;
}
@keyframes writeline {
    from {
        scale: 0.1 1;
        translate: 68% 0;
    }
    to {
        scale: 1 1;
        translate: 0% 0;
    }
}
.icon-list > div:hover .animate.svgsoutien path:has(+ g) {
    transition: all 0.3s;
}
.icon-list > div:hover .animate.svgsoutien path:has(+ g) {
    scale: 1.05;
    translate: -6% 2%;
}

.mnavbar {
    display: none;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}
@media screen and (max-width: 75rem) {
    .nav-bottom {
        padding-bottom: 3rem;
    }
    nav.main {
        gap: 1.75rem;
    }
    .nav-mid {
        padding: 4.5rem 0 3.5rem;
    }
    .nav-mid li {
        margin-bottom: 1.25rem;
    }
    .nav-section .nav-mid ul:not(:first-child) li:not(:first-child) {
        padding-left: 1rem;
    }

    .logo {
        width: 14rem;
        margin-left: 0;
    }
    .hero .wrap {
        bottom: 2.5rem;
    }
    .tagline {
        font-size: 2.5rem;
        margin-left: 4rem;
    }
    .cta-inner {
        gap: 1rem;
    }
    .cta-inner .icon + div {
        padding: 2rem;
    }

    .contact-cta .wrap {
        gap: calc(10% + 0.5rem);
    }
}
@media screen and (max-width: 64rem) {
    /* 1024 */
    .logo {
        width: 10rem;
    }
    .hero-img {
        min-height: 25rem;
        object-fit: cover;
    }
    .tagline {
        margin-right: 1rem;
    }
    .nav-top a.logo {
        width: 6rem;
    }
    .nav-top {
        flex-wrap: wrap;
    }
    nav.main {
        width: 100%;
        order: 5;
        justify-content: center;
        margin-top: 2rem;
    }
    .socnav {
        margin-left: auto;
        margin-right: 2rem;
    }
    .nav-mid {
        gap: 1rem;
    }
    .title,
    .contact-cta h2 {
        font-size: 2.5rem;
    }
    .subtitle {
        font-size: 1.75rem;
    }
    .cta-inner {
        width: 100%;
        grid-template-columns: 6.5rem 1fr;
        padding: 2rem 1rem;
    }
    article:nth-child(even) .cta-inner {
        grid-template-columns: 1fr 6.5rem;
    }
    .cta-inner .icon + div {
        padding: 0;
    }
    .cta-inner p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    .cta-inner .icon {
        border: 0.4rem solid #fff;
    }

    .contact-cta .img + div {
        padding: 1rem 0;
    }
    .contact-cta p {
        font-size: 1rem;
    }
    .contact-cta .img {
        width: calc(30% - 0.75rem);
        border: 0.8rem solid var(--clr-accent);
        scale: 1.5;
    }
    .contact-cta .wrap {
        gap: calc(15% + 1rem);
    }
    footer {
        padding: 4.5rem 0;
    }
    footer .nav-mid {
        font-size: 0.85rem;
        gap: 0.75rem;
    }

    .logos-list {
        gap: 2.5rem 3rem;
    }
    .subcategories a {
        grid-template-columns: 6.5rem 1fr;
    }
    .subcategories a h3,
    .ctas-service h3 {
        font-size: 1.6rem;
    }

    .gnbulle2 {
        width: 11rem;
    }
    .gnbulle2 br {
        display: none;
    }
    .gnbulle2 strong.ttu.clr-acc {
        display: block;
    }
    .progressionarrow {
        font-size: 0.85rem;
    }
    .socf {
        gap: 0.5rem;
    }
    nav.main a {
        font-size: 0.9rem;
    }

    .bzchat .chat-toggle svg,
    .ventecta svg {
        width: 1.75rem;
    }
    .ventecta.rounded-icon svg,
    .rounded-icon svg {
        width: 1.625rem;
    }
    .alt-header .ventecta,
    .bzchat .chat-toggle,
    .ventecta {
        font-size: 0.95rem;
    }

    .alt-header {
        display: none;
    }

    .mnavbar {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        position: fixed;
        z-index: 9990;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #1a3d6f;
        color: #fff;
        padding: 0px 1rem;
    }
    .mnavbar a,
    .mnavbar .bzchat .chat-toggle {
        display: block;
        color: #fff;
        font-weight: 300;
        font-size: 1rem;
        background-color: transparent;
        border-top: none;
        padding: 0.85rem 0;
        text-align: center;
    }
    .mnavbar svg {
        width: 2.25rem !important;
        height: 2.25rem !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.75rem;
        object-fit: contain;
    }
    footer {
        padding-bottom: 8rem;
    }
}
@media screen and (max-width: 50rem) {
    /* 800 */
    .title,
    .contact-cta h2 {
        font-size: 2.25rem;
    }
    .subtitlebold,
    .biggertxt {
        font-size: 1.25rem;
    }
    .subtitle {
        font-size: 1.5rem;
    }

    .icon-list svg {
        width: 5rem;
        aspect-ratio: 1;
        object-fit: contain;
        object-position: center;
    }
    .subcategories a h3,
    .ctas-service h3 {
        font-size: 1.25rem;
    }
    .subcategories a p,
    .ctas-service p {
        font-size: 0.8rem;
    }
    .subcategories a {
        grid-template-columns: 5rem 1fr;
        gap: 1rem;
    }
    .ctas-service {
        gap: 0.75rem;
    }
    .ctas-service .icon {
        width: 6rem;
        margin-bottom: 2rem;
    }

    .gnbulle2 {
        width: 10rem;
    }

    .cyclecard {
        --w: 8rem;
    }
    .cyclearrow {
        --w: 2rem;
    }
    .cyclearrow svg {
        bottom: 3rem;
    }

    nav.main a {
        font-size: 0.8rem;
    }

    .icon-link {
        font-size: 0.85rem;
    }
    header .icon-link.space-left {
        margin-left: 1rem;
    }
    header .icon-link.space-left + .icon-link {
        margin-left: 0.7rem;
    }

    .bzchatsection:has(.ventecta + .ventecta) {
        grid-template-columns: 1fr 1fr !important;
    }

    .team-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (min-width: 45rem) {
    .hbig {
        display: none !important;
    }
}
@media screen and (max-width: 45rem) {
    /* 720 */
    .bzchatsection:has(.ventecta + .ventecta) {
        display: flex !important;
    }
    .cta-list {
        grid-template-columns: 1fr;
    }
    .icon-list {
        flex-wrap: wrap;
    }
    .icon-list > a,
    .icon-list > div {
        width: 50%;
        text-align: center;
    }
    .icon-list .subtitle {
        font-size: 1.25rem;
    }
    footer nav.main {
        flex-wrap: wrap;
    }
    footer nav.main a {
        width: 100%;
        margin-bottom: 0.25rem;
    }
    footer .nav-mid {
        grid-template-columns: 1fr;
        margin-bottom: 2rem;
    }
    footer .nav-mid ul:last-child {
        margin-bottom: 2rem;
        order: -1;
    }
    img.partner {
        width: 7.5rem;
        margin: 1rem auto;
        float: none;
    }
    .copy {
        font-size: 0.65rem;
        width: 100%;
    }

    .logo {
        width: 6.5rem;
    }
    header .wrap,
    .nav-section .wrap {
        max-width: calc(100% - 1rem);
    }
    .icon-link {
        gap: 0.4rem;
        font-size: 0.85rem;
    }
    .icon-link svg,
    .icon-link img {
        width: 1.4rem;
    }
    .menu-ico {
        margin-left: 0.6rem;
        padding: 0.25rem 0.5rem;
    }
    .hxs {
        display: none !important;
    }

    .nav-mobile {
        margin: 2rem 0 2.5rem;
    }
    .nav-mobile a,
    .navtoggle > span {
        color: #fff;
        display: block;
        font-weight: 200;
        padding: 0.25rem 0;
        font-size: 1.25rem;
    }
    .navtoggle > span {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navtoggle div {
        display: none;
        background-color: rgba(0, 0, 0, 0.25);
        width: calc(100% + 1rem);
        margin-left: -0.5rem;
        padding: 0.75rem;
    }
    .navtoggle div a {
        display: block;
        margin-bottom: 0.25rem;
        font-size: 1rem;
    }
    .navtoggle div a.seeall {
        margin-top: 1rem;
    }

    .bouton {
        font-size: 1rem;
        padding: 0.3rem 0.9rem;
    }
    .nav-bottom {
        display: block;
    }
    .nav-bottom-bouton {
        margin-bottom: 1rem;
    }
    .nav-bottom .icon-link {
        margin-top: 0.75rem;
        display: flex;
    }
    p.mentionsoutien {
        margin-top: 1.25rem;
        text-align: left;
    }

    .tagline {
        font-size: 1.5rem;
        margin-left: 1rem;
    }

    .title,
    .contact-cta h2 {
        font-size: 1.75rem;
    }
    .title br,
    .contact-cta h2 br {
        display: none;
    }
    .subtitlebold,
    .biggertxt,
    .minititle {
        font-size: 1.15rem;
    }
    .subtitle {
        font-size: 1.25rem;
    }
    main p,
    main ul,
    main ol {
        font-size: 1rem;
    }

    article:nth-child(even) .cta-inner,
    .cta-inner {
        grid-template-columns: 6rem 1fr;
    }
    article:nth-child(even) .icon {
        order: 0;
    }

    .contact-cta .wrap {
        gap: 0rem;
        flex-wrap: wrap;
    }
    .contact-cta .img {
        width: 100%;
        max-width: 22rem;
        margin-left: auto;
        margin-right: auto;
        scale: 1 1;
        translate: 0 -2rem;
    }
    .contact-cta .img + div {
        padding-top: 0;
        padding-bottom: 2rem;
    }
    .inputgrid {
        grid-template-columns: 1fr;
    }
    .labelwrap {
        overflow: hidden;
    }
    .consentcb-label {
        text-align: left;
        font-size: 0.9rem;
        gap: 0.75rem;
    }
    .sepmt {
        margin-top: 3.5rem;
    }
    .subcategories {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .quiz-cb-label,
    .consentcb-label {
        gap: 0.5rem;
    }
    input + .quiz-cb-label::before,
    .oui-non label::before,
    .consentcb-label::before {
        flex-shrink: 0;
        width: 1rem;
    }
    .quiz-open-after-select {
        padding-left: 0.25rem;
    }

    .reponse-flex {
        flex-wrap: wrap;
    }
    .graph-pourc {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
    }
    .quiz-oui-non {
        grid-template-columns: 5.25rem 1fr;
    }
    .graph-pourc + div {
        width: 100%;
    }
    .quiz-oui-non {
        gap: 0.5rem 0.5rem;
    }
    .ctas-service {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .ctas-service a {
        text-align: left;
        display: grid;
        grid-template-columns: 5rem 1fr;
        gap: 1rem;
    }
    .ctas-service .icon {
        margin-bottom: 0;
    }

    .contactpage {
        height: 40rem;
        min-height: 0;
        align-items: flex-start;
        padding-top: 1.5rem;
    }
    .mapwrap {
        top: 0;
        width: 100%;
    }
    .mapwrap iframe {
        height: calc(100% + 40rem);
        top: calc(50% + 10rem);
    }
    .svgmarker {
        position: absolute;
        top: calc(50% + 10rem);
        left: 50%;
    }
    .logos-list {
        grid-template-columns: 1fr 1fr;
    }
    .toggle-title span {
        margin-left: 0.5rem;
    }

    .graphNiveau {
        grid-template-columns: 1fr;
    }

    .gnbulle1 {
        margin-left: 0;
        margin-right: 0;
    }
    .gnbottom {
        padding-top: 0;
    }
    .gnbulle2:first-child:last-child::before,
    .gnbulle2:nth-child(2)::before {
        left: -1px;
        top: 50%;
        translate: -100% -50%;
        height: 2px;
        width: 2.5rem;
    }
    .gnleft,
    .gnright {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 2rem;
    }
    .gnbottom {
        flex-direction: column;
    }

    @keyframes graphLine1 {
        0%,
        9.5% {
            opacity: 0;
            width: 0;
        }
        12.5% {
            opacity: 1;
        }
        17.5% {
            opacity: 1;
            width: 2.5rem;
        }
        90% {
            opacity: 1;
        }
        94%,
        100% {
            opacity: 0;
            width: 2.5rem;
        }
    }

    .gnbulle2:first-child:not(:last-child)::before,
    .gnbulle2:last-child:not(:first-child)::before {
        left: -1px;
        top: 50%;
        translate: -100% -50%;
        transform-origin: right center;
        height: 2px;
        width: 10rem;
        rotate: -30deg;
    }
    .gnbulle2:last-child:not(:first-child)::before {
        rotate: 30deg;
    }

    .graphNiveauContainer {
        width: 100%;
        overflow: hidden;
    }

    @keyframes graphDown {
        0%,
        9.5% {
            opacity: 0;
            translate: -5rem 0;
        }
        17.5% {
            translate: 0 0;
        }
        20% {
            opacity: 1;
            translate: 0 0;
        }
        90% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }

    @keyframes graphLine2 {
        0%,
        9.5% {
            opacity: 0;
            rotate: -55deg;
        }
        12.5% {
            opacity: 1;
        }
        17.5% {
            opacity: 1;
            rotate: -30deg;
        }
        90% {
            opacity: 1;
        }
        93%,
        100% {
            opacity: 0;
            rotate: -30deg;
        }
    }
    @keyframes graphLine3 {
        0%,
        9.5% {
            opacity: 0;
            rotate: 55deg;
        }
        12.5% {
            opacity: 1;
        }
        17.5% {
            opacity: 1;
            rotate: 30deg;
        }
        90% {
            opacity: 1;
        }
        93%,
        100% {
            opacity: 0;
            rotate: 30deg;
        }
    }

    .graphNiveau {
        gap: 2.5rem;
    }
    .gnbulle1 p {
        font-size: 1rem;
    }

    .cyclecard {
        --w: 4.5rem;
    }
    .cyclecard span {
        font-size: 0.8rem;
    }
    .cyclearrow {
        --w: 1rem;
    }
    .cyclearrow svg {
        bottom: 2rem;
    }

    .progressionarrow {
        animation-name: none !important;
        opacity: 1 !important;
        translate: 0 0 !important;
    }
    .progressionarrows {
        max-width: 18.75rem;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }
    .progressionarrow {
        width: 100%;
        align-items: flex-end;
        padding-left: 0;
        padding-right: 0;
    }
    .progressionarrow::before {
        top: 0;
        left: 0;
        border-width: calc(18.75rem / 10) calc(18.75rem / 2) 0 calc(18.75rem / 2);
        border-color: #fff transparent transparent transparent;
    }
    .progressionarrow::after {
        border-width: calc(18.75rem / 10) calc(18.75rem / 2) 0 calc(18.75rem / 2);
        border-color: var(--this-clr) transparent transparent transparent;
        bottom: 0;
        left: 0;
        top: auto;
        translate: 0 calc(18.75rem / 10);
    }

    header .icon-link {
        margin-left: 0.25rem;
    }
    .menu-ico {
        margin-left: 0.25rem;
        gap: 0.25rem;
        font-size: 0.85rem;
    }
    .icon-link {
        font-size: 0.8rem;
    }
    .logo {
        width: 5rem;
    }
    nav.main a {
        font-size: 1.05rem;
    }
    .socf {
        width: 100%;
        display: grid;
        grid-template-columns: 1.6rem 1.6rem 1fr;
        margin-top: 1rem;
    }

    .hspanxs span {
        display: none;
    }

    header .icon-link.space-left {
        margin-left: 0.5rem;
    }
    header .icon-link.space-left + .icon-link {
        margin-left: 0.3rem;
    }
    .icon-link {
        gap: 0.25rem;
    }

    .nav-bottom-bouton a:not(.bouton) {
        padding: 0;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .mnavbar span {
        font-size: 0;
    }
    .mnavbar span.min {
        text-transform: capitalize;
        font-size: 0.75rem;
    }
    .mnavbar svg {
        margin-bottom: 0.25rem;
        width: 1.8rem !important;
        height: 1.8rem !important;
    }
    .chat-pan {
        max-height: 65vh !important;
    }
}

@media screen and (max-width: 25.5rem) {
    /* 408 */
    header .icon-link:nth-of-type(4) {
        font-size: 0.75rem;
        margin-top: 0.5rem;
    }
    header .icon-link:nth-of-type(4) svg {
        display: none;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 23.25rem) {
    /* 408 */

    header .icon-link:nth-of-type(4) {
        margin-top: 0.15rem;
    }
    header .icon-link:nth-of-type(4) span {
        display: none;
    }
    header .icon-link:nth-of-type(4) svg {
        display: block;
    }
}
