@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


:root {
    --black: #000;
    --white: #fff;
    --primary: #1f3c72;
    --second: #da0c33;
    --back: #292929;
    --gris: #616468;
    --third: #616468;
    --mainfont: "Outfit", sans-serif;
    --secondfont: "Outfit", 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;
    content: #000;
    background: #fff;
}

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

a {
    text-decoration: none !important
}

#axo-content .flex-prestation{display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; width: 100%;}
#axo-content .flex-prestation .box-prestation{padding: 20px; width: 420px; margin: 15px; max-width: 100%; padding-right: 30px; padding-left: 0px;}
#axo-content .flex-prestation .box-prestation a{color: #000; display: block; position: relative;}
#axo-content .flex-prestation .box-prestation a .link-txt{transition: all 0.4s; display: block; position: absolute; writing-mode: sideways-lr; background: var(--second); color: #fff; padding: 10px 5px; text-transform: uppercase; font-size: 13.5px; letter-spacing: 1.5px; right: -30px;}
#axo-content .flex-prestation .box-prestation a .img-prestation{width: 100%; height: 280px; position: relative; overflow: hidden; clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px); background: var(--primary);}
#axo-content .flex-prestation .box-prestation a .titre-prestation{position: absolute; text-shadow: 0px 0px 7px rgba(0,0,0,0.3); z-index: 5; color: #fff; bottom: 0; left: 0; width: 100%; padding: 10px 20px;}
#axo-content .flex-prestation .box-prestation a .titre-prestation h3{font-size: 27px;}
#axo-content .flex-prestation .box-prestation a .titre-prestation h3:after{content: ''; display: block; width: 80px; max-width: 70%; height: 5px; background: var(--primary); margin-top: 15px;}
#axo-content .flex-prestation .box-prestation a .img-prestation img{width: 100%; height: 100%; transition: all 0.4s; object-fit: cover; display: block; position: relative; z-index: 2;}
#axo-content .flex-prestation .box-prestation a:hover .img-prestation img{transform: scale(1.1);}
#axo-content .flex-prestation .box-prestation a .img-prestation:before{transition: all 0.4s; opacity: 0.6; content: ''; background: #000000; background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); display: block; width: 100%; height: 100%; z-index: 3; position: absolute; top: 0; left: 0;}
#axo-content .flex-prestation .box-prestation a:hover .link-txt{background: var(--primary); padding: 30px 5px;}
#axo-content .flex-prestation .box-prestation a:hover .img-prestation:before{opacity: 1;}
#axo-content .flex-prestation .box-prestation a .caption-prestation {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: rgba(0,0,0,0.05);
  transition: 
    max-height 0.5s ease,
    padding 0.3s ease;
}

/* État ouvert */
#axo-content .flex-prestation .box-prestation.open .caption-prestation {
  max-height: 1000px; /* valeur large pour contenir le contenu */
  padding: 20px;
}

/* Animation du bouton */
#axo-content .flex-prestation .box-prestation.open .link-txt {
  background: var(--primary);
}

#axo-content .flex-materiel{display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap;}
#axo-content .flex-materiel .box-materiel{width: 220px; max-width: 100%; box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05); border: 1px solid rgba(0,0,0,0.1); border-radius: 10px; overflow: hidden; margin: 10px 10px;}
#axo-content .flex-materiel .box-materiel img{background: #fff; width: 100%; height: 260px; object-fit: contain;}
#axo-content .flex-materiel .box-materiel h4{background: var(--primary); color: #fff; margin-bottom: 0px; padding: 15px; font-size: 20px;}


#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: auto; 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; line-height: 21px;}
#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; line-height: 20px;}
    #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 .flex-prestation .box-prestation{margin: 15px 0px;}
    #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-page{background: url(../images/banner.jpg) no-repeat center/cover; height: 400px; position: relative;}
