
*{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    font-family: 'PT Sans', sans-serif;
    color: var(--font_2)
}

a {
    text-decoration: none;
}

.frozen {
    overflow: hidden
}

.loading {
    position: fixed;
    z-index: 35;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#preloader {
    display: block;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 70px;
    max-width: 720px;
    height: max-content;
    z-index: 5;
}

#preloader::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: var(--black);
    z-index: -1;
}

#preloader.disabled {
    display: none;
}


header {
    display: block;
    position: relative;
    width: 100%;
    height: 25vh;
    background: var(--font);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-bottom: 3px solid var(--bleu);

}

header::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 35%;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.27) 0%, transparent 100%);
}

header::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.27) 0%, transparent 100%);
}

header .drap {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .27);
}

header .welcome {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    font-size: 24px;
    margin: auto;
    color: white;
    text-shadow: 0 1px 4px var(--black_shadow);
    height: max-content;
    width: max-content;
    text-transform: uppercase;
    z-index: 2;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

header .welcome strong {
    display: block;
    font-weight: normal;
    font-size: 20px;
}

.shower {
    display: flex;
    padding: 25px;
    height: max-content;
    width: 100vw;
    max-width: 1080px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.shower:before,
.shower:after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border: 2px solid lightgrey;
    border-radius: 50%;
    left: -170px;
    top: 240px;
    z-index: -1;
}

.shower:before {

}

.shower:after {
    transform: translateX(45px) translateY(-15px) scale(1.1);
    transform-origin: bottom right;
}

.cubic {
    display: block;
    position: relative;
    width: 50%;
    height: 45vh;
    min-width: 320px;
    max-height: 430px;
    min-height: 280px;
}

.cubic::before {
    content: "";
    display: block;
    position: absolute;
    background: var(--bleu);
    top: 10%;
    bottom: 16%;
    right: 10%;
    width: 55%;
}

.cubic .cubic-1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 75%;
    background: var(--font);
    background-size: cover;
    background-position: center;
}

.cubic .cubic-2 {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 60%;
    background: var(--font);
    background-size: cover;
    background-position: center;
}

.show-in {
    display: block;
    position: relative;
    right: 25px;
    width: 60%;
}

.show-in:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
    width: 35%;
    max-width: 280px;
    height: 230px;
    background-color: #ffffff;
    background-image: radial-gradient(#e5e5e5 1px, transparent 1px);
    background-size: 10px 10px;
    z-index: -1;
}

.show-in h4 {
    display: block;
    position: relative;
    text-transform: uppercase;
    color: var(--bleu);
    font-size: 16px;
    letter-spacing: 3px;
}

.show-in h1 {
    font-size: clamp(16px, 4vw, 2.4em);
    max-width: 500px
}

#bread {
    display: block;
    position: relative;
    padding: 0 40px;
    margin-top: 6px;

}

#bread .in-bread {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 10px 0
}

#bread .in-bread:not(:last-child):hover,
#bread .in-bread:not(:last-child).active,
#bread .in-bread:last-child:not(.active):hover {
    border-bottom: 1px solid lightgray;
}

#bread .in-bread i {
    position: absolute;
    top: 16px;
    color: var(--rouge);
}

#bread .in-bread.active .fa-plus,
#bread .in-bread:not(.active) .fa-minus {
    display: none;
}


#bread [data-span-lang]:before {
    content: attr(data-span-lang);
    font-size: 20px;
    display: block;
    position: relative;
    margin-left: 25px;
}

.in-bread .bread-content {
    display: block;
    position: relative;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease-out;
}

.in-bread.active .bread-content {
    height: max-content;
    opacity: 1;
    padding: 6px 0 0 25px;
}


.services {
    display: block;
    position: relative;
    box-shadow: 0 2px 3px var(--box_shadow);
    margin: auto;
}

.services .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services .list div {
    flex: 0 0 50%;
    width: 50%;
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-out;
}

.services .list div span[data-src] {
    display: block;
    position: absolute;
    background-color: var(--font);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease-out;
    border: 1px solid
}

.services .list div:hover span[data-src] {
    transform: scale3d(1.1, 1.1, 1.1);
}

.services .list div span[data-src]:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    transition: all .3s ease-out;
    opacity: .85;
    z-index: 1;
}

