/*
Theme Name: Artisans Réno
Author: Human's Connexion - Lambert Delaye
Description: Template WordPress Artisans réno
Template: bootstrap-basic4
Version: 1.0
Tags: Artisans Réno
*/

/***********
* Fonts definition
************/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@700&family=Manrope:wght@400;700;800&display=swap');
/*
    font-family: 'Barlow', sans-serif;
    font-family: 'Manrope', sans-serif;
*/


/***********
* Variables definition
************/
:root {
    --red-reno: #BB2833;
    --secondary: #4A4751;
    --white-reno: #FFFFFF;
    --black-reno: #000000;
    --light-blue-reno: #F3FAFF;
    --light-grey-reno: #F6FBFF;
    --dark-grey-reno: #2D2C31;
    --grey-reno: #4A4751;

    --main-font: 'Manrope', sans-serif;
    --secondary-font: 'Barlow', sans-serif;
}

/***********
* General
************/

body * {
    font-family: var(--main-font);
    color: var(--grey-reno);
}
body a {
    color: var(--black-reno);
    transition: 0.3s ease all;
}
body a:hover {
    color: var(--red-reno);
    transition: 0.3s ease all;
    text-decoration: underline;
}

/***********
* Headings definition
************/
body h1 { font-size: 32px; }
body h2 { font-size: 28px; }
body h3 { font-size: 24px; }

@media screen and (max-width: 540px) {
    body h1 { font-size: 28px; }
    body h2 { font-size: 24px; }
    body h3 { font-size: 20px; }
}

/***********
* Text style
************/
.stroke {
    color: transparent;
    -webkit-text-stroke-width: 1px;
}
.white-text, .white-text * { color: var(--white-reno); }
.red-text, .red-text * { color: var(--red-reno); }
.black-text, .black-text * { color: var(--black-reno); }
.grey-text, .grey-text * { color: var(--grey-reno); }

.white-stroke { -webkit-text-stroke: 1px rgba(255, 255, 255, 0.31); }
.black-stroke { -webkit-text-stroke: 1px rgba(0, 0, 0, 0.31); }
.red-stroke { -webkit-text-stroke: 1px rgba(241, 5, 69, 0.31); }
.grey-stroke { -webkit-text-stroke: 1px rgba(74, 71, 81, 0.31); }
.h1-stroke { font-size: 230px; }

.hc_title {
    font-weight: 600;
    display: inline-block;
}
.hc_title_container .h1-stroke,
.hc_title_container .h2-stroke {
    position: absolute;
    font-size: 45px;
    top: -25px;
    left: -20px;
    display: inline-block;
}
.h3-stroke {
    font-size: 36px;
    left: -21px;
    top: -21px;
    display: inline-block;
    position: absolute;
}
.span-stroke {
    font-size: 20px;
    left: -9px;
    top: -9px;
    display: inline-block;
    position: absolute;
}

.f-32 { font-size: 32px; font-weight: 600; }
.f-26 { font-size: 26px!important; }
.f-17 { font-size: 17px;}
.hc_title_container {
    position: relative;
    display: inline-block;
    margin: 15px;
}

.hc_title_container.center {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.hc_title_container.center .title-container-center {
    position: relative;
    display: inline-block;
}

.hc_title_container.big .h1-stroke,
.hc_title_container.big .h2-stroke,
.hc_title_container.big .span-stroke {
    font-size: 100px!important;
    top: -60px;
    left: calc(-25%);
}

.hc_title_container.big h1.hc_title,
.hc_title_container.big h2.hc_title,
.hc_title_container.big span.hc_title {
    font-size: 70px;
    /* padding: 0 100px; */
}

@media screen and (max-width: 767px) {
    #site-title{
        text-align: center;
    }

    .hc_title_container {
        margin-top: 0!important;
        margin-right: 0!important;
    }

    .hc_title_container.big .h1-stroke,
    .hc_title_container.big .h2-stroke,
    .hc_title_container.big .span-stroke {
        font-size: 40px;
        left: -40px;
        top: -10px;
    }

    .hc_title_container.big h1.hc_title,
    .hc_title_container.big h2.hc_title,
    .hc_title_container.big span.hc_title {
        font-size: 32px!important;
        padding: 0 0px;
        /* position: relative; */
        left: -12px;
    }


    /* .hc_title_container.center {
        width: 0;
        margin: 0;
    }  */   
}





