@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css'); 

:root {
    --title-font: "Jost", 'Calibri', 'Trebuchet MS', sans-serif;
    --main-font: "Jost", sans-serif;
    --container-size: 1200px;
    --white: #ffffff;
    --dark: #011d49;
    --black: #141212;
    --main-color: #2f5898;
    --light: #007aff;
    --body-size: .9vw;
    --title-size: 50px;
    --radius: 100px;
    --border-radius: 4px;
    --transparent: aliceblue;
}

* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

section#testimony .testimony-card span {
    font-size: 16px;
    padding: 5px 0;
}

.btn-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 1vw;
}

.testimony-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #d5e9ff;
    padding: 2vw;
    min-height: 30vh;
}
.testimony-card h3 {
    color: var(--black);
    font-weight: 400;
    font-size: 25px;
}

.tels {
    display: flex;
    flex-direction: column;
    padding: 2vh 2vw;
    gap: 1vh;
}

.product-details .contact {
    padding: 1.5vw 0;
    border-top: 1px solid #0000000f;
    border-bottom: 1px solid #0000000f;
    margin: 2vh 0;
}

.contact .tels span {
    color: var(--main-color);
    position: relative;
    display: flex;
    gap: 45px;
    flex-wrap: wrap;
}

.contact .tels span a {
    color: var(--black);
    font-size: 1vw;
}

.contact .tels span a i {
    color: #00b117;
    font-size: 20px;
    margin: 0 4px;
}

.product-details h3 {
    color: var(--black);
    text-align: left;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 24px;
    /* border-bottom: 1px solid #0000001c; */
}

div#orders_wrapper tr:nth-child(even) {
    background: var(--transparent);
}

div#orders_wrapper {
    box-shadow: 1px 1px 100px #00000017;
    padding: 3vh 3vw;
}

.profile-info {
    box-shadow: 1px 1px 100px #00000017;
    border-radius: var(--border-radius);
    padding: 3vh 3vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    word-spacing: .1vw;
}

.profile-info h3 {
    color: var(--dark);
    border-bottom: 1px solid #0000002b;
    padding-bottom: 10px;
}

span.qte {
    background: var(--black);
    color: var(--white);
    width: 55px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

form .quantite {
    display: flex;
    gap: 0px;
    align-items: center;
}

body.body-index .banner .slogan {
    top: 10vh;
}

.panier {
    display: flex;
    align-items: center;
    color: var(--main-color);
}

.panier sup {
    background: var(--light);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    position: relative;
    top: -5px;
    padding: 0px 1px 0 0;
}
body.user-form {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    color: #333;
    background: linear-gradient(135deg, #007bff, #00bcd4);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-form .container {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 500px;
    text-align: center;
}

.user-form h2 {
    margin-bottom: 25px;
    color: #333;
}

.user-form form {
    display: flex;
    flex-direction: column;
}

.user-form label {
    text-align: left;
    margin: 10px 0 5px;
    font-weight: 600;
}

.user-form input[type="text"],
.user-form input[type="password"] {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 14px;
}

.user-form input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.user-form input[type="submit"]:hover {
    background-color: #0056b3;
}

.error {
    background: #f8d7da;
    color: #842029;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.user-form .fas.fa-user {
    font-size: 48px;
    color: #007bff;
    margin-bottom: 15px;
}
.list-produits .result {
    background: #e7ffea;
    padding: 20px;
    margin-bottom: 2%;
    display: flex;
    justify-content: space-between;
}

.list-produits .result a.close {
    font-size: 20px;
    color: var(--black);
}

.filter-column {
    position: relative;
}

.filter-column form {
    position: sticky;
    top: 7em;
    padding: 40px 30px 50px;
    border-radius: var(--border-radius);
    background: var(--transparent);
    border: 1px solid #d5e9ff;
}

.filter-column form hr {
    border: 0;
    border-top: .1px solid #0404043d;
    background: transparent;
    margin: 12px 0;
}

.filter-column form .btn {
    width: 100%;
    margin-top: 2em;
}

.filter-column form .input-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 12px;
    padding: 5px;
    font-size: var(--body-size);
}

.filter-column h2 {
    border-bottom: 1px solid #0000003b;
    margin-bottom: 10px;
    color: var(--black);
}

.list-produits .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

/* form.searchform input[type="submit"] {
    padding: 10px 20px;
    letter-spacing: 1px;
    background: var(--main-color);
    border: 0;
    transition: all .3s linear;
    color: var(--white);
    border-radius: var(--radius);
    font-family: var(--title-font);
}

form.searchform input#search {
    padding: 10px 20px;
    letter-spacing: 1px;
    border: 1px solid #ffffff47;
    border-radius: var(--radius);
    background: var(--transparent);
}

form.searchform {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-family: var(--title-font);
} */
 .searchform {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    gap: 5px;
}

.searchform input[type="text"] {
    padding: 8px 15px;
    border: 1px solid #d5e9ff;
    outline: none;
    width: 250px;
    border-radius: var(--radius);
    font-family: var(--main-font);
    font-size: var(--body-size);
}

.searchform button {
    padding: 8px 18px;
}

.searchform button:hover {
    background: #0056b3;
}

.sr-only {
    position: absolute;
    left: -9999px;
}

.hidden,.hide{
    display: none !important;
}
.jumbotron {
    padding: 0px 0px;
}
.category-description {
    background: aliceblue;
    padding: 30px;
    border-radius: var(--border-radius);
    font-size: calc(var(--body-size)*1.2);
    line-height: 1.7;
}

.fil-arianne {
    position: relative;
    border-bottom: 1px solid #d5e9ffbf;
    padding: 2em 10% 2vh;
    font-size: calc(var(--body-size)*1.4);
    font-weight: 500;
    background: var(--white);
}

span.num {
    display: none;
}

.alerte {
    position: relative;
    z-index: 999;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    gap: 10px;
    padding: 2% 0%;
    font-size: 16px;
    gap: 10px;
    width: 100%;
    background: #d3ffe1;
    line-height: 1.7;
}

.alerte:after {
    content: "";
}

.alerte:before {
    content: "";
}
ul {
    padding-left: 30px;
}

/* preloader */
.preloader {
    position: fixed;
    z-index: 99999999;
    height: 100vh;
    width: 100%;
    background: #fffffffa;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    transition: all .3s linear;
    bottom: 0;
    top: 0;
    backdrop-filter: blur(20px);
}

.preloader img {
    width: 300px;
}

.txt-loading {
    font-size: 5em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-spacing: 10px;
}

.txt-loading .letters-loading {
    position: relative;
}

.txt-loading .letters-loading:before {
    -webkit-animation: 4s infinite letters-loading;
    animation: 4s infinite letters-loading;
    color: #312f2f29;
    content: attr(data-text-preloader);
    left: 0px;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotateY(-90deg);
    top: -22px;
    transform: rotateY(-90deg)
}

.txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.txt-loading .letters-loading:nth-child(9):before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}
.txt-loading .letters-loading:nth-child(10):before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.txt-loading .letters-loading {
    color: #f1ecec;
    font-family: var(--title-font);
    font-weight: 600;
}

.txt-loading .letters-loading:before {
    color: #020202f0;
    /* -webkit-text-fill-color: #393838; */
}

@-webkit-keyframes letters-loading {
    0%,100%,75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@keyframes letters-loading {
    0%,100%,75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

/* preloader */
.text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 4vh;
}

body {
    color: var(--black);
    font-family: var(--title-font);
    background: var(--white);
    background-size: 100%;
    position: relative;
    min-height: 100vh;
    min-width: 100%;
    width: 100%;
    letter-spacing: .5px;
    line-height: 2;
    font-weight: 400;
    font-size: var(--body-size);
    overflow-x: clip;
}

body.body-index .banner .slogan h1 {
    font-size: 4.5vw;
    line-height: 1.2;
}

header {
    position: relative;
    z-index: 9999;
    overflow: hidden;
}
body.body-index header{height: 100vh;}
body::before {
    content: "";
    /* position: absolute; */
    /* inset: 0; */
    /* z-index: -1; */
    /* backdrop-filter: blur(100px); */
    /* background: #000000bd; */
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--title-font);
    font-size: 22px;
    color: var(--light);
}

a {
    text-decoration: none;
    color: var(--light);
    transition: all .3s linear;
}

.fil-arianne a {
    color: var(--black);
}
a.lightbox {
    transition: all .3s linear;
}

a.img-service.lightbox {
    width: 100%;
    position: relative;
    transition: all .1s linear;
    padding: 1vh 0 1vh;
    z-index: 1;
}

