.home div.site-inner{
	max-width: 100%;
}
.home h1, .home h2, .home h3{
	text-transform: uppercase;
}
.home h2{
	margin-bottom: 60px;
}
/*slider*/
section#sliderAccueil{
	border-top: 20px black solid;
	border-bottom: 20px black solid;
}
section#sliderAccueil .nivo-caption {
	position: absolute;
	left: 10%;
	top: 40%;
	background: none;
	color: #fff;font-family: Helvetica, Arial, sans-serif!important;
	width: 50%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 1;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	box-sizing: border-box;
}
section#sliderAccueil .nivo-caption .textHaut{
	font-size: 24px;
}
section#sliderAccueil .nivo-caption .textHaut h1{
	font-size: 24px;
	color: white;
	display: inline-block;
	margin-right: 5px;
	font-weight: 300;
	font-family: Helvetica, Arial, sans-serif;
}
section#sliderAccueil .nivo-caption .textBas{
	font-size: 50px;
}
/*about*/
section#about{
	min-height: 465px;
	background-color: white;
	background-image: url(../images/fondAPropos.png);
	background-position: right;
	background-repeat: no-repeat;

	padding: 80px;
}
section#about img.alignnone{
	margin-bottom: 3px;
	margin-left: 40px;
}
section#about h2{
	color:#0e3833;
}
/*prestation*/
section#prestation{
	background-color: #0e3833;
	color: white;
	padding: 60px 0 30px;
}
section#prestation h2, section#prestation h3{
	color: white;
}
section#prestation h2 {
	font-size: 42px;
}
section#prestation a{
	color: white;
}
section#prestation h2::after{
	content: " ";
	display: block;
	height: 8px;
	margin-top: 2px;
	background: white;
	width: 90%;
}
section#prestation #prestationLeft{
	width: 25%;
	float: left;
}
section#prestation #prestationRight{
	width: 74%;
	float: right;
}
section#prestation #prestationRight .prestationBloc{
	width: 48%;
	float: left;
	margin-right: 1%
}
section#prestation #prestationRight .prestationBloc .prestationImg{
	width: 22%;
	float: left;
}
section#prestation #prestationRight .prestationBloc .prestationImg img{
	-webkit-transform: rotateY(0deg);
	        transform: rotateY(0deg);
	transition-duration: 1s;
}
section#prestation #prestationRight .prestationBloc:hover .prestationImg img{
	-webkit-transform: rotateY(360deg);
	        transform: rotateY(360deg);
}
section#prestation #prestationRight .prestationBloc .prestationTitle{
	width: 74%;
	float: right;
}
/* actualité */
section#actualite{
	background-color: white;
	background-image: url(../images/actuFond.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 100px 0;
	clear: both;
}
section#actualite article{
	margin-bottom: 10px;
}
section#actualite h2{
	color:#0e3833;
}
section#actualite h3{
	text-transform: none;
}
section#actualite .thumbnail{
	display: inline-block;
	margin-right: 40px;
	width: 110px;
	height: 110px;
	border-radius: 50%!important;
	border: 2px #888888 solid;
	text-align: center;
	vertical-align: middle;
	position: relative; 
}
section#actualite .thumbnail::after{
	box-shadow: 0px 10px 4px #000000;
	content: " ";
	display: block;
	height: 1px;
	margin-top: 2px;
	border-radius: 50%;
	position: relative;
	top: 100px;
}
section#actualite .thumbnail .thumbnailCercle {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%!important;
	position: absolute;
	top: 3%;
	left: 3%;
	overflow: hidden;
}
section#actualite .articleContent{
	display: inline-block;
	vertical-align: top;
}
section#actualite .articleContent a{
	color: black;
	text-decoration: none;
}
section#actualite .articleContent a.enSavoirPlus {
    color: green;
}
section#actualite .articleContent .date{
	color: #20B443;
}
section#actualite button{
	float: right;
	margin-top: 20px;
}
/* services */
section#services{
	background-color: #0e3833;
	color: white;
	padding: 60px 0 30px;
}
section#services h2, section#services h3{
	color: white;
}
section#services #titleService{
	display: block;
	width: 20%;
	float: left;
	margin-right: 2%;
}
section#services h2{
	font-size: 50px;
}
section#services h2::after{
	content: " ";
	display: block;
	height: 8px;
	margin-top: 2px;
	background: white;
	width: 90%;
}
section#services .serviceBloc{
	display: block;
	width: 25%;
	float: left;
	margin-right: 1%;
}
section#services .blocWhite{
	padding: 60px 10px 5px;
	background: white;
	color: black;
}
section#services .blocWhite::before{
	content: "";
	display: block;
	height: 62px;
	background: url('../images/roueService.png') center center no-repeat;
	position: relative;
	top: -95px;
	right: 0;
	margin-bottom: -60px;
}
section#services .blocWhite h3{
	color:#0e3833;
}
/* keySentence */
section#keySentence{
	color: #163e39;
	font-size: 36px;
	text-align: center;
}
section#keySentence blockquote::before{
	content: "\201C";
	display: block;
	font-size: 90px;
	height: 0;
	left: -50%;
	position: relative;
	top: -50px;
}
section#keySentence blockquote::after{
	content: "\201C";
	display: block;
	font-size: 90px;
	height: 0;
	right: -50%;
	position: relative;
	top: 50px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-writing-mode: lr-tb;
	    -ms-writing-mode: lr-tb;
	        writing-mode: lr-tb;
}
/* reference */
section#reference{
	background-color: #0e3833;
	color: white;
	padding: 60px 0 30px;
	margin-bottom: 100px;
}
section#reference #referenceLeft{
	width: 25%;
	float: left;
}
section#reference #referenceLeft button{
	background: white;
	color: black;
	transition-duration:0.5s;
}
section#reference #referenceLeft button:hover{
	background: #0f0;
}
section#reference h2{
	color: white;
	font-size: 42px;
}
section#reference h2::after{
	content: " ";
	display: block;
	height: 8px;
	margin-top: 2px;
	background: white;
	width: 90%;
}
section#reference #referenceRight{
	width: 74%;
	float: right;
}
section#reference #referenceRight .referenceBloc{
	width: 32%;
	float: left;
	margin-right: 1%;
	overflow: hidden;
	max-height: 180px;
}
section#reference #referenceRight .referenceBloc .referenceImg{
	width: 100%;
}
section#reference #referenceRight .referenceBloc .referenceImg img{
	-webkit-transform: scale(1);
	        transform: scale(1);
	transition-duration: 0.3s;
}
section#reference #referenceRight .referenceBloc:hover .referenceImg img{
	-webkit-transform: scale(0.95);
	        transform: scale(0.95);
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	section#sliderAccueil .nivo-caption {
		top: 25%;
	}
}
@media only screen and (max-width: 1200px) {
	section#sliderAccueil .nivo-caption .textBas {
		font-size: 40px;
	}
	section#sliderAccueil .nivo-caption {
		top: 25%;
	}
	section#prestation h2 {
		font-size: 34px;
	}
	section#services h2 {
		font-size: 34px;
	}
	section#reference h2 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 960px) {
	section#sliderAccueil .nivo-caption {
		top: 20%;
	}
	section#reference h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 800px) {
	.site-inner, .wrap {
		padding-left: 0%;
		padding-right: 0%;
	}
	section#sliderAccueil .nivo-caption .textBas {
		font-size: 30px;
	}
	section#sliderAccueil .nivo-caption {
		top: 15%;
	}
	section#prestation{
		padding: 3%;
	}
	section#prestation #prestationLeft {
		width: 100%;
	}	
	section#prestation #prestationRight{
		width: 100%;
	}
	section#prestation h2::after {
		width: 42%;
	}
	section#actualite {
		padding: 20px 3%;
	}
	section#actualite .articleContent {
		width: 75%;
	}
	section#services #titleService {
    width: 100%;
    float: none;
	}
	section#about, section#services, section#reference{
		padding: 3%;
	}
	section#services h2::after {
    width: 32%;
	}
	section#services .serviceBloc {
    display: block;
    width: 100%;
    float: none;
    margin-top: 50px;
	}
	section#reference{
		padding: 3%;
	}
	section#reference #referenceLeft {
		width: 100%;
	}	
	section#reference #referenceRight{
		width: 100%;
	}
	section#reference h2 {
		width: 48%;
		display: block;
	}
	section#reference h2::after {
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	section#sliderAccueil .nivo-caption .textHaut {
    font-size: 20px;
	}
	section#sliderAccueil .nivo-caption .textHaut h1 {
    font-size: 20px;
	}
	section#sliderAccueil .nivo-caption .textBas {
    font-size: 20px;
	}
	section#actualite .articleContent {
    width: 70%;
	}
	section#about, section#services, section#actualite, section#prestation{
		padding: 5%;
	}
	section#prestation #prestationRight .prestationBloc {
    width: 100%;
    margin-right: 0%;
	}
	section#reference #referenceRight .referenceBloc {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    text-align: center;
	}
}
@media only screen and (max-width: 320px) {
	section#sliderAccueil{
		display: none;
	}
	section#actualite .articleContent {
    width: 70%;
	}
	section#about, section#services, section#actualite, section#prestation, section#reference{
		padding: 10%;
	}
	
}