<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --hug: 64px;
    --fond: #f7f8f4;
    --green: #162d2e;
    --desktop-s-body: 16px;
    --double-hug: 128px;
    --desktop-xl-body: 20px;
    --3-2-hug: 96px;
    --desktop-l-body: 18px;
    --desktop-m-body: 16px;
    --desktop-s-h1: 42px;
    --mobile-s-h1: 35px;
    --desktop-s-h2: 28px;
    --desktop-xl-h2: 42px;
    --desktop-l-h2: 40px;
    --desktop-m-h2: 32px;
    --tablet-h2: 30px;
    --mobile-l-h2: 33px;
    --desktop-s-h3: 22px;
    --desktop-xl-h3: 32px;
    --desktop-l-h3: 34px;
    --desktop-m-h3: 30px;
    --desktop-s-h4: 20px;
    --desktop-xl-h4: 24px;
    --desktop-l-h4: 24px;
    --desktop-m-h4: 22px;
    --lime: #c6f222;
    --1-4-hug: 16px;
    --mobile-l-container-width: 460px;
    --desktop-s-container-width: 890px;
    --desktop-xl-container-width: 1680px;
    --desktop-l-container-width: 1240px;
    --desktop-m-container-width: 1080px;
    --tablet-container-width: 700px;
    --mobile-s-container-width: 320px;
    --semi-hug: 32px;
    --desktop-s-cta-small: 20px;
    --border-radius: 32px;
    --neon: #6b71ff;
    --3-4-hug: 48px;
    --white: white;
    --desktop-xl-cta-small: 24px;
    --desktop-l-cta-small: 23px;
    --tablet-cta-small: 18px;
    --mobile-l-cta-small: 18px;
    --mobile-s-cta-small: 16px;
    --desktop-s-cta-big: 20px;
    --grey: #6a7979;
    --white-0-05: rgba(255, 255, 255, 0.05);
    --empty-black: #0d1a1a;
    --border-radius-semi: 16px;
    --desktop-s-body-big: 18px;
    --desktop-xl-body-big: 26px;
    --desktop-l-body-big: 23px;
    --desktop-m-body-big: 20px;
    --tablet-body-big: 16px;
    --white-0-2: rgba(255, 255, 255, 0.2);
    --white-0-8: rgba(255, 255, 255, 0.8);
    --white-0-1: rgba(255, 255, 255, 0.1);
    --neon-0-2: rgba(107, 113, 255, 0.2);
    --lime-0-2: rgba(198, 242, 34, 0.2);
    --lime-0-1: rgba(198, 242, 34, 0.1);
    --white-2: white;
    --desktop-xl-cta-big: 32px;
    --desktop-xl-h1: 68px;
    --desktop-l-h1: 56px;
    --desktop-m-h1: 46px;
    --tablet-h1: 40px;
    --mobile-l-h1: 38px;
    --tablet-h3: 22px;
    --mobile-l-h3: 22px;
    --mobile-s-h3: 22px;
    --tablet-h4: 20px;
    --mobile-l-h4: 20px;
    --mobile-s-h4: 20px;
    --mobile-s-h2: 32px;
    --black: black;
}

* {
    scroll-behavior: smooth;
    --mobile-l-h2: 33px;
    --first-title-size: 40px;
    --margin-top-header-mobile: 130px;
    --mobile-l-container-width: 460px;
    --tablet-container-width: 700px;
    --desktop-container-width: 890px;
    --desktop-l-container-width: 1240px;
    --mobile-s-h1: 35px;
    --color-green: #d1ff00;
    --primary-color-fonce: #162d2e;
    --color-lightgray: rgb(106, 121, 121);
    --color-first-white: #ffffff;
    --fourth-color: #f5f8fc;
    --title-bold: 500;
    --primary-color: #5291c6;
    --secondary-color: #0e346e;
    --third-color: #001235;
    --fourth-color: #f5f8fc;
    --fifth-color: #e63947;
}

body {
    background-color: #f7f8f4;
}

h1 {
    font-family: "Campton";
    font-weight: 400;
    letter-spacing: 0.5px;
}

h2 {
    font-family: "Campton";
    font-weight: 400;
}

h3,
h4,
h5 {
    font-family: "Campton";
    font-weight: 400;
}

h4 {
    font-size: 20px;
}

p,
li {
    font-family: "Montserrat Regular";
    letter-spacing: 0.5px;
    line-height: 1.4;
}

li {
    font-size: 15px;
}

