@charset "utf-8"; /* CSS Document */


body {
	background: #3d3e41;
	font-family: 'Didact Gothic', sans-serif;
}

p {
	color: #fff;
}

h1 {
	font-size: 36px;
	color: #fff;
	line-height: 65px;
	margin-bottom: 20px;
}

h2 {
	color: #fff;
	font-size: 36px;
	line-height: 85px;
}

h3 {
	text-align: center;
	color: #000;
	font-size: 30px;
}

h4 {
	text-align: center;
	font-size: 36px;
	color: #282627;
	margin-top: 60px;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.2);
}

a {
	color: #0066cc;
	text-decoration: none;

	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}

a:hover {
	color: #fff;
}

.special {
	color: #333333;
	font-size: 24px;
	line-height: 1.4em;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	text-align: center;
	margin: 20px auto;
	padding-bottom: 10px;
}

header {
	padding-bottom: 20px;
	background: url(../img/design/bg-header.jpg) no-repeat center fixed;
	z-index:-1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment:fixed!important;
}

.titre-accueil {
	max-width: 560px;
	text-align: center;
	margin: auto;
	padding-top: 40px;
}

.title-span {
	display: block;
	width: 376px;
	height: 133px;
	background: url(../img/design/logo.png) no-repeat center;
	text-indent: -1000px;
	overflow: hidden;
	margin: 0 auto;
}

p.info-accueil {
	color: #FFF;
	font-size: 18px;
	margin-top: 20px;
}

#contact-accueil {
	min-height: 185px;
	background: #fff;
	padding-top: 32px;
	border-bottom: 1px solid #e6e6e6;
}

#sliding-div {
	margin: 0 auto;
}

#tel-icon {
	height: 60px;
	width: 100%;
	background: url(../img/design/rouage.png) 40px 0px no-repeat;
}

.telephone {
	color: #0099cc;
	font-size: 48px;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 1px 0px 1px rgba(0, 0, 0, 0.2);
}

#competences {
	min-height: 660px;
	background: #f5f6f7;
	padding-top: 70px;
	border-bottom: 1px solid #e6e6e6;
}

.picto {
	width: 164px;
	height: 164px;
	margin: auto;
	margin-top: 60px;

	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	-ms-transition: all 400ms;
	transition: all 400ms;
}

#vertisepa {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.domaine:hover .picto {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#plomberie {
	background: url(../img/design/plomberie.png) no-repeat center;
}

#chauffage {
	background: url(../img/design/chauffage.png) no-repeat center;
}

#depannage {
	background: url(../img/design/depannage.png) no-repeat center;
}

.domaine-desc {
	text-align: center;
	color: #5c5c5c;
	margin-top: 60px;
}

.domaine-desc li {
	font-size: 1em;
	line-height: 1.5em;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

#formation {
	background: #fff;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e6e6e6;
}

.formation-h2 {
	color: #3b3b3b;
	line-height: 1.5em;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.2);
}

#cv-section {
	border-bottom: 1px solid #313235;
}

#adresse,#adresse-photo {
	margin-top: 10px;
}

#adresse {
	text-align: center;
}

#adresse p {
	color: #fff;
	font-size: 24px;
	line-height: 1.4em;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	padding-top: 20px;
}

#adresse a {
	color: #fff;
	text-decoration: none;

	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}

#adresse a:hover {
	color: #0066cc;
}

#infos-recap {
	border-bottom: 1px solid #313235;
}

#infos-recap p {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 24px;
	line-height: 1.5em;
	color: #ccc;
}

#bottom-bar {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #333333;
}

#copyright {
	float: left;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}


#copyright p {
	color: #c6c6c7;
	line-height: 1.2em;
}

.top-arrow {
	display: block;
	width: 14px;
	height: 9px;
	background: url(../img/design/arrow.png) bottom center no-repeat;
	margin: 0 auto;

	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}

.top-arrow:hover {
	background-position: top center;
}

/*RESPONSIVE*/

@media screen and (max-width: 840px) {
	.domaine {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}

#vertisepa {
	border: none;
}

}

@media screen and (min-width: 200px) and (max-width: 640px) {
	.top-arrow {
	display: block;
	width: 30px;
	height: 30px;
	margin-bottom: 20px;
	border-radius: 100%;
	border: 1px solid #fff;
	background: url(../img/design/arrow-mobile.png) center no-repeat;
}

.top-arrow:hover {
	background-position: center;
	background: #fff url(../img/design/arrow-mobile.png) center no-repeat;
}

.tel02 {
	margin-bottom: 40px;
}

.tel02, .tel01{font-size: 32px;}
header {
background: url(../img/design/bg-header-phone.jpg) no-repeat scroll;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
}

@media screen and (max-width: 420px) {
	.title-span {
	max-width: 320px;
	background: url(../img/design/logo-mobile.png) no-repeat center;
}

header{background: #343434;}

}

@media screen and (max-width: 319px) {
	.title-span {
	max-width: 200px;
	background: url(../img/design/logo-mobile-small.png) no-repeat center;
}
}