.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #0066b3;
}

@media only screen and (min-width: 1200px) {
    .page-intern .header {
        position: static;
    }
    .home-slide .item-slide {
        max-height: calc(100vh - 150px - 240px);
        min-height: 300px;
    }
    .home-slide .item-slide .container {
        max-width: 1200px;
    }
    .fixed-header .site-branding {
        height: 100px;
    }
    .fixed-header .site-branding img {
        max-width: 135px;
        object-fit: contain;
        transition: 0s;
    }
    .diag-slide .item {
        width: 370px;
    }
    .diag-slide .item:hover {
        width: 500px;
    }
    .fixed-header .top-contact {
        display: none !important;
    }
    .header .container {
        max-width: 100%;
        padding: 0;
    }
    /*topbar*/
    .site-branding .home-link {
        position: relative;
        z-index: 1;
        display: block;
    }
    .site-branding .home-link img {
        transition: none;
    }
    .menu-box {
        padding: 0 15px;
    }
    #site-header-menu #site-navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0px;
        flex-wrap: wrap;
        gap: 0px;
    }
    #site-header-menu #site-navigation,
    #site-header-menu #site-navigation .menu {
        width: 100%;
    }
    .container {
        max-width: 1300px;
    }
    #site-header-menu #site-navigation .menu>ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 0 15px;
    }
    #site-header-menu #site-navigation .menu>ul>li>a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 0;
        height: 125px;
        text-decoration: none;
        position: relative;
        font-size: 14px;
        z-index: 1;
        font-weight: 600;
        color: #4d4d4d;
        line-height: 20px;
    }
    #site-header-menu #site-navigation .menu>ul>li.has-submenu>a:after {
        display: none;
        content: "\f107";
        margin-left: 10px;
        font-family: "FontAwesome";
    }
    #site-header-menu #site-navigation .menu>ul>li:hover>a {
        color: #38b6ff;
    }
    #site-header-menu #site-navigation .menu>ul>li>a:hover {
        color: #38b6ff;
    }
    #site-header-menu #site-navigation .menu>ul>li ul>li a b {
        font-weight: bold;
    }
    #site-header-menu #site-navigation .menu>ul>li ul>li a {
        font-weight: 600;
        font-size: 15px;
        line-height: 16px;
        padding: 0 15px;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all .3s;
        transition: all .1s;
        position: relative;
    }
    #site-header-menu #site-navigation .menu>ul>li ul>li.active:not(.title-menu) a,
    #site-header-menu #site-navigation .menu>ul>li ul>li:not(.title-menu):hover a {
        color: #fff;
        text-decoration: underline;
    }
    #site-header-menu #site-navigation .menu>ul>li ul>li.active:not(.title-menu) a::before,
    #site-header-menu #site-navigation .menu>ul>li ul>li:not(.title-menu):hover a::before {
        content: "//  ";
    }
    #site-header-menu #site-navigation>ul li>a,
    #site-header-menu #site-navigation .menu ul>li ul li>a {
        margin: 0;
        display: block;
        padding: 7px 10px;
        position: relative;
    }
    #site-header-menu #site-navigation .menu ul .sub-menu {
        text-align: left;
        position: absolute;
        visibility: hidden;
        display: block;
        opacity: 0;
        line-height: 20px;
        left: 0;
        top: 100%;
        transition: all .2s ease;
        z-index: 99;
        background-color: #38b6ff;
        min-width: 330px;
        width: max-content;
        padding: 10px;
        transform: scaleY(0);
        transform-origin: top center;
        transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    }
    #site-header-menu #site-navigation .menu ul .sub-menu.mega-menu .title-menu a {
        text-transform: uppercase;
        font-weight: bold;
    }
    #site-header-menu #site-navigation .menu ul .sub-menu.mega-menu {
        width: 590px;
    }
    #site-header-menu #site-navigation .menu>ul>li:last-child>ul {
        right: 0;
        left: auto;
    }
    /* header-style-stackcenter */
    .home-slide .item-slide {
        max-height: calc(100vh - 125px - 240px);
    }
    .menu-box .col-left {
        flex: 1;
    }
}

