html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background: #fff;
}

/**
        TOP MENU & HEAD
 */
.header-logo {
    padding-left: 50px;
}

.head-phone {
    color: #0960a1 !important;
}

.top-menu,
.top-menu-mobile {
    /*background-color: #000;*/
    background: url(../../../img/background.png) repeat center;
    min-height: 75px;
    position: fixed;
    z-index: 100000000;
    width: 100%;
    border-bottom: 2px solid #0960a1;
}

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


.top-menu-dropdown-container {
    position: absolute;
    left: 340px;
    top: 50px;
    padding-top: 25px;
}

.top-menu-dropdown {
    background: url(../../../img/background.png) repeat center;
    width: 280px;
    padding: 10px 25px;
    border-bottom: 2px solid #0960a1;
    display: none;
}

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

}

.top-menu-dropdown a:hover {
    border-bottom: 1px solid #0960a1;
    text-decoration: none;

}

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

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

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

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

.top-menu-mobile-container {
    margin-top: 127px;
    /*background: #000;*/
    background: url(../../../img/background-darker.png) repeat;
    text-align: center;
    display: none;
    position: absolute;
    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 #0960a1;
    padding: 20px 0;
}

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

.top-menu-item-container {
    padding-top: 20px;
}

.top-menu-item {
    margin-right: 60px;
    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: #b00000;*/
    color: #333;
    padding-bottom: 5px;
    border-bottom: 2px solid #0960a1;
}

.top-menu-mobile-item {
    color: #0960a1;
    font-size: 35px;
}

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

.menu-button:hover {
    /*color: #fff;*/
    /*background-color: #b00000;*/
    color: #0960a1;
    border: 2px solid #0960a1;
    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;
    }
    /*.top-menu-item {*/
    /*    margin-right: 10px;*/
    /*}*/
    /**/
    /*.top-menu-item-container {*/
    /*    text-align: center;*/
    /*}*/
}

/**
        HOME SLIDER
 */

.splide {
    margin-top: -10px;
    z-index: 10000;
}

.splide1 {
    position: absolute;
    top: -300px;
}

.splide2 {
    position: absolute;
    top: -400px;
}

.splide3 {
    position: absolute;
    top: -450px;
}

.splide1-tel {
    display: none;
}

.splide2-tel {
    display: none;
}

.splide3-tel {
    display: none;
}

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

    .splide2 {
        /*top: -325px;*/
        display:none;
    }

    .splide3 {
        display: none;
    }

    .splide1-tel {
        display: block;
        margin-top: -100px;
    }

    .splide2-tel {
        display: block;
        margin-top: -00px;
    }

    .splide3-tel {
        display: block;
        margin-top: -450px;
    }
}

/**
        ABOUT SECTION
 */

.section-about {
    padding: 100px 150px;
    background: #fff;
    color: #000;
    font-size: 16px;
    background: url('../../../medias/master/maison9.jpg');
    background-size: 110%;
}

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

#about-title {
    border-top: 1px solid #0bb2ff;
    border-bottom: 1px solid #0bb2ff;
    padding-top: 20px;
    padding-bottom: 25px;
    transition: 0.5s;
    color: #0960a1;
}

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

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

#about-content {
    padding: 90px 3% 50px 3%;
    text-align: justify;
}

#content-top {
    padding-left: 2%;
}

#content-bottom {
    padding-right: 2%;
}

@media screen and (max-width: 1024px) {
    .section-about {
        background: url('../../../medias/master/pinceau4-t.jpg') -1400px 2300px;
    }

    #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: 35px;
    }

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

@media screen and (max-width: 1024px) {
    .section-about {
        padding-top:125px;
        padding-bottom: 100px;
        font-size: 16px;
        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 #0bb2ff;
    border-bottom: 1px solid #0bb2ff;
    color: #0960a1;
    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;
    }
}

