/*
bleu: #213f80
vert: #3bb548
 */

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Comfortaa";
    src: url("../fonts/CaviarDreams.ttf");
}

@font-face {
    font-family: "Comfortaa-Bold";
    src: url("../fonts/CaviarDreams_Bold.ttf");
}

body {
    overflow-x: hidden;
    background: #fff;
    font-family: "Comfortaa", Arial, sans-serif;
}

/**
        HOME LANDING
 */

.landing-container {
    height: 100vh;
    width: 100%;
    /*background: url("../../../medias/master/salle-de-bain.jpg") 0 -150px;*/

    position: absolute;
    top: 0;
    left: 0;
}

.landing-container-anchor {
    position: relative;
    height: 100vh;
}

.lc-p0 {
    background: url("../../../medias/master/couvreur.jpg") center;
    background-size: 100%;
    background-position-y: -60px;
}

.lc-p1 {
    background: url('../../../medias/master/toit2.jpg') center no-repeat;
    background-size: 100%;
}

.lc-p2 {
    background: url('../../../medias/master/toit-goutiere.jpg') center no-repeat;
    background-size: 100%;
}

.lc-p3 {
    background: url('../../../medias/master/isolation.jpg') center no-repeat;
    background-size: 100%;
}

/**
        TOP MENU & HEAD
 */
.header-logo {
    padding-left: 50px !important;
    /*text-align: center;*/
    /*width: 100%;*/
}

.header-logo-2 {
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 25px;*/
}


@media screen and (max-width: 1024px) {
    .landing-container {
        height: 50vh;
        width: 100%;

        position: absolute;
        top: 0;
        left: 0;
    }

    .landing-container-anchor {
        position: relative;
        height: 50vh;
    }

    .lc-p0 {
        background: url("../../../medias/master/couvreur.jpg") -500px no-repeat;
    }

}

.top-menu {
    background: rgba(255, 255, 255, 0.8);
    min-height: 120px;
    display: flex;
}

.top-menu,
.top-menu-mobile {
    width: 100%;
    z-index: 1501;
    padding-top: 10px;

    position: absolute;
    top: 0;
    left: 0;
}

.top-menu-mobile {
    background: rgba(255, 255, 255, 0.7);
    min-height: 100px;
}

.top-menu a {
    /*color: #0c6dce;*/
    color: #353535;
    font-size: 22px;
    /*text-decoration-line: underline;*/
    /*text-shadow: #000 1px 0 20px;*/
}

.top-menu a:hover {
    text-decoration-line: underline;
    text-decoration-color: #213f80;
    padding-bottom: 0;
    margin-bottom: 0;
}

.top-menu-mobile {
    display: none;
    color: #333;
    padding: 10px 30px !important;
}

.top-menu-dropdown-wrapper-1 {
    word-break: break-word;
    max-width: 125px;
}

.top-menu-dropdown-wrapper-2 {
    word-break: normal;
    max-width: 200px;
    min-height: 50px;
}

.top-menu-dropdown-wrapper-3 {
    word-break: break-word;
    max-width: 150px;
}

.top-menu-dropdown-wrapper-4 {
    word-break: break-word;
    max-width: 200px;
}

.top-menu-dropdown-container-1 {
    position: absolute;
    /*left: 935px;*/
    top: 30px;
    left: -29%;
    padding-top: 45px;
    text-align: center;
}

.top-menu-dropdown-container-2 {
    position: absolute;
    /*left: 1146px;*/
    top: 30px;
    left: -27%;
    padding-top: 45px;
    text-align: center;
}

.top-menu-dropdown-container-3 {
    position: absolute;
    /*left: 935px;*/
    top: 30px;
    left: -15%;
    padding-top: 45px;
    text-align: center;
}

.top-menu-dropdown-container-4 {
    position: absolute;
    /*left: 1146px;*/
    top: 30px;
    left: -1%;
    padding-top: 45px;
    text-align: center;
}

.top-menu-dropdown-1,
.top-menu-dropdown-2,
.top-menu-dropdown-3,
.top-menu-dropdown-4 {
    background: rgba(255, 255, 255, 0.7);
    color: #000 !important;
}

.top-menu-dropdown {
    /*background: url(../../../img/background.png) repeat center;*/
    /*background: rgba(255, 255, 255, 0.1);*/
    width: 250px;
    padding: 10px 25px;
    border-bottom: 2px solid #213f80;
    display: none;
    color: #000;
}

.top-menu-dropdown a {
    line-height: 40px;
    /*color: #FFF;*/
    font-size: 18px;

}

.top-menu-dropdown a:hover {
    /*border-bottom: 1px solid #e60f00;*/
    /*text-decoration: none;*/

}