a,
span {
    font-family: "Montserrat Medium";
    text-decoration: none;
}

video {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    object-fit: cover;
    height: 750px;
    position: absolute;
    z-index: -1;
    width: 100%;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: var(--color-first-white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.whatsapp-icon a {
    color: var(--color-first-white);
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.whatsapp-icon:hover {
    background-color: #128c7e;
}

.whatsapp-icon img {
    width: 40px;
}

.emergency-icon {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: var(--fifth-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    height: 40px;
    width: 40px;
}

.landing-video {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 100%;
    background-color: rgba(22, 45, 46, 0.2);
}

.landing-video-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    width: 95%;
    margin: auto;
    height: 750px;
}

.landing-video-content-texts {
    font-size: var(--first-title-size);
    text-align: center;
    margin: 50px 0px 0px;
    height: 532px;
}

.landing-video-content-logos {
    display: flex;
    justify-content: space-around;
    margin: 20px 0px;
    width: 330px;
}

.landing-video-content-logos-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.landing-video-content-logos-detail img {
    height: 45px;
}

.landing-video-content-logos-detail p {
    font-size: 16px;
    margin-top: 20px;
    color: var(--fourth-color);
}

.landing-video-content-second-part a {
    width: 92% !important;
}

.landing-video-content-titles {
    margin: 75px 0px 30px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--fourth-color);
}

.landing-video-content-titles h1 {
    font-weight: var(--title-bold);
}

.landing-video-content-second-part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.landing-video-content-second-part .card-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
}

.landing-video-content-second-part .card-button a {
    color: var(--fourth-color);
    border: none;
    background: var(--secondary-color);
}

.landing-video-content-second-part .card-button .blog-round-button {
    background: var(--primary-color);
}

.landing-video-link {
    height: 50px;
    border-radius: 25px;
    background: lightgrey;
    width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-underline {
    background-color: var(--primary-color);
    /* color: var(--fourth-color); */
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

.text {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 430px;
    line-height: 1.3;
    font-size: 26px;
    width: 320px;
}

.three-blocks {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 320px;
    background: var(--secondary-color);
    border-radius: 35px;
    color: var(--fourth-color);
}

.three-blocks-block {
    padding: 20px;
}

.three-blocks-block h4 {
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: 14px;
    line-height: 1.2;
}

.three-blocks-block p {
    line-height: 1.2;
}

.three-blocks-block-icon img {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
}

.three-blocks-block ul {
    /* padding-left: 20px; */
}

.three-blocks-block li {
    line-height: 1.3;
    margin-bottom: 10px;
    /* list-style-type: disc; */
}

.reviews {
    width: 320px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
}

.reviews-card img {
    width: 150px;
}

.reviews-card {
    background: rgb(255, 255, 255);
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 35px;
}

.reviews-card h4 {
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--secondary-color);
    font-weight: 600;
}

.reviews-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-img-stars img {
    margin-top: 40px !important;
    margin-bottom: 10px;
    width: 160px !important;
}

.reviews-card-img img {
    width: 210px;
    margin-top: 20px;
}

.reviews-card p {
    line-height: 1.3;
    color: var(--third-color);
}

.reviews-card-top {
    background: rgb(255, 255, 255);
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 35px;
    padding: 30px;
}

.reviews-card-top img {
    width: 50px;
    margin-bottom: 20px;
}

.reviews-card-top h4 {
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--secondary-color);
    font-weight: 600;
}

.reviews-card-top p {
    line-height: 1.3;
    color: var(--third-color);
}

.products {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    scroll-margin-top: 80px;
}

.products-product-image-container img {
    height: 100%;
    width: 100%;
    border-radius: 35px;
    object-fit: cover;
}

.products-product-image-container {
    background-color: #e639472b;
    border-radius: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 300px;
}

.products-product {
    background-color: #f7f8f4;
    margin: auto;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    padding: 20px 32px;
}

.products-product-border,
.be-partner-border {
    padding: 7px;
    border: 1.3px solid var(--secondary-color);
    border-radius: 6px;
    width: 210px;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: "Montserrat Regular";
}

.products-text {
    line-height: 1.3;
}

.products-text p {
    color: var(--third-color);
    text-align: justify;
}

.products-text-title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.products-text-title h4 {
    font-size: 33px;
    color: var(--secondary-color);
    font-weight: 600;
}

.products-text-round {
    background-color: var(--primary-color);
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.products-wrapper {
    width: 320px;
    margin: auto;
    margin-bottom: 50px;
}

.products-wrapper:last-child {
    margin-bottom: 0px;
}

.products-text-link {
    margin-top: 25px;
}

.products-text-link button {
    border-radius: 60px;
    border: 1px solid green;
    padding: 10px;
    width: 110%;
    background: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.products-text-link a {
    width: 121% !important;
    color: var(--secondary-color);
}

.products-text-link span {
    background-color: var(--primary-color);
    border: none;
    border-radius: 50%;
}

.products-text-link img {
    width: 20px;
}

.customer-review {
    width: 320px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.customer-review-title {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 300px;
    color: var(--third-color);
}

.customer-review-title .landing-underline {
    background-color: var(--secondary-color);
    color: #fff;
}

.customer-review-title h4 {
    font-size: 40px;
}

.install-complete-france {
    width: 320px;
    margin: auto;
}

.install-complete-france-container {
    display: flex;
    flex-direction: column;
}

.install-complete-france-title {
    background: #fff;
    border-radius: 35px;
    padding: 27px 20px;
    margin-bottom: 20px;
}

.install-complete-france-title h4 {
    line-height: 1.2;
    font-size: 38px;
    color: var(--third-color);
}

.customer-review-image {
    height: 210px;
    border-radius: 35px;
    background-position: center;
    background: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: start;
    margin-bottom: 20px;
}

.customer-review-image span {
    margin: 30px;
    background: #fff;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 35px;
    text-align: center;
    border: 1px solid var(--third-color);
}

.card {
    flex: 0 0 270px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: var(--color-first-white);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.2s;
    max-width: 400px;
}

.card-width {
    width: 320px;
    position: relative;
}

.card:last-child {
    margin-right: 0;
}

.slider {
    display: flex;
    overflow-x: scroll;
    padding-right: 0;
    margin-top: 20px;
    box-sizing: border-box;
}

.slider::after {
    content: "";
    flex: 0 0 40px;
}

.card-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-title {
    font-size: 23px;
    margin: 20px;
    line-height: 1.2;
    color: var(--secondary-color);
}

.card-text {
    margin: 20px;
    line-height: 1.2;
    color: var(--third-color);
}

.card-text p {
    color: var(--third-color);
}

.blog {
    margin: 50px 0px 60px 45px;
}

.blog-sub-title {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 80px;
    border: 1px solid var(--third-color);
    border-radius: 10px;
    padding: 7px;
}

.blog-title {
    font-size: var(--mobile-l-h2);
}

.blog-title h4 {
    font-size: 40px;
    margin-top: 20px;
    color: var(--secondary-color);
    font-weight: 600;
}

.blog-link {
    padding: 12px;
    padding-left: 20px;
    border-radius: 20px;
    border: 1px solid var(--third-color);
    width: 200px;
    margin-top: 30px;
    margin-left: 15px;
}

.blog ul {
    list-style-type: disc;
    padding-left: 20px;
}

.blog-show li {
    margin-top: 5px;
    margin-top: 5px;
    line-height: 1.3;
}

.blog-show ul,
.blog-show ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: disc;
}

.contact-container {
    margin: auto;
    margin-top: 140px;
}

.politique-block {
    margin: auto;
    margin-top: 160px;
    width: 320px;
}

.politique-block h1 {
    font-size: 35px;
    margin-bottom: 30px;
}

.politique-block p {
    line-height: 1.3;
}

.politique-block-articles h2 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.contact {
    width: 320px;
    margin: auto;
    margin-top: 50px;
}

.contact-text {
    background: #fff;
    border-radius: 35px;
    padding: 30px;
    margin-right: 5px;
}

.contact-text-title h2 {
    font-size: var(--mobile-l-h2);
    margin-bottom: 20px;
    width: 80%;
    font-weight: bold;
    color: var(--secondary-color);
}

.contact-text-text {
    line-height: 1.2;
    font-size: 16px;
    color: var(--third-color);
    width: 80%;
}

.contact-text-text p {
    color: #f3f3f3;
}

.contact-text-text li {
    list-style-type: disc;
    margin-top: 10px;
    margin-left: 10px;
}

.contact-form {
    margin-top: 10px;
    background: var(--secondary-color);
    border-radius: 35px;
    padding: 30px;
    padding-left: 40px;
    padding-right: 40px;
    color: var(--color-first-white);
    margin-left: 5px;
}

.contact-form-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-form-title h5 {
    font-weight: bold;
}

.contact-form-form input {
    height: 35px;
    border-radius: 32px;
    border: none;
    width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--fourth-color);
    font-family: "Montserrat Regular";
}

.contact-form-form select {
    margin-top: 10px;
    padding-left: 15px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
    color: var(--fourth-color);
    height: 38px;
    border-radius: 32px;
    border: none;
    width: 100%;
    font-family: "Montserrat Regular";
}

.contact-form-form button {
    margin-top: 20px;
    color: var(--secondary-color);
    border: none;
    border-radius: 32px;
    padding: 5px;
    background: var(--fourth-color);
}

.contact-form-form-button {
    margin-right: 20px !important;
    width: 95% !important;
    margin-top: 20px !important;
    margin-left: 0px !important;
    color: none;
    margin-bottom: 20px !important;
}

.contact-form-form-button button {
    display: flex !important;
    width: 90% !important;
    justify-content: space-between !important;
    font-family: "Montserrat Medium" !important;
    font-size: 16px;
}

.contact-form-form-button .blog-round-button {
    background: var(--secondary-color);
}

.sub-footer {
    width: 320px;
    margin: auto;
    margin-top: 40px;
}

.sub-footers-networks {
    background: var(--secondary-color);
    padding: 24px;
    border-radius: 32px;
    color: var(--fourth-color);
}

.sub-footers-networks-icons {
    width: 57%;
    display: flex;
    justify-content: space-between;
}

.sub-footers-networks-icons img {
    width: 40px;
}

.sub-footers-networks-sub-title {
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: var(--title-bold);
    display: flex;
    width: 247px;
    margin-bottom: 30px;
}

.sub-footers-networks-sub-title h4 {
    padding-top: 5px;
    font-family: "Montserrat Regular";
}

.sub-footers-networks-title {
    font-size: var(--mobile-l-h2);
    margin-top: 10px;
    margin-bottom: 30px;
}

.blog-container {
    margin: auto;
    width: 320px;
    margin-top: 40px !important;
}

.blog-container-all {
    margin: auto;
    width: 320px;
    margin-top: 150px;
}

.blog-container-title h4 {
    font-size: 33px;
    margin-bottom: 50px;
}

.blog-show {
    width: 320px;
    margin: auto;
    margin-top: 150px;
}

.blog-show h1 {
    font-size: 42px;
    line-height: 1.2;
    margin: 20px 0px;
    font-weight: var(--title-bold);
    color: var(--secondary-color);
}

.blog-show h2 {
    font-size: 35px;
    line-height: 1.2;
    margin: 20px 0px;
}

.blog-show h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 20px 0px;
}

.blog-show p {
    line-height: 1.3;
}

.blog-show img {
    width: 300px;
    margin: 20px 0px;
}

.blog-round-button {
    background-color: var(--secondary-color);
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
}

.card-button {
    margin-left: 20px;
    margin-right: 20px;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.card-width .card-button {
    width: 80%;
    color: var(--secondary-color);
}

.card-width .card-button a {
    color: var(--secondary-color);
}

.card-button a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1.5px solid var(--secondary-color);
    border-radius: 32px;
    padding-left: 20px;
    height: 50px;
    width: 75%;
    text-decoration: none;
    color: var(--secondary-color);
}

.card-button button {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid var(--third-color);
    border-radius: 32px;
    padding-left: 20px;
    height: 45px;
    width: 75%;
    text-decoration: none;
    color: none;
}

.card-button img {
    width: 13px;
}

.card-text-blur-linear {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #fff);
    height: 13%;
    position: absolute;
    top: 66%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.customer-review-image-desktop {
    display: none;
}

.customer-review-image-desktop-large {
    display: none;
}

.customer-review-text {
    line-height: 1.3;
    text-align: justify;
}

.products-text-link .card-button {
    margin-bottom: 10px;
    margin-left: 0px !important;
}

.products-text-link .card-button a {
    padding-right: 8px;
    justify-content: space-between;
}

.product-show-blocks {
    margin-left: 10px;
    margin-right: 10px;
}

.product-show {
    margin-top: 140px;
    background: #f7f8f4;
    position: relative;
}

.product-show-title {
    width: 320px;
    max-width: 320px;
    margin: auto;
    margin-bottom: 30px;
}

.product-show-title h1 {
    font-size: var(--mobile-s-h1);
    font-weight: var(--title-bold);
}

.product-show-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-show-img img {
    height: 100%;
    width: 400px;
    border-radius: 35px;
}

.blog .product-show-button a {
    color: var(--secondary-color);
}

.product-show-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    flex-direction: column;
}

.product-show-button a {
    display: flex;
    justify-content: space-between;
    padding-left: 6px;
    padding-right: 6px;
    align-items: center;
    background: var(--secondary-color);
    border-radius: 32px;
    height: 42px;
    width: 60%;
    text-decoration: none;
    color: var(--fourth-color);
    font-style: bold;
    margin-bottom: 20px;
}

.product-show-button img {
    width: 25px;
}

.product-show-button .card-button {
    padding: 13px;
}

.product-show-contact {
    width: 100%;
    text-align: center;
    color: var(--fourth-color);
}

.product-show-button .blog-round-button {
    padding: 13px;
    background: var(--primary-color);
}

.product-show-button .blog-round-button img {
    width: 13px;
}

.blog-product-show-button {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 40px;
}

.blog-product-show-button a {
    width: 250px;
    height: 50px;
}

.contact-form-form-button button {
    border: none;
}

.product-show-blocks-block {
    padding: 14px 16px;
    background: var(--color-first-white);
    border-radius: 35px;
    margin-bottom: 10px;
}

.product-show-blocks-block:first-child {
    margin-top: 20px;
}

.product-show-container {
    background-image: linear-gradient(
        0deg,
        var(--primary-color) 9%,
        rgba(211, 245, 85, 0) 35%,
        rgba(255, 255, 255, 0)
    );
    padding-bottom: 27px;
    border-radius: 0 0 20px 20px;
}

.product-show-blocks-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-show-blocks-title h3 {
    text-transform: uppercase;
}

.product-show-blocks-title-h3 {
}

.product-show-blocks-text-small {
    margin: 13px 0px 27px 0px !important;
    line-height: 1.3;
}

.product-show-blocks-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    flex-direction: column;
    margin: 20px 0px 10px 0px;
}