a.img-service.lightbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0px;
}
.btn {
    border: 0;
    padding: 10px 30px 10px;
    border-radius: var(--radius);
    font-size: var(--body-size);
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    background: var(--main-color);
    color: var(--white);
    transition: all .3s linear;
    font-family: var(--main-font);
    cursor: pointer;
}

button.btn.addPanier {
    height: 100%;
    padding: 10px 20px;
}

.alerte a.btn.close {
    padding: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alerte a.btn.close i {
    font-size: 16px;
}

a.btn.btn-whatsapp i {
    font-size: 20px;
}

.btn i {
    font-size: 20px;
}

a.btn.btn-whatsapp {
    background: #159914;
}

a.btn.btn-whatsapp:hover {
    background: #0ec96c;
}
.btn-default{
    background: transparent;
    color: var(--black);
    border: 1px solid #0000002e;
    backdrop-filter: none;
}
.newslist {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 6em 10% 5em;
    grid-gap: 2vw;
    background: var(--white);
}

.newslist aside {
    position: sticky;
    display: flex;
    padding: 2em 2em;
    background: var(--white);
    box-shadow: 10px 10px 100px #0000000f;
}

.sticky {
    position: sticky;
    display: flex;
    flex-direction: column;
    gap: 40px;
    top: 0em;
}

.sticky {
    position: sticky;
    top: 7em;
}

.newslist aside .container .sticky h2 {
    border-bottom: 1px solid #0000001c;
    padding-bottom: 5px;
    font-size: var(--body-size);
    color: var(--black);
    opacity: 1;
    letter-spacing: 1px;
    text-align: left;
}

.newslist aside .container .recent-posts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.newslist aside .container .recent-posts .item .img {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.newslist aside .container .recent-posts .item .date {
    font-size: 12px;
    opacity: 1;
}

.newslist aside .container .recent-posts .item {
    border-radius: var(--border-radius);
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 100px;
    grid-gap: 15px;
    margin-bottom: 0px;
}

.newslist aside .container .recent-posts .item h3 {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    text-wrap: balance;
    color: var(--black);
    line-height: 1.3;
}

.newslist aside .container .recent-posts .item .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .3s linear;
}

.newslist aside .container .recent-posts .item:hover img {
    transform: scale(1.5);
}

.newslist aside .container .sujets {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.newslist aside .container .sujets ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 2.3;
    padding: 0;
}

.newslist aside .container .sujets ul li a {
    color: var(--black);
    transition: all .3s linear;
    font-weight: 400;
    padding: 8px 10px;
    font-size: 14px;
    transition: all .3s linear;
    background: transparent;
    text-transform: capitalize;
    letter-spacing: 2px;
    border: 1px solid #00000024;
    border-radius: var(--border-radius);
}

.newslist aside .container .sujets ul li a:hover {
    color: var(--white);
    background: var(--light);
}

.newslist section.news {
    padding: 0;
    gap: 20px;
    position: relative;
}

.newslist section.news .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1vw;
    width: 100%;
}
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 20px 0;
}
.pagination ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 8px;
    font-size: 25px;
}

.pagination li a,
.pagination li span {
    padding: 6px 15px;
    border: 1px solid #cde5ff;
    border-radius: var(--border-radius);
    text-decoration: none;
    color: #333;
    font-size: var(--body-size);
    background: var(--transparent);
}

.pagination li a.active {
    background-color: var(--main-color);
    color: white;
    pointer-events: none;
}
.pagination li a:hover {
    background-color: var(--light);
    color: var(--white);
    border-color: transparent;
}
/* .pagination {
    display: flex;
    list-style: none;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
}

.pagination li a {
    transition: all .3s linear;
    width: 50px;
    height: 50px;
    border: 1px solid #00000042;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 700;
    color: var(--black);
}

.pagination li a.active,.pagination li a:hover {
    background: var(--light);
    color: var(--white);
    border-color: var(--light);
} */

.newslist .item-new {
    width: 100%;
}

section.contact .container form button.btn {
    background: var(--main-color);
    padding: 15px 25px;
    border: none;
    font-weight: 600;
    margin-top: 15px;
}

section.contact .container form button.btn:hover {
    background: var(--light);
    color: var(--white);
}

.btn-group {
    display: flex;
    gap: 12px;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}

header .btn-group {
    margin: 1em 0;
    justify-content: center;
}

.btn-group span {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    letter-spacing: 2px;
}

.btn-group + span strong {
    font-size: 24px;
    white-space: nowrap;
}

.btn-group + span {
    font-size: var(--body-size);
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-top: 0em;
    color: var(--white);
}

.btn:hover {
    background: var(--light);
    color: var(--white);
    border-color: var(--light);
}

.seemore {
    color: var(--black);
    display: flex;
    font-size: calc(var(--body-size) * 1.1);
    letter-spacing: 1px;
    opacity: 1;
    font-weight: 400;
    border-radius: var(--radius);
}

.default-card a.seemore, main section.services .service-card a.seemore {
    padding: 8px 22px;
    border: 1px solid #d5e9ff;
}

.default-card a.seemore:hover, main section.services .service-card a.seemore:hover {
    background: var(--light);
    color: var(--white);
    border-color: var(--light);
}

.seemore:hover {
    color: var(--light);
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.profil-container.grid {
    grid-template-columns: 2fr 4fr;
    padding: 5% 10%;
    grid-gap: 1vw;
}

.navbar {
    justify-content: space-between;
    padding: 4px 5%;
    position: fixed;
    width: 100%;
    transition: all .3s linear;
    z-index: 1;
    background: var(--white);
    z-index: 9;
    top: 5vh;
}

.navbar.fixed {
    width: 100%;
    box-shadow: 2px 2px 10px #00000014;
    padding: 5px 10%;
}

a.logo {
    font-size: 2em;
    font-weight: 900;
    color: var(--white);
    font-family: var(--title-font);
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.logo img {
    width: auto;
    transition: all .3s linear;
    mix-blend-mode: darken;
    height: 65px;
}

.navbar.fixed a.logo img {
    height: 50px;
}

header .burger,.closeBtn {
    display: none;
}

a.logo b {
    color: var(--light);
    font-weight: 900;
}

nav ul {
    align-items: center;
    list-style: none;
    gap: 32px;
    padding: 0;
}

header nav {
    display: flex;
    gap: 4vw;
}

header ul li a {
    color: var(--black);
    font-family: var(--title-font);
    letter-spacing: 1px;
    font-size: var(--body-size);
    font-weight: 400;
}

header ul li a:hover,header ul li a.active {
    color: var(--light);
}

header div.infos {
    display: flex;
    justify-content: space-between;
    padding: 10px 5%;
    gap: 10px;
    margin: 0 0% !important;
    background: var(--dark);
    width: 100%;
    left: 0;
    font-weight: 500;
    position: fixed;
    height: 5vh;
    align-items: center;
    z-index: 9;
}

.fiche-produit .infos hr {
    background: transparent;
    border-color: #00000012;
    margin: 2vh 0 3vh;
}
.table-tech-vertical {
    width: 100%;
    border-radius: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0vw;
    background: var(--white);
    padding: 1vw;
}

.table-tech-vertical .row {
    display: flex;
    flex-direction: column;
    padding: 0 0 1vw 0;
    gap: 2vh;
    border: 1px solid #0c0c0c0a;
    text-align: center;
}

.table-tech-vertical .row:last-child {
    border-bottom: none;
}

.table-tech-vertical strong {
    font-weight: 600;
    color: var(--black);
    border-bottom: 1px solid #00000017;
    text-align: center;
    padding: 2px;
}

.table-tech-vertical .values {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2px;
    flex-direction: column;
}

.table-tech-vertical .values .badge {
    position: relative;
    display: block;
    background: transparent;
    color: var(--black);
    padding: 2px 10px;
    margin: 0px;
    border-radius: 0;
    font-size: 1vw;
    font-weight: 300;
    /* border-bottom: 1px solid #0000001f; */
    top: 0;
    left: 0;
    width: 100%;
}

div.infos .item {
    flex-direction: row;
    gap: 8px;
    border-radius: var(--border-radius);
    padding: 5px;
    justify-content: center;
    font-size: 14px;
    display: flex;
}

header div.infos .item {
    color: var(--white);
}

header div.infos .item:last-child a.active span {
    display: block;
    font-size: 10px;
    position: absolute;
    bottom: -5px;
    opacity: 1;
    letter-spacing: 1px;
    color: #02ff05;
}

div.infos .item span.ico {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--white);
    position: relative;
}

section.map .container div.infos .item span.ico {
    width: auto;
    height: auto;
    background: transparent;
    color: var(--white);
    font-size: 16px;
    display: none;
}

section.contact .container div.infos .item span.ico:before {
    background: transparent;
}

div.infos .item span.ico:before {
    content: "";
}

div.infos .item a {
    color: var(--black);
}

header div.infos .item a {
    color: var(--white);
}

header div.infos .item a.active {
    font-size: 11px;
    position: relative;
    top: -3px;
}

/*header div.infos .item:last-child span.ico:before {position: absolute;width: 10px;height: 10px;background: #3fb903;top: 0;right: 0;border-radius: 50%;}*/

header div.infos .item a.panier {
    margin: 0 15px;
}

header div.infos .item a.deco {
    border: 1px solid #ffffff2b;
    padding: 0px 10px;
    border-radius: var(--radius);
}

header div.infos .item a.deco:hover {
    background: var(--light);
    border-color: transparent;
}

.banner {
    grid-template-columns: 1fr;
    grid-gap: 4%;
    padding: 5% 10% 5%;
    background: var(--white);
    height: 100vh;
    position: relative;
}

.banner .slogan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
    z-index: 1;
}

