/* -------------------------------- */
/* ------------ Global ------------ */
/* -------------------------------- */
body{
    font-size: 15px !important;
}

.hidden{
    display: none;
}

.margin-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}

.img-resize .wpb_content_element{
    margin-bottom: 0;
}

.img-resize img{
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: 0% 0%;
}

.adomicil-img{
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    left: -15px;
}

.titre-adomicil{
    /*font-size: 40px;*/
    font-size: 32px;
    font-family: "Dosis";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.125;
    text-align: left;
    opacity: 1;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.col-red,
.titre-adomicil.col-red{
    color: rgb(222, 54, 25);
}

.col-green,
.titre-adomicil.col-green{
    /*08a890*/
    /*color: rgb(26, 143, 11);*/
    color: rgb(8, 168, 144);
}

.titre-adomicil.col-grey{
    color: rgb(135, 116, 100);
}

.col-light-red{
    color: #f6c2a1;
}

.bg-green.btn-primary,
.bg-green {
    /*background-color: rgb(26, 143, 11);*/
    background-color: rgb(8, 168, 144);
}

.bg-green.btn-primary:hover{
    background-color: rgb(0, 160, 136);
}

.bg-green.btn-primary{
    border: 0;
}

.bg-red {
    background-color: rgb(222, 54, 25);
}

.bg-grey {
    background-color: rgb(135, 116, 100);
}

.bg-lightGrey {
    background-color: #f5f6f9;
}

.bloc-adomicil .btn-primary{
    border-radius: 0;
    line-height: inherit !important;
}

.bx-shadow{
    /*box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.35);*/
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.25);
}

.masked-text{
    color: red;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent),
    url('../img/mask-img-presentation.jpg') center 60% no-repeat;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;

    font-size: 80px;
    font-family: "Rubik", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 80px;
    text-align: center;
    margin-bottom: 50px;
}

.ft-size-1{
    font-size: 14px;
}

.ft-size-2{
    font-size: 24px;
}

.ft-size-3{
    font-size: 32px;
}

.ft-size-4{
    font-size: 40px;
}

body a{
    color: rgb(8, 168, 144);
    /*font-weight: bold;*/
    text-decoration:none;
}
body a:hover{
    text-decoration:none;
    color:#999;
}

body .bg-green a{
    color: #fff;
    text-decoration: underline;
}
body .bg-green a:hover{
    color: rgb(3, 79, 67);
}

body .bg-green a.dl-link,
.btn-primary.dl-link,
.dl-link {
    border: none;
    border-radius: 0;
    background-color: rgb(227, 227, 227);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
    height: inherit;
    color: #272727;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    padding: 18px 38px 18px;
    display: inline-block;
    transition: all .3s ease-in;
    text-decoration: none;
}

body .bg-green a.dl-link:hover,
.btn-primary.dl-link:hover,
.dl-link:hover {
    text-decoration: none;
    color: #000;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.6);
    transition: all .3s ease-out;
}

.nobull {
    list-style-type: none;
}


.bg-repeat-no{
    background-repeat: no-repeat !important;
}

.bg-size-w-100{
    background-size: 100% auto !important;
}

/* -------------------------------- */
/* ------------ HEADER ------------ */
/* -------------------------------- */
header#masthead{
    margin-bottom: 20px;
}

#mysticky-wrap nav:before{
    content: ' ';
    width: 60px;
    height: 50px;
    display: none;
    background: url('/wp-content/uploads/2020/09/logo-home.png') no-repeat;
    background-size: contain;
    position: absolute;
    left: -57px;
    top: 30px;
}

#mysticky-wrap.active nav:before{
    display: inline-block;
}

.navbar{
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.container-bt{
    float: right;
    margin-top: 35px;
}

#sidebarCollapse.btn{
    display: none;
    background-color: rgb(222, 54, 25);
    color: rgb(255, 255, 255);
    padding: 6px 0 8px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.49);
    border-radius: 0;
    margin-left: 25px;
    width: 46px;
    height: 46px;
    margin-top: -11px;
}

.btHeader {
    background-color: rgb(222, 54, 25);
    font-size: 25px;
    font-family: "Dosis";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    padding: 6px 24px 8px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.49);
}

