@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --black: #424242;
    --white: #fff;
    --primary: #e01216;
    --second: #202020;
    --back: #5d5d5d;
    --gris: #e4e3ea;
    --third: #9d9c9c;
    --mainfont: "Poppins", sans-serif;
    --secondfont: "Poppins", sans-serif;
    --shadow-box: 0px 0px 15px 5px rgba(0,0,0,0.1);
    --shadow-text: 0px 0px 15px rgba(0,0,0,0.1);
    --grey1: rgba(0,0,0,0.03);
    --grey2: rgba(0,0,0,0.06);
    --grey3: rgba(0,0,0,0.09);
    --grey4: rgba(0,0,0,0.12);
    --spacing-size: 50px;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: var(--mainfont);
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    overflow-x: hidden;

}

ul {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none !important
}

#axo-content{overflow: hidden;}
#axo-content .container{width: 1440px; max-width: 100%;}
#axo-content .spacing-content{margin-top: var(--spacing-size); margin-bottom: var(--spacing-size);}
#axo-content hr{margin: 15px auto;}

/* !!!! DÉBUT !!!! STYLE IMAGE & TAILLE */

#axo-content .img-fluid-wh{width: 100%; height: 100%; object-fit: cover; display: block;}
#axo-content .img-fluid-w{width: 100%; object-fit: cover; display: block;}
#axo-content .img-fluid-w.h400{height: 300px;}
#axo-content .img-fluid-w.h300{height: 300px;}
#axo-content .img-fluid-w.h400{height: 400px;}
#axo-content .img-fluid-w.h500{height: 500px;}
#axo-content .img-fluid-w.h600{height: 600px;}
#axo-content .img-fluid-w.h700{height: 700px;}
#axo-content .img-fluid-w.h800{height: 800px;}

/* !!!! DÉBUT !!!! STYLE FIL D'ARIANNE */

#axo-content .breadcrumb{background: rgba(0,0,0,0); margin: 15px auto; padding: 10px 0px; border-bottom: 1px solid rgba(0,0,0,0.1); display: flex; justify-content: center;}
#axo-content .breadcrumb-item+.breadcrumb-item::before{padding: 0px 5px;}
#axo-content .breadcrumb-item{font-size: 13px;}
#axo-content .breadcrumb-item a{color: var(--primary); font-weight: 600; transition: all 0.4s; text-decoration: none;}
#axo-content .breadcrumb-item a:hover{opacity: 0.5;}
#axo-content .breadcrumb-item .active{color: #000;}

/* !!!! DÉBUT !!!! HEADER IMAGE */

#axo-content .axo-banner-header{position: relative; z-index: 1; margin-bottom: 0px;}
#axo-content .axo-banner-header .main-img{position: relative; z-index: 1; display: block; width: 100%; height: 500px; object-fit: cover;}
#axo-content .axo-banner-header:before{content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);}
#axo-content .axo-banner-header .caption{position: absolute; z-index: 3; bottom: 0; left: 0; padding: 40px 15px;}
#axo-content .axo-banner-header .caption .title-page:before{content: ''; display: block; width: 2px; height: calc(var(--spacing-size) * 2); background: #fff; margin: 0px auto 15px;}
#axo-content .axo-banner-header .caption .title-page{display: block; text-transform: uppercase; color: #fff; font-weight: 700; font-family: var(--secondfont); font-size: 70px; text-shadow: 0px 0px 10px rgba(0,0,0,0.3);}

/* !!!! DÉBUT !!!! BANNIERE IMAGE */

#axo-content .axo-banner-img hr, #axo-content .axo-banner-color hr{background: rgba(255,255,255,0.5);}
#axo-content .axo-banner-img, #axo-content .axo-banner-color{position: relative; z-index: 1; color: #fff; padding-top: calc(var(--spacing-size) * 2); padding-bottom: calc(var(--spacing-size) * 2); min-height: 600px; align-items: center;}
#axo-content .axo-banner-img:before{content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: rgb(0,0,0,0.6);}
#axo-content .axo-banner-img .main-img{position: absolute; z-index: 1; display: block; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover;}
#axo-content .axo-banner-img>.container,#axo-content .axo-banner-img>.container-fluid, #axo-content .axo-banner-color>.container,#axo-content .axo-banner-color>.container-fluid{position: relative; z-index: 10;}
#axo-content .axo-banner-img .small-title{color: #fff;}
#axo-content .shape1{clip-path: polygon(0 var(--spacing-size), 100% 0%, 100% calc(100% - var(--spacing-size)), 0% 100%);}
#axo-content .shape2{clip-path: polygon(0 0, 100% var(--spacing-size), 100% 100%, 0 calc(100% - var(--spacing-size)));}
#axo-content .shape3{clip-path: polygon(0 0, 100% var(--spacing-size), 100% calc(100% - var(--spacing-size)), 0 100%);}
#axo-content .shape4{clip-path: polygon(0 var(--spacing-size), 100% 0, 100% 100%, 0 calc(100% - var(--spacing-size)));}
#axo-content .shape5{clip-path: polygon(0% 0%, 50% var(--spacing-size), 100% 0, 100% 100%, 0% 100%);}
#axo-content .shape6{clip-path: polygon(0 0, 50% var(--spacing-size), 100% 0, 100% calc(100% - var(--spacing-size)), 50% 100%, 0 calc(100% - var(--spacing-size)));}
#axo-content .shape7{clip-path: polygon(0 var(--spacing-size), 50% 0, 100% var(--spacing-size), 100% 100%, 50% 100%, 0 100%);}
#axo-content .shape8{clip-path: polygon(0 var(--spacing-size), 50% 0, 100% var(--spacing-size), 100% 100%, 50% calc(100% - var(--spacing-size)), 0 100%);}
/* !!!! DÉBUT !!!! TEXTE */

