@font-face {
    font-family: "charles-wright";
    src: url("../fonts/charles-wright-medium.ttf");
}

@font-face {
    font-family: "AFCarplates";
    src: url("../fonts/AFCarplates\ Medium.otf");
}

@font-face {
    font-family: "FORTE";
    src: url("../fonts/FORTE.TTF");
}

@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

@font-face {
    font-family: "Dosis";
    src: url("../fonts/Dosis-VariableFont_wght.ttf");
}

/*card services*/
.service-title {
    background: none;
    border: none;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.border-left-white {
    border-left: 6px solid #fff;
}

.card-border {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left !important;
}

.service {
    display: flex;
    flex-direction: row;
    height: 100px;
    font-family: "Dosis";
    width: 100%;
    margin: 2px;
}

.service-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    -webkit-box-shadow: 0px 10px 10px -15px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 10px 10px -15px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 10px 10px -15px rgba(255, 255, 255, 0.3);
    margin: 15px;
}

.service.active {
    height: inherit;
}

.service.active .border-left-white {
    border-left: 6px solid #f4c474;
}

.service.active .service-description,
.service.active .left,
.service.active .btn-service {
    visibility: visible;
    opacity: 1;
    height: inherit;
}

.service-description,
.left,
.btn-service {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.service.active .btn-service {
    background-color: #cfbd44;
    color: #2E2E2E;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5em;
    text-align: center;
    font-family: "Dosis";
    margin-top: 20px;
}

.service.active .service-description {
    font-size: 1.4em;
    margin-top: 20px;
}

.service-description,
.btn-service {
    height: 0;
}

.left {
    text-align: right !important;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.left img {
    width: 100%;
    max-width: 650px;
}


.font {
    font-size: 1.5em;
}

.f {
    font-family: "FORTE";
}

:root {
    /*scrollbar modification firefox*/
    scrollbar-face-color: #f4c474;
    scrollbar-track-color: rgb(46, 54, 69);
    scrollbar-color: #413e3e #121212;
    scrollbar-width: thin;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow: hidden;
}

body {
    /*background-image: url("../images/mKXEQa.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;*/
    background-color: #0f1518;
    width: 100%;
    height: 100%;
    /*font-family: "charles-wright";*/
    font-family: "Dosis";
}

/*
@supports (-webkit-touch-callout: none) {
    body {
        background-image: url("../images/mKXEQa.jpg") center top no-repeat scroll;
        background-size: auto 100vh;
    }
}
*/
/* width */
::-webkit-scrollbar {
    width: 12px;
    height: auto;
}

/* Track */
::-webkit-scrollbar-track {
    background: #07090A;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #413e3e;
    border-radius: 2px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

a:focus-visible,
button:focus-visible,
[type=button]:focus-visible,
[type=checkbox]:focus-visible,
[type=radio],
[role=tab]:focus-visible {
    -webkit-box-shadow: 0 0 2px 2px #b8b3b3 !important;
    -moz-box-shadow: 0 0 2px 2px #b8b3b3 !important;
    box-shadow: 0 0 2px 2px #b8b3b3 !important;
    outline: none;
    color: #fff
}

#skip-link {
    position: absolute;
    top: 0;
    left: -999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
    transform: translateX(-100%);
    transition: transform .3s
}

#skip-link:focus {
    color: #fff;
    top: 5px;
    left: 5px;
    width: 150px;
    height: auto;
    transform: translateX(0%);
    border-radius: 10px;
    border: 1px solid #d6d6d5;
    background: #413e3e;
    text-align: center;
    z-index: 999;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em
}

section {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    width: 100%;
    min-height: 100vh;
    /*scroll-snap-type: start;*/
}

section:nth-child(2n+1) {
    /*background-color: #121212;*/
    /*background-color: #1a1a1ab5;*/
    /*background-color: rgba(39, 39, 39, 0.6);*/
    color: #fff;
    position: relative;
    z-index: 2;
    /*width: calc(100vw - 100px);
    scroll-margin-right: 100px;*/
}

section:nth-child(2n) {
    z-index: 1;
    background-color: #090D0F;
    /* background-color: #1d1c1c; */
    color: #fff;
    position: relative;
}

.section-50 {
    min-height: 50%;
}

.navigation {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 102;
    background-color: #0c1215;
    display: none;
}

.navigation div {
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 103;
    background-color: #090D0F;
}

.navigation ul {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.navigation ul li {
    list-style: none;
    font-size: 2em;
    /*height: 15%;*/
}

.navigation ul li a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.navigation i {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 3.3em;
    cursor: pointer;
    color: #fff;
}

.toggle-button-cover {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 9;
}

.submenu li {
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-decoration: underline;
}

.submenu a {
    font-size: 0.5em;
}

.boutique {
    position: absolute;
    top: 35px;
    right: 100px;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 9;
    color: #fff;
}

.boutique-bis {
    position: absolute;
    bottom: 35px;
    left: 30px;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 9;
    color: #fff;
    transition: all .5s ease-in-out;
}

.boutique-bis:hover {
    background-color: rgba(255, 255, 255, 0.469);
    padding: 7px;
    border-radius: 5px;
}

.phone {
    color: #fff;
    position: fixed;
    top: 50%;
    left: 20px;
    z-index: 9;
    display: flex;
    flex-direction: column;
}

.phone i {
    font-size: 2em;
}

/*.phone span {
    visibility: hidden;
    opacity: 0;
}*/

.phone:hover+.phone span {
    color: red;
}

/*
.toggle-button-cover i {
    font-size: 2.5em;
    color: #fff;
}
*/
.logo-home {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.logo-home h1 {
    width: 100%;
    height: 100%;
    text-align: center;
    /* background-color: #353232eb; */
    background-color: rgba(0, 0, 0, 0.70);
    /*mix-blend-mode: multiply;*/
}

.logo-home video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -9999;
}

.logo-home img {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    opacity: 0.8;
    object-fit: contain;

}

.div-container {
    display: grid;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /*place-items: center;*/
    min-height: 100vh;
}

.div-container-image {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    --position: 50%;
    margin: auto;
}

.image-container {
    max-width: 100vw;
    max-height: 80vh;
    /*aspect-ratio: 1/1;*/
    position: relative;
}


.image-container::after {
    content: "Aprés";
    color: #000000;
    font-size: 2em;
    position: absolute;
    right: -2px;
    top: 100%;
    z-index: 4;
    -webkit-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    padding: 10px;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    opacity: 0.9;
    pointer-events: none;
}

.image-container::before {
    content: "Avant";
    color: rgb(0, 0, 0);
    font-size: 2em;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    z-index: 6;
    padding: 10px;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    opacity: var(--position);
    pointer-events: none;
}

.slider-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    max-width: 100%;
    pointer-events: none;
}

.image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
}