/***********
* CTA
************/
body .hc_btn {
    display: inline-block;
}
body .hc_btn .hc_link {
    background-image: none;
    font-size: 17px;
    font-weight: 600;
    font-family: var(--secondary-font);
    padding: 15px 25px;
    border: 10px solid;
    border-bottom: none;
    border-radius: inherit;
}
/* .hc_btn.align-center {
    text-align: center;
    width: 100%;
} */
.hc_btn.align-center {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

/* .hc_btn.align-right {
    text-align: right;
    width: 100%;
} */

.hc_btn.align-right {
    display: flex;
    justify-content: flex-end;
}

body .hc_btn .hc_link.hc_link-red {
    background-color: var(--red-reno);
    color: var(--white-reno);
    border-color: var(--red-reno);
}
body .hc_btn .hc_link.hc_link-red:hover { background-color: var(--grey-reno); }

body .hc_btn .hc_link.hc_link-grey {
    background-color: var(--grey-reno);
    color: var(--white-reno);
    border-color: var(--grey-reno);
}
body .hc_btn .hc_link.hc_link-grey:hover { background-color: var(--red-reno); }

body .hc_btn .hc_link.hc_link-black {
    background-color: var(--black-reno);
    color: var(--white-reno);
    border-color: var(--black-reno);
}
body .hc_btn .hc_link.hc_link-black:hover { background-color: var(--white-reno); color: var(--black-reno); }

body .hc_btn .hc_link.hc_link-white {
    background-color: var(--white-reno);
    color: var(--black-reno);
    border-color: var(--white-reno);
}
body .hc_btn .hc_link.hc_link-white:hover { background-color: var(--black-reno); color: var(--white-reno); }

body .hc_btn .hc_btn_left { float: left; }
body .hc_btn .hc_btn_basic.hc_link {
    border: none;
    padding: 10px;
    display: table;
}
/* body .hc_btn_container_right { float: right; }
body .hc_btn_container_left { float: left; } */
body .hc_btn .hc_btn_left.hc_link {
    border-top-right-radius: 25px;
    border-top-color: var(--white-reno);
    border-right-color: var(--white-reno);
    border-bottom: none;
    border-left: none;
    outline: none;
}
body .hc_btn .hc_btn_right.hc_link {
    border-top-left-radius: 25px;
    border-top-color: var(--white-reno);
    border-left-color: var(--white-reno);
    border-bottom: none;
    border-right: none;
}
body .hc_btn .hc_btn_right {
    float: right;
}

.absolute-btn {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 0;
}

body .hc_btn .hc_btn_simple_link.hc_link-red,
body .hc_btn .hc_btn_simple_link.hc_link-white,
body .hc_btn .hc_btn_simple_link.hc_link-grey,
body .hc_btn .hc_btn_simple_link.hc_link-black {
    background-color: transparent;
    border: none;
    padding: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    font-family: var(--main-font);
}

body .hc_btn .hc_btn_simple_link.hc_link-red:hover,
body .hc_btn .hc_btn_simple_link.hc_link-white:hover,
body .hc_btn .hc_btn_simple_link.hc_link-grey:hover,
body .hc_btn .hc_btn_simple_link.hc_link-black:hover {
    background-color: transparent;
}

body .hc_btn .hc_btn_simple_link.hc_link-black,
body .hc_btn .hc_btn_simple_link.hc_link-black span  { color: var(--black-reno); }
body .hc_btn .hc_btn_simple_link.hc_link-red,
body .hc_btn .hc_btn_simple_link.hc_link-red span { color: var(--red-reno); }
body .hc_btn .hc_btn_simple_link.hc_link-white,
body .hc_btn .hc_btn_simple_link.hc_link-white span { color: var(--white-reno); }
body .hc_btn .hc_btn_simple_link.hc_link-grey,
body .hc_btn .hc_btn_simple_link.hc_link-grey span { color: var(--grey-reno); }

body .hc_btn .hc_btn_simple_link.hc_link-grey span,
body .hc_btn .hc_btn_simple_link.hc_link-red span,
body .hc_btn .hc_btn_simple_link.hc_link-white span,
body .hc_btn .hc_btn_simple_link.hc_link-black span {
    font-size: 40px;
    line-height: 18px;
}

body a.simple_link  { text-transform: uppercase; }
body a.simple_link.red:hover span { color: var(--grey-reno); transition: ease all 0.3s; }
body a.simple_link.red span { font-size: 40px; line-height: 40px; color: var(--red-reno); }


a.simple_link:hover, .simple_link a:hover, body .hc_btn .hc_btn_simple_link:hover {
    padding-left: 30px;
    transition: ease all 0.3s;
    color: var(--red-reno);
}

.btn-arrow{
    margin-left: 15px;
}



/***********
* Menu
************/
#mega-menu-wrap-primary { 
    width: 100%; 
}

.mega-toggle-blocks-center {
    margin-top: 10px;
}


#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {
    height: auto;
}
#mega-menu-wrap-primary #mega-menu-primary iframe {
    width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary p {
    margin-bottom: 10px;
    max-height: 350px;
    overflow: hidden;
}
#mega-menu-primary {
    /*margin-bottom: 15px!important;*/
}
.mega-sub-menu {
    /*margin-top: 15px!important;*/
}
.image_megamenu {
    display: flex;
    flex-direction: column;
}
.image_megamenu_container {
    padding-top: 6px;
    display: block;
}
.video_megamenu, .image_megamenu {
    text-align: center;
    background-color: var(--grey-reno);
    padding-bottom: 20px;
    transition: ease all 0.3s;
}
li a:hover .video_megamenu,
li a:hover .image_megamenu {
    background-color: var(--white-reno);
    transition: ease all 0.3s;
}
li a:hover .video_megamenu p,
li a:hover .video_megamenu strong,
li a:hover .image_megamenu p,
li a:hover .image_megamenu strong {
    color: var(--red-reno)!important;
    transition: ease all 0.3s;
}

.video_megamenu p, .video_megamenu strong,
.image_megamenu p, .image_megamenu strong {
    color: var(--white-reno);
    text-transform: uppercase;
}

.video_megamenu p, .image_megamenu p {
    font-size: 18px;
}

