@media only screen and (min-width: 1200px) {
  .home-slide .item-slide {
    max-height: calc(100vh);
    min-height: 660px;
  }
  .box-row-footer {
    padding: clamp(30px, 3.5vw + 3rem, 95px) 0;
  }
  .service .owl-carousel .owl-stage-outer {
    left: 8%;
  }
  .menu-box {
    gap: clamp(20px, 5vw + 2rem, 80px);
  }
  .sticky-col {
    position: sticky;
    top: 95px;
    z-index: 4;
  }
  #site-header-menu #site-navigation .menu > ul > li > a span {
    position: relative;
    display: block;
    padding: 1px 10px;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
  }
  .before-span {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
  }
  #site-header-menu #site-navigation .menu > ul > li > a span::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 1px 10px;
    background: #16100d;
    border-radius: 3px;
  }
  #site-header-menu #site-navigation .menu > ul > li > a span::after {
    content: attr(data-hover);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 1px 6px;
    color: #f4e9db;
  }
  #site-header-menu #site-navigation .menu > ul > li.activated a span,
  #site-header-menu #site-navigation .menu > ul > li:hover a span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .interne .content-img-text .img-principal .img-content {
    z-index: 2;
  }
  .list-engagement .item {
    max-width: 326px;
  }
  .contact-form .box-contact {
    max-width: 550px;
  }
  .bg-avis {
    min-height: 450px;
  }
  .to-top {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: -70px;
  }
  .avantage .row,
  .valeur-site .row {
    margin: 0 35px;
  }
  .item-avis .description {
    max-width: 280px;
  }
  .contact-form .box-contact {
    margin-top: -350px;
    z-index: 2;
  }
  .actualite .list-img {
    flex-direction: column;
  }
  .actualite .list-actu {
    flex-direction: column;
  }
  /* Link Effect 1 Styles */
  .has-link .link-effect-1:hover span.text-1,
  .menu li:hover .link-effect-1 span.text-1 {
    transform: translateY(-100%);
  }
  .has-link .link-effect-1:hover span.text-2,
  .menu li:hover .link-effect-1 span.text-2 {
    transform: translateY(0);
  }
  .col-left-hs {
    -ms-flex: 0 0 580px;
    flex: 0 0 580px;
    max-width: 34%;
  }
  .col-hs {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
    padding: 0;
  }
  .temoignage .box-img {
    min-height: 450px;
  }
  .home-slide .content-slide .sect-title {
    position: relative;
    top: 140px;
  }
  .avis .item-avis {
    max-width: 450px;
  }
  .devis .row-form {
    justify-content: flex-start;
  }
  /*topbar*/
  #site-header-menu #site-navigation .menu > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    /* gap: clamp(30px, 2vw + 1rem, 40px); */
    justify-content: space-between;
    width: 100%;
    transition: 0.5s;
  }
  #site-header-menu #site-navigation .menu > ul > li:hover > a,
  #site-header-menu #site-navigation .menu > ul > li.active > a {
  }
  .fixed-header .top-contact {
    display: none !important;
  }
  #site-header-menu #site-navigation .menu > ul > li > a {
    display: block;
    margin: 0;
    /* padding: 9px 0; */
    text-decoration: none;
    position: relative;
    line-height: 1.4;
    z-index: 1;
    transition: 0.3s;
    overflow: hidden;
  }
  #site-header-menu #site-navigation .menu > ul > li > a:hover::before {
    transition: 0.4s;
    filter: none;
  }
  #site-header-menu #site-navigation .menu > ul > li {
    position: relative;
  }
  /* #site-header-menu #site-navigation .menu>ul>li.activated>a {
        background: #E8F5E9;
        border-radius: 32px;
        padding: 8px 17px;
    } */
  /* #site-header-menu #site-navigation .menu>ul>li.activated>a span {
        padding: 1px 6px;
        color: #F4E9DB;
        background: #16100D;
    } */
  #site-header-menu #site-navigation .menu > ul > li.activated > a,
  #site-header-menu #site-navigation .menu > ul > li.active > a,
  #site-header-menu #site-navigation .menu > ul > li > a:hover {
    color: #f4e9db;
    /* background: #16100D; */
    transition: 0.3s;
  }
  #site-header-menu #site-navigation .menu > ul > li {
    position: relative;
  }
  #site-header-menu #site-navigation .menu > ul > li::before {
    position: absolute;
    z-index: 1;
    content: "";
    background: transparent;
    width: 100%;
    height: 20px;
    top: 100%;
    left: 0;
  }
  #site-header-menu #site-navigation .menu > ul > li > ul > li a {
    color: #f4e9db;
    text-align: center;
    font-family: "Figtree";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0%;
  }
  #site-header-menu #site-navigation .menu > ul > li > ul > li a:hover {
    color: #fff;
  }
  .no-link {
    cursor: default;
  }
  #site-header-menu
    #site-navigation
    .menu
    > ul
    > li
    > ul
    > li::before
    a:not(.no-link) {
    width: 0px;
    position: absolute;
    height: 2px;
    background: #ffffff;
    left: 0;
  }
  #site-header-menu
    #site-navigation
    .menu
    > ul
    > li
    > ul
    > li:hover::before
    a:not(.no-link) {
    width: 0px;
    position: absolute;
    height: 2px;
    background: #ffffff;
    left: 0;
  }
  #site-header-menu #site-navigation .menu > ul > li > ul > li:hover::after {
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 1;
    color: #55b7d9;
  }
  #site-header-menu #site-navigation .menu > ul > li ul a {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #site-header-menu #site-navigation .menu ul > li ul li > a {
    margin: 0;
    display: block;
    padding: 10px 24px;
    position: relative;
    display: inline-flex;
    transition: 0.4s;
    width: 100%;
  }
  /* #site-header-menu #site-navigation .menu ul>li ul li:not(:last-child) {
            border-bottom: 1px solid rgb(255, 255, 255, 0.5);
        } */
  #site-header-menu #site-navigation .menu ul > li ul li > a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #site-header-menu #site-navigation .menu ul > li ul li:hover > a {
    transition: 0.4s;
    color: #eb6e23;
  }
  #site-header-menu #site-navigation .menu ul > li ul {
    transform: translateY(50px);
    transition: 0.4s;
  }
  #site-header-menu #site-navigation .menu ul > li.active ul {
    transform: translateY(0px);
    transition: 0.4s;
  }
  #site-header-menu #site-navigation .menu ul ul::before {
    position: absolute;
    content: "";
    z-index: 2;
    width: 18px;
    height: 8px;
    bottom: calc(100% - 2px);
    left: 30px;
    background: #16100d;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  #site-header-menu #site-navigation .menu ul ul {
    text-align: left;
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    line-height: 20px;
    left: 0px;
    top: calc(100% + 20px);
    transition: all 0.2s ease;
    z-index: 99;
    list-style: none;
    border-radius: 0px;
    background: #16100d;
    width: max-content;
    min-width: 270px;
    padding: 10px 0;
    /* transform-origin: botto  m; */
    /* filter: drop-shadow(0px 0px 8px rgba(40, 40, 39, 0.102)); */
    transform: scaleY(0px) translateZ(0px);
    transition:
      opacity 200ms ease-in,
      transform 200ms ease-in,
      visibility 200ms ease-in;
    /* overflow: hidden; */
  }
  #site-header-menu #site-navigation .menu ul ul.mega-menu {
    width: 780px;
    column-count: 2;
    column-gap: 70px;
  }
  .row-accordion {
    min-height: 430px;
  }
  /* .content-img-text .text-principal {
                        padding-top: 50px;
                    } */
  .content-img-text .img-principal {
    padding: 0px;
    margin-bottom: 0px;
    margin: 0px;
  }
  .content-img-text .img-principal {
    display: flex;
    gap: 20px;
    align-items: center;
    height: 100%;
    position: relative;
    margin-right: 40px;
    overflow: hidden;
  }
  .interne .content-img-text .img-principal {
    margin-right: 40px;
  }
  .content-img-text .img-principal .img-content {
    padding-right: 90px;
    padding-bottom: 180px;
  }
  .interne .content-img-text .img-principal .img-content {
    padding-right: 0px;
    padding-left: 80px;
    padding-bottom: 40px;
  }
  .content-img-text .img-principal .img-content > img {
    max-height: 565px;
  }
  .content-img-text .img-box {
    padding-bottom: 50px;
  }
  .referencement .img-principal {
    margin-left: 0;
  }
  .content-img-text.interne .img-principal {
    margin-right: 0;
  }
  .to-center-xl {
    justify-content: center;
  }
  .actualite .to-border:not(:first-of-type) {
    border-left: 1px solid #ffffff8f;
  }
  .header-contact-top {
    padding: 0 40px;
  }
  .referencement .right-ref {
    margin-left: 40%;
    padding-left: 45px;
  }
  .content-img-text .img-content > img {
    position: relative;
    width: 100%;
  }
  .g-20 {
    gap: 20px;
  }
  .deco-footer {
    position: absolute;
    left: -76px;
    bottom: 50px;
    z-index: 2;
    height: 110%;
    max-height: 610px;
  }
  .devis.interne .formulaire {
    top: inherit;
  }
  .item-actu.item-mini-xl {
    flex-direction: row;
    gap: 20px;
    height: max-content;
    justify-content: center;
    align-items: center;
  }
  .item-actu.item-mini-xl .description {
    padding: 15px 0;
  }
  .item-actu.item-mini-xl .date {
    box-shadow: none;
  }
  .item-actu.item-mini-xl .img {
    width: 100%;
    max-width: 170px;
    min-width: 155px;
    height: 175px;
  }
  .box-centered {
    padding-top: 50px;
  }
  .secteur.content-img-text .img-principal {
    margin-right: 95px;
    padding-bottom: 35px;
  }
  .footer .row-2-footer {
    max-width: 1200px;
    margin-left: auto;
  }
  .footer .row-3-footer {
    max-width: 1200px;
    margin-left: 0 auto;
  }
  .copyright .content-copyright {
    padding-left: 100px;
  }
  .home-slide .card-slide {
    max-width: 375px;
  }
  .home-slide .cards {
    position: absolute;
    width: 100%;
    /* height: 0; */
    display: flex;
    top: calc(50% - 207px);
  }
  .home-slide .row-card {
    height: 0;
  }
  .card-slide .link {
    margin-bottom: 75px;
  }
  .col-formulaire {
    max-width: 430px;
  }
  .container {
    max-width: 1270px;
    padding: 0 15px;
  }
  .home-slide .container,
  .top-contact .container,
  header .container {
    max-width: 1370px;
    padding: 0 15px;
  }
  .container-secteur {
    max-width: 1370px;
    padding: 0 15px 0 0;
    margin: 0 auto 0 0;
  }
  .container.container-secteur.bottom {
    margin: 0 auto;
    padding: 0 15px 0 60px;
  }
  .container.container-large {
    max-width: 1350px;
    padding: 0 15px;
  }
  .top-contact .container {
    padding-left: calc(150px + 20px + clamp(20px, 5vw + 2rem, 80px));
  }
  .box-logo.tech {
    left: -30px;
    position: relative;
  }
  .devis .formulaire {
    padding: 32px;
    background: #00000066;
    backdrop-filter: blur(40px);
    border-radius: 0px;
  }
  .devis {
    position: absolute;
    z-index: 1;
    top: calc(50% - 25px);
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
  }
  .interne .devis {
    top: inherit;
    bottom: -75px;
    transform: none;
  }
  .contact .devis {
    top: inherit;
    bottom: -50px;
  }
  .devis .formulaire {
    pointer-events: all;
    max-width: 460px;
  }
}

