html{
	/*background-color: #e5e5e5;/*#e0b58b;*/
	margin:0;
	padding:0;
}

body{
	color:#000000;
	border: 0px solid #004080;
	text-align: center;
	width:100%;
	margin: 0 auto;
	font-size:1em;
	font-family: arial, helvetica, "sans serif";
	padding:0;
}

/*titres*/
h1{
	letter-spacing:0px;
	font-family: arial, helvetica, "sans serif";
	border:0px solid red;
	margin-left:0px;
	font-size:1.5em;
	margin-top:-20px;
}


h2{
	font-size:1.6em;
	letter-spacing:0px;
	font-weight:bold;
	font-family: arial, helvetica, "sans serif";
	margin-top:-10px;
}

h3{
	font-size:1.6em;
	/*letter-spacing:0.8px;*/
	font-family: arial, helvetica, "sans serif";
	text-align:center;
	
}

em{
	font-size:0.7em;
}


/*grille fluide largeur des éléments*/ 
.col-1 {width: 8.33%}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


[class*="col-"] {/*cible toute les classes avec col-*/
		float:left;
		/*padding:15px;
		border: 1px solid green;*/
}

.row::after{
	clear:both;
	display:table;/* ou block*/
	content:"";/*toujours mettre un contenu */
}

/*ENTETE PHOTO ET TITRE DU SITE*/
header{
	position:relative;
	border:0px solid red;
	background: url(../images/gaujacq-cour.jpg) no-repeat center center;/*FIXED*/
	background-size:100%;
	/*height:400px;*/
	width:100%;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	line-height:500px;/*aide pour centrer vertical*/
}


	.titre-site{
		/*position:absolute;
		top:50PX;*/
		display:inline-block;
		line-height:1.2;/*on retablit le line-height cité dans le conteneur parent*/
		background-color:#ec0345; /*rouge*/
		width:700px;
		/*height:350px;*/
		color:#ffffff;
		font-size:2em;
		margin: 0 auto;
		opacity : 0.9;
	}

	.ptitre{
		font-size:1em;
		text-align:center;
	}


/* MENU*/
nav{
	/*margin-top:25px;*/
	clear:both;
	height: 40px ;
	background: #ec0345; /*#e0b58b;*/
	border: 0px solid red;
	font-size:0.9em;
	color:#ffffff;
	padding: 0;
	padding-left:100px;
	text-align:center;
	
}
 	nav li{
		float: left ;
		text-align: center ;
		color:#ffffff;
		list-style-type: none;
	}

	nav li a{
		width: 100px ;
		line-height: 40px ;
		font-weight: bold ;
		letter-spacing: 0px ;
		color:#ffffff;
		display: block ;
		border-right: 0px solid #004080 ;
		text-decoration: none;
	}

	nav li a:hover{
		background: #e0b58b; /*#e5e5e5;*/
		color:#ec0345;
	}
	nav li a:visited{
		color:#fff;
	}
	nav ul {
		margin-top:-17px;
		/*width:80%;*/
		/*left:25%;*/
	}

	
/* Page d'accueil du site index.php*/
	
#presentation{
	width:100%;
	height:480px;
	margin:0 auto;
	background-color:#FFFFFF;
	border: 0px solid #004080;
	/*padding-top: 5%;*/
	text-align:left;
	float:left;
	}

	
	
	.diapo{
		/*padding-left:10%;*/
		box-sizing:border-box;
		text-align: center;/*border et padding inclut dans le width*/
}
	
	.diapo-mob{
		display:none;}
		
	.texte-accueil{
		text-align:left;
		line-height : 30px;
	}

	
	/*SERVICES et PARLE DE NOUS*/
	
.picto{
	/*width:80%;*/
	margin: 20px auto 50px auto;
	padding:0;
	border: 0px solid #004080;
	text-align:center;
	}
	
#parle-de-nous .picto{
	/*width:80%;*/
	margin: 10px auto 30px auto;
	padding:0;
	border: 0px solid #004080;
	text-align:center;
		}
		
#services{
	width:100%;
	height:600px;
	padding-bottom:10%;
	padding-top: 5%;
	border: 0px solid #004080;
	text-align:left;
	margin:0 auto;
	background: url(../images/gaujacq-chambrejaune.jpg) no-repeat fixed;
	background-size:100%;
	float:left;
	box-sizing:border-box;
	padding-left:10%;
	
}
	.titre2{
		text-align:left;
		color:#ec0345;
		background-color:#ffffff;
		font-weight:bolder;
		font-size:2em;
		margin-top:40px;
		margin-bottom:40px;
		}
			
	.box{
		height:250px;
		display: inline-block;
		background-color:#ffffff;
		border: 0px solid #004080;
		text-align:center;
		margin-right:8%;
		}
	