.btHeader:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.container-bt .btHeader:first-child{
    margin-right: 25px;
}

.btHeader:hover{
    background-color:rgb(8, 168, 144);
}

#menu-menu-principal > li {
    position: relative;
    margin: 20px;
}

#menu-menu-principal > li.desktopNo{
    display: none;
}

#menu-menu-principal > li.active:before,
#menu-menu-principal > li:hover:before{
    position:absolute;
    bottom:-10px;
    width: 100%;
    height:7px;
    background-color:rgb(8, 168, 144);
    content:"";
}

#menu-menu-principal li a{
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
}


#menu-menu-principal li a:hover{
    color:rgb(8, 168, 144);
}

#menu-menu-principal > li > ul > li.active a,
#menu-menu-principal > li > ul > li a:active{
    background-color: rgb(227, 227, 227);
}

#menu-menu-principal .dropdown-toggle::after {
    display: none;
}

#menu-menu-principal .dropdown  .dropdown-menu{
    border:none;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.35);
    padding: 0;
    margin-top: 10px;
}

#menu-menu-principal .dropdown  .dropdown-menu li a{
    text-align: left;
    padding: 15px 20px;
}





/* -------------------------------- */
/* ----------- HOMEPAGE ----------- */
/* -------------------------------- */


/* SliderHomepage */
#carouselHome{
    width: calc(100% - 30px);
    margin: auto;
}

#carouselHome .controle{
    /*background: rgba(10, 10, 10, .2) !important;*/
    height: 50px;
    width: 25%;
    position: absolute;
    bottom: -3px;
    left: 37.5%;
}
#carouselHome .carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background: rgba(255,255,255,0);
    border: 1px solid rgba(255,255,255,.9);
    transition: all ease-in .3s;
}
#carouselHome .carousel-indicators li.active{
    background: rgba(255,255,255,.9);
    transition: all ease-in .3s;
}

#carouselHome img{
    width: 100%;
    height: auto;
}

.carousel-control-next, .carousel-control-prev{
    z-index: 100 !important;
}


.container-adomicil{
    margin-top: 30px;
}

.container-adomicil ul li{
    list-style-type: none;
}

