@import url('https://fonts.googleapis.com/css?family=Muli');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');

body {
	background: #f5f5f5;
	overflow-x: hidden; 
}
.lazy-image {
	-webkit-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
}

.c-layout-header.c-layout-header-4 .c-navbar {
	background: #334675;
}

.navbar-nav>li>a {
	font-family: 'Muli', sans-serif;
	font-size: 15px!important;
}

@media (min-width: 992px) {
	.c-layout-header .c-brand {
		margin: 10px 0;
	}
}

@media (min-width: 992px) {
	.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand {
		transition: margin 0.2s;
		margin: 2px;
	}
}

.c-logo {
	font-size: 45px;
	padding: 30px 0;
	display: inline-block;
	font-family: 'Dancing Script', cursive;
	color: #fff;
}

header a:active, a:hover, a:focus {
	color: white;
}

.container-fluid a:active, .container-fluid a:hover, .container-fluid a:focus {
	color: #334675;
}

::selection {
	background-color: #334675;
	color: #f5f5f5;
}

h1 span {
	color: #334675
}

footer .logo {
	color: #fff;
	text-align: center;
}

.c-navbar {
	border-bottom: 5px solid #28385D;
}

.logo {
	line-height: 60px;
	font-weight: 700;
	margin: 0;
}

.bgBleu {
	background: #334675;
	padding: 50px 100px;
	margin-top: 40px;
}

.carousel-caption {
	bottom: 55%;
	background: rgba(51, 51, 51, 0.7);
}

.carousel-caption h3 {
	font-size: 70px;
	color: #334675;
	text-transform: capitalize;
	font-weight: 700;
	font-family: 'Dancing Script', cursive;
	text-shadow: 1px 0px #fff;
}

.carousel-caption h4 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Muli', sans-serif;
}

.carousel-caption p {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
}

.bgBleu p, .bgBleu h2, .bgBleu ul li, .bgBleu a, .bgBleu a:active, .bgBleu a:hover {
	color: #fff !important;
}

.bgBleu a:hover { text-decoration: underline; }

h1,
.logo {
	font-size: 28px;
	font-family: 'Muli', sans-serif;
}

h2 {
	font-size: 24px;
	font-family: 'Muli', sans-serif;
}

.orange {
	background: #334675;
}

.c-content-feature-2 .c-title {
	color: #334675;
}

#presentation {
	background-image: url(../images/presentation.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: -4px;
}

/*#Peintre .firstS {
	background-image: url(../images/bgPeintre.png);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1050px;
}*/

.c-theme-bg,
.c-content-title-1 > .c-line-right, .c-content-title-1 > .c-line-left {
	background-color: #ff5722!important;
}

.c-theme-border {
	border-color: #334675!important;
}

.c-theme-btn.btn {
	background: #334675;
	border-color: #334675;
}

.c-layout-go2top > i {
	color: #334675;
	opacity: 0.8;
}

.hvr-underline-from-left {
	color: #fff!important;
}

.hvr-underline-from-left:before {
	background: #334675;
}

.hvr-underline-from-left:hover {
	color: #334675;
}

.c-theme-nav li:focus > a:not(.btn), .c-theme-nav li:active > a:not(.btn), .c-theme-nav li:hover > a:not(.btn),
.c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav .active a {
	color: #fff!important;
	background: #28385D;
}

.c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link:hover {
	color: #fff!important;
	background: #28385D;
}

p {
	font-size: 18px;
}

hr {
	width: 30px;
	height: 3px;
	background-color: #334675;
	margin: 20px auto 30px auto;
}

.services .c-content-feature-2 {
	border: 2px solid #334675;
	background: transparent;
	padding: 120px;
}

.services h3 {
	transition: all .5s ease-in-out;
}

.services a:hover{
	transform: rotate(-20deg);
}

.services a:hover h3 {
	transform: rotate(20deg);
}

.services a {
	background: url(../images/bgService.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s ease-in-out;
}

.c-theme-btn.btn.btn-no-focus:hover, .c-theme-btn.btn:hover, .c-theme-btn.btn.btn-no-focus:active, .c-theme-btn.btn:active, .c-theme-btn.btn.active, .open > .c-theme-btn.btn.dropdown-toggle {
	background-color: #f5f5f5;
	border-color: #334675;
}

.c-layout-footer.c-layout-footer-2 {
	background: #333;
}

.c-layout-footer.c-layout-footer-2 .c-copyright {
	color: #fff;
}

.firstS {
	padding-top: 100px;
}

.sectionContact {
	background: #334675;
	padding: 70px;
	color: #fff;
}

.sectionContact p {
	color: #fff;
}

footer p,
footer ul li a,
footer ul li {
	color: #fff;
}

.c-layout-footer.c-layout-footer-2 .c-copyright {
	color: #a4aeb8;
	padding: 0;
	margin: 50px 0 -60px 0;
}

.c-copyright {
	color: #fff;
}

.c-copyright p {
	margin-top: 20px;
}

.subfooter {
	background: #334675;
	padding: 20px 0;
}

#feature-15-2 {
	background: #334675;
}