#parle-de-nous{
	width:100%;
	padding-bottom:5%;
	padding-top: 5%;
	
	text-align:left;
	margin:0px 0 0px 0px;
	background: #ec0345;
	float:left;
	box-sizing:border-box;
	padding-left:10%;
	
}
	.titre2-parle{
		text-align:left;
		margin-top:20px;
		color:#FFFFFF;
		font-weight:bolder;
		font-size:2em;
	}
	
	
	.livredor{
		width: 20%;
		height:150px;
		float:left;
		margin-left:40px;
		margin-right:80px;
		border:0px solid white;
		margin-top:20px;
		background-color:#ffffff;
		border: 1px solid #004080;
		text-align:center;
	}
	
#contact{
	width:100%;
	height:600px;
	border: 0px solid #004080;
	text-align:center;
	background: white url(../images/gaujacq-reception.jpg) no-repeat fixed ;
	background-size:100%;
	float:left;
	box-sizing:border-box;
	padding-left:10%;
}

	.pfondblanc{
		background-color:#ffffff;
		height:30px;
		padding-top:15px; 
		font-size:0.8em;
		width:1000px;
		margin:auto;
	}
	
	.pblancbouton{
		
		
		font-size:1em;
		margin:auto;
		color:#ffffff;
	}

/*page du site */	
#titre-page{
	width:80%;
	/*height:600px;*/
	margin:auto;
	background-color:#FFFFFF;
	border: 0px solid #004080;
	border-bottom: 3px solid #ec0345;
	padding-bottom:3%;
	padding-top: 3%;
	text-align:left;
	}

#texte1-page{
	width:80%;
	/*height:600px;*/
	margin:auto;
	background-color:#FFFFFF;
	/*border-bottom: 3px solid #ec0345;*/
	/*padding-bottom:3%;
	padding-top: 3%;*/
	text-align:left;
	}

#texte1-page2{
	width:80%;
	/*height:600px;*/
	margin:auto;
	background-color:#FFFFFF;
	border-bottom: 3px solid #ec0345;
	/*padding-bottom:3%;
	padding-top: 3%;*/
	text-align:left;
	}
#texte2-page{
	width:80%;
	/*height:600px;*/
	margin:auto;
	background-color:#FFFFFF;
	border: 0px solid #004080;
	/*padding-bottom:3%;
	padding-top: 3%;*/
	text-align:left;
	}
	
	
/*FORMULAIRE CONTACT*/	

fieldset{
	width:60%;
	border:1px solid #ec0345;
	margin:auto;
}
input, textarea{
	margin-left :0px;
	width:500px;
	font-style: italic;
	color:gray;

}
.bouton {
	margin-left :0px;
	width:149px;
}

	
li{
	text-align:left;
	/*list-style-type:square;*/
}

.invisible{
	text-align:left;
	list-style-type: none;
}

.right{
	text-align:right;
}

img{
	border:0px;
}

.ballon{
	margin-top:-70px;
	margin-bottom:-20px;
	
}

.petit{
	font-size:0.8em;
	font-style:italic;
	text-align:left;
}


/*LIENS HYPERTEXTE*/
a{
	text-decoration: none; 
	/*color:#fff; #e0b58b;*/
}

a:hover {
	color: #e0b58b;
}

a:visited{
	color: #000;
}


/*LIENS HYPERTEXTE PIEDEPAGE*/
footer a{
	text-decoration: underline; 
	color:#fff; /*#e0b58b;*/
}

#musique{
	clear:both;
}

footer{
	clear : both;
	font-size:0.8em;
	font-family: arial, helvetica, "sans serif";
	background-color:#ec0345;
	text-align:left;
	height:50px;
	padding-top:20px;
	color:#ffffff;
	
}
.piedepage{
	border: 0px solid #004080;
	text-align:center;
	}