.product-show-blocks-text p {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.3;
    color: var(--third-color);
}

.product-show-blocks-text p strong {
    padding-left: 0px !important;
}

.product-show-blocks-text small {
    font-size: 16px;
    color: var(--color-lightgray);
    font-family: "Campton";
    font-weight: 300;
}

.product-show-blocks-text .landing-underline {
    color: var(--first-color);
    background-color: #5291c678;
}

.product-show-absolute {
    display: none;
}

.landing-video-desktop-texte {
    display: none;
}

.landing-video-desktop-texte p {
    line-height: 1.3;
}

.text .landing-underline {
    /* color: var(--secondary-color); */
    background-color: #5291c678;
}

.text p {
    font-weight: 500;
    color: var(--third-color);
    /* font-family: "Montserrat Medium"; */
}

.customer-review-google {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: var(--color-first-white);
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 250px;
    padding: 19px;
    text-transform: uppercase;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.customer-review-google-review p {
    font-weight: bold;
}

.customer-review-google-img-stars img {
    width: 70px;
}

.customer-review-google-logo img {
    width: 40px;
}

.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
}

.wrapper i {
    height: 40px;
    width: 40px;
    background: var(--primary-color);
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25 rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    line-height: 41px;
}

.wrapper i:first-child {
    left: -22px;
}

