/*MON FORMATAGE */

.pic {
 
  float: left;
  height: 100%;
  width: 100%;

  overflow: hidden;
   

}
/*
.grow img {
  -webkit-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
       -o-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
          transition: all 0.8s ease;
		   -webkit-filter: blur(5px);
}
 
.grow img:hover {
	 -webkit-filter: blur(0px);
 
}
*/

.grow {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
		   -webkit-filter: grayscale(100%);
}
 
.grow:hover {
	 -webkit-filter: grayscale(0%);
}


.bouton_realisation{



color:black;

margin-top:5%;
width:100%;

display:inline-block;
text-align:center;
font-family: 'Roboto Condensed', sans-serif;
	padding-right:10%;
padding-left:10%;
padding-top:1%;
padding-bottom:1%;
text-transform: uppercase;
font-size:1.3em;
margin-bottom:5%;
color:black;


}
.bouton_realisation:hover{
	color:black;
	opacity:0.8;

}
.realisation h2{
	text-align:center;
font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color:black;
	margin-top:10%;
	padding-right:10%;
padding-left:10%;

}
.realisation p{
	text-align:justify;
	
	padding-right:18%;
padding-left:18%;
font-size:1em;
margin-top:5%;

}
.wmg-details-content{
margin-top:-14px;


}
[class*="col-"], footer {
	margin-bottom:0px;
}

/*===========================================*/

.wmg-item{
	padding:0px;
	margin:0px;
}

.wmg-container{
	filter: alpha(opacity=0);
	font-family: empty;
	font-size: 0px;
	opacity: 0.0;
	position: relative;
	width: 100%;
	zoom: 1;
}
.wmg-container > *{
	font-family: sans-serif;
	font-size: 18px;
}
.wmg-container img{
	max-width: 100%;
	/*border-radius:50%;
	border:5px solid red;*/
	
}

	.wmg-item{
		display: inline-block;
		*display: inline;
		-moz-box-sizing: border-box;
	  	-webkit-box-sizing: border-box;   
	  	box-sizing: border-box;
	}

		.wmg-thumbnail{
			height: 100%;
			text-align: center;
			position: relative;
			width: 100%;
		}
			.wmg-arrow{
				border-bottom: 10px solid;
				border-left: 10px solid transparent;
				border-right: 10px solid transparent;
				bottom: -15px;
				display: none;
				height: 0;
				position: absolute;
				width: 0;
				z-index: 2;
			}
			.wmg-thumbnail-content{
				height: 100%;
				overflow: hidden;
				width: 100%;
			}
			.wmg-thumbnail-content img{
				vertical-align: middle;
			}

		.wmg-details{
			left: 0px;
			margin-top: 0px;
			overflow: hidden;
			position: absolute;
			width: 100%;
		}
			.wmg-close{
				cursor: pointer;
				display: block;
				position: absolute;
				z-index: 2;
				margin-top:0.5%;
			}
			.wmg-details-content{
				height: auto;
			}


/**
 *
 *	sample styles
 *  	- the following styles are just one example. You can customize at will
 *
 *
 **/
.wmg-container{
	background: white;
}
.wmg-thumbnail{
	background: white;
	color: #ffffff;
	cursor: pointer;
}
.wmg-arrow{
	border-bottom-color: #e3e3e3;
}
.wmg-close{
	background: url(../assets/img/wmg-btn-close.png) no-repeat 0px 0px;
	display: block;
	height: 30px;
	right: 10px;
	top: 5px;
	width: 30px;
	
}
.wmg-close:hover, .wmg-close:active{
	background-position: 0px -31px; 
}
.wmg-details-content{
	background: white;
}

/* opened */
.wmg-container.open{
	background: #000000;
}
.wmg-container.open .wmg-thumbnail{
	background: black;
	color: #242424;
}
.wmg-container.open .wmg-thumbnail.open{
	background: black;
}
.wmg-container.open .wmg-thumbnail img{
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
}
.wmg-container.open .wmg-thumbnail:hover img{
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
}
.wmg-container.open .wmg-thumbnail.open img{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}