.banner .slogan h1 {
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: 900;
    color: var(--white);
    text-align: center;
}

.banner.interne .slogan h1 {
    font-size: 4em;
    color: var(--white);
    line-height: 1.1;
}

.banner.interne p {
    color: var(--white);
    padding-bottom: 0vh;
}

.banner .slogan h1 strong {
    font-weight: 900;
}

.banner .slogan p {
    font-size: var(--body-size);
    font-weight: 500;
    margin-bottom: 0em;
    letter-spacing: 1.5px;
    line-height: 2;
    color: var(--white);
    text-align: center;
}

.banner .img-banner {
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
}

.banner .img-banner:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000bd;
    z-index: 1;
    display: block;
}

body.body-index .banner .img-banner:before {
    background: #02020278;
}

.banner .img-banner span {display: none;}

.banner.interne {
    background-image: url(../images/bg-3.jpg);
    background-size: cover;
    position: relative;
    padding: 12% 10% 4%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr;
}
.body-service .banner.interne {
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-position: right;
    /* background-attachment: fixed; */
    position: relative;
}
.body-produits .banner.interne {
    background-image: url(../images/bg-3.jpg);
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
}

.body-contact .banner.interne {
    background-image: url(../images/bg-1.jpg);
    background-size: cover;
    background-position: 100% 10%;
    /* background-attachment: fixed; */
    position: relative;
}

.banner.interne:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000a1;
}

@keyframes bounce {
    from {
        transform: translateY(-10px);
    }

    to {
        transform: translateY(10px);
    }
}

.banner .img-banner span strong {
    font-size: 3em;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%);
}

.banner .img-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

main section {
    position: relative;
    padding: 5% 10%;
    z-index: 1;
}

section.filter {
    display: grid;
    grid-template-columns: 1fr 4fr;
    padding: 4% 10%;
    grid-gap: 3vw;
}

section.map {
    padding: 0 0 0%;
}

section.produits {
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 4em;
}
section.accordion {
    background: var(--white);
    padding: 5% 10%;
}

section.displayService {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 50px;
}

section.displayService .description > h2 {
    background: #febc0012;
    padding: 10px 20px 20px;
    font-size: 40px;
    line-height: 1.5;
}

section.displayService .description > h2 span {
    display: block;
    font-size: 16px;
    color: var(--white);
    font-family: var(--main-font);
    font-weight: 100;
    opacity: .5;
    letter-spacing: 2px;
}

section#galery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding: 6% 10% 2%;
}

section#galery .item-photo {
    width: 100%;
    position: relative;
    height: 30vh;
    overflow: hidden;
    border-radius: var(--border-radius);
}

section#galery .item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s linear;
}

section#galery .item-photo:hover img {
    transform: scale(1.5) rotate(5deg);
    filter: brightness(0.5);
}

section.contact {
    padding-top: 4%;
}

section.contact.formulaire .container {
    grid-template-columns: 1fr;
}

.body-service section.contact.formulaire .container .form {
    padding: 5% 15%;
    border: 1px solid #d5e9ff;
}

section.contact .subtitle {
    font-size: calc(var(--title-size) * 1);
    text-align: left;
}

section.contact .title {
    text-align: left;
    font-size: calc(var(--body-size) * 1);
    color: var(--black);
}

section.contact .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4em;
}

section.contact .container .img-bloc {
    width: 100%;
    border-radius: var(--border-radius);
    height: 81vh;
}

section.contact .container .img-bloc:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 110%;
    top: -5%;
    right: -5%;
    background: var(--transparent);
    z-index: -1;
    border-radius: var(--border-radius);
}

section.newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0;
    width: 100%;
    box-shadow: none;
    background: no-repeat;
    padding: 5em 10% 0;
    bottom: -75px;
}

section.newsletter .newsletter {
    width: 90%;
    margin: 0;
}

section.map .container div.infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    border: 0;
    justify-content: center;
    padding: 2% 4% 2%;
    backdrop-filter: blur(10px);
    width: 50%;
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--transparent);
    backdrop-filter: blur(10px);
}

section.map .container div.infos .item {
    background: #f0f8ff00;
    backdrop-filter: none;
    flex-direction: column;
}

section.contact .container div.infos .item table {
    text-align: left;
    /* padding-left: 48px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.contact .container div.infos .item table td {
    font-size: 16px;
    opacity: 1;
}

section.map .container div.infos .item h3 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--main-color);
}

section.map .container div.infos .item .group {
    display: flex;
    gap: 12px;
    font-size: 16px;
    align-items: center;
    opacity: 1;
    justify-content: center;
    text-align: center;
}

section.contact .container form input,section.contact .container form textarea {
    width: 100%;
    padding: 16px 20px;
    border: 0;
    font-size: var(--body-size);
    letter-spacing: 1px;
    font-family: var(--main-font);
    /* box-shadow: 10px 10px 40px #efefef; */
    text-align: left;
    background: var(--transparent);
}

textarea::placeholder {
    color: var(--black);
}

section.contact .container form textarea {
    min-height: 160px;
    line-height: 1.7;
}

section.contact.formulaire .container textarea#msg {
    width: 100% !important;
}
section.contact .container form input:focus, section.contact .container form textarea:focus {
    outline: none;
    background: #e9e9e9;
    box-shadow: 10px 10px 40px #efefef;
}
textarea#message {
    min-height: 150px;
}
section.contact .container form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
section.contact .container form button {
    transition: all .3s linear;
}
.body-service section.contact .container .form {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 4em;
    background: var(--white);
    border: 1px solid #d1eaff;
}
section.contact .container .form {
    position: relative;
    padding: 5% 10%;
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1;
    border: 1px solid #d1eaff;
    border-radius: var(--border-radius);
}
section.services {
    display: flex;
    flex-direction: column;
    gap: 50px;
    background: var(--white);
    padding: 2% 10%;
}
section.servicelist {
    grid-gap: 4%;
    padding: 2em 10% 2%;
    background: var(--white);
}
section.servicelist .service-item {
    display: flex;
    backdrop-filter: blur(10px);
    grid-gap: 20px;
    align-items: stretch;
    justify-content: stretch;
    margin: 4em 0;
    border-bottom: 1px solid #d5e9ffbf;
}
section.servicelist .service-item:nth-child(even) {display: flex;flex-direction: row-reverse;}
section.servicelist .service-item .description {
    /* background: var(--transparent); */
    backdrop-filter: none;
}

section.servicelist .img-service {
    height: 50vh;
    transition: all .3s linear;
    overflow: hidden;
    width: 50%;
}

section.servicelist .service-item .description {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55vh;
    flex-direction: column;
    padding: 20px 30px;
    text-align: center;
    gap: 15px;
    font-size: calc(var(--body-size));
    line-height: 1.7;
    width: 50%;
}

section.servicelist .img-service img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s linear;
    background: #ffffff12;
}

section.servicelist .img-service:hover img {transform: scale(1.2) rotate(10deg);}

section.servicelist .service-item .description h2 {
    font-size: 3.5vw;
    color: var(--black);
    line-height: 1.2;
}

main section.about {
    padding: 5% 10%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4vw;
    align-items: stretch;
}

section.accordion .container {
    grid-gap: 4vw;
    padding: 0%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3vw;
}
main section .title {
    font-size: calc(var(--body-size) * 1.1);
    font-family: var(--main-font);
    color: var(--main-color);
    font-weight: 400;
    font-style: var(--body-size);
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-bottom: 2vh;
    position: relative;
    text-align: center;
    width: 100%;
}

