body {
    font-family: 'ProximaNovaA', serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff
}
#h-header {
   /* background-image: url(../images/bg-header.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 740px;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
}
.h-header-container {
    position: relative;
    z-index: 18
}
.h-menu {
    position: absolute;
    right: 20px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.h-menu-container {
    display: flex;
}
.menu-item {
    margin-left: 45px;
}
.h-menu-link {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.h-lang {
    margin-left: 45px;
    display: flex;
}
.h-lang .h-btn-ronded {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
}
.h-header-cta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 25px;
    text-align: center;
    position: relative; z-index: 2
}
.h-header-cta .h-title {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.h-title {
    font-size: 48px;
    font-weight: 900;
}
.h-title span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
}
.h-btn {
    padding: 20px 30px;
    background: #84825e;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
}
.h-btn:hover {
    color: #fff;
    opacity: 0.7;
}
.h-btn-bordered {
    margin-top: 40px;
    border: 2px solid #84825e;
    background: transparent;
    color: #84825e;
}
.h-btn-bordered:hover {
    color: #84825e;
}
.h-btn-blue {
    background: #1f3f5a;
}
a.h-btn-ronded {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #84825e;
    border-radius: 50%;
}
a.h-btn-ronded:hover {
    color: #fff;
    opacity: 0.7;
}
.h-factory-group {
    /* display: flex; */
    margin-top: 40px;
    height: 280px;
    overflow: hidden;
    z-index: 2
}
.h-factory-group-item {
    width: 25%;
}
.h-factory-group .slick-track {
    display: flex;
    height: 100%;
}
.h-factory-group .slick-track .h-factory-group-item {
    display: flex !important;
}
.h-factory-group .slick-arrow.slick-prev { 
    background:url('../png/prev-white.png'); left: 20px 
}
.h-factory-group .slick-arrow.slick-next { 
    background:url('../png/next-white.png'); right: 20px 
}
.h-factory-group .slick-arrow:hover {
    opacity: 0.7;
}
.h-factory-group  .h-factory-group-item {
    width: 25%;
    background: #1f3f5a;
    display: flex;
    justify-content: center;
    padding: 50px 50px 25px;
    align-content: flex-start;
    flex-wrap: wrap;
    min-height: 280px;
}


 .h-factory-group  .h-factory-group-item:nth-child(2n - 1) { 
    background: rgba(31,63,90,0.8);
 }