.services .list div:hover span[data-src]:before {
    opacity: 0.2;
}

.services .list div:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    background: var(--bleu);
    transition: all .3s ease-out;
}

.services .list div:hover:after {
    width: 100%;
}

.services .list div .title-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: white;
    font-size: 1.2em;
    z-index: 1;
    height: max-content;
    margin: auto;
    width: max-content;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 8px var(--text_shadow);
    font-family: 'Roboto', sans-serif;

}

.services .list div .title-link h2 {
    font-weight: normal;
    font-size: 21px;
    margin-bottom: 8px;

}

.services .list div .title-link h5 {
    font-size: 14px;
    opacity: .6;

}

.services .list div:hover .title-link h5 {
    opacity: 1;
}


.numbers{
    display: block;
    position: relative;
    padding: 60px 0;
    font-family: 'Roboto', sans-serif;
    font-size: clamp(2em, 4vw, 3.5em);
}

.recap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    margin: auto;
}

.recap div{
    flex: 1;
    display: block;
    position: relative;
    text-align: center;
}

.recap div i{
    display: block;
    margin-bottom: 25px;
    color:var(--bleu_2)
}

.recap div [data-counter]{
    display: block;
    color:var(--bleu_2)
}

.recap div [data-counter]:before{
    content:"";
    display: block;
    height: 10px;
    border-top: 2px solid var(--bleu_2);
    width: 30%;
    min-width: 8vw;
    max-width: 100px;
    margin: 0 auto 10px auto;
}

.recap div [data-counter]:after{
   content: attr(data-unit);
    display: block;
    font-size: clamp(12px, 2vw, 18px);
    text-transform: uppercase;
    color: var(--font_2);
    margin-top: 8px;
}



.content {
    display: flex;
    position: relative;
    width: 100vw;
    min-height: max-content;
    box-shadow: 0 2px 3px var(--box_shadow);
}

.content * {
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content .left-panel,
.content .right-panel {
    flex: 0 0 50%;
    display: block;
    position: relative;
    min-width: 0;
    overflow: hidden;
    max-height: 510px;
}

.content .left-panel {

}

.content .left-panel span {
    display: block;
    position: relative;
    width: 250px;
    height: 85px;
    line-height: 85px;
    background: var(--bleu);
    text-align: center;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: auto;
    overflow: hidden;

}

.content .left-panel span:not(:first-of-type) {
    border-top: 1px solid var(--span_lines);
}

.content .left-panel span:after {
    content: attr(data-span-lang);
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: var(--font_2);
    color: white;
    font-weight: bold;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.content .left-panel span:hover {
    border-color: var(--font_2);
    background: var(--bleu_2);
}

.content .left-panel span:hover:after {
    left: 0;
}

.content .right-panel {
    padding: 20px 50px;
    color: var(--font_2);
}

.content .right-panel b {
    display: block;
    height: 8px;
}

.content .right-panel:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--font_2);
    opacity: 0.05;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.content .right-panel .titre {
    font-size: 3.3vw;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    margin-bottom: 14px;
}

.content .right-panel .sous-titre {
    font-size: 1em;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.content .right-panel .description {
    text-transform: none;
    text-align: justify;
    font-size: 1.02em;
    word-spacing: 1px;
    line-height: 1.2;
}

#starter{
    display: block;
    position: absolute;
    left: 15px;
    bottom: 15px;
    height: max-content;
    width: max-content;
    color:white;
    cursor: pointer;
    background: var(--vert_5);
    box-shadow: 0 2px 3px var(--box_shadow);
    padding: 8px 16px;
    transition:all .2s ease-out;
    font-size:24px
}

#starter:hover{
    background: var(--vert_7);
}

#starter:active{
    transform: scale3d(.92,.92,.92);
}

body[data-device="tablet"] .content .right-panel,
body[data-device="mobile"] .content .right-panel {
    display: none;
}

body[data-device="tablet"] .content .left-panel,
body[data-device="mobile"] .content .left-panel {
    display: block;
    width: 100vw;
    flex: unset;
}

body[data-device="tablet"] .content .left-panel span,
body[data-device="mobile"] .content .left-panel span {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    min-width: 130px;
    width: 20%;

}