@media screen and (min-width: 1370px) {
    .big-text-menu {
        font-size: 20px;
        margin: 80px 200px 0 80px;
    }
} 
/* .big-text-menu {
    font-size: 20px;
    margin: 80px 200px 0 80px;
} */
.mega-menu-item.mega-menu-item-type-widget.widget_text {

}
body .mega-menu-item.mega-menu-item-type-widget.widget_text .mega-block-title {
    display: block;
    width: 100%;
    background-color: var(--grey-reno);
    padding: 30px 0!important;
    text-align: center!important;
    margin-bottom: 35px!important;
    color: var(--white-reno)!important;
}
body .mega-menu-item.mega-menu-item-type-widget.widget_text ul li {
    list-style-type: none;
}
body .mega-menu-item.mega-menu-item-type-widget.widget_text ul li {
    margin-bottom: 15px;
}
body .mega-menu-item.mega-menu-item-type-widget.widget_text ul li,
body .mega-menu-item.mega-menu-item-type-widget.widget_text ul li a {
    color: var(--white-reno)!important;
    text-transform: uppercase;
    font-weight: 600;
}
body .mega-menu-item.mega-menu-item-type-widget.widget_text ul li:hover,
body .mega-menu-item.mega-menu-item-type-widget.widget_text ul li a:hover {
    color: var(--light-grey-reno)!important;
}
body .mega-menu-item.mega-menu-item-type-widget.widget_media_image.mega-menu-item-media_image-6 {
    text-align: center!important;
}

.titre-reno{
    display: block;
    width: 100%;
    background-color: var(--grey-reno);
    padding: 10px 0!important;
    text-align: center!important;
    color: var(--white-reno)!important;

    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}


/* MOBILE MENU */

@media screen and (max-width: 1370px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        content: '>';
        font-family: dashicons;
        font-weight: bold;
        display: inline-block;
        transform: rotate(90deg);
        margin: 0 0 0 6px;
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        height: auto;
        width: auto;
        font-weight: bold;
        font-size: 25px;
        font-family: 'Manrope';
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
        content: '<';
        font-family: dashicons;
        font-weight: bold;
        display: inline-block;
        transform: rotate(90deg);
        margin: 0 0 0 6px;
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        height: auto;
        width: auto;
        font-weight: bold;
        font-size: 25px;
        font-family: 'Manrope';
    }
} 




    /***********
    * Header
    ************/
/* NEW HEADER */
body header .left-row,
body header .right-row{
    display: flex;
    justify-content: center;
    align-items: center;
}
header .left-row{
    background-color: #4a4751;
}
header .left-row:hover{
    background-color: #000;
}

header .right-row{
    background-color: #bb2833;
}
header .right-row:hover{
    background-color: #9b2029;
}


header .left-row p,
header .right-row a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    body header .left-row,
    body header .right-row{
    font-size: 14px;
    padding-top: 2px!important;
    padding-bottom: 2px!important;
    }
}


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


header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 15;
}
header.sticky #demande-devis,
header.sticky .menu-wrapper,
header.sticky .site-title {
    padding-top: 0px;
}
header.sticky .menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

header.sticky #header-top-banner { display: none; }
header .custom-logo {
    max-height: 60px;
    width: auto;
    max-width: 100%;
    height: auto;
}
header.sticky .custom-logo {
    margin: 0px;
    max-height: 60px;
    width: auto;
}
/* header.sticky #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a {
    height: 70px;
    line-height: 70px;
} */
#mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
    justify-content: end;
    margin-right: 150px;
}
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0 35px;
}

#top-header {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0 80px;
    align-items: center;
}

#top-header ul,
#top-header ul a {
    color: var(--red-reno);
}
#top-header ul a {
    margin-top: 0;
    display: block;
    background-color: var(--light-blue-reno);
    font-weight: 600;
    color: var(--red-reno);
    padding: 10px;
    font-size: 20px;
}

#top-header ul {
    list-style-type: none;
    margin-bottom: 0;
    color: var(--red-reno);
    padding-left: 0;
}

#top-header ul li {
    margin: 0;
    color: var(--red-reno);
}

header {
    position: relative;
    z-index: 10;
    background-color: var(--white-reno);
}

body .site-title {
    background-color: var(--white-reno);
    text-align: center;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#demande-devis {
    background-color: var(--red-reno);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-reno);
}



/***********
* Footer
************/
#pre-footer {
    background-size: cover;
    height: 445px;
    margin-bottom: 200px;
}
.a-propos-container {
    display: flex;
    justify-content: center;
    position: relative;
    top: 70%;
}

.a-propos-content {
    background-color: var(--dark-grey-reno);
    text-align: center;
    font-family: var(--main-font);
    padding: 35px!important;
}
.a-propos-content p,
.a-propos-content span {
    color: #FFFFFF;
}

span.widget-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
footer .title-footer {
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}
footer ul { padding-left: 0; }
footer ul li { list-style-type: none; }

#footer-1 img { margin-bottom: 30px; }
#footer-1 p { color: var(--red-reno); }

#footer-4 a::after {
    /* content: "→"; */
    content:url(https://artisans-reno.fr/wp-content/uploads/2021/07/fleche_CTA.png);
    display: inline-block;
    font-size: 30px;
    margin-left: 15px;
}
#footer-4 a:hover {
    padding-left: 30px;
    transition: ease all 0.3s;
    color: var(--red-reno);
}
body .footer-bottom{
    background-color: #F6FBFF;
}

body .footer-botom {
    display: flex;
    justify-content: center;
    align-items: center;

    /* background-color: #F6FBFF; */

    padding: 15px 0px;
}
.footer-botom p {
    margin-bottom: 0;
}
.footer-botom a {
    color: var(--grey-reno);
}

