@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');


:root {
    --black: #000;
    --white: #fff;
    --back:#bbc1cf;
    --primary: #d10d0d;
    --second: #768195;
    --tertiary: #1b2d54;
    --gris: #d6dce2;

}
.color-primary{color: var(--primary) !important;}
body {
    padding: 0px;
    margin: 0px;
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    color: var(--black);
    background: var(--back);
}

.top-block {
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 15px;
    position: absolute;
    right: 0;
    z-index: 1;
    padding-left: 40px;
}

.top-block>div:first-child a {
}

.top-block>div:last-child {
    display: flex;
    align-items: center;
}

.top-block p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    margin-right: 0;
    font-weight: 300;
}

.top-block .phone {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    padding: 0px 13px;
    border-left: 6px solid var(--primary);
    line-height: 20px;
}

.header {
    width: 100%;
    position: relative;
}

.content-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: flex-start;
    padding: 20px 20px 20px;
}

.bottom_menu {
    display: flex;
    align-items: center;
    position: absolute;
    top: 116px;
    right: 0;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #c9ba81;
    padding: 0px 20px;
}

.bottom_menu:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 40px 38px;
    border-color: transparent transparent #c9ba81 transparent;
    transform: rotate(0deg);
    position: absolute;
    position: absolute;
    left: -37px;
    top: 0;
}


.bottom_menu li a {
    color: #fff;
    font-size: 17px;
    padding: 7px 20px;
    text-shadow: 1px 2px 3px #838f9b;
    text-decoration: none;
    transition: 0.3s ease all;
    display: block;
}

.bottom_menu li a:hover {
    background: var(--gris);
    padding: 7px 30px;
    color: #000;
}

.banner {
    position: relative
}

.logo {

    position: relative;

    z-index: 2;
}

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

.logo>img{
    margin-left: 30px;
}

.logo .logo_img {
}
.sliderbanner {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    max-width: 600px;
    margin: 0 auto;
    top: -100px;
    padding: 10px;
}
.sliderbanner:before{content:"";height: 60%;position: absolute;background: var(--primary);width: 130px;left: 0;bottom: 0;}
.sliderbanner:after{
    content:"";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 600px 100px 0;
    border-color: transparent #bbc1cf transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    right: 0;
    top: 10px;
}
.page .sliderbanner{top: 0;}
.banner-header {
    width: 100%;
    height: 100%;
}
/* end header */
.banner {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.block-banner {
    overflow: hidden;
    position: relative;
}
.block-banner:after{content:"";position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: url(../images/bottom.png) no-repeat;background-position: bottom left;}
.sliderbanner_title{
    position: absolute;
    right: 40px;
    bottom: 120px;
    z-index: 1;
    color: #fff;
    text-align: right;
    margin: 0;
}
.sliderbanner_title span{
    display: block;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 1px 3px 5px var(--primary);
}
.sliderbanner_title b{
    text-shadow: 1px 3px 5px var(--primary);
    text-transform: uppercase;
    font-size: 30px;
    line-height: 28px;
    display: block;
}
.banner {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    animation: zoom 9s ease infinite alternate;
    overflow: hidden;
    max-height: 760px;
    background-position: center;
}

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

    100% {
        transform: scale(1.0);

    }
}

.banner img {
    opacity: 0;
}

.page .header .logo {
    height: auto;
}

.page .banner {
    height: 450px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* end header */


/* menu */
.menubox.fixed .fixed_item{
    display: block;
}
.fixed_item{display:none}
.navbar-nav .nav-item {
    transition: 0.5s ease all;
}

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


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

.fixed .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px !important;
    font-weight: 600 !important;
}
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    color: #fff;
    transition: 0.3s ease all;
    font-weight: 600;
}

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

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

.fixed .dropdown-menu {
    top: 100%;
    left: 0;
}
.navbar .navbar-nav .nav-item:first-child .nav-link{
    border: navajowhite;
}
.navbar .navbar-nav .nav-item .nav-link {
    padding: 0px 19px;
    color: #000;
    white-space: nowrap;
    transition: 0.3s ease all;
    font-size: 17px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 5px solid #b4bbca;
}

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

.navbar-nav .nav-item:hover>.nav-link {
    background: var(--primary);
    color: #fff;
}
.block_link{display:none}
.menubox.fixed .block_link{display:block;position: absolute;left: 10px;top: 10px;}
.block_reseaux_sociaux a{
    padding: 0px 5px;
}
.menubox {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/menu.png);
    z-index: 1;
    background-size: 100% 100%;
    padding: 4px 80px;
    transform: translateY(calc(100% - 2px));
}



.inner-menubox {
    transition: 0.3s ease all;
    left: 20px;
    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;
    align-items: center;
}

.menubox.fixed .inner-menubox {
    padding: 0;
    left: 0;
}

.menubox.fixed .navbar-nav {
    justify-content: center;
}