.header-page .box-logo{padding: 30px;}
.header-page .box-logo img{width: 170px; max-width: 100%;}
.header-page a.link-contact{transition: all 0.4s; font-size: 14px; display: inline-block; padding: 10px 20px; padding-right: 40px; background: var(--second); color: #fff; text-transform: uppercase; position: absolute; top: 20px; right: 20px;}
.header-page a.link-contact:before{content: ''; display: block; width: 40px; height: 40px; background: url(../images/ico-forme.png) no-repeat top center/contain; position: absolute; top: -10px; right: 10px;}
.header-page a.link-contact:hover{background: var(--primary);}

.header, .header-mobile {
    width: 100%;
    position: relative;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    z-index: 3;
    height: 100vh;
}

.header-mobile, .block-encarts-mobile {display: none;}

.page .header:after, .page ..header-mobile:after {
    background-size: contain;
}


.header .d-flex, .header-mobile .d-flex {
    height: 100%;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

.header .d-flex a, .header-mobile .d-flex a {transition: all 0.4s;}
.header .d-flex a:hover{opacity: 0.8;}

.header .d-flex>div, .header-mobile .d-flex>div {}

.top {
    padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--back);
}

.top span {
    color: #000;
    font-weight: 300;
}

.right-top {
    display: flex;
    align-items: center;
}

.right-top>div {
    padding: 0px 20px;
}

.right-top img {
    max-width: 140px;
}

.right-top a:first-child {
    color: #fff;
    transition: 0.3s ease all;
}

.right-top a:first-child:hover {}

.top>div {
    margin: 0;
}

.top>div a {
    padding: 0px 5px
}

.block-links {
    display: flex;
    align-items: center;
}

.block-links a {
    padding: 0px 10px;
    transition: 0.3s ease all;
    display: block;
}

.block-links a:hover {
    transform: scale(0.8)
}

.right-top .phone {
    letter-spacing: 1px;
    color: #000;
    padding: 0px 10px;
    font-size: 17px;
    position: relative;
    margin-left: 0;
    z-index: 1;
    display: block;
    text-align: right;
    font-weight: 700;
}

.right-top .phone2 {
    color: #fff;
    padding: 0px 10px;
    font-size: 23px;
    position: relative;
    margin-left: 30px;
    display: block;
    text-align: right;
    font-weight: 700;
    border-left: 8px solid var(--primary);
}

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

.block-banner {
    overflow: hidden;
    position: relative;
    max-height: 470px;
    height: calc(100vh - 120px);
}

.banner {
    overflow: hidden;
    width: 100%;
    border-radius: 45px 0px;
}

.page .banner {
    height: 400px;
}



.banner>div {
    animation: zoom 8s ease infinite alternate;
    background: url(../images/img.jpg) no-repeat;
    background-position: top;
    background-size: cover;
    transform: scale(1.1);
    height: 100%;
    width: 100%;
    position: relative;
}


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

    100% {
        transform: scale(1.0);

    }
}

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

.logo {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.header span.link-entree{padding: 40px; display: inline-block; transition: all 0.4s; font-size: 30px; text-transform: uppercase; color: #fff; font-weight: bold; letter-spacing: 1px;}
.header .d-flex a span.link-entree:after{transition: all 0.4s; content: ''; display: block; margin-top: 10px; width: 100px; height: 20px; background: url(../images/fleche.png) no-repeat left center/contain;}
.header .d-flex a:hover span.link-entree:after{margin-left: 50px;}

.header .d-flex>div, .header-mobile .d-flex>div{padding: 40px 80px;}

.header .d-flex:before{content: ''; display: block; width: 10px; height: 100%; z-index: 2; background: #fff; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.header .box-logo{padding: 0px !important; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10; display: flex; justify-content: center; align-items: center;}
.header .box-logo img{width: 190px; position: relative; z-index: 3;}

.left-block {
    background: url(../images/back-infrastructure.jpg);
    background-size: cover;
    background-position: center;
}

.right-block {
    background: url(../images/back-construction.jpg);
    background-size: cover;
    background-position: center;
}

a.logo a {
    display: table;
}

a.logo a+span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    max-width: 430px;
}

a.logo>div {
    position: relative;
}

a.logo img {
    position: relative;
    z-index: 1;
    max-width: 100%;
}



/* end header */




/* menu */

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

.navbar-nav .nav-item:hover {
    background: var(--primary)
}

.dropdown-item {
    transition: 0.5s ease all;
    color: #fff;
    padding: 10px 20px;
    font-size: 31px;
    font-weight: 400;
    font-family: 'Freestyle Script';
}

.dropdown-item:hover {
    background: var(--second);
    color: #fff;
}

.navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    left: 0;
    top: initial;
    background: var(--primary);
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    bottom: 100%;
}

.fixed .dropdown-menu {
    top: 100%;
    bottom: initial;
}

.page .navbar-nav .nav-item:last-child {
    margin: 0
}

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

.navbar .navbar-nav .dropdown-menu .nav-item .nav-link{padding: 5px 10px; font-size: 15px;}

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

.navbar .navbar-nav .nav-item .nav-link span {
    position: relative;
    z-index: 2;
    display: block;
}

.navbar .navbar-nav .nav-item:first-child {}

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

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

.fixed .navbar .navbar-nav .nav-item .nav-link {
    color: #fff
}

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


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

.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;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 20;
    max-width: 100%;
    margin: 0 auto;
    background-size: contain;
    background: var(--primary);
}

.menubox.activemenu {
    transform: none;
}

.menubox.fixed {
    top: 0;
    z-index: 20;
    position: fixed;
    background: var(--primary);
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    bottom: initial;
}

.inner-menubox {
    transition: 0.3s ease all;
    position: relative;
    max-width: 920px;
    margin: 0 auto;
}
/*
.inner-menubox:after {
    content: "";
    width: 120px;
    position: absolute;
    height: 1px;
    background: #fff;
    right: 0;
    top: 50%;
}

.inner-menubox:before {
    content: "";
    width: 120px;
    position: absolute;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%;
}

*/
.fixed .inner-menubox {
    border: none;
    background: var(--primary);
}

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

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

