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

body{
	background:url(../images/bck.jpg) repeat;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

/* GENERAL */
h1, h2, h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.9em;
	font-weight: normal;
	font-style:italic;
}
h3{
	font-size: 1.2em;
	font-weight:bold;
	text-align:left;
}

.vert{
	color: #3fac3f;
}

hr{
	margin-top: 60px;
	margin-bottom: 45px;
}

a{
	text-decoration:none;	
}

/* /GENERAL */ 


/* HEADER */
header{
	overflow:hidden;
}
header a, header a:hover{
	text-decoration: none;
	color: #959595;
}
.tel, .mail{
	height: 34px;
	color: #959595;
	padding-left: 45px;
	line-height: 30px;
	margin-top: 10px;
}
.tel{
	margin-right: 30px;
}
.tel img, .mail img{
	margin-right: 10px;
}
/* /HEADER */


/* MENU */
nav{
	background-color: #3fac3f;
	height: 50px;
	color: white;
}
#menu{
	padding:0;
}
nav li{
	float:left;
	margin-right: 30px;
	margin-top: 12px;
	list-style:none;
}
nav .home{
	background: url(../images/home-ico.png) no-repeat;
	height: 20px;
	width: 19px;
	margin-top: 15px;
}
nav .home:hover, nav .home-active{
	background: url(../images/home-hover-ico.png) no-repeat;
}
nav a, nav .active{
	color: white;
	text-decoration:none;
	font-size: 1.2em;
	display:block;
}
nav .active{
	color: black;
}
nav a:hover{
	color: black;
}
.select-menu {
	display: none !important;
	color: #3fac3f;
	border: 1px solid #3fac3f;
	background-color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
	float:left;
	width: 90%;
	margin: 0;
	margin: -42px 0 10px 0;
	margin-left:5%;
	height: 35px;
}
.select-menu option {
	padding: 4px 0 10px 4px;
	border-right: 1px solid black;
}
/* /MENU */


/* SLIDESHOW */
#slideshow{
	height: 475px;
	margin-top: 25px;
	-moz-box-shadow: 0px 8px 12px #aaa; 
  	-webkit-box-shadow: 0px 8px 12px #aaa; 
  	box-shadow: 0px 8px 12px #555;
	margin-bottom: 30px;
	position:relative;
}
#slideshow ul, #slideshow li{
	margin:0;
	padding:0;
	list-style:none;
}
#slideshow li{ 
	width: 1140px;
	height: 475px;
	overflow:hidden;
}

.cailloux{
	border: 2px solid #3fac3f;
	margin-top:80px;
}
.cailloux img{
}
		

#presentation{
	font-family: 'Open Sans', sans-serif;
	height: 375px;
	width: 40%;
	padding: 15px;
	padding-top: 30px;
	color: white;
	position:absolute;
	top: 50px;
	right: 50px;
	background-color: rgba(17,34,54,0.8);
	font-style:italic;
	font-size: 1.3em;
}
#presentation p{
	line-height: 30px;
}
#presentation a{
	color: white;
	text-decoration:underline;
}
#presentation .hernoux, #presentation .terrassement{
	font-weight:bold;
	font-size: 1.5em;
}
#presentation .hernoux{
	font-style: normal;	
	font-size: 1.9em;
}
#presentation .terrassement{
	line-height: 5px;
	margin-bottom: 40px;	
}

/* /SLIDESHOW */


/* SOUS-MENU */
#sous-menu
{
	margin-left:180px;
	overflow:hidden;
	margin-top: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size: 1.30em;
}
#sous-menu a{
	color: white;
	text-decoration: none;
	display:block;
	width: 230px;
	height: 230px;
	padding-top: 158px;
}
#sous-menu a:hover{
	color: #3fac3f;
}
.btRonds{
	width: 230px;
	height: 230px;
	background-color: black;
	float:left;
	margin-right: 30px;
	border-radius: 50%;
	box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.4) inset;
	font-weight: bold;
	margin-bottom: 30px;
}
.btRonds img{
	height: 100%;
	max-width: none;
}
.btRonds:last-child{
	margin-right: 0;
}
.btRonds:hover{
	opacity: 0.8;
}
/* /SOUS-MENU */


/* CENTRE */
#centre{
	
}
.liste-texte{
	padding:0 !important;
	margin-top: 15px;
}
.liste-texte  li{
	list-style: none;
	padding:0 !important;
	margin: 10px 0 5px 0 !important;
}
/* /CENTRE */

/* GALERIE */
#galerie{
	margin-bottom: 50px;
}
#galerie .tb{
	margin-top: 15px;
	border: 6px solid white;
	-moz-box-shadow: 0px 0px 5px #aaa; 
  	-webkit-box-shadow: 0px 0px 5px #aaa; 
  	box-shadow: 0px 0px 5px #555;
	height: 160px;
}
#galerie .tb img{
	max-width:none !important;
	height: 100%;
	width: 100%;
}
/* /GALERIE */

/* PISCINES */
#piscines{
	overflow:hidden;
	width: 100%;
	margin-top: 50px;
}
.piscine {
	text-align: justify;
	background-color: #eef6ee;
	padding: 15px;
	overflow:hidden;
	font-size: 0.9em;
	margin-top: 15px;
	position:relative;
	min-height: 250px;
}
.piscine .desc{
	height: 120px;	
}
.piscine .photo{
	float:left;
	width: 30%;
	border: 7px solid white;
	margin: 0 15px 15px 0;	
}
.piscine .btPiscine{
	text-align:center;
	padding: 4px;
	clear:both;
	border-radius: 10px;
	background-color: #3fac3f;
	color:white;
	width: 60%;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right:auto;
	margin-left: auto;
	border: 1px solid #359235;
	text-shadow: 0px 0px 3px #000;
}
.piscine .btPiscine:hover{
	background-color: #65df65; 
}
.piscine .btPiscine a{
	color: white;
	display:block;
}
.piscine .desc{
	margin-bottom: 40px;
}
#piscines h3{
	margin-top:0;
	color: #3fac3f;
	margin-bottom:10px;
	padding:0;
	text-align:left;
}

