@import url('https://fonts.googleapis.com/css2?family=Kanit: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: #000;
    --white: #fff;
    --primary: #b91516;
    --second: #8597a1;
    --gris: #616468;
    --third: #616468;
    --mainfont: "Kanit", serif;
    --secondfont: "Kanit", 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
}

a.img-marque{display: flex; width: 100%; height: 130px; padding: 15px; background: #fff; margin: 0px auto 15px; justify-content: center; align-items: center;}
a.img-marque img{width: 200px; max-height: 100%; object-fit: contain; max-width: 100%;}


#axo-content .flex-marque{display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
#axo-content .flex-marque img{display: inline-block; width: 200px; max-width: 100%; max-height: 130px; object-fit: contain; margin: 15px;}
#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 rgba(0,0,0,0.2);}
#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 !important;}
.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;
    margin: 0 auto;
    z-index: 3;
    max-width: 100%;
}

.header .d-flex {
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
}

.top {
    padding: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    border-top: 9px solid var(--primary);
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.top span {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: right;
    display: block;
    line-height: 16px;
    margin-right: 0;
    position: relative;
    z-index: 1;
}

.top>div {
    margin: 0;
    font-size: 17px;
    line-height: 26px;
    display: flex;
    align-items: center;
    position: relative;
    background: var(--primary);
    padding-bottom: 7px;
}

.top>div .phone {
    color: #fff;
    background: var(--primary);
    padding: 8px 32px;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
}

.top>div:after {
    content: "";
    width: 40px;
    display: block;
    height: 100%;
    background: var(--primary);
    position: absolute;
    left: -25px;
    top: 0;
    transform: skewX(30deg);
}

.top>div b {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-left: 25px;
    display: block;
}
.top>div span b{
    font-size: 14px;
}

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

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


.banner {
    animation: zoom 8s ease infinite alternate;
    background: url(../images/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.1);
}


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

    100% {
        transform: scale(1.0);

    }
}

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

.logo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.logo>div {
    position: relative;
}

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

/* end header */




/* menu */

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

.dropdown-item {
    transition: 0.5s ease all;
    color: #fff;
    padding: 10px 20px;
}

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

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

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

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

.navbar .navbar-nav .nav-item .nav-link {
    padding: 9px 22px;
    white-space: nowrap;
    transition: 0.3s ease all;
    font-size: 17px;
    text-align: left;
    font-weight: 500;
    color: #fff;
}

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

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

.fixed .navbar .navbar-nav .nav-item .nav-link:hover {
    background: var(--primary);
    color: #52534f;
}

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

.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:before {
    content: "";
    position: absolute;
    background: var(--second);
    width: 30px;
    height: 100%;
    left: -11px;
    top: 0;
    transform: skewX(25deg);
}

.menubox:after {
    content: "";
    position: absolute;
    background: var(--second);
    width: 30px;
    height: 100%;
    right: -11px;
    top: 0;
    transform: skewX(-25deg);
}

.menubox {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    transition: 0.3s ease all;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #5f6a70;
    max-width: 1400px;
}

.menubox.activemenu {
    transform: none;
}

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

.inner-menubox {
    transition: 0.3s ease all;
    position: relative;
}


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




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


.flex-block-2 {
    max-width: 1200px;
    padding: 150px 25px;
    margin: 0 auto 40px;
    background: url(../images/back2.jpg);
    background-size: 100% 100%;
}
.flex-block-2>div{
    align-items: center;
}


.flex-block-2 h2 {
    font-size: 19px;
    font-weight: 600;
    display: table;
    color: #fff;
    margin-bottom: 25px;
}