/* POPUP ACCUEIL */
body .vc_custom_1626958391474{
    padding-left : 0!important;
}


/* @media screen and (min-width: 540px){
    body #popmake-6065{
        display: none!important;
    }
}

@media screen and (max-width: 540px){
    body #popmake-3584{
        display: none!important;
    }
} */

/* POPUP MOBILE */
@media screen and (min-width: 540px){
    body .france-mobile {
        display: none;
    }
}
body .france-mobile {
    width: 230px;
    position: fixed;
    left: 196px;
    bottom: 10px;
    z-index: 1;
    padding-top: 10px;
    background-color: white;
    font-size: 14px;
}



/***********
* HC Réalisations
************/
#hc_realisations_ul {
    list-style-type: none;
}
#hc_realisations_ul li {
    display: inline-block;
    padding: 5px;
    margin: 5px 10px;
    font-weight: 600;
}
#hc_realisations_ul li:hover,
#hc_realisations_ul li.active {
    color: var(--red-reno);
    cursor: pointer;
}
.realisations_items {
    padding: 0!important;
    position: relative;
    display: inline-block;
    height: 370px;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 20px;
}

body .realisations_sub_items{
    height: 100%;
    width: auto;
    margin-right: 20px;
    background-size: cover;
    
    /* ADD BUTTON ON CENTER */
    display: flex;
    align-items: center;
    justify-content: center;
}

.realisations_items a {
    height: 100%;
    width: 100%;
    display: block;
}

/* OLD HOVER ANIMATION */
/* .realisations_items a h2,
.realisations_items a h3 {
    display: flex;
    position: absolute;
    height: 75px;
    bottom: 0;
    width: 100%;
    right: 80%;
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    transition: ease all 0.3s;
    padding-right: 75px;
    align-items: center;
    padding-left: 15px;
} */

/* .realisations_items a h2::after,
.realisations_items a h3::after {
    position: absolute;
    right: 7px;
    top: -15px;
    display: block;
    content: "→";
    font-size: 75px;
    line-height: 75px;
    color: var(--red-reno);
}
.realisations_items a:hover h2,
.realisations_items a:hover h3 {
    right: 0;
    transition: ease all 0.3s;
} */
/* END OLD HOVER ANIMATION */



/* NEW HOVER DISPLAY */
.realisations_items a h2, 
.realisations_items a h3,
.realisations_items a p {
    position: relative;
    top: 280px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 20px;
    margin-left: 20px;
    font-weight: bold;
}


.realisations_items a:hover{
    background-color: rgba(187, 40, 51, .3);
    /* display: block; */
    height: 100%;
}

.realisations_items a:hover h2,
.realisations_items a:hover h3{
    color: #fff;
}

#real-btn{
    position: absolute;
    border: none;
    background-color: #bb2833;
    color: #fff;
    border-radius: 25px;
    padding: 5px 20px;
    display: none;
}

.realisations_sub_items:hover #real-btn{
    display: block;
}
/* END NEW HOVER */


.hc_posts .realisations_items {
    margin: 0 10px;
    width: 100%;
}

.hc_posts .realisations_items_container {
    padding: 0 5px!important;
}
#hc_realisations_counter #posts_counter {
    margin: 15px;
    display: inline-block;
    font-weight: 600;
}
#hc_realisations_counter #realisations-loader {
    background-color: var(--red-reno);
    color: var(--white-reno);
    transition: ease all 0.3s;
    font-weight: 600;
    font-family: var(--main-font);
    border-radius: 0;
    margin: 15px;
}
#hc_realisations_counter #realisations-loader:hover {
    background-color: var(--grey-reno);
    transition: ease all 0.3s;
    cursor: pointer;
}
#items_container {
    margin-bottom: 45px;
}



/***********
* HC services
************/
#services_items_container {
    margin: 35px 0;
}
.services_items {
    height: 370px;
    background-size: cover;
    padding: 0!important;
}
.shadow-box-services {
    height: 100%;
    padding: 25px!important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6d6d6+50,d6d6d6+50,000000+100&0+0,0.7+100 */
    background: -moz-linear-gradient(top,  rgba(214,214,214,0) 0%, rgba(214,214,214,0.35) 50%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(214,214,214,0) 0%,rgba(214,214,214,0.35) 50%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(214,214,214,0) 0%,rgba(214,214,214,0.35) 50%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d6d6d6', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */

}
.services_items h3 {
    color: var(--white-reno);
    font-weight: 600;
    font-size: 21px;
}
.services_items a {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 10px;
}
.services_items a span {
    background-color: var(--red-reno);
    color: var(--white-reno);
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
}
.services_items a:hover span {
    background-color: var(--white-reno);
    color: var(--red-reno);
}
.services_items a:hover {
    background-color: var(--grey-reno);
    align-items: center;
}
.services_title { margin-bottom: 15px; display: block }
.services_title h2 {
    font-weight: 600;
    margin-bottom: 0;
}
.services_title h2, .services_title a, .services_title a span {
    color: var(--white-reno);
    display: inline-block;
}
.services_title a span {
    font-size: 40px;
    transition: ease all 0.3s;
    line-height: 26px;

}
.services_title a:hover, .services_title a:hover span {
    color: var(--red-reno);
    transition: ease all 0.3s;
}
.services_title .all_link_services {
    text-transform: uppercase;
}
.slick-prev {
    left: auto;
    right: 60px;
}
.slick-next { right: 0 }
.slick-prev, .slick-next {
    width: 60px;
    height: 60px;
    top: -30px;
    background-color: var(--white-reno);
    line-height: 60px;
    transition: ease all 0.3s;
}
.slick-prev:before, .slick-next:before {
    color: var(--red-reno);
    font-size: 40px;
    font-weight: 600;
}
.slick-next::before { content: '›'; }
.slick-prev::before { content: '‹'; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: var(--grey-reno)!important;
    transition: ease all 0.3s;
}

/**
 * GENERAL
 */

.white-box-img p {
    background-color: var(--white-reno);
    text-align: center;
    padding: 30px 20px;
}
.vc_custom_1623664525202 {
    padding: 20px 50px 0!important;
}
.vc_custom_1623664525202 .wpb_single_image { margin-bottom: 15px!important; }
.no-padd-img { margin-bottom: 0!important; }
#wpfront-scroll-top-container {
    width: 50px;
    height: 50px;
    line-height: 60px;
    background-color: var(--light-blue-reno);
    text-align: center;
}
#wpfront-scroll-top-container i {
    font-size: 30px;
}


