@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
body {
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #868e96;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

a {
    transition: .3s all ease;
    text-decoration: none;
    color: #1b75bb; /*RGB : 27 117 187*/
}

a:hover {
    text-decoration: none;
    color: #1b75bb;
}

h1,
h2,
h3,
h4,
h5 {
    color: #000;
}

p {
    text-align: justify;
}

/* Service section */

.spad {
    padding: 100px 0;
}

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

.service-box .sb-icon {
    margin-bottom: 30px;
    width: 100px;
    height: 125px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    transition: all 0.4s;
}

.service-box .sb-icon .sb-img-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.service-box .sb-icon .sb-img-icon img {
    opacity: 0.2;
    max-height: 70px;
    transition: all 0.3s;
}

.service-box .sb-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 25px;
    top: -80px;
    transform: rotate(-65deg);
}

.service-box .readmore {
    font-size: 12px;
    font-weight: 700;
    color: #222222;
    display: inline-block;
    padding: 2px 0;
    background-color: transparent;
    transition: all 0.4s;
}

.service-box:hover .sb-icon {
    background-color: #2b388f; /*RGB : 43 56 143*/
}

.service-box:hover .sb-icon .sb-img-icon {
    left: 15px;
    margin-bottom: 5px;
}

.service-box:hover .sb-icon .sb-img-icon img {
    opacity: 1;
}

.service-box:hover .readmore {
    background-color: #2b388f;
    padding: 2px 10px;
}

/* Buttons */

.btn,
.form-control {
    outline: none;
    box-shadow: none !important;
}

.btn.btn-primary {
    color: #fff;
    border-width: 2px;
    background: #1b75bb;
    border-color: #1b75bb;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    border-color: #1b75bb;
    background: #1b75bb;
}

.btn.btn-cta {
    font-size: 12px;
    border: 2px solid #1b75bb;
    background: transparent;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-radius: 30px;
    color: #1b75bb;
    transition: 0.5s;
    position: relative;
}

.btn.btn-cta:hover,
.btn.btn-cta:active,
.btn.btn-cta:focus {
    background: transparent;
    border-top: 2px solid #1b75bb;
    border-bottom: 2px solid #1b75bb;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: #1b75bb;
    transition: all 0.3s;
    letter-spacing: 2px;
    transform: scale(1, 1);
}

.btn.btn-sm {
    font-size: 12px;
    border: 1px solid #1b75bb;
}

.btn.btn-outline-primary {
    border-width: 2px;
    color: #1b75bb;
    border: 1px solid #1b75bb;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
    color: #fff;
    border: 1px solid #1b75bb;
}

.btn.btn-outline-white {
    border-width: 2px;
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus {
    background: #fff;
    color: #000;
    border: 1px solid #1b75bb;
}

/* Header */

.header-top {
    font-size: 15px;
    padding: 10px;
    background-color: #222222;
}

.header-top a {
    color: #fff;
}

.header-top ul li {
    display: inline-block;
    margin-right: 30px;
}

.header-top .header-top-left i {
    transition: all 0.3s ease 0s;
}

.header-top .header-top-left a:hover {
    transition: all 0.3s ease 0s;
}

.header-top .header-top-left a:hover i {
    color: #1b75bb;
}

.header-top .header-top-right {
    text-align: left;
    margin-left: 40px;
}

.header-top .header-top-right a {
    margin-right: 10px;
}

.header-top .lnr {
    display: none;
}

@media (max-width: 988px) {
    .header-top .lnr {
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }
    .header-top .text {
        display: none;
    }
}

.top-head-btn {
    background: #fab700;
    padding: 9px 26px;
}

.main-menu {
    padding-top: 20px;
}

header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

header .navbar-brand {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 400;
}

header .navbar-brand img {
    width: 160px;
	height: 160px;
}

header .top-bar {
    background: #dee2e6;
}

header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: white !important;
}

@media (max-width: 1199px) {
    header .navbar {
        background: white !important;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

header .navbar .nav-link {
    padding: 1.7rem 1rem;
    outline: none !important;
}

@media (max-width: 1199px) {
    header .navbar .nav-link {
        padding: .5rem 0rem;
    }
}

header .navbar .nav-link.active {
    color: #1b75bb !important;
}

header .navbar .dropdown-menu {
    font-size: 14px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.2);
    min-width: 13em;
    position: relative;
    margin-top: -10px;
}

header .navbar .dropdown-menu .dropdown-item:hover {
    background: #1b75bb;
    color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
    background: #1b75bb;
    color: #fff;
}

header .navbar .dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
}