.wrapper i:last-child {
    right: -22px;
}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
    grid-auto-columns: 100%;
    height: 100%;
}

.wrapper .carousel .img {
    width: 70px;
    height: 70px;
    background-color: #3498db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    color: white;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel :where(.card, .img) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel .card {
    height: 400px;
    background: #fff;
    border-radius: 24px;
    cursor: pointer;
    width: 100%;
    max-width: unset;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    font-size: 13px;
}

.carousel .card p {
    padding-left: 30px;
    padding-right: 30px;
}

.card .img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
}

.card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
}

.card span {
    color: #6a6d78;
    font-size: 1.31rem;
}

.blog-slider-wrapper {
    overflow: hidden;
}

.blog-slider {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding-bottom: 10px;
    margin-left: -10px; /* To partially show the next card */
    padding-left: 10px; /* To adjust the left padding */
}

.blog-slide {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 320px;
    margin-right: 10px; /* To add space for partial card visibility */
}

.blog-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.blog-card img {
    width: 100%;
    display: block;
}

.blog-card p {
    padding: 15px;
}

@media (max-width: 768px) {
    .blog-slider {
        gap: 5px;
    }
    .blog-slide {
        width: 240px; /* Adjust width for smaller screens */
    }
}

@media (max-width: 480px) {
    .blog-slider {
        gap: 5px;
    }
    .blog-slide {
        width: 200px; /* Adjust width for smaller screens */
    }
}