.header-logo-mobile {
    padding-left: 5px;
}

.header-hamburger-mobile {
    padding-top: 15px;
}

.mobile-hamburger {
    color: #333;
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 30px;
}

.mobile-hamburger:hover {
    color: #666;
}

.top-menu-mobile-container {
    /*margin-top: 2px;*/
    /*background: #000;*/
    /*background: url(../../../img/background-darker.png) repeat;*/
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: none;
    position: absolute;
    top: 150px;
    z-index: 100000;
}

.top-menu-mobile-container ul {
    padding: 0;
    margin-bottom: 0;
}

.top-menu-mobile-container ul li {
    list-style-type: none;
    border-top: 1px solid #213f80;
    padding: 20px 0;
}

.top-menu-mobile-container ul li:last-child {
    border-bottom: 1px solid #213f80;
}

.top-menu-item-container {
    padding-top: 35px;
    word-break: break-all;
}

.top-menu-item {
    margin-right: 30px;
    font-size: 20px;
    color: #000;
    /*transition: 0.3s;*/
}



.menu-button {
    padding: 2px 15px 5px 15px;
    border: 2px solid #333;
    transition: 0.3s;
}

.top-menu-item:hover {
    text-decoration: none;
    /*color: #213f80;*/
    color: #333;
    padding-bottom: 5px;
    /*border-bottom: 2px solid #e60f00;*/
}

.top-menu-mobile-item {
    color: #000;
    font-size: 35px;
    font-weight: 600;
}

.top-menu-mobile-item:hover,
.top-menu-mobile-item:active {
    text-decoration: none;
    color: #213f80;
}

.menu-button:hover {
    /*color: #fff;*/
    /*background-color: #213f80;*/
    color: #213f80;
    border: 2px solid #213f80;
    text-decoration: none;
}

.shader {
    min-height: 10px;
    background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
}

@media screen and (max-width: 1300px) {
    .top-menu {
        display: none;
    }

    .top-menu-mobile {
        display: block;
    }
}

@media screen and (max-width: 1600px) {
    .top-menu-item {
        margin-right: 10px;
        font-size: 18px !important;
    }

    .top-menu-dropdown-wrapper-1 {
        word-break: break-word;
        max-width: 100px;
    }

    .top-menu-dropdown-wrapper-3 {
        word-break: break-word;
        max-width: 100px;
    }
}

/**
        BLUR BACKGROUND
 */

.frame {
    width: 100%;
    white-space: nowrap;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


.blur-background-2 {
    /*padding-bottom: 150px;*/
    /*background: rgba(80, 142, 208, 0.25);*/
    color: #000;
    font-size: 18px;
}

.blur-bg-content {
    padding-bottom: 50px;
    padding-top: 25px;
}

.blur-item {
    padding: 60px 30px 70px 30px !important;
    background: #396ddc;
    color: #fff;
}

.blur-item-2 {
    background: #325fc1;
    color: #fff;
}

.blur-item-3 {
    background: #294e9e;
    color: #fff;
}

.blur-item-4 {
    background: #213f80;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .blur-item h3 {
        font-size: 40px;
    }
}

/*.blur-item .button-learn-more {*/
/*    */
/*}*/

.blur-background,
.blur-background-2 {
    /*background-image: url("../../../medias/master/eoliennes.jpg");*/
    /*height: 500px;*/
    /*height: 100%;*/
    position: relative;
    /*padding: 00px;*/
}

.blur-background-container {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.blur-background-container-2 {
    background: rgba(255,255,255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*-webkit-filter: blur(20px);*/
    /*filter: blur(20px);*/
}

.content-blur {
    width: 100%;
    z-index: 1500;
    background: #dedede;
}

@media screen and (max-width: 1024px) {
    .blur-background {
        height: 1200px;
    }

    .blur-background-2 {
        /*height: 1400px;*/
    }

    .blur-item {
        margin-top : 0px;
    }
}

/**
        SECTION 1
 */

.section-1 {
    font-size: 18px;
    color: #000;
    border-bottom: 3px solid #213f80;
}

.section-2 {
    position: relative;
    border-bottom: 3px solid #213f80;
    font-size: 18px;
    color: #000;
}

.section-3 {
    font-size: 18px;
    color: #000;
    border-bottom: 3px solid #213f80;
}

/*@media screen and (max-width: 1400px) {*/
/*    .section-2 {*/
/*        */
/*    }*/
/*}*/

/**
        BANDEAU CONTACT
 */
.bandeau-contact {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #FFF;
    background: rgba(0, 0, 0, 0.6);
    font-family: "Comfortaa-Bold", Arial, sans-serif;
    /*border-bottom: 3px solid #213f80;*/
    border-bottom: 3px solid #213f80;
}

.bandeau-contact-content {
    /*border: 1px solid #DDD;*/
    padding: 50px;
}

.bandeau-contact-tel {
    font-size: 40px;
    color: #FFF;
}

.bandeau-contact-tel:hover {
    color: #FFF;
}

.parallax {
    height: 400px;
    border-bottom: 2px solid #dadada;
}

@media screen and (max-width: 991px) {
    .map {
        min-height: 700px;
    }
}

/**
        ABOUT SECTION
 */

.section-about {
    padding: 100px 0 100px 0;
    /*background: rgb(56, 129, 206);*/
    background: #e7e7e7;
    color: #000;
    font-size: 18px;
    border-top: 3px solid #213f80;
    /*border-bottom: 3px solid #213f80;*/
}

.page-section-about {
    padding: 50px 100px;
    background: #fff;
    color: #000;
    font-size: 16px;
}

#about-title {
    padding-top: 50px;
    transition: 0.5s;
    font-size: 40px;
}

#about-title:hover {
    /*border-top: 1px solid #213f80;*/
    /*border-bottom: 1px solid #213f80;*/
}

