/*
Theme Name: Spada
Theme URI: https://www.spada.be
Author: DK
Author URI: https://www.spada.be
Description: A basic theme using the Bootstrap framework.
Version: 1.0
Text Domain: spada
*/

/*
 * Globals
 */

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #393939;
}

h1 {
    font-size: 35px;
    font-weight: 400;
}

a {
    color: #32abdf;
}

a:hover {
    color: #32abdf;
    text-decoration: underline;
}

.topnav {
    background-color: #063a7a;
    color: #fff;
    line-height: 35px;
}

.topnav ul {
    margin-bottom: 0px;
}

.topnav a {
    color: #fff;
}

.main-logo {
    padding: 20px 0;
}

/*Btn Group Info & Phone*/
.btn-phone-icon {
    color: #fff;
    background-color: #068828;
    line-height: 36px;
    padding: 6px 15px;
}

.btn-phone {
    color: #fff;
    background-color: #099534;
    border-left: 1px solid #299f47;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    border-right: 1px solid #FFF;
    margin-right: 1px;
}

.btn-phone span {
    font-size: 22px;
    line-height: 21px;
}

.btn-info-icon {
    background-color: #0081c5;
    color: #fff;
    line-height: 36px;
    padding: 6px 20px;
}

.btn-info {
    color: #fff;
    background-color: #32abdf;
    border-left: 1px solid #5bbce5;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 36px;
}

.btn-group {
    margin-top: 5px;
}

.btn-group .btn {
    border-radius: 10px;
}

.btn-group a:hover {
    color: #fff;
}

a.btn-phone-icon:hover {
    color: #fff;
    background-color: #068828;
    border-right: 1px solid #299f47;
}

a.btn-phone:hover {
    color: #fff;
    background-color: #099534;
    border-left: 1px solid #299f47;
}

a.btn-info-icon:hover {
    background-color: #0081c5;
    color: #fff;
    border-right: 1px solid #5bbce5;
}

a.btn-info:hover {
    color: #fff;
    background-color: #32abdf;
    border-left: 1px solid #5bbce5;
}

.visible-sm .btn-group {
    margin-top: 9px;
}

.visible-sm .btn-phone-icon {
    margin-right: 1px;
    border-right: 1px solid #FFF;
    line-height: 36px;
    padding: 4px 12px;
}

.visible-sm .btn-phone-icon:hover {
    margin-right: 1px;
    border-right: 1px solid #FFF;
}

.visible-sm .btn-info-icon {
    line-height: 36px;
    padding: 4px 15px;
}

.navbar .collapse {
    border-top: 1px solid #e9eae9;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #565656;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #393939;
    text-transform: uppercase;
    font-size: 13px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #393939;
}

.nav > li > a {
    padding: 15px 10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #eaeeeb;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #eaeeeb;
}

/* Sous Nav*/
.sous-nav-inner {
    background-color: #33abde;
    width: 1095px;
    color: #fff;
    font-size: 14px;
    padding: 20px 0
}

.sous-nav-inner li {
    margin-bottom: 10px;
}

.sous-nav-inner a {
    color: #fff;
}

.sous-nav-inner a:hover {
    text-decoration: none;
    color: #063a7a;
}

.sous-nav-inner div ul {
    margin-bottom: 20px;
}

.dropdown-menu {
    background-color: #33abde;
    color: #fff;
    font-size: 14px;
    padding: 20px 0
}

.dropdown-menu > li > a {
    color: #fff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #063a7a;
}

.slider {
    height: 475px;
    background-repeat: repeat-x;
    color: #fff;
}

/*.slider .title-box { padding-top: 50px;}*/
.slider h1 {
    font-size: 25px;
    font-weight: 400;
    text-transform: none !important;
}

.slider h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 400;
}

.slider h3 {
    font-size: 25px;
    font-weight: 400;
}

.slider h3.margin-bottom {
    margin-bottom: 50px;
}

.slider input {
    width: 300px !important;
}

/*Banner*/
.banner {
    height: 297px;
    color: #fff;
    padding-top: 70px;
    position: relative;
    overflow: hidden;
}
.banner img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    /*width:100%;*/
}
.banner .lead {
    color: #fff;
}

.banner.traitement-humidite {
    background-image: url("images/banner-traitement-humidite.jpg");
    background-size: cover;
}

.banner.cave-humide {
    background-image: url("images/banner-cave-humide.jpg");
    background-size: cover;
}

.banner.contact {
    /*background-image: url("images/banner-contact.jpg");*/
    /*background-size: cover;*/
}

.banner-contact .title-box {
    padding-top: 100px;
}

.banner-contact h1 {
    font-size: 25px;
    font-weight: 400;
}

.banner-contact input {
    width: 300px !important;
}