/**************************************INTEGRATION STYLE******************************/
/* Homepage style */
.home-gray-row{
    top: -210px;
    z-index: -1;
}

.home-red-square{
    position: relative;
    /*width: 450px;*/
    z-index: 1;
}

.home-brand-slider .vc_item{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6FBFF;
    margin-right: 10px;
    height: 110px!important;
    width: 212px!important;
}

.home-brand-slider a.vc_left.vc_carousel-control {
    top: -20px;
}

.home-brand-slider a.vc_right.vc_carousel-control {
    top: -20px;
    left: 50px!important;
}
.home-brand-slider .vc_item img{
    width: 150px;
    height: 100px;
}

@media screen and (max-width: 767px){
    .vc_custom_1627905192368,
    .vc_custom_1627905198060,
    .vc_custom_1627905203388,
    .vc_custom_1627905208391{
    margin-bottom: 30px;
    border: solid 20px #bb2833;
    }
}



/* Maison style */
.vc_custom_1624958318135{
    margin-top: -355px;
}

/****** Extension style ******/
.gray-border-btn .hc_btn .hc_btn_right.hc_link,
.gray-border-btn .hc_btn .hc_btn_left.hc_link{
    border-top-color: var(--light-blue-reno);
    border-left-color: var(--light-blue-reno);
    border-bottom: none;
    border-right: solid 10px var(--light-blue-reno);
}

.full-width-img figure,
.full-width-img figure .vc_single_image-wrapper,
.full-width-img figure .vc_single_image-wrapper img {
    width: 100%!important;
    max-width: none!important;
}

/* Accordeaon style */
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, 
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, 
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before{
    border: none;
    background-color: #F3FAFF!important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before{
    border-color: var(--grey-reno)!important;
    border-bottom-width: 1px!important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    border-bottom-color: var(--grey-reno);
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    border-color: var(--grey-reno)!important;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading{
    border-radius: 0px!important;
}

.extension-accordeon i:before{
    color: #BB2833!important;
}

.extension-accordeon .vc_tta-title-text{
    color: #BB2833;
    font-size: 20px;
}

table.vc-table-plugin-theme-simple tr:hover {
    background-color: transparent!important;
}
/**************************************END INTEGRATION STYLE******************************/

.extension-up-img img{
    margin-bottom: -190px;
    position: relative;
    z-index: 1;
}

/* Aménagement extérieurs */
.real-ext-btn.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill{
    margin-top: -394px;
}

.real-ext-btn .hc_btn.hc_btn_container_simple_link.align-center{
        background-color: #F3FAFF;
        padding-top: 20px;
        padding-bottom: 20px;
}

/* Services (architecte/décorateur d'intérieur (conception)*/
.services-btn-bloc.wpb_column.vc_column_container{
    margin-top: -288px;
}

/* Façade */
.white-border-btn .hc_btn .hc_btn_right.hc_link,
.white-border-btn .hc_btn .hc_btn_left.hc_link{
    border-top-color: #fff;
    border-left-color: #fff;
    border-bottom: none;
    border-right: solid 10px #fff;
}

/* Tarifs */
table.vc-table-plugin-theme-simple {
    width: 100%;
}

table.vc-table-plugin-theme-simple td {
    padding: 27px!important;
}

.red-price{
    color: var(--red-reno);
}
.red-price strong{
    color: var(--red-reno);
}

table.vc-table-plugin-theme-simple tr.vc-th td,
table.vc-table-plugin-theme-simple td{
    border-bottom: none!important;
}

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
body .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: var(--red-reno);
} 

body .vc_tta-title-text{
    font-size: 17px;
    font-weight: bold;
}

/**
 * Blog
 */
#hc_blog_container .category_container {
    text-align: center;
}
#hc_blog_container .blog_items_container {
    margin-bottom: 15px;
}
#hc_blog_container .blog-picture {
    max-height: 450px;
    background-size: cover;
}
#hc_blog_container .date-container {
    background-color: var(--white-reno);
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    line-height: 17px;
}
#hc_blog_container .date-container span {
    color: var(--red-reno);
    font-size: 15px;
}
#hc_blog_container .date-container span.date-day {
    font-size: 25px;
    margin-bottom: 10px;
    display: inline-block;
}
#hc_blog_container .category_container span {
    display: inline-block;
    background-color: #EEF4F9;
    padding: 10px 30px;
    font-weight: 600;
}
#hc_blog_container .blog_content {
    background-color: var(--white-reno);
}