/*MOBILE MEDIA QUERIES MEDIA QUERIES POUR ECRAN DE 437 à 767*/
@media screen and (max-width: 1199px){

	.diapo{
		display:none;
	}

	.diapo-mob{
		display:block;
		width:auto;
	}
	
	body{
		width:auto;
		margin:auto;
		font-size:1em;
	}
	
	header{
		position:relative;
		border:0px solid red;
		background: url(../images/gaujacq-cour.jpg) no-repeat center center;/*FIXED*/
		background-size:100%;
		height:250px;
		width:100%;
		margin: 0 auto;
		margin-bottom:20px;
		padding: 0;
		text-align:center;
		line-height:600px;/*aide pour centrer vertical*/
	}

	#entete{
		border:0px solid red;
		margin-top:0px;
		width:auto;
		text-align:center;
	}

	.titre-site{
		font-size:1em;
		letter-spacing:2px;
		width:70%;
		float:left;
		margin:0%;
		margin-top:2%;
		margin-left:15%;
	}

nav{
	/*margin-top:25px;*/
	clear:left;
	height:auto;
	background: #ec0345; /*#e0b58b;*/
	border: 0px solid red;
	font-size:0.8em;
	color:#ffffff;
	padding-left:0%;
}
 
nav li{
	display: inline-block;
	text-align: center ;
	color:#ffffff;
	list-style-type: none;
	margin-bottom:10px;
	background: #ec0345; 
}

nav li a{
	width: 90px ;
	height:auto;
	font-weight: bold ;
	/*letter-spacing: 1px ;*/
	color:#ffffff;
	display: block ;
	border-right: 5px solid #ffffff;
}

nav li a:hover{
	background: #e5e5e5; /*#e5e5e5;*/
}

			
	#presentation{
		width: auto;
		border:0px solid red;
		float:left;
		margin-top:0px;
		display:block;
		margin-bottom:-100px;
		
	}

	.texte-accueil{
		width: auto;
		margin-right:0px;
		border:0px solid white;
		margin-top:0px;
		margin-left:0%;
		text-align:left;
		line-height : 20px;
	}
	
	#services{
		width:100%;
		height:auto;
		padding-bottom:3%;
		border: 0px solid #004080;
		text-align:left;
		margin:0 auto;
		background: url(../images/gaujacq-chambrebleue.jpg) no-repeat fixed;
		float:left;
		background-size: cover;
		padding-left:0%;
}

#contact{
	width:100%;
	border: 0px solid #004080;
	text-align:center;
	background: white url(../images/gaujacq-reception.jpg) no-repeat fixed ;
	
	background-size: cover;
	float:left;
	padding-bottom:3%;
	padding-left:0%;
}

#parle-de-nous{
	padding-left:0%;
}
.titre2{
		margin-top:20px;
		margin-left:20px;
		width:50%;
		font-size:20px;
		font-size:1.2em;
		}
		
	.box{
		width: 50%;
		height:50%;
		display: inline-block;
		margin-left:25%;
		margin-top:20px;
		/*display: table-cell;
		vertical-align: middle;
		 */
		}
		
		.box-ballon{
		width: 50%;
		height:50%;
		display: inline-block;
		margin-left:25%;
		margin-top:60px;
		/*display: table-cell;
		vertical-align: middle;
		 */
		}

	.ballon{
	margin-top:-70px;
	margin-bottom:20px;
	
}


.titre2-parle{
	width:100%;
	margin-top:20px;
	margin-left:20px;
	font-size:1.2em;
	
	}
	
input, textarea{
	margin-left :0px;
	width:80%;
	font-style: italic;
	color:gray;

}

.pfondblanc{
	background-color:#ffffff;
	height:auto;
	padding-top:15px; 
	font-size:0.8em;
	width:auto;
	
}

	h1{
		font-size:1.5em;
		letter-spacing:2px;
		border:0px solid red;
		width:auto;
		/*margin:auto;*/
	}

	h2{
	font-size:1.2em;
	letter-spacing:0px;
	font-weight:bold;
	font-family: arial, helvetica, "sans serif";
}
	
	h3{
		font-size:1em;
		letter-spacing:0.8px;
		width:auto;
		margin: 0 auto;
		padding:10px;
		clear:both;
		
	}
	
	.invisible{
	text-align:left;
	list-style-type: none;
	margin-left:-30px;
}

	.diapo{
		display:none;

	}

	.diapo-mob{
		display:block;
		width:auto;
	}


	p{
		padding:10px;
		font-size:1em;
		/*text-align:justify;*/
	}

	.copyright
	{
		font-size:0.9em;
		line-height: 15pt;
	}



	img{
		max-width:50%;
		height:auto;
		width:auto;
		margin: 0 auto; 
		}
}