main section .title:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background: var(--black);
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
}

section.contact .title::before {
    left: 0;
    transform: none;
}

main section .subtitle {
    display: block;
    font-family: var(--title-font);
    font-size: calc(var(--title-size));
    color: var(--black);
    font-weight: 600;
    line-height: 1;
    padding-bottom: 5px;
    font-style: normal;
    letter-spacing: 0px;
    position: relative;
    letter-spacing: 1px;
}
main section .subtitle.center,.center {
    text-align: center;
}

.text-bloc {
    flex-direction: column;
    gap: 20px;
}

.about .text-bloc.flex {font-size: var(--body-size);letter-spacing: 1px;}

.text-bloc.flex .title, section.accordion .title {
    text-align: left;
    width: 100%;
    color: var(--main-color);
}

.text-bloc.flex .title:before, section.accordion .title:before {
    left: 0;
    transform: none;
}
.img-bloc {
    height: 60vh;
    /* box-shadow: 10px 10px 1000px #00000038; */
    position: relative;
    /* overflow: hidden; */
    width: 45%;
}

section.about .img-bloc {
    width: 100%;
    height: 100%;
}

.img-bloc.flex:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 110%;
    z-index: -1;
    top: -5%;
    right: -5%;
    background: #f3f3f3;
}

.img-bloc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
    transition: all .3s linear;
}

main section.services .services-list {
    overflow: hidden;
    position: relative;
}

main section.services .service-card {
    width: 100%;
    padding: 20px 20px 20px;
    border-radius: var(--border-radius);
    border: 1px solid #007aff21;
    background: var(--white);
}
main section.about .img-bloc img{object-fit: contain}
main section.services .service-card .img {
    height: 40vh;
    border-radius: var(--border-radius);
    overflow: hidden;
    padding: 2vw;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

main section.services .service-card .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s linear;
    padding: 0;
}

main section.services .service-card .img:hover img {
    transform: scale(1.2) rotate(10deg);
}

main section.services .service-card .description {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    left: 0%;
    top: 0px;
    padding: 10px 0px;
    align-items: center;
    gap: 15px;
}


main section.services .service-card h3 {
    font-style: normal;
    letter-spacing: 1px;
    font-size: 30px;
    color: var(--black);
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;
}

.swiper-button-next,.swiper-button-prev {
    position: relative;
    background: var(--main-color);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
    color: var(--white);
    border-radius: var(--radius);
    right: initial;
    left: initial;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: var(--light);
}

main section.partners {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 4% 10%;
}

main section.partners .container {
    display: flex;
    justify-content: center;
    gap: 2vw;
    flex-wrap: wrap;
    align-items: center;
}

main section.partners .container .img {
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
}

main section.partners .container .img img {
    width: 70%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all .3s linear;
    filter: none;
    opacity: 1;
}

main section.partners .container .img:hover img {transform: scale(1.3);}

main section.stats {
    justify-content: space-between;
    gap: 8%;
    padding: 2% 10%;
    flex-direction: row-reverse;
}

main section.stats .text-left {
    display: none;
}

main section.stats .container {
    display: flex;
    width: 100%;
    grid-gap: 40px;
}

main section.stats .item-count {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0;
    border: 1px solid transparent;
    padding: 20px;
    transition: all .1s linear;
}

main section.stats .item-count span:nth-child(1) {
    color: var(--black);
    font-family: var(--title-font);
    font-size: 50px;
    font-weight: 400;
    opacity: 1;
}

main section.stats .item-count span {
    font-weight: 200;
    letter-spacing: 1.5px;
    transition: all .3s linear;
    line-height: 1.5;
    font-size: 18px;
    opacity: 1;
    color: var(--light);
}

main section.stats .item-count span:hover {
    opacity: 1;
}

.default-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0px 3em;
    gap: 0px;
    transition: all .3s linear;
    border-radius: var(--border-radius);
    align-items: center;
    /* box-shadow: 10px 10px 100px #00000014; */
    border: 1px solid #d5e9ff;
    position: relative;
}

.default-card .btn-group .btn,.default-card .btn-group .seemore {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5vw;
}

.default-card .btn-group .btn i {
    font-size: 14px;
}

.default-card .btn-group .seemore i {
    font-size: 17px;
}

.default-card:hover {
    box-shadow: 10px 10px 20px #00000014;
    background: var(--white);
}

.default-card span {
    /* width: 100px; */
    /* height: 100px; */
    border-radius: 50%;
    transition: all .3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: var(--main-color); */
    color: var(--main-color);
    font-size: 40px;
}

span.nouveaute {
    background: #039538;
}
.pastille{
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
    z-index: 9;
}
.pastille span{
    border-radius: var(--radius);
    padding: 2px 10px;
    font-size: 12px;
    color: var(--white);
}
span.promo {
    background: var(--light);
}

.atout-card span i {
    font-size: 40px;
    color: var(--light);
}

.default-card span img,.atout-card span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 1;
    filter: grayscale(1) invert(0);
}

section#testimony {
    font-family: var(--main-font), sans-serif;
    display: flex;
    padding: 4% 10%;
    line-height: 1.2;
    padding-top: 5%;
    background: var(--white);
    flex-direction: column;
    gap: 2em;
}

section#testimony .container, section.services .container {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    overflow: hidden;
}

.testimony-card .description {
    padding-top: 2vh;
    line-height: 1.7;
    font-weight: 300;
}

.blog-slider {
    width: 100%;
    position: relative;
    margin: auto;
    padding: 25px;
    border-radius: var(--border-radius);
    height: 400px;
    transition: all 0.3s;
    background-color: var(--white);
    /* box-shadow: 5px 0px 10px #00000014; */
    max-width: 100%;
    border: 1px solid #007aff21;
}

.blog-slider__item {
    display: flex;
    align-items: flex-start;
    padding: 5vh 5vw;
    /* width: 100% !important; */
    gap: 2vw;
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
    transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
    transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
    transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
    transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
    transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
    transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
    transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
    transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
    transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
    transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
    transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
    transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
    transition-delay: 1.7s;
}

.blog-slider__content {
    padding-right: 25px;
}

.blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}

.blog-slider__code {
    color: var(--black);
    margin-bottom: 10px;
    display: block;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}

.blog-slider__text {
    color: var(--black);
    margin-bottom: 30px;
    line-height: 1.7em;
    padding-top: 60px;
    padding-left: 20px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: calc(var(--body-size)*1.1);
}

.blog-slider__text span {
    font-size: 6em;
    position: absolute;
    top: 40px;
    color: var(--dark);
    left: -5px;
}

.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 3vw;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.5;
    transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--dark);
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}
.default-card h3 {
    letter-spacing: 2px;
    font-weight: 400;
    padding: 0;
    font-size: 18px;
    color: var(--light);
}


.default-card p {
    font-size: calc(var(--body-size) - 2px);
    font-family: var(--title-font);
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.7;
    text-align: center;
    text-wrap: balance;
    padding: 10px 10px 10px;
}



section.produits .container{display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 30px;}
section.produits .container .default-card{
    /* box-shadow: 10px 10px 20px #00000014; */
    gap: 5px;
}
section.produits .container .default-card .seemore{
    padding: 10px 20px;
    border: 1px solid #d5e9ff;
    color: var(--black);
    font-weight: 500;
    margin-top: 10px;
}
section.produits .container .default-card .seemore:hover{
    background: var(--light);
    color: var(--white);
}
.default-card span.price{background: transparent;color: var(--black);width: auto;height: auto;font-size: 16px;font-weight: 700;padding-bottom: 12px;display: none;}
.cases-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.cases .controls {
    padding: 2% 2%;
    background: var(--transparent);
    color: #eee;
    display: flex;
    gap: 10px;
    justify-content: center;
    backdrop-filter: blur(20px);
    flex-wrap: wrap;
}

section.cases button {
    display: inline-block;
    border-radius: 0;
    cursor: pointer;
    border: none;
    padding: 10px 20px;
    background: var(--white);
    color: var(--black);
    letter-spacing: 1px;
    font-family: var(--main-font);
    font-size: var(--body-size);
    font-weight: 500;
    transition: all .3s linear;
    opacity: .6;
    border-radius: var(--radius);
}

section.cases button.active,section.cases button:hover {
    background: var(--main-color);
    color: var(--white);
    border-color: var(--main-color);
    opacity: 1;
}

section.cases button:focus {
    outline: 0 none;
}

section.cases button + label {
    margin-left: 1em;
}

section.cases .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: hidden;
    grid-gap: 30px;
    min-height: auto;
    padding: 0% 0%;
}