@media all and (min-width: 1300px) {
    .top-contact {
        gap: 50px;
    }
    .top-contact>div {
        gap: 10px;
    }
    .d-xxl-block {
        display: none !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .container.container-one {
        max-width: 1600px;
    }
    .menu-box,
    .top-contact {
        padding: 0 25px;
    }
    .site-branding {
        flex: 0 0 310px;
    }
}

@media all and (min-width: 1500px) {
    #site-header-menu #site-navigation .menu>ul {
        gap: 0px;
    }
    #site-header-menu #site-navigation .menu>ul>li>a {
        font-size: 15px;
    }
    .menu-box,
    .top-contact {
        padding: 0 45px;
    }
}

@media screen and (min-width: 1400px) {
    #site-header-menu #site-navigation .menu>ul {
        gap: 0 0px;
    }
    .home-link {
        flex: 0 0 330px;
    }
    .menu-box,
    .menu-box .col-left {
        gap: 0 25px;
    }
}

@media all and (min-width: 1700px) {
    .presta-slide .item .content .desc {
        font-size: 20px;
    }
    .presta-slide .item .title {
        font-size: 30px;
    }
    #site-header-menu #site-navigation .menu>ul {
        gap: 0;
    }
    #site-header-menu #site-navigation .menu>ul>li>a {
        font-size: 20px;
    }
    .menu-box,
    .top-contact {
        padding: 0 45px;
    }
    .menu-box,
    .menu-box .col-left {
        gap: 0 45px;
    }
    .home-link {
        flex: 0 0 380px;
    }
}

@media all and (min-width: 1800px) {
    .home-link {
        flex: 0 0 440px;
    }
}

@media all and (max-width: 1400px) {
    .owl-custom .owl-controls .owl-nav .owl-prev {
        left: -12px;
    }
    .owl-custom .owl-controls .owl-nav .owl-next {
        right: -12px;
    }
    .home-slide .item-slide .bg-slide::before {
        background-size: contain;
        width: 35%;
    }
    .home-slide .item-slide .bg-slide::after {
        background-size: contain;
        width: 35%;
    }
}

@media all and (max-width: 1325px) {
    #site-header-menu #site-navigation .menu>ul {
        gap: 0 5px;
    }
}