.section-divider-jagged:after {
    content: " ";
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 36px;
    background: linear-gradient(#ddd 0%, transparent 0%), linear-gradient(135deg, #222 33.33%, transparent 33.33%) 0 0%, #222 linear-gradient(45deg, #222 33.33%, #ddd 33.33%) 0 0%;
    background: -webkit-linear-gradient(#ddd 0%, transparent 0%), -webkit-linear-gradient(135deg, #222 33.33%, transparent 33.33%) 0 0%, #222 -webkit-linear-gradient(45deg, #222 33.33%, #ddd 33.33%) 0 0%;
    background: -o-linear-gradient(#ddd 0%, transparent 0%), -o-linear-gradient(135deg, #222 33.33%, transparent 33.33%) 0 0%, #222 -o-linear-gradient(45deg, #222 33.33%, #ddd 33.33%) 0 0%;
    background: -moz-linear-gradient(#ddd 0%, transparent 0%), -moz-linear-gradient(135deg, #222 33.33%, transparent 33.33%) 0 0%, #222 -moz-linear-gradient(45deg, #222 33.33%, #ddd 33.33%) 0 0%;
    background-repeat: repeat-x;
    background-size: 0px 100%, 12px 27px, 12px 27px;
}

/**
        PRICING
 */

.section-pricing {
    background: #fff;
    color: #000;
    padding: 100px 150px;
}

@media screen and (max-width: 991px) {
    .section-pricing {
        font-size: 35px;
        max-height: none;
    }

    .page-section-pricing,
    .pricing-name,
    .pricing-price {
        font-size: 35px !important;
    }

    .pricing-title {
        font-size: 40px;
    }
}

#pricing-title {
    border-top: 1px solid #0bb2ff;
    border-bottom: 1px solid #0bb2ff;
    color: #0960a1;
    padding-top: 20px;
    padding-bottom: 25px;
    transition: 0.5s;
    margin-bottom: 50px;
}

.pricing-text {
    padding-bottom: 100px;
}

/**
        STATS
 */

.section-stats {
    min-height: 400px;
    padding: 100px 15%;
    color: #fff;
}

.icon-counter{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.counter-item {
    padding: 20px 75px;
    font-weight: 600;
}

.counter {
    font-size: 40px;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .section-stats {
        height: 1000px;
        padding: 200px 15% 0 15%;
    }

    .icon-counter {
        margin-bottom: 10px;
    }
}

/**
        ACCORDION
 */

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #0960a1;
    outline: none;
}

.accordion:after {
    float: right;
    content: "+";
}

.active, .accordion:hover {
    background-color: #e7e7e7;
    color: #0960a1;
}

.accordion.active {
    border: none;
    outline: none;
}

.accordion.active:after {
    float: right;
    content: "-";
}

button.accordion:focus {
    outline: none;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    border-bottom: 1px solid #0960a1;
}

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

/**
        PARALLAX
 */

.section-parallax {
    height: 500px;
}

.text-parallax {
    padding-top: 200px;
}

.text-parallax h2 {
    color: #eee;
    font-weight: 600;
    font-size: 40px;
}

/**
        CONTACT
 */

.section-contact {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 75px;
}

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

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

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

#contact-title {
    border-top: 1px solid #0bb2ff;
    border-bottom: 1px solid #0bb2ff;
    color: #0960a1;
    padding-top: 20px;
    padding-bottom: 25px;

}

#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: #ebebeb;
}

/*.section-footer a {*/
/*    color: #000;*/
/*}*/
/**/
/*.section-footer a:hover {*/
/*    color: #666;*/
/*}*/

.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: #0960a1;
    border-bottom: 1px solid #0bb2ff;
    padding-bottom: 10px;
}

.icon-footer {
    color: #0960a1;
}

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

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

.footer-quick-access a:hover {
    color: #000;
    text-decoration-color: #0bb2ff;
}

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

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

.footer-info-company a:hover {
    color: #000;
    text-decoration-color: #0bb2ff;
}

.section-footer-howleads {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

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

.footer-sn a {
    color: #0960a1;
}

.footer-sn a:hover {
    color: #0bb2ff;
    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;
    }
}
/*.col-footer {*/
/*    padding: 50px 50px 20px 50px !important;*/
/*    color: #000; !* added flower *!*/
/*}*/

/*.col-footer-left {*/
/*    text-align: right;*/
/*    color: #000; !* added flower *!*/
/*}*/

/*.col-footer-left a,*/
/*.col-footer a {*/
/*    color: #000;*/
/*}*/

/*.icon-footer {*/
/*    font-size: 20px;*/
/*}*/

/*.hl-footer {*/
/*    padding-top: 75px;*/
/*}*/