header .navbar .cta-btn a {
    background: #26a9e0; /*RGB : 38 169 224*/
    color: #000 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-transform: uppercase;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
    line-height: 1;
    transition: .3s all ease;
}

header .navbar .cta-btn a:hover {
    color: #fff !important;
    box-shadow: 2px 0 30px -5px rgba(38, 169, 224, 0.9);
}

/* Owl Carousel */

.carousel-caption {
    bottom: 15em;
    z-index: 10;
    text-align: center;
    width: 64%;
    margin: 0 auto;
}

.carousel-item {
    height: 45em;
    background-color: #777;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.bt-grid.ser {
    margin-top: 1.5em;
    margin-bottom: 0;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.carousel-item {
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/plombier-urgent.jpg) no-repeat;
    background-size: cover;
}

.carousel-item.item2 {
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/installation-evier-plombier.jpg) no-repeat;
    background-size: cover;
}

.carousel-item.item3 {
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/artisan-plombier.jpg) no-repeat;
    background-size: cover;
}

.carousel-item.item4 {
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/debouchage-canalisation.jpg) no-repeat;
    background-size: cover;
}

.carousel-item.item5 {
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../img/canalisation.jpg) no-repeat;
    background-size: cover;
}

.carousel-caption h2,
.carousel-caption h3 {
    font-size: 4em;
    letter-spacing: 2px;
    color: #fff;
    line-height: 1.4em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

@media (max-width: 800px) {
    .carousel-caption h2,
    .carousel-caption h3 {
        font-size: 2em;
        letter-spacing: 2px;
        color: #fff;
        line-height: 2em;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    }
}

.carousel-indicators {
    bottom: 17%;
    left: 0%;
    cursor: pointer;
}

.bnr-button {
    margin-top: 2em;
}

.carousel-control {
    line-height: 42em;
}

.carousel-indicators li {
    display: inline-block;
    max-width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 8px;
}

.carousel-indicators .active {
    background: #1b75bb;
}

.slider-caption {
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    font-size: 4em;
    letter-spacing: 2px;
    color: #fff;
    line-height: 1.4em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

@media (max-width: 800px) {
    .slider-caption {
        margin-left: auto;
        margin-right: auto;
        padding-top: 140px;
        font-size: 2em;
        letter-spacing: 2px;
        color: #fff;
        line-height: 2em;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    }
}

.slider-caption2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    font-size: 1.5em;
    letter-spacing: 2px;
    color: #fff;
    line-height: 1.4em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

@media (max-width: 800px) {
    .slider-caption2 {
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        font-size: 1em;
        letter-spacing: 2px;
        color: #fff;
        line-height: 2em;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    }
}

/* Banners */

.banner1 {
    background: url(../img/plombier-urgent.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 420px;
    text-align: center;
}

.banner2 {
    background: url(../img/installation-evier-plombier.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 420px;
    text-align: center;
}

.banner3 {
    background: url(../img/artisan-plombier.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 420px;
    text-align: center;
}

.banner4 {
    background: url(../img/debouchage-canalisation.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 420px;
    text-align: center;
}

.banner5 {
    background: url(../img/canalisation.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 420px;
    text-align: center;
}

.section {
    padding: 7em 0;
}

.cta-link {
    background: #1b75bb;
    padding: 3.5em 0 3em 0;
    display: block;
    text-align: center;
}

.cta-link:focus,
.cta-link:active {
    outline: none;
}

.cta-link span {
    line-height: 1.2;
}

.cta-link .sub-heading {
    color: #1b75bb;
    display: block;
    font-size: 20px;
}

.cta-link .heading {
    font-size: 50px;
    color: #1b75bb;
}

@media (max-width: 991px) {
    .cta-link .heading {
        font-size: 30px;
    }
}

.cta-link:hover {
    background: #1b75bb;
}

.cover_1 {
    background-size: cover;
    background-position: center center;
    padding: 7em 0;
}

.cover_1 .sub-heading {
    color: rgba(255, 255, 255, 0.7);
    font-size: 22px;
}

.cover_1 .heading {
    font-size: 50px;
    color: white;
    font-weight: 300;
}

.heading {
    color: #000;
}

.heading.border-bottom {
    position: relative;
    padding-bottom: 30px;
}

.heading.border-bottom:before {
    bottom: 0;
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #1b75bb;
}

.text-black {
    color: #000 !important;
}

.media-feature {
    padding: 30px;
    transition: .2s all ease-out;
    background: #fff;
    z-index: 1;
    position: relative;
    border-bottom: 10px solid transparent;
    border-radius: 4px;
    font-size: 15px;
}

.media-feature .icon {
    font-size: 60px;
    color: #1b75bb;
}

.media-feature h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.media-feature:hover,
.media-feature:focus {
    box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    z-index: 2;
    border-bottom: 10px solid #f4b214;
}

.media-custom {
    background: #fff;
    transition: .3s all ease;
    margin-bottom: 30px;
}

.media-custom .meta-post {
    color: #1b75bb;
    font-size: 13px;
    text-transform: uppercase;
}

.media-custom .meta-chat {
    color: #1b75bb;
}

.media-custom .meta-chat:hover {
    color: #1b75bb;
}

.media-custom:focus,
.media-custom:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.media-custom .media-body {
    padding: 30px;
}

.media-custom .media-body h3 {
    font-size: 20px;
}

.media-custom .media-body p:last-child {
    margin-bottom: 0;
}

.media-testimonial img {
    width: 100px;
    border-radius: 50%;
}

.media-testimonial blockquote p {
    font-size: 20px;
    color: #000;
    font-style: italic;
}

.list-unstyled.check li {
    position: relative;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.list-unstyled.check li:before {
    color: #1b75bb;
    left: 0;
    font-family: "fontawesome";
    content: "\f560";
    position: absolute;
}

#modalAppointment .modal-content {
    border-radius: 0;
    border: none;
}

#modalAppointment .modal-body,
#modalAppointment .modal-footer {
    padding: 40px;
}

.section-gap {
    padding: 100px 0;
}

/* Cat area */

.cat-area #hexagon:hover {
    background: #ec008c;
}

.cat-area #hexagon:hover:after {
    border-top: 25px solid #ec008c;
}

.cat-area #hexagon:hover:before {
    border-bottom: 25px solid #ec008c;
}

.cat-area .single-cat {
    text-align: center;
}

.cat-area .single-cat p {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.cat-area .hb-sm {
    line-height: 40px;
    font-size: 28px;
}

.cat-area .hb-facebook-inv,
.cat-area .hb-facebook-inv::after,
.cat-area .hb-facebook-inv::before,
.cat-area .hb-facebook:hover,
.cat-area .hb-facebook:hover::after,
.cat-area .hb-facebook:hover::before {
    border-color: #a7a7a7;
    color: #a7a7a7;
    background: 0 0;
}

.cat-area .hb-facebook-inv:hover,
.cat-area .hb-facebook-inv:hover::after,
.cat-area .hb-facebook-inv:hover::before {
    background-color: #fab700;
    border-color: #a7a7a7;
    color: #fff;
}

/* Home About area */

.home-about-area {
    background: #f9f9ff;
}

/* CTA */

.click-to-call {
	display: inline-block;
	position: relative;
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
}

.click-to-call:before {
	content: '';
	position: absolute;
	border: #2b388f solid 4px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition-duration: .3s;
	transition-property: top right bottom left;
	border-radius: 50%;
}

.click-to-call:hover:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}

.btn-cta {
	padding: 14px 20px;
	margin: 10px;
	background-color: #2b388f;
	color: #ffffff !important;
	border-radius: 50%;
	position: fixed;
	right:8px;
	bottom:16px;
	z-index: 100;
}

.btn-cta:hover {
	color: #fff;
}


/* Footer */

.site-footer {
    padding: 5em 0;
    background: #f2f2f2;
    font-size: 13px;
}

.site-footer p:last-child {
    margin-bottom: 0;
}

.site-footer a {
    color: #1b75bb;
}

.site-footer a:hover {
    color: #1b75bb;
}

.site-footer h3 {
    font-size: 15px;
    margin-bottom: 20px;
}

.site-footer .footer-link li {
    line-height: 1.5;
    margin-bottom: 15px;
}

.site-footer hr {
    width: 100%;
}

.footer-social a {
    line-height: 0;
    border-radius: 50%;
    margin: 0 5px 5px 0;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
}

.footer-social a:hover {
    background: #1b75bb;
    border-color: #1b75bb;
    color: #fff;
}

.border-t {
    border-top: 1px solid #F8F9FA;
}

.copyright,
.powered-by {
    font-size: 14px;
}

.element-animate {
    opacity: 0;
    visibility: hidden;
}

/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
}

.loader {
    width: 30px;
    height: 30px;
    border: 3px solid #1b75bb;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    border-left-color: transparent;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}