section.cases .container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.img-content {
    overflow: hidden;
    height: 25vh;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-content img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    position: absolute;
    transition: all .3s linear;
    padding: 20px;
}

.img-content:hover img {
    transform: scale(1.2) rotate(4deg);
}

section.cases .container .mix {
    text-align: left;
    background: var(--white);
    display: none;
    padding: 15px 20px 20px;
    border-radius: var(--border-radius);
    backdrop-filter: none;
    /* box-shadow: 4px 4px 20px #0000001c; */
    border: 1px solid #007aff21;
}

section.cases .container .mix:hover {
    box-shadow: 10px 10px 50px #00000014;
}

.mix .default-card {
    padding: 40px 0 25px;
    margin: 0;
    background: transparent;
    align-items: center;
    box-shadow: none;
    border: 0;
    text-align: center;
}

.mix .default-card .btn {
    border: 0;
    padding: 2px 15px;
    border: 0;
    font-size: 14px;
}

section.accordion .container .img-bloc {width: 100%;height: 75vh;}

section.accordion .container .accordion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
}

.accordion h2.title.center {
    text-align: left;
}

.accordion .accordion-item {
    border-bottom: 1px solid #00000017;
    width: 100%;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #3058964f;
    background: var(--main-color);
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 1em;
    color: var(--black);
    border: none;
    background: none;
    outline: none;
    font-size: var(--body-size);
    font-family: var(--main-font);
    letter-spacing: 1px;
    opacity: 1;
    transition: all .3s linear;
}

.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: var(--main-color);
    opacity: 1;
}

.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: flex;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 40px;
    height: 40px;
    /* border: 1px solid #00000066; */
    border-radius: 22px;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 17px;
    left: 13px;
    width: 14px;
    height: 1px;
    background: #1412129c;
}

.accordion button[aria-expanded='true'] .icon::before {
    background: var(--white);
    opacity: 1;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 11px;
    left: 19px;
    width: 1px;
    height: 13px;
    background: #1412129c;
}

.accordion button[aria-expanded='true'] {
    color: var(--white);
    opacity: 1;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 100%;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding: 15px 20px;
    background: var(--white);
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-weight: 300;
    margin: 4px 0;
}

.accordion .accordion-content ul {
    position: relative;
    font-weight: 300;
}

section.news {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: var(--white);
    padding-bottom: 2%;
}

section.news h3.new-title {
    font-size: calc(var(--body-size)*1.1);
    text-transform: math-auto;
    font-weight: 500;
    line-height: 1.5;
}

.newslist section.news h3.new-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: calc(var(--title-size)*0.4);
    text-wrap: auto;
}

section.newItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
}

.new-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0 0;
    border-top: 1px solid #ffffff1f;
    padding-top: 40px;
}

.btn-retour {
    border: 0;
}

.btn-retour:hover {
    color: var(--white);
    background: var(--dark);
}

section.newItem .new-header h3 {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 1px solid #0000000d;
    padding-bottom: 10px;
}

section.newItem h3,section.newItem h4,section.newItem h5,section.newItem h6 {
    text-transform: uppercase;
    line-height: 1.5;
}

.newsletter {
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 20px;
    margin-top: 0;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    width: 50%;
}

.newsletter p, section.footer-1 p,section.footer-1 a {
    font-weight: 400;
    font-size: var(--body-size);
    opacity: 1;
    color: var(--white);
    display: flex;
    align-items: center;
}
section.footer-1 a {
    justify-content: flex-start;
}

section.footer-1 p i {
    color: var(--light);
    margin: 0 1vw 0 0;
    font-size: 20px;
}
.newsletter span.ico:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 12px;
    background: #000000;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: -16px;
}

section.news .title {
    text-align: center;
}

section.news .container {
    display: flex;
    gap: 2%;
    justify-content: space-between;
}

.item-new {
    width: 33%;
    display: flex;
    flex-direction: column;
    border-radius: var(--border-radius);
    overflow: hidden;
    background: var(--white);
    /* border: 1px solid #007aff21; */
    /* box-shadow: 4px 4px 20px #0000001c; */
}

.img-new {
    height: 350px;
    overflow: hidden;
}


section.newItem .img-new {
    width: 100%;
    height: 40vh;
    border-radius: var(--border-radius);
}

.img-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s linear;
}

section.newItem .img-new img {
    object-position: center;
}

.img-new:hover img {
    transform: scale(1.2) rotate(4deg);
    filter: brightness(0.5);
}
.new-header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding-bottom: 4px;
    width: 100%;
}

.new-header .date {letter-spacing: 2px;font-weight: 500;}
.new-body {
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    line-height: 1.7;
}

section.newItem .new-body p {
    font-size: var(--body-size);
    text-align: justify;
}

section.newItem .new-body {
    padding: 0;
}

section.newItem .new-body h2,section.newItem .new-body h3 {
    line-height: 1.5;
    text-wrap: balance;
    text-transform: math-auto;
}

.new-body .date {
    letter-spacing: 2px;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    transform: rotate(0deg);
}



section.map .container {display: flex;padding: 4vh 10% 5%;gap: 40px;}

section.map .container:nth-child(even) {
    flex-direction: row-reverse;
}

section.map .container .map {
    width: 50%;
}

section.map .container .map iframe {
    width: 100%;
}

section.map .zone {
    width: 100%;
}

section.map h2.title {
    text-align: center;
}

section.map .zone iframe {
    width: 100%;
    display: flex;
    height: 35vh;
}

section.map .zone:hover iframe {
    filter: grayscale(0) invert(0);
}

.newsletter form {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    display: flex;
    gap: 8px;
}

.newsletter form input:focus {
    outline: 0;
    box-shadow: 5px 5px 10px #0000000d;
}

.newsletter form input {
    padding: 12px 15px 14px;
    background: transparent;
    border: 0;
    font-size: 14px;
    font-family: var(--main-font);
    font-weight: 300;
    letter-spacing: 1px;
    transition: all .3s linear;
    color: var(--white);
}

.newsletter form input[type="mail"] {
    width: 85%;
    font-size: 14px;
    padding: 12px 20px 12px 20px;
    border: 1px solid #ffffff29;
    border-radius: var(--radius);
}

.newsletter form input[type="mail"]:hover {
    opacity: 1;
}

.newsletter form input[type="mail"]::placeholder {
    color: var(--white);
}
input::placeholder{color: var(--black);}
.newsletter form input[type="submit"] {
    background: var(--main-color);
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    width: 70px;
    font-size: 16px;
    padding: 14px 15px;
    color: var(--white);
    border-radius: var(--radius);
}

.newsletter form input[type="submit"]:hover,form.searchform input[type="submit"]:hover {background: var(--light);}

h3.new-title {
    font-size: 40px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--black);
    text-transform: uppercase;
}

footer {
    padding-top: 0%;
    font-weight: 400;
    position: relative;
    background: var(--dark);
}

footer:before {
    content: "";
}

.footer-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr 1.5fr;
    gap: 20px;
    padding: 4% 10% 2%;
}

section.footer-0 {
    border-top: 1px solid #ffffff1c;
    display: flex;
    justify-content: center;
    padding: 2%;
}
section.footer-1, section.footer-2 {
    font-size: var(--body-size);
    line-height: 1.7;
    position: relative;
    z-index: 1;
}
section.footer-2 a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}
footer .bloc {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 5px;
    /* border-right: 1px solid #ffffff4d; */
    text-align: left;
    color: var(--white);
    padding-top: 0%;
}

footer .bloc:last-child {
    border-right: 0;
    gap: 15px;
}

footer .bloc ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .bloc ul li a {
    color: var(--white);
}

footer .bloc ul li a:hover,footer .bloc ul li a.active {
    opacity: 1;
    color: var(--light);
}

.btn-rs {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

header .btn-rs {
    margin-top: 0;
    margin-bottom: 20px;
}

.btn-rs span {
    background: var(--main-color);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s linear;
    color: var(--white);
    box-shadow: -2px 2px 5px #00000040;
}

.btn-rs span:hover {
    background: var(--light);
    color: var(--white);
}

footer .bloc span {
    transition: all .3s linear;
}

footer .bloc span:hover {
    opacity: 1;
}

footer .bloc h3, section.footer-0 h3 {
    font-size: calc(var(--body-size) + 5px);
    letter-spacing: 1px;
    font-style: normal;
    color: var(--white);
    margin-bottom: 4px;
}

.footer-2 {
    display: flex;
    justify-content: space-between;
    padding: 1% 5%;
    letter-spacing: 1.5px;
    color: var(--white);
    background: var(--light);
}

section.footer-2 i {
    color: var(--white);
    font-size: 20px;
    padding: 0 0 0 5px;
}
/* fiche produit */
.fiche-produit {
    display: flex;
    gap: 2rem;
    padding: 2rem;
    border-radius: 12px;
    background-color: #fdfdfd;
    padding: 6rem 10% 3%;
}

.fiche-produit .image {
    position: relative;
}

.fiche-produit .image {
    width: 45%;
    border-radius: var(--border-radius);
    object-fit: cover;
    position: sticky;
    top: 8em;
    height: 60vh;
    border: 1px solid #d5e9ff;
    padding: 2%;
}

.fiche-produit .image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: crimson;
    color: #fff;
    padding: 4px 8px;
    font-size: 0.8rem;
    border-radius: 4px;
}