#page-about-content {
    padding: 0px 10% 50px 10%;
    text-align: justify;
    font-size: 18px;
}

@media screen and (max-width: 1024px) {
    .section-1-filter {
        background: rgba(255, 255, 255, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .section-2-filter {
        background: rgba(255, 255, 255, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #about-content {
        padding: 90px 50px 50px 50px;
    }

    #content-top {
        padding-left: 0;
        font-size: 35px;
    }

    #content-bottom {
        padding-right: 0;
        font-size: 35px;
    }

    #page-about-content {
        font-size: 40px;
    }

    #about-header-title {
        font-size: 50px !important;
    }
}

@media screen and (max-width: 1024px) {
    .section-1,
    .section-2,
    .section-3,
    .section-about,
    .blur-background-2 {
        font-size: 40px !important;
    }

    .section-1-content,
    .section-2-content,
    .section-3-content {
        padding-bottom: 80px !important;
    }
}

@media screen and (max-width: 1024px) {
    .section-about {
        padding-top:125px;
        padding-bottom: 100px;
        /*font-size: 30px;*/
        padding-left: 0;
        padding-right: 0;
        /*background: red;*/
    }
}

/**
        SERVICES
 */

.section-divider-circle {
    position: relative;
}

.section-divider-circle:after {
    content: "";
    width: 6.5rem;
    height: 6.5rem;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: -3.25rem;
    left: calc(50% - 3.25rem);
}

.section-services {
    padding: 100px 150px;
    background: #eaeaea;
    color: #000;
    font-size: 16px;
}

#services-title {
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    color: #e60f00;
    padding-top: 20px;
    padding-bottom: 25px;
    transition: 0.5s;
    margin-bottom: 150px;
}

.service-item {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

@media screen and (max-width: 991px) {
    .service-item {
        margin-bottom: 75px;
    }

    .section-services {
        font-size: 35px;
    }
}

.service-fa {
    font-size: 25px;
}

.service-desc {
    padding-top: 50px;
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    .service-desc {
        font-size: 35px;
    }
}

/**
        CONTACT
 */

.section-contact {
    background: #fff;
    /*padding-top: 100px;*/
    /*padding-bottom: 50px !important;*/
}

.form-contact {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .section-contact {
        font-size: 35px;
        padding-bottom: 75px;
    }

    .page-section-contact {
        font-size: 35px;
    }

    #contact-send {
        font-size: 35px;
    }
}

#contact-title {
    /*border-top: 1px solid #b0b0b0;*/
    /*border-bottom: 1px solid #b0b0b0;*/
    /*color: #e60f00;*/
    /*padding-top: 20px;*/
    /*padding-bottom: 25px;*/
    text-decoration-line: underline;

}

#contact-text {
    padding-top: 50px;
}

.col-contact {
    padding: 50px 50px !important;
}

.form-control {
    border: 1px solid #ddd;
}

.form-control:active,
.form-control:focus,
.form-control:not(:focus) {
    /*border: 0;*/
    border-color: #ddd; /* added flower */
    box-shadow: none;
}

#contact-send {
    width: 80%;
    border: 1px solid #ddd; /* added flower */
}

@media screen and (max-width: 991px) {
    #contact-send {
        width: 90%;
    }

    .section-contact {
        /*padding-left: 150px;*/
        /*padding-right: 150px;*/
    }

    input {
        height: 75px !important;
        font-size: 35px !important;
    }

    #contact-title {
        margin-left: 150px;
        margin-right: 150px;
    }
}

.contact-failure {
    display: none;
}

/**
        FOOTER
 */