.container-adomicil ul li:before{
    content: ' ';
    position: relative;
    color: rgb(222, 54, 25);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

ul.en-chiffre{
    padding: 0;
    margin: 0 0 0 0px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.en-chiffre li{
    width: 255px;
    height: 255px;
    margin: auto;
    margin-bottom: 30px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.en-chiffre li:before{
    display: none;
}

.title-box,
.animate-number{
    font-size: 70px;
    line-height: 0.643;
    font-family: "Dosis";
    font-weight: 700;
    margin: 15px auto;
    color: rgba(255,255,255,.5);
}

.title-box{
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
}

.wpb_content_element .title-box{
    width: 100%;
}

.en-chiffre.square{
    height: 255px;
    line-height: 1em;
}

.en-chiffre p{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
}

.en-chiffre i{
    font-size: 50px;
    color: rgb(255, 255, 255);
    line-height: 0.9;
}

.wpb_text_column .en-chiffre{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 20px 17px !important;
}

.wpb_text_column .en-chiffre i{
    position: relative;
    top: -2px;
}

.wpb_text_column .en-chiffre p{
    text-align: left;
}

.wpb_text_column .animate-number{
    margin: 0;
}

.avis{
    color: #3b3b3b;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.avis .image{
    display: inline-block;
    margin-right: 11px;
}

.avis-list .wpb_single_image img,
.avis img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: 50% 50%;

    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    display: inline-block;
}

.avis-list .note-container,
.avis-list .avis-titre{
    margin-left: 60px;
}
.avis-list .wpb_single_image img{
    position: absolute;
}

.avis-list .localisation:before{
    content: ' ';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.avis .note{
    display: inline-block;
}



.bloc-adomicil{
    position: relative;
}

.bloc-adomicil a{
    text-align: center;
    background: #fff;
    height: 265px;
    width: 100%;
    position: relative;
    overflow: hidden;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-devis .bloc-adomicil a{
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container-devis a.col-green.active,
.container-devis a.col-green:hover {
    background-color: rgb(8, 168, 144);
    color: #fff;
    transition: all .3s ease-out;
}

.container-devis a.col-red.active,
.container-devis a.col-red:hover {
    background-color: rgb(222, 54, 25);
    color: #fff;
    transition: all .3s ease-out;
}

.large-content.bloc-adomicil a{
    min-height: 350px;
}

.bloc-adomicil a .titre-adomicil{
    margin-top: -30px;
    text-align: center;
}

.bloc-adomicil a .descrHover{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .3s opacity ease-in-out;
    padding: 30px;
    font-size: 13px;
}

.bloc-adomicil a .descrHover p{
    margin-bottom: 0;
}


.bloc-adomicil a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: .3s opacity ease-in-out;
}

.bloc-adomicil .footer input,
.bloc-adomicil a .footer {
    font-size: 16px;
    font-family: "Rubik";
    color: rgb(255, 255, 255);
    line-height: 2.812;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 47px;
}

.bloc-adomicil a .footer {
    transition: .3s all ease-in;
}

.bloc-adomicil a:hover{
    text-decoration: none;
}

.bloc-adomicil a:hover .descrHover{
    opacity: 1;
    transition: .3s opacity ease-in;
}

.bloc-adomicil a:hover img{
    opacity: 1;
    transition: .3s opacity ease-in;
}

.bloc-adomicil a:hover .titre-adomicil{
    opacity: 0;
    transition: .3s opacity ease-in-out;
}

.bloc-adomicil a:hover .footer{
    background: #fff;
    transition: .3s all ease-in-out;
}

.bloc-adomicil a:hover .footer.col-green {
    /*color: rgb(26, 143, 11);*/
    color: rgb(8, 168, 144);
}

.bloc-adomicil a:hover .footer.col-red {
    color: rgb(222, 54, 25);
}

.bloc-adomicil a:hover .footer.col-grey {
    color: rgb(135, 116, 100);
}



.g-star:before{
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    text-align: center;

    position: relative;
    display: inline-block;
    font-weight: 900;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 2px;

    color: #fff;
}

.g-on:before{
    background: #08a890;
}

.g-off:before{
    background: #b7b7b7;
}

#menu-menu-principal{
    /*margin-top: 40px;
    margin-bottom: 40px;*/
}

#menu-menu-principal li a{
    font-size: 18px;
    font-weight: 600;
    /*font-family: "Arial";*/
    color: rgba(38, 38, 38, 0.69);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: right;
}

.home #containerContact .mt-4{
    margin-top: 0 !important;
}

.home #containerContact .wpcf7-submit {
    background: transparent;
    width: 100%;
    background: white;
    color: rgb(135, 116, 100);
}



/* ------------ ONGLETS ------------ */
.vc_tta.vc_tta-tabs .vc_tta-tabs-container{
    width: 350px;
    display: inline-block;
    vertical-align: top;
}

.vc_tta-panels{
    background-color: #fff !important;
    border: none !important;
}

.vc_tta-panels-container{
    width: calc(100% - 355px);
    display: inline-block;
    vertical-align: top;
    border-left: 3px solid #e3e3e3;

}

.vc_tta-tab{
    width: 100%;
    font-size: 30px;
    font-family: "Dosis";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.167;
    text-align: left;
}

.vc_tta-tab a{
    background-color: #fff !important;
    border: 0 !important;
    color: #e3e3e3 !important;
}

.vc_tta-tab.vc_active a{
    color: rgb(222, 54, 25) !important;
}

/* ------------------------------------- */
/* ------------- Page avis ------------- */
/* ------------------------------------- */

.avis-list .wpb_single_image img{

}

/* ------------------------------------- */
/* ------------ Formulaires ------------ */
/* ------------------------------------- */
.wpcf7-checkbox.form-control{
    height: auto;
}

.wpcf7-checkbox.form-control span.wpcf7-list-item{
    display: block;
}







/* ---------------------------------- */
/* ------------ SERVICES ------------ */
/* ---------------------------------- */
.bx-legend-map{
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-bottom: 3px;
}