#axo-content .h1,#axo-content .h2,#axo-content .h3,#axo-content .h4,#axo-content .h5{font-weight: 700; margin-bottom: 20px; color: var(--primary); font-family: var(--secondfont);}
#axo-content .title-after:after{content: ''; display: block; width: var(--spacing-size); height: 2px; margin: 20px 0px 0px; background: var(--second);}
#axo-content .title-after.text-center:after{margin-left: auto; margin-right: auto;}
#axo-content .small-title{display: block; text-transform: uppercase; font-size: 60%; color: initial; font-family: var(--mainfont); margin-top: 7px;}

#axo-content .h1{font-size: 40px;}
#axo-content .h2{font-size: 36px;}
#axo-content .h3{font-size: 32px;}
#axo-content .h4{font-size: 28px;}
#axo-content .h5{font-size: 24px;}
#axo-content .h6{font-size: 20px;}

#axo-content p, #axo-content .p, #axo-content ul, #axo-content .table{font-size: 16px; font-weight: 400;}
#axo-content p a, #axo-content ul a{color: var(--primary); font-weight: bold; transition: all 0.4s; text-decoration: none;}
#axo-content p a:hover, #axo-content ul a:hover{opacity: 0.4;}
#axo-content ul{padding-left: 15px; margin-bottom: 15px;}

#axo-content .table{background:rgba(0,0,0,0.05);}
#axo-content a.link-btn.link-icone:after{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054" !important; display: inline-block; margin-left: 10px;}
#axo-content a.link-btn{color: #fff; text-align: center; cursor: pointer; background: var(--primary); color: #fff; text-transform: uppercase; transition: all 0.4s; font-size: 14px; font-weight: 500; display: table; text-decoration: none; padding: 9px 15px;}
#axo-content a.link-btn:hover{background: var(--second); color: #fff;}
#axo-content a.link-btn.large{width: 100%;}


/* !!!! DÉBUT !!!! COULEUR & PERSONNALISATION */

#axo-content .border-box{border: 2px solid var(--primary);}
#axo-content .back-primary{background: var(--primary); color: #fff;}
#axo-content .back-second{background: var(--second); color: #fff;}
#axo-content .back-third{background: var(--third); color: #fff;}
#axo-content .color-primary{color: var(--primary);}
#axo-content .color-second{color: var(--second);}
#axo-content .color-third{color: var(--second);}
#axo-content .back-grey1{background: var(--grey1);}
#axo-content .back-grey2{background: var(--grey2);}
#axo-content .back-grey3{background: var(--grey3);}
#axo-content .back-grey4{background: var(--grey4);}
#axo-content .rounded1{border-radius: 10px;}
#axo-content .rounded2{border-radius: 30px;}
#axo-content .rounded3{border-radius: 100%;}
#axo-content .back-primary .h1, #axo-content .back-primary .h2, #axo-content .back-primary .h3, #axo-content .back-primary .h4,#axo-content .back-primary .h5,#axo-content .back-primary .h6, #axo-content .back-second .h1, #axo-content .back-second .h2, #axo-content .back-second .h3, #axo-content .back-second .h4,#axo-content .back-second .h5,#axo-content .back-second .h6, #axo-content .back-third .h1, #axo-content .back-third .h2, #axo-content .back-third .h3, #axo-content .back-third .h4,#axo-content .back-third .h5,#axo-content .back-third .h6, #axo-content .axo-banner-img .h1, #axo-content .axo-banner-img .h2, #axo-content .axo-banner-img .h3, #axo-content .axo-banner-img .h4,#axo-content .axo-banner-img .h5,#axo-content .axo-banner-img .h6, #axo-content .back-primary .small-title, #axo-content .back-second .small-title, #axo-content .back-third .small-title{color: #fff;}
#axo-content .back-primary a.link-btn, #axo-content .back-primary a.link-btn, #axo-content .back-primary a.link-btn, #axo-content .back-primary a.link-btn,#axo-content .back-primary a.link-btn,#axo-content .back-primary a.link-btn, #axo-content .back-second a.link-btn, #axo-content .back-second a.link-btn, #axo-content .back-second a.link-btn, #axo-content .back-second a.link-btn,#axo-content .back-second a.link-btn,#axo-content .back-second a.link-btn, #axo-content .back-third a.link-btn, #axo-content .back-third a.link-btn, #axo-content .back-third a.link-btn, #axo-content .back-third a.link-btn,#axo-content .back-third a.link-btn,#axo-content .back-third a.link-btn, #axo-content .axo-banner-img a.link-btn, #axo-content .axo-banner-img a.link-btn, #axo-content .axo-banner-img a.link-btn, #axo-content .axo-banner-img a.link-btn,#axo-content .axo-banner-img a.link-btn,#axo-content .axo-banner-img a.link-btn, #axo-content .back-primary a.link-btn, #axo-content .back-second a.link-btn, #axo-content .back-third a.link-btn{background: transparent; border: 1px solid #fff; color: #fff}
#axo-content .back-primary a.link-btn:hover, #axo-content .back-primary a.link-btn:hover, #axo-content .back-primary a.link-btn:hover, #axo-content .back-primary a.link-btn:hover,#axo-content .back-primary a.link-btn:hover,#axo-content .back-primary a.link-btn:hover, #axo-content .back-second a.link-btn:hover, #axo-content .back-second a.link-btn:hover, #axo-content .back-second a.link-btn:hover, #axo-content .back-second a.link-btn:hover,#axo-content .back-second a.link-btn:hover,#axo-content .back-second a.link-btn:hover, #axo-content .back-third a.link-btn:hover, #axo-content .back-third a.link-btn:hover, #axo-content .back-third a.link-btn:hover, #axo-content .back-third a.link-btn:hover,#axo-content .back-third a.link-btn:hover,#axo-content .back-third a.link-btn:hover, #axo-content .axo-banner-img a.link-btn:hover, #axo-content .axo-banner-img a.link-btn:hover, #axo-content .axo-banner-img a.link-btn:hover, #axo-content .axo-banner-img a.link-btn:hover,#axo-content .axo-banner-img a.link-btn:hover,#axo-content .axo-banner-img a.link-btn:hover, #axo-content .back-primary a.link-btn:hover, #axo-content .back-second a.link-btn:hover, #axo-content .back-third a.link-btn:hover{background: #fff; color: #000}
#axo-content .back-second .title-after:after{background: var(--primary);}
#axo-content .shadow-box{box-shadow: var(--shadow-box);}
#axo-content .shadow-text{text-shadow: var(--shadow-text);}