.title {
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 2em;
}

.first-img {
    z-index: 5;
}

/*
.img-reflex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    text-align: center;
    overflow: hidden;
}

.img-reflex img {
    max-width: 450px;
    max-height: 350px;
    -moz-transform: perspective(800px) rotateY(20deg);
    -webkit-transform: perspective(800px) rotateY(20deg);
    transform: perspective(800px) rotateY(20deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, #0004);
    margin: 150px 30px;
}


.img-reflex:hover img {
    opacity: 0.5;
}

.img-reflex img:hover {
    -moz-transform: perspective(800px) rotateY(0deg);
    -webkit-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg);
    opacity: 1;
}*/

.img-reflex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    text-align: center;
    overflow: hidden;
}

.units {
    display: flex;
    flex-direction: column;
    /*transform: perspective(800px) rotateY(20deg);*/
    margin: 150px 30px;
    transition: 0.5s;
}

/*
.units> :last-child {
    mask-image: linear-gradient(transparent, transparent, #0009);
    -webkit-mask-image: linear-gradient(transparent, transparent, #0009);
    transform: perspective(800px) rotateX(180deg);
    z-index: -1;
}*/

.img-reflex:hover .units {
    opacity: 0.6;
}

.img-reflex .units:hover {
    /*-moz-transform: perspective(800px) rotateY(0deg);
    -webkit-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg);*/
    opacity: 1;
}

.img-reflex img {
    max-width: 450px;
    max-height: 350px;
}

footer {
    width: 90%;
    min-height: 100%;
}

footer .nav {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: auto;
    text-align: center;
}

footer .col {
    display: flex;
    flex-direction: row;
}

footer li {
    list-style: none;
    font-family: "Monument Extended";
    font-size: 0.8em;
    letter-spacing: 0.1px;
    line-height: 30px;
    padding: 10px;
}

footer li a {
    color: #fff;
    font-size: 1.3em;
    font-family: "Monument Extended";
}

footer .copyright {
    display: flex;
    justify-content: space-between;
    font-family: "Monument Extended";
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 30px;
    opacity: 0.5;
    margin: 6em 0 0 0;
}

footer .copyright span {
    display: flex;
    flex-direction: row;
}

footer .copyright span a {
    color: #d6d6d5;
}

.m-auto {
    margin: auto;
}

