@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, active, hover, selected {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body { height: 100% }
	
body {
	font-family: 'Gilda Display', serif;
	font-size: 1.25em;
	color: #000;
	}
	@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}
	
#page {
	min-height: 100%;
	position: relative;
	
}

#bloc-principal {
	padding-bottom: 54px;
 	display: table;
}
@media (max-width : 780px) {
	#bloc-principal {
		padding-bottom: 30px;
	}}
			
h1 {
	color: #666;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	text-align:right;
	display:inline-block;
	float:right;
	margin-right:10px;
	padding-bottom:40px;	
	
}
h2 {
	color:#fff;
	font-size:3em;
	margin-top:25px;
	letter-spacing:0em;
	margin-bottom:15px;

}
h3 {
	color:#fff;
	font-size:1em;
	text-align:center;
	background-color:#555;
	height:5px; 
	border-radius:0 0 30px 30px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#tel {
	color:#bf4240;
	font-size:1.7em;
	margin-bottom:15px;
	}

.mainmarge {
	
    width:680px;
    margin: 10px auto 0px auto;	
}
.mainmarge2 {
	width:960px;
    margin-left: auto ;
	margin-right:auto;	
}
@media (max-width : 780px) {
	.mainmarge2 {
		width:680px;
	}}
/*------------------------copyrights------------------------------------------------------*/

footer {
	height: 54px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-width:960px;
	text-align: center;
	background: #333;
	box-shadow: 0px 0px 7px 3px #999;	
}
@media (max-width : 780px) {
	footer {
		min-width:680px;
		height:30px;
	}}
footer ul{
	display:inline;
}
footer li {
	display: inline-block;
	text-decoration: none;
	list-style-type: none;
	font-size: 0.6em;
	color: #ccc;
	vertical-align: middle;	
	padding-left:2%;
	padding-right:2%;	
}
@media (max-width : 780px) {
	footer li {
		padding-left:0px;
		padding-right:5px;
		padding-top:5px;
	}
}

footer a {
	cursor: pointer;
	color: #3dbdfb;
	text-decoration: none;	
}

img.zoomeffect {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	height:43px;
	padding-top:7px;
}
@media (max-width : 780px) {	
	img.zoomeffect {
	display:none;
}
}
img.zoomeffect:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	cursor: pointer;
}

/*-------------------------------------------------------------------------------*/

.view-first img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border-radius: 15px;
	border: 2px solid #999;
}
.view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-image:url(Images/filtre_flou.png);
	width:200px;
	height:200px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 15px;	 	
}
.view-first .mask2 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-image:url(Images/filtre_flou_2.jpg);
	width:200px;
	height:200px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 15px;
	border: 2px solid #be0f34;	
	
}

.view-first h2 {
   -webkit-transform: translateX(-200px);
   -moz-transform: translateX(-200px);
   -o-transform: translateX(-200px);
   -ms-transform: translateX(-200px);
   transform: translateX(-200px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
	-webkit-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);
	border-color: rgba(0, 0, 0, 0);	
}

.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}


.view-first:hover .mask2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}



.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

	.view {
   width: 204px;
   height: 204px;
   margin:0px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;

}
.view .mask,.view .content {
   width: 204px;
   height: 204px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view .mask2,.view .content {
   width: 200px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}

.view h2 {
	display: inline-block;
	text-transform: uppercase;
	color: #666;
	font-size: 0.8em;
	padding-top: 13px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0 1px 8px #000;
	-moz-box-shadow: 0 1px 8px #000;
	box-shadow: 0 1px 8px #333;
	border-radius: 0 20px 20px 0;
	float: left;
	margin-top:75px;
}
.view p {
   
    font-size: 0.7em;
    position: relative;
    color: #fff;
    text-align:left;
    padding-left:10px;
	padding-right:10px;
	line-height:1.3em;
	text-shadow:#333 1px 1px 2px;
	display:block;
	clear:both;

}
#toolarge {
	margin-bottom:0;
	display: block;
	float:left;
	text-align:left;
	
}
#toolarge1 {
	margin-bottom:0;
	display: block;
	float:left;
	text-align:left;
}
#toolarge2 {
	margin-bottom:0;
	display: block;
	float:left;
	text-align:left;
}
#telcabinet {
	text-transform: none;
	font-size:0.9em;
	padding-left:9px;
	padding-right:9px;
	border-radius:0; 
	color: #be0f34;
	-webkit-box-shadow: none;
	-moz-box-shadow: none ;
	box-shadow: none ;
	letter-spacing:0em;
	background: none;
	margin-top:5px;
	margin-bottom:25px;
	

}	
strong {
	color: #666;
	text-shadow:none;
	font-size:1.1em;
	text-transform:uppercase;
	
}
	