.articles-section {
    margin-left: 20px; /* Marge constante Ã&nbsp; gauche */
    padding: 20px;
    padding-right: 0px !important;
}

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

.slider-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.article-card {
    max-width: 300px;
    margin: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex: 0 0 auto; /* Assure que les cartes ne se rÃ©duisent pas */
}

.article-card img {
    width: 100%;
    height: auto;
}

.article-card h3 {
    padding: 10px;
    font-size: 16px;
}

.container {
    margin: 0 auto;
    max-width: var(--desktop-l-container-width);
}

.articles-section {
    padding: 20px;
}

.slider {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    -webkit-overflow-scrolling: touch;
}

.slider-track {
    display: flex;
}

.article-card {
    flex: 0 0 auto;
    margin: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: calc(100% - 20px); /* Ajuste la largeur pour inclure la marge */
}

.article-card img {
    width: 100%;
    height: auto;
}

.article-card h3 {
    padding: 10px;
    font-size: 16px;
}

.slider-wrapper {
    position: relative;
}

.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.slider-button.prev {
    left: 0;
}

.slider-button.next {
    right: 0;
}

.contact-block {
    background: var(--secondary-color);
    border-radius: 35px;
    color: var(--color-first-white);
    padding: 30px;
    margin-top: 40px;
}