.h-factory-group-item:nth-child(2n - 1) {
    background: rgba(31,63,90,0.8);
}
.h-factory-group-image {
    height: 80px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.h-factory-group-item p {
    width: 100%;
    text-align: center;
    color: #fff;
    height: 120px; overflow: hidden;
}
.h-qui-sommes-nous {
    padding: 100px 0;
    background: #152131;
    background-image: url('../png/bg-qui-sommes-nous.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 100%;
}
.h-quote {
    padding-left: 85px;
    background-image: url('../png/ico-quote.png');
    background-position: top 10px left;
    background-repeat: no-repeat;
}
.h-title-quote {
    font-weight: 900;
    font-size: 48px;
    color: #84825e;
}
.h-quote-txt span {
    display: block;
    margin: 12px 0;
    color: #fff;
    text-transform: uppercase;
}
.h-txt p {
    color: #fff;
}
.h-txt p + p {
    margin-top: 30px;
}
.h-qui-sommes-nous .h-txt {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 70px
}
.h-qui-sommes-nous .h-txt p {
    text-align: justify;
}
.h-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.h-services-item {
    width: 100%;
    min-height: 445px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
    flex-direction: column;
}
#QuiSommesNous .h-services-item { justify-content: end; }
#QuiSommesNous .h-services-title { padding-bottom: 20px; font-size: 20px }
.h-services-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #152131;
    z-index: 1;
    transition: all 225ms ease-in-out 0ms;
}
.h-services-content {
    z-index: 9;
    background-position: center;
    filter: grayscale(50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.h-services-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    z-index: 10;
    text-align: center;
}
.h-services-title:first-letter {
    text-transform: capitalize;
}
.h-services-title::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #84825e;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.h-services-item:hover {
    cursor: pointer;
}
.h-services-item:hover::after {
    background-color: #84825e;
}
.h-services-item:hover .h-services-title::after {
    background-color: #fff;
}
/* /* .h-services > *:nth-child(3n) {
    grid-column: span 1;
} */

/*.h-services > .h-services-item:nth-child(3n-1):nth-last-of-type(1) {
    grid-column: span 2;
}

.h-services > .h-services-item:nth-child(3n-2):nth-last-of-type(1) {
    grid-column: span 3;
}*/

.h-services > a:nth-child(3n-1):nth-last-of-type(1) {
    grid-column: span 2;
}

.h-services > a:nth-child(3n-2):nth-last-of-type(1) {
    grid-column: span 3;
}

.h-localisation {
    background: #152131;
    padding-top: 90px;
    padding-bottom: 25px;
}
.h-localisation .h-title {
    text-align: center;
    color: #84825e;
}
.h-sub-title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}
.h-footer {
    background: #152131;
    padding-top: 25px;
    padding-bottom: 25px;
}
.h-footer .h-footer-bottom {
    border-top: 1px solid #313e50;
    padding-top: 25px;
}
.h-footer .h-footer-bottom .row {
    width: auto;
}
.h-footer .row {
    display: flex;
    align-items: center;
}
.h-footer p {
    color: #fff;
}
.h-copy-maki a {
    color: #84825e;
    margin-left: 5px;
}
.h-copy-maki {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.h-copy-maki img {
    margin-right: 5px;
}
.h-social {
    display: flex;
    justify-content: center;
}
.h-social .h-btn-ronded {
    margin-left: 7px;
    margin-right: 7px;
    background-position: center;
    background-repeat: no-repeat;
}
.h-btn-ronded.h-social-fb {
    background-image: url('../png/ico-fb.png');
}
.h-btn-ronded.h-social-insta {
    background-image: url('../png/ico-insta.png');
}

/* Menu mobile */
.wrapMenuMobile { 
    display:none
}
.navMenuMobile {
    display:none;
    opacity: 0;
    position: absolute;
}
.menuMobile { 
    width:auto;
    display:block;
    height:18px;
    cursor:pointer;
    position:relative;
    line-height:20px;
    padding:0;
    text-indent: 40px;
    font-weight: 700;
    color: #fff;
}
.menuMobile>div {
    width:25px;
    height:2px;
    background:#fff;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-1px;
}
.menuMobile>div:before { 
    width:100%; 
    height:2px; 
    background:#fff; 
    position:absolute; 
    right:0; 
    top:8px; 
    content:"";
}
.menuMobile>div:after { 
    width:100%; 
    height:2px; 
    background:#fff; 
    position:absolute; 
    right:0; 
    top:-8px; 
    content:"";
}
.menuMobile.active>div { 
    height:0px;
}
.menuMobile.active>div:before { 
    top:0;
    transform:rotate(45deg);
}
.menuMobile.active>div:after { 
    top:0; 
    transform:rotate(-45deg);
}

/* Responsive */
@media (min-width:1201px) {
    .menu-item.active a {
        color: #84825e;
    }
    .h-qui-sommes-nous .h-btn-bordered:hover {
        background-color: #84825e;
        color: #fff;
        opacity: 1;
    }
    .h-menu-link:hover {
        color: #84825e;

    }

   
}
@media (max-width:1300px) {
    .container {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
        max-width: inherit;
    }
    .h-header-cta .h-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .h-menu { right: 40px }
    #slideAdresse {
        padding-left: 25px;
        padding-right: 25px;
    }

}
@media (max-width:992px) {
    .wrapMenuMobile {
        display: block;
    }
    #h-header {
        padding-top: 20px;
    }
  /*  .h-menu-container {
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out 400ms;
        flex-wrap: wrap;
        position: absolute;
        top: 100%;
        background: #84825e;
        padding: 20px;
        left: 0;
        display: none;
    }*/

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 320px;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out,transform .3s ease-in-out;
        background-color: #84825e;
       
    }

    .h-menu.active .mobile-offcanvas {
        visibility: visible;
        transform: translateX(0);
    }

    .mobile-offcanvas .h-menu-container { 
        display: flex;  
        flex-direction: column;
        padding: 80px 40px }

    .btn-close {
            box-sizing: content-box;
            width: 1em;
            height: 1em;
            padding: .25em;
            color: #000;
            background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
            border: 0;
            border-radius: .25rem;
            opacity: .5;
            position: absolute; top: 40px; right: 40px; cursor: pointer
        }

     .h-menu {
        position: relative;
        width: 100%;
        justify-content: space-between;
        right: 0;

    }
    .h-menu.active .h-menu-container {
        opacity: 1;
        visibility: visible;
        display: flex;
    }
    .menu-item {
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .menu-item:last-child {
        margin-bottom: 0;
    }
    .h-services.slick-slider {
        display: block !important;
    }
    .h-services.slick-initialized .slick-slide {
        display: flex !important;
    }
    .h-services-title {
        position: relative;
    }
    .h-services .slick-dots {
        position: absolute;
        bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .h-services .slick-dots li {
        margin: 0 8px;
    }
    .h-services .slick-dots button {
        width: 10px !important;
        height: 10px !important;
        border: 1px solid #fff;
        border-radius: 50%;
        font-size: 0;
        display: block;
        padding: 0;
        background-color: transparent;
    }
    .h-services .slick-dots li.slick-active button {
        background-color: #fff;
    }
    .h-footer-bottom .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .h-copy-maki {
        justify-content: center;
    }

/*    .h-services > .h-services-item:nth-child(3n-1):nth-last-of-type(1) {
        grid-column: span 2;
    }
    .h-services > .h-services-item:nth-child(3n-2):nth-last-of-type(1) {
        grid-column: span 2;
    }
*/
    .h-services > a:nth-child(3n-1):nth-last-of-type(1) {
        grid-column: span 2;
    }
    .h-services > a:nth-child(3n-2):nth-last-of-type(1) {
        grid-column: span 2;
    }


    .h-services {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    #h-header {
        height: 100%;
        overflow: hidden;
        min-height: inherit;
        height: 690px
    }
    .h-menu-link:hover {
        color: #fff;
    }
    #Contact .blcBtn {
        max-width: 200px;
        margin: auto;
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
    }
    .blcBtn .wpcf7-spinner {
        position: absolute;
        right: -25px;
        top: 18px;
    }
}
@media (max-width:767px) {
    .h-header-cta .h-title {
        margin-bottom: 30px;
    }
    .h-qui-sommes-nous { 
        background-image: none;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .h-quote {
        background-position: top center;
        padding-left: 20px;
        padding-top: 40px;
        text-align: center;
    }
    .h-qui-sommes-nous .h-txt {
        display: none;
    }
    .h-btn-bordered { margin-top: 22px }

    .h-services {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width:600px) { 

    .h-title-quote { font-size: 35px }
    .h-quote { padding: 40px 0 0  }
    .mobile-offcanvas .h-menu-container { padding: 60px 20px }
    .btn-close { right: 20px }
    .h-title {  font-size: 35px; }

}


/* style cookies */
body .cky-consent-bar {
    background: #1f3f5a !important;
    border: none !important;
}

body .cky-notice .cky-title,
body .cky-preference-header .cky-preference-title {
    letter-spacing: 1.2px;
    font-size: 30px;
    font-weight: 700;
    color: #fff !important;
    font-family: 'ProximaNovaA', serif;
    line-height: 120%;
}
body .cky-notice-des p,
body .cky-preference-content-wrapper p,
body .cky-accordion-header-des p, 
body .cky-gpc-wrapper .cky-gpc-desc p,
body .cky-show-desc-btn {
    font-size: 16px;
    color: #fff !important;
    font-family: 'ProximaNovaA', serif;
}
body .cky-btn.cky-btn-customize,
body .cky-btn.cky-btn-reject,
body .cky-btn.cky-btn-preferences {
    padding: 20px 30px;
    text-decoration: none;
    color: #84825e !important;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    border-color: #84825e !important;
}
body .cky-btn.cky-btn-customize:hover,
body .cky-btn.cky-btn-reject:hover,
body .cky-btn.cky-btn-preferences:hover {
    opacity: 0.7;
}
body .cky-btn.cky-btn-accept {
    padding: 20px 30px;
    background: #84825e !important;
    text-decoration: none;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    border-color: #84825e !important;
}
body .cky-preference-center {
    background-color: #1f3f5a !important;
}
body .cky-show-desc-btn {
    color: #84825e !important;
    font-size: 16px !important;
}
body .cky-footer-shadow {
    display: none !important;
}
body .cky-accordion-header .cky-accordion-btn,
body i.cky-chevron-right,
body span.cky-always-active {
    color: #fff !important;
}

body .cky-revisit-bottom-left {
    background-color: #84825e !important;
}