@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    --black: #000;
    --white: #fff;
    --primary: #20aad8;
    --gris: #4c4d4f;
    --second: #4c4d4f;
}

.color-primary {
    color: var(--primary)
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    color: var(--gris);
    background: var(--white);
}

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

/* !!!! DÉBUT !!!! STYLE CONTENT PAGE */
#content{padding: 40px 15px 0px; overflow: hidden;}

#content .box-content{padding: 60px 0px;}
#content .back-side-primary:before,#content .back-side-primary:after{background: var(--primary);}
#content .back-side-second:before,#content .back-side-second:after{background: var(--second);}
#content .back-side-primary:before,#content .back-side-second:before{margin-top: -120px;}
#content .back-side-primary:after,#content .back-side-second:after{margin-bottom: -120px;}
#content .back-side-primary:before, #content .back-side-primary:after,#content .back-side-second:before, #content .back-side-second:after{content: ''; display: block; width: 100%; height: 120px; transform: skew(-180deg,-2deg); position: relative; z-index: 1; left: 0;}


#content .back-side-primary{background: var(--primary); color: #fff; box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2); position: relative; margin: 80px auto;}
#content .back-side-second{background: var(--second); color: #fff; box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2); position: relative; margin: 80px auto;}
#content .back-images{position: relative; overflow: hidden; color: #fff; overflow: hidden;  margin: 80px auto; min-height: 600px; display: flex; align-items: center; justify-content: center;}
#content .back-images .images-fond{position: absolute; z-index: 1; left: 0; top: 0; display: block; width: 100%; height: 100%; object-fit: cover;}
#content .back-images:after{position: absolute; content: ''; z-index: 2; background: rgba(0,0,0,0.8); left: 0; top: 0; display: block; width: 100%; height: 100%;}
#content .back-images div{position: relative; z-index: 3;}

#content .container{width: 1400px; max-width: 100%;}
#content .box-img{display: flex; justify-content: center; align-items: center; box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);}
#content .box-img img{width: 100%; max-width: 100%; max-height: 400px; object-fit: cover; display: block;}
#content .box-img.circle{width: 300px; height: 300px; max-width: 100%; border-radius: 100%;overflow: hidden; margin-left: auto; margin-right: auto;}
#content .box-img.circle img{width: 100%; height: 100%;}

#content h1,#content h2,#content h3,#content h4,#content h5{font-weight: 600;}
#content h1{font-size: 30px;}
#content h1 span.color1{color: var(--primary);}
#content h1 small{display: block; text-transform: uppercase; letter-spacing: 3px; font-size: 17px;}
#content h1:after,#content h2:after,#content h3:after{content: ''; display: block; width: 100px; height: 2px; margin: 20px 0px; background: var(--second);}
#content .back-side-second h1:after,#content .back-side-second h2:after,#content .back-side-second h3:after,#content .back-side-primary h1:after,#content .back-side-primary h2:after,#content .back-side-primary h3:after{background: #fff;}
#content h1.text-center:after,#content h2.text-center:after,#content h3.text-center:after{margin: 20px auto;}
#content h2{font-size: 26px;}
#content h3{font-size: 23px;}
#content h4{font-size: 20px;}
#content h5{font-size: 18px;}

#content h2.text-head{font-size: 15px; line-height: 20px;}
#content h2.text-head:after{display: none;}

#content .back-side-second p a,#content .back-side-second p a,#content .back-side-second p a,#content .back-side-primary p a,#content .back-side-primary p a,#content .back-side-primary p a,
#content .back-side-second ul a,#content .back-side-second ul a,#content .back-side-second ul a,#content .back-side-primary ul a,#content .back-side-primary ul a,#content .back-side-primary ul a{color: #fff;}


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

#content .table{font-size: 14px; background:rgba(0,0,0,0.05);}
#content .table tr td:last-child, #content .table tr td:nth-child(2){text-align: right; width: 150px;}