.badge.nouveaute {
    background: green;
    left: auto;
    right: 10px;
}

.fiche-produit .infos {
    display: flex;
    flex-direction: column;
    background: var(--transparent);
    justify-content: flex-start;
    padding: 3% 3% 3%;
    position: relative;
    width: 55%;
}

.fiche-produit .infos form {
    display: flex;
    gap: 20px;
    padding: 2vh 0;
    flex-wrap: wrap;
    align-items: center;
    display: none;
}

span.increase,span.decrease {
    border: 1px solid #00000036;
    width: 45px;
    height: 45px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
}

.fiche-produit .infos .btn-group {
    margin-top: 3vh;
}

.fiche-produit h1,.fiche-produit h2 {
    margin-top: 2vh;
    font-size: calc(var(--body-size)*1.5);
    margin-bottom: 1vh;
    color: var(--black);
    line-height: 1.2;
    font-weight: 500;
}
.fiche-produit h1{font-size: 2em;font-weight: 600;margin: 0;}
.fiche-produit .categorie {
    font-size: 1.2rem;
    color: #adadad;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.scrollbar {overflow-y: scroll;padding-right: 2vw;height: 34vh;}

.text-content.scrollbar {
    height: 30vh;
}
.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar
{
	width: 1px;
	background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb
{
	background-color: var(--color1);
	border: 1px solid #555555;
}
/* datatable */
table.dataTable th,
table.dataTable td {padding: 10px 15px;text-wrap: nowrap;white-space: nowrap; /* Prevent text from wrapping to a new line */overflow: hidden; /* Hide the overflow text */text-overflow: ellipsis;text-align: left;max-width: 400px;}

table.dataTable td,table.dataTable td a {
    color: var(--black);
}

table.dataTable td.img {
    /* width: 60px; */
    max-width: 100px;
}

table.dataTable td.action {
    text-align: center;
}
td.img.membre.sorting_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

table.dataTable .option {
    text-align: center;
}

table.dataTable .option.promo i,table.dataTable .option.new i {
    color: var(--light);
}
table.dataTable .archive,table.dataTable .archive a {
    color: var(--danger);
}

table.dataTable .statut {text-align: center;}

table.dataTable td span {
    background: transparent;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #5bc5f54a;
    margin: 0px 5px;
}

span.statut.wait {
    color: var(--light);
}

table.dataTable .read {
    color: var(--success);
}

table.dataTable td i {text-align: center;}
table.dataTable thead th {background-color: var(--light);color: var(--white);padding: 10px 15px;}

table.dataTable th.actions {
    max-width: 100px;
    width: 60px;
    text-align: center;
}

table.dataTable tbody tr:nth-child(even) {
    background: var(--transparent);
}

#orders_filter,div#orders_paginate,div#services_paginate,#services_filter,#articles_filter,#articles_paginate,#categories_filter,#categories_paginate {
    display: inline-block;
    width: 50%;
    /* float: right; */
    text-align: right;
    margin-bottom: 15px;
}
div#services_paginate{margin-top: 30px;}

div#orders_paginate,div#orders_info,div#services_info, div#articles_info, div#articles_paginate, div#categories_info, div#categories_paginate {
    margin-bottom: 0;
    margin-top: 50px;
}

div#orders_paginate > a,div#services_paginate > a,div#articles_paginate > a, div#categories_paginate > a {
    background: transparent;
    margin: 10px;
}

div#orders_paginate span > a,div#services_paginate span > a, div#articles_paginate span > a, div#categories_paginate span > a {
    border: 1px solid #ffffff14;
    padding: 4px 12px;
    margin: 4px;
    background: transparent;
    font-weight: 400;
}

div#orders_paginate span > a.paginate_button.current,div#services_paginate span > a.paginate_button.current, div#articles_paginate span > a.paginate_button.current {
    background: var(--light);
    color: var(--white);
}
.dataTables_length, div#orders_info, div#services_info,#services_length,div#articles_length,div#articles_info ,div#categories_length,div#categories_info {
    display: inline-block;
    width: 50%;
    /* float: left; */
    margin-bottom: 15px;
}

div#services_length label,div#orders_length label,div#articles_length label,div#categories_length label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

div#services_length label select,div#orders_length label select, div#articles_length label select, div#categories_length label select {
    width: auto;
    margin-top: 0;
}
table.dataTable tfoot th {
background-color: #333333;
color: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {background-color: #333333;color: var(--black);}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {background-color: #444444;color: var(--light);}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {background-color: var(--transparent);color: var(--black);border: 1px solid var(--transparent);padding: 12px;border-right: 10px solid var(--transparent);}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 12px;
    background: var(--transparent);
}
/* responsive */
@media(max-width: 1400px) {
    section#galery .item-photo{height: 30vh;}
    .default-card p{
        font-size: 16px;
    }
    .newslist section.news h3.new-title,section.newItem .new-header h3{font-size: calc(var(--body-size)*1.3);}
    .fiche-produit h2{
        font-size: calc(var(--body-size)*1.5);
        margin: 1vh 0 2vh;
    }
    :root{
        --body-size: 14px;
    }
    .preloader{height: 105vh;}
    .list-produits .container{
        grid-template-columns: repeat(2, 1fr);
    }
    .fiche-produit{padding: 5% 5%;gap: 2vw;}
    .banner .slogan h1{font-size: 40px;}
    .banner {
        padding: 12% 5% 10%;
        align-items: center;
        justify-content: center;
    }

    .banner.interne {
        height: auto;
    }

    .banner.interne {
        padding: 32vh 5% 5%;
        display: flex;
        align-items: center;
        height: 80vh;
    }

    .navbar {
        padding: 5px 5%;
        gap: 10px;
    }

    .banner .slogan h1 {
        font-size: 5vw !important;
    }

    .banner .slogan p {
        font-size: 20px;
    }

:root{--title-size: 3em;}

.footer-2 {
    padding: 1% 5%;
}

div.infos .item {
    font-size: 13px;
}
section.map .container {
    padding: 0% 0% 5vh;
}

.fil-arianne {
    padding: 2% 5% 10px;
}

section.produits .container .default-card .seemore {
    margin-top: 2%;
}

.pagination {
    margin-top: 0;
}

section.produits .container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

nav ul {
    gap: 30px;
}

    main section, .newslist, section.pub, main section.about, section#galery, section.services,section.filter {
        padding: 5% 5%;
    }

section#galery {
    grid-template-columns: 1fr 1fr 1fr;
}

section.accordion {
    padding: 5%;
}

section.footer-1, section.footer-0 {
    padding: 2% 5%;
}

    div.infos,header div.infos {
    padding: 5px 5%;
    }

    .banner .img-banner {
        height: 100%;
    }

    section#testimony {
        flex-direction: column;
        padding: 5% 5% 2%;
        gap: 15px;
    }

    section#testimony .blog-slider {
        margin-top: 6%;
    }

    .newsletter {
        width: 50%;
    }

    .navbar.fixed {
        padding: 2px 5%;
    }

    section.partners.bg-light {
        padding: 4% 5% 4%;
    }

    main section.services .service-card .img,section.map .zone iframe {
        height: 20vh;
    }

    footer .bloc {
        border-right: 0;
        text-align: left;
        align-items: flex-start;
    }

    footer {
        padding: 2% 0% 0;
    }

    section.map {
        padding: 0 5% 5%;
    }

    main section.about {
        grid-gap: 4%;
        padding: 5% 0%;
        justify-content: center;
        margin: 0% 5%;
    }

section.cases {
    margin: 5% 5% 2%;
}

    div.infos .item {
        padding: 5px;
    }

    section.cases .container {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }

    section.accordion .container {
        padding: 0%;
        grid-gap: 4%;
    }

    section#testimony .title {
        text-align: center;
    }

    .text-bloc {
        gap: 10px;
    }
}