@media all and (max-width: 1199px) {
    .section-avantage .content {
        justify-content: center;
        gap: 30px 50px;
    }
    .section-coordo .inner {
        margin-bottom: 30px;
    }
    .section-form .title-md {
        width: 100%;
        text-align: center;
    }
    .section-middle .img-right {
        float: none;
        margin: 0 0 30px;
    }
    .section-services {
        padding-bottom: 50px;
    }
    .menu-box .col-right {
        display: none;
    }
    .menu-box {
        position: static;
    }
    .top-contact>div {
        font-size: 14px;
    }
    .page-contact .section-about .h1 {
        padding-top: 0;
    }
    .section-about .bande-adresse .item {
        margin-bottom: 25px;
    }
    .home-slide::before {
        width: 285px;
    }
    .ban .sect-title .h1 {
        font-size: 50px;
    }
    .contact-boxer {
        height: auto;
    }
    .contact-box {
        padding: 30px;
    }
    .top-contact {
        padding: 0;
    }
    .home-slide .item-slide .title {
        font-size: 35px;
    }
    .home-slide .item-slide .title span {
        font-size: 20px;
    }
    .home-slide .item-slide .bg-slide::before {
        background-size: contain;
        width: 20%;
    }
    .home-slide .item-slide .bg-slide::after {
        background-size: contain;
        width: 20%;
    }
    .section-acroche::before {
        height: 170px;
    }
    .bande-adresse {
        gap: 15px 30px;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .section-acroche .content-acroche {
        gap: 15px 25px;
    }
    .content-acroche .item {
        font-size: 24px;
        gap: 10px;
    }
    .form-style {
        flex-wrap: wrap;
        gap: 25px 0;
    }
    .content-img-left {
        float: none;
        margin: 0 auto 30px;
        display: table;
    }
    .section-about {
        padding: 100px 0;
    }
    .head-top {
        padding: 10px 0;
        border-bottom: 2px solid #38b6ff;
    }
    .top-contact a:not([class*="btn-"]) {
        font-weight: 600;
        color: #1d1d1d;
    }
    .home-slide .item-slide {
        height: 450px;
    }
    .ttm-header-wrap {
        position: relative;
        background-color: #0066b3;
    }
    .list-avt {
        justify-content: center;
    }
    .social-contact {
        width: 100%;
    }
    .contact-list .item .title {
        font-size: 18px;
    }
    .diag-slide .item {
        width: auto;
    }
    .home-slide.owl-carousel .owl-dots {
        display: none !important;
    }
    #site-header-menu #site-navigation .menu>ul>li:not(:last-child) {
        margin-right: 0;
    }
    .agence-box .ref-box.deco::before {
        right: 0;
        top: 100%;
        width: 100%;
        height: 1px;
    }
    .paie-sect::before {
        width: 100%;
    }
    .paie-sect::after {
        width: 100%;
        top: 50%;
    }
    .item-av {
        padding: 20px 40px;
    }
    .ttm-menu-toggle {
        position: relative;
        height: 31px;
        width: 31px;
        float: right;
    }
    .item-cont-par:nth-child(2) {
        border-right: none;
    }
    .site-branding {
        padding-right: 0;
        border-right: 0;
    }
    #site-header-menu #site-navigation .menu ul li>a br {
        display: none;
    }
    #site-header-menu #site-navigation .menu>ul>li>a {
        font-weight: 600;
    }
    #site-header-menu #site-navigation .menu ul li>a {
        color: #121e30;
    }
    .site-branding img {
        max-height: 70px;
    }
    .site-branding img {
        max-width: 160px;
        object-fit: contain;
        object-position: center center;
    }
    .fixed-header .site-branding img {
        max-height: 70px;
        object-fit: contain;
        object-position: center center;
    }
    .site-navigation {
        height: 80px;
        justify-content: center;
        display: flex;
        flex-direction: row-reverse;
    }
    .form-style .btn-1 {
        height: 50px;
    }
    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 33px;
        left: 0;
        margin: 0;
    }
    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #38b6ff;
    }
    .logo-header img {
        max-width: 280px;
    }
    #site-header-menu #site-navigation .menu ul li>ul li>a,
    #site-header-menu #site-navigation .menu ul li:hover>a {
        color: #4b4b4b;
    }
    .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;
    }
    .avt-list .item {
        font-size: 20px;
    }
    #site-header-menu #site-navigation .menu>li>ul.sub-menu {
        padding: 0px;
        border: none;
    }
    #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: #fff;
        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;
        width: 100% !important;
    }
    #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-header-menu-inner.ttm-stickable-header {
        position: relative;
        width: auto;
        display: block;
        background-color: #fff;
    }
    .site-header-menu-inner.ttm-stickable-header.fixed-header {
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
        position: fixed;
    }
    .menu-box .col-left {
        display: flex;
        align-items: center;
        position: static;
        justify-content: space-between;
    }
    .site-branding {
        float: none;
        text-align: left;
    }
    .site-branding {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: absolute;
        width: max-content;
        top: 0;
        left: 0;
        z-index: 1;
        padding: 0 15px;
        height: 125px;
        line-height: 125px;
    }
    #site-header-menu #site-navigation .menu ul>li ul li>a {
        padding: 10px 15px 10px 10px;
        font-size: 15px;
        text-transform: uppercase;
    }
    #site-header-menu #site-navigation .menu>ul {
        position: absolute;
        max-height: calc(100vh - 80px);
        padding: 10px 20px;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        z-index: 20000;
        top: 100%;
        left: 0;
        background-color: #fff;
        overflow-y: scroll;
        border-top: none;
    }
    .home-slide .owl-item .item-slide .title span {
        margin-bottom: 15px;
    }
    .home-slide .item-slide .title {
        margin-bottom: 15px;
    }
    #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 rgba(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: 20px;
        position: absolute;
        right: 5px;
    }
    #site-header-menu #site-navigation .menu ul li a {
        display: block;
        text-align: left;
        padding: 15px 0px;
        text-decoration: none;
        line-height: 18px !important;
        height: auto;
        line-height: 18px;
    }
    #site-header-menu #site-navigation .menu li,
    #site-header-menu #site-navigation .menu>ul>li {
        display: block;
    }
    #site-header-menu #site-navigation .menu,
    #site-header-menu #site-navigation .menu>ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #fff;
    }
    .ttm-search-overlay .w-search-form-row:before {
        right: 7px;
    }
    .ban {
        height: 300px;
        padding-top: 0;
    }
    .top-footer {
        background-position: center left;
    }
    .section-avis {
        position: relative;
        z-index: 0;
    }
    .section-avis::before {
        content: "";
        background: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .3;
        z-index: -1;
    }
    .footer-column-item .col-left [class*="footer-"] {
        padding-right: 0;
        padding-bottom: 0;
    }
    .footer-column-item .col-middle [class*="footer-"] {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-column-item .col-middle {
        border: none;
    }
}