.menubox.fixed {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    background: var(--gris);
    left: 0;
    transform: initial;
    bottom: initial;
}

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



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

.list-prestations {
    margin: 0;
    position: relative;
    padding: 0rem 0px;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.page .list-prestations {
    margin: 0 auto 4rem;
}

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

.list-prestations .row-prestations .blocimg {
    overflow: hidden;
}

.link-plus {
    display: flex;
    justify-content: flex-end;
    margin-right: 40px;
    margin-top: 15px;
    text-decoration: none !important;
}

.link-plus span {
    color: #fff;
    position: relative;
    transition: 0.3s ease all;
    background: var(--primary);
    text-transform: uppercase;
    margin: 0;
    font-size: 17px;
    padding: 10px 40px;
    display: table;
    transition: 0.3s ease all;
    letter-spacing: 0.5px;
}

.link-plus:hover span {
    background: #28292a;
    color: var(--primary);
    padding: 10px 55px;
}

.link-plus:hover {
    color: var(--second);
}

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

.row-prestations .col-rubrique {
    width: calc(100% / 2);
    flex: calc(100% / 2);
    max-width: calc(100% / 2);
    margin-bottom: 20px;
    position: relative;
    padding: 0px 25px;
}


.row-prestations .col-12 .item-rubrique {
    text-decoration: none !important;
    display: block;
    position: relative;
    z-index: 1;
    max-width: max-content;
    margin: 0 auto;
}

.row-prestations .col-12 .item-rubrique:hover .blocimg img {
    transform: scale(1.1);
}

.text-rubrique p {
    color: #000;
    margin: 0;
    font-size: 16px;
    position: relative;
    font-weight: 200;
    padding: 0px 45px;
    text-align: justify;
    display: block;
    min-height: 125px;
}

.row-prestations .col-12 .item-rubrique:hover .title-rubrique a:before {
    transform: rotate(45deg);
    background: var(--primary);
}

.row-prestations .col-12 .item-rubrique:hover .title-rubrique a span {
    color: #000;
}

.row-prestations .col-12>div {
    position: relative;
    margin: 0 auto;
}

.row-prestations .title-rubrique a {
    font-size: 23px;
    transition: 0.3s ease all;
    font-weight: bold;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 19px 0px 21px;
}

.row-prestations .title-rubrique a:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #000;
    display: block;
    transition: 0.3s ease all;
}

.row-prestations .title-rubrique a span {
    position: relative;
    color: var(--second);
    text-transform: uppercase;
    font-size: 21px;
    padding-left: 15px;
}


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





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

.title-block {
    max-width: 520px;
    margin: 100px auto;
    padding: 0px 30px 80px;
    text-align: center;
    background: url(../images/ligne.png) no-repeat;
    background-position: bottom left;
}

.title-block h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    max-width: 380px;
    margin: 0 auto;
}

.title-block h2 span {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    display: block;
    text-shadow: 3px 4px 1px #8096ab;
}
.title-block h2 b{
    font-size: 188px;
    font-weight: 900;
    color: #fff;
    line-height: 133px;
    display: inline-block;
    text-shadow: 3px 4px 1px #8096ab;
}

.title-block h2 big{
    color: #fff;
    font-size: 88px;
    text-shadow: 3px 4px 1px #8096ab;
}
.title-block p{
    margin: 21px auto;
    color: #fff;
    font-size: 23px;
    text-shadow: 2px 3px 1px #8096ab;
    text-align: left;
}
.container_text {
    max-width: 950px;
    margin: 65px auto 90px;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    padding: 0px 0px;
}

.container_text>div {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 40px;
    border-left: 7px solid #eee6c9;
}

.container_text .back-white {
    margin: 0 auto;
    color: #000;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.container_text .back-white p {
    margin: 0
}