/*@media screen and (max-width: 991px) {*/
/*    .col-footer {*/
/*        padding: 35px 15px 20px 15px !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 575px) {*/
/*    .col-footer {*/
/*        text-align: center;*/
/*    }*/
/*}*/

/**
    PAGE ABOUT
 */

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

.header-about {
    height: 500px;
    padding-top: 230px;
}

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

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

/**
    PAGE PRICING
 */

.page-section-pricing {
    background: #fff;
    color: #000;
    padding: 100px 150px;
}

.pricing-name-cell {
    text-align: left;
    width: 20%;
}

.pricing-price-cell {
    text-align: right;
    width: 10%;
}


.pricing-name,
.pricing-price {
    font-size: 18px;
}

.pricing-box {
    padding: 5px 40px 0 40px ;
    text-align: right;
    /*display: inline;*/
}

.pricing-tail {
    border-bottom: 2px dotted #0960a1;
    display: inline-flex;
    /*float: right;*/
    min-width: 100%;
    height: 15px;
    /*margin-top: 0px;*/
}

.pricing-table {
    width: 100%;
}

.pricing-content {
    padding-top: 50px;
}

.pricing-title {
    padding-top: 50px;
    /*padding-bottom: 50px;*/
}

.pricing-note {
    padding-top: 40px;
}

.pricing-table-2 .pricing-name-cell {
    width: 50% !important;
}

/**
        PAGE CONTACT
 */

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

/**
        PAGE SERVICES
 */

.page-section-services {
    padding-top: 75px;
    padding-bottom: 75px;
    color: #000;
}

.page-section-services a {
    color: #000;
}

.page-service-content {
    padding-bottom: 75px;
    color: #000;
}

.page-section-services-mobile {
    display :none;
}

@media screen and (max-width: 991px) {
    .page-service-content {
        padding-bottom: 75px;
        color: #000;
        font-size: 35px;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .picture-service-grid {
        max-width: 100%;
    }

    .page-section-services-mobile {
        display: block;
        padding-top: 75px;
        color: #000;
        font-size: 35px;
    }

    .page-services-title {
        font-size: 40px;
    }

    .button-learn-more {
        font-size: 35px !important;
    }
}

.page-services-title {
    /*padding-bottom: 50px !important;*/
    color: #0960a1;
}

.service-area {
    padding: 50px 50px !important;
}

.page-service-item {
    /*text-align: left;*/
    padding-bottom: 10px;
    /*padding-top: 50px;*/
}

.button-learn-more {
    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: #b00000;*/
    color: #0960a1;
    border: 2px solid #0960a1;
    text-decoration: none;
}

.picture-service-grid {
    max-width: 100%;
}

/**
        PAGES SERVICES ITEMS
 */

.page-section-services-item {
    padding-top: 75px;
    padding-bottom: 75px;
}

.page-service-item-content {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

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


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

.page-section-legals h1 {
    color: #0960a1;
}

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

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

.page-section-sitemap h1 {
    color: #0960a1;
}

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

.page-section-sitemap ul li {
    color: #0960a1;
}
.page-section-sitemap ul li a {
    color: #000;
}

/**
        GALLERY
 */
.gallery-container {
    padding-top: 50px;
}

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

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

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

.red {
    color: #b00000;
}

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

.divider {
    border-bottom: 2px solid #0bb2ff;
    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;
    z-index: 50;
}

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

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

/**
        SOCIAL NETWORKS
 */

/**
        SOCIAL NETWORKS
 */
.social-networks {
    height: 92px;
    width: 50px;
    background: url("../../../img/background.png");
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 100000;
    padding-top: 0px;
    border-right: none;
    display: flex;
}

.social-networks-logos {
    font-size: 25px;
    padding: 10px 17px 17px 17px;
}

.social-networks-facebook a {
    color: #4267B2;
    padding-left: 2px;
}

.social-networks-linkedin a {
    color: #0E76A8;
}

.social-networks-instagram a {
    color: #7232BD;
}

@media screen and (max-width: 1100px) {
    /*.social-networks {*/
    /*    height: 150px;*/
    /*    width: 80px;*/
    /*}*/
    /**/
    /*.social-networks-logos {*/
    /*    font-size: 40px;*/
    /*    padding: 20px 25px 25px 25px;*/
    /*}*/
    .social-networks {
        display: none;
    }
}