#hc_blog_container .blog_content h2{
    font-weight: bold;
}

select#categories_selector {
    border: none;
    background-color: #fff;
    padding: 10px 15px;
}
.category_container {
    margin-bottom: 45px;
}
#hc_blog_container span.post_term {
    display: inline-block;
    padding: 5px 15px;
    color: var(--red-reno);
    background-color: #F3FAFF;
    margin-right: 10px;
}
div#blog-pagination {
    text-align: center;
    padding: 20px;
}
div#blog-pagination .page-numbers {
    background-color: var(--white-reno);
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    color: var(--dark-grey-reno);
}
div#blog-pagination .page-numbers.current,
div#blog-pagination .page-numbers:hover {
    background-color: var(--red-reno);
    color: var(--white-reno);
}

/*
 * HC TEAM GRID
 */
.hc-grid-item {
    padding-left: 0!important;
    padding-right: 0!important;
}
.hc-gris-item-content {
    position: absolute;
    bottom: 0;
    width: 90%;
    margin: 0 5%;
    background-color: var(--white-reno);
    padding: 10px 10px;
    min-height: 68px;
}
.hc-gris-item-content span {
    color: #A1BACE;
}


@media screen and (max-width: 767px) {
    .hc-gris-item-content {
    padding: 5px 5px;
    font-size: 70%;
    width: 90%;
    min-height: 55px;
    }
    body .vc_custom_1625129709032 {
        padding-left: 0px !important;
        margin-top: 50px;
    }
}
/**
 * ARTICLE BLOG
 */
body #main .post,
body #main .page {
    border: none;
}
#category-list-posts {
    padding-left: 0;
    text-align: center;
    margin: 25px;
}
#category-list-posts li {
    list-style-type: none;
    display: inline-block;
    color: var(--red-reno);
    font-size: 26px;
    padding: 0 15px;
    border-right: 2px solid var(--red-reno);
}
#category-list-posts li:last-child {
    border-right: none;
}

h1.entry-title {
    font-size: 32px;
    font-weight: 600;
    margin: 20px 200px 70px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    h1.entry-title {
        margin: 20px 10px 50px;
    }
}
article #post-image img {
    width: 100%;
    height: auto;
    margin: 0 0 50px;
}
#post-prev-next {
    background-color: var(--light-blue-reno);
    padding: 40px 0;
    font-size: 20px;
    font-weight: 600;
}
#post-prev-next .col-6 {
    padding: 0 50px;
}
#post-prev-next a {
    position: relative;
}
#post-prev-next .prev-link::before {
    content: "<";
    font-size: 50px;
    display: block;
    position: absolute;
    left: -35px;
    font-weight: 400;
    top: -10px;
}
#post-prev-next .next-link::before {
    content: ">";
    font-size: 50px;
    display: block;
    position: absolute;
    right: -35px;
    font-weight: 400;
    top: -10px;
}

/**
 * Formulaire de recrutement
 */
#recruit-form .ginput_container.ginput_container_select {
    text-align: center;
}
#recruit-form .chosen-single {
    border: none;
    background: var(--white-reno);
    width: 250px;
    /*height: 60px;*/
}

/*#recruit-form .chosen-single a{
    padding-top: 30px;
    padding-bottom: 30px;
}*/

#recruit-form #field_2_15{
    background-color: var(--white-reno);
    padding-left: 100px;
    padding-right: 100px;
}

#recruit-form h3{
    margin-top: 50px;
    margin-bottom: 20px;
    color: var(--red-reno);
    text-align: center;
}

#recruit-form input,
#recruit-form #field_2_17{
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #A1BACE;
}

#recruit-form .ginput_container_text,
#recruit-form fieldset,
#recruit-form #field_2_13{
    margin-bottom: 20px;
}

#recruit-form .ginput_container_radio{
    display: flex;
}

#recruit-form .gchoice_2_12_2{
    margin-left: 30px;
}

#recruit-form #gform_submit_button_2,
#gform_submit_button_3,
#gform_submit_button_1  {
    background-image: none;
    font-size: 17px;
    font-weight: 600;
    font-family: var(--secondary-font);
    padding: 15px 25px;
    border: 10px solid;
    border-bottom: none;
    background-color: var(--red-reno);
    color: var(--white-reno);
    border-color: var(--white-reno);
    margin-bottom: 0!important;
    border-top-right-radius: 35px;
    margin-left: 95px;
    transition: 0.3s ease all;
}
#recruit-form #gform_submit_button_2:hover,
#gform_submit_button_3:hover,
#gform_submit_button_1:hover{
    background-color: var(--grey-reno);
    transition: 0.3s ease all;
}

#gform_submit_button_3 {
    margin-left: 0;
    padding-left: 20px!important;
    border-left: 0!important;
}
.contact_form input,
.contact_form textarea {
    border: none;
    border-bottom: 1px solid #A1BACE;
}
body .contact_form .gform_footer.top_label {
    padding-bottom: 0;
}

body .contact_form input {
    padding-left: 0!important;
    margin-bottom: 25px!important;
}
body .contact_form input::placeholder {
    color: #A1BACE!important;
}

#recruit-form .gform_footer.top_label {
    background-color: white;
    margin-top: 0;
}

/**
 * DEMANDE DE DEVIS
 */

