/* -------------------------------------------------------------------------------------------------------- Webkit */
::selection {
	background-color: #4b4e54;
	color: #e3e8f6;
}
::-moz-selection {
  background-color: #4b4e54;
  color: #e3e8f6;
}

/* -------------------------------------------------------------------------------------------------------- Container */
section {
	position:inherit;
	/*top: 180px;*/
	max-width: 1000px;
	margin: 0 auto;
	width:100%;
	padding: 10px 20px 0 20px;
	-webkit-transform: translateZ(0);
	/*background-color:#0F3;*/
}
/* -------------------------------------------------------------------------------------------------------- Box */
.zonecube {
	/*margin: 10px 0; <--- NON surtout pas
	background-color:#0F3;*/
}
.zonecube figure {

	/*float: left;*/
	display:inline-block;
	padding: 0 0 0 0px;
	margin: 1.8%;
	width: 150px;
	height: 150px;
	
	/*background:#555;
	line-height: 200px;*/
	position: relative;
	padding: 2px; /*contour*/
	border: 1px solid #ddd;
	
	box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.2);	

	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
}
.borderzone_logo figure{
	background:#fff;
}
.zonecube figure a img {
	height: 100%;
	width: 100%;
	
}
.zonecube figure ul {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 50px;
	margin: 0;
	line-height: 2.5; 
	background: rgba(255, 255, 255, 0.7);
	border: 2px solid #333; /*contour*/

	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
}
.borderzone_logo figure:hover, .zonecube figure:hover a img, .zonecube figure:hover ul {
	opacity: 1;
	
	animation: rollcube 0.3s;
	animation-iteration-count: 1;
}
@keyframes rollcube {
  0% {transform: scale(0.95); }
  50% { transform: scale(1.05); }
}
/* -------------------------------------------------------------------------------------------------------- TXT */
/*.zonecube figure ul li {
	white-space: nowrap;
	text-align:center;
	color:#000;
	font-size: 1.9em;
	font-weight:bold;
	list-style:none;
}
.zonecube figure ul li span{
	font-size: 1.8em;
}*/
#acctxt{
	position:absolute;
	top:3px;
	left: 5px;
	font-family: "Genos", sans-serif;
	color:#fff;
	font-size: 1.35em;
	font-weight:bold;
	line-height:0.8em;
	letter-spacing:0.5px;
	text-transform:uppercase;
		text-align:center;
	
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
}
#legende{
	position:absolute;
	top:2px;
	left: 7px;
	font-family: "Genos", sans-serif;
	/*color:#666;*/
	font-size: 1.35em;
	font-weight:bold;
	line-height:0.8em;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.7px;
	
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
}
#legende span{
	font-size: 0.75em;
}

/******************************************************* CLASS COLOR ******************/
.eco{
	color:#d50b18;
}
.depi{
	color:#016c3e;
}
.birdo{
	color:#008bd0;
}
.birdw{
	color:#98a697;
}
.cb{
	color:#0097aa;
}
.cbw{
	color:#34ccd7;
}
.filet{
	color:#F90;
}
.filetacc{
	color:#FFF;
}
.filet-acc{
	color:#F90;
	text-shadow: none;
}
.filet2{
	color:#000;
}
.stop{
	color:#7e2a5c;
}
.tuile{
	color:#b44405;
}
.fixclean{
	color:#ffc300;
}
.pred{
	color:#b90e04;
}
.fixnetbox{
	color:#ff5e00;
}
.ref-soc{
	color:#aaaa86;
	text-shadow: none;
}
.neutre{
	color:#666;
	text-shadow: none;
}
/*------------------------------------------------------- BG -----------------*/
.eco-bg{
	background-color:#d50b18;
}
.depi-bg{
	background-color:#016c3e;
}
.birdo-bg{
	background-color:#008bd0;
}
.birdw-bg{
	background-color:#98a697;
}
.cb-bg{
	background-color:#0097aa;
}
.cbw-bg{
	background-color:#34ccd7;
}
.filet-bg{
	background-color:#000;
}
.filet2-bg{
	background-color:#F90;
}
.stop-bg{
	background-color:#7e2a5c;
}
.tuile-bg{
	background-color:#b44405;
}
.fixclean-bg{
	background-color:#ffc300;
}
.pred-bg{
	background-color:#b90e04;
}
.fixnetbox-bg{
	background-color:#ff5e00;
}
.neutre-bg{
	background-color:#999;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media only screen and (max-width: 550px) {
section {
	padding: 10px 10px 0 10px;
}
	.zonecube figure {
		width: 130px;
		height: 130px;
		margin: 20px 10px 0px 10px;
	}
	#acctxt{
		/*left: 17px;*/
		font-size: 1.2em;
	}
	#legende{
		font-size: 1.1em;
	}
}
@media only screen and (max-width: 480px) {
	.zonecube figure {
		width: 125px;
		height: 125px;
		margin: 15px 5px 0px 5px;
	}
	#acctxt{
		/*left: 15px;*/
		line-height:0.7em;
	}
}
@media only screen and (max-width: 330px) {
	.zonecube figure {
		width: 110px;
		height: 110px;
		margin: 20px 5px 0px 5px;
	}
	#acctxt{
		/*left: 10px;*/
		font-size: 1.1em;
		line-height:0.8em;
	}
}





