@media(max-width: 991px) {
    .seemore{font-size: 18px}
    .newslist aside .container .recent-posts .item .date{
    font-size: 18px;
}
    .newslist aside .container .recent-posts .item h3{
    font-size: 18px;
    padding: 9px 0;
}
    .fiche-produit h1{
    margin: 0;
    font-size: var(--title-size);
}
    header div.infos .item a.deco{font-size: 12px;}
    header div.infos .item a.deco i{font-size: 12px;}
    section.contact .container form button.btn{float: right;}
    header div.infos{height: 5vh;justify-content: center;align-items: center;padding: 0;display: none;}

header div.infos .item {
    display: none;
}

header div.infos .item:last-child {
    display: flex;
    font-size: 16px;
}

header div.infos .item:last-child i {
    font-size: 16px;
}
    .newslist section.news h3.new-title, section.newItem .new-header h3{font-size: calc(var(--body-size) * 1);}
    a.btn.btn-whatsapp i {
        font-size: 35px;
    }
    .btn i {
        font-size: 30px;
    }
    .fiche-produit{flex-wrap: wrap;gap: 5vh;}
    .fiche-produit .image{width: 100%;position: relative;height: 30vh;top: auto;padding: 2vw;}
    .body-service section.contact.formulaire .container .form{padding: 5%;}
        section.produits .container {
        grid-template-columns: 1fr 1fr;
    }
    .item-new{width: 48%}
    .txt-loading{font-size: 3em;}
    footer .bloc{width: 100%;}

footer .bloc:last-child {white-space: nowrap;}

.newsletter p, section.footer-1 p, section.footer-1 a {
    font-size: 18px;
}
    form.searchform{position: fixed;top: 0;left: 50%;transform: translate(-50%);height: 65px;margin: 0;width: 100%;}

form.searchform:before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--dark);
    z-index: -1;
}
    section.footer-0{display: flex;flex-wrap: wrap;}
    section#galery{grid-template-columns: 1fr 1fr;}
    .preloader img{width: 150px;}
    .preloader {height: 110vh;}
    section.servicelist {
        grid-template-columns: 1fr 1fr;
        padding: 0em 5%;
        gap: 30px;
    }

    .newslist aside .container .recent-posts .item {
        grid-template-rows: 150px;
    }

    section.contact .container {
        display: grid;
        grid-template-columns: 1fr;
    }

    section.contact .container div.infos,section.contact .container .form,.body-service section.contact .container .form {
        width: 100%;
        padding: 10% 5%;
    }
    .navbar.fixed {
        padding: 1% 5% 1%;
        background: var(--white);
        z-index: 8;
        /* border-bottom: 1px solid #0000002b; */
        box-shadow: 4px 4px 10px #0000000d;
    }
    .navbar{top: 65px;}

    header .burger {
        display: flex;
        align-items: center;
        font-size: 42px;
        justify-content: center;
        color: var(--main-color);
    }

    .closeBtn {
        display: block;
        position: absolute;
        top: 10vh;
        color: var(--light);
        font-size: 2.5em;
    }

    header nav ul.flex {
        position: fixed;
        flex-direction: column;
        background: var(--transparent);
        width: 100%;
        left: 0;
        height: 100%;
        z-index: -1;
        align-items: center;
        justify-content: center;
        transition: all .3s linear;
        opacity: 0;
        top: 0;
        display: none;
    }

    header nav ul.flex.opened {
        display: flex;
        opacity: 1;
        z-index: 9999999;
        position: fixed;
    }

    header ul li a {
        font-size: 35px;
        font-weight: 400;
    }

    .banner {
        display: flex;
        padding: 15% 2% 5%;
        height: 700px;
    }

body.body-index header {
    height: 700px;
}

    .banner.interne {
        padding: 12vh 5% 5%;
        height: 50vh;
    }
    .body-contact .banner.interne,.banner.interne{background-position: 100% 12vh;}
    .banner .slogan h1,.banner.interne .slogan h1 {
        font-size: 5vw;
    }

body.body-index .banner .slogan h1 {
    font-size: 5vw;
}

    .banner .slogan p {
        font-size: 20px;
        padding: 0;
        text-wrap: balance;
    }

    :root {
        --title-size: 4vw;
        --body-size: 2.5vw;
    }

.testimony-card {
    min-height: 25vh;
    padding: 3vw;
}

.testimony-card .description {
    font-size: 16px;
}

section.cases,main section.about {
    margin: 0;
}

section.avantages {
    grid-template-columns: 1fr 1fr;
}

section.avantages .item span {
    font-size: 5vw;
}

section.avantages .item {
    padding: 4vh 2vw;
}

header {
    height: 50vh;
}

.accordion button {
    font-size: 20px;
}

.new-body {
    padding: 10px 0;
}

.img-new {
    height: 20vh;
}
.newslist .img-new{height: 25vh;}

section#testimony {
    padding: 8% 5% 4%;
}

section.about.grid .btn-group {
    justify-content: center;
    gap: 5px;
}

section.pub .container h2,section.pub .container div p {
    text-align: center;
    font-size: 20px;
}

section.pub .container h2 {
    font-size: 30px;
}

main section.services .service-card .img img {
    padding: 0;
    width: 100%;
    object-position: center;
}

section.cases .container {
    grid-template-columns: 1fr 1fr;
}

    section.servicelist .service-item {
        grid-template-columns: 1fr;
    }

    .newslist {
        grid-template-columns: 1fr;
        grid-gap: 5vh;
    }

.new-footer {
    margin: 0;
}

    .newsletter {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .newsletter form {
        width: 100%;
        text-align: center;
    }

    section.cases .controls {
        gap: 5px;
        width: 100%;
        justify-content: center;
        align-items: stretch;
        margin-top: 2vh;
        background: transparent;
    }

    section.news .container,div.infos {
    flex-wrap: wrap;
    }

    .footer-1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

section.footer-1 {
    padding: 10% 5% 5%;
}

section.footer-0 {padding: 5% 5% 8%;gap: 20px;}

    main section.atout .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        padding-top: 2em;
    }

    main section.partners .container .img {
        width: 25vw;
        border: 0;
        padding: 10px;
    }

    main section.about {
        padding: 2% 5% 10%;
        grid-template-columns: 1fr;
    }

    .img-bloc,section.contact .container .img-bloc {
        height: 45vh;
        width: 100%;
    }

section.accordion .container .img-bloc {
    height: 45vh;
}

.text-bloc,.about .text-bloc.flex {
    width: 100%;
}

    h2.title {
        text-align: center;
        gap: 10px;
        display: flex;
        flex-direction: column;
    }

section.services h2.title:before {
    left: 50%;
    transform: translate(-50%);
    bottom: -10px;
}

.text-bloc.flex .title, section.accordion .title {
    text-align: center;
    margin-bottom: 2em;
}

section.services h2.title {
    text-align: center;
}

    section.news .container {
        gap: 2vw;
        width: 100%;
    }

    section.services {
        padding: 4% 5%;
        gap: 20px;
    }

    div.infos {
        display: none;
    }

    footer {
        padding: 0%;
    }

    .footer-2 {
        flex-direction: column;
        gap: 13px;
        padding: 4% 0 4%;
        text-align: center;
    }

    .banner .slogan {
        gap: 0px;
        padding-top: 10%;
        width: 100%;
    }
    body.body-index .banner .slogan{top: 0vh}

    main section.stats .item-count,.default-card {
        width: 100%;
        align-items: center;
        justify-content: center;
        opacity: 1;
        padding: 12px 10px 30px;
        position: relative;
    }

    main section.stats .item-count span {
        font-size: 15px;
    }

    main section.stats {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding: 15% 5% 4%;
    }

    main section.stats .item-count span:nth-child(1) {
        font-size: 25px;
    }

    .blog-slider {
        max-width: 100%;
        height: auto;
    }

    main section.stats .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        width: 100%;
        grid-template-rows: 150px 150px;
    }

    main section.partners .container {
        display: flex;
        padding: 0;
        grid-gap: 5px;
    }


    main section.partners .container .img img {
        width: 100%;
    }

    section.accordion .container {
        grid-template-columns: 1fr;
    }

    .blog-slider__img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        transform: translateY(-50px);
    }

    .blog-slider__item {
        flex-direction: column;
    }

    main section .title, main section .subtitle, h2.title.center, section#testimony .title, main section .subtitle.center, .center, section.news .title,section.map h2.title {
        text-align: center;
        width: 100%;
        line-height: 1.5;
        gap: 0;
        /* padding: 0; */
    }


main section .title:before {
    bottom: -5px;
}