.flex-block-1 {
    max-width: 960px;
    margin: 80px auto 80px;
    max-width: 1050px;
    margin: 80px auto 200px;
}
.page .flex-block-1 img{
    margin-top: 100px;
}
.flex-block-1 img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.link-carte{
    display: table;
    margin-top: 30px;
    color: #fff;
    text-align: right;
    font-size: 22px;
    font-weight: 500;
    transition: 0.3s ease all;
    text-decoration: none !important;
    padding-bottom: 10px;
    background: url(../images/ligne2.png) no-repeat;
    background-position: bottom right;
    position: relative;
    overflow: hidden;
    float: right;
}
.link-carte:after{content:"";position: absolute;width: 100%;background: var(--primary);right: 0;height: calc(100% - 6px);top: 0;transition: 0.3s ease all;transform: translateX(-105%);}
.link-carte:hover:after{
    transform: none;
}
.link-carte span{
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
    transition: 0.3s ease all;
}
.link-carte:hover span{
    padding: 0px 20px;
}
.back-text-1{
    background: url(../images/1.png) , url(../images/2.png);
    padding: 60px 40px 25px;
    background-repeat: no-repeat;
    background-color: var(--second);
    background-position: 0px 0px ,100% 100%;
    position: relative;
}
.back-text-1:after{content:"";width: 60px;height: 60px;background: #fff;position: absolute;left: -45px;bottom: -24px;}
.flex-block-1 h1 {
    font-size: 22px;
    display: table;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.flex-block-1 h1 big {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
}

.flex-block-1 h1 u {
    text-decoration: none !important;
}

.flex-block-1 p {
    font-size: 18px;
    margin: 0;
    font-weight: 300;
    color: #fff;
}
.flex-block-1 p:after{content:"";width: 40px;height: 11px;background: #fff;display: block;margin: 30px 0px 0px;}
.flex-block {
    position: relative;
    transition: 0.5s ease all;
    z-index: 1;

}


.flex-block-2 {
    max-width: 1440px;
    margin: 0 auto 60px;
    background: url(../images/back.png) no-repeat;
    background-size: 100% 100%;
}
.btn-devis{
    max-width: 500px;
    margin: 50px auto;
    display: table;
    width: 100%;
    padding-top: 30px;
    position: relative;
    border-top: 4px solid #fff;
    text-decoration: none !important;
}
.btn-devis span{
    background: var(--primary);
    padding: 3px 20px;
    display: block;
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s ease all;
    position: relative;
}
.btn-devis:before{content:"";width: 100%;height: 4px;position: absolute;left: 5px;top: 0;background: #8096ab;}
.btn-devis:after{content:"";height: 5px;display: block;width: 100%;background: #8096ab;max-width: 290px;margin: 0 auto;}
.btn-devis span:before{right: -18px;content:"";background: url(../images/forme.png) no-repeat;width: 72px;height: 75px;position: absolute;top: -15px;transition: 0.3s ease all;}
.btn-devis:hover span{
    background: #d5e7f7;
    text-decoration: none;
    color: var(--primary);
}
.btn-devis:hover span:before{
    transform: rotate(172deg);
}


.top_text_block{
    max-width: 400px;
    margin: 0 auto 80px;
    padding-top: 150px;
}
.top_text_block h2{
    font-weight: 500;
    margin-bottom: 20px;
}
.bottom_text_block{
    max-width: 540px;
    margin: 0 auto;
    background: url(../images/back2.png) no-repeat;
    padding: 80px 50px 40px;
    font-weight: 700;
    background-size: 100% 100%;
}
.bottom_text_block p{margin:0}
.flex-block-2 h2 b{
    display: block;
    color: var(--primary);
    font-size: 26px;
}
.flex-block-2 h2 span{
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.flex-block-2>div{
    align-items: flex-end;
}
.flex-block-2>div:after{
 content:"";

}
.link-reseaux-sociaux {
    display: flex;
    align-items: center;
    color: var(--primary);
    justify-content: center;
    margin-bottom: 25px;
    text-decoration: none !important;
    font-size: 18px;
}

.link-reseaux-sociaux:hover span {
    color: #000;
}

.link-reseaux-sociaux:hover img {
    transform: rotate(-5deg) scale(0.8);
}

.link-reseaux-sociaux img {
    margin-right: 15px;
    transition: 0.3s ease all;
}

.block-fb {
    max-width: 500px;
    margin: 0 auto;
}

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

.block-insta {
    max-width: 500px;
    margin: 0 auto;
}

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

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

.flex-block--content {
    max-width: 100%;
    font-size: 15px;
}

.flex-block--text {
    font-size: 15px;
    font-weight: normal;
}



.flex-block-4 {
    margin: 0 auto 80px;
    max-width: 960px;
    padding: 40px;
}


.flex-block-4 .col-12 {padding: 0px 10px;}
.flex-block-4 .col-12:nth-child(2){
    position: relative;
    top: 50px;
}
.title-block_flex{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.flex-block-4 .col-12:hover .title-block_flex  img{
    transform: translateX(-20px);
}
.flex-block-4 .col-12:hover .title-block_flex b{
    transform: translateX(20px);
}
.title-block_flex img{
    transition: 0.3s ease all;
    position: relative;
}
.title-block_flex a{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    transition: 0.3s ease all;
    padding: 10px 20px;
    text-decoration: none !important;
}
.flex-block-4 .col-12:nth-child(2):hover .title-block_flex a{
    background: var(--primary);
    padding: 10px 40px;
    text-decoration: blink;
}
.title-block_flex b{
    display: block;
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
    transition: 0.3s ease all;
    position: relative;
} 
.img_block{
}
.flex-block-4 .col-12:hover .img_block img{
    transform: translateY(-20px);
    filter: blur(1px);
}
.img_block img{
    transition: 0.6s cubic-bezier(0.08, 0.84, 0.58, 1) all;
}
.flex-block-4 .border-text {
    position: relative;
    max-width: 400px;
    background: var(--second);
    padding: 60px 50px;
    box-shadow: 1px 1px 16px 5px #00000047;
}

.flex-block-4 .border-text h2 {
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 2px 5px #838f9b;
    line-height: 24px;
}

.flex-block-4 .border-text h2:after {
    content: "";
    width: 50%;
    background: #fff;
    display: block;
    height: 4px;
    margin: 15px 0px 25px;
    position: relative;
    left: -70px;
}

.flex-block-4 .border-text h2 span {
    font-size: 30px;
    display: block;
}

.flex-block-4 .border-text p {
    font-size: 17px;
    line-height: 21px;
    margin: 0;
    font-weight: 300;
    text-align: left;
    padding-bottom: 30px;
}

.flex-block-4>div {
    align-items: center;
}

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

.btn-contact {
    color: var(--white);
    transition: 0.3s ease all;
    display: block;
    margin: 0;
    cursor: pointer;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 1;
    font-size: 23px;
    background: #000;
    padding: 60px;
    padding-right: 0;
    text-decoration: none !important;
}

.btn-contact:hover {
    background: var(--tertiary);
}

.btn-contact span {
    width: 100%;
    display: block;
    padding: 12px 50px;
    transition: 0.3s ease all;
    position: relative;
    z-index: 1;
    background: #28292a;
    text-transform: uppercase;
    color: var(--second);
    font-size: 18px;
    left: 15px;
}

.btn-contact:hover span {
    text-decoration: none !important;
    background: var(--primary);
    color: #000;
}

.btn-contact:hover:after {
    width: 100%;
}



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

.bloc-avis-client {
    position: relative;
    background: url(../images/back1.jpg);
    padding: 60px 40px 22px;
    display: flex;
    justify-content: flex-end;
    background-size: cover;
    z-index: 1;
}

.container_avis_client {
    position: relative;
    max-width: 1200px;
    margin: 100px auto;
}

.container_avis_client:after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -15px;
    background: #eee6c9;
    width: 80px;
    height: 160px;
    z-index: 0;
}

.container_avis_client:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 160px;
    bottom: -15px;
    background: #eee6c9;
    left: -15px;
    z-index: 0;
}

.bloc-avis-client_inner {
    width: 50%;
    max-width: 520px;
}

.bloc-avis-client_topblock {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.bottom_title {
    border-top: 5px solid #fff;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 40px);
    position: relative;
    left: 40px;
    margin: 0;
    margin-top: 25px;
}

.bottom_title img {
    margin-left: 15px;
}

.bottom_title a {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s ease all;
    padding: 10px 0px;
}

.bottom_title a:hover {
    background: var(--primary);
    padding: 10px 20px;
    text-decoration: none;
}

.bloc-avis-client_topblock h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: 1px 2px 5px #838f9b;
    position: relative;
    margin: 0;
}

.bloc-avis-client_topblock h2 span {
    font-size: 21px;
    display: block;
}

.note-block {
    display: flex;
    align-items: center;
    margin-right: 30px;
    position: relative;
}

.note-block:after {
    content: "";
    background: #b2a46e;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 0;
}

.note-block>div {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
    background: #fff;
    padding: 6px 15px;
    position: relative;
    z-index: 1;
}

.note-block>div b {
    color: var(--primary);
    padding-left: 7px;
}

.bloc-avis-client .flex-block--inner {
    max-width: 1000px;
    padding-left: 40px;
}

.bloc-avis-client .flex-block--inner .col-12 {
    padding: 0px 10px;
    margin-bottom: 15px;
}


.bloc-avis-client .flex-block--inner .col-12:nth-child(2) .flex-block--content {
    background: url(../images/2.png) no-repeat;
}

.bloc-avis-client .flex-block--inner .col-12:nth-child(3) .flex-block--content {
    padding: 0;
    background: none;
    text-align: left;
}

.bloc-avis-client .flex-block--content h2 {
    font-size: 17px !important;
    color: #fff !important;
    display: table;
    font-weight: normal;
    margin-bottom: 10px;
    background: var(--primary);
    padding: 5px 10px;
    width: 100%;
    max-width: 160px;
}

.bloc-avis-client .flex-block--content p {
    padding: 0px 15px;
}

.bloc-avis-client .flex-block--content h2 b {
    font-weight: normal;
}

.bloc-avis-client .flex-block--content {
    position: relative;
}

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

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



.min-text_container {
    max-width: 1400px;
    margin: 60px auto 80px;
    padding: 0px 20px;
    border-top: 8px solid #eee6c9;
    padding-top: 60px;
}

.min-text_container img {
    max-width: 100%
}

.min-text_container>div {
    max-width: 600px;
    margin: 0 auto;
}

.min-text_container h2 {
    font-size: 18px;
    font-weight: bold;
    max-width: 560px;
    margin: 50px auto 15px;
}

.min-text_container p {
    max-width: 560px;
    margin: 0 auto;
}


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

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

.textdiv {
    max-width: 1270px;
    margin: 0px AUTO 0px;
    padding: 40px 0px 0px;
}

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

/****** Contact ***/
.fluid-contact {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    color: #000;
}
.link_intervention{
    display: flex;
    align-items: center;
    background: url(../images/link.png) no-repeat;
    max-width: 380px;
    justify-content: center;
    padding: 5px 15px;
    float: right;
    margin-right: 60px;
    width: 100%;
    color: var(--primary);
    font-weight: 800;
    transition: 0.3s ease all;
    border-radius: 71px 0px 0px 0px;
}
.link_intervention:hover{
    background: var(--primary);
    color: #fff;
    text-decoration: none;
}
.link_intervention:hover img{
    margin: 0px 15px;
    transform: scale(0.9);
}
.link_intervention img{
    margin-right: 18px;
    margin-left: 40px;
    transition: 0.3s ease all;
}
.link-contact {
    font-weight: 600;
    border-bottom: 1px solid #8e9ba9;
    transition: 0.3s ease all;
    background: var(--primary);
    color: #fff;
    padding: 3px 40px;
    float: right;
    position: relative;
    padding-left: 25px;
}
.link-contact:before {
    right: -18px;
    content: "";
    background: url(../images/forme2.png) no-repeat;
    width: 49px;
    height: 60px;
    position: absolute;
    top: -15px;
    transition: 0.3s ease all;
}

.link-contact:hover {
    background: var(--second);
    color: #fff;
    text-decoration: none;
    padding: 3px 50px;
}

.fluid-contact>div p {
    padding: 0;
    font-size: 15px;
}

.fluid-contact>div p a{
    color: inherit;
    text-decoration: underline !important;
}

.fluid-contact>div p a:hover{
    text-decoration: none !important;
}

.contact {
    margin: 0 auto;
    position: relative;
    padding: 60px 15px 40px;
    overflow: hidden;
    z-index: 1;
    clear: both;
    border-top: 10px solid #fff;
}
.contact:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 5px;
    top: 0;
    background: #8096ab;
}


.contact .block-coordonees {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.contact .block-coordonees>div{
    max-width: 600px;
}
.contact .block-coordonees b{
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    line-height: 21px;
    font-weight: bold;
}
.contact .block-coordonees p.color-primary{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact .block-coordonees>div:last-child {}

.contact .phone {
    color: var(--primary) !important;
    padding: 0;
    display: block;
    margin: 0;
    font-size: 31px;
    font-weight: 800;
    text-align: right;
    position: relative;
}

.contact .phone:first-child {
}

.adresse-block--text {
    font-size: 18px;
    padding: 0;
    font-weight: 500;
    display: block;
}

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


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

.boxfooter {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    margin-top: 7px;
}

.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: #fff;
    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(98%) sepia(0%) saturate(0%) hue-rotate(23deg) brightness(102%) contrast(105%);
}

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



/****** responsive css  ***/
@media (max-width: 1250px) {
    .content-header {
       padding: 50px 20px 20px;
   }
   .block-banner {
    margin-top: 0;
    margin-bottom: 20px;
}

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

.navbar-nav {
    flex-wrap: nowrap;
}

.bottom_menu {
    top: initial;
    bottom: 0;
}

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

.page .btn_scroll {
    display: none
}

.btn_scroll {
    position: absolute;
    bottom: 55px;
    width: 100%;
    text-align: center;
    cursor: default;
    left: 0;
    z-index: 1;
}

.btn_scroll img {
    cursor: pointer;
    max-width: 110px;
    filter: drop-shadow(3px 2px 7px #000);
    transition: 0.3s ease all;
}
.btn_scroll img:hover{transform:scale(0.8)}

@media (max-width: 991px) {
    .inner-menubox:after {
        display: none
    }
    .sliderbanner{
        height: 400px;
        top: 0;
    }
    .sliderbanner:after{display:none}
    .menubox:before {
        display: none;
    }

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

    .list-prestations .row-prestations img {
        margin: 0 auto;
    }

    .text-rubrique p {
        min-height: initial;
        padding: 0;
    }

    .link-plus {
        justify-content: center;
        margin: 25px auto 0px;
    }

    .row-prestations .title-rubrique a {
        justify-content: center;
    }

    .list-prestations h2 {
        margin-bottom: 0;
    }

    .row-prestations .title-rubrique a span {
        font-size: 18px;
        font-weight: bold;
    }

    .list-prestations {}

    .bloc-avis-client .flex-block--inner {
        padding: 0;
    }

    .bottom_title {
        justify-content: center;
        left: 0;
        width: 100%;
    }

    .flex-block {
        margin-bottom: 20px;
        margin-top: 0;
        left: 0;
        text-align: center;
        border: none;
        padding: 0px 15px;
        overflow: hidden;
    }
    .flex-block-2{
        background: #fff;
        padding-top: 20px;
    }
    .img_block{
        display: table;
        max-width: max-content;
        margin: 0 auto;
    }
    .flex-block-4>div {
        padding: 40px 15px !important;
    }

    .flex-block:before {
        display: none
    }

    .flex-block:after {
        display: none
    }

    .flex-block .col-12 {
        flex: 100%;
        max-width: 100%;
        top: 0 !important;
    }
    .flex-block-1 img{
        margin-top: 25px !important;
    }
    .back-text-1:after{display:none}
    .flex-block-4 .border-text {
        margin: 0 auto;
    }

    .btn-contact {
        padding: 0;
        display: table;
        margin: 20px auto 0;
    }

    .btn-contact span {
        left: 0;
    }

    .flex-block-1 h1 span {
        font-size: 21px;
    }

    .title-block {
        margin: 40px auto;
    }

    .flex-block-1 h1 {
        font-size: 20px;
    }

    .flex-block-1 h1 {
        display: table;
        margin: 0 auto 15px;
    }

    .flex-block-1 h1 u {
        text-align: center !important;
    }

    .title-block h2 b {
        font-size: 150px;
        display: table;
    }
    .title-block p{
        margin-top: 0;
        text-align: center;
    }
    .title-block h2 span {
        font-size: 22px;
    }
    .title-block h2{
        display: table;
        margin: 0 auto;
    }

    .flex-block-2 .col-12:nth-child(2) {
        margin-top: 0;
    }
    .top_text_block{
        padding-top: 50px;
        margin-bottom: 20px;
    }
    .container_text {
        padding: 15px;
        margin: 25px auto;
    }

    .container_text>div {
        overflow: hidden;
        background: #fff;
        padding: 15px;
    }

    .container_text:after {
        display: none;
    }

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

    .bloc-avis-client .flex-block--content p {
        color: #fff;
        text-align: left;
    }



    .navbar {
        padding: 0px;
        border-radius: 0;
        position: initial;
    }

    .navbar-nav:after {
        display: none
    }
    .fixed_item{
        display: block;
    }
    .navbar .navbar-nav .nav-item {
        border: none;
        padding: 0px !important;
        position: initial;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        text-align: center;
        padding: 6px 5px !important;
        border: none;
        font-size: 15px;
        font-size: 15px !important;
        font-weight: 600 !important;
    }
    .menubox .block_link{
        display: block;
    }
    .menubox .block_link{
        position: absolute;
        left: initial !important;
        right: 15px !important;
        top: 11px;
    }
    .inner-menubox {
        padding: 0;
        background: none;
        max-width: 100%;
        display: block;
        float: none;
        width: 100%;
        height: auto;
        left: 0;
    }

    .navbar-nav {
        align-items: center;
        flex-direction: column;
        padding-bottom: 15px;
        justify-content: center;
        top: 0;
    }

    .inner-menubox:before,
    .inner-menubox:after {
        display: none
    }
    .sliderbanner_title{
        right: 0;
        padding: 0px 20px;
        text-align: center;
    }
    .menubox {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        width: 100%;
        z-index: 10;
        min-height: 50px;
        padding: 0px !important;
        margin: 0 !important;
        bottom: initial;
        background: var(--gris) !important;
        display: block;
        height: auto;
        border: none;
        transform: none;
    }

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

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

    .fluid-contact>div p {
        margin: 15px auto !important;
        border: none;
    }

    .adresse-block--text {
        margin-bottom: 10px !important;
    }

    .logo .logo_img {
        position: relative;
        left: 0;
        top: 0;
    }

    .logo{
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .logo a{
        margin: 0 auto;
    }

    .logo img {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    .text {
        padding: 0px 15px;
    }
    .textdiv{
        padding: 0;
    }
    .top-block>div:last-child {
    }

    .top-block p {
        display: none;
    }
    .top-block{
        position: fixed;
        top: 14px;
        right: 15px;
        z-index: 11;
        background: none;
        padding: 0;
    }
    .top-block>div:first-child a{
        color: var(--primary);
        border: none;
        padding: 0;
    }
    .header {
        position: relative;
        padding-top: 0;
        margin-bottom: 0;
        margin-top: 50px;
        max-height: initial;
        overflow: hidden;
        background: none;
        height: auto;
    }

    .banner {
        height: 400px !important;
    }
    .block-banner:after{display:none}
    .content-header {
        display: block;
        padding-bottom: 0;
        padding-top: 9px;
    }

    .btn_scroll,
    .bottom_menu {
        display: none
    }

    .inner-menubox:after {
        display: none
    }

    .page .header .logo {
        height: 100%;
        bottom: 0;
    }

    .logo a {
        padding: 15px;
        display: block;
    }

    .header:after {
        display: none
    }

    .contact .block-coordonees {
        display: block;
    }
    .contact .block-coordonees>div{
        max-width: 100%;
        text-align: center;
    }

    .bloc-avis-client {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }

    .container_avis_client {
        overflow: hidden;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .bloc-avis-client_topblock {
        justify-content: center;
    }

    .bloc-avis-client_inner {
        width: 100%;
        max-width: 100%;
        background: rgb(0 0 0 / 62%);
        padding: 40px 20px;
    }

    .contact .block-coordonees>div:last-child {
        display: block;
    }

    .link-contact {
        margin: 35px auto 0px;
        display: table;
        float: none;
    }

    .contact .phone {
        display: table;
        margin: 15px auto 0px !important;
        border: none !important;
    }

    .bloc-avis-client .flex-block--content {
        padding-bottom: 0;
        padding-top: 15px;
    }
}


@media (max-width:767px) {
    .logo img {}
    .link-carte{
        font-size: 18px;
    }
    .navbar-nav .nav-item {
        border: none;
    }

    .footerlink {
        text-align: center;
    }


    .menubox:after {
        display: none;
    }

    .contact:after {
        display: none;
    }

    .fluid-contact {
        min-height: auto;
        margin: 0;
        padding: 0px 0px;
        text-align: center;
    }
    .link_intervention{
        margin: 0;
    }
    .contact {
        padding: 20px;
        text-align: center;
    }

    .contact .block-coordonees {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .block-coordonees:after {
        height: 100px;
        margin: 0 auto 20px;
    }

    .contact .phone {
        text-align: center;
    }

    .adresse-block--text {
        text-align: center !important;
    }

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

    .bloc-avis-client_topblock {
        display: block;
        margin-bottom: 25px;
    }

    .note-block {
        display: table;
        margin: 0 auto 40px;
    }

    .bloc-avis-client_topblock h2 {
        text-align: center;
    }
}


.scrol_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    transition: 0.3s ease all;
    transform: translateY(40px) rotate(180deg);
}

.scrol_btn img {
    max-width: 80px;
    transition: 0.3s ease all;
}

.scrol_btn img:hover {
    transform: rotate(180deg) scale(0.8)
}

.scrollTopblock {
    opacity: 1;
    transform: translateY(0px) rotate(180deg);
}



.page .btn_scroll {
    display: none
}

.btn_scroll {
    position: absolute;
    bottom: 100px;
    width: 90px;
    text-align: center;
    cursor: default;
    left: calc( 50% - 45px);
    z-index: 2;
    transition: 0.3s ease all;
    height: 90px;
}

.btn_scroll img {
    cursor: pointer;
    max-width: 90px;
    transition: 0.3s ease all;
}

.btn_scroll:hover {
}


.scroll-down-arrow {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    height: auto;
    width: auto;
    margin: 0;
    left:-1px;
    top: -1px;
    color: #FFF;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: none;
    opacity: 0;
    text-align: center;
    background-position: center;
    transition-delay:0.3s;
}

.box_border {
   height: auto;
   width: auto;
   transition: transform 0.5s ease, opacity 0.5s ease;
   transform: none;
   opacity: 0;
   position: absolute;
   left: 0;
   top: 0;
}

.boxbtn_scroll {
    width: auto;
    height: auto;
    position: relative;
}
.btn_scroll{position:absolute}
.boxbtn_scroll:hover{}
.animate {
    transform: translate(0, 20px);
    opacity: 1;
}
.afteranimate {
    transform: translate(0, 40px);
    opacity: 0;
}

#bloc-2{
    margin: 150px 0;
}

#bloc-2 .container{
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1440px;
}

#bloc-2 .img{
    max-width: 100%;
    width: 470px;
    mask-image: url('../images/mask.png');
    mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-image: url('../images/mask.png');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
}

#bloc-2 .img img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}

#bloc-2 .txt{
    border: solid 3px #fff;
    border-radius: 20px;
    color: #fff;
    max-width: 550px;
    padding: 70px 30px;
    position: relative;
}

#bloc-2 h2{
    background: var(--back);
    display: table;
    padding: 0 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 3px 1px #8096ab;
    width: 212px;
}

#bloc-2 .txt .atout{
    align-items: center;
    display: flex;
    margin: 30px 0;
}

#bloc-2 .txt .atout p{
    margin: 0 0 0 20px;
    font-size: 20px;
    line-height: 25px;
    text-shadow: 1px 1px 1px #8096ab;
}

#content{
    margin: 20px 0 50px;
}

#content .container{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
#content .corp{
    padding: 0 15px;
}
#content h1{
    color: var(--primary);
    font-size: 24px;
    text-align: center;
    margin: 80px 0;
    font-weight: 700;
    line-height: 30px;
}