.map {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.map img {
    max-width: 600px;
}

a {
    text-decoration: none;
    display: block;
}

.wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.wrapper .container-media {
    color: white;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 2px;
    margin: 20px;
    min-width: 100px;
    min-height: 100px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapper .container--facebook {
    background-color: #37508D;
}

.wrapper .container--youtube {
    background-color: #FF0000;
}

.wrapper .container--instagram {
    /*background-color: #D72C6F;*/
    background: rgb(0, 34, 150);
    background: linear-gradient(90deg, rgba(2, 0, 150, 0.45) 0%, rgba(131, 0, 143, 0.5) 15%, rgba(192, 0, 122, 1) 28%, rgba(234, 12, 95, 1) 42%, rgba(255, 83, 65, 1) 60%, rgba(255, 136, 32, 1) 72%, rgba(246, 186, 0, 1) 100%);
}

.wrapper .container--tiktok {
    background-color: #000000;
}

.box .fa-brands {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fa-brands.fa-facebook-f {
    /*color: #37508D;*/
    color: #fff;
}

.fa-brands.fa-youtube {
    /*color: #FF0000;*/
    color: #fff;
}

.fa-brands.fa-instagram {
    /*color: #D72C6F;*/
    color: #fff;
}

.fa-brands.fa-tiktok {
    /*color: #000000;*/
    color: #fff;
}

.box {
    align-items: flex-end;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    font-size: 2.25rem;
    justify-content: center;
    position: relative;
    text-align: center;
    -webkit-transition: transform 0.8s;
    transition: transform 0.8s;
    -webkit-transform-style: transform-3d;
    transform-style: transform-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: 130px;
    width: 130px;
}

.box>* {
    -webkit-transition: transform 0.8s;
    transition: transform 0.8s;
    -webkit-transform-style: transform-3d;
    transform-style: transform-3d;
}

.box--left {
    -webkit-transition: transform 0.8s;
    transition: transform 0.8s;
}

.box--middle {
    -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.box--right {
    -webkit-transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.container-media:hover .box--left,
.active .box--left {
    -webkit-transform: translate(-30px, -30px) rotate(-90deg) rotateY(180deg);
    transform: translate(-30px, -30px) rotate(-90deg) rotateY(180deg);
}

.container-media:hover .box--left .fa-brands,
.active .box--left .fa-brands {
    -webkit-transform: rotate(270deg) rotateY(180deg) translate(-80%, -60%);
    transform: rotate(270deg) rotateY(180deg) translate(-80%, -60%);
}

.container-media:hover .box--left .count,
.active .box--left .count {
    -webkit-transform: rotate(270deg) rotateY(180deg) translate(-125%, 60%);
    transform: rotate(270deg) rotateY(180deg) translate(-125%, 60%);
}

.container-media:hover .box--middle,
.active .box--middle {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.container-media:hover .box--right,
.active .box--right {
    -webkit-transform: translate(40px, -40px);
    transform: translate(40px, -40px);
}

.count {
    font-size: 14px;
    color: #ffffff;
    display: block;
    font-weight: 400;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.follow {
    bottom: 0;
    color: white;
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: absolute;
}

.follow--left {
    right: 0;
    -webkit-transform: translate(-14px, -10px);
    transform: translate(-14px, -10px);
}

.follow--middle {
    left: 50%;
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}

.follow--right {
    left: 0;
    -webkit-transform: translate(14px, -10px);
    transform: translate(14px, -10px);
}



.text-up-bottom {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-transform: uppercase;
    font-size: 4em;
}

/* LIST */
.dl-blurbs {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

dl {
    counter-reset: count;
    background: #090D0F;
    width: 40%;
    min-height: 950px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

dl+h2+dl {
    counter-reset: counter 2;
}

dt {
    counter-increment: count;
    color: #4f6d7aff;
    /*font-family: "Montserrat", sans-serif;*/
    font-size: 2.5em;
    text-transform: uppercase;
}

dt::before {
    content: counter(count, decimal-leading-zero) ".";
    color: #5ea5b8ff;
    /*margin-left: -1vw;
    padding-right: 12px;*/
}

dd {
    margin-left: 70px;
    margin-bottom: 25px;
}

.hidden {
    visibility: hidden;
}

#nous {
    display: flex;
    flex-direction: column;
    position: relative;
    /*font-family: "charles-wright";*/
    font-family: Roboto, sans-serif;
}

#nous div {
    text-align: center;
    /*margin: 15px;*/
    width: 100%;
}

#nous .box-shadow {
    width: 97%;
    background-color: #090D0F;
    padding: 20px 10px;
    /*-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 69, 81, 0.3);
    -moz-box-shadow: 0px 0px 7px 0px rgba(50, 69, 81, 0.3);
    box-shadow: 0px 0px 7px 0px rgba(50, 69, 81, 0.3);*/
    -webkit-box-shadow: 0px 10px 10px -15px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 10px 10px -15px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 10px 10px -15px rgba(255, 255, 255, 0.3);
    margin: 15px;
}

#nous .box-shadow img {
    max-width: 320px;
    max-height: 250px;
}

#nous .box-shadow p {
    font-size: 1.2em;
}

.logo {
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 9;
}

.logo img {
    width: 79px;
    height: 60px;
}

.none {
    display: none;
    margin: 0 !important;
}


.gallery__images {
    display: grid;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    margin: 0;
    position: relative;
}


.gallery__images img {
    width: 100%;
    height: 100%;
    min-height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery__images .gallery {
    display: grid;
    justify-content: center;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 100px) minmax(200px, 800px) repeat(2, 100px);
    grid-template-rows: repeat(5, 100px);
}

.gallery__images .gallery__filler {
    grid-column: span 2;
}

.gallery__images .gallery__item {
    cursor: pointer;
    border-radius: 5px;
    grid-row: span 1;
    grid-column: span 1;
    transition: transform 0.3s ease-in-out;
    position: relative;
}

.gallery__images .gallery__select {
    display: none;
}

.gallery__images .gallery__select:nth-of-type(1):checked~.gallery .gallery__item:nth-of-type(1) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
}

.gallery__images .gallery__select:nth-of-type(1):checked~.gallery .gallery__item:nth-of-type(1):hover {
    transform: none;
}

.gallery__images .gallery__select:nth-of-type(2):checked~.gallery .gallery__item:nth-of-type(2) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
}

.gallery__images .gallery__select:nth-of-type(2):checked~.gallery .gallery__item:nth-of-type(2):hover {
    transform: none;
}

.gallery__images .gallery__select:nth-of-type(3):checked~.gallery .gallery__item:nth-of-type(3) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
}

.gallery__images .gallery__select:nth-of-type(3):checked~.gallery .gallery__item:nth-of-type(3):hover {
    transform: none;
}

.gallery__images .gallery__select:nth-of-type(4):checked~.gallery .gallery__item:nth-of-type(4) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
}