/* /PISCINES */


/* REALISATIONS */
#realisations{
	
}
#realisations .thumb{
	border: 20px solid white;
	-moz-box-shadow: 0px 0px 5px #aaa; 
  	-webkit-box-shadow: 0px 0px 5px #aaa; 
  	box-shadow: 0px 0px 5px #555;
	margin-bottom: 15px;
}
#realisations .titre_gal {
	background: white;
	margin-top: 20px;
}

/* /REALISATIONS */


/* DERNIERES REALISATIONS */
#dernieres-realisations{
	text-align:justify;
	margin-top: 30px;
}
#dernieres-realisations h3{
	margin-top: 10px;
	margin-bottom: 10px;
}
.tb{
	height: 50%;
	overflow:hidden;	
}
/* /DERNIERES REALISATIONS */

/* formulaire contact */
.contact{
	font-family: 'interstateregular', sans-serif;
	padding-left:2px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align:left;
}
.contact input, .contact textarea{
	height: 40px;
	width: 80%;
	border: 1px solid #B1B1B1;
	margin-top: 5px;
	padding: 0 10px;
}
.contact textarea{
	height: 150px;
}

.contact input[type="submit"]{
	background:url(../images/mail_form.png) center no-repeat;
	background-color:#3fac3f;
	border: none;
	color: white;
}
.contact input[type="submit"]:hover{
	background-color:#B1B1B1;
}

/* /formulaire contact */

/* message box */

#messageBox{
	
}

#messageBox.erreur{
	color: red;
}

#messageBox.valide{
	color: #059F3D;
}

/* FOOTER */
footer{
	margin-top: 30px;
	border-top: 3px solid #bebebe;
	overflow:hidden;
	padding-top: 20px;
}
footer li{
	float:left;
	margin-right: 20px;
	list-style: none;
	text-transform: uppercase;
}
footer ul{
	padding: 0;	
	margin-bottom: 30px;
}
/* /FOOTER */


/* ---------------------------------- */
/* ==Responsive medium                */
/* ---------------------------------- */
@media (min-width: 769px) and (max-width: 1024px) {
	
#logo{
	float:none !important;
	width: 100% !important;
	text-align:center;	
}

nav ul{
	display: none !important;
}
.select-menu {
	display: block !important;
}

#infos{
	float:none !important;
	width: 100% !important;
	text-align:center;	
}

.tel, .mail{
	width: 50%;
	text-align: center;
	padding:0;
	margin-left:auto !important; 
	margin-right:auto !important;
}

#slideshow, #slideshow img{
	width: 100% !important;	
}

#presentation{
	height: auto !important;
	width: auto !important;
	max-width: 50% !important;
}

#galerie .tb{
	height:auto;
}

#galerie .tb img{
	height: 100%;
}

.piscine .desc{
	height: auto !important;	
}

}

/* ---------------------------------- */
/* ==Responsive small                 */
/* ---------------------------------- */
@media (min-width: 481px) and (max-width: 768px) {
	
#logo{
	float:none !important;
	width: 100% !important;
	text-align:center;			
}

nav ul{
	display: none !important;
}
.select-menu {
	display: block !important;
}

#infos{
	float:none !important;
	width: 100% !important;
}

.tel, .mail{
	width: 50%;
	text-align: center;
	padding:0;
	margin-left:auto !important; 
	margin-right:auto !important;
}

#slideshow{
	width: 100% !important;
	height:auto !important;
	-moz-box-shadow: none !important;
  	-webkit-box-shadow: none !important;
  	box-shadow: none !important;
}

#slideshow ul{
	display:none !important;
}

#presentation{
	height: auto !important;
	width: 100% !important;
	position:relative !important;
	top:0;
	left: 0;
}

#sous-menu
{
	margin-left:0 !important;
}

.btRonds{
	float: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

#galerie .tb{
	height: auto;
}

.piscine{
	width: 100% !important;	
}

.piscine .desc{
	height: auto !important;	
}

.piscine .btPiscine{
	width:auto !important;	
}

.contact input, .contact textarea{
	width: 100%;
}

}

/* ---------------------------------- */
/* ==Responsive tiny                  */
/* ---------------------------------- */
@media (max-width: 480px) {
	
#logo{
	float:none !important;
	width: 100% !important;
	text-align:center;	
}

nav ul{
	display: none !important;
}

.select-menu {
	display: block !important;
}

#infos{
	float:none !important;
	width: 100% !important;
	text-align:center;
}

.tel, .mail{
	width: 50%;
	text-align: center;
	padding:0;
	margin-left:auto !important; 
	margin-right:auto !important;
}

#slideshow{
	width: 100% !important;
	height:auto !important;
	-moz-box-shadow: none !important;
  	-webkit-box-shadow: none !important;
  	box-shadow: none !important;
}

#slideshow ul{
	display:none !important;
}

#presentation{
	height: auto !important;
	width: 100% !important;
	position:relative !important;
	top:0;
	left: 0;
}

#sous-menu
{
	margin-left:0 !important;
}

.btRonds{
	float: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

#galerie .tb{
	height: auto;
}

.piscine .desc{
	height: auto !important;	
}

.piscine .btPiscine{
	width:auto !important;	
}

.contact input, .contact textarea{
	width: 100%;
}
	
}