@media (max-width: 991px) {
    .form-contact {
        margin-bottom: 45px;
    }
    .slide-services.owl-custom .owl-controls .owl-nav .owl-prev,
    .slide-services.owl-custom .owl-controls .owl-nav .owl-next {
        display: block !important;
    }
    .footer-column-item .col-right [class*="footer-"] {
        padding-left: 0;
        padding-top: 0;
    }
    .list-items {
        margin-bottom: 0;
    }
    .section-avantage .content {
        justify-content: flex-start;
    }
    .form-style {
        gap: 25px;
    }
    .section-contact .box-footer {
        margin-bottom: 40px;
    }
    .form-style .item-select .content-form {
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .sect-title h1,
    .section-form .title-md,
    .h1,
    .section-facture .h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .copyright {
        flex-direction: column;
        gap: 10px 0;
    }
    .section-facture {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .form-style .item-select {
        min-width: 375px;
    }
    .avt-section {
        padding: 20px 0;
    }
    .avt-list {
        gap: 25px;
    }
    .avt-list .item {
        font-size: 16px;
    }
    .section-form .title {
        margin-bottom: 30px;
    }
    .section-acroche .content-acroche {
        gap: 15px 25px;
        flex-direction: column;
        align-items: flex-start;
    }
    .section-services::after {
        height: 276px;
    }
    .section-parte {
        padding: 50px 0;
    }
    .section-actus {
        padding-bottom: 80px;
    }
    .section-acroche::before {
        height: 260px;
    }
    .section-avis .col-left {
        position: static;
        transform: none;
        padding: 50px;
    }
    .section-parte .content {
        flex-wrap: wrap;
        gap: 15px;
    }
    .home-slide .item-slide .title {}
    .section-services {
        padding-bottom: 50px;
    }
    .home-slide::before {
        width: 225px;
    }
    .title-footer {
        margin-bottom: 15px;
    }
    .box-footer {
        gap: 30px 0;
    }
    .ban .sect-title .h1 {
        font-size: 40px;
    }
    .commune-box {
        flex-direction: column;
        justify-content: center;
    }
    .commune-box .img-seo {
        flex: 1;
    }
    .presta-slide .item .img {
        height: 350px;
    }
    .ass-list {
        gap: 20px 40px;
        flex-wrap: wrap;
    }
    .social-contact {
        width: auto;
    }
    .bloc-text h2 {
        font-size: 20px;
    }
    .form-contact-box {
        margin-top: 0;
    }
    .form-news-box {
        padding-right: 30px;
    }
    .ban .title {
        font-size: 40px;
    }
    .agence-box .title {
        font-size: 30px;
    }
    .paie-sect .sect-title {
        width: 100%;
        text-align: center;
    }
    .cont-sect {
        position: relative;
        background: linear-gradient(to right, #2b4b96 30%, #2b4b96 30% 100%);
    }
    .footer-coord .item .box {
        padding-left: 60px;
    }
    .home-slide .item-slide .text {
        font-size: 16px;
    }
    .home-slide .item-slide .title br {
        display: none;
    }
    .home-slide.owl-carousel .owl-nav {
        display: none;
    }
    .img-paie {
        position: relative;
        display: none;
        margin-bottom: 40px;
    }
    .paie-box {
        background-image: none;
        background-color: #1e1e1d;
        position: relative;
        z-index: 2;
    }
    .paie-box::before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        content: '';
        z-index: -1;
        background-color: #01478d;
        border-top: 4px solid white;
    }
    .img-box {
        max-width: 100%;
        margin: 0 auto 40px;
        display: table;
    }
    .av-sect::before {
        display: none;
    }
    .bloc-captcha {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .section-coordo {
        padding: 60px 0 20px;
    }
    .section-contact .h1 {
        margin-bottom: 30px;
    }
    .form-contact .bloc-btn,
    .section-tel .content {
        flex-direction: column;
    }
    .section-map {
        padding: 100px 0 60px;
    }
    .section-contact {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .section-coordo .inner {
        min-height: auto;
        padding: 25px;
    }
    .form-style .item-select {
        min-width: 100%;
    }
    .top-footer .title,
    .section-avis .title {
        font-size: 30px;
    }
    .section-facture .content {
        flex-direction: column;
    }
    .bloc-quality ul {
        margin-left: 0;
    }
    .inner-quote {
        padding: 20px 20px 10px;
    }
    .owl-custom .owl-dots {
        gap: 15px;
    }
    .section-services {
        padding-top: 60px;
    }
    .section-mot-cle,
    .section-facture {
        padding: 60px 0;
    }
    .h3 {
        font-size: 24px;
    }
    .section-avis {
        padding: 60px 0;
    }
    .section-facture::before {
        display: none;
    }
    .section-avis::before {
        opacity: .7;
    }
    .home-slide .owl-item .item-slide .btn-slide {
        gap: 20px;
    }
    .content-acroche .item {
        font-size: 18px;
    }
    .content-acroche .item img {
        width: 30px;
    }
    .section-actus .content-title .title {
        font-size: 18px;
        line-height: 26px;
    }
    .home-slide::before {
        display: none;
    }
    .bloc-tel .desc {
        padding: 15px 0 0;
        border-left: none;
        border-top: 1px solid #7f7f7f;
    }
    .ban .sect-title .h1 {
        font-size: 30px;
    }
    .presta-slide .item .content {
        visibility: visible;
        bottom: 30px;
        opacity: 1;
    }
    .top-contact {
        justify-content: space-between;
    }
    .presta-slide .item .title {
        font-size: 20px;
    }
    .bloc-tel {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .diag-slide .owl-item.active .item img {
        opacity: 0.5;
    }
    .diag-slide .owl-item.active .item .content {
        opacity: 1;
    }
    .ref-box {
        display: block !important;
        text-align: center;
    }
    .ref-box::before {
        display: none;
    }
    .item-val {
        height: auto;
    }
    .item-cont-par {
        border-right: none !important;
    }
    .footer-coord .item-co:not(:first-child) {
        border-right: none;
    }
    /* Page-Title */
    .title-box .page-title-heading h1 {
        font-size: 38px;
        line-height: 38px;
    }
    .ban .title-ban {
        font-size: 30px;
    }
    h1,
    .h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
    }
    .paie-btn-box::before {
        display: none;
    }
    .home-slide .item-slide .title {
        font-size: 30px;
        width: 100%;
    }
    .home-slide .item-slide .text {
        letter-spacing: 0;
    }
    .header-btn,
    .ttm-header-icons,
    .ttm-header-icon {
        display: none;
    }
    .site-branding {
        text-align: left;
    }
    /* footer */
    .ttm-footer-cta-wrapper .widget-area:not(:last-child) {
        margin-bottom: 20px;
    }
    /* shop */
    .banner-image,
    .ttm-product-image-box {
        text-align: center;
    }
    /* margin */
    .res-767-mb-0 {
        margin-bottom: 0px!important;
    }
    .res-767-mb-15 {
        margin-bottom: 15px!important;
    }
    .res-767-mb-30 {
        margin-bottom: 30px!important;
    }
    .res-767-mt-0 {
        margin-top: 0px !important;
    }
    .res-767-mt-20 {
        margin-top: 20px !important;
    }
    .res-767-mt-30 {
        margin-top: 30px !important;
    }
    .res-767-mt-40 {
        margin-top: 40px !important;
    }
    .res-767-mt-50 {
        margin-top: 50px !important;
    }
    .res-767-ml-10 {
        margin-left: 10px!important;
    }
    /* padding */
    .res-767-plr-15 {
        padding: 0 15px !important;
    }
    .res-767-pl-15 {
        padding-left: 15px !important;
    }
    .res-767-pr-15 {
        padding-right: 15px !important;
    }
    .res-767-pl-0 {
        padding-left: 0px !important;
    }
    .res-767-pr-0 {
        padding-right: 0px !important;
    }
    .res-767-p-30 {
        padding: 30px;
    }
    .res-767-pb-30 {
        padding-bottom: 30px!important;
    }
    .res-767-pt-30 {
        padding-top: 30px!important;
    }
    .res-767-pt-15 {
        padding-top: 15px!important;
    }
    .res-767-fnone {
        float: none !important;
    }
    .sect-title h1,
    .sect-title .h1 {
        font-size: 30px;
    }
    .section-about {
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .item-actu .img {
        height: 400px;
    }
    .link-service {
        gap: 10px 15px;
    }
    .item-av {
        max-width: 250px;
        margin: 0 auto;
        padding: 20px 20px;
    }
    .newsletter-form {
        background-color: transparent;
    }
    .featured-title.text-white.lh-1_4.fw-400 {
        font-size: 14px;
    }
    .footer-coord .item-co:first-child {
        border-right: none;
    }
    .footer-coord .item-co:not(:last-child) .item {
        border-bottom: 1px solid white;
    }
    .qualite-box {
        padding: 30px 30px;
    }
    .first-footer .widget-area {
        padding: 5px 5px;
    }
    .first-footer .widget-area:first-child {
        border-right: 1px solid #303743;
    }
    /* single-blog */
    .ttm-post-prev-next-buttons {
        text-align: center;
    }
    .ttm-post-prev-next-buttons a.float-right {
        float: none !important;
    }
    /* footer */
    .newsletter-form input[type="submit"] {
        margin: 0 auto;
        display: block;
        margin-top: 15px;
        text-align: center;
        position: initial;
        height: 45px;
        border-radius: 50px 50px 50px 50px;
        padding-right: 0;
    }
    /* featured-icon-box */
    .featured-icon-box.style1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .row>[class*='col-']:not(:last-child)>.featured-icon-box.right-border {
        border-right: 1px dashed transparent;
    }
    .res-575-mt-30 {
        margin-top: 30px !important;
    }
    .featured-icon-box.style1.without-icon {
        padding-top: 30px;
    }
    .text-box {
        text-align: center !important;
    }
    .regle-sect:before {
        height: 185px;
    }
    .page-box {
        padding: 20px;
    }
    .text-box .text-1::before {
        display: none;
    }
    .home-slide .item-slide {}
    .home-slide .item-slide .content-slide {
        padding: 25px;
    }
    .home-slide .item-slide .title {
        font-size: 26px;
    }
    .home-slide .owl-item .item-slide .title span {
        font-size: 16px;
    }
    .map-box {
        height: 400px;
    }
    .avt-list .item {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .head-top .btn-2,
    #site-header-menu #site-navigation .btn-2 {
        padding: 10px;
    }
    .logo-header img {
        max-width: 220px;
    }
    .item-act .content {
        width: calc(100% - 10px);
        left: 5px;
    }
    .cont-box {
        padding: 25px 15px;
    }
    .map-box {
        height: 350px;
    }
    /* ttm-search-overlay */
    .ttm-search-overlay {
        width: 292px;
    }
    /* blog-comment */
    .comment-author img {
        display: none;
    }
    .comment-body,
    .comment-list .children {
        margin-left: 0;
    }
    .res-480-mt-0 {
        margin-top: 0 !important;
    }
    .av-box {
        padding: 30px 15px;
    }
    .img-box .bloc-image {
        padding: 0;
    }
    .paiement-box {
        padding: 30px 20px;
    }
    .top-contact>div img {
        display: none;
    }
}

@media (max-width: 375px) {
    .section-actus .content-title .content-btn img {
        display: none;
    }
    .item-act .content .link {
        display: none;
    }
    .ttm-highlight-fid-style2 {
        left: 20px;
        width: 250px;
    }
    .list-qualite .item-qual {
        height: 70px;
    }
    .list-qualite .item-qual:not(:last-child)::after {
        height: 67px;
    }
    .select-selected {
        font-size: 20px;
    }
    .customs-select {
        min-width: 100%;
    }
    .select-items div {
        font-size: 14px;
    }
}