.navbar-nav:last-child {
    padding: 0;
    justify-content: center;
}



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





.accompagnement-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 40px auto;
    border-radius: 30px;
    background: url('../images/back.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 30px;
}

.accompagnement-container .content-box {
    flex: 1 1 500px;
    background-color: var(--back);
    padding: 50px 50px 0px;
    border-radius: 40px;
    max-width: 530px;
    position: relative;
    left: 60px;
    top: -60px;
}

.accompagnement-container .content-box h2 {
    font-size: 21px;
    margin-bottom: 23px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
}

.accompagnement-container .content-box h2 em {
    font-style: normal;
    font-weight: normal;
    display: block;
    font-family: 'Freestyle Script';
    font-size: 43px;
    display: block;
    line-height: 1;
}

.accompagnement-container .content-box p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 50px;
    color: #333;
}

.accompagnement-container .list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accompagnement-container .list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    color: #696969;
}

.accompagnement-container .list img {
    height: auto;
    margin-right: 15px;
    flex-shrink: 0;
}

.accompagnement-container .list span {
    font-size: 16px;
    display: block;
    line-height: 1;
}

.accompagnement-container .list span strong {
    font-size: 31px;
    display: block;
    margin-bottom: 3px;
    font-family: 'Freestyle Script';
    font-weight: normal;
    line-height: 1;
}

.accompagnement-container .image-box {
    flex: 1 1 500px;
    background: url('../images/back.png') no-repeat center center;
    background-size: cover;
    min-height: 600px;
}


.block-center-text {

    background: url(../images/back.jpg) no-repeat #1a55af;

    max-width: 1440px;

    margin: 0 auto;

    padding-bottom: 20px;

    margin-top: 80px;

    padding: 0px 15px 20px;
}