.c-bg-white {
	background: #fff;
}

.c-page-on-scroll .c-layout-header-4 .c-navbar {
	border-bottom: 2px solid #334675;			
}

.c-content-feature-2 .c-icon-wrapper {
	padding-top: 0;
}

.number {
	color: #000;
	font-size: 36px;
	text-shadow: 1px 1px 1px #334675;
	padding-bottom: 20px;
}

.checkbox label, .radio label, .c-checkbox label, .c-radio label{color: #ffffff;}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	height: 100vh;
	min-width: 100%;
	width: 100vw;
	max-width: 100%;
	line-height: 1;
}

.vague1 {
	background: url(../images/vague.png) #fff;
	background-repeat: no-repeat;
	background-size: cover;
	height: 198px;
}

.vague2 {
	background: url(../images/vague.png) #fff;
	background-repeat: no-repeat;
	background-size: cover;
	height: 198px;
	transform: rotate(180deg);
}


.mur1 {
	background: url(../images/mur.png) #fff;
	background-repeat: no-repeat;
	background-size: cover;
	height: 198px;
}

.mur2 {
	background: url(../images/mur.png) #fff;
	background-repeat: no-repeat;
	background-size: cover;
	height: 198px;
	transform: rotate(180deg);
}


.carousel-control.right {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,#333 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,#333 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,#333 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.0001) 0,#333 100%);
	background-image: -o-linear-gradient(right,rgba(0,0,0,.0001) 0,#333 100%);
	background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,#333 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.img-responsive {
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.c-logo {
		font-size: 24px;
		padding: 0;
	}

	.carousel-caption h3 {
		font-size: 35px; 
	}

	.carousel-caption p {
		font-size: 25px;
	}

	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		height: 50vh;
		margin-top: 60px;
	}

	.carousel-caption {
		bottom: 30%;
	}

	.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile > .nav.navbar-nav > li > .c-link {
		color: #000;
	}

	.firstS {
		padding-top: 65px;
	}

}

.projet {
	background: #334675;
	padding: 30px 20px;
	clip-path: polygon( 6% 0%, 94% 0%, 100% 100%, 0 100%);
	font-weight: 700;
	font-size: 26px;
	transition: all .5s ease-in-out;
}

.projet a {
	color: #fff;
}

.projet:hover {
	transform: scale(1.1);
}

.c-content-feature-2 {
	padding: 0;
}

.c-content-feature-2 h3 {
	padding: 10px 20px;
	background: transparent;
}

.c-content-feature-2 img {
	width: 100%;
}

.c-content-feature-2 p {
	padding: 20px;
}

.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
	color: #fff!important;

}

#Accueil .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
	padding: 41px 15px 39px 15px;
	min-height: 100px;
	color: #fff;
}

.nopadding {
	padding: 0;
}

.imageSympa img {
	clip-path: polygon( 5% 0%, 100% 0%, 95% 100%, 0 100%)
}

.padpad {
	padding: 20px 30px;
}

.arrow {
	font-size: 40px;
	font-weight: 700;
	color: #334675;
	padding: 0 10px;
}

.transition1 {
	background: #fff;
}

.transition2 {
	transform: rotate(180deg);
}

.bgImage1 {
	background: url(../images/slider1.jpg);
}

.bgBlanc {
	background:rgba(255,255,255,1);
	margin-top: 40px;
	margin-bottom: 100px;
}

.toit {
	background: url(../images/toit.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.lambris {
	background: url(../images/lambris.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
}

.gouttiere {
	background: url(../images/gouttiere.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
}

#Nettoyage .imageSympa,
#Lambris .imageSympa,
#Gouttiere .imageSympa  {
	background: #fff;
}

.portfolio-items {
	margin-left: 50px;
}

.portfolio-filter .btn-default.btn-no-focus:hover, .btn-default:hover, .btn-default.btn-no-focus:active, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	background: #334675;
	border-color: #334675;
	color: #fff!important;
}

.portfolio-filter .btn-default {
	color: #334675;
}

.portfolio-item .item-inner {
	background: transparent;
}

@media screen and (max-width: 991px) {
	#Accueil .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
		padding: 19px 15px 15px 15px;
		min-height: 60px;
	}

	.c-layout-header .c-navbar .c-mega-menu {
		margin-top: 30px;
	}

	.garantie {
		width: 65px;
	}

	.carousel-caption {
		clip-path: none;
	}
}

.photosPeintre {
	padding: 60px 0;
}

.photosPeintre img {
	border: 3px solid #fff;
	margin: 20px auto;
}

.mentions-legales a:hover {
	color: #5c6873;
	text-decoration: underline;
}

footer a:hover {
	text-decoration: underline;	
}

.panel-body.bg-success p {
    color: #5e5e5e;
}

.panel-body.bg-danger h4, .panel-body.bg-danger li, .panel-body.bg-danger li label {
    color: #5e5e5e;
}