.gallery__images .gallery__select:nth-of-type(4):checked~.gallery .gallery__item:nth-of-type(4):hover {
    transform: none;
}

.gallery__images .gallery__select:nth-of-type(5):checked~.gallery .gallery__item:nth-of-type(5) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
}

.gallery__images .gallery__select:nth-of-type(5):checked~.gallery .gallery__item:nth-of-type(5):hover {
    transform: none;
}

.gallery__images .gallery__select:nth-of-type(6):checked~.gallery .gallery__item:nth-of-type(6) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
}

.gallery__images .gallery__select:nth-of-type(6):checked~.gallery .gallery__item:nth-of-type(6):hover {
    transform: none;
}

.gallery__images .gallery__select:nth-of-type(7):checked~.gallery .gallery__item:nth-of-type(7) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
}

.gallery__images .gallery__select:nth-of-type(7):checked~.gallery .gallery__item:nth-of-type(7):hover {
    transform: none;
}

.gallery__images .gallery__select:nth-of-type(8):checked~.gallery .gallery__item:nth-of-type(8) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
}

.gallery__images .gallery__select:nth-of-type(8):checked~.gallery .gallery__item:nth-of-type(8):hover {
    transform: none;
}

.gallery__images .gallery__select:nth-of-type(9):checked~.gallery .gallery__item:nth-of-type(9) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
}

.gallery__images .gallery__select:nth-of-type(9):checked~.gallery .gallery__item:nth-of-type(9):hover {
    transform: none;
}

.gallery__images .gallery__select:nth-of-type(10):checked~.gallery .gallery__item:nth-of-type(10) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
}

.gallery__images .gallery__select:nth-of-type(10):checked~.gallery .gallery__item:nth-of-type(10):hover {
    transform: none;
}

.gallery__images .gallery__select:nth-of-type(11):checked~.gallery .gallery__item:nth-of-type(11) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
}

.gallery__images .gallery__select:nth-of-type(11):checked~.gallery .gallery__item:nth-of-type(11):hover {
    transform: none;
}

.gallery__images .gallery__select:nth-of-type(12):checked~.gallery .gallery__item:nth-of-type(12) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
}

.gallery__images .gallery__select:nth-of-type(12):checked~.gallery .gallery__item:nth-of-type(12):hover {
    transform: none;
}

.gallery__images .gallery__select:nth-of-type(13):checked~.gallery .gallery__item:nth-of-type(13) {
    cursor: default;
    display: grid;
    align-items: center;
    grid-row: 1/-1;
    grid-column: 3;
}

.gallery__images .gallery__select:nth-of-type(13):checked~.gallery .gallery__item:nth-of-type(13):hover {
    transform: none;
}

.photo {
    width: 100%;
    max-width: 180px;
    max-height: 180px;
    object-fit: cover;
    object-position: center;
}

.photo2 {
    width: 100%;
    max-width: 200px;
    max-height: 170px;
    object-fit: cover;
    object-position: center;
}