.section-footer {
    color: #000;
    padding: 75px 50px;
    background: #e6e6e6;
}

.footer-quick-access,
.footer-info-company {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.footer-desc-company {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.footer-quick-access h3,
.footer-desc-company h3,
.footer-info-company h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #213f80;
    /*border-bottom: 1px solid #0b55a5;*/
    padding-bottom: 10px;
}

.icon-footer {
    color: #213f80;
}

.footer-quick-access h4 {
    font-size: 17px;
}

.footer-quick-access a {
    color: #000;
}

.footer-quick-access a:hover {
    color: #333;
    text-decoration-color: #213f80;
}

.footer-info-company table {
    padding-bottom: 10px;
}

.footer-info-company a {
    color: #000;
}

.footer-info-company a:hover {
    color: #333;
    text-decoration-color: #213f80;
}

.section-footer-howleads {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.footer-logo {
    padding-top: 10px;
}

.footer-sn {
    text-align: center;
}

.footer-sn a {
    color: #213f80;
}

.footer-sn a:hover {
    color: #3bb548;
    text-decoration: none;
}

.footer-info-address-mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .footer-quick-access,
    .footer-info-company {
        text-align: center;
    }

    .footer-quick-access,
    .footer-desc-company {
        padding-bottom: 50px;
    }

    .footer-info-address-mobile {
        display: block;
    }

    .footer-info-table {
        display: none;
    }

    .footer-desc-company {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .section-footer {
        font-size: 35px;
    }

    .section-footer h3 {
        font-size: 40px;
    }

    .footer-quick-access h4 {
        font-size: 35px;
    }
}

/**
    PAGE ABOUT
 */

.area-header-title {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.header-about {
    padding-top: 75px;
}

#about-header-title {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0 0 0;
}

@media screen and (max-width: 991px) {
    /*.header-about {*/
    /*    padding-top: 150px;*/
    /*}*/
}

/**
        PAGE CONTACT
 */

.page-section-contact {
    background: #fff;
    color: #000;
    padding-bottom: 50px;
}

.button-learn-more,
.button-learn-more-w {
    padding: 5px 15px 7px 15px;
    border: 2px solid #333;
    /*transition: 0.3s;*/
    font-size: 18px;
    color: #000;
}

.button-learn-more:hover {
    /*color: #fff;*/
    /*background-color: #213f80;*/
    color: #213f80;
    border: 2px solid #213f80;
    text-decoration: none;
}

.button-learn-more-w {
    color: #fff;
    border-color: #fff;
}

.button-learn-more-w:hover {
    color: #000;
    border: 2px solid #000;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .button-learn-more,
    .button-learn-more-w {
        font-size: 40px;
    }
}

/**
        PAGES SERVICES ITEMS
 */

.page-section-services-item {
    padding: 50px 100px;
}

.page-service-item-content {
    font-size: 18px;
    padding: 0% 10%;
}

@media screen and (max-width: 991px) {
    .page-service-item-content {
        font-size: 40px;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}


/**
        LEGALS
 */
.page-section-legals {
    padding: 150px;
    color: #000;
    display: block;
}

.page-section-legals h1 {
    color: #213f80;
}

.page-section-legals p {
    padding-top: 50px;
}

/**
        SiITEMAP
 */
.page-section-sitemap {
    padding: 150px;
    color: #000;
    display: block;
}

.page-section-sitemap h1 {
    color: #213f80;
}

.page-section-sitemap ul {
    padding-top: 50px;
    padding-left: 100px;
}

.page-section-sitemap ul li {
    color: #213f80;
}
.page-section-sitemap ul li a {
    color: #000;
}

/**
        GALLERY
 */
.gallery-container {
    padding: 30px 150px 100px 150px;
}

.gallery-item {
    margin-bottom: 25px !important;
}

/**
        UTILS
 */
.spacer {
    padding-left: 20px;
}

.spacer-sm {
    padding-left: 10px;
}

.red {
    color: #213f80;
}

.divider-sm {
    border-bottom: 1px solid #3bb548;
    width: 50px;
}

.divider {
    border-bottom: 2px solid #3bb548;
    padding-left: 60px;
}

.scroll-top-button {
    display: none;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000000;
}

.scroll-top:hover {
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .spacer {
        padding-left: 5px;
    }

    .scroll-top {
        display: none;
    }
}

/**
        COOKIES
 */
.cookies-container {
    width: 100%;
    background: url(../../../img/background.png) repeat center;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
    display: none;
}

.cookies-cross {
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 20px;
}

.cookies-cross:hover {
    cursor:pointer;
}

@media screen and (max-width: 991px) {
    .cookies-container {
        padding-top: 40px;
        font-size: 25px;
    }

    .cookies-cross {
        font-size: 40px;
    }
}