@charset "UTF-8";

/*CSS GLOBAL début*/
hmtl, body{
	width: 100%;
	height:100%;
	margin:0;
	padding: 0;
}

body{
		background-color:#DF9500;
		font-family: 'Open Sans', sans-serif;
}


h1{
  text-align: center;
}
h2{
	font-weight: bold;
}

/*CSS GLOBAL end*/


/*touche au contenu début*/
#center{
	text-align: center;
  margin: 5px 10%;
  color: black;
  line-height: 125%;
	letter-spacing: 1.5px;
  font-size: 17px;
  padding: 2% 0.47% 0.2%;
	padding-bottom: 20px;
}
/*touche au contenu end*/


/*class image début*/
.imgg{	/*pour toute les images à gauche*/
 border: 2px solid black;
 max-width: 100%;
 height: auto;
 float: left;
 background-color: #505050;
 margin-left: 5px;
 margin-right: 15px;
 margin-bottom: 5px;
}
.imgd{/*pour toute les images à droite*/
 border: 2px solid black;
 max-width: 100%;
 height: auto;
 float: right;
 background-color: white;
 margin-right:5px;
 margin-left: 15px;
 margin-bottom: 5px;
 padding: 7px;
}
.imgcenter, .imgmain{/*pour toutes images au centre et le logo principal*/
	max-width: 100%;
 	height: auto;
	padding: 5px;

}
/*class image end*/



/* navbar*/
.navbarli{
	list-style: none;
}
.navbar{
	margin-bottom:  40px;
	max-width: 100%;
}

/* navbar end*/


/*page d'index*/
#parent {
   position: relative;
}
img.superpose {
   position: absolute;
}
#img_1 {
   z-index: 10;
	 left: 18%;
	 max-width: 90%;
	 height: auto;

}
#img_2 {
   z-index: 11;
	 left: 47%;
	 margin-top: 19%;
	 max-width: 20%;
	 height: auto;
}
#img_3 {
   z-index: 11;
	 left: 60%;
	 margin-top: 19%;
	 max-width: 20%;
	 height: auto;
}

/*page d'index fin*/


/*page d'acceuil*/
.policeaccueil{
	font-size: 25px;
}
.h1principale{/*pour le titre principal*/
	font-size: 45px;
	font-weight: bolder;
	line-height: 125%;
}
#present1{
	padding-top: 5%;
	padding-bottom: 4%;
	line-height: 40px;
}
#present2{
	padding-top: 100px;
	padding-bottom: 5%;
	line-height: 40px;
}
#present3
{
	line-height: 40px;
	padding-bottom: 30px;
}
/*page de présentation end*/


/*page galerie et menu début*/

.col-md-4{
	padding: 0;
}

hr{
	width: 70%;
}

.imggalerie{
	position: relative;
	margin-top: 30px;
}

.container{
	padding-bottom: 30px;
}

.hov{
	position: absolute ;
	top: 30px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	height: 250px;
	width: 350px;
	text-align: center;
	color: white;
}

.content{
	margin-top: 20%;
	transform: translateY(-80px);
	transition-duration: 0.5s;
}

.content_hover{
	margin-top: 20%;
	transform: translateY(0);
	transition-duration: 0.4s;
}

/*page galerie et menu end*/


/*page contact début*/
.grandSouligné{
	font-size: 30px;
	text-decoration: underline;
	line-height: 125%;
}
.TVA{
	padding-top: 5%;
	padding-bottom: 5%;
	font-size: 200%;
}
/*page contact end*/



/*page info début*/
.grandcontact{
	font-size: 26px;
}

.asterique{
	color: red;
}

#comment{
	height: auto;
	max-width: 100%;
}
/*page info end*/