#content a.bouton{background: #fff;border: 1px solid var(--primary); color: #000; border-radius: 5px; cursor: pointer; text-transform: uppercase; transition: all 0.4s; display: inline-block;text-decoration: none; padding: 9px 15px; font-size: 15px; text-align: center; margin-bottom: 10px;}
#content a.bouton:hover{background: var(--primary); color: #fff;}

#content .breadcrumb{background: rgba(0,0,0,0); border-bottom: 1px solid rgba(0,0,0,0.1); display: flex; justify-content: center; margin-bottom: 40px;}
#content .breadcrumb-item{font-size: 14px;}
#content .breadcrumb-item a{color: var(--primary); transition: all 0.4s; font-weight: bold; text-decoration: none;}
#content .breadcrumb-item a:hover{opacity: 0.5;}
#content .breadcrumb-item .active{color: #000;}

#content .bottom-page{margin-top: 0px;}

@media all and (max-width: 991px) {
    #content h1{font-size: 27px; padding: 0px 15px;}
    #content h2{font-size: 25px;}
    #content h3{font-size: 22px;}
    #content h4{font-size: 20px;}
    #content h5{font-size: 18px;}
    #content .box-content{padding:30px 0px;}
}

@media all and (max-width: 560px) {
}

a.box-tel{color: initial; text-decoration: none;}

.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 20px;}
.axo-recherche h5{font-weight: bold; font-size: 16px; text-align: left;}
.axo-recherche .box-link{font-size: 13px;}
.axo-recherche .box-link ul{list-style: none; padding-left: 0px; margin-bottom: 0px;}
.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;}
.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;}
.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: #fff;}
.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;}

.header {
    width: 100%;
    position: relative;
    margin-bottom: 3rem;
    z-index: 10;
}
.top-header{
    position: absolute;
    right: 0;
    top: 20px;
    background: var(--primary);
    width: 43%;
    padding: 10px;
    z-index: 9;
}
.top-header span{
    display: block;
    text-align: right;
    font-weight: 300;
    color: var(--white);
    letter-spacing: 1px;
}

.header .phone {
 color: var(--white);
 text-decoration: none;
 font-size: 22px;
 display: block;
 font-weight: 600;
 letter-spacing: 3px;
 text-align: right;
}

.content-header {
    display: flex;
}

.content-header--left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.content-header--left>div {
    width: 100%;
    padding: 40px;
}

.content-header--right {
    width: 50%;
    position: relative;
}

.banner-header {
    width: 100%;
    max-width: 100%;
    height: 900px;
    max-height: 100vh;
}

.header .banner {
    width: 100%;
    height: 100%;
}

.vegas-timer-progress {
    display: none !important
}

.page .banner-header {
    display: none;
}

.logo {
    padding: 0;
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
}

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

/* end header */


/* menu */

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