.contact-block-title h3 {
    font-size: 33px;
}

.contact-block-detail {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 30px;
}

.contact-block-detail-img {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    padding: 5px;
    margin-right: 25px;
    height: 40px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-block-detail-img img {
    width: 40px;
}

.contact-block .card-button {
    margin-left: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
    width: 80%;
}

.contact-block .card-button a {
    background: var(--fourth-color);
}

.contact-block .card-button button {
    font-family: "Montserrat Medium";
}

.contact-block .card-button button {
    width: 100%;
    justify-content: space-between;
    background: var(--fourth-color);
}

.contact-block .card-button .blog-round-button {
    background: var(--secondary-color);
}

#article {
    width: 90%;
    padding-right: 35px;
}

#wrapper-modal {
    z-index: 10000;
    width: 100vw;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    display: none;
}

.img img {
    width: 30px;
}

.new-articles {
    overflow: hidden;
}

.new-articles-block {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
    overflow: visible;
}

.new-articles-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1086px;
    display: grid;
    overflow: scroll;
}

.new-articles-item {
    grid-column-gap: var(--1-4-hug);
    grid-row-gap: var(--1-4-hug);
    flex-flow: column;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: hidden;
}

.new-articles-image {
    border-radius: var(--1-4-hug);
    object-fit: cover;
    width: 100%;
    height: 200px;
    overflow: visible;
}

.collection-item-4 {
    border-radius: 32px;
    /* background-color: var(--fourth-color); */
    background-color: white;
    width: 300px;
}

.new-articles-item-title {
    margin: 8px 24px 24px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--third-color);
    font-size: 20px;
}

.new-articles-title-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.container {
    max-width: 320px;
}

.product-show-container .product-show-button a {
    width: 270px;
}

.contact-block .card-button a {
    background: var(--fourth-color);
    width: 200px;
}

.slider {
    width: 80%;
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    width: calc(
        200% + 20px
    ); /* Adjust the width to be twice the size of the slider */
    animation: scroll 7s linear infinite;
}

.slide {
    flex: 0 0 20%; /* Set the width of each slide */
    box-sizing: border-box;
    padding: 0 10px; /* Add padding to space the images */
}

.slide img {
    width: 100%;
    display: block;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.brands {
    overflow: hidden;
    padding: 20px 0;
}

.brands-block {
    display: flex;
    gap: 20px;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out;
}

.brand {
    width: 100px;
    height: auto;
}

.brands-block:hover {
    transform: translate3d(
        -50px,
        0,
        0
    ); /* Ajustez la valeur selon l'effet souhaitÃ© */
}

.underline {
    background-color: var(--fifth-color);
    padding: 2px 4px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}

.container-header-menu ul li {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    align-items: start;
    text-align: left;
}

.border-link {
    width: 20%;
    background: var(--fifth-color);
    height: 2px;
    margin-top: 5px;
}

@keyframes clignoter {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.clignotant {
    animation: clignoter 2s infinite;
}

#subservices {
    padding-left: 20px;
}
</pre></body></html>