.text-bloc.flex .title:before, section.accordion .title:before {
    left: 50%;
    transform: translate(-50%);
}

main section .subtitle {
    font-size: 4vh;
}
    main section.atout {
        align-items: flex-start;
        gap: 10px;
    }

    .accordion h2.title.center {
        padding-bottom: 4%;
    }

    .img-content {
        height: 170px;
    }
}

@media screen and (max-width: 768px) {
    .body-contact .banner.interne,.banner.interne{background-position: 100% 12vh;}
    a.logo img{height: 47px;}
    section.map .container div.infos .item h3{font-size: 16px;}
    section.contact.formulaire .container textarea#msg{min-height: 30vh}
    .testimony-card{min-height: 30vh;padding: 8%}
    section#testimony .container, section.services .container{gap: 30px}
    .swiper-button-next, .swiper-button-prev{font-size: 14px}
    section.cases{display: none}
    .footer-2{gap: 5px}
    .footer-2 span{font-size: 16px}
    .newsletter p, section.footer-1 p, section.footer-1 a{font-size: 16px}
    header .btn-group{gap:5px}
    section.produits{padding-top: 2em};
    main section.services .service-card .description{padding: 5px}
    main section.services .service-card{padding: 10px}
    section.map .container{flex-wrap: wrap;gap: 0;}
    section.map .container div.infos,section.map .container .map{width: 100%;}
    section.map .container .map iframe{height: 25vh;}
    section.newItem .new-body p {
        font-size: 16px;
        text-align: left;
        letter-spacing: 1px;
        line-height: 2;
    }
    section.filter{grid-template-columns: 1fr;}
    .pagination ul{font-size: 18px;}
    section.produits .container,.list-produits .container {
        grid-template-columns: 1fr;
    }
    section.servicelist .service-item .description,section.servicelist .img-service{width: 100%;height: 35vh;padding: 1em 5%;gap: 12px;}
    .fiche-produit {
        flex-direction: column;
        padding: 1rem;
    }

    .fiche-produit .image,
    .fiche-produit .infos {
        width: 100%;
        padding: 5%;
        position: relative;
        top: 0;
    }

    .fiche-produit h1 {
        font-size: 22px;
    }
    .btn-panier {
        width: 100%;
        text-align: center;
    }
    section#galery .item-photo{min-height: 70px;height: 150px}
    .preloader img{width: 100px;}
    section.newItem .img-new{height: 300px;}
    section.newItem .new-header h3{font-size: 20px;}
    h1, h2, h3, h4, h5, h6{font-size: 1.5em;line-height: 1.5;}

.product-details h3 {
    line-height: 1.7;
    font-size: 30px;
}

section.avantages {
    grid-template-columns: 1fr;
}

section.servicelist .service-item .description h2 {
    font-size: 30px;
}

section.pub .container h2 {
    font-size: 20px;
    line-height: 1.7;
}
    .new-footer{flex-direction: column-reverse;gap: 30px;}
    .newslist aside .container .recent-posts .item{grid-template-columns: 1fr;}
    .newslist aside{padding: 20px;}
    .newslist aside .container .recent-posts .item h3{font-size: 18px;}
    .banner{min-height: 100%;flex-direction: column;gap: 30px;height: 80vh;padding-top: 3vh;}
    header ul li a{font-size: 25px;}
    header nav ul.flex.opened{gap: 20px;height: 110vh;}
    .newslist section.news .container{grid-template-columns: 1fr;}
    .banner .slogan h1, .banner.interne .slogan h1{font-size: 6vw !important;line-height: 1.7;padding-bottom: 0px}
    section.servicelist{grid-template-columns: 1fr;}
    section.servicelist .service-item{grid-gap: 10px;}
    section.servicelist .service-item{flex-wrap: wrap;margin-top: 0vh;border: 0;}

.accordion button {
    font-size: 15px;
    text-wrap: balance;
}

.accordion button .icon {
    font-size: inherit;
    right: 0%;
    top: 55%;
    height: 30px;
    width: 30px;
}

.accordion button .icon::before {
    left: 6px;
    top: 14px;
    height: 1px;
}

.accordion button .icon::after {
    left: 12px;
    width: 1px;
    top: 8px;
}


section.accordion .container .accordion {
    padding: 0% 5% 10%;
}

section.accordion {
    padding: 8% 0;
}

.item-new {
    width: 100%;
}

section.pub {
    padding: 10% 5%;
}

section.pub .container h2 {
    line-height: 1.5;
    font-size: 25px;
}

section.pub .container div p {
    font-size: 16px;
    line-height: 1.5;
}

.banner .slogan,body.body-index .banner .slogan {
    padding-top: 0;
    position: relative;
    gap: 0;
    top: 29vh;
    transform: translateY(-50%) !important;
}

.banner.interne .slogan {
    top: 22vh;
    height: 100%;
}

.banner .slogan p {
    font-size: 16px;
    line-height: 1.7;
}
section.map .container div.infos{padding: 10% 4%;}

.btn {
    padding: 10px 20px;
    font-size: 16px;
}

section.contact .container form button.btn {
    padding: 15px 20px;
    float: right;
    margin-top: 0px;
}
.tels {
    padding: 1vh 0;
}

.jumbotron {
    padding: 0;
    font-size: var(--body-size);
}
    .banner{padding-top: 0vh;padding-bottom: 2%;gap: 7vh;height: 600px;}
    .banner.interne {
    padding-top: 16vh;
    height: 40vh;
}
    .banner .slogan h1,body.body-index .banner .slogan h1{font-size: 28px;line-height: 1.2;padding-bottom: 2vh;}
    section.contact .container{flex-wrap: wrap;}
    section.contact .container .form,section.contact .container div.infos{width: 100%;}
    main section.services .service-card h3{font-size: 30px;width: 100%;text-align: center;}
    section.cases button{padding: 8px 18px;font-size: 14px;}
    main section .title{font-size: 15px;margin-bottom: 10px;}

main section .subtitle {
    font-size: var(--title-size);
}

.table-tech-vertical strong {
    font-size: 22px;
}

.table-tech-vertical .values .badge {
    font-size: 20px;
    background: var(--main-color);
    color: var(--white);
}

.table-tech-vertical .values {
    flex-direction: row;
}

.table-tech-vertical .row {
    align-items: flex-start;
}

.table-tech-vertical {
    grid-template-columns: 1fr;
}

header {
    height: 60vh;
}

.scrollbar {
    height: 20vh;
}

.default-card a.seemore, main section.services .service-card a.seemore {
    padding: 8px 30px;
    font-size: 18px;
}

section.avantages .item span {
    font-size: 32px;
}

body.body-index header {
    height: 600px;
}

main section.services .service-card .img, section.map .zone iframe {
    height: 180px;
}
    .footer-1{padding-bottom: 10%}
    section.map{gap: 20px}
    .newsletter{flex-direction: column;width: 100%;gap: 20px;}
    .newsletter h3 {
        font-size: 42px;
    }

    .newsletter p {
        font-size: 16px;
    }

    .newsletter form input[type="submit"] {
        font-size: 15px;
    }

    .newsletter form input[type="mail"] {
        width: 80%;
        font-size: 15px;
    }

    .newsletter form {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    main section.atout .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .default-card {
        padding: 25px;
    }

    .accordion button {
        padding-right: 20px;
    }

    .cases-container {
        gap: 10px
    }

    .mix .default-card {
        padding: 20px 0 0px;
    }

    section.cases .container {
        grid-template-columns: 1fr;
    }

    .txt-loading .letters-loading:before {
        top: -7px;
    }

    .txt-loading {
        font-size: 30px;
    }

    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }

    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 90%;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }

    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }

    .blog-slider__item {
        flex-direction: column;
        padding: 0px;
        align-items: center;
    }

    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto 0;
    }

    section.news {
        gap: 10px;
    }
}

@media screen and (max-width: 576px) {
    :root {
        --title-size: 6vw;
        --body-size: 16px;
    }

.contact .tels span a {
    font-size: var(--body-size);
}

section.cases .container {
    padding: 0% 5%;
}

section.services {
    padding: 10% 10% 10%;
}
    .footer-1 {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    a.logo {
        font-size: 25px;
    }
    main section .title {
        padding-bottom: 10px;
    }
    section#testimony {
        padding-bottom: 2em;
    }
    .blog-slider__button{
        width: 100%;
    }
    .blog-slider__content {
        padding: 5em 0 0;
    }
    .blog-slider__item.swiper-slide-active .blog-slider__content > * {
        font-size: var(--body-size);
    }
    .blog-slider__img{
        width: 100px;
        height: 100px;
        transform: translateY(-40%);
    }
}