header, body, ul{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}
html, body{
	min-width:320px;
}
body{
	position:relative;
	width:100%;
	min-height:100%;
}
input:focus, input:active{
	outline:none;
}
a:focus, a:active, a:hover{
	text-decoration:none;
	outline:none;
}

/*-----------------------------------*/
/************ SECTION ***************/
body{
	/*background: url(../img/fond.jpg) repeat-y fixed center;*/
	/*background-size:cover;*/
	background-color:#EEEEEE;
	height: 100%;
}
.macdec_titlesection{
	height:140px;
	text-align:center;
}
.macdev_tcsection{
	margin-top:10px;
}
.macdev_tcvignettelogowrapper{
	position:relative;
	margin:15px 0;
	border-radius:9px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.macdev_tcvignettelogowrapper img{
	width:100%;/*max-width:100%;*/
}
.macdev_tcvignettelogowrapperenattente{
	position:relative;
	margin:15px 0;
	border-radius:9px;
	overflow: hidden;
	border: 1px dashed #c2c0c0;
}
.macdev_tcvignettelogowrapperenattente img{
	opacity:0;
	max-width:100%;
}
.macdev_tcvignettehover{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	max-width:100%;
	overflow:hidden;
	transition:all 0.4s ease 0.1s;
	transform:scale(0);
	transform-origin:center center;
	border-radius:145px;
}
.macdev_tcvignettelogowrapper:hover .macdev_tcvignettehover{
	transform:scale(1);
	border-radius:0;
	/*ajout sam:     width: 100%;*/
	    width: 100%;
}
.macdev_tcfiltrehover{
	background-color: rgba(0, 0, 0, 0.32);
    display: block;
    position: absolute;
    width: 100%;
    z-index: 15;
    height:100%;
}
.macdev_tcvignettehover img{
	max-width:100%;
}
.macdev_tcvignettehover a{
	display:block;
}
.macdev_tcvignettehover a i{
	position: absolute;
	z-index:20;
	top:32%;
	left:42%;
	font-size:30px;
	display:inline-block;
	width:46px;
	height:46px;
	background-color:#fff;
	color:#656262;
	border-radius:23px;
	text-align:center;
	line-height:46px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.72);
	transition:all 0.4s ease 0s;

}
.macdev_tcvignettehover a i:hover{
	color:#000;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.72);
}
@media screen and (max-width:1250px){
	.macdev_tcvignettehover a i{
		top:16%;
		left:23%;
	}
}
@media screen and (max-width:1070px){
	.macdev_tcvignettehover a i{
		top:19%;
		left:34%;
	}
}
@media screen and (max-width:992px){
	.macdev_tcsection{
		margin-top:0;
	}
	.macdev_tcvignettehover{
		transform:scale(1);
		border-radius:0;
	}
	.macdev_tcvignettehover a i{
		top:31%;
		left:41%;
	}
}
@media screen and (max-width:767px){
	.macdev_tcvignettelogowrapper, .macdev_tcvignettelogowrapperenattente{
		margin:15px 15%;
	}

}
@media screen and (max-width:570px){
	.macdev_tcvignettehover a i{
		top:26%;
		left:40%;
	}
}

/************ /SECTION ***************/
/*-----------------------------------*/