@media only screen and (min-width: 1400px) {
  .sect-title .sub-title,
  .btn-1 {
    /* font-size: 18px; */
    font-size: 28px;
  }
  .devis .title-devis {
    /* font-size: 32px; */
    font-size: 40px;
  }
  .title-decored {
    /* font-size: 55px; */
    font-size: 70px;
  }
  .title-footer,
  .item-valeur .title {
    /* font-size: 24px; */
    font-size: 32px;
  }
}

@media only screen and (min-width: 1600px) {
  .service .item-slide .title {
    font-size: 15px;
  }
  .row-avis {
    justify-content: space-between;
  }
  .home-slide .box-slide .slide-nav {
    left: 90px;
  }
}

@media only screen and (max-width: 1800px) {
  .home-slide .item-slide .content .link {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1700px) {
  .avantage .box-avantage::before {
    right: 50px;
  }
  .avantage .box-avantage::after {
    width: calc(100% - 50px + 30px + 12px);
  }
}

@media only screen and (max-width: 1599px) {
  .avantage .item-avantage {
    padding: 30px;
  }
  .item-avantage .title {
    font-size: 18px;
  }
  .menu-box .left-contact .description {
    font-size: 15px;
  }
  .item-avantage .description {
    font-size: 16px;
  }
  .secteur.content-img-text .bottom-content {
    width: 400px;
  }
  .secteur.content-img-text .img-principal {
    padding: 0 0 80px 90px;
  }
  .secteur.content-img-text .bottom-content img {
    width: 100%;
    height: 100%;
  }
  .home-slide .item-slide .title {
    line-height: 1.1;
  }
  .deco-footer {
    left: -30px;
  }
  .box-actu .title-actu {
    font-size: 22px;
  }
  .decompte .description {
    font-size: 17px;
  }
  .service .box-service {
    gap: 25px;
  }
  .logo-footer {
    max-width: 290px;
  }
  .col-title-devis {
    width: 100%;
    max-width: 100%;
  }
  .col-left-hs {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-hs {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
  }
  .home-slide .z-top {
    padding-left: 50px;
  }
  .devis .next {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1499px) {
  .info-contact .item-contact .description .title {
    font-size: 20px;
  }
  .info-contact .item-contact .description .detail {
    font-size: 18px;
  }
  .devis .next {
    padding: 0;
  }
  .row-avantage {
    justify-content: center;
  }
  .home-slide .box-slide .slide-nav {
    left: 50px;
  }
  .paiement .box-content::before {
    width: calc(100% - 15%);
  }
  .home-slide .item-slide .content .link {
    font-size: 20px;
  }
  #site-header-menu #site-navigation .menu > ul > li::before {
    right: -12px;
  }
  .box-service .slide-nav {
    width: calc(100% + (50px * 2));
    left: -50px;
  }
  .home-slide .box-slide .slide-nav {
    left: 35px;
    top: 50px;
  }
  .link-arrow {
    width: 50px;
    height: 50px;
  }
  .deco-footer {
    height: calc(100% - 50px);
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #site-header-menu #site-navigation .menu > ul > li.has-submenu::before {
    left: calc(100% + 3px);
  }
  .deco-footer {
    left: -16px;
  }
}

@media only screen and (max-width: 1399px) {
  .box-ended .sub-title-footer::before {
    left: inherit;
    right: 0;
    position: absolute;
    opacity: 1;
  }
  .copyright .right {
    font-size: 14px;
  }
  .box-ended .sub-title-footer {
    padding-right: 30px;
  }
  .to-top {
    position: relative;
    right: 0;
  }
  .temoignage .box-text .description {
    font-size: 14px;
  }
  .list-engagement .item .icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
  }
  .list-engagement .item .icon svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .list-engagement .item .title {
    font-size: 17px;
  }
  .list-engagement .item .description {
    font-size: 13px;
  }
  .list-engagement {
    gap: 15px;
  }
  .list-engagement .item {
    max-width: calc(50% - 15px);
    padding: 20px 15px;
  }
  .temoignage .box-text {
    padding: 20px 15px;
  }
  .interne .home-slide .item-slide::after {
    width: 500px;
  }
  #site-header-menu #site-navigation .menu > ul > li > a {
    font-weight: 600;
    font-size: 13px;
  }
  .info-contact .item-contact .icon {
    width: 65px;
    min-width: 65px;
    height: 65px;
  }
  .info-contact .item-contact .icon img {
    width: 38px;
  }
  .accordion-header {
    padding: 0px 18px;
  }
  .accordion-item .title {
    font-size: 16px;
  }
  .accordion-item .description {
    font-size: 15px;
  }
  .service .item-slide .description .number {
    font-size: 70px;
  }
  .paiement .box-content::before {
    width: calc(100% - 7%);
  }
  .box-service .slide-nav {
    width: calc(100% + (45px * 2));
    left: -45px;
  }
  /* .content-img-text .img-principal {
            margin-left: 100px;
        } */
  .avantage .cadre-avantage {
    padding: 40px 30px;
  }
  .col-service-footer {
    position: relative;
    top: 0px;
    max-width: 100%;
    flex: 0 0 100%;
    height: max-content;
    padding-bottom: 0;
  }
  .box-avis .slide-nav {
    width: calc(100% + (15px * 2) + (50px * 2));
  }
  .menu-box {
    gap: 20px;
  }
  .box-avis .box-img {
    margin: -30px 0;
  }
  .home-slide-dots .dot-number {
    font-size: 25px;
  }
  .devis .group::before {
    right: 0;
  }
  .btn-1 {
    font-size: 13px;
  }
  header .btn-1 {
    padding: 0 16px;
  }
  .top-contact .item-contact .detail,
  .top-contact .item-contact .sub-title {
    font-size: 15px;
  }
  .copyright .content-copyright {
    padding-left: 0px;
  }
  header .espace-client .list-btn {
    gap: 15px;
  }
  .home-slide .card-slide {
    padding: 35px;
  }
  .card-slide .title-card {
    font-size: 28px;
  }
  .home-slide .card-slide .btn-1::before {
    position: absolute;
    left: -19px;
    top: 3px;
  }
  .service .box-service {
    gap: 15px;
  }
  .content-img-text .sect-title.to-left .sub-title,
  .secteur.content-img-text .sect-title .sub-title {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .secteur.content-img-text .img-principal {
    margin-left: 45px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .devis .formulaire {
    z-index: 2;
  }
}

@media only screen and (max-width: 1299px) {
  .map .deco-point {
    max-width: 90px;
  }
  .devis .form-group button {
    min-width: 180px;
  }
  .bloc-text > p {
    font-size: 15px;
  }
  #site-header-menu #site-navigation .menu > ul > li.menu-xxl {
    display: none;
  }
  .service .box-service {
    gap: 5px;
    flex-wrap: wrap-reverse;
  }
  .box-service .slide-navigation {
    margin: 0 auto;
  }
  header .btn-1 .description .title {
    font-size: 16px;
  }
  .col-input {
    width: 33%;
    max-width: 33%;
    justify-content: center !important;
    display: flex;
    margin-bottom: 20px;
  }
  .home-slide .item-slide .content .link {
    font-size: 18px;
  }
  header .espace-client .btn-icon.mail {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .map .deco-point {
    display: none;
  }
  .box-valeur {
    padding: 30px;
  }
  .secteur .img-content {
    max-width: 400px;
    margin: 0 auto;
    max-height: 310px;
  }
  .secteur .img-content img {
    height: 100%;
  }
  .bandeau-texte .item {
    font-size: 14px;
  }
  .map {
    height: 300px;
    margin: 0 auto;
    justify-content: center;
  }
  .interne .home-slide .item-slide {
    height: 300px;
  }
  .list-info .item {
    font-size: 17px;
  }
  .hr-page {
    margin-top: 35px;
  }
  .item-actu .description {
    justify-content: flex-start;
  }
  .to-top {
    position: absolute;
    top: -40px;
  }
  .box-row-footer {
    padding: 50px 0;
  }
  .service {
    padding: 55px 0 30px 0;
  }
  .list-engagement .item {
    min-height: 182px;
    width: 100%;
  }
  .infos .list-info .item .sub-title {
    font-size: 18px;
  }
  .infos .list-info .item .detail {
    font-size: 15px;
  }
  .interne .home-slide .item-slide::after {
    width: 500px;
  }
  .text-sticky-img {
    flex-direction: column;
    gap: 30px;
  }
  .interne .content-img-text .img {
    max-width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
  }
  .text-sticky-img .col-img,
  .text-sticky-img .col-text {
    max-width: 100%;
  }
  .service-slide {
    margin-left: 12px;
  }
  .list-map .btn-1.btn-2 {
    height: 42px;
    font-size: 12px;
  }
  .list-map {
    gap: 10px;
  }
  .temoignage .box-img,
  .item-actu .img {
    max-height: 280px;
  }
  .secteur {
    padding: 40px 0;
  }
  .footer .box-info .item .title {
    font-size: 15px;
  }
  .footer .box-info .item .description {
    font-size: 14px;
  }
  .item-paie {
    padding: 20px 15px;
  }
  .img-box {
    max-height: 300px;
    max-width: 300px;
    margin: 0 auto 30px auto;
  }
  .img-box img {
    width: 100%;
    height: 100%;
  }
  .home-slide .active .item-slide::after {
    width: 750px;
    height: 750px;
    bottom: -350px;
  }
  .home-slide .item-slide {
    height: 500px;
  }
  .menu-box .site-right {
    background: transparent;
    border: none;
    backdrop-filter: none;
  }
  .devis .center-block {
    padding: 15px 0;
    justify-content: space-between;
  }
  .menu-box .site-right {
    width: 100%;
  }
  .contact-form .img-content {
    max-width: 300px;
    margin: 0 auto;
  }
  .box-copyright {
    flex-wrap: wrap;
    gap: 15px;
  }
  .top-contact .item-contact .detail,
  .top-contact .item-contact .sub-title {
    font-size: 14px;
  }
  .item-actu .more,
  .item-actu .detail {
    font-size: 14px;
  }
  .top-contact {
    height: 62px;
    padding: 0;
  }
  header .site-branding {
    display: flex;
  }
  .top-contact .site-branding {
    display: none;
  }
  .interne .service {
    padding-top: 35px;
  }
  .item-temoignage {
    padding: 45px 30px;
  }
  .item-valeur .title {
    font-size: 17px;
  }
  .item-temoignage .description,
  .item-valeur .description {
    font-size: 13px;
  }
  .item-temoignage::after {
    top: 22px;
    right: 22px;
  }
  .item-actu.item-mini-xl .description {
    padding: 8px 0;
  }
  .item-actu.item-mini-xl .box-description {
    padding-top: 20px;
  }
  .box-mini-item {
    display: flex;
    flex-direction: row;
  }
  .item-contact.horaire {
    display: none;
  }
  .content-img-text .img-principal .img-content::before {
    height: calc(100% + 50px);
    width: calc(50% + 50px);
  }
  .contact-form textarea::placeholder,
  .contact-form textarea,
  .contact-form input::placeholder,
  .contact-form input,
  .contact-form .accord-form {
    font-size: 13px;
  }
  .box-contact-info .logo-footer {
    max-width: 190px;
    margin: 0 auto;
    justify-content: center;
  }
  .contact-info .link {
    font-size: 14px;
  }
  .title-decored {
    font-size: 35px;
  }
  .img-contact-info {
    width: 100%;
    max-width: 650px;
    height: 250px;
  }
  .img-contact-info img {
    object-position: top;
  }
  .home-slide .slide-navigation {
    bottom: 30%;
  }
  .info-contact .item-contact {
    gap: 15px;
  }
  .devis .form-devis {
    flex-direction: row;
  }
  .contact-form {
    position: relative;
    padding: 40px 0;
  }
  .bloc-text > p {
    font-size: 14px;
  }
  .item-actu .title {
    padding-left: 12px;
    font-size: 17px;
  }
  .devis .formulaire {
    padding: 0;
  }
  .service-slide {
    display: block;
  }
  .secteur.content-img-text .img-principal {
    padding: 0;
  }
  .content-img-text .img-principal .img-content::before {
    border-width: 8px;
  }
  .secteur.content-img-text .img-content .deco-bottom-secteur {
    width: 350px;
    height: 250px;
    bottom: -100px;
    right: -150px;
    left: inherit;
  }
  .secteur.content-img-text .img-content .deco-bottom-secteur img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .content-img-text .img-principal .content-bottom {
    width: 200px;
    height: 200px;
  }
  .devis .form-group {
    align-items: center;
    flex: 1;
  }
  .content-img-text .title-decored {
    left: 0;
    padding-bottom: 10px;
  }
  .content-img-text .box-img {
    height: 80%;
    width: 100%;
  }
  .sect-title .h2 .split-line,
  .sect-title h1 .split-line {
    display: flex !important;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
  }
  br {
    display: none;
  }
  .box-contact-info {
    padding: 25px 18px;
  }
  .content-img-text .bottom-content {
    width: 250px;
    height: 220px;
  }
  .home-slide .item-slide .title {
    line-height: 1;
  }
  .interne .home-slide .item-slide .title {
    position: relative;
    top: 20px;
  }
  .deco-footer {
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 200px;
    padding-bottom: 25px;
  }
  .col-separator {
    display: none !important;
  }
  .devis .hr-form {
    margin: 15px 0;
  }
  .right-burger {
    display: none;
  }
  .service .owl-carousel .owl-stage-outer,
  .service-slide {
    padding: 0;
  }
  .decompte .number {
    line-height: 1;
  }
  .content-img-text .img-content .decompte {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    width: calc(100% - 50px);
  }
  .bloc-text > p {
    font-size: 14px;
  }
  .arobiz .text,
  .copyright .info-copyright {
    font-size: 14px;
  }
  .item-valeur .description .detail {
    font-size: 18px;
  }
  .content-img-text .img-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .avantage .box-avantage::before {
    right: 0px;
  }
  .paiement .box-content {
    margin: 0 50px;
  }
  .paiement .box-content::before {
    width: calc(100%);
  }
  .logo-footer {
    width: 100%;
    justify-content: center;
  }
  .paiement .box-content {
    padding: 40px 0;
  }
  .paiement .box-paiement .row-paie {
    justify-content: space-between;
  }
  .paiement .box-paiement .logo-paiement {
    max-width: 350px;
  }
  .paiement .box-paiement .logo-paiement img {
    width: 100%;
  }
  .banniere .img-deco img,
  .home-slide .img-deco img {
    width: 100%;
  }
  .ttm-stickable-header .left-flash {
    width: 375px;
  }
  .home-slide .cards {
    padding: 50px 0 20px 0;
  }
  .home-slide .card-slide {
    padding: 45px;
  }
  .devis .group::before {
    display: none;
  }
  .formulaire .submit {
    margin: 0 auto;
    margin-top: 20px;
  }
  .avis .list-btn {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
    gap: 20px;
    width: max-content;
  }
  .referencement .carte-ref {
    position: relative;
  }
  .item-avantage {
    border-bottom: 1px solid #1e4155;
  }
  .col-xl-4:nth-child(2) .item-avantage {
    border-right: 1px solid #1e4155;
  }
  .col-xl-4:last-child .item-avantage {
    border-bottom: none;
  }
  .interne .content-img-text .img-content {
    padding: 0;
  }
  .content-img-text .img-content {
    padding: 0 60px 60px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0 auto;
  }
  .content-img-text .img-principal .img-content .box-circle-img {
    height: auto;
  }
  .menu-box .site-right.left {
    width: auto;
  }
  .home-slide .carte {
    display: none;
  }
  .home-slide .box-slide .contact-home {
    bottom: 50px;
    gap: 20px;
  }
  .footer .btn-1 .description .detail,
  .footer .btn-1 .description .title {
    font-size: 20px;
  }
  .home-slide .box-slide .contact-home .item {
    width: 60px;
  }
  .content-img-text .img-box {
    display: table;
    margin: 35px auto;
  }
  .header-contact-top .btn-1,
  .header-contact-top,
  .contact-top {
    display: flex !important;
  }
  .secteur.content-img-text {
    padding: clamp(40px, 5vh + 1rem, 60px) 0;
  }
  .actualite {
    position: relative;
    padding: 40px 0;
  }
  .col-left-hs {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 800%;
  }
  .col-hs {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0;
  }
  .map-box::before {
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% + 75px);
    top: -38px;
    right: -50px;
  }
  .copyright .content-copyright {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .col-arobiz {
    justify-content: center;
    display: flex;
    width: 100%;
    padding-top: 15px;
  }
  .contact-top .btn-1.social.mail,
  .contact-top .btn-1.social.tel {
    display: flex !important;
    width: 50px;
    min-width: inherit;
  }
  i.add {
    display: none;
  }
  .referencement .bg-img {
    position: absolute;
    bottom: 0;
    top: inherit;
    left: 0;
    width: 100%;
    height: 350px;
  }
  .referencement .right-ref {
    margin-left: 0;
  }
  .contact-form .box-form {
    flex-wrap: wrap;
  }
  .header-contact {
    display: none;
  }
  .header-contact-top .item.tel {
    display: flex !important;
  }
  .ttm-menu-toggle {
    position: relative;
    height: 31px;
    width: 31px;
    float: right;
  }
  .site-navigation {
    height: auto;
    position: static;
    /* display: block !important; */
    flex-direction: row-reverse;
  }
  .ttm-menu-toggle label {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 8px;
    left: 0;
    margin: 0;
  }
  .site-right {
    width: auto;
  }
  #site-header-menu #site-navigation .menu > ul > li > a.btn-1 {
    border-radius: 15px;
    padding-left: 15px;
  }
  #site-header-menu #site-navigation .menu ul li > a br {
    display: none;
  }
  #site-header-menu #site-navigation .menu ul li > a {
    font-size: 13px;
  }
  .ttm-menu-toggle .toggle-block {
    position: absolute;
    height: 2px;
    width: 100%;
    padding: 0;
    background: #eb6e23;
  }
  .top-contact {
    width: 100%;
  }
  .ttm-menu-toggle .toggle-blocks-1 {
    position: relative;
    float: left;
  }
  .ttm-menu-toggle .toggle-blocks-2 {
    position: relative;
    float: left;
    margin-top: 6px;
  }
  .ttm-menu-toggle .toggle-blocks-3 {
    position: relative;
    float: left;
    margin-top: 6px;
  }
  .ttm-menu-toggle
    input[type="checkbox"]:checked
    ~ .ttm-menu-toggle-block
    > .toggle-blocks-2 {
    opacity: 0;
  }
  .ttm-menu-toggle
    input[type="checkbox"]:checked
    ~ .ttm-menu-toggle-block
    > .toggle-blocks-1 {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top: 10px;
  }
  .ttm-menu-toggle
    input[type="checkbox"]:checked
    ~ .ttm-menu-toggle-block
    > .toggle-blocks-3 {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -10px;
  }
  #site-header-menu #site-navigation .menu {
    clear: both;
    min-width: inherit;
    float: none;
  }
  #site-header-menu #site-navigation .menu > li > ul.sub-menu {
    padding: 0px;
    border: none;
    filter: drop-shadow(6.364px 6.364px 12px rgba(40, 40, 40, 0.2));
  }
  #site-header-menu #site-navigation .menu,
  #site-header-menu #site-navigation .menu > ul ul,
  #site-header-menu #site-navigation .menu ul li > ul li a:before {
    display: none;
  }
  #site-header-menu #site-navigation .menu.active,
  #site-header-menu #site-navigation .menu > ul ul.active {
    max-height: 55em;
    display: block;
  }
  #site-header-menu #site-navigation .menu > ul > li:last-of-type a {
    border: none;
  }
  #site-header-menu #site-navigation .menu li a {
    color: #1a2e2b;
    display: block;
    padding: 0.8em;
    position: relative;
  }
  #site-header-menu #site-navigation .menu ul ul > li a {
    padding: 10px 18px 10px 30px;
  }
  #site-header-menu #site-navigation .menu ul li:hover > ul {
    display: block;
  }
  #site-header-menu #site-navigation .menu ul li > ul {
    padding-left: 15px;
  }
  #site-header-menu #site-navigation .menu ul.dropdown li a.active:after {
    content: "\f106";
    font-family: "FontAwesome";
  }
  #site-header-menu #site-navigation .menu ul ul,
  #site-header-menu #site-navigation .menu ul ul ul {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    border: none;
  }
  /* header */
  .site-branding {
    float: none;
    text-align: left;
  }
  .site-branding {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  #site-header-menu #site-navigation .menu ul > li ul li > a {
    padding: 12px 10px 12px 0;
    font-size: 13px;
    text-transform: capitalize;
  }
  #site-header-menu #site-navigation .menu > ul {
    position: absolute;
    max-height: calc(100vh - 105px);
    overflow-y: scroll;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
    z-index: 100;
    width: 100%;
    left: 0;
    z-index: 20000;
    top: 100%;
    background-color: #fff;
    /* border-top: 3px solid #e0b35b; */
  }
  #site-header-menu
    #site-navigation
    .menu
    ul.dropdown
    > li
    > ul
    > li.has-submenu
    > a:after {
    content: "\f107";
  }
  #site-header-menu
    #site-navigation
    .menu
    ul.dropdown
    > li
    > ul
    > li.has-submenu
    > a.active:after {
    content: "\f106";
  }
  #site-navigation .menu > ul li:not(:last-child) {
    border-bottom: 1px solid (93, 101, 118, 0.15);
  }
  #site-header-menu #site-navigation .menu ul.dropdown > li > a:after {
    position: absolute;
    right: 0;
    font-size: 16px;
    opacity: 0.8;
  }
  #site-header-menu #site-navigation .menu ul > li.has-submenu > a:after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    position: relative;
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  #site-header-menu #site-navigation .menu ul li a {
    display: block;
    text-align: left;
    padding: 12px 0px;
    text-decoration: none;
    height: auto;
  }
  #site-header-menu #site-navigation .menu li,
  #site-header-menu #site-navigation .menu > ul > li {
    display: block;
    margin-right: 0;
  }
  #site-header-menu #site-navigation .menu,
  #site-header-menu #site-navigation .menu > ul ul {
    overflow-y: hidden;
    max-height: 0;
    background-color: #f7f7f7;
  }
  .site-branding,
  .site-branding #logo-img {
    top: 0px;
  }
  .site-branding {
    flex: 0 0 120px;
    padding: 6px;
  }
  .site-branding::before {
    height: calc(100%);
    top: 0;
  }
  .devis {
    background: #16100d;
  }
  .title-devis {
    justify-content: center;
  }
  .menu-box {
    padding: 0;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  header .btn-1 {
    color: #ffffff !important;
    height: 56px !important;
    border: none;
    margin-top: 8px;
    display: none;
  }
  .menu-box .site-right .site-contact {
    display: none;
  }
  .banniere {
    height: 430px;
  }
  span.decored::before {
    bottom: 0;
  }
  .temoignage {
    background-size: cover;
  }
  .contact-footer {
    justify-content: start;
    flex-wrap: wrap;
  }
  .home-slide .sect-title {
    padding-top: 30px;
  }
  .devis .group {
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }
  .devis .formulaire {
    padding: 35px;
  }
  .devis .btn-1 {
    width: max-content;
    margin: 0 auto;
    padding: 0 35px;
  }
  .devis .formulaire::before {
    display: none;
  }
  .devis.interne .formulaire {
    background: initial;
  }
  .contact-form .bg-contact-form {
    opacity: 0.5;
  }
  .home-slide .owl-dots .owl-dot {
    gap: 10px 25px;
  }
  #site-header-menu #site-navigation .menu > ul > li > a {
    color: #1a2e2b;
  }
  .item-service .more {
    display: flex;
    width: 40px;
    height: 40px;
  }
  .item-service .more img {
    width: 10px;
  }
  .section-valeur {
    padding: 40px 0 0 0;
  }
  .home .avis {
    padding: 40px 0;
  }
  .secteur .img {
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
  }
  .temoignage .box-text .icon-profil {
    justify-content: center;
  }
  .engagement {
    padding: 40px 0 60px 0;
  }
  .map-form {
    padding-top: 0;
  }
  .actualite .box-actualite {
    top: 0;
    margin-top: -100px;
  }
  .actualite .bandeau-sub-title {
    padding: 100px 0;
  }
  .item-service .number,
  .item-service .title {
    font-size: 21px;
  }
  .home-slide .item-slide .description {
    font-size: 16px;
  }
  .secteur.content-img-text .img-principal {
    margin: 0 auto;
  }
  .secteur .img-principal,
  .content-img-text .img-principal {
    margin: 0 auto;
  }
  .content-img-text .img-content .deco-circle {
    position: absolute;
    width: 145px;
    height: 150px;
  }
  .content-img-text .img-content img {
    width: 102%;
    height: 100%;
  }
  .content-img-text .img-content .deco-circle .center {
    position: absolute;
    width: 150px;
    height: 150px;
  }
  .actualite .list-actu .item-actu {
    width: max-content;
  }
  .engagement .box-title {
    margin-top: -50px;
  }
  .content-img-text.interne.contact .bloc-text p {
    font-size: 18px;
  }
  .copyright .info {
    text-align: left;
  }
  .footer .push-top {
    padding-top: 100px;
  }
  .devis .title-devis {
    line-height: 1.2;
  }
  .devis .form-group button,
  .formulaire .submit {
    margin: 0px auto;
    min-width: inherit;
    width: 100%;
  }
  .devis .form-group button img,
  .formulaire .submit svg {
    width: 25px;
  }
  .formulaire .box-btn {
    margin-top: 20px;
  }
  .avis .item-avis {
    padding: 30px 0px;
  }
  .avantage .box-avantage::after {
    z-index: 0;
  }
  .contact-form .box-form {
    padding: 35px;
  }
  .home-slide .text-logo {
    font-size: 70px;
    top: 40px;
  }
  .service .box-slide {
    margin: 0;
  }
  .service .item-slide .title {
    font-size: 16px;
    opacity: 1;
    transform: none;
  }
  .service .box-slide {
    padding-bottom: 50px;
  }
  .row-devis-mb {
    padding-bottom: 50px;
  }
  .card-corner {
    height: 55px;
  }
  .box-avis .box-img {
    height: 250px;
    width: 100%;
    margin: 0 auto;
    min-width: inherit;
  }
  .secteur .box-img {
    height: 330px;
  }
  .secteur .title-decored {
    left: 0;
  }
  .box-actu .title-actu {
    font-size: 19px;
  }
  .item-avantage .icon img {
    width: 45px;
  }
  .avantage .item-avantage {
    gap: 10px;
  }
  .secteur.content-img-text .bottom-content {
    width: 320px;
    height: 260px;
    bottom: -35px;
    left: -60px;
  }
  .secteur.content-img-text .bottom-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .box-avis {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 30px;
  }
  .avis .content-avis {
    position: relative;
    z-index: 4;
    width: 100%;
    padding: 0 15px;
  }
  .box-avis .img-avis {
    position: relative;
    width: 100%;
    height: 200px;
    z-index: 1;
    top: 0;
    right: 0;
  }
  .avantage .item-avantage {
    padding: 30px 40px;
  }
  .devis .title-label {
    font-size: 18px;
    padding-bottom: 18px;
  }
  .contact-form .btn-1 {
    height: 50px;
  }
  .footer .logo-footer {
    justify-content: flex-start;
    max-width: 180px;
  }
  .box-valeur .sub-title {
    font-size: 17px;
  }
  .box-valeur {
    top: 0;
    margin-top: -75px;
  }
  .footer .service-footer .link {
    font-size: 14px;
  }
  .content-img-text {
    padding: 30px 0px;
  }
  .item-actu .date .year,
  .item-actu .date .month {
    font-size: 14px;
  }
  .item-actu .date .day {
    font-size: 25px;
  }
  .box-newsletter input,
  .box-newsletter input::placeholder {
    font-size: 14px;
  }
  .top-contact .item-contact.horaire {
    display: none;
  }
  .page {
    overflow: hidden;
  }
}