#content h1 big{
    display: block;
    text-transform: uppercase;
}

#content .chapo{
    background: url(../images/1.png)no-repeat top left , url(../images/2.png)no-repeat bottom right var(--second);
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 40px 5%;
    margin: 50px auto;
    line-height: 25px;
    font-weight: 600;
}

#content h2{
    color: var(--primary);
    font-size: 20px;
    margin: 40px 0 20px;
    font-weight: 700;
    text-transform: uppercase;
}

#content h3{
    display: flex;
    align-items: center;
    color: inherit;
    font-size: 18px;
    margin:10px 0 5px;
    font-weight: 600;
}
#content h3:before {
    color: var(--primary);
    margin-right: 10px;
    font-size: 12px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c8";
}
#content p{
    font-size: 16px;
    text-align: justify;
}
#content strong{
    color: inherit;
    font-weight: 600;
}
#content ul{
    padding-left: 20px;
    margin: 15px auto;
    list-style: none;
}
#content ul li{
    font-size: 16px;
    margin:5px 0;
}
#content ul li:before {
    color: var(--primary);
    margin-right: 10px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
}
#content p a,
#content li a{
    color: inherit;
    font-weight: 600;
    text-decoration: underline dotted 1px !important;
}
#content p a:hover,
#content li a:hover{
    text-decoration: none !important;
}
#content hr{
    margin: 40px auto;
}
#content .slogan{
    font-size: 20px;
    font-weight: 600;
    margin: 40px auto;
    text-align: center;
    max-width: 800px;
}
#content .center{text-align: center !important;}