.breadcrumb {
    background: transparent;
    color: #fff;
    margin-top: 40px;
    padding: 8px 0px;
    font-size: 14px;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb li.active {
    color: #fff;
}

.breadcrumb > li + li:before {
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #063a7a;
    text-transform: uppercase;
    font-size: 14px;
    border-color: #063a7a;
}

.btn-primary:hover {
    background-color: #062d5c;
    border-color: #062d5c;
}

.btn-default {
    background-color: #32abdf;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-color: #32abdf;
    padding: 6px 15px;
}

.btn span {
    margin-right: 8px;
}

.btn-default:hover {
    background-color: #fff;
    border-color: #fff;
    color: #32abdf;
}

.btn-outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-outline:hover {
    background-color: #fff;
    color: #063a7a;
}

/*Sticky bar*/
.cta-fixed {
    position: fixed;
    right: -210px;
    position: fixed;
    top: 200px;
    z-index: 5;
    transition: all 0.8s ease-out;
}

.cta-fixed-show {
    right: 0px;
    transition: all 0.3s ease-in;
}

.btn-box {
    display: block;
    width: 257px;
}

.cta-fixed .btn-primary {
    padding: 6px 15px;
    line-height: 18px;
    border-radius: 0px;
    border-left: 1px solid #386195;
    width: 210px;
    height: 50px;
    border-bottom: 0px;
    text-transform: none;
    text-align: left;
    border-bottom: 1px solid #fff;
}

.cta-fixed .btn-icon-text {
    display: block;
    line-height: 36px;
    border-top-right-radius: 0px;
    background-color: #063a7a;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #fff;
    padding: 6px 17px;
    width: 47px;
    height: 50px;
    border-bottom: 1px solid #fff;
}

.cta-fixed .btn-phone-icon {
    color: #fff;
    background-color: #068828;
    line-height: 36px;
    padding: 6px 0px;
    border-radius: 0px;
    display: block;
    width: 47px;
    height: 50px;
    border: 0px;
    border-bottom: 1px solid #fff;
}

.cta-fixed .btn-phone {
    color: #fff;
    background-color: #099534;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    border-radius: 0px;
    float: left;
    width: 210px;
    border: 0px;
    height: 50px;
    border-left: 1px solid #3aaa5d;
    border-bottom: 1px solid #fff;
    margin: 0px;
}

.cta-fixed .btn-phone span {
    font-size: 22px;
    line-height: 21px;
}

.cta-fixed .btn-info-icon {
    color: #fff;
    background-color: #0081c5;
    line-height: 36px;
    padding: 6px 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    display: block;
    width: 47px;
    height: 50px;
}

.cta-fixed .btn-info {
    color: #fff;
    background-color: #32abdf;
    line-height: 18px;
    text-align: left;
    border-radius: 0px;
    float: left;
    width: 210px;
    border: 0px;
    height: 50px;
    border-left: 1px solid #5bbce5;
    text-transform: none;
}

.bullet-number {
    padding: 40px 0 60px 0;
}

.cercle-number {
    background: #32abdf;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    color: #FFF;
    padding: 22px 40px;
    font-size: 40px;
    font-weight: 700;
    margin: 30px auto
}

.testimoniales {
    background-color: #f3f3f3;
    padding: 60px 0 40px 0;
}

.testimoniales blockquote:before {
    content: '\f10d';
    font-family: 'FontAwesome';
    font-size: 100px;
    display: block;
    float: left;
    margin: -20px 30px 60px 0;
    color: #dcdcdc;
}

.testimoniales blockquote {
    border-left: 0px;
    font-size: 14px;
    margin: 0px;
}

.testimoniales-name {
    color: rgba(34, 34, 34, 0.6)
}

.content {
    padding: 60px 0;
}
.contentTitre {
    padding: 60px 0 0 0
}

.title-box {
    margin-bottom: 30px;
}

.title-box h1 {
    text-transform: uppercase;
}

.lead {
    font-size: 18px;
    color: #909090;
    font-weight: 400;
}

/* Services */
.item-services {
    position: relative;
    margin-bottom: 30px;
}
.item-services img{
    width: 100%;
}

.item-services .title-services {
    position: absolute;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 8px 2px 8px 2px;
    height: 50px;
}

.item-services .title-services h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}
.services-box h2 {
    font-size: 17px;
    font-weight: 400;
    color: #393939;
    margin: 0px;
}
a .item-services {
    color: #393939;
}

.services .services-box {
    margin-bottom: 40px;
    min-height: 455px;
}

.services .services-box p {
    min-height: 132px;
}

.content-services-item {
    margin-bottom: 40px;
}

.services-icon {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    color: #32abdf;
    width: 45px;
    text-align: center
}

.services-text {
}

.services-text h3 {
    font-size: 16px;
    font-weight: bold;
}

.box-btn {
    background-color: #32abdf;
    color: #fff;
    padding: 20px 25px;
    margin-bottom: 20px;
}

.box-btn h4 {
    font-size: 20px;
}

.box-btn a {
    margin-top: 15px;
}

.bg-color {
    background-color: #f3f3f3;
    padding: 60px 0;
}