.photo3 {
    width: 100%;
    max-width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.none-mobil span {
    margin-bottom: 25px;
}

.block div {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px;
}

.block div a {
    color: #fff;
    margin: 10px;
    font-size: 0.8em;
}

.mb-10 {
    margin-bottom: 30px;
}

.mt-100 {
    margin-top: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.console {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 100;
}

.console p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgb(247, 247, 247);
    margin-bottom: 60px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Style de la liste */
.accessible-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: 370px;
    width: 100%;
    margin: 20px;
}

/* Style des éléments de liste */
.accessible-list li {
    padding: 10px 20px;
    background-color: #090D0F;
    border-bottom: 1px solid #cccccc1f;
    font-size: 18px;
}

/* Style des éléments de liste au survol */
.accessible-list li:hover {
    background-color: #0F1518;
}

/* Style pour améliorer l'accessibilité */
.accessible-list li:focus,
.accessible-list li:hover {
    outline: none;
    background-color: #0F1518;
    cursor: pointer;
}

.accessible-list li:focus a {
    outline: none;
}

.accessible-list a {
    text-decoration: none;
    color: #333;
    display: block;
}

.accessible-list a:hover {
    text-decoration: underline;
}


@media (min-width: 768px) {
    .gallery__images {
        align-content: center;
        padding: 20px;
        display: block;
    }
}

@media (max-width: 768px) {

    .text-up-bottom {
        font-size: 2em !important;
    }

    .logo-home img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
    }

    .gallery__images .gallery__filler {
        display: none;
    }

    .gallery__images .gallery {
        grid-gap: 5px;
        grid-template-columns: repeat(auto-fit, 50px);
        grid-template-rows: 300px repeat(50px, 50px);
    }

    .gallery__images .gallery__select:nth-of-type(1):checked~.gallery .gallery__item:nth-of-type(1) {
        grid-row: 1/-3;
        grid-column: 1/-1;
    }

    .gallery__images .gallery__select:nth-of-type(2):checked~.gallery .gallery__item:nth-of-type(2) {
        grid-row: 1/-3;
        grid-column: 1/-1;
    }

    .gallery__images .gallery__select:nth-of-type(3):checked~.gallery .gallery__item:nth-of-type(3) {
        grid-row: 1/-3;
        grid-column: 1/-1;
    }

    .gallery__images .gallery__select:nth-of-type(4):checked~.gallery .gallery__item:nth-of-type(4) {
        grid-row: 1/-3;
        grid-column: 1/-1;
    }

    .gallery__images .gallery__select:nth-of-type(5):checked~.gallery .gallery__item:nth-of-type(5) {
        grid-row: 1/-3;
        grid-column: 1/-1;
    }

    .gallery__images .gallery__select:nth-of-type(6):checked~.gallery .gallery__item:nth-of-type(6) {
        grid-row: 1/-3;
        grid-column: 1/-1;
    }

    .gallery__images .gallery__select:nth-of-type(7):checked~.gallery .gallery__item:nth-of-type(7) {
        grid-row: 1/-3;
        grid-column: 1/-1;
    }

    .gallery__images .gallery__select:nth-of-type(8):checked~.gallery .gallery__item:nth-of-type(8) {
        grid-row: 1/-3;
        grid-column: 1/-1;
    }

    .gallery__images .gallery__select:nth-of-type(9):checked~.gallery .gallery__item:nth-of-type(9) {
        grid-row: 1/-3;
        grid-column: 1/-1;
    }

    .gallery__images .gallery__select:nth-of-type(10):checked~.gallery .gallery__item:nth-of-type(10) {
        grid-row: 1/-3;
        grid-column: 1/-1;
    }

    .gallery__images .gallery__select:nth-of-type(11):checked~.gallery .gallery__item:nth-of-type(11) {
        grid-row: 1/-3;
        grid-column: 1/-1;
    }

    .gallery__images .gallery__select:nth-of-type(12):checked~.gallery .gallery__item:nth-of-type(12) {
        grid-row: 1/-3;
        grid-column: 1/-1;
    }

    .gallery__images .gallery__select:nth-of-type(13):checked~.gallery .gallery__item:nth-of-type(13) {
        grid-row: 1/-3;
        grid-column: 1/-1;
    }

    .gallery__images img {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
}

/*formulaire*/
.container-form {
    width: 1024px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
}

.container-form i {
    color: #fff;
    font-size: 2em;
}

.container-form a {
    color: #fff;
    text-decoration: underline;
}

.container-form h2 {
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    opacity: 0.7;
}

.container-form .div-contact {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.container-form .div-contact a {
    color: #fff;
    font-size: 1.25em;
}

.container-form form {
    background: #0F1518;
    padding: 2.5em;
    width: 100%;
    min-height: 100%;
    /*border-radius: 5px;
    border-left: 1px solid rgba(61, 84, 96, 0.445);
    border-top: 1px solid rgba(61, 84, 96, 0.445);*/
    -webkit-box-shadow: 0px 10px 10px -15px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 10px 10px -15px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 10px 10px -15px rgba(255, 255, 255, 0.3);
    text-align: center;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.container-form form h2 {
    font-weight: bold;
    color: #fff;
    opacity: 0.7;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.container-form form input {
    background: transparent;
    width: 95%;
    padding: 1em;
    margin-bottom: 2em;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    box-shadow: 4px 4px 20px rgba(123, 123, 123, 0.2);
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.container-form form textarea {
    background: transparent;
    width: 95%;
    height: 200px;
    padding: 1em;
    margin-bottom: 2em;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 4px 4px 20px rgba(123, 123, 123, 0.2);
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.container-form form input:hover,
.container-form form textarea:hover {
    background: rgba(255, 255, 255, 0.1);
}

/*
.container-form form input[type=email]:focus,
.container-form form input[type=text]:focus {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 4px 4px 60px 8px rgba(0, 0, 0, 0.2);
}*/

.container-form form input[type=submit] {
    margin-top: 10px;
    width: 95%;
    font-size: 1rem;
}

.container-form form input[type=submit]:hover {
    cursor: pointer;
}

.container-form form input[type=submit]:active {
    background: rgba(255, 255, 255, 0.2);
}

.container-form ::-moz-placeholder {
    font-weight: 400;
    color: #fff;
}

.container-form :-ms-input-placeholder {
    font-weight: 400;
    color: #fff;
}

.container-form ::placeholder {
    font-weight: 400;
    color: #fff;
}

.container-form .drop {
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2);
    position: absolute;
    transition: all 0.2s ease;
}

.container-form .drop-1 {
    height: 80px;
    width: 80px;
    top: -20px;
    left: -40px;
    z-index: -1;
}

.container-form .drop-2 {
    height: 80px;
    width: 80px;
    bottom: -30px;
    right: -10px;
}

.container-form .drop-3 {
    height: 100px;
    width: 100px;
    bottom: 40%;
    right: -50px;
    z-index: -1;
}

.container-form .drop-4 {
    height: 110px;
    width: 110px;
    top: -50px;
    right: -50px;
}

.container-form .drop-5 {
    height: 60px;
    width: 60px;
    bottom: -30px;
    left: 60px;
    z-index: -1;
}

.btn-realisations {
    border: none;
    margin-right: 30px;
    background-color: #cfbd44;
    font-size: 1.2em;
    border-radius: 5px;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-style: italic;
    font-family: Roboto, sans-serif;
    transition: all ease-out 0.7s;
}

.btn-realisations:hover {
    transition: all ease-out 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
}

.btn-realisations a {
    color: #2E2E2E;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.btn-realisations i {
    font-size: 1.5em;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #090D0F;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

._1 {
    background-image: url("../images/1.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 512px;
    max-height: 512px;
    z-index: 12;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

._2 {
    background-image: url("../images/2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 512px;
    max-height: 512px;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

._3 {
    background-image: url("../images/3.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 512px;
    max-height: 512px;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

._4 {
    background-image: url("../images/4.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 512px;
    max-height: 512px;
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

._5 {
    background-image: url("../images/5.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 512px;
    max-height: 512px;
    z-index: 7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    opacity: 0.7;
}


.contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact h1 {
    padding: 40px;
    font-size: 2.5em;
    color: #fff;
}

#progressbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 7px;
    background: linear-gradient(to top, #a89831, #CFBD44);
    /*animation: animate 5s linear infinite;*/
    z-index: 8;
}

#progressbar::after,
#progressbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    /*background: linear-gradient(to top, #a89831, #CFBD44);*/
    z-index: 9;
}

#progressbar::after {
    filter: blur(30px);
}

#scrollpath {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    /*background: rgba(255, 255, 255, 0.1);*/
}

.zero {
    opacity: 0;
}

#percent {
    position: fixed;
    top: 98%;
    left: 20px;
    color: #fff;
    transform: translateY(-50%);
    z-index: 9;
    font-size: 0.8em;
    font-family: "charles-wright";
    font-weight: lighter;
    background: #090D0F;
    padding: 2px 5px;
}

.open {
    width: 60px;
    height: 60px;
}

/*
@keyframes animate {

    0%,
    100% {
        filter: hue-rotate(0deg);
    }

    50% {
        filter: hue-rotate(360deg);
    }
}*/

.visibility {
    opacity: 0.3;
}

.list-style {
    list-style: none;
}

.title-custom {
    font-size: 3em;
    font-family: "Dosis";
}

.a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.25em;
}

.aa {
    padding: 100px;
}

.aa img {
    width: 100%;
    max-width: 950px;
    height: auto;
    transform: translateX(0%);
    border-radius: 20px;
}

.aaa {
    width: 100%;
    max-width: 600px !important;
    height: auto;
    background-color: #090D0F;
    transform: translateX(-50%);
    padding: 40px;
    -webkit-box-shadow: 0px 10px 10px -15px #acacac;
    -moz-box-shadow: 0px 10px 10px -15px #acacac;
    box-shadow: 0px 10px 10px -15px #acacac;
}

.bold-h2 {
    font-size: 2.2em;
    color: #cfbd44;
    font-style: italic;
    text-decoration: underline;
}

.bold-h3 {
    font-size: 2.2em;
    color: #cfbd44;
    font-style: italic;
    text-decoration: underline;
}

.b {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 1.25em;
}

.bb {
    padding: 100px;
}

.bb img {
    max-width: 100%;
    max-height: 90vh;
    transform: translateX(-20%);
    border-radius: 20px;

}

.bbb {
    width: 700px !important;
    background-color: #090D0F;
    transform: translateX(70%);
    padding: 40px;
    z-index: 1;
    -webkit-box-shadow: 0px 10px 10px -15px #acacac;
    -moz-box-shadow: 0px 10px 10px -15px #acacac;
    box-shadow: 0px 10px 10px -15px #acacac;
}


.inline-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.width-400 {
    width: 100%;
    max-width: 400px;
}

.padding-20 {
    padding: 20px;
}

.text-center {
    text-align: center;
}

.h2 {
    width: 100%;
    text-align: center;
    background-color: #090D0F;
    font-size: 3em;
    color: #fff;
}

.logo-contact img {
    width: 400px;
    height: 300px;
}

#conditions .box-shadow {
    width: 90%;
    background-color: #201F1F;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(171, 166, 166, 1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(171, 166, 166, 1);
    box-shadow: 0px 0px 7px 0px rgba(171, 166, 166, 1);
    border-radius: 5px;
}

#conditions .box-shadow p {
    font-size: 1.2em;
}

.realisations .text-up-bottom {
    display: none;
}

.img-realisations .img-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
    width: 70%;
}

.img-div i {
    font-size: 1.5em;
}

.img-div p {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.img-realisations a {
    /*margin: 50px;*/
    text-align: center;
    color: #fff;
    width: 350px;
    position: relative;
    flex: 1 1 auto;
    margin: 10px;
    flex-wrap: wrap;

}

.img-realisations .paragraph {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto;
}

.img-div div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}


.img-realisations h2 {
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    padding-top: 70px;
    padding-bottom: 70px;
}

.img-realisations p {
    text-align: center;
    width: 50%;
    font-size: 1.25em;
}

.img-realisations h3 {
    width: 100%;
    text-align: center;
    font-size: 2em
}

.img-realisations img {
    width: 100%;
    height: auto;
}

.test {
    position: relative;
}


/*
.carusel-custom {
    position: relative;
    width: 80vw;
    height: 200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

li {
    width: 25%;
    list-style-type: none;
    position: absolute;
    top: 0;
    padding: 20px;
    height: 250px;
    opacity: 0;
    text-align: center;
    transition: 1s opacity;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.active {
    opacity: 1;
}

.carusel-custom a {
    color: #fff;
}
*/

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 5));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 5));
    }
}

/*


.slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
//firefox
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 10px;
    height: 100%;
    cursor: pointer;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.slider::-webkit-slider-thumb:active {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}

.slider-button {
    position: absolute;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 15px;
    border-radius: 100%;
    display: flex;
    top: 50%;
    left: var(--position);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 100;
    font-size: 1.5em;
    color: #fff;
}

.slider {
    height: 220px;
    margin: auto;
    position: relative;
    overflow: hidden;
    width: 90vw;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 10);
}

.slider .slide {
    height: 250px;
    width: 250px;
    text-align: center;
    margin: 10px;
}

.slider .slide a {
    color: #fff;
    font-size: 0.9em;
}*/

#partenaires {
    display: block;
    position: relative;
}

