body{
	font-family: 'Fenix', serif;
	color: rgb(40,40,40);
	background-color: rgb(202,202,202);
	/*background-image: url("../images/bg4.jpg");*/
	/*background-image:linear-gradient(rgb(179,0,89), rgb(120,176,201));*/
	background-image:linear-gradient(rgb(230,230,230),rgb(180,180,180));
	background-size: cover;
}

section{
	padding-left: 50px;
	padding-right: 50px;
}

article{
	padding-bottom: 15px;
	padding-top: 25px;
}

article img{
	border: 1px black solid;
	box-shadow: 1px 1px 5px rgb(200,0,0);
}

section{
	box-shadow: 0px -1px 1px dimgrey;
}

section h2{
	font-size: 30px;
}

h2{
	margin-top: 40px;
	margin-bottom: 20px;
}

h1, h2, h3{
	text-align: center;
	color: black;
	font-family: 'Fenix', serif;
}

p{
	text-align: justify;
	font-family: 'Fenix', serif;
	font-size: 18px;
}


a{
	font-size: 18px;
	color: rgb(200,0,0);
	text-decoration: underline;
}
a:hover{
	color: orangered;
}

a:visited{
	color:purple;
}



/* ########## HEADER ########## */
header{
	font-family: 'Fenix', serif;
	background-image: url("../images/banniere2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 900px;
	background-attachment: fixed;
}


header h2{
	background: none;
	margin-top: 10px;
}


/* ########## NAVIGATION ########## */
.logo{
	border-radius: 5px;
	border: none;
	box-shadow: none;
}

.navbar{
	color: black;
	position: fixed;
	z-index: 50;
	width: 100%;
}

.navbar-toggler-icon{
	background-color: black;
	border-radius: 5px;
}




/* ########## Header ########## */
.titre{
	background-color: rgba(130,130,130,0.5);
	margin-top: 20%;
	text-align: center;
	font-family: 'Fenix', serif;
	text-shadow: 2px 2px black;
	border-radius: 20px;
	width: 100%;
	position: absolute;
}
						

.titre h1{
	font-size: 70px;
	color: white;
}
.titre h2{
	color: white;
}
.titre p{
	font-family: 'Bilbo', cursive;
	text-align: right;
	color: white;
	font-size: 2.1em;
}

/* 
TITRE QUI COINCE POUR LES IMAGES ! 
.title{
	background-color: red;
}
*/



#realisations img{
	width:100%;
}

#realisations img:hover,
#realisations img:focus {
	transform: scale(1.1);
}

/* REALISATIONS */
.snip1521 {
  font-family: 'Fenix', sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 815px;
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 20px;
  background-color: #ffffff;border: 1px black solid;
  box-shadow: 1px 1px 5px rgb(200,0,0);
}

.snip1521 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.snip1521 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1521 figcaption {
  position: absolute;
  background-color: rgb(220,220,220);
  z-index: 1;
  top: 50%;
  left: 50%;
  padding: 5px 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.1em;
  overflow: hidden;
  width: 270px;
  height: 50px;
  opacity: 0.7;
  border-radius: 10px;
}

.snip1521 h3 {
  font-size: 0.8em;
  font-weight: 400;
  margin: 0;
  letter-spacing: 2px;
}

.snip1521 h3.hover {
  color: rgb(220,220,220);
  font-weight: 800;
}

.snip1521 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1521:hover > img,
.snip1521.hover > img {
  opacity: 0.3;
}

.snip1521:hover figcaption,
.snip1521.hover figcaption {
  background-color: #000000;
}

.snip1521:hover .title,
.snip1521.hover .title {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.snip1521:hover .hover,
.snip1521.hover .hover {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}


/* ########## CONTACT ########## */
/*#contact{
	background-color: rgb(169,169,169);
}*/

#contact a{
	color: black;
	text-decoration: underline;
}

#contact p{
	text-align: center;
}

.icone img{
	border:none;
	box-shadow: none;
}

.moi{
	width: 100px;
	border-radius: 50%;
	box-shadow: 1px 1px 10px rgb(107, 177, 181);
}



/* ########## FOOTER ########## */
footer p{
	font-size: 12px;
}

#legal{
	text-align: center;
}

footer a{
	color: black;
	text-decoration: underline;
}

.mentionsLegales{
	display: none;
}



/* ########## RESPONSIVE ########## */
@media all and (max-width: 900px)
			{
				header{
					height: 700px;
				}
			}

@media all and (max-width: 900px)
			{
				section
				{
					padding-right: 30px;
					padding-left: 30px;
				}
			}

@media all and (max-width: 900px)
			{
				.titre{
					margin-top: 50%;
				}
			}


@media all and (max-width: 900px)
			{
				p
				{
					font-size: 16px;
				}
			}

@media all and (max-width: 900px)
			{
				.article, footer
				{
					padding-right: 0px;
					padding-left: 0px;
				}
			}


@media all and (max-width: 900px)
			{
				.hidden
				{
					display: none;
				}
			}



@media all and (max-width: 900px)
			{
				.mentionsLegales{
					display: block;
				}
			}



/* ########## COURS LE TEMPS DES FAMILLES ########## */

.cours img{
	width: 250px;
	height: 150px;
}