#content .imgD,
#content .imgG,
#content .diapoD,
#content .diapoG{
    display: flex;
    margin: 80px auto;
    justify-content: space-between;
}

#content .imgG,
#content .diapoG{
    flex-direction: row-reverse;
}

#content .imgD>div,
#content .imgG>div,
#content .diapoD>div,
#content .diapoG>div{
    width: 100%
}

#content .imgD>div:last-child,
#content .diapoD>div:last-child{
    max-width: 600px;
    margin-left: 30px;
}

#content .imgG>div:last-child,
#content .diapoG>div:last-child{
    max-width: 600px;
    margin-right: 30px;
}

#content .imgD>div:last-child img,
#content .imgG>div:last-child img,
#content .diapoD>div:last-child img,
#content .diapoG>div:last-child img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#content .bloc-txt{
    background: #fff5;
    border: solid 1px #fff;
    padding: 20px;
    margin: 40px auto;
}

#content .bloc-txt>*:first-child,
#content .imgD>div:first-child>*:first-child,
#content .imgG>div:first-child>*:first-child,
#content .diapoD>div:first-child>*:first-child,
#content .diapoG>div:first-child>*:first-child{
    margin-top: 0;
}

#content .bloc-txt>*:last-child,
#content .imgD>div:first-child>*:last-child,
#content .imgG>div:first-child>*:last-child,
#content .diapoD>div:first-child>*:last-child,
#content .diapoG>div:first-child>*:last-child{
    margin-bottom: 0;
}