#axo-content .axo-icone{font-size: 25px;}
#axo-content .axo-icone.big{font-size: 45px;}
#axo-content .axo-icone.box{background: var(--primary); color: #fff; display: flex; justify-content: center; align-items: center; width: var(--spacing-size); height: var(--spacing-size);}
#axo-content .axo-icone.box.big{width: calc(var(--spacing-size) * 2); height: calc(var(--spacing-size) * 2);}

/* !!!! DÉBUT !!!! RESPONSIVE */

@media all and (max-width: 1440px) {
    #axo-content p, #axo-content .p, #axo-content ul, #axo-content .table{font-size: 15px; font-weight: 400;}
    #axo-content .h1{font-size: 36px;}
    #axo-content .h2{font-size: 33px;}
    #axo-content .h3{font-size: 29px;}
    #axo-content .h4{font-size: 26px;}
    #axo-content .h5{font-size: 23px;}
    #axo-content .h6{font-size: 20px;}
}

@media all and (max-width: 991px) {
    #axo-content .axo-banner-header .main-img{height: 280px;}
    #axo-content .axo-banner-header .caption .title-page{font-size: 40px;}
    #axo-content .h1{font-size: 30px;}
    #axo-content .h2{font-size: 27px;}
    #axo-content .h3{font-size: 24px;}
    #axo-content .h4{font-size: 21px;}
    #axo-content .h5{font-size: 18px;}
    #axo-content .h6{font-size: 15px;}
    #axo-content .img-fluid-w.h300, #axo-content .img-fluid-w.h400, #axo-content .img-fluid-w.h500,#axo-content .img-fluid-w.h600, #axo-content .img-fluid-w.h700,#axo-content .img-fluid-w.h800
    {max-height: 400px;}
}

@media all and (max-width: 560px) {
    #axo-content p, #axo-content .p, #axo-content ul, #axo-content .table{font-size: 14px; font-weight: 400;}
    #axo-content .img-fluid-w.h300, #axo-content .img-fluid-w.h400, #axo-content .img-fluid-w.h500,#axo-content .img-fluid-w.h600, #axo-content .img-fluid-w.h700,#axo-content .img-fluid-w.h800
    {height: 300px;}
    :root {
        --spacing-size: 30px;
    }
    #axo-content .axo-icone{font-size: 16px;}
    #axo-content .axo-icone.big{font-size: 26px;}
    #axo-content .axo-banner-header .caption .title-page{font-size: 30px;}
}