.block-text-content h2 {
    font-size: 23px;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.block-text-content h2 span {
    display: block;
    font-weight: 200;
    font-size: 19px;
    margin-top: 2px;
}

.block-text-content {
    max-width: 1100px;
    margin: 50px auto 80px;
    padding: 0px 20px;
}

.block-text-content .d-flex {
    justify-content: center;
    margin: 80px auto;
}

.block-text-content .d-flex>div {
    padding: 0px 30px;
}

.block-text-content .d-flex img {
    max-width: 100%
}

.block-text-content p {
    font-size: 18px;
    font-weight: 200;
    margin: 0px 0px 15px;
    color: #fff;
    text-align: center;
}

.block-text-content p.primary-color {
    color: var(--primary);
    font-weight: 600;
}


.block-text-content p.back-text {
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
    font-size: 26px;
    text-align: center;
    background-repeat: no-repeat;
    padding: 50px 20px 64px;
    background-position: 0% 0%, 100% 100%;
    display: block;
    font-weight: 600;
}

/****** bloc-text_flex  ***/



.block-link-devis {
    display: table;
    margin: 0 auto;


}

.block-link-devis a {
    color: #fff;
    transition: 0.3s ease all;
    padding: 10px 40px;
    text-align: center;
    display: block;
}

.block-link-devis a:hover {
    background: var(--second);
    border-radius: 25px;
}

.block-link-devis a span {
    text-align: center;
    display: block;
    font-size: 28px;
    font-weight: 700;
}

.block-link-devis a b {
    color: #3779e1;
    font-size: 41px;
    font-weight: 700;
}

.block-encarts, .block-encarts-mobile {
    margin: 0 auto 30px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
}

.block-encarts:after, .block-encarts-mobile:after {
    content: "";
    width: 8px;
    height: 80%;
    position: absolute;
    background: #dee5f2;
    left: calc(50% - 4px);
    top: 60px;
}

.flex-block-text {
    margin: 0 auto 80px;
    overflow: hidden;
    padding: 100px 0px 50px;
    max-width: 1080px;
}

.flex-block-text h2 {
    font-size: 23px;
    font-weight: 400;
    color: #7ca2f3;
}

.flex-block-text h1 {
    font-size: 26px;
    font-weight: 500;
    display: block;
    padding-bottom: 0;
    background-position: 70% -10px;
    padding-top: 24px;
    max-width: 960px;
    margin: 0 auto 50px;
}

.flex-block-text h1 span {
    font-size: 27px;
    display: block;
    font-weight: 400;
    position: relative;
    line-height: 1;
}

.flex-block-text h1 span:last-child {
    text-align: right
}

.flex-block-text h1 span:last-child:before {
    content: "";
    width: 150px;
    height: 7px;
    background: var(--primary);
    display: block;
    position: absolute;
    right: 141px;
    bottom: 8px;
}

.flex-block-text h1 b {
    font-size: 60px;
    font-weight: 300;
    font-family: 'Freestyle Script';
    display: block;
    line-height: 1;
    white-space: nowrap;
}

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

.flex-block-text p {
    font-size: 17px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.flex-block-text .flex-block_text p:first-child {

    font-size: 20px;

    margin-bottom: 30px;
}

.flex-block-text .flex-block_text {
    margin: 0 auto;
    padding: 0;
}




.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    border-left: 16px solid var(--primary);
    padding-left: 15px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 200;
}

.custom-list li b {
    display: block;
    font-weight: 800;
}




.flex-block-2 {
    padding: 70px 0px 0px;
    margin: 0 auto 0px;
}

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

.flex-block-2 .flex-block_text h2 {
    font-size: 26px;
    text-shadow: none;
    padding: 20px 20px 10px;
    position: relative;
    text-transform: none;
    margin-bottom: 0;
    letter-spacing: 0;
    margin-top: 15px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px;
    transition: 0.3s ease all;
}

.flex-block-2 .flex-block_text:hover h2 {
    color: #1b3b8b;
    font-weight: 500;
}

.flex-block-2.vert .flex-block_text:hover h2 {
    color: var(--second);
    font-weight: 500;
}

.img-discipline {
    display: table;
    margin: 0px 0px 80px;
    position: relative;
}

.fb-link {
    display: table;
    margin: 0 auto;
    transition: 0.3s ease all;
    position: relative;
    z-index: 2;
}

.fb-link:hover {
    transform: scale(0.9) rotate(2deg);
}

.flex-block-2>div .col-12:last-child .img-discipline:after {
    left: initial;
    right: -10px;
}

.img-discipline img {
    transition: 0.3s ease all;
    position: relative;
    z-index: 1;
}

.flex-block_text:hover .img-discipline img {
    transform: translatey(21px);
}

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

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

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

.block-encarts .text-center, .block-encarts-mobile .text-center {
    max-width: 1200px;
    margin: 50px auto 0;
    padding: 60px 40px 0px;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.block-encarts .text-center img, .block-encarts-mobile .text-center img {
    max-width: 100%
}

.link-white {
    transition: 0.3s ease all;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 13px 15px;
    display: block;
    margin-bottom: 15px;
}

.link-white:hover {
    background: var(--second);
    color: #fff;
}

.flex-block-2>h2 {
    font-size: 28px;
    font-weight: 700;
    display: block;
    color: #fff;
    margin: 0 auto 70px;
    border-left: 60px solid;
    padding-left: 15px;
}

.flex-block-2 .flex-block_text p {
    font-size: 16.5px;
    font-weight: 200;
    padding: 0px 20px;
    max-width: 450px;
    margin: 0 auto 50px;
    text-align: justify;
}

.flex-block-2 .flex-block_text p span {
    color: #b38c70;
    display: block;
    margin-top: 15px;
    font-weight: 300;
}

.link-plus {
    background: var(--back);
    display: flex;
    padding: 7px 25px;
    border-radius: 18px;
    color: #fff;
    font-weight: 300;
    font-size: 15.5px;
    letter-spacing: 1px;
    margin-left: 15px;
    transition: 0.3s ease all;
    max-width: 190px;
}

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

.link-plus:hover {
    background: var(--primary);
    color: #fff;
    letter-spacing: 3px;
}

.link-plus:hover img {
    transform: rotate(90deg);
}

.link-plus span {
    margin-right: 20px;
}

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


.block-text-content {
    max-width: 960px;
    margin: 50px auto 50px;
    padding: 0px 20px;
    overflow: hidden;
}

.block-text-content.back-block h2 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: var(--primary);
}

.block-text-content.back-block h2 b {
    font-weight: 100;
    font-size: 20px;
    display: block;
    line-height: 1.2;
}

.block-text-content.back-block h2 span {
    display: block;
    font-size: 33px;
    font-family: 'High Tower Text';
    font-weight: normal;
    letter-spacing: 1px;
}

.block-text-content p {
    font-size: 16px;
    margin: 0px;
    color: #000;
    text-align: center;
}


.green-sallow-banner {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-top: 350px;
}

.green-sallow-banner:before {
    content: "";
    width: 160px;
    height: 160px;
    background: var(--primary);
    position: absolute;
    left: -15px;
    bottom: -15px;
}

.green-sallow-banner:after {
    content: "";
    width: 160px;
    height: 160px;
    background: var(--second);
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 0;
}

.main-image {
    display: table;
    height: auto;
    border-radius: 50px 0px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.logo-top-right {
    max-width: 180px;
    display: block;
    transition: 0.3s ease all;
}

.access-copy:hover .logo-top-right {
    transform: scale(0.8)
}

.round-sign:hover .arrow-top {
    transform: rotate(45deg);
}

.round-sign>div {
    position: relative;
    margin-right: 40px;
    top: 70px;
}

.round-sign .logo-etiquette {
    max-width: 230px;
    transition: 0.3s ease all;
}

.round-sign:hover .logo-etiquette, .round-sign1:hover .logo-etiquette, .round-sign2:hover .logo-etiquette, .round-sign3:hover .logo-etiquette, .round-sign4:hover .logo-etiquette {
    transform: rotate(2deg)
}

.link-block {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.round-sign img:first-child, .round-sign1 img:first-child, .round-sign2 img:first-child, .round-sign3 img:first-child, .round-sign4 img:first-child {}

.round-sign {
    position: absolute;
    top: -226px;
    right: -80px;
    display: flex;
    align-items: flex-end;
    z-index: 2;
    cursor: pointer;
}

.round-sign1, .round-sign2 {
    position: absolute;
    top: 60%;
    right: 70px;
    z-index: 2;
    cursor: pointer;
    display: block;
    margin: auto;
    text-align: center;
}

.round-sign3, .round-sign4 {
    position: absolute!important;
    top: 60%;
    z-index: 2;
    cursor: pointer;
    display: block;
    margin: auto;
    text-align: center;
}

.round-sign5 {
    position: absolute;
    top: -35px;
    right: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 2;
    cursor: pointer;
}

.round-sign1:hover .arrow-top, .round-sign4:hover .arrow-top, .round-sign5:hover .arrow-top  {transform: rotate(-45deg);}

.round-sign2:hover .arrow-top, .round-sign3:hover .arrow-top {
    transform: rotate(45deg);
}

.round-sign1>div, .round-sign2>div, .round-sign3>div, .round-sign4>div {
    position: relative;
    margin-right: 40px;
    top: 70px;
}

.round-sign1 .logo-etiquette, .round-sign2 .logo-etiquette, .round-sign3 .logo-etiquette, .round-sign4 .logo-etiquette  {
    max-width: 230px;
    transition: 0.3s ease all;
}

.arrow-top {
    transition: 0.3s ease all;
}

.page .round-sign3, .page .round-sign4 {display: none;}
#header-img{background-position: center; background-repeat: no-repeat; background-size: cover; height: 480px; display: flex; justify-content: center; align-items: flex-end; position: relative;}

.arrow-text-top {
    font-weight: bold;
    color: white;
    position: absolute;
    left: 68px;
    bottom: 65px;
    font-weight: 200;
    font-size: 19px;
}

.access-copy {
    position: absolute;
    bottom: 60px;
    left: -200px;
    text-align: left;
    z-index: 2;
    cursor: pointer;
}

.arrow-left {
    display: table;
    margin: 15px 0px;
    position: relative;
    left: 100px;
    transition: 0.3s ease all;
    transform: rotate(-50deg);
}

.access-copy:hover .arrow-left {
    transform: rotate(65deg);
}

.access-text {}

.access-text strong {
    font-size: 18px;
    line-height: 1.2;
}

.access-text p {
    font-size: 15px;
    margin: 5px 0 0;
    text-align: center;
    font-weight: 200;
}




/****** bloc-sevices  ***/



/****** bloc-list-icones  ***/
.bottom_title {
    padding: 0;
    margin: 0;
    color: #fff;
    padding-right: 0;
    display: table;
    margin: 0 auto;
    font-size: 29px;
    font-weight: 700;
}






/****** bloc-avis-client  ***/

.bloc-avis-client {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1240px;
    margin: 0 auto;
}

.container_avis_client {
    position: relative;
    max-width: 1200px;
    margin: 0px auto 0px;
    padding: 80px 15px 120px;
    background: url(../images/ligne.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.bloc-avis-client_inner {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    margin-top: 80px;
}

.bloc-avis-client_inner .flex-block--inner {}

.bottom_title {
    padding: 0;
    color: #000;
    padding-right: 0;
    background-size: 100px;
    display: table;
    margin: 0 auto 30px;
    font-size: 27px;
    text-align: center;
}

.bottom_title+p {
    color: #b38c70;
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
}

.bottom_title span {
    display: block;
    color: #b38c70;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Freestyle Script';
    font-size: 56px;
    margin-bottom: 0;
}

.bloc-avis-client .flex-block--inner .col-12 {
    padding: 0px 25px;
    margin: 0 auto;
    width: calc(100% / 3);
    max-width: calc(100% / 3);
    flex: calc(100% / 3);
}


.bloc-avis-client .flex-block--content h2 {
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding: 0;
    font-family: 'Freestyle Script';
    color: #b38c70;
}

.text-avis {}

.text-date {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #7d5b59;
    margin-bottom: 30px;
}

.bloc-avis-client .flex-block--content p {
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-align: left;
    margin: 0;
    color: #7d5b59;
}

.bloc-avis-client .flex-block--content h2 b {
    display: block;
    font-size: 60px;
    font-weight: 300;
}

.bloc-avis-client .flex-block--content {
    position: relative;
    padding: 0;
    max-width: 280px;
    border-left: 20px solid var(--primary);
    padding-left: 30px;
}




/* block back text */

.link-devis {
    display: block;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    transition: 0.3s ease all;
    max-width: 360px;
    letter-spacing: 1px;
    background-size: cover;
    position: relative;
    border-radius: 0;
    height: auto;
    padding: 12px 17px 15px;
    z-index: 2;
    background: var(--primary);
    border-radius: 25px;
}

.block-devis {
    background: var(--primary);
    max-width: 360px;
    border-radius: 25px;
    margin: 40px 0px;
    position: relative;
}

.block-devis:after {
    content: "";
    width: 67px;
    height: 67px;
    position: absolute;
    right: -11px;
    bottom: -8px;
    transition: 0.3s ease all;
    background: var(--second);
    border-radius: 21px;
}

.link-devis span {
    font-weight: 300;
}

.link-devis:hover:after {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
}

.link-devis b {
    font-family: 'Freestyle Script';
    font-size: 43px;
    font-weight: normal;
    margin-left: 4px;
    display: inline-block;
    line-height: 1;
}

.link-devis:hover {
    color: #8c8c8c;
    letter-spacing: 3px;
    text-shadow: 1px 1px 3px #fff;
}

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



/****** bloc-4 encarts rouges  ***/


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

/****** page interne ***/
/****** text images ***/
.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: center;
}

.flex-block-3 {
    max-width: 1200px;
    margin: 0 auto 150px;
}

.banner-header {
    width: 100%;
    height: 640px;
}

.flex-block-3 .flex-block_text {
    padding: 40px 60px;
    background: var(--second);
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    top: 50px;
}

.flex-block-3 .flex-block_text p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    display: block;
    text-align: center;
}

.flex-block-3>div .col-12 {
    padding: 0
}

.flex-block_text h2 {
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 26px;
}

/****** page interne ***/


.text {
    color: #fff;
    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;
    font-weight: 200;
}




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

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

.btn-contact {
    height: auto;
    display: table;
    width: auto;
    font-size: 15px;
    margin: 0;
    clear: both;
    color: #000;
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-weight: 500;
    transition: 0.3s ease all;
    padding: 0px !important;
    margin-left: 17px;
}

.btn-contact:after {
    display: none;
}

.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;
}

.text-center-footer {
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    font-weight: 200;
    font-size: 18px;
}

.flex-bottom-footer {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: var(--primary);
    background-position: 0% 0%, 100% 100%;
    background-repeat: no-repeat;
}

a.text-footer {
    transition: all 0.4s;
    display: block;
    background: var(--second);
    padding: 15px;
    text-align: center;
    max-width: 1440px;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
}
a.text-footer:hover{opacity: 0.8;}

.text-footer p {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.flex-bottom-footer>div:first-child a {
    padding: 0;
    text-align: left;
}

.block-footer {
    background: var(--primary);
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 15px;
}

.block-footer a {
    display: table;
    margin: 0 auto;
    position: relative;
    top: 68px;
}

.block-footer img {
    display: block;
    max-width: 100%;
}

.flex-bottom-footer p {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 0;
}

.flex-bottom-footer .phone {
    color: #fff;
    font-size: 23px;
    display: block;
    font-weight: 700;
    padding: 0;
}

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


.footer-ico {
    display: block;
    max-width: 120px;
    filter: brightness(0) saturate(100%) invert(57%) sepia(20%) saturate(0%) hue-rotate(231deg) brightness(97%) contrast(94%);
}



/****** 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: #cccc;
    padding: 0px 10px;
    font-size: 12px;
}

.footerlink ul li a:hover {
    color: white;
}

.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 ***/



/****** end page interne ***/


@media (max-width: 1280px) {

    .round-sign {
        right: 15px;
    }

    .green-sallow-banner {
        margin: 350px auto 450px;
    }

    .green-sallow-banner:before {
        right: 0;
    }

    .green-sallow-banner:after {
        right: 0;
    }

    .block-footer a {
        top: 22px;
    }

    .access-copy {
        left: 15px;
        bottom: -350px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        text-align: center;
        padding: 11px 20px;
    }

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

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

    .logo img {}
}

@media (min-width:991px) {
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }

    .page .header, .page .header-mobile{
        height: 450px;
    }
    .page .logo img {
        max-width: 340px;
    }
    .page .block-banner {
        height: 400px;
    }

    .page .banner>div {}
}

.block-img {
    display: none;
}

@media (max-width: 992px) {
    .header-page .box-logo img{width: 120px;}
    .header-page a.link-contact{top: auto; bottom: 20px;}
    .header-page{height: 250px;}
.header-page{margin-top: 58px;}
    .round-sign3>div, .round-sign4>div, .round-sign5 {display: none;}
    .flex-block>div .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        top: 0 !important;
    }

    .block-img {
        display: block;
    }

    .banner-header {
        height: 100%;
    }

    .accompagnement-container {
        background: none;
        margin: 40px 0px 0px;
    }

    .accompagnement-container .content-box {
        max-width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
    }

    .accompagnement-container .content-box h2 {
        text-align: center
    }

    .accompagnement-container .image-box {
        display: none
    }

    .flex-block-3 .flex-block_text {
        margin-top: 0;
        top: 0;
    }

    .flex-block-text h1 {
        text-align: center;
        margin-bottom: 27px;
        padding-top: 30px;
        background-position: 50% 0px;
    }

    .block-devis {
        margin: 40px auto 80px;
    }

    .flex-block-text h2 {
        text-align: center
    }

    .flex-block-text p {
        text-align: center
    }

    .flex-block-text h1 b {
        white-space: normal;
        line-height: 0.7;
        display: block;
        font-size: 41px;
    }

    .link-devis {
        max-width: 90vw;
        margin: 0 auto 40px;
    }

    .bloc-avis-client .flex-block--inner .col-12 {
        width: 100%;
        margin: 0;
        flex: 100%;
        margin: 0 auto 30px;
        max-width: 100%;
        padding: 0;
    }

    .bloc-avis-client .flex-block--content {
        margin: 0 auto;
    }

    .flex-bottom-footer {
        flex-direction: column;
        overflow: hidden;
        margin-top: 0px;
        background: none;
        padding: 0;
    }

    .flex-bottom-footer>div.d-flex {
        flex-direction: column;
    }

    .right-top {
        flex-direction: column
    }

    .right-top:first-child {
        width: 100%;
        background: var(--primary);
        padding: 20px;
    }

    .right-top:last-child {
        width: 100%;
        background: var(--second);
        padding: 20px;
        flex-direction: column-reverse;
    }

    .flex-bottom-footer p {
        margin: 0 auto 10px;
        text-align: center;
    }

    .flex-bottom-footer a {
        display: table;
        margin: 0 auto 10px;
    }

    .btn-contact {}

    .flex-bottom-footer .phone {
        text-align: center !important;
        margin: 0 auto;
    }

    .block-text-content {
        margin-bottom: 50px;
    }

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

    .fb-link img {
        max-width: 220px !important;
    }

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

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

    .flex-block-2 .col-12 {
        margin-bottom: 60px;
    }

    .flex-block-2 .flex-block_text h2 {
        display: table;
        margin: 15px auto 0px;
        padding: 0;
        margin-bottom: 25px;
        font-size: 22px;
    }

    .flex-block-2 .flex-block_text {
        width: 435px;
        max-width: 100%;
    }

    .img-discipline {
        margin-bottom: 0px;
    }

    .flex-block-2 .col-12:last-child {
        margin: 0 auto;
        padding: 20px 15px 0;
        background-position: 100% 0px;
        background-repeat: no-repeat;
    }

    .flex-block-2 .col-12:first-child {
        padding: 20px 15px;
        margin-bottom: 0;
    }

    .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;
    }

    .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;
    }

    .dropdown-item {
        text-transform: none;
        font-weight: 500;
        text-align: center;
    }

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

    .navbar .navbar-nav .nav-item .nav-link {
        padding: 9px 10px;
        color: #fff;
    }

    .navbar .navbar-nav .nav-item {
        background: none;
        text-align: center;
    }

    .dropdown-menu {
        background: var(--second)
    }

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

    .activemenu.menubox {
        transform: none;
    }

    .block-encarts, .block-encarts-mobile {
        margin-top: 0;
        margin-bottom: 0;
        background: none;
        padding-bottom: 0;
    }

    .link-white {
        font-size: 20px;
        white-space: nowrap;
    }

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

    .menubox {

        height: 100%;

        width: 100%;

        top: 58px !important;

        border: none;

        background: #000;

        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: 100px 20px;

        margin: 0;
    }

    .logo img {
        max-width: 100%;
    }