.fixed .navbar .navbar-nav .nav-item .nav-link {
    padding: 5px 15px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 3px 15px;
    color: var(--black);
    transition: 0.3s ease all;
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

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

.dropdown-menu {
    background: var(--white);
    margin: 0px;
    border: none;
    border-radius: 0;
    z-index: 9;
    padding: 0;
    top: 100%;
    left: 0;
    max-width: 100%;
    padding: 0px;
    width: 100%;
    box-shadow: 1px 1px 23px #6c757d7a;
}

.navbar-nav .nav-item .dropdown-menu .nav-link {
    text-align: left;
    text-transform: none;
    padding: 7px 10px;
    letter-spacing: 0px; font-size: 14px;
}



.menubox.fixed {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: initial;
}

.menubox {
    position: relative;
    padding: 7px 15px;
    box-shadow: 1px 1px 23px #6c757d7a;
    width: 500px;
    max-width: 100%;
    margin: auto;
}

.inner-menubox {
    position: relative;
    transition: 0.3s ease all;
    max-width: max-content;
    padding: 13px 20px;
    margin: 0 auto;
}



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

.navbar-nav {
    margin: 0px !important;
    padding: 0;
    z-index: 9;
    flex-wrap: wrap;
    flex-direction: column !important;
}

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

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


/****** bloc prestations ***/

.list-prestations {
    position: relative;
    padding: 40px 15px;
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 1px 5px 18px #0000004a;
}
.list-prestations> h2{
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.list-prestations .row-prestations img {
    max-width: 100%;
    display: block;
    transition: 0.5s ease all;
    margin: 0 auto;
}

.row-prestations {
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 0 AUTO;
    flex-wrap: wrap;
    position: relative;
    max-width: 1200px;
}

.row-prestations .col-rubrique {
    position: relative;
    padding: 0px 20px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    flex: calc(100% / 3);
    max-width: calc(100% / 3);
}

.row-prestations .col-12 .item-rubrique {
    text-decoration: none !important;
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--black);
    overflow: hidden;
}
.row-prestations .col-12 .item-rubrique:hover img{
    transform: scale(1.1) translateY(-15px);
}


.row-prestations .col-12>div {
    position: relative;
    max-width: 520px;
}
.row-prestations .title-rubrique:before{content:"";width: 30px;height: 30px;background: #fff;display: block;position: absolute;left: -30px;top: -60px;}

.row-prestations .title-rubrique {
    padding: 4px 10px;
    margin: 0;
    font-size: 18px;
    color: var(--black);
    transition: 0.3s ease all;
    position: relative;
    text-align: left;
    font-weight: 700;
    letter-spacing: 2px;
    border-left: 30px solid var(--primary);
}

.row-prestations .text-rubrique {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 15px;
}

.link-produits {
    display: table;
    margin: 0 auto;
    background: var(--primary);
    padding: 15px 50px;
    color: var(--white);
    letter-spacing: 1px;
    transition: 0.3s ease all;
    text-decoration: none !important;
    text-align: center;
    font-size: 17px;
    position: absolute;
    right: 0;
    bottom: 20px;
    letter-spacing: 3px;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 100px;
}
.link-produits b{font-weight:700}

.link-produits:hover {
    background: var(--black);
    color: var(--white);
}

/******* end bloc prestations*/




/****** bloc flex text + images ***/

.flex-block {
    position: relative;
    transition: 0.5s ease all;
    background-size: cover;
    margin: 40px auto;
}

.back1 {
    background: url(../images/back1.jpg) no-repeat;
    background-size: cover;
}

.flex-block-2 {
    margin: 0rem auto;
    padding: 3rem 15px;
}

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

.flex-block-2 .flex-block--title {letter-spacing: 1px;font-weight: 700;}

.flex-block-2 h1.flex-block--title {
    color: var(--black);
    font-size: 23px;
    text-transform: uppercase;
}




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

.flex-block--content {
    max-width: 100%;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}
.flex-block-2 .flex-block--content{height:100%}
.flex-block-2 .flex-block--content.back-white{
    background: #fff;
    height: 100%;
    padding: 60px 40px 100px;
    letter-spacing: 2px;
}

.flex-block--title {
    font-size: 20px;
    margin-bottom: 15px;
}


.flex-block--text {
    font-size: 15px;
    margin: 0px 0px 15px;
    font-weight: 400;
}

/****** bloc flex text + images ***/
.s-style{padding: 60px 15px;}
.s-style .container{width: 1460px; max-width: 100%;}
.s-style .titre1{font-weight: 700; font-size: 26px; color: var(--second); margin-bottom: 20px;}
.s-style .titre1 .color{color: var(--primary);}
.s-style .titre1 small{display: block;}
.s-style a.bouton{display: inline-block;text-decoration: none; transition: all 0.4s; background: var(--primary); color: #fff; text-transform: uppercase; font-weight: 600; padding: 10px 15px;}
.s-style a.bouton:hover{background: var(--second);}
.s-style .border-box{border-right: 15px solid var(--primary);}

.text_center {
    padding: 7rem 15px 5rem;
    max-width: 990px;
    margin: 0px auto;
    font-weight: 400;
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: var(--black);
    text-align: justify;
}

.text_center p span {
}
.link-fb{
    display: table;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 3px;
    font-size: 19px;
    color: var(--black);
    text-decoration: none !important;
    transition: 0.3s ease all;
}
.link-fb:hover{color:var(--primary)}
.link-fb:hover img{transform:scale(0.9)}
.link-fb img{
    display: block;
    margin: 0 auto 15px;
    transition: 0.3s ease all;
}
/****** page interne ***/

.text {
    margin: 0 auto;
    padding: 15px;
    position: relative;
    z-index: 2;
    padding: 40px 0px;
}
.back1.text{
    background-size: cover;
}

.textdiv {
    margin: 0px AUTO 0px;
    max-width: 1200px;
    background: #fff6;
    padding: 20px;
    letter-spacing: 1px;
}

.textdiv--text {
    line-height: 31px;
    font-size: 16px;
    text-align: justify;
}

.page .header .banner {
    background: url(../images/slider1/slider1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

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


/****** Contact ***/
.fluid-contact {
    margin-top: 5rem;
    background: url(../images/contact.jpg) no-repeat;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.contact {
    color: var(--white);
    font-size: 17px;
    width: 100%;
    display: flex;
    FONT-VARIANT: JIS83;
    padding: 40px 40px 0px;
    height: 600px;
    align-items: flex-end;
    margin: 0 auto;
    position: relative;
    max-width: 1500px;
}

.back-contact {
    margin-bottom: 30px;
    width: 700px;
    max-width: 100%;
    padding: 40px;
    background: rgba(32,170,216,0.8);
    color: #fff;
    margin: 0 auto;
}

.back-contact p {

    font-size: 15px;

    text-align: center;

    letter-spacing: 1px;

    padding: 10px 0px;
}

.contact .phone {
    padding: 0px;
    display: block;
    color: #fff;
    margin: 0;
    text-decoration: none;
    font-size: 26px;
    text-align: center;
    letter-spacing: 2px;
}

.adresse-block--text {
}

.link-contact {
    border: 2px solid #fff;
    padding: 5px 10px;
    display: block;
    max-width: 200px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 5px;
    text-decoration: none !important;
    transition: 0.3s ease all;
    margin: 10px auto 0;
}

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

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


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

.boxfooter {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0;
    position: relative;
    background: #fff;
}

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

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

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

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

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

.inlineblock {
    display: inline-block;
}



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

.footer-ico {
    max-width: 110px;
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(5322%) hue-rotate(195deg) brightness(77%) contrast(124%);
}

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

/****** responsive css  ***/
@media (min-width:991px) {

    .fixed .dropdown-menu {
        left: 0;
        top: 33px;
    }

    .page .content-header {
        min-height: 400px;
    }


    .page .menubox {}

    .page .logo img {
        max-width: 360px;
    }


    .menubox.fixed .navbar-nav {
        flex-direction: row !important;
        justify-content: center;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    .menubox.fixed .navbar-nav .nav-item {
        border: none;
    }


    .menubox.fixed {
        position: fixed;
        left: 0;
        width: 100%;
        top: 0 !important;
        margin: 0;
        max-width: 100%;
        display: block;
        height: auto;
        padding: 0;
        z-index: 10;
        bottom: initial;
        background: var(--primary);
    }


}






@media (max-width: 1300px) {

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 15px;
    }

    .fixed .navbar .navbar-nav .nav-item .nav-link {
        padding: 0px 7px;
        font-size: 11px;
    }

}


@media (max-width: 991px) {
    .fluid-contact{background-attachment: scroll; background-size: cover; background-position: top;}
    .contact{height: 380px;}
    .header .phone{letter-spacing: 0px; font-size: 17px;}
    .banner-header {
        width: 100%;
        float: none;
        max-width: 100%;
        height: 100%;
    }

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

    .header .banner {
        width: 100%;
    }

    .menubox:before {
        display: none;
    }

    .flex-block {
        margin-bottom: 20px;
        margin-top: 0;
        left: 0;
        text-align: center;
        padding-bottom: 0;
    }

    .flex-block-2 {
        background: #ffffffa8;
        position: relative;
        z-index: 1;
        padding-top: 20px;
    }

    .flex-block--inner .col-12 {
        top: 0 !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        flex-wrap: wrap;
    }

    .flex-block-2 .col-12:nth-child(1) {
        background: none;
        margin-bottom: 20px;
    }

    .flex-block-2 h1.flex-block--title {
        display: table;
        margin: 0 auto 20px;
        font-size: 25px;
    }
    .flex-block-2 .flex-block--content.back-white{
        padding: 20px;
    }
    .link-produits{
        position: relative;
        text-align: center;
        padding: 10px 40px;
    }

    .flex-block--content {
        width: 100% !important;
        padding: 0px 15px;
    }

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

    .navbar {
        padding: 0px;
    }

    .navbar-nav:after {
        display: none
    }

    .navbar .navbar-nav .nav-item {
        border: none;
        justify-content: center;
        display: block;
        width: 100%;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        text-align: center;
        padding: 6px 5px !important;
        color: var(--white);
        font-size: 18px !important;
        font-weight: normal;
    }

    .navbar-nav .nav-item:after {
        display: none
    }

    .inner-menubox {
        padding: 0;
        background: none;
        max-width: 100%;
    }

    .page .fluid-contact {
        margin-top: 30px;
    }

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

    .fixed .navbar-nav {
        display: block;
        width: 100%;
        padding: 0;
    }

    .menubox {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        width: 100%;
        z-index: 9999999;
        min-height: 50px;
        padding: 0px;
        margin: 0 !important;
        bottom: initial;
        background: var(--primary);
        display: block;
        height: auto;
        border: none;
    }

    .navbar-toggler {
        background: var(--white);
        outline: none !important;
        min-height: 50px;
        border-radius: 0;
        border: 0px;
    }

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

    .contact {
        padding: 40px 15px;
        margin-top: 0;
        flex-wrap: wrap;
    }

    .contact:after {
        display: none
    }

    .contact .col-12 {
        width: 100%;
        border: none;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
        padding: 0 !important;

    }

    .adresse-block--text {
        text-align: center
    }
    .top-header{background:none;z-index: initial;}

    .top-header span{
        width: 100%;
        display: none;
    }
    .logo {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        position: relative;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0px 15px;
        justify-content: center;
    }
    .logo a{padding: 10px; background: #fff; display: inline-block;}

    .header {
        position: relative;
        padding-top: 0;
        margin-top: 50px;
        max-height: initial;
        overflow: initial;
    }

    .header .phone {
        position: fixed;
        padding: 0;
        top: 10px;
        right: 10px;
        z-index: 999;
    }

    .content-header {
        display: block;
        overflow: hidden;
        min-height: initial;
        position: relative;
        z-index: 9;
    }

    .content-header--right {
        width: 100%;
        height: 450px;
    }

    .content-header--left {
        width: 100%;
        position: absolute;
        height: 100%;
        overflow: hidden;
        padding: 0;
        top: 0;
        left: 0;
    }

    .content-header--left>div {
        box-shadow: none;
        position: relative;
        height: 100%;
        padding: 0;
    }

    .header:after {
        display: none
    }

    .row-prestations .col-rubrique {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width:767px) {
    .s-style .border-box{border-right: 0px; border-bottom: 15px solid var(--primary);}
    .content-header--left:after {
        content: "";
        background-size: contain;
    }

    .content-header--left:before {
        content: "";
        background-size: contain;
    }

    .flex-block--title {
        font-size: 18px;
    }

    .row-prestations .col-rubrique {
        width: 100%;
        flex: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .textdiv {
        margin: 0;
        padding: 15px;
    }

    .navbar-nav .nav-item {
        border: none;
    }

    .list-prestations {
        margin-bottom: 20px;
    }

    .text {
        box-shadow: none;
        top: 0;
        margin: 15px 0px;
        padding-top: 1px;
        padding-bottom: 0;
    }

    .footerlink {
        text-align: center;
    }

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

    .menubox:after {
        display: none;
    }

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


    .contact {
        justify-content: center;
        min-height: initial;
        margin-bottom: 0;
    }

    .boxfooter img {
        margin: 0 auto 15px;
        display: block;
    }

    .content-header--left {
        display: block;
    }
    .logo img{
        max-width: 180px;
    }

    .adresse-block--text {
        width: 100% !important;
    }
}