.bx-elem-service{
    height: 317px !important;
    margin-bottom: 0 !important;
}

.ct-damier img{
    width: 100% !important;
    object-fit: cover;
    object-position: 50% 50%;
    /*height: auto !important;*/
}

.vc_column_container.p-0 > .vc_column-inner{
    padding: 0 !important;
}


.bg-pos-left-top{
    background: #04ae95 url('/wp-content/uploads/2020/09/bg-service-nettoyage.jpg');
    background-repeat: no-repeat !important;
    background-position: calc(((100% - 1140px)/2) - 80px) top !important;
}

.titreh1 h1{
    color:#de3619;
    font-size: 32px;
    font-family: "Dosis";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.125;
    text-align: left;
    opacity: 1;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.container-grille-imghover .vc_col-sm-6 .vc_column-inner,
.container-grille-imghover .vc_col-sm-12 .vc_column-inner{
    padding-left: 0!important;
    padding-right: 0!important;
}

.container-grille-imghover .grille-imghover .vc-hoverbox{
    min-height: 450px;
}

.container-grille-imghover .grille-imghover .vc-hoverbox-front h2{
    font-size: 25px;
    font-family: "Dosis";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.125;
    text-align: left;
    opacity: 1;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    background-color: #08a890;
    color:rgba(255,255,255,.5);

    padding: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.container-grille-imghover .col-first .wpb_wrapper .grille-imghover:nth-child(2n) .vc-hoverbox-front h2,
.container-grille-imghover .col-second .wpb_wrapper .grille-imghover:nth-child(2n+1) .vc-hoverbox-front h2{
    background-color: #de3619;
}


/* -------------------------------- */
/* ------------ FOOTER ------------ */
/* -------------------------------- */
footer{
    background: #272727 !important;
    /*margin-top: 45px;*/
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

footer a{
    color: #fff;
}

footer ul{
    padding: 0;
    margin: 0;
}

footer ul li{
    list-style-type: none;
}

footer ul li:before {
    content: ' ';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
}

footer ul li a.nav-link{
    display: inline;
}

footer .blocLeft{
    width: calc(((100% - 1140px)/2) + 190px);
    padding-left: calc((100% - 1140px)/2);
    display: inline-block;
    background: #e3e3e3;
    top: -7px;
    padding-top: 70px;
    padding-bottom: 90px;
    position: relative;
    font-size: 14px;
    font-family: Arial, sans-serif;
    vertical-align: top;
    color: #272727;
}

footer .blocRight{
    vertical-align: middle;
    width: calc(1140px - 190px);
    display: inline-block;
}

footer .blocRight .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .blocRight #nav-footer{
    column-count: 2;
}

footer .blocRight #nav-footer a:hover{
    color: #fff;
    text-decoration: underline;
}

footer .blocRight #nav-footer .nav-link{
    padding: 0;
}

footer .bloc-adresse .titre-adomicil{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
}
footer .bloc-adresse p{
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

footer .secondary-menu{
    display: inline-block;
}

footer .secondary-menu li{
    display: inline-block;
}

footer .secondary-menu li a.nav-link{
    padding: 0;
}

footer .secondary-menu li:before{
    content: ' - ';
}
footer .secondary-menu li:first-child:before{
    display: none;
}

body #nav-footer a{
    font-weight: normal;
}




/* ----------------------------------- */
/* ------------ WPBackery ------------ */
/* ----------------------------------- */
.bx-shadow ul li,
.wpb_content_element ul li{
    list-style: none;
    position: relative;
    padding-left: 7px;
}

.bx-shadow ul li:before,
.wpb_content_element ul li:before{
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: rgb(222, 54, 25);
    font-weight: 600;
    left: 0;
}

.text-white .wpb_content_element ul li:before{
    color: #fff;
}

.bx-shadow ul.nobull li:before,
.wpb_content_element ul.nobull li:before{
    display: none;
}

.wpb_content_element .bx-shadow ul li:before{
    content: "\f0da";
    left: -12px;
    top: 1px;
    font-size: 1em;
}

.wpb_content_element ul li:before{
    content: "\f0c8";
    font-size: 0.6em;
    top: 6px;
    left: -14px;
}