.icon-avantage {
    color: #32abdf;
    margin: 40px 0;
}

/*CTA Row*/
.cta-row {
    background-color: #063a7a;
    color: #fff;
    padding: 30px 0;
}

.cta-row h3 {
    margin: 0px;
    line-height: 46px;
}

/* Contact */
.contact-item {
    background-color: #32abdf;
    padding: 15px;
    color: #fff;
    margin-bottom: 20px;
}
.wpcf7-form .btn-primary{
    margin-top: 20px;
}
.map {
    height: 390px;
}

.i4ewOd-pzNkMb-haAclf {
    display: none;
}

footer {
    background-color: #063a7a;
    padding: 40px 0;
    color: #fff;
}

footer .item-footer {
    margin-bottom: 30px;
}

footer h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400
}

footer img {
    margin-bottom: 20px;
}

footer input {
    margin-bottom: 10px;
}

footer .copyright {
    margin-top: 30px;
    border-top: 1px solid #839dbd;
    padding-top: 20px;
    color: #ccd1dd;
}

footer .copyright a {
    color: #ccd1dd;
    text-decoration: underline
}

footer .copyright a:hover {
    text-decoration: none;
    color: #ccd1dd;
}

/*Style DK*/
label.error {
    color: #de0202;
}
.breadcrumb span {
    margin: 0 5px
}
a.footerPhone {
    color: #fff;
}

a.footerPhone:hover {
    color: #fff;
}

label#mailSlide-error {
    color: #ff0000;
    font-weight: 700;
}

.slider .alert.alert-success, .slider .alert.alert-danger {
    margin-top: -20px !important;
    font-size: 14px !important;
}

.carousel {
    min-height: 200px;
}

.carousel-indicators .active {
    background-color: #bdbdbd;
}

.carousel-indicators li {
    border: 1px solid #bdbdbd;
}

#chimp-message {
    margin-top: 10px;
}
.menuToAppend{
    display: none;
}
/*.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {*/
     /*padding: 0px !important;*/
/*}*/
/*ELEMENTOR*/
.elementor{
    margin-left:-10px;
    margin-right:-10px;
}
.elementor-section.elementor-section-boxed>.elementor-container{
    max-width: 100% !important;
}
.elementor-image img{
    width:100%;
}
/*//////////*/
/*News*/
.news-item {
    margin-bottom: 70px;
}
.news-item{
    min-height: 378px;
}
.news-item .categ ul{
    margin: 10px 0 25px 0;
    padding: 0;
}

.news .categ ul{
    margin: 20px 0 50px 0;
    padding: 0;
}

.news-item .categ li, .news .categ li {
    display: inline-block;
    padding: 1px 6px;
    background-color: #32abdf;
    margin: 5px 5px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.news .categ li {
    font-size: 12px;
    /*padding: 1px 7px;*/
}
.know-more {
    text-decoration: underline;
}
.know-more:hover {
    text-decoration: none;
}
.categ a{
    color:#fff
}
.categ a:hover{
    text-decoration: none;
}
.news-item p, .news-item a {
    font-weight: 500;
}
.news h3,.content h3{
    margin-top: 0;
}
.shared {
    margin-top: 30px;
}
.btn-lg{
    padding: 7px 20px;
    font-weight: 500;
    /*margin: 30px 0;*/
}
/*/////////////*/
/*/////////Pagination*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #32abdf;
    border-color: #32abdf;
}

.pagination > li > a, .pagination > li > span {
    color: #32abdf;
}
.jobs .btn{
    margin-top:30px;
}
.logosCertifs{
    padding: 20px 0 0 0;
    background-color: #fff;
    margin-top: 20px;
}
.news .btn-lg{
    margin: 20px 0;
}
@media screen and (max-width: 1199px) {
    .news-item{
        min-height: 405px;
    }
}

@media screen and (max-width: 1024px) {
    .slider h1 {
        font-size: 22px;
    }

    .slider h2 {
        font-size: 27px;
    }

    .slider h3.margin-bottom {
        margin-bottom: 20px;
    }

    .slider h3 {
        font-size: 18px;
    }
    .news-item{
        min-height: 389px;
    }
}

@media screen and (max-width: 590px) {
    .slider h1 {
        font-size: 17px;
    }

    .slider h2 {
        font-size: 25px;
    }

    .slider h3.margin-bottom {
        margin-bottom: 30px;
    }

    .slider h3 {
        font-size: 17px;
    }

    .carousel {
        min-height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        margin-top: 0px;
    }
    .services .services-box p { min-height: auto}
    .navbar-nav .open .dropdown-menu { background-color: #33abde;}
    .navbar-collapse { padding-right: 15px; padding-left: 15px;}
}
@media screen and (min-width: 1599px) {
    .banner img{
        width:100%;
        height: auto;
    }

}

/*//////////Change collapse breakpoint*/
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-nav>li>.dropdown-menu {
        max-width: 100%;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #33abde;
    }
}