#card-displayer {
    display: block;
    position: absolute;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    background: var(--font);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(8px);
    overflow: hidden;
}

#card {
    display: none;
    position: absolute;
    left: 10%;
    right: 30%;
    top: 20%;
    color: white;
    text-shadow: 0 2px 8px var(--text_shadow);
}

#card h2 {
    margin-bottom: 23px;
    font-size: clamp(18px, 3.5vw, 24px);
    top: 0;
    transition: all .5s ease-out;
    position: relative;
}

#card h5 {
    font-size: clamp(14px, 2.5vw, 18px);
    top: 0;
    transition: all .8s ease-out;
    position: relative;
}

#card.off h2 {
    top: 40vh;
}

#card.off h5 {
    top: 60vh;
}


#cardSet {
    transition: all .5s ease-in-out;
    left: 0;
    display: block;
    position: relative;
}

#cardSet.off {
    left: -150%;
}

.brands {
    display: block;
    position: relative;
    padding: 50px 0 20px;
}

.presentation {
    display: block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width:max-content;
    margin: 0 auto 50px;
    cursor: pointer
}

.presentation h2 {
    font-weight: normal;
    font-size: clamp(1.5em, 4vw, 6em);
    font-family: 'Roboto', sans-serif;
    line-height: 0.9;
    letter-spacing: -0.05em;
    margin-bottom: 4px;
}

.presentation h5 {
    color: var(--bleu);
    font-weight: bold;
    font-size: clamp(1em, 1.5vw, 1.2em);
}

.presentation h5 i {
    color: var(--font);
    position: relative;
    transition: all .3s ease-out;
    left: 0;
}

.presentation:hover h5 i {
    left: -10px;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 60%;
    margin: auto;
    max-width: 720px;
}

.images {
    flex: 1 1 25%;
    width: 25%;
    padding-top: 25%;
    background-position: 50% 50%;
    background-size: 75%;
    background-repeat: no-repeat;
    border-right: 1px solid var(--line_brands);
    border-bottom: 1px solid var(--line_brands);
    box-sizing: border-box;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .6;
}

.images[data-brand="4"],
.images[data-brand="8"] {
    border-right: none;
}

.images[data-row="down"] {
    border-bottom: none;
}

.disabled {
    display: none;
    pointer-events: none;
}

.hidden {
    position: absolute;
    z-index: -5;
    opacity: 0;
    width: 0;
    height: 0;
}


@media only screen and (max-width: 1028px) {
    #card {
        display: block;
    }

    #starter{
        left: 10%;
        bottom: unset;
        top: 58%;
        font-size: 18px;
    }

    .grid {
        width: 90%
    }

    header {
        background-attachment: fixed;
    }

    header .welcome {
        display: block;
    }

    .show-in {
        width: 50%;
    }


}

@media only screen and (max-width: 850px) {
    .show-in {
        width: 45%;
    }

    .show-in h1 {
        font-size: clamp(16px, 3vw, 2.4em);
    }

}

@media only screen and (max-width: 768px) {

    .shower {
        display:block
    }

    .cubic, .show-in {
        display: block;
        position: relative;
        right: unset
    }

    .show-in {
        width: 100%;
    }

    .show-in h1 {
        font-size: clamp(1.5em, 4vw, 2.4em);
    }

    .cubic {
        width: 70vw;
        height: 40vh;
        margin: auto auto 25px auto;
        transform: none;
    }

    .shower::before, .shower::after {
        left: -200px;
        top: 120px;
    }

    .numbers{
        padding:30px 0
    }

    .recap div i{
        font-size:22px;
        margin-bottom: 20px;
    }

    .numbers{
        font-size: clamp(1.8em, 2vw, 2.5em);
    }

    .recap div i {
        margin-bottom: 20px;
    }

    .recap div [data-counter]:before{
        margin: 0 auto 5px auto;
    }

    #bread {
        padding: 0;
    }
}

@media only screen and (max-width: 460px) {

    #card {
        left: 25px;
        top: 60px;
        right: 140px
    }

    .services .list,
    .services .list div {
        display: block;
        width: 100%
    }

    .services .list div {
        height: 130px
    }

    .brands {
        padding: 40px 0 20px
    }

    .presentation {
    }

    .images {
        flex: 1 1 50%;
        width: 50%;
        border: none;
    }

}