body .gform_wrapper.gravity-theme .gf_progressbar_blue {
    background: #EEF4F9;
}
body .gform_wrapper.gravity-theme .gf_progressbar_percentage { height: 3px; }
body .gform_wrapper.gravity-theme .gf_progressbar_percentage span { display: none; }
body .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: var(--red-reno);
}
body .gform_wrapper.gravity-theme .gf_progressbar_title,
body .gf_step_page_count,
body .gf_step_current_page
{
    color: var(--red-reno);
    text-transform: uppercase;
}
body .gform_wrapper.gravity-theme input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;
    background-color: var(--white-reno);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #A1BACE;
}

body .gform_wrapper.gravity-theme input[type='radio']:checked:after, body .gform_wrapper.gravity-theme input[type='radio']:hover:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;
    background-color: var(--red-reno);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #A1BACE;
}

body .gform_next_button.button {
    background-image: none;
    font-size: 17px;
    font-weight: 600;
    font-family: var(--secondary-font);
    padding: 15px 25px;
    border: 10px solid;
    border-bottom: none;
    border-radius: inherit;
    background-color: var(--red-reno);
    color: var(--white-reno);
    border-color: var(--white-reno);
    position: absolute;
    right: 40px;
    bottom: 0;
    margin-bottom: 0!important;
    border-top-right-radius: 35px;
}
body .gform_next_button.button:hover {
    background-color: var(--dark-grey-reno);
}

body .gform_previous_button.button {
    position: absolute;
    bottom: 0;
    background: none;
    border: none;
    color: var(--dark-grey-reno);
    font-weight: 600;
}

.votre-projet-form .gchoice {
    margin-bottom: 15px;
}

#demande-devis a {
    color: var(--white-reno);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 3px 0;
    transition: 0.3s ease all;
    text-transform: uppercase;
    font-weight: 600;
}

#demande-devis p {
    color: var(--white-reno);
}

@media screen and (max-width: 768px) {
    body #demande-devis a img{
        display: none;
    }
}

#demande-devis .contact-top{
    background-color: var(--secondary);
}

#demande-devis a:hover {
    background-color: var(--dark-grey-reno);
    transition: 0.3s ease all;
}
#demande-devis {
    padding: 0;
    max-height: 139px;
}
/* div#text-15 {
    width: 100%;
    height: 100%;
}*/
div#text-15 p,
div#text-32 p {
    margin-bottom: 0;
} 

.sticky #demande-devis a {
    padding: 2px 0px;
}
.sticky #demande-devis a br {
    display: none;
}
.sticky #demande-devis a img {
    width: auto;
    max-height: 35px;
}
#breadcrumb_container {
    padding: 35px 0;
    background-color: var(--light-blue-reno);
}
#breadcrumb_container a {
    color: var(--black-reno);
}
#breadcrumb_container strong {
    color: var(--red-reno);
}
body .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    right: 0px;
    left: auto;
}
body .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 0;
}

article header {
    z-index: 1;
}

#breadcrumb_container .row {
    margin-right: 15px;
    margin-left: 15px;
}

body .devis-nbr{
    font-size: 20px;
}
/**
 * Articles réalisation
 */
.re_projects-template-default article table {
    width: 100%;
    display: block;
    margin-top: 25px;
}
.re_projects-template-default article table tr  {
    border-bottom: 1px solid #ccc;
}
.re_projects-template-default article table td {
    padding: 10px;
}
.re_projects-template-default #project_h2 {
    display: inline-block;
    margin: 50px 0 25px;
}
.re_projects-template-default #link-all {
    margin-top: 50px;
}
.re_projects-template-default .entry-title {
    margin: 35px auto;
}

header .mobile-only {
    display: none;
}

/*REPONSIVE*/
@media screen and (max-width: 768px){
.vc_col-has-fill>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0px!important;
    }
}

@media only screen and (max-width: 1580px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        line-height: normal;
        height: auto;
    }
}