#partenaires h2 {
    z-index: 10;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 4em;
    margin-bottom: 50px;
}

#topBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    width: 50px;
    height: 70px;
    background: #090D0F;
    color: #fff;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 10000;
}

#topBtn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0.1);
    transform-origin: bottom center;
    background: #cfbd44;
    z-index: -1;
    transition: transform 0.3s;
}

#topBtn:hover::after {
    transform: scaleY(1);
}

#topBtn:hover {
    color: #272727;
}

.BTN-TO-TOP {
    width: 150px;
    height: 40px;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.BTN-TO-TOP:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0.1);
    transform-origin: bottom center;
    background: #FF4D24;
    z-index: -1;
    transition: transform 0.3s;
}

.BTN-TO-TOP:hover::after {
    transform: scaleY(1);
}

.BTN-TO-RIGHT {
    width: 150px;
    height: 40px;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;

}

.BTN-TO-RIGHT:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0.05);
    transform-origin: left center;
    background: #FF4D24;
    z-index: -1;
    transition: transform 0.3s;
}

.BTN-TO-RIGHT:hover::after {
    transform: scaleX(1);
}

.grecaptcha-badge {
    display: none;
}


/*carrusel ddefilant*/
.customer-logos {
    overflow: hidden;
}

.slick-slide img {
    width: 150px;
    height: 150px;
    display: block;
    object-fit: contain;
    z-index: 10000;
    text-align: center;
    margin: auto;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

.customer-logos .slide a {
    transition: 0.5s;
    opacity: 0.8;
    color: #fff;
    text-align: center;
}

.customer-logos .slide a:hover {
    opacity: 1;
}


@media screen and (min-width: 991px) and (max-width: 1024px) {
    .container-form {
        width: 990px;
    }

    .inline-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bbb {
        transform: translateX(40%);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .bold-h3 {
        font-size: 2em;
        color: #cfbd44;
        font-style: italic;
        text-decoration: underline;
    }

    #collaborations {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #collaborations .text-up-bottom {
        writing-mode: inherit;
        text-orientation: inherit;
        padding: 10px;
        font-size: 2.5em;
    }

    .container-form {
        width: 760px;
    }

    .inline-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bbb {
        transform: translateX(40%);
    }

    .container-form .div-contact {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    @-webkit-keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-100px * 10));
        }
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-100px * 10));
        }
    }

    #partenaires h2 {
        font-size: 2em;
    }

    /*.slider .slide {
        height: 100px;
        width: 100px;
    }

    .slider .slide-track {
        width: calc(150px * 10);
    }*/

    .boutique {
        top: 32px;
        right: 80px;
    }

    .boutique-bis {
        left: 20px;
        bottom: 20px;
    }

    .phone {
        left: 15px;
    }

    .phone i {
        font-size: 1.7em;
    }

    .submenu li {
        height: 50px;
        line-height: 50px;
    }

    .inline-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #nous div {
        margin: 5px;
    }

    .a {
        display: flex;
        flex-direction: column;
        font-size: 1em;
    }

    .aa {
        padding: 10px !important;
    }

    .aa img {
        width: inherit;
        height: auto;
    }

    .aaa {
        width: 80% !important;
        transform: inherit;
        transform: translateY(-90px) !important;
    }

    .b {
        display: flex;
        flex-direction: column;
        font-size: 1em;
    }

    .bb {
        padding: 10px !important;
    }

    .bb img {
        width: inherit;
        height: auto;
        transform: inherit;
        object-fit: cover;
    }

    .bbb {
        width: 80% !important;
        transform: inherit;
        transform: translateY(90px) !important;
    }

    .photo {
        width: 100%;
        height: 100%;
    }

    .photo3 {
        max-width: 100px;
        height: 100px;
    }

    .open {
        width: 50px;
        height: 50px;
    }

    #scrollpath {
        width: 8px;
    }

    #progressbar {
        width: 8px;
    }

    .font {
        font-size: 1em;
        padding: 5px;
        margin: 20px;
    }

    .zero {
        display: none;
    }

    section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    #collaborations {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .partenaires {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img-reflex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .img-reflex:hover .units {
        opacity: 0.8;
    }

    .btn-realisations {
        margin-right: 0;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .container-form form h2 {
        font-size: 2rem;
    }

    .container-form .drop-1 {
        height: 40px;
        width: 40px;
        top: -15px;
        left: -15px;
        z-index: -1;
    }

    .container-form .drop-2 {
        height: 40px;
        width: 40px;
        bottom: -15px;
        right: -10px;
    }

    .container-form .drop-3 {
        height: 30px;
        width: 30px;
        bottom: 40%;
        right: -15px;
        z-index: -1;
    }

    .container-form .drop-4 {
        height: 50px;
        width: 50px;
        top: -15px;
        right: -15px;
    }

    .container-form .drop-5 {
        height: 50px;
        width: 50px;
        bottom: -15px;
        left: 20px;
        z-index: -1;
    }

    .container-form {
        position: relative;
        width: 90%;
        height: 100%;
    }

    .container-form form input,
    .container-form form textarea,
    .container-form form input[type=submit] {
        width: 100%;
    }

    .none {
        display: block;
    }

    .none-mobil {
        visibility: hidden;
        height: 10px;
    }

    #nous .box-shadow {
        width: 80%;
    }

    .realisations {
        display: flex;
        flex-direction: column;
    }

    .dl-blurbs {
        flex-direction: column;
    }

    dl {
        width: 95%;
    }

    dd {
        margin-left: 42px;
        margin-bottom: 25px;
    }

    .text-up-bottom {
        writing-mode: inherit;
        text-orientation: inherit;
        padding: 10px;
        font-size: 2.5em;
    }

    .navigation i {
        font-size: 2.5em;
    }

    .toggle-button-cover i {
        font-size: 2em;
    }

    .map {
        margin-bottom: 20px;
    }

    .map img {
        width: 100%;
        max-width: 330px;
    }

    footer .copyright {
        flex-direction: column;
        align-items: center;
    }

    footer .col {
        display: flex;
        flex-direction: column;
    }

    .wrapper {
        flex-direction: column;
    }

    .navigation ul li {
        list-style: none;
        font-size: 1.4em;
    }

    footer .nav {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .div-container-image {
        width: 90%;
        margin: auto;
    }

    .image-container {
        width: 100%;
        height: 40vh;
    }

    .image-container::after {
        font-size: 1em;
    }

    .image-container::before {
        font-size: 1em;
    }

    .slider-button {
        font-size: 1.2em;
    }

    .title {
        padding: 10px;
        font-size: 1em;
    }

    .div-container {
        min-height: 90vh;
    }

    .img-reflex img {
        max-width: 350px;
    }

    .img-reflex {
        margin-bottom: inherit;
    }

    .units {
        margin: 10px 0px;
    }

    .slick-slide img {
        width: 100px;
        height: 100px;
    }

    .customer-logos .slide a {
        font-size: 0.8em;
    }

    .container-form .div-contact {
        flex-direction: column;
    }

    .h2 {
        font-size: 2.2em;
    }

    .img-realisations h2 {
        font-size: 2em;
        padding-top: 80px;
        padding-bottom: 10px;
    }

    .img-realisations p {
        width: 90%;
    }

    .img-realisations h3 {
        font-size: 1.5em;
        padding: 10px;
    }

    .img-realisations a {
        margin: 20px auto;
    }

    .bold-h3 {
        font-size: 2em;
        color: #cfbd44;
        font-style: italic;
        text-decoration: underline;
    }

    .service-title {
        font-size: 1.1em;
        margin: auto;
    }

    .service.active .service-description {
        font-size: 0.9em;
    }

    .service.active .btn-service {
        width: 140px;
        height: 33px;
        line-height: 33px;
        font-size: 1em;
    }

    .card-border {
        text-align: center !important;
    }

    .service {
        margin: -3px !important;
    }
}