#content .diapoD .slick-list,
#content .diapoG .slick-list,
#content .diapoD .slick-track,
#content .diapoG .slick-track{
    height: 100%;
}

#content .breadcrumb{
    background: initial;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 30px;
}
#content .breadcrumb a{
    color:var(--primary);
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s;
}

#content #foot-page{
    background: var(--primary);
    border-radius: 5px;
    color: #fff;
    padding: 30px 15px;
    margin: 15px auto;
}

#content #foot-page a{
    color: inherit;
}

#content #foot-page p{
    margin: 0;
    text-align: center;
}

.box-tel{
    color: inherit !important;
    text-decoration: none !important;
}
.box-tel:hover{
    color: inherit !important;
    text-decoration: none !important;
}

#content .bouton{
    background: var(--primary);
    border: solid 3px var(--primary);
    border-radius: 5px;
    color: #fff;
    display: table;
    text-align: center;
    font-weight: 600;
    padding: 10px 30px;
    margin: 15px auto;
    transition: .5s;
}

#content .bouton:hover{
    background: #fff;
    color: var(--primary);
    text-decoration: none;
}

@media(max-width: 991px){
    #content .imgD,
    #content .imgG,
    #content .diapoD,
    #content .diapoG{
        flex-direction: column-reverse;
        align-items: center;
    }
    #content .imgG>div:last-child, 
    #content .imgD>div:last-child,
    #content .diapoG>div:last-child, 
    #content .diapoD>div:last-child{
        margin: 30px auto;
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
    }
    #bloc-2 .container{
        flex-direction: column;
    }

    #bloc-2 .img{
        margin-bottom: 40px;
    }
    #bloc-2 .txt{
        padding: 30px 15px;
    }
    #bloc-2 .txt .atout{
        margin: 40px auto;
        flex-direction: column;
    }
    #bloc-2 .txt .atout p{
        margin: 20px 0 0;
        text-align: center;
    }
}