    @media only screen and (min-width: 1200px) {
        .home-slide .item-slide {
            min-height: calc(588px + 95px);
            max-height: calc(100vh - 100px);
        }
        .contact-footer .item {
            line-height: 2.4;
        }
        .home-slide .item-slide:hover {
            cursor: pointer;
        }
        .ml-xl-60 {
            margin-left: 60px;
        }
        .box-select {
            width: 50%;
        }
        .home-slide .content-slide {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }
        .secteur .img-principal .img-content {
            min-height: 540px;
        }
        .devis .title-devis {
            position: relative;
        }
        .bottom-etape {
            margin-top: 85px;
        }
        .home-slide .item-slide .img-slide {
            display: none;
        }
        .interne .home-slide .item-slide .img-slide {
            display: block;
        }
        .paie-img img {
            top: 30px;
            position: relative;
        }
        .note-img img {
            top: 38px;
            position: relative;
        }
        .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;
        }
        .home-slide .content-slide .sect-title {
            position: relative;
            top: 140px;
        }
        .container {
            max-width: 100%;
            padding: 0 15px;
        }
        .btn-2.tel {
            position: relative;
        }
        .devis .row-form {
            justify-content: flex-start;
        }
        /*topbar*/
        #site-header-menu #site-navigation .menu>ul {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0px;
            gap: 28px;
        }
        #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: 48px 0;
            text-decoration: none;
            position: relative;
            line-height: 1.2;
            z-index: 1;
        }
        #site-header-menu .fixed #site-navigation .menu>ul>li>a {
            padding: 32px 0;
        }
        #site-header-menu #site-navigation .menu>ul>li:has(ul)>a::before {
            position: absolute;
            width: 10px;
            height: 14px;
            content: "+";
            left: calc(100% + 7px);
            bottom: calc(50%);
            transform: translateY(50%);
            z-index: 1;
        }
        #site-header-menu #site-navigation .menu>ul>li {
            position: relative;
        }
        /* #site-header-menu #site-navigation .menu>ul>li.has-submenu::before {
transition: 0.4s;
width: 8px;
height: 5px;
position: absolute;
top: calc(50%);
transform: translateY(-50%);
left: calc(100% + 5px);
content: '';
background: url(' ') 100% / 100% 100% no-repeat;
} */
        #site-header-menu #site-navigation .menu>ul>li>a:hover {
            color: #1D9F6C;
        }
        #site-header-menu #site-navigation .menu>ul>li.active>a {
            color: #1D9F6C!important;
        }
        #site-header-menu #site-navigation .menu>ul>li {
            position: relative;
        }
        #site-header-menu #site-navigation .menu>ul>li::after {
            content: "";
            height: 40px;
            width: 100%;
            background: transparent;
            opacity: 0;
            margin-left: 0px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
        }
        #site-header-menu #site-navigation .menu>ul>li>ul>li a {
            color: var(--WHITE, #FFF);
            font-family: "DM Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            text-transform: uppercase;
            line-height: 1.1;
        }
        #site-header-menu #site-navigation .menu>ul>li>ul>li a:hover {
            /* color: #009E8E; */
        }
        .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 .3s linear;
            transition: all .3s linear;
        }
        #site-header-menu #site-navigation .menu ul>li ul li>a {
            margin: 0;
            display: block;
            padding: 11px 24px;
            position: relative;
            display: inline-flex;
            transition: 0.4s;
            width: 100%;
        }
        #site-header-menu #site-navigation .menu ul>li ul li>a::before {
            position: absolute;
            z-index: 1;
            content: "";
            width: 0px;
            height: 1px;
            left: 0px;
            top: calc(50%);
            transform: translateY(-50%);
            opacity: 1;
            background: #1D9F6C;
            background-repeat: no-repeat;
            background-size: auto;
            transition: 0.6s;
        }
        #site-header-menu #site-navigation .menu ul>li ul li>a:hover::before {
            transition: 0.6s;
            width: 15px;
            opacity: 1;
        }
        #site-header-menu #site-navigation .menu ul>li ul li:hover>a {
            transition: 0.4s;
            color: #1D9F6C;
            transform: translateX(24px);
        }
        #site-header-menu #site-navigation .menu ul ul {
            text-align: left;
            position: absolute;
            visibility: hidden;
            display: block;
            opacity: 0;
            line-height: 20px;
            left: -6px;
            border-top: none;
            top: calc(100%);
            transition: all .2s ease;
            z-index: 99;
            list-style: none;
            border-radius: 0px;
            border: 1px solid var(--LEDC-Vert, #1D9F6C);
            background: var(--LEDC-Gris, #343434);
            box-shadow: 0 0 50px 0 rgba(35, 31, 32, 0.25);
            width: max-content;
            min-width: 300px;
            padding: 12px 0;
            transform-origin: top center;
            transform: scaleY(0) translateZ(100px);
            transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
            overflow: hidden;
            max-height: calc(100vh - 90px);
            overflow-y: auto;
        }
        #site-header-menu #site-navigation .menu ul ul.mega-menu {
            width: 780px;
            column-count: 2;
            column-gap: 70px;
        }
        .row-accordion {
            min-height: 430px;
        }
        .home .content-img-text .img-box {
            padding-left: 70px;
            padding-bottom: 55px;
        }
        .home .content-img-text .img-principal {
            padding: 0 0 0 0px;
            margin-bottom: 0px;
            margin-left: 0px;
            margin-left: 137px;
        }
        .interne .content-img-text .img-principal {
            margin-right: 0;
            padding-right: 60px;
            padding-bottom: 55px;
        }
        .secteur.content-img-text .img-box .content-left {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            width: 286px;
            height: 350px;
        }
        .secteur.content-img-text .img-box .content-left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .secteur.content-img-text .img-principal {
            display: flex;
            gap: 24px;
            padding: 0 0 0px 75px;
            margin-bottom: 0px;
            margin-right: 0px;
            margin-left: 30px;
        }
        .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;
        }
        .interne .devis .center-block {
            flex-direction: row;
        }
        .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;
        }
        .secteur .img-principal .img-content .right {
            margin-top: -95px;
        }
        .container {
            max-width: 1350px;
            padding: 0 15px;
        }
        .container-large {
            max-width: 1410px;
            padding: 0 15px;
        }
        .btn-slide {
            min-height: 200px;
        }
    }
    
    @media only screen and (min-width: 1400px) {
        .btn-slide .btn-1 {
            min-width: 230px;
            justify-content: center;
        }
    }
    
    @media only screen and (min-width: 1600px) {
        .secteur {
            padding-bottom: 95px;
        }
        .row-avis {
            justify-content: space-between;
        }
        .col-list-link:not(:last-child) .list-link::before {
            right: clamp(-80px, -10vw, -100px);
        }
    }
    
    @media only screen and (min-width: 1600px) {
        .home-slide .box-slide .slide-nav {
            left: 90px;
        }
    }
    
    @media only screen and (max-width: 1800px) {
        .btn-2.tel::before {
            left: -20px;
        }
        .home-slide .item-slide .content .link {
            font-size: 24px;
        }
        header .btn-2 .title {
            font-size: 16px;
        }
        header .btn-2 .detail {
            font-size: 15px;
        }
        .menu-box .contact-devis {
            gap: 10px;
        }
    }
    
    @media only screen and (max-width: 1700px) {
        header .btn-3 {
            font-size: 15px;
        }
        .btn-2.mail img,
        .contact-devis img {
            display: none;
        }
        header .btn-3::after {
            left: 0;
        }
        .menu-box {
            gap: 15px;
        }
        .left-box {
            gap: 35px;
        }
        .avantage .box-avantage::before {
            right: 50px;
        }
        .avantage .box-avantage::after {
            width: calc(100% - 50px + 30px + 12px);
        }
    }
    
    @media only screen and (max-width: 1599px) {
        .devis .title-devis {
            font-size: 19px;
        }
        .contact-info .item-info .title {
            font-size: 21px;
        }
        .contact-info .item-info .detail {
            font-size: 16px;
        }
        .top-contact {
            display: flex;
        }
        .secteur.content-img-text .bottom-content {
            width: 400px;
        }
        .secteur.content-img-text .img-content {
            max-width: 286px;
            height: 540px;
        }
        .secteur.content-img-text .bottom-content img {
            width: 100%;
            height: 100%;
        }
        .home-slide .item-slide .title {
            line-height: 1.1;
        }
        .deco-footer {
            left: -30px;
        }
        .decompte .description {
            font-size: 17px;
        }
        .service .box-service {
            gap: 25px;
        }
        .logo-footer {
            max-width: 235px;
        }
        .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;
        }
        .devis .form-group button img {
            width: 22px;
        }
        .devis .form-devis {
            width: max-content;
        }
    }
    
    @media (min-width: 1200px) and (max-width: 1499px) {
        .col-formulaire {
            max-width: 40%;
            flex: 0 0 40%;
        }
    }
    
    @media only screen and (max-width: 1499px) {
        .site-branding {
            flex: 0 0 220px;
        }
        .ttm-stickable-header.fixed .site-branding {
            flex: 0 0 150px;
        }
        .title-footer {
            font-size: 20px;
        }
        .btn-3 {
            height: 55px;
        }
        .bg-avantage {
            left: 15px;
        }
        #site-header-menu #site-navigation .menu>ul>li>a {
            font-size: 13px;
        }
        .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;
        }
        .item-actu .title {
            font-size: 14px;
        }
        .link-arrow {
            width: 50px;
            height: 50px;
        }
        .deco-footer {
            height: calc(100% - 50px);
            top: 50%;
            transform: translateY(-50%);
            max-height: 100%;
        }
    }
    
    @media only screen and (max-width: 1399px) {
        .devis .submit {
            font-size: 14px;
        }
        .content-img-text .content-img .top-info .description {
            font-size: 16px;
        }
        .content-img-text .content-img .top-info .number {
            font-size: 35px;
        }
        .content-img-text .content-img .right-img {
            width: 55%;
        }
        .content-img-text .content-img .left-img {
            width: 50%;
        }
        .bloc-text>p {
            font-size: 15px;
        }
        .home-slide .box-title {
            gap: 30px;
            justify-content: center;
        }
        .contact-footer .left {
            gap: 25px
        }
        .contact-footer {
            flex-wrap: wrap;
        }
        #site-header-menu #site-navigation .menu>ul {
            gap: 20px;
        }
        .menu-box .contact-devis {
            gap: 10px;
        }
        .item-valeur .description {
            font-size: 14px;
        }
        .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-right: 50px;
        }
        .avantage .cadre-avantage {
            padding: 40px 30px
        }
        .formulaire .label-form {
            font-size: 11px;
        }
        .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;
        }
        .devis .group::before {
            right: 0;
        }
        header .btn-1 {
            padding: 0 16px;
        }
        .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 only screen and (max-width: 1300px) {
        header .btn-3 {
            gap: 0;
            padding: 0 10px;
        }
        .btn-2.tel::before {
            display: none;
        }
        #site-header-menu #site-navigation .menu>ul {
            gap: 14px;
        }
        .item-paiement .description br {
            display: none;
        }
        .actualite .title-actu {
            font-size: 20px;
        }
        .service .box-service {
            gap: 5px;
            flex-wrap: wrap-reverse;
        }
        .service-slide {
            padding-top: 20px;
        }
        .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) {
        .service {
            padding: 40px 0;
        }
        .secteur .box-img .double .bottom,
        .secteur .box-img .double .top {
            max-width: inherit;
        }
        .secteur .box-img .double .bottom,
        .secteur .box-img .double .top {
            height: calc(50% - 10px);
        }
        .secteur .box-img .double {
            gap: 20px;
        }
        .secteur .box-img {
            width: 80%;
            max-height: 450px;
            margin: 0 auto;
        }
        .contact-form {
                    padding: 0px 0 20px 0;
        top: -25px;
        position: relative;
        margin-top: -25px;
        }
		form#contactUsForm {
    margin-top: 30px;
}
.pt-5, .py-5 {
    padding-top: 30px !important;
}
.mt-5, .my-5 {
    margin-top: 30px !important;
}
#rdv_diag_erp .panel-body {
    padding: 0px !important;
}
div#rdv_diag_erp {
    top: 20px;
}
        .service .item-slide .description {
            left: 0px;
            padding-left: 25px;
        }
        .item-valeur .title {
            font-size: 19px;
        }
        .newsletter input::placeholder,
        .newsletter input {
            font-size: 14px;
        }
        .service .item-slide .description .icon img {
            width: 38px;
        }
        .service .item-slide .title {
            font-size: 19px;
        }
        .dashed,
        .box-copyright {
            border-width: 2px;
        }
        .valeur .item-valeur .icon img {
            width: 45px;
        }
        .service .slide-navigation .service-nav img {
            width: 8px;
        }
        .title-footer {
            padding-bottom: 0px;
        }
        .footer .link-social .sub-title {
            font-size: 17px;
        }
        .newsletter .description,
        .copyright .content .key,
        .copyright .content {
            font-size: 14px;
        }
        .footer .box-logo {
            max-width: 160px;
        }
        .devis .form-group button {
            padding: 15px 5px;
        }
        .devis .title-label {
            position: relative;
            bottom: 0;
        }
        .devis {
            padding: 50px 0;
        }
        .home-slide .logo-icon {
            opacity: 1;
        }
        .contact-form .accord-form {
            font-size: 14px;
        }
        .contact-form input {
            height: 55px;
        }
        .bg-xl {
            display: none;
        }
        .bottom-logo {
            max-width: 290px;
        }
        .map-box {
            margin-top: 45px;
        }
        .box-coordonnee {
            margin-top: 40px;
            padding: 30px;
            border-radius: 12px;
        }
        .contact-form .contact-footer .item .icon {
            width: 60px;
            height: 60px;
        }
        .contact-form .contact-footer .item .icon img {
            width: 20px;
        }
        .btn-1 {
            height: 45px;
        }
        .secteur.content-img-text .img-box .content-left {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            height: 300px;
            width: 250px;
        }
        .secteur .img-principal .deco-secteur {
            height: 240px;
        }
        .secteur.content-img-text .img-content {
            height: 420px;
            width: 250px;
        }
        .valeur {
            padding: 35px 0;
        }
        .devis .title-devis {
            font-size: 20px;
        }
        .home-slide .item-slide .container {
            bottom: inherit;
            top: 30%;
        }
        .home .secteur {
            padding-top: 0;
			padding-bottom:50px !important;
        }
        .actualite .date img {
            width: 12px;
        }
        .actualite .date {
            padding: 8px;
            font-size: 13px;
        }
        header .list-btn {
            display: none;
        }
        .copyright .left-menu {
            flex-wrap: wrap;
            gap: 10px 15px;
        }
        .banniere .title {
            left: 20px;
        }
        .banniere .title br {
            display: block;
        }
        .banniere .ban-box {
            height: 350px;
        }
        .contact-form .box-img {
            height: 250px;
            margin: 0 auto;
        }
        .content-img-text .img-principal {
            padding: 0;
        }
        .content-img-text .img-box .content-right {
            height: calc(70%);
            right: inherit;
            width: 200px;
            left: calc(100% - 80px);
        }
        .devis .title-devis {
            text-align: center;
        }
        .site-branding {
            flex: 0 0 170px;
        }
        .item-valeur .box-icon .icon img {
            width: 45px;
        }
        .box-newsletter .description,
        .actualite .detail {
            font-size: 17px;
        }
        .box-newsletter .title {
            font-size: 19px;
        }
        .home-slide .bg-slide {
            display: none;
        }
        .home-slide .item-slide::before {
            position: absolute;
            width: 100%;
            height: 100%;
            content: "";
            z-index: 1;
            top: 0;
            left: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.45) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
        }
        .home-slide .item-slide {
            border: none;
        }
        .copyright .left .mention {
            flex-wrap: wrap;
        }
        .secteur .img-principal .img-content .content-left {
            width: 200px;
            height: 200px;
        }
        .item-valeur .title-valeur {
            font-size: 17px;
        }
        .left-box {
            justify-content: space-between;
        }
        .home-slide .content-slide .icon,
        .home-slide .content-slide .btn-slide {
            transition: 0.6s;
            opacity: 1;
            visibility: visible;
            transform: translatey(0px);
        }
        .home-slide .item-slide .content-slide .icon {
            width: 60px;
        }
        .home-slide .item-slide .content-slide .icon img {
            width: 100%;
        }
        .interne .home-slide .item-slide .title {
            top: 20px;
        }
        .box-slide .right-text {
            display: none;
        }
        .col-list-link:not(:last-child) .list-link::before {
            display: none;
        }
        .item-stepp .description {
            font-size: 19px;
        }
        .about-tab {
            padding-top: 80px;
        }
        .bg-avantage {
            left: 0;
        }
        .service .btn-1 {
            font-size: 14px;
            padding: 0 15px;
        }
        .item-paiement {
            align-items: flex-start;
        }
        .bottom-etape::after {
            display: block;
        }
        .copyright {
            font-size: 15px;
        }
        .etape .deco-bottom {
            display: none;
        }
        .etape .item-stepp {
            padding-bottom: 10px;
        }
        .content-img-text .content-img .top-info {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
        }
        .map-box {
            height: 250px;
        }
        .contact-info .item-contact .detail {
            font-size: 14px;
        }
        .service .slide-navigation .service-nav {
            height: 40px;
            width: 40px;
        }
        .contact-footer .item,
        .contact-footer .item .title,
        .contact-footer .item .detail {
            font-size: 15px;
        }
        .box-copyright {
            flex-wrap: wrap;
            gap: 10px;
        }
        .secteur .img-principal .img-content .right,
        .secteur .img-principal .img-content .left {
            height: 400px;
        }
        .home-slide-dots-wrapper {
            top: 0;
        }
        .avis .btn-1,
        .btn-slide .btn-1 {
            font-size: 14px;
        }
        #site-header-menu #site-navigation .menu>ul>li>a {
            color: #343434;
        }
        .box-contact-info {
            justify-content: flex-start;
        }
        .content-img-text .bottom-content {
            width: 250px;
            height: 220px;
        }
        .item-service .description {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
            padding: 18px;
            gap: 10px;
        }
        .item-service .description .more {
            width: 100%;
        }
        .item-service .description .more .deco::before {
            transform: translate(0, 50%);
        }
        .item-service .img {
            height: 230px;
        }
        .item-actu .img {
            max-height: 200px;
        }
        /* .item-actu .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        } */
        .footer .box-newsletter {
            flex-wrap: wrap;
        }
        .footer .logo-footer::before {
            right: -14px;
        }
        .home-slide .item-slide .title {
            line-height: 1;
        }
        .deco-footer {
            position: relative;
            left: 0;
            bottom: 0;
            z-index: 2;
            width: 100%;
            height: 200px;
            padding-bottom: 25px;
        }
        .col-separator {
            display: none!important;
        }
        .copyright {
            flex-wrap: wrap;
        }
        .devis .hr-form {
            margin: 15px 0;
        }
        .right-burger {
            display: none;
        }
        .decompte .number {
            line-height: 1;
        }
        .content-img-text .img-content .decompte {
            flex-direction: column;
            gap: 10px;
            padding: 20px;
            width: calc(100% - 50px);
        }
        .col-formulaire {
            display: flex;
            justify-content: center;
        }
        .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 {
            height: 450px;
        }
        .interne .content-img-text .img-content {
            height: 320px;
        }
        .content-img-text .img-principal .content-left-circle {
            width: 220px;
            height: 220px;
        }
        .content-left-circle .img-circle {
            position: absolute;
            width: calc(100% - 16px);
            height: calc(100% - 16px);
        }
        .content-left-circle .center-experience .year {
            font-size: 38px;
        }
        .content-left-circle .center-experience {
            width: 164px;
            height: 164px;
            font-size: 15px;
        }
        .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 .bg-paiement {
            width: 100%;
            height: 100%;
            top: 0;
        }
        .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;
            min-height: 50px;
        }
        .avis .list-btn {
            display: flex;
            flex-direction: inherit;
            flex-wrap: wrap;
            gap: 20px;
            width: max-content;
        }
        .referencement .carte-ref {
            position: relative;
        }
        .content-img-text .img-content {
            display: flex;
            justify-content: center;
        }
        .menu-box .site-right.left {
            width: auto;
            padding: 6px 0;
        }
        .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: 0 auto;
			        padding: 10px 0 !important;
        }
        .header-contact-top .btn-1,
        .header-contact-top,
        .contact-top {
            display: flex!important;
        }
        .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: 70px;
            position: static;
            display: block !important;
        }
        .ttm-menu-toggle label {
            cursor: pointer;
            position: absolute;
            z-index: 99;
            height: 100%;
            width: 100%;
            top: 25px;
            left: 0;
            margin: 0;
        }
        header .btn-2 {
            display: none;
        }
        .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: #1D9F6C;
        }
        .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: #343434;
            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: flex-start;
            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: 14px;
            text-transform: capitalize;
        }
        #site-header-menu #site-navigation .menu>ul {
            position: absolute;
            max-height: calc(100vh - 110px);
            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: calc(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: .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;
        }
        #site-header-menu #site-navigation .menu ul li a {
            display: block;
            text-align: left;
            padding: 15px 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;
        }
        .menu-box {
            justify-content: space-between;
            align-items: center;
            margin: 0;
        }
        header .btn-1 {
            color: #12455A !important;
            height: 40px!important;
            border: none;
            margin-top: 8px;
        }
        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: 0px;
            align-items: center;
        }
        .devis .btn-1 {
            width: max-content;
            margin: 0 auto;
            padding: 0 35px;
        }
        .contact-form .bg-contact-form {
            opacity: 0.5;
        }
        .home-slide .owl-dots .owl-dot {
            width: 55px;
            height: 4px;
            gap: 10px 25px;
        }
        .item-service .more {
            display: flex;
            width: 40px;
            height: 40px;
        }
        .item-service .more img {
            width: 10px;
        }
        .section-valeur {
            padding: 40px 0 0 0;
        }
        .engagement {
            padding-bottom: 40px;
        }
        .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 {
            height: 580px;
        }
        .home-slide .item-slide .description {
            font-size: 16px;
        }
        .secteur .img-principal .content-bottom {
            max-width: 200px;
            height: auto;
        }
        .secteur.content-img-text .img-principal {
            margin: 0 auto;
            padding: 0;
            display: flex;
            gap: 30px;
        }
        .secteur .img-principal,
        .content-img-text .img-principal {
            margin: 0 auto;
        }
        .actualite .list-actu .item-actu {
            width: max-content;
        }
        .engagement .box-title {
            margin-top: -50px;
        }
        .bloc-text>p {
            line-height: 1.4;
        }
        .content-img-text.interne.contact .bloc-text p {
            font-size: 18px;
        }
        .copyright .info {
            text-align: left;
        }
        .footer .push-top {
            padding-top: 100px;
        }
        .formulaire .box-btn {
            margin-top: 20px;
        }
        .avantage .box-avantage::after {
            z-index: 0;
        }
        .contact-form .box-form {
            padding: 35px;
        }
        .home-slide .text-logo {
            font-size: 70px;
            top: 40px;
        }
        .service .item-slide .img {
            height: 300px;
        }
        .service .box-slide {
            margin: 0 15px;
        }
        .row-devis-mb {
            padding-bottom: 50px;
        }
        .card-corner {
            height: 55px;
        }
        .service .arrow-box {
            width: 44px;
            height: 44px;
        }
        .box-actu .title-actu {
            font-size: 19px;
        }
        .contact-footer {
            display: flex;
            gap: 10px
        }
        .actualite .title-actu {
            min-height: inherit;
        }
        .item-avantage .description {
            font-size: 20px;
        }
        .item-avantage .icon img {
            width: 45px;
        }
        .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;
        }
        .menu-box .contact-devis {
            display: none;
        }
        .content-img-text .ban-content-img {
            padding: 0 15px;
        }
        .content-img-text .ban-content-img {
            height: auto;
            margin-top: -50px;
            top: 50px;
        }
        .valeur .item-valeur {
            width: 100%;
            gap: 12px;
        }
        .home .content-img-text {
            margin: 0;
            padding-bottom: 30px;
        }
        .hero-contact-wrap {
            flex-wrap: wrap;
            justify-content: center;
            padding: 50px 0;
            gap: 25px 50px;
        }
        .bg-avantage {
            background-position: center;
        }
        .title-footer {
            font-size: 17px;
        }
        .actualite .more {
            font-size: 14px;
        }
        .actualite .title-actu {
            font-size: 19px;
            margin: 0;
            padding: 12px 0;
        }
        .note-img {
            margin: 20px 0 0 0;
            width: 200px;
            height: 100px;
        }
        .note-img img {
            object-fit: contain;
        }
        .actualite-slide .img {
            height: 320px;
        }
        br:not(.stepTitle br){
            display: none;
        }
		.avis-section .contact-form {
    top: 0px;
    margin-top: 15px;
}
button#link-avis {
    margin-bottom:20px;
}
        .item-paiement .title {
            text-align: left;
        }
        .paie-img {
            padding-top: 30px;
            margin: 0;
        }
        .content-img-text .content-img .top-info .number {
            font-size: 26px;
        }
        .service .item-slide .logo-icon {
            width: 50px;
            height: 50px;
        }
        .service .item-slide .logo-icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .service .item-slide .logo-icon {
            margin-top: -30px;
        }
        .btn-link img {
            width: 50px;
        }
        .service .item-slide .description {
            font-size: 14px;
        }
        .devis .title-label {
            font-size: 14px;
        }
        .item-paiement .img {
            height: 190px;
        }
        .item-paiement .title {
            width: 100%;
        }
        .item-paiement .box-title {
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 15px;
        }
        .contact-info .item-info .detail {
            font-size: 14px;
        }
        .contact-info .item-info {
            padding: 25px 15px;
            gap: 15px;
        }
        .footer .btn-1,
        .newsletter input {
            height: 55px;
        }
    }
    
    @media only screen and (max-width: 991px) {
        .devis .form-group button {
            min-width: 100px;
        }
        .item-paiement .box-title img {
            width: 35px;
        }
        .copyright .content {
            font-size: 14px;
        }
        .top-contact .item {
            font-size: 13px;
        }
        .copyright .list-mention {
            flex-wrap: wrap;
            gap: 10px;
        }
        .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;
        }
        .arobiz {
            align-items: center;
        }
        .contact-info .item .description {
            font-size: 18px;
        }
        .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;
        }
        .content-img-text {
            padding: 25px 0;
        margin: 25px 0px;
        }
		h1.title-animation {
    margin-bottom: unset;
}
        .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;
        }
        .home-slide .item-slide .sub-title {
            font-size: 18px;
        }
        .home-slide .box-slide .left-contact .item img,
        .home-slide .box-slide .bottom-social .item img {
            width: 40px;
        }
        .sect-title .sub-title {
            font-size: 14px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .service .item-slide .title {
            height: 16px;
        }
        .service .item-slide .img {
            height: 260px;
        }
        .service .item-slide .description .icon img {
            width: 28px;
        }
        .footer .logo-footer img {
            max-width: 220px;
        }
        .secteur .box-img .center-circle {
            width: 140px;
            height: 140px;
        }
        .secteur .box-img .center-circle .img-circle {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .secteur .box-img .center-circle .img-circle img {
            width: calc(100% - 15px);
            height: calc(100% - 15px);
            left: 50%;
            top: 50%;
            /* transform: translate(-50%, -50%); */
        }
        .secteur .box-img {
            max-height: 300px;
            width: 100%;
            gap: 20px;
        }
        .content-img-text .img-principal .content-left-circle.aos-animate {
            display: none;
        }
        .top-contact .item.client {
            padding: 6px 10px;
        }
        .copyright .content {
            font-size: 13px;
        }
        .devis .form-group button {
            min-width: 94px;
        }
        .footer .logo-footer::before {
            display: none;
        }
        .top-contact .item.adresse {
            display: none;
        }
        .item-paiement .title {
            font-size: 21px;
        }
        .contact-info .item-info .title {
            font-size: 18px;
        }
        .contact-info .item-info .detail {
            font-size: 15px;
        }
        .btn-3 {
            height: 48px;
        }
        .devis .center-block {
            flex-direction: column;
        }
        .avis .note {
            align-items: flex-start;
        }
        .title-footer {
            font-size: 15px;
        }
        .content-img-text .content-img .deco-bottom {
            width: 200px;
        }
        .content-img-text .content-img .deco-bottom img {
            width: 100%;
        }
        .actualite .title-actu {
            font-size: 20px;
        }
        .footer .newsletter {
            flex-direction: column;
            gap: 25px;
            align-items: flex-start;
        }
        .secteur .img-principal .img-content .left,
        .secteur .img-principal .img-content .right {
            height: 250px;
        }
        .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%);
        }
        .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;
        }
        .title-devis {
            margin: 0 auto;
        }
        .newsletter .submit.icon {
            right: 18px;
        }
        .devis .form-devis {
            flex-wrap: wrap;
            justify-content: center;
        }
        .devis .group {
            width: max-content;
            margin: 0 auto;
            margin-top: 15px;
        }
        .home-slide .item-slide .title {
            font-size: 32px;
        }
        .step .content {
            padding: 40px 15px;
        }
        .home-slide .item-slide {
            height: 500px;
        }
        .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;
        }
        .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;
        }
        .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%;
        }
        .temoignage {
            padding-top: 0;
            margin-top: 0;
        }
        .temoignage .ban-img {
            position: relative;
            width: 100%;
            height: 280px;
            left: 0;
            top: 100%;
            transform: none;
        }
        .footer form {
            width: 100%;
        }
        .footer .row-topped {
            margin-top: 85px;
        }
        .contact-form .contact-info .item {
            gap: 25px;
            width: 100%;
            flex-wrap: wrap;
        }
        .news-letter .title {
            font-size: 28px;
        }
        .row-copyright {
            padding-top: 0;
        }
        .top-contact .social .item.linkedin {
            display: none;
        }
        .top-contact .social-contact {
            gap: 0;
        }
        .content-img-text.secteur .img-principal .img-content .secteur-deco {
            display: none
        }
        .avis .btn-1 {
            font-size: 13px;
        }
        .btn-slide {
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: flex-start;
        }
        .home-slide .box-dot {
            bottom: 100px;
        }
        .footer .list-link {
            justify-content: flex-start;
            gap: 15px 30px;
        }
        .box-avis {
            padding: 20px;
        }
        .content-img-text.about .img-content::after,
        .content-img-text.about .img-content::before {
            display: none;
        }
    }
    
    @media only screen and (max-width: 575px) {
        .secteur .img-principal .content-bottom {
            bottom: calc(50% - 50px);
        }
        .secteur .img-principal .deco-secteur {
            display: none;
        }
        .secteur.content-img-text .img-principal {
            flex-wrap: wrap;
            justify-content: center;
        }
        .top-contact .item.mail {
            display: none;
        }
        .content-img-text .img-principal {
            padding: 0;
        }
        .box-newsletter .title {
            font-size: 16px;
        }
        .box-newsletter .description,
        .actualite .detail {
            font-size: 14px;
        }
        .actualite .title-actu {
            font-size: 16px;
        }
        .secteur .img-principal .img-content .content-left,
        .content-img-text .img-box .content-right {
            display: none;
        }
        .devis .form-devis {
            gap: 0px;
        }
        .content-img-text .content-img .deco-bottom {
            width: 150px;
        }
        .content-img-text .content-img {
            padding-top: 60px;
        }
        .content-img-text .content-img .top-info {
            top: -20px;
            left: 0;
            gap: 0;
        }
        .footer .list-link {
            justify-content: flex-start;
            gap: 15px 30px;
        }
        .footer .btn-1 {
            text-align: center;
            justify-content: center;
            font-size: 12px;
        }
        .news-letter {
            flex-direction: column;
            gap: 15px;
        }
        .secteur .img-principal .img-content .left {
            display: none;
        }
        .secteur .img-principal .img-content,
        .secteur.content-img-text .img-box .content-left {
            height: 200px;
        }
        .content-img-text .img-content {
            height: 300px;
        }
        .secteur.content-img-text .bottom-content {
            display: none;
        }
        .item-service .left-service {
            gap: 10px;
        }
        .secteur.content-img-text .img-box {
            padding-bottom: 25px!important;
        }
        .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;
        }
        .home-slide .item-slide .title {
            font-size: 26px;
        }
        .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;
        }
        .footer .sect-title .h2 {
            font-size: 22px;
        }
    }
    
    @media only screen and (max-width: 425px) {
        .footer .logo-footer {
            margin: 0 auto;
        }
        .home-slide .box-slide .bottom-social,
        .home-slide .slide-navigation {
            gap: 5px;
        }
        .home-slide .box-slide .left-contact {
            left: 10px;
        }
        .avis .item-avis .title {
            font-size: 21px;
        }
        .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;
        }
        .avis .note,
        .avis .list-btn {
            flex-direction: column;
        }
    }