/*    .header .d-flex>div {
        width: 100%;
        display: flex;
        height: auto;
        padding: 80px 15px;
        }*/

        .flex-block-text {
            padding: 0px 20px;
            margin-top: 0;
        }

        .logo>div {
            box-shadow: none;
            padding: 0;
            left: 0;
        }

        .top .block-links {
            display: none
        }

        .logo a {
            padding: 0px;
            margin-bottom: 20px;
        }

        .top {
            display: none
        }

        .top>div a {}

        .top:after {
            display: none
        }

        .top>div .phone {
            white-space: nowrap;
            padding: 0 !important;
        }

        .top span {
            display: none;
        }

        .header, .header-mobile {
            position: relative;
            top: 0;
            margin-top: 58px;
            max-height: initial;
            border: none;
            margin-bottom: 0;
            padding: 0;
            height: auto;
        }

        .page .header, .page .header-mobile {
            margin-bottom: 0;
        }

        .header .d-flex, .header-mobile .d-flex {
            flex-direction: column;
            width: auto;
            margin: 10px;
        }

        .block-banner {
            height: 350px;
        }

        .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(--primary);
        }

        .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%;
        }

.header{margin-top: 69px;}
.logo{padding: 100px 15px;}
.header .d-flex:before{height: 10px; width: 100%; transform: translate(-50% , -50%); top: 50%; left: 50%;}

        .header-mobile {
            display: block;
        }

        .block-encarts-mobile {
            display: block;
        }

        .round-sign1, .round-sign2 {
            top: 56%;
            transform: rotate(15deg);
        }


    }

    @media (max-width: 767px) {
        .block-text-content {
            margin-top: 40px;
            text-align: center;
        }

        .flex-block-text .flex-block_text {
            margin: 0;
            padding: 0px 15px;
        }

        .block-text-content.back-block h2 {
            font-size: 20px;
        }

        .textdiv {
            padding: 0px 20px;
        }

        .round-sign .logo-etiquette {
            max-width: 130px;
        }

        .access-copy {
            width: 100%;
            text-align: center;
            left: 0;
            bottom: -320px;
        }

        .logo-top-right {
            margin: 0 auto;
            max-width: 140px;
        }

        .flex-block-text h1 span {
            line-height: normal;
            letter-spacing: 0px;
        }

        .link-plus {
            margin: 0 auto;
        }

        .link-rubrique {
            right: -59px;
            top: 47px;
        }

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

        .footerlink {
            text-align: center;
        }

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

        .bottom_title {
            text-align: center;
            font-size: 23px;
        }

        .bottom_title span {
            font-size: 41px;
        }

        .bottom_title img {
            max-width: 100%
        }

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

        .block-link-devis {
            margin-top: 40px
        }

        .container_avis_client {
            padding-bottom: 0;
            padding-top: 50px;
        }

        .bloc-avis-client_inner {
            margin-top: 20px;
        }

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

        .flex-bottom-footer .right-top {
            justify-content: center;
            align-items: center;
            margin-top: 0;
        }

        .flex-bottom-footer .right-top a {
            display: block;
            margin: 0 auto 13px;
            border: none;
        }

        .block-encarts .text-center, .block-encarts-mobile .text-center {
            padding: 250px 20px 40px;
            margin-top: 0;
            margin-bottom: 0;
            position: relative;
        }

        .block-encarts .text-center>div, .block-encarts-mobile .text-center>div {
            position: relative;
            z-index: 1;
        }

        .block-encarts .text-center:after, .block-encarts-mobile:after {
            content: "";
            width: 100%;
            height: calc(100% - 90px);
            position: absolute;
            top: 0;
            left: 0;
            background: url(../images/peronnages.png);
            background-size: 200px;
            background-repeat: no-repeat;
            background-position: 50% 0%;
        }

        .block-encarts .text-center img, .block-encarts-mobile .text-center img {
            opacity: 0
        }

        .link-white {
            margin-bottom: 0;
            padding: 10px 15px;
            position: relative;
            top: 20px;
        }

        .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;
        }

        .flex-block-2 p {
            font-size: 20px;
            border: none;
            padding: 21px;
            text-align: center;
            background-position: 0px 0%, 100% 100%;
            display: table;
            margin: 0 auto;
        }

        .menubox:after {
            display: none;
        }

        .logo img {
            margin: 0 auto;
            display: block;
            max-width: 172px;
        }

        .rond {
            max-width: 150px;
        }

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

        .logo {
            width: 100%;
            justify-content: center;
            align-items: center;
            position: relative;
        }

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


        .logo>div {
            display: flex;
        }

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

        .header .d-flex a, .header-mobile .d-flex a {
            text-align: center;
        }


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

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

    .slide-marques img{width: 200px; max-width: 100%; display: block; padding: 15px; margin: 0px auto;}
    .slide-marques .slick-track{display: flex; align-items: center; justify-content: center;}
    .slide-marques .slick-dots li{margin: 0px 2px;}
    .slide-marques .slick-dots li button:before{left: 50%; top: 50%; transform: translate(-50%,-50%); transition: all 0.4s;}
    .slide-marques .slick-dots li button:before{background: transparent; border: 1px solid var(--primary); content: '' !important; display: block; width: 14px !important; height: 14px !important; border-radius: 15px; opacity: 1 !important;}
    .slide-marques .slick-dots li.slick-active button:before{background: var(--second);}

    /* CSS */
    .services-slider {
      max-width: 1200px;
      margin: 40px auto;
      padding: 0 20px;
      text-align: center;
      position: relative;
  }
  .services-slider h2 {
      font-size: 2rem;
      margin-bottom: 20px;
  }

  .slider-container {
      overflow: hidden;
      position: relative;
  }

  .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
  }

  .slide {
      flex: 0 0 25%;
      box-sizing: border-box;
      padding: 20px;
  }
  .slide img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  }
  .slide h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
  }
  .slide p {
      color: #555;
  }

  /* Navigation buttons */
  .slider-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255,255,255,0.9);
      border: none;
      font-size: 1.5rem;
      cursor: pointer;
      z-index: 1;
  }
  .slider-nav.prev { left: 10px; }
  .slider-nav.next { right: 10px; }

  /* Responsive */
  @media (max-width: 1024px) {
      .slide { flex: 0 0 50%; }
  }
  @media (max-width: 600px) {
      .slide { flex: 0 0 100%; }
  }



  /* Navigation buttons */
  .slider-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255,255,255,0.9);
      border: none;
      font-size: 1.5rem;
      cursor: pointer;
      z-index: 1;
  }
  .slider-nav.prev { left: 10px; }
  .slider-nav.next { right: 10px; }

  /* Responsive */
  @media (max-width: 900px) {
      .slide { flex: 0 0 50%; }
  }
  @media (max-width: 600px) {
      .slide { flex: 0 0 100%; }
  }