@media only screen and (max-width: 1440px) {
    body .main-navigation { padding-left: 5px; padding-right: 5px; }
    body .menu-wrapper { padding-left: 0; padding-right: 0 }
    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0 10px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        line-height: 50px;
        height: 60px;
    }
}
@media only screen and (max-width: 1370px) {
    #top-screen-only {
        display: none;
    }
    body .site-title {
        padding: 10px;
    }
    header .mobile-only {
        height: 80px;
        width: 90px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        flex-direction: column;
    }
    .mega-toggle-blocks-center {
        margin-top: 0;
    }
    #mega-menu-wrap-primary {
        width: 80px;
    }
    body .menu-wrapper,
    header.sticky .menu-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 80px;
    }
    #top-header-container {
        box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.35);
        -webkit-box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 0px 31px -8px rgba(0,0,0,0.35);
    }
    header .mobile-only#tel-top-mobile {
        background-color: var(--red-reno);
    }
    header .mobile-only#quote-top-mobile {
        background-color: var(--dark-grey-reno);
    }
    header .mobile-only svg {
        width: 25px;
        margin-bottom: 5px;
        color: #ffffff;
        fill: white;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding: 0;
    }
    body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0 40px;
    }
    li.widget_media_image, .image_megamenu img,
    #mega-menu-item-block-5,
    #mega-menu-item-block-6,
    #mega-menu-item-block-3 {
        display: none!important;
    }
    body .mega-menu-item.mega-menu-item-type-widget.widget_text h4.mega-block-title {
        margin-bottom: 5px!important;
    }
    .video_megamenu, .image_megamenu { padding-bottom: 0 }
    #mega-menu-wrap-primary ul#mega-menu-primary {
        margin-top: 20px!important;
    }
    .sticky #mega-menu-wrap-primary ul#mega-menu-primary {
        margin-top: 10px!important;
    }
}
@media only screen and (max-width: 1024px) {
    .sticky #demande-devis a {
        font-size: 12px;
    }
    header.sticky #demande-devis {
         padding-top: 0;
    }
}
@media screen and (max-width: 768px){
    .rs-fullwidth-wrap#rev_slider_1_1_forcefullwidth,
    .vc_row.wpb_row.vc_row-fluid.vc_custom_1623153478222.vc_row-has-fill,
    body .vc_custom_1625211077505,
    body .vc_custom_1625151500878,
    body .vc_custom_1625212077432,
    body .vc_custom_1625756465856{
        display: none;
    }
    body .vc_custom_1624613750560,
    .services-btn-bloc.wpb_column.vc_column_container{
        margin-top: 0!important;
    }
    body .vc_custom_1624614900225,
    body .vc_custom_1624614856077,
    body .vc_custom_1625040703301,
    body .vc_custom_1625065269208,
    body .vc_custom_1625066150203,
    body .vc_custom_1625126668631,
    body .vc_custom_1625151544873,
    body .vc_custom_1625211052785,
    body .vc_custom_1625213151512,
    body .vc_custom_1625213160522,
    body .vc_custom_1625213170800,
    body .vc_custom_1625213903759,
    body .vc_custom_1625233908817,
    body .vc_custom_1626333212718{
        padding: 20px !important;
    }
    body .vc_custom_1625066150203,
    body .vc_custom_1625125253049{
        padding-bottom: 40px!important;
    }
    body .vc_custom_1625233908817{
        padding-bottom: 70px!important;
    }
    body .vc_custom_1625125253049{
        padding-top: 20px!important;
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
    body .vc_custom_1625150798840{
        padding-right: 20px!important;
        padding-bottom: 20px!important;
    }
    body .vc_custom_1625150746002{
        padding-left: 20px!important;
    }
    .footer-top {
        text-align: center;
    }
    #pre-footer {
        background-image: none!important;
        margin-bottom: 0;
        height: inherit;
    }
    body .vc_custom_1624951879009 {
        margin-top: 0!important;
    }
    .a-propos-content{
        padding: 20px!important;
        margin-bottom: 20px;
    }
    /* header.sticky .custom-logo {
        margin: 0px;
        max-height: 75px;
        width: auto;
    } */
    /* .hc-gris-item-content {
        width: 60%;
    } */
    .extension-up-img img {
        display: none;
    }
}

@media screen and (max-width: 991px){
    body .vc_custom_1624614876026{
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    body .vc_custom_1625731238951{
        margin-top: 0!important;
        margin-right: 0!important;
        padding: 20px!important;
    }
    #hc_blog_container .blog-picture {
        height: 300px;
    }
}

@media screen and (max-width: 576px){
    .sticky #demande-devis a img {
         display: none;
    }
    .sticky #demande-devis a img {
        margin-left: 10px;
        margin-right: 10px;
    }
    #top-header {
        padding: 0;
    }
    #top-header ul a{
        font-size: 15px;
    }
    .mega-sub-menu img {
        display: none;
    }
    /* Reduce logo size on mobile */
    /* header.sticky .custom-logo {
        max-height: 50px;
        width: auto;
    } */
    header .mobile-only {
        font-size: 13px;
    }
}

#google-review{
    position: fixed;
    width: 185px;
    left: 10px;
    bottom: 10px;
    z-index: 1;
}

#google-review .ti-widget[data-layout-id='32'][data-set-id='drop-shadow'] .ti-popup-widget .ti-popup-widget-inner {
    margin-top: 150px;
}

/* FAVORITES */
/* .favorite-img{
    float: left;
    width: auto;
    height: 350px;
} */

.img-wrapper{
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    width: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}


.text-wrapper{
    /* position: absolute;
    width: 467px;
    height: auto; */
    text-align: center;
    height: 100%;
    padding-top: 20px;
    transition: background-color 300ms linear;
}


.favorite-name,
.favorite-desc{
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}

.favorite-name{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
}

.favorite-desc{
    font-size: 18px;
}

.infos-btns{
    justify-content: space-evenly;
    color: #fff;
}

.favorite-cost,
.favorite-time{
    background-color: #bb2833;
    opacity: 0.7;
    color: #fff;
    border-radius: 20px;
    padding: 7px 40px;
    font-weight: bold;
    transition: all 300ms;
    text-transform: uppercase;
}

.favorite-btn {
    text-decoration: underline;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 18px;
    border: solid 2px #fff;
    border-radius: 25px;
    font-weight: bold;
}
.favorite-btn:hover {
    color: #bb2833;
    background-color: #fff;
}

.bottom-btn{
    margin-top: 300px;
}

.text-wrapper:hover{
    background-color: rgba(187, 40, 51, .3);
    display: block;
    height: 100%;
}

.text-wrapper:hover .favorite-cost, 
.text-wrapper:hover .favorite-time{
    opacity: 1;
}

.fullwidth {
	width: 100vw;
	padding: none;
}

/* ESTIMATION 3 CLICS */


body .vc_general .vc_btn3 .vc_btn3-size-lg .vc_btn3-shape-round .vc_btn3-style-custom .vc_btn3-block {
	font-size : 25px;
	font-weight : bold;
}

        
        

        


