@charset "utf-8";
/* CSS Document */
#banniere1 p {
	font-size: 16px;
	font-weight: normal;
	text-transform:uppercase;
	color: #4e5257;
}
/* Bouton retour vers le haut */
#btn_up {
	position: fixed;
	bottom: 15px;
	right: 25px;
	cursor: pointer;
	display:none;
}

#portfolio-filtres {
	text-align: center;
}
#filters {
	margin:1%;
	padding:0;
	list-style:none;
}
#filters li {
	display: inline-block;
}
#filters li span {
	display: block;
	padding: 5px 10px 0px 10px;
	text-decoration: none;
	font-weight: 700;
}
#filters li span.active a {
	display: block;
	padding: 5px 20px;
	background: #de3141;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
}
#filters li a {
	color: #a8abb5;
}
#filters li a:hover {
	color: #494B53;
}
#grid .mix{
    opacity: 0;
    display: none;
}
.wrap {
	/*overflow: hidden;*/
	margin: 20px;
	/*max-width:1800px;*/
}
.box {
	float: left;
	position: relative;
	width: 20%;
	padding-bottom: 20%;
	opacity: 1;
}
.boxInner {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 5px 0px #9b9b9b;
	-webkit-box-shadow: 0px 0px 5px 0px #9b9b9b;
	-o-box-shadow: 0px 0px 5px 0px #9b9b9b;
	box-shadow: 0px 0px 5px 0px #9b9b9b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=NaN, Strength=5);
}
.boxInner img {
	width: 100%;
}
.boxInner .titleBox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #FFF;
	padding: 0px;
	text-align: center;
}
.titleBox h2 {
	font-size: 18px;
	font-weight:700;
	padding: 0px;
	margin : 10px 0px 10px 0px;
}
.titleBox h3 {
	font-size: 14px;
	font-weight:300;
	padding: 0px;
	margin : 0px 0px 10px 0px;
}
.titleBox h4 {
	font-size: 12px;
	font-weight:300;
	padding: 0px;
	margin: 0px;
}
.roll {
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
} 
.box-liens img {
	height: 50px;
	width: 50px;
	padding: 4px;
}
.icon-outils {
	margin: 10px 0px 0px 0px;)
}
.icon-outils img {
	height: 25px;
	width: 25px;
	padding: 4px;
}
.box-liens a {
	opacity: 0.6;
}
.box-liens a:hover {
	opacity: 1;
}

body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
	margin-bottom: 0;
}
 
    @media only screen and (max-width : 480px) {
       /* Smartphone view: 1 tile */
       .box {
          width: 100%;
          padding-bottom: 100%;
       }
    }
    @media only screen and (max-width : 700px) and (min-width : 481px) {
       /* Tablet view: 2 tiles */
       .box {
          width: 50%;
          padding-bottom: 50%;
       }
    }
    @media only screen and (max-width : 1050px) and (min-width : 701px) {
       /* Small desktop / ipad view: 3 tiles */
       .box {
          width: 33.3%;
          padding-bottom: 33.3%;
       }
    }
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
       /* Medium desktop: 4 tiles */
       .box {
          width: 25%;
          padding-bottom: 25%;
       }
    }
	@media only screen and (min-width : 1291px) {
       /* Medium desktop: 4 tiles */
       .box {
          width: 20%;
          padding-bottom: 20%;
       }
    }