.flex-block-2 p {
    font-size: 16px;
    margin: 0;
    margin: 0;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.flex-block-2 .col-12:last-child {
    position: relative;
}
.flex-block-2 .col-12:last-child>div{display: flex;align-items: flex-end;}
.back-block{
    background: var(--second);
    padding: 60px 40px;
    color: #fff;
}

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

.bloc-formules {
    position: relative;
    margin: 0 auto;
}

.page .containerformules {
    padding-top: 60px;
}

.containerformules {
    position: relative;
    max-width: 1400px;
    margin: 0px auto 30px;
    background-position: bottom;
    overflow: auto;
    padding: 110px 15px 80px;
    background-repeat: no-repeat;
}

.bloc-formules_inner {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
}


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


.bloc-formules .flex-block--content h2 {
    font-size: 20px;
    color: #000;
    margin: 0;
    transition: 0.3s ease all;
    position: relative;
    top: 0px;
    text-align: center;
    font-weight: 600;
    z-index: 1;
    padding: 15px 0px 10px;
    display: block;
    max-width: 315px;
    margin: 0 auto 15px;
}
.bloc-formules .flex-block--content h2 span{
    display: block;
    margin-bottom: 10px;
}
.bloc-formules .flex-block--content h2:after {
    content: "";
    width: 0px;
    height: 11px;
    background: var(--primary);
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: calc(50% - 22px);
    transition: 0.3s ease all;
}

.bloc-formules .flex-block--content:hover h2 {
    color: var(--primary);
}

.bloc-formules .flex-block--content:hover h2:after {
    width: 100%;
    left: 0;
}

.bloc-formules .flex-block--content h2 span {
    font-weight: 600;
    font-size: 20px;
    display: block;
    text-align: left;
}

.bloc-formules .flex-block--content p {
    font-size: 17px;
    color: #000;
    font-weight: 300;
    min-height: 170px;
    line-height: 26px;
    max-width: 315px;
    margin: 0 auto 15px;
    text-align: justify;
}


.bloc-formules .flex-block--content h2 b {
    font-size: 28px;
    display: block;
    font-weight: 700;
    text-align: left;
}

.bloc-formules .flex-block--content {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
}

.bloc-formules .flex-block--content:hover img {
    transform: scale(1.2);
}

.bloc-formules .flex-block--content img {
    max-width: 100%;
    transition: 0.3s ease all;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.bloc-formules .flex-block--content>div>div {
    overflow: hidden;
}

.img-rubrique {
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

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

.container_list {
    max-width: 1440px;
    margin: 0 auto;
    background: url(../images/back1.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 60px;
    position: relative;
}

.container_list:before {
    content: "";
    height: 50px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 50%;
    transform: skewX(30deg);
    left: 25%;
}
.container_list:after {
    content: "";
    height: 50px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 50%;
    transform: skewX(-30deg);
    left: 28%;
}

.container_list .title-block {
    text-align: center;
    max-width: 1200px;
    padding: 180px 40px 80px;
    margin: 0 auto;
}

.main-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 80px;
    text-align: center;
}

.main-title span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto;
}

.title-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.title-list>div{
    max-width: 330px;
}

.title-item {
    font-size: 18px;
    padding: 35px 25px;
    color: #fff;
    background: url(../images/forme.png);
    background-size: 100% 100%;
    margin-bottom: 30px;
}
.title-item p{
    margin: 0;
    text-align: left;
    font-weight: 300;
}

.title-text {
    color: #fff;
    font-weight: 600;
    text-align: left;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.link-devis {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    transition: 0.3s ease all;
    margin: 0;
    background: url(../images/btn.png);
    width: 193px;
    height: 158px;
    max-width: 244px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    background-size: 100% 100%;
    min-width: 193px;
    margin-bottom: 40px;
}

.link-devis:hover {
    color: #fff;
    height: 120px;
}

.link-devis:hover:before {
    width: 100px;
}


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

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


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

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


/****** text images ***/
.flex-block {
    position: relative;
    transition: 0.5s ease all;
}

.flex-block-1 {
    max-width: 980px;
    margin: 100px auto 0px;
    background-position: right;
    padding-bottom: 0;
    overflow: hidden;
}

.flex-block-1:before {
    content: "";
    background: var(--back);
    position: absolute;
    width: 100%;
    height: 67%;
    bottom: -90px;
    transform: skewY(-5deg);
}

.flex-block-1>div.text-red-center{
    max-width: 700px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-block-1>div.text-red-center p{
    color: var(--primary);
    font-size: 19px;
    font-weight: 600;
    width: 80%;
    margin: 0;
}
.flex-block-1>div.text-red-center span{color: var(--primary);font-size: 28px;line-height: 25px;}
.flex-block-1>div.text-red-center span b{display:block}
.page .flex-block-1 h1 {
    display: none
}

.flex-block-1 h1 {
    position: relative;
    display: block;
    margin: 0px 0px 23px;
    width: 100%;
    max-width: max-content;
    z-index: 1;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    padding-left: 0;
}

.flex-block-1 h1 span:nth-child(1) {
    font-size: 20px;
    color: #000;
    display: block;
    font-weight: 800;
}
.flex-block-1 h1 b{
    color: var(--second);
    font-size: 30px;
    font-weight: 700;
}

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

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

.back2 {
    position: relative;
    z-index: 2;
    padding-right: 0;
}

.page #bloc-1 {
    display: none
}

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


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

.block-btn-contact{
    max-width: 550px;
    margin: 0 auto 80px;
    border-top: 15px solid var(--second);
}
.btn-contact {
    transition: 0.3s ease all;
    cursor: pointer;
    font-weight: 600;
    text-align: left;
    position: relative;
    z-index: 1;
    padding: 60px 30px;
    left: 0;
    top: 0;
    margin: 0 auto;
    display: table;
    background: var(--primary);
    color: #fff;
}

.block-btn-contact .btn-contact span {
    display: table;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 6px;
}
.btn-contact i{
    font-style: normal;
    font-size: 22px;
    font-weight: 700;
}

.btn-contact:hover span:before {
    width: 200%;
}

.col-contact .btn-contact {
    height: auto;
    display: table;
    width: auto;
    font-size: 14px;
    clear: both;
    color: #000;
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    font-weight: 300;
    position: relative;
    padding: 0px;
    letter-spacing: 1px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
}
.col-contact .btn-contact:hover{
    padding: 0px 10px;
}
.col-contact .btn-contact:after {
    display: none;
}

.col-contact a {
    color: #000;
    font-weight: 700;
    font-size: 26px;
}

.btn-contact:hover {
    background: var(--second);
    text-decoration: none;
    color: #fff;
    padding: 60px 40px;
}

.btn-contact:hover span {
}

.footer-ico {
    display: block;
    max-width: 120px;
    filter: brightness(0) saturate(100%) invert(66%) sepia(12%) saturate(423%) hue-rotate(157deg) brightness(87%) contrast(90%);
}

.text-footer {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.text-footer p {
    max-width: 1230px;
    margin: 0 auto;
    font-weight: 300;
    padding: 0px 15px;
}

.fluid-contact {
    position: relative;
    margin: 0px auto 0px;
    max-width: 1230px;
    padding: 0px 15px;
    z-index: 2;
    border-bottom: 10px solid #8597a1;
    padding-bottom: 15px;
}

.contact {
    font-size: 17px;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 1;
}


.col-contact {
    text-align: center;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

.col-contact>div {
    position: relative;
    width: 100%;
}

.col-contact p {
    color: #000;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    display: table;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
}

.col-contact p b {
    display: block;
}

.adresse-block {
    padding: 0;
}

.col-contact>div:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.col-contact>div:last-child span{
    padding-right: 45px;
    line-height: 18px;
    text-align: right;
    position: relative;
}
.col-contact>div:last-child span:after{content:"";position: absolute;width: 10px;height: 100%;background: #000;top: 0;right: 14px;transform: skewX(-15deg);}
.col-contact>div:last-child span b{
    display: block;
}
/****** end Contact ***/


/****** footer ***/
.boxfooter {
    overflow: hidden;
    padding: 0;
    z-index: 1;
    position: relative;
    margin: 0 auto 20px;
    max-width: 1400px;
    border-top: 10px solid #6c808b;
    padding-top: 15px;
}

.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: #7e7e7e;
    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;
}

.axo-recherche{background: #fff; box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05); position: relative; padding: 20px 0px;}
.axo-recherche>.container{padding: 30px 0px;}
.axo-recherche h5{font-weight: bold; font-size: 16px; text-align: left;}
.axo-recherche h5 a{color: #fff; background: var(--primary); display: inline-block; padding: 10px; transition: all 0.4s; text-decoration: none;}
.axo-recherche h5 a:hover{background: var(--second); color: #000;}
.axo-recherche .box-link{font-size: 13px;}
.axo-recherche .box-link ul{list-style: none; padding-left: 0px; margin-bottom: 0px; text-align: left;}
.axo-recherche .box-link ul li a{color: #000; transition: all 0.3s; text-decoration: none;}
.axo-recherche .box-link ul li a:hover{color: var(--primary);}
.axo-recherche .box-link p{font-weight: bold; margin-bottom: 5px; color: #000;}
.axo-recherche .box-link{display: flex; justify-content: center; align-items: flex-start;}
.axo-recherche .box-link>div{padding: 15px 0px;}

.axo-footer{padding: 20px 15px; border-top: 1px solid rgba(255,255,255,0.1); background: var(--primary);}
.axo-footer .axo-logo{display: flex; justify-content: center; align-items: center; margin: 5px 0px 5px;}
.axo-footer .axo-logo img{max-width: 100%; width: 125px;}
.axo-footer .footerlink{color: #000;}
.axo-footer .footerlink a{color: #efefef; transition: all 0.3s; text-decoration: none;}
.axo-footer .footerlink a:hover{opacity: 0.3}
.axo-footer .inlineblock{padding-left: 0px; text-align: center; margin-bottom: 10px; font-size: 12px;}
.axo-footer .inlineblock li{display: inline-block;}
.axo-footer .inlineblock li:after{content: ' - ';}
.axo-footer .inlineblock li:last-child:after{display: none;}

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



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


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

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

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

    .link-devis {
        position: relative;
        float: right;
    }

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

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



    .page .header .banner {
        height: 450px;
        min-height: 450px;
    }
}





@media (max-width: 1200px) {
    .flex-block-1>div {
        padding: 0px 40px;
    }

    .flex-block-1 {
        padding: 0;
    }
    .containerformules{
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .flex-block>div .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        top: 0 !important;
    }

    .back2 {
        padding: 0 !important;
        border: none !important;
        left: 0;

    }

    .flex-block-1 .flex-block_text {
        padding-right: 0;
    }

    .bloc-formules .flex-block--inner .col-12 {
        width: 50%;
        flex: 50%;
        max-width: 50%;
        margin-bottom: 35px;
    }

    .containerformules {
        padding-top: 70px;
        margin-bottom: 0;
    }

    .flex-block>div .col-12 img {
        max-width: 100%;
        margin: 0 auto;
    }

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

    .flex-block-2 .col-12:last-child {
        max-width: 648px;
        margin: 20px auto;
    }

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

    .flex-block-1 {
        margin: 0;
        height: auto;
        min-height: initial;
        padding: 20px 0px;
        margin-top: 15px;
    }

    .flex-block-1 p {
        width: 100%;
        margin: 0;
        max-width: 100%;
        text-align: center;
        border: none;
        padding: 0;
    }

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

    .fluid-contact {
        padding: 0px 20px;
        margin-top: 0;
    }

    .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;
        padding: 3px 20px;
        font-size: 15px;
        font-weight: 500;
    }

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

    .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 10px;
        white-space: pre-line;
        font-size: 15px;
    }

    .adresse-block {
        display: block !important;
        max-width: 100%;
        padding: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .adresse-block>div:first-child {
        width: 100%;
        padding: 0;
    }

    .col-contact>div:after {
        position: relative;
        display: block;
        bottom: 0;
        margin: 20px auto;
        left: 0;
    }

    .col-contact>div:last-child:after {
        display: none
    }

    .col-contact {
        margin: 0;
        width: 100%;
        flex-direction: column;
    }

    .text:after {
        display: none
    }

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

    .activemenu.menubox {
        transform: none;
        padding-top: 56px;
    }

    .menubox {

        width: 100%;

        top: 0;

        border: none;

        background: var(--primary);

        padding: 100px 20px;

        position: fixed;

        top: 0;

        left: 0;

        width: 100%;

        z-index: 10;

        max-width: 100%;

        transform: translateX(-100%);

        transition: 0.3s ease all;
    }

    .text {
        margin: 0 auto;
        box-shadow: none;
    }

    .top {
        top: 50px;
        align-items: flex-start;
        left: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .col-contact p {
        text-align: center;
        justify-content: center;
        margin-top: 15px;
        display: block;
    }

    .col-contact .btn-contact {
        margin: 15px auto 20px;
    }

    .col-contact>div {
        padding-bottom: 0;
    }

    .col-contact>div:last-child {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .col-contact>div:last-child span{
        padding: 0;
    }
    .col-contact>div:last-child span:after{display:none}
    .fluid-contact:after {
        display: none;
    }

    .contact {
        padding: 0px 00px 0px;
        text-align: center;
        height: auto;
        max-width: 100%;
    }

    .contact:after {
        position: relative;
        right: 0;
        top: 0;
    }

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

    .logo {
        padding: 0;
        width: 100%;
        display: block;
        left: 0;
        max-width: 100%;
        background: none;
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        padding-top: 40px !important;
        
        !i;
        !;
    }

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

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

    .top {
        border: 0;
    }

    .header {
        position: relative;
        top: 0;
        margin-top: 57px;
        max-height: initial;
        border: none;
        margin-bottom: 0;
        padding: 0;
    }
    .text-footer{
        margin: 40px auto;
    }
    .block-btn-contact{
        margin-bottom: 0;
    }
    .flex-block-1>div.text-red-center{
        flex-direction: column;
        margin-bottom: 0;
    }
    .flex-block-1>div.text-red-center span{
        margin: 15px auto;
    }

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

    .header .d-flex {
        top: 0px;
        position: relative;
    }

    .block-banner {
        width: 100%;
    }

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

    .btn-menu:after {
        display: none
    }

    .flex-block-1 h1 {
        left: 0;
        margin-top: 40px;
        margin-bottom: 20px;
        background: none;
        text-align: center;
        padding: 0;
        display: table;
        margin: 0 auto 20px;
    }

    #bloc-1:after {
        display: none
    }

    .bloc-menu.fixed {
        background: var(--primary);
        left: 0;
        top: 0;
        box-shadow: none;
        border-radius: 0;
    }

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

    .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: 450px;
    }

    .header:before {
        display: none
    }

    .header:after {
        display: none
    }

    .top {
        position: fixed;
        top: 6px;
        z-index: 14;
        margin: 0;
        right: 10px;
        left: initial;
        width: auto !important;
        max-width: max-content;
    }

    .top span {
        display: none
    }

    .top>div .phone:after {
        display: none
    }

    .top>div:first-child {
        background: none;
        margin: 0;
    }

    
}

@media (max-width: 767px) {
    .flex-block-1 h1 {
        left: 0;
        text-align: center;
        margin-bottom: 0;
        display: block;
        text-align: center;
        max-width: 100%;
        font-size: 25px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .bloc-formules .flex-block--inner .col-12 {
        width: 100%;
        max-width: 320px;
        flex: 100%;
        margin-bottom: 0;
    }

    .btn-contact {
        margin: 20px auto 0px !important;
        padding: 26px 41px !important;
    }

    .btn-contact span {
        font-size: 18px !important;
    }

    .flex-block-1>div {
        padding: 25px 15px 0;
        display: block;
    }

    .header .banner {
        height: 450px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
    }

    .header .banner:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

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

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

    .back2 {
        border: none;
        padding: 0px;
    }

    .footerlink {
        text-align: center;
    }

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

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

    .bloc-formules_inner {
        margin-bottom: 0
    }

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

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

    .flex-block-2 h2 {
        display: table;
        padding-right: 0;
        position: relative;
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        padding: 0px 15px 20px;
        text-align: center;
    }

    .link-devis {
        float: none;
        margin: 0 auto 30px;
    }

    .flex-block-2 p {
        padding: 0px 15px;
    }

    .flex-block-1 {
        box-shadow: none;
        padding-top: 0;
        padding: 0;
    }

    .container_list {
        background-position: 75% 0%;
        margin-bottom: 0;
    }
    .container_list:after{display:none}

    .main-title {
        text-align: center;
        text-shadow: 1px 1px 6px #0000007a;
        font-size: 18px;
        margin-bottom: 40px;
    }
    .title-list{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main-title span{
        font-size: 22px;
    }
    .container_list:before {
        display: none
    }

    .container_list .title-block {
        padding: 40px 10px 40px;
        text-shadow: 1px 3px 5px #0000008c;
    }

    .flex-block-1 .back2 {
        padding: 0;
    }

    .col-contact {
        width: 100%;
        margin-bottom: 0;
        font-size: 15px;
        flex-direction: column;
        padding: 15px;
    }

    .col-contact p {
        text-align: center;
        border: none;
        padding: 0;
    }

    .menubox:after {
        display: none;
    }

    .fluid-contact {
        min-height: auto;
        margin: 0px;
        padding: 40px 15px;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 15px;
    }

    .logo img {
        margin: 0 auto;
        max-width: 220px;
    }

    .logo {
        padding: 0;
        align-items: flex-start;
        justify-content: center;
    }

    .contact {
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

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