/*
        .slider:focus-visible~.slider-button {
            outline: 5px solid black;
            outline-offset: 3px;
        }

        .slider-line {
            position: absolute;
            inset: 0;
            width: 10px;
            height: 100%;
            backdrop-filter: blur(15px);
            left: var(--position);
            transform: translateX(-50%);
            pointer-events: none;
        }*/
/*
.toggle-button-cover {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 102; 
    width: 100px;
    height: 100px;
}*/

/*.button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}*/
/*
.toggle-button-cover .button-cover,
.toggle-button-cover .knobs,
.toggle-button-cover .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.toggle-button-cover .button {
    position: relative;
    width: 74px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.toggle-button-cover .button.r,
.toggle-button-cover .button.r .layer {
    border-radius: 100px;
}

.toggle-button-cover .button.b2 {
    border-radius: 2px;
}

.toggle-button-cover .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.toggle-button-cover .knobs {
    z-index: 2;
}

.toggle-button-cover .layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

.toggle-button-cover .button-cover p {
    text-align: center;
    color: #fff;
}

.toggle-button-cover #button-6 {
    overflow: visible;
}

.toggle-button-cover #button-6 .knobs:before {
    content: "X";
    position: absolute;
    left: 3px;
    top: 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    background-color: #03a9f4;
    border-radius: 50%;
}

.toggle-button-cover #button-6 .layer,
.toggle-button-cover #button-6 .knobs,
.toggle-button-cover #button-6 .knobs:before {
    transform: rotateZ(0);
    transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

.toggle-button-cover #button-6 .checkbox:checked+.knobs {
    transform: rotateZ(-180deg);
}

.toggle-button-cover #button-6 .checkbox:checked+.knobs:before {
    content: "X";
    background-color: #f44336;
    transform: rotateZ(180deg);
}

.toggle-button-cover #button-6 .checkbox:checked~.layer {
    background-color: #fcebeb;
    transform: rotateZ(180deg);
}

.toggle-button-cover .direction {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
}

.toggle-button-cover .direction i {
    margin-left: 10px;
}*/