@media only screen and (max-width: 991px) {
  .service .slide-navigation {
    gap: 0;
  }
  .devis .deco-bottom,
  .service .deco-bottom,
  .actualite .deco-bottom {
    clip-path: polygon(0 1%, 100% 0, 92% 100%, 0% 100%);
  }
  .box-copyright .left {
    font-size: 13px;
  }
  .top-contact .item-contact.adresse {
    display: none;
  }
  .footer .accord-form {
    font-size: 13px;
  }
  .service .item-slide {
    max-width: 100%;
  }
  .item-actu {
    flex-direction: column;
  }
  .bg-avis {
    height: 300px;
  }
  .service .item-slide .img {
    height: 250px;
    opacity: 1;
  }
  .to-top .text {
    display: none;
  }
  .item-valeur .title {
    font-size: 15px;
  }
  .box-valeur {
    /* flex-wrap: wrap; */
    justify-content: center;
  }
  .item-valeur .icon {
    display: flex;
    width: 50px;
    height: 50px;
  }
  .item-valeur .icon img {
    width: 24px;
  }
  .item-valeur {
    max-width: max-content;
    padding: 15px;
  }
  .devis .title-label {
    font-size: 14px;
  }
  .contact-form .img-content {
    max-height: 260px;
  }
  .title-footer {
    font-size: 15px;
  }
  .sub-title-footer {
    font-size: 15px;
  }
  .item-actu .description {
    gap: 12px;
  }
  .footer .btn-1.btn-social {
    gap: 12px;
    width: max-content;
    padding: 0 18px;
  }
  .box-copyright {
    flex-wrap: wrap;
    gap: 15px 50px;
  }
  .info-contact .item-contact .description .detail {
    font-size: 15px;
  }
  .info-contact .item-contact .description .title {
    font-size: 17px;
  }
  .top-contact .item-contact .description {
    font-size: 14px;
  }
  .list-item-contact {
    justify-content: flex-start;
  }
  .top-contact .info-contact .item.horaire {
    display: none;
  }
  .home-slide .item-slide .title br {
    display: none;
  }
  .copyright .span {
    text-align: center;
  }
  .contact-info .item .description {
    font-size: 18px;
  }
  .valeur .bg-valeur {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
  }
  .valeur .bg-valeur img {
    object-position: top;
  }
  .valeur .content {
    width: 100%;
    left: 0;
    padding: 60px 0;
  }
  .valeur .ban-valeur {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 250px;
  }
  .news-letter .box-newsletter {
    padding: 60px 50px 40px 62px;
    border-top-left-radius: 125px;
  }
  .devis {
    padding: 0;
  }
  .news-letter {
    margin: 50px 0 0 0;
  }
  .banniere,
  .banniere.contact {
    height: 399px;
  }
  .footer .row-3-footer,
  .footer .row-2-footer,
  .footer .push-top {
    justify-content: flex-start !important;
  }
  .home-slide .owl-dots {
    right: 22px;
    gap: 8px;
  }
  .paiement .btn-1,
  .btn-1 {
    font-size: 14px;
    padding: 0 16px;
  }
  .paiement .box-content {
    margin: 0 20px;
  }
  .interne .home-slide .item-slide::after {
    width: 45%;
  }
  .formulaire .label-form,
  .info-footer,
  .item-adresse {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .bg-prefooter {
    display: none;
  }
  .home-slide .home-slide-dots {
    padding: 15px 0;
  }
  .home-slide-dots .dot-number {
    font-size: 20px;
  }
  .home-slide .home-slide-dots {
    gap: 14px;
  }
  .top-contact .item.demande-devis {
    display: none;
  }
  .list-map {
    gap: 5px;
  }
  .sect-title .sub-title {
    font-size: 13px;
  }
  .bloc-text > p {
    font-size: 12px;
  }
  .interne .box-formed {
    padding: 25px 20px;
  }
  .box-formed {
    padding: 30px 25px;
  }
  .secteur .box-img {
    position: relative;
    width: 100%;
    height: 250px;
    top: 0;
    margin: 0 15px 25px 15px;
  }
  .temoignage .box-img,
  .temoignage .box-text {
    gap: 15px;
  }
  .box-copyright .left {
    font-size: 12px;
  }
  .footer .newsletter {
    max-width: 290px;
  }
  .box-centered {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .bg-avis {
    height: 250px;
  }
  .box-valeur {
    gap: 12px;
  }
  .footer .box-info .item {
    border-radius: 14px;
    background: #2f9a80;
    transition: 0.6s;
  }
  .footer .box-info .item.active {
    transform: none;
  }
  .footer .box-info .item {
    width: 100%;
    max-width: 50%;
    min-width: 200px;
  }
  .footer .box-info {
    gap: 15px;
    padding: 15px;
    flex-wrap: wrap;
    justify-content: center;
    /* flex-direction: column; */
  }
  .page.home .devis .formulaire {
    padding: 25px 15px;
  }
  .devis .center-block {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .home-slide .item-slide .description {
    font-size: 14px;
  }
  .box-form.type {
    border-left: 1px solid var(--Grey-10, #eaebee);
  }
  .home-slide .owl-dots {
    flex-direction: row;
    gap: 15px 20px;
    bottom: 110px;
    right: inherit;
    left: 50px;
  }
  .box-mini-item {
    flex-direction: column;
    gap: 30px;
  }
  .social-left {
    display: none !important;
  }
  .top-contact .item-contact:not(:last-child)::before {
    display: none;
  }
  .item-contact.adresse {
    display: none;
  }
  .footer .logo-footer img {
    width: 100%;
    max-width: 200px;
  }
  .box-copyright {
    flex-wrap: wrap;
  }
  .service .item-slide {
    min-width: inherit;
  }
  .service-slide {
    display: block;
  }
  .content-img-text .img-content .deco-circle {
    display: none;
  }
  .content-img-text .img-principal {
    padding: 0;
  }
  .service-slide .owl-item.center .item-slide {
    margin: 0;
  }
  .service .item-slide .title {
    min-width: max-content;
  }
  .home-slide .item-slide .title span::before {
    top: calc(100% - 4px);
  }
  .content-img-text .bottom-content img {
    width: 100%;
  }
  .content-img-text .bottom-content {
    bottom: -64px;
    right: -50px;
  }
  .link-arrow {
    z-index: 8;
    right: -1px;
    bottom: -2px;
  }
  .actualite .box-actu .img {
    mask-image: none;
  }
  .actualite .box-actu .description {
    width: calc(100% - 80px);
    left: 40px;
    max-width: 100%;
    padding: 20px 15px;
    bottom: 50%;
    transform: translateY(50%);
  }
  .page.home .devis .formulaire {
    mask-image: unset;
  }
  .row-devis-mb {
    padding-bottom: 0px;
  }
  .box-form-group {
    flex-direction: column;
  }
  .box-temoignage .sect-title {
    flex-wrap: wrap;
  }
  .box-newsletter {
    flex-wrap: wrap;
  }
  .home-slide .box-slide .slide-nav {
    left: 15px;
    top: 30px;
  }
  .devis .center-block {
    flex-direction: column;
    gap: 0;
  }
  .title-devis {
    margin: 0 auto;
  }
  .newsletter .submit.icon {
    right: 18px;
  }
  .devis .form-devis {
    flex-wrap: wrap;
    /* flex-direction: column; */
    justify-content: center;
  }
  .devis .group {
    margin: 0 auto;
    width: 100%;
    margin-top: 15px;
  }
  .step .content {
    padding: 40px 15px;
  }
  .engagement .box-title {
    margin-top: 20px;
  }
  .content-img-text .bottom-deco {
    display: none;
  }
  .footer .box-logo.secondary {
    flex-wrap: wrap;
  }
  .news-letter .newsletter {
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer .btn-1 {
    gap: 10px;
  }
  .box-newsletter input {
    padding: 0 7px;
  }
  .content-img-text .img-principal .right-deco {
    display: none;
  }
  .footer .btn-1 .description .detail,
  .footer .btn-1 .description .title {
    font-size: 15px;
  }
  .copyright {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
  }
  .service-footer.right {
    align-items: flex-start;
  }
  .footer .newsletter input {
    width: 100%;
  }
  .news-letter .newsletter .btn-1.submit {
    width: 100%;
  }
  .box-avis .content {
    left: 40px;
  }
  .bloctel {
    flex-wrap: wrap;
  }
  .bloctel .separator {
    display: none;
  }
  .contact-top .btn-1.social.mail {
    display: none !important;
  }
  .recaptcha {
    width: 100%;
  }
  .contact-top .item.mail {
    display: none;
  }
  .col-input {
    width: 50%;
    max-width: 50%;
  }
  .valeur .item-valeur {
    padding: 16px;
    gap: 10px;
  }
  .temoignage .ban-img {
    position: relative;
    width: 100%;
    height: 280px;
    left: 0;
    top: 100%;
    transform: none;
  }
  .footer form {
    width: 100%;
  }
  .footer .box-newsletter {
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .footer .row-topped {
    margin-top: 85px;
  }
  .contact-form .contact-info .item {
    gap: 25px;
    width: 100%;
    flex-wrap: wrap;
  }
  .home-slide .title,
  .banniere .title {
    font-size: 35px;
  }
  .news-letter .title {
    font-size: 28px;
  }
  .btn-slide .btn-1 {
    /* font-size: 16px; */
    gap: 6px;
  }
  .row-copyright {
    padding-top: 0;
  }
  .top-contact .social .item.linkedin {
    display: none;
  }
  .top-contact .social-contact:nth-of-type(2) {
    display: none;
  }
  .top-contact .social-contact {
    justify-content: space-between;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .btn-1 img {
    width: 15px;
  }
  .sub-title-footer {
    font-size: 14px;
  }
  .list-engagement {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .list-engagement .item {
    max-width: 100%;
  }
  #site-header-menu #site-navigation .menu > ul > li > a {
    font-size: 12px;
  }
  .interne .home-slide .item-slide::after {
    display: none;
  }
  .service .item-slide .img {
    height: 200px;
  }
  .home-slide .active .item-slide::after {
    width: 749px;
    height: 690px;
  }
  .service-slide .owl-item.center .item-slide {
    margin: 0;
    max-width: 290px;
  }
  .service-slide {
    margin: 0;
  }
  .item-valeur .title {
    font-size: 13px;
  }
  .item-valeur {
    max-width: max-content;
    padding: 7px 12px;
  }
  .box-valeur {
    flex-wrap: wrap;
  }
  .footer .box-info .item {
    max-width: 100%;
  }
  .item-actu .title {
    font-size: 15px;
  }
  /* .contact-form .img-content::before,
    .bg-avis::before {
        display: none;
    } */
  .content-img-text .img-principal .img-content::before {
    display: none;
  }
  .home-slide .owl-dots {
    left: 15px;
  }
  .item-service .left-service {
    gap: 10px;
  }
  .content-img-text .bottom-content {
    right: -20px;
  }
  .service .item-slide .detail {
    font-size: 15px;
  }
  .actualite .box-actu .img {
    min-height: 350px;
  }
  .actualite .list-actu {
    flex-direction: column;
    width: 100%;
  }
  .actualite .list-actu .item-actu {
    width: 100%;
  }
  /* .service .item-slide .detail {
                        padding-right: 20px;
                    } */
  .prefooter .list-contact {
    flex-wrap: wrap;
  }
  .card-actualite .description {
    max-width: calc(100% - 60px);
    padding: 30px;
  }
  .copyright {
    font-size: 14px;
  }
  .top-contact .info-contact .item .description {
    gap: 5px;
  }
  .info-contact .item .description {
    font-size: 14px;
  }
  .footer .newsletter input {
    left: 0;
  }
  .content-img-text .img-content img {
    width: 100%;
  }
  .news-letter .title {
    font-size: 24px;
  }
  .col-input {
    width: 100%;
    max-width: 100%;
  }
  .ttm-stickable-header {
    padding-left: 0;
  }
  .home-slide .z-top {
    padding-left: 15px;
  }
  .box-service .slide-nav {
    width: 100%;
    left: 0;
    top: -25px;
  }
}

@media only screen and (max-width: 425px) {
  .home-slide .item-slide .title {
    font-size: 35px;
  }
  .top-contact .item-contact.mail {
    display: none;
  }
  .box-valeur {
    padding: 20px;
  }
  #site-header-menu #site-navigation .menu > ul > li > a {
    font-size: 13px;
    font-weight: 500;
  }
  .formulaire .label-form {
    font-size: 12px;
  }
  .devis .form-group button img {
    width: 18px;
  }
  .devis .title-devis {
    flex-wrap: wrap;
  }
  .content-img-text .bottom-content {
    right: 0px;
  }
  .info-contact .item.client .icon,
  .top-contact .social .item.facebook {
    display: none;
  }
  .service .item-slide .detail {
    padding-right: 20px;
  }
  .devis .form-devis {
    gap: 10px;
  }
  /* .devis .form-devis {
         flex-direction: column;
     } */
}