/* DÉBUT SLIDE STYLE */
.axo-slide-style .slick-prev, .axo-slide-style .slick-next{position: absolute; transition: all 0.4s; top: 50%; z-index: 99; background: var(--primary); width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;}
.axo-slide-style .slick-prev:hover,.axo-slide-style .slick-next:focus,.axo-slide-style .slick-prev:focus, .axo-slide-style .slick-next:hover{background: #000;}
.axo-slide-style .slick-prev{left: 0px;}
.axo-slide-style .slick-next{right: 0px;}
.axo-slide-style .slick-dots{bottom: 0px; left: 0px; padding: 0px;}
.axo-slide-style .slick-dots li{padding: 0px; margin: 0px;}
.axo-slide-style .slick-dots li button{display: flex; justify-content: center; align-items: center; padding: 0px;}
.axo-slide-style .slick-prev:before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053" !important;}
.axo-slide-style .slick-next:before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054" !important;}
.axo-slide-style .slick-dots li button:before{left: 50%; top: 50%; transform: translate(-50%,-50%);}
.axo-slide-style .slick-dots li button:before{background: #fff; border: 1px solid var(--primary); content: '' !important; display: block; width: 14px !important; height: 14px !important; border-radius: 15px; opacity: 1 !important;}
.axo-slide-style .slick-dots li.slick-active button:before{background: var(--primary);}
.axo-slide-style a{outline: none; text-decoration: none;}

.header {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}


.header>.d-flex {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.top {

    padding: 10px 15px;
}

.top .right-top {
    display: flex;
    padding: 0;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0px 20px;
}

.right-top .phone {
    color: #000;
    padding: 0;
    position: relative;
    z-index: 1;
    display: block;
    font-weight: 700;
    padding-right: 0;
    font-size: 25px;
    line-height: 1;
    text-align: center;
}

.right-top span {
    display: block;
    color: var(--back);
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    /*margin-bottom: 5px;*/
}


.banner {
    position: relative;
    z-index: 0;
}

.block-banner {
    position: relative;
    overflow: hidden;
    max-height: 500px;
    width: 100%;
}

.block-banner img {
    max-width: 100%
}

.banner {
    overflow: hidden;
    animation: zoom 8s ease infinite alternate;
    /*background: url(../images/banner.jpg) no-repeat;*/
    background-size: cover;
    transform: scale(1.1);
    height: 100%;
    min-height:490px;
    width: 100%;
    position: relative;
}


@keyframes zoom {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);

    }
}

.banner img {
    max-width: 100%;
    opacity: 0;
}


.logo {
    text-align: center;
    position: absolute;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    top: 0;
}

.logo a {
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 0;
    left: 50px;
}

.logo img {
    position: relative;
    z-index: 1;
}

/* end header */



/* menu */

.navbar-nav .nav-item {
    display: block;
    transition: 0.5s ease all;
    padding: 0px 0px;
}

.fixed .navbar-nav .nav-item {
    margin: 0 !important;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 15px;
    white-space: nowrap;
    transition: 0.3s ease all;
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.navbar .navbar-nav .nav-item:hover>.nav-link {
    background: var(--primary);
    color: #fff;
}


.navbar .navbar-nav .nav-item .nav-link:after {
    z-index: 1
}

.navbar .navbar-nav .nav-item:last-child .nav-link:before {
    opacity: 0;
}

.navbar .navbar-nav .nav-item .nav-link:hover:before {
    width: 100%;
}


.navbar-nav .nav-item:hover>.nav-link:before {
    width: 100%;
    opacity: 1 !important;
}

.bloc-menu.fixed .btn-menu {
    display: table;
}


.bloc-menu.fixed .btn-menu {
    display: table;
}


.bloc-menu {
    display: none;
    margin-right: 15px;
    position: relative;
    left: 45px;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s ease all;
}

.btn-menu {
    display: table;
    margin: 0 auto;
    position: relative;
    transition: 0.3s ease all;
}

.btn-menu:hover {
    transform: rotate(180deg);
}

.menubox {
    transition: 0.3s ease all;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: -30px auto 0px;
    position: relative;
    z-index: 20;
    background: var(--second);
    border-left: 17px solid var(--primary);
    border-right: 17px solid var(--primary);
}



.fixed .inner-menubox:before {
    opacity: 0;
}

.menubox.activemenu {
    transform: none;
}

.menubox.fixed {
    top: 0;
    z-index: 20;
    position: fixed;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    bottom: initial;
    justify-content: center;
}

.inner-menubox {
    transition: 0.3s ease all;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixed .inner-menubox {
    border: none;
    max-width: 100%;
}

.navbar {
    padding: 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

.navbar-nav {
    margin: 0px !important;
    padding: 12px 15px;
    z-index: 9;
    width: auto;
    flex-wrap: wrap;
}

.navbar-nav:last-child {
    padding: 0;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

/****** end menu ***/



.why-lmtp {
    padding: 40px 20px;
    text-align: center;
    max-width: 1350px;
    margin: 0 auto 70px;
}

.section-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--third);
    margin-bottom: 70px;
    border-bottom: 13px solid;
    padding: 10px 0px;
    text-align: left;
}

.reasons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.reason {
    max-width: 205px;
}

.reason span {
    display: block;
    color: var(--primary);
    /* vert citron */
    font-weight: 700;
    font-size: 23px;
    text-align: left;
    line-height: 1.1;
    margin-bottom: 10px;
}

.reason p {
    color: var(--second);
    /* bleu foncé */
    font-weight: 700;
    font-size: 21px;
    text-align: left;
    line-height: 1.1;
    letter-spacing: 0;
}

.text {
    color: #000;
    max-width: 1440px;
    margin: 0px auto 0px;
    padding: 0px 15px;
    position: relative;
    z-index: 2;
}

.textdiv {
    margin: 30px auto 0px;
    padding: 50px 30px 100px;
    line-height: 31px;
    font-size: 17px;
    text-align: justify;
    position: relative;
    z-index: 1;
}

.titre-block {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}





.flex-block-text-1 {
    margin: 0 auto 00px;
    overflow: hidden;
    padding: 60px 0px 50px;
    max-width: 1020px;
}

.flex-block-text-1 h1 {
    font-size: 26px;
    font-weight: 500;
    display: block;
    padding-top: 24px;
    margin: 0 auto 0px;
    position: relative;
    padding-left: 15px;
    color: var(--black);
}

.flex-block-text-1 h1 span {
    font-size: 20px;
    display: block;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--primary);
}

.flex-block-text-1 h1 b {
    font-size: 26px;
    display: block;
    position: relative;
}



.flex-block-text-1>div {
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.flex-block-text-1 p {
    font-size: 17px;
    font-weight: 400;
    padding: 0;
    margin: 0px 0px 30px;
    color: var(--black);
}

.flex-block-text-1 .flex-block_text {
    margin: 0;
    padding: 0;
    border-left: 20px solid #9d9c9c;
    padding-left: 20px;
}

.link-rubrique {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    top: 0;
    cursor: pointer;
}


.block-text-center {
    max-width: 1440px;
    margin: 200px auto 130px;
    padding: 110px 15px;
    position: relative;
    background: url(../images/back.jpg) no-repeat;
    background-size: cover;
    min-height: 600px;
    align-content: center;
}

.block-text-center>div {

    max-width: 1200px;

    margin: 0 auto;

    text-align: left;
}

.block-text-center:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 47px;
    background: url(../images/bottom.png);
    bottom: -47px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.block-text-center:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 47px;
    background: url(../images/top.png);
    top: -47px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.block-text-center h2 {
    position: relative;
    color: #fff;
    margin-bottom: 70px;
}

.block-text-center h2 b {
    font-size: 72px;
    font-weight: 800;
    display: block;
    line-height: 1;
}

.block-text-center h2 span {
    font-size: 59px;
    font-weight: 800;
    z-index: 2;
    position: relative;
    display: block;
    line-height: 1.1;
}

.block-text-center h2 /*p*/ {
    margin: 0;
    font-size: 18px;
    text-align: left;
    color: #fff;
    max-width: 970px;
    background: rgb(0 0 0 / 6%);
    padding: 50px 50px;
    font-weight: 500;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(10px);
}


.block-encarts {
    max-width: 1200px;
    margin: 50px auto 80px;
    position: relative;
    border-bottom: 0;
    background-size: cover;
    background-position: top;
}

.block-encarts .title-encarts span{display: table; background: #fff; margin: 0px auto; padding: 10px 20px; position: relative; z-index: 3;}
.block-encarts .title-encarts{text-align: center; font-weight: bold; color: var(--black); position: relative; z-index: 2; width: 100%; display: flex; justify-content: center; align-items: center; margin: 30px auto;}
.block-encarts .title-encarts:before{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; content: ''; width: 100%; height: 10px; background: var(--third);}

.block-encarts .flex-block-2 {
    margin: 0 auto;
    position: relative;
}

.block-encarts .flex-block-2:before {
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    border-left: 30px solid #fff;
    border-top: 30px solid #fff;
    top: 0;
    left: 0;
}

.block-encarts .flex-block-2:after {
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    border-right: 30px solid #fff;
    border-bottom: 30px solid #fff;
    bottom: -80px;
    right: 0;
}


.flex-block-2 .flex-block_text {
    position: relative;
    padding-bottom: 0;
    margin: 0 auto;
    max-width: 350px;
}

.link-rubrique {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}

.flex-block-2 .flex-block_text:hover:before {
    right: 0;
    top: 0;
}

.flex-block-2 .flex-block_text:hover img {
    transform: scale(1.1);
}

.flex-block-2 .flex-block_text h2 {
    font-weight: 800;
    font-size: 18px;
    text-shadow: none;
    position: relative;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    transition: 0.3s ease all;
    padding: 20px 0px 4px;
    margin: 0 auto 20px;
    max-width: 290px;
   /* min-height: 150px;*/
}

.flex-block-2 .flex-block_text p {
    margin: 0 auto;
    max-width: 290px;
    font-size: 16px;
}

.flex-block-2 .flex-block_text h2 b {
    display: block;
    font-size: 26px;
}

.img-encarts {
    display: table;
    margin: 0px 0px 10px;
    position: relative;
    overflow: hidden;
}

.img-encarts img {
    transition: 0.3s ease all;
}

.img-encarts:hover img {
    transform: scale(1.1);
}

.flex-block-2 img {
    max-width: 100%;
}

.flex-block-2>div .col-12 {
    width: calc(100% / 3);
    flex: calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0px 15px;
    margin-bottom: 55px;
}

.flex-block-2>div {
    width: 100%;
}

.flex-block-2 .col-12:last-child {
    position: relative;
}

.link-devis {
    font-weight: 600;
    transition: 0.3s ease all;
    background: #c2bfbf;
    padding: 0;
    position: relative;
    width: 100%;
    font-size: 21px;
    z-index: 1;
    margin: 40px 0px 0px;
    display: flex;
    align-items: center;
    padding: 17px 25px;
    overflow: hidden;
    position: relative;
    color: var(--second);
}

.link-devis:after {
    content: "";
    width: 61px;
    height: 100%;
    position: absolute;
    right: -5px;
    bottom: 0;
    background: #fff;
    transform: skewX(-10deg);
    transition: 0.3s ease all;
}

.link-devis span {
    display: block;
    font-weight: 800;
    font-size: 26px;
    line-height: 1;
    margin-right: 10px;
    color: var(--primary);
}

.link-devis s {
    text-decoration: none;
    font-weight: 900;
    font-size: 30px;
}


.link-devis b {
    color: var(--second);
    display: block;
    font-weight: 800;
    font-size: 26px;
    line-height: 1;
    margin-right: 25px;
}


.link-devis:hover:after {
    transform: none;
}

.link-devis:hover {
    background: var(--second);
    color: #fff;
    letter-spacing: 1px;
}

.link-rubrique {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    top: 0;
    cursor: pointer;
}

.link-rubrique {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}

.flex-block {
    position: relative;
    transition: 0.5s ease all;
}

.flex-block>div {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    z-index: 2;
    justify-content: space-evenly;
}



.realisations-section {
    padding: 40px 20px 0px;
    max-width: 1350px;
    margin: 0 auto 70px;
}

.realisations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 19px;
}

.realisation-item {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.link-fb {
    width: 100%;
    height: 100%;
    display: flex;
    background: var(--second);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease all;
    min-height: 300px;
}

.link-fb:hover {
    background: var(--primary)
}

.link-fb span {
    color: #fff;
    display: block;
    font-size: 17.5px;
    font-weight: 600;
    margin-bottom: 6px;
    width: 100%;
    text-align: center;
}

.link-fb img {
    max-width: 170px
}

.realisation-item:hover {
    transform: translateY(-5px);
}

.realisation-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}



/****** Contact ***/

#section-footer{padding: 40px 15px;}
#section-footer .box-title{background: var(--second); color: #fff; padding:80px 30px; display: flex; justify-content: center; align-items: center; height: 400px;}
#section-footer .box-title h3{margin-bottom: 0px; font-weight: bold; font-size: 30px;}
#section-footer .box-texte{padding: 30px; border: 10px solid #f9cda2; border-left: 0px;}

.footer-ico {
    display: block;
    max-width: 120px;
}

.btn-contact {
    height: auto;
    display: table;
    width: auto;
    font-size: 15px;
    margin: 0;
    clear: both;
    color: var(--primary);
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    transition: 0.3s ease all;
    background: url(../images/btn.jpg);
    max-width: 673px;
    width: 100%;
    height: 113px;
    margin: 0 auto;
    font-size: 23px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    padding: 0px 20px;
    position: relative;
}

.btn-contact:before {
    content: "";
    width: 20px;
    height: 160px;
    position: absolute;
    left: -60px;
    top: -22px;
    background: var(--primary);
}


.btn-contact:after {
    content: "";
    width: 20px;
    height: 160px;
    position: absolute;
    right: -60px;
    top: -22px;
    background: var(--primary);
}

.btn-contact:hover {
    background: var(--primary);
    text-decoration: none;
    color: #fff;
    padding: 14px 71px;
    border-color: var(--primary);
}

.btn-contact:hover {
    background: var(--primary);
    padding: 0px 15px;
    left: 0;
    top: 0;
    width: auto;
    color: #fff;
}

.logo-footer img {
    /*max-width: 50%;*/
}

.text-bottom-center {
    max-width: 1140px;
    margin: 0 auto 80px;
    padding: 0px 15px;
}

.text-bottom-center p {
    margin: 0;
    font-size: 17px;
}

.flex-bottom-footer {
    max-width: 1440px;
    margin: 20px auto 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 50px 25px;
    background: url(../images/contact.jpg) no-repeat;
    color: #fff;
    background-position: bottom;
    height: 300px;
    align-items: center;
}

.flex-bottom-footer span {
    font-weight: 600;
    display: block;
    text-align: end;
    margin-bottom: 20px;
    font-size: 17px;
}

.flex-bottom-footer>div:last-child .right-top {
    margin-bottom: 19px;
}

.link-contact {
    color: #fff;
    display: table;
    border-bottom: 1px solid #fff;
    float: right;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s ease all;
}

.link-contact:hover {
    background: var(--primary);
    color: #fff;
    padding: 0px 15px;
}

.link-contact+div {
    clear: both;
    display: flex;
    justify-content: flex-end;
    padding-top: 25px;
}

.flex-bottom-footer .phone {
    color: #fff;
    font-size: 33px;
    text-align: right;
    font-weight: 700;
}

/****** end Contact ***/



/****** footer ***/
.boxfooter {
    overflow: hidden;
    padding: 15px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1480px;
    padding-top: 20px;
}

.footerlink {
    color: #d0d0d0;
    font-size: 10px;
    font-family: verdana;
    text-align: right;
}

.footerlink ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footerlink ul li {
    display: inline-block;
}

.footerlink ul li a {
    text-decoration: none !important;
    transition: 0.3s ease all;
    color: var(--primary);
    padding: 0px 10px;
    font-size: 12px;
}

.footerlink ul li a:hover {
    color: var(--second);
}

.inlineblock {
    display: inline-block;
}

.footerlink ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: none;
}

.boxfooter>div {
    width: 100%;
    margin: 0;
    align-items: center;
}


/****** footer ***/


@media (max-width: 1280px) {
    .navbar .navbar-nav .nav-item .nav-link {
        text-align: center;
        padding: 8px 15px;
    }

    .logo a img {
        max-width: 500px;
    }

    .right-top .phone {
        text-shadow: 1px 1px 11px #0000008c;
    }

    .menubox {
        bottom: 0px;
        margin: 0 auto;
    }

    .logo {
        padding: 0px 40px;
    }

    .flex-bottom-footer:after {
        height: 40%;
    }

    .flex-bottom-footer .phone {
        font-size: 17px;
    }

    .flex-bottom-footer>div span {
        font-size: 12px;
    }

    .navbar-nav:after {
        height: 100%;
    }

    .flex-block-2 .col-12:last-child {
        left: 0;
    }


}


@media (max-width: 1280px) {
    .flex-block_text h2 b {}

}

@media (min-width:991px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: space-between;
        display: flex !important;
        flex-wrap: nowrap;
        flex-grow: initial;
        width: 100%;
        max-width: 100%;
    }



    .fixed .navbar .navbar-nav .nav-item .nav-link {}
}

@media (max-width: 992px) {
    #section-footer .box-title{height: auto; padding: 40px 20px;}
    #section-footer .box-title h3{font-size: 22px;}
    .flex-block>div .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        top: 0 !important;
    }

    .reasons {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .reason p {
        text-align: center
    }

    .reason p span {
        text-align: center
    }

    .btn-contact {
        overflow: hidden;
        margin-bottom: 90px;
    }

    .block-text-center h2 span {
        font-size: 22px;
        text-align: center;
    }

    .block-text-center h2 b {
        font-size: 35px;
        text-align: center;
    }

    .section-title {
        text-align: center;
        font-size: 22px;
    }

    .block-text-center h2 {
        margin-bottom: 25px
    }

    .flex-block-text-1 {
        padding: 15px;
        margin-bottom: 40px;
    }

    .flex-block-text-1 h1 span {
        text-align: center
    }

    .flex-block-text-1 h1 b {
        text-align: center;
        padding: 0;
        font-size: 25px;
    }

    .flex-block-text-1 h1 {
        padding: 15px 15px 0px;
        margin-bottom: 25px;
    }

    .flex-block-text-1 .flex-block_text {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .flex-block-text-1 h1 b:after {
        display: none
    }

    .flex-block_text h2 {
        font-size: 27px;
        text-align: center;
    }

    .flex-block-2>div:after {
        display: none
    }


    .flex-bottom-footer:after {
        display: none
    }

    .flex-bottom-footer {
        flex-direction: column;
        margin-bottom: 20px;
        align-items: center;
        padding: 40px;
        background-size: cover;
    }

    .flex-bottom-footer a {
        display: table;
        margin: 0 auto;
        text-align: center;
    }

    .link-contact {
        float: none;
    }

    .flex-bottom-footer .phone {
        text-align: center;
        margin: 0 auto;
        font-size: 35px;
    }

    .flex-bottom-footer>div {
        justify-content: center;
        align-items: center
    }

    .flex-bottom-footer>div {
        padding: 10px;
        bottom: 0px !important;
    }

    .flex-bottom-footer>div span {
        text-align: center
    }

    .flex-bottom-footer>div:last-child span {
        text-align: center;
        padding: 0;
        max-width: 280px;
    }

    .flex-block>div .col-12 img {
        max-width: 100%;
        display: table;
        margin-left: auto;
        margin-right: auto;
        opacity: 1;
        margin-top: 17px;
    }

    .flex-block-2 img {
        margin: 0 auto;
    }

    .flex-block-2 {
        margin-bottom: 0;
        margin: 0;
        padding: 50px 15px 40px;
    }


    .flex-block-2>div .col-12 {
        margin-bottom: 0;
    }

    .flex-block-2 .flex-block_text h2 {
        display: block;
        margin: 0 auto 20px;
        font-size: 23px;
        left: 0;
        min-height: auto;
    }

    .flex-block-2 .flex-block_text {
        margin-bottom: 15px;
        max-width: 320px;
    }

    .img-encarts {
        margin: 0 auto;
    }

    .flex-block-2 .col-12:last-child {
        margin: 0 auto;
    }

    .flex-block-2 .col-12:last-child>div {
        padding-left: 0;
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-item .nav-link:before {
        display: none
    }

    .navbar {
        padding: 0px
    }

    .navbar-nav:after {
        display: none
    }

    .navbar-nav .nav-item .nav-link {
        text-align: left
    }

    .inner-menubox {
        padding: 0;
        background: none;
        left: 0;
        width: 100%;
        border: none;
        display: block;
    }

    .menubox.fixed {
        background: var(--second)
    }

    .collapse:not(.show) {
        display: block;
    }

    .navbar-nav {
        align-items: center;
        flex-direction: column;
    }

    .navbar-nav:first-child {
        padding-bottom: 0;
    }

    .menubox.fixed .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav:last-child {
        background: none;
        max-width: 100%;
        margin: 0 !important;
        padding-top: 0;
        display: block;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 32px !important;
        font-size: 18px;
        color: #fff;
        display: table;
        margin: 0 auto;
        position: relative;
    }

    .navbar .navbar-nav .nav-item {
        background: none;
        margin: 0 !important;
        padding: 0px 10px;
    }

    .menubox:before,
    .menubox:after {
        display: none
    }

    .activemenu.menubox {
        transform: none;
    }

    .inner-menubox:after {
        display: none
    }

    .inner-menubox:before {
        display: none
    }

    .block-encarts {
        margin-top: 0;
        margin-bottom: 0;
        max-width: 100%;
        padding: 0px 20px 40px;
    }

    .block-encarts .flex-block-2 {
        padding: 0;
    }

    .block-encarts:before,
    .block-encarts:after {
        display: none
    }

    .flex-block-2:after {
        display: none
    }

    .menubox {
        width: 100%;
        top: 58px !important;
        border: none;
        background: var(--second);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        max-width: 100%;
        transform: translateX(-100%);
        transition: 0.3s ease all;
        bottom: initial;
        padding: 0;
        height: 100%;
        box-shadow: none;
        margin: 0;
        padding-top: 50px;
    }

    .logo img {
        max-width: 290px;
    }

    .logo {
        position: absolute;
        width: 100% !important;
        height: auto;
        justify-content: center;
        align-items: center;
        padding: 25px 15px;
        justify-content: center;
        top: 0;
        display: flex;
        height: 100%;
    }

    .header .d-flex:after {
        background-position: 11px 50%;
        display: none;
    }

    .header .d-flex>div {
        width: 100%;
    }

    .logo a {
        padding: 0px;
        margin-bottom: 0;
        left: 0;
        width: 100%;
        display: block;
    }

    .top {
        display: none
    }

    .header {
        position: relative;
        top: 0;
        margin-top: 58px;
        max-height: initial;
        border: none;
        margin-bottom: 10px;
        padding: 0;
        background: #fff;
        overflow: hidden;
    }

    .header:after {
        display: none;
    }

    .header .d-flex {
        top: 0px;
        padding: 0;
        display: block !important;
    }

    .block-banner {
        height: 450px;
    }

    .bloc-menu a {
        display: table;
        padding: 0;
        top: 11px;
        left: 11px;
        position: relative;
        margin: 0;
    }

    .btn-menu:after {
        display: none
    }

    #bloc-1:after {
        display: none
    }

    .bloc-menu.fixed {
        left: 0;
        top: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .bloc-menu {
        top: 0;
        left: 0;
        width: auto;
        position: fixed;
        top: 0px;
        width: 100%;
        height: 58px;
        overflow: hidden;
        z-index: 13;
        display: block;
        animation: none !important;
        background: var(--second);
    }

    .bloc-menu.fixed .btn-menu {
        margin: 0;
        padding: 0;
        background: none;
        box-shadow: none;
    }

    .bloc-menu img {
        position: relative;
        left: 0;
        top: 0;
        width: 40px;
        filter: none !important;
    }

    .btn_scroll {
        display: none
    }

    .banner {
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-position: 50%;
    }





}

@media (max-width: 767px) {

    .block-text-center {
        margin: 40px auto 100px;
        padding: 50px 20px;
    }

    .block-text-center:before {
        background-size: contain;
        height: 40px;
        top: -40px;
    }

    .block-text-center:after {
        background-size: contain;
        height: 40px;
        bottom: -40px;
    }

    .link-rubrique {
        right: 0;
        top: 0;
    }

    .link-devis {
        flex-direction: column;
    }

    .link-devis:after {
        display: none
    }

    .flex-block .col-12 {
        left: 0;
        top: 0;
        border: none;
        display: block;
    }

    .footerlink {
        text-align: center;
    }

    .footerlink ul {
        display: flex;
        flex-direction: column;
    }

    .flex-block {
        margin: 0px auto;
        padding: 0;
        left: 0px !important;
    }

    .text-bottom-center p {
        text-align: center
    }

    .link-devis span {
        font-size: 22px;
    }

    .link-devis b {
        font-size: 25px;
    }

    .flex-block-2 {
        background-size: contain;
        max-width: 100%;
        margin-top: 15px;
        overflow: hidden;
        padding-bottom: 40px;
        margin: 0;
    }

    .flex-block-2>div {
        padding: 0;
        text-align: center;
    }

    .flex-block-2 h2 {
        display: table;
        padding-right: 0;
        position: relative;
        margin-bottom: 30px;
        width: 100%;
        max-width: 100%;
        font-size: 22px;
    }

    .menubox:after {
        display: none;
    }

    .logo img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        filter: drop-shadow(3px 6px 15px #000);
        max-width: 100% !important;
    }

    .block-banner:after {
        background-size: 69% 100%;
    }


    .block-banner {
        width: 100%;
        margin: 0;
        border: none;
        height: 350px;
    }

    .logo a {
        margin: 0px;
        padding: 0 !important;
    }

    .header .d-flex a {
        text-align: center;
        padding: 0px 31px;
    }


    .header .d-flex {
        display: block !important;
        padding: 0;
    }

    .boxfooter img {
        margin: 0 auto 15px;
        display: block;
        max-width: 120px;
    }
}