
#arbre{
	background: #fff !important;
/*
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear ;
	-moz-transition: all 0.2s linear ;
	-ms-transition: all 0.2s linear ;
	-o-transition: all 0.2s linear ;
	transition: all 0.2s linear ;
*/
	overflow: hidden;
}
/*
#treebox > div{
	height: auto !important;
	width: 100% !important;
	position: relative !important;
}
canvas{
	position: relative !important;
	height: auto !important;
	width: 100% !important;
}
*/


/* NEW */

#arbre .share{
	position: absolute;
	bottom: 0;
	z-index: 20;
	padding-top: 10px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear ;
	-moz-transition: all 0.2s linear ;
	-ms-transition: all 0.2s linear ;
	-o-transition: all 0.2s linear ;
	transition: all 0.2s linear ;
	width: 100%;
	left: 0;
	
/* 	display: none !important; */
}

#treebox{
	height: 100%;
/* 	background: url('../img/tree/fond-arbre.jpg') bottom center repeat-x #deead6; */
	background: #000;
	background-size: 1px 100%;
	width: 140% !important;
	left: -20% !important;
	bottom: 0;
	position: absolute;
	z-index: 10;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear ;
	-moz-transition: all 0.2s linear ;
	-ms-transition: all 0.2s linear ;
	-o-transition: all 0.2s linear ;
	transition: all 0.2s linear ;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.4);
}

#treebox .kineticjs-content{
	height: 100% !important;
	width: 100% !important;
	position: relative !important;
	display: block !important;
}

#treebox canvas {
/* 	width: 100% !important; */
	width: auto !important;
	max-width: 100% !important;
	top: auto !important;
	bottom: -1px !important;
	height: auto !important;
	max-height: 100% !important;
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50% !important;
}

.ie9 #treebox canvas, .ie10 #treebox canvas{
	height: 100% !important;
}

#arbre:hover{
	z-index: 500;
}


#arbre:hover{
	overflow: visible;
}

#arbre:hover #treebox {
	left: -40% !important;
}

#arbre:hover .share {
	left: -20% !important;
}


#detail #arbre:hover{
	overflow: hidden;
}

#detail #arbre:hover #treebox {
	left: -20% !important;
}

#detail #arbre:hover .share {
	left: 0% !important;
}



#shareToFriend{
	background: #000;
	width: 90%;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	padding: 0 0 10px;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	border: 1px solid #888;
	margin-bottom: 15px;
}
#shareToFriend .wrap{
	overflow: hidden;
	clear: both;
	padding: 25px 0 0;
}
#shareToFriend.inactive{
	display: none;
	position: relative;
}

#urlbtn{
	border: 2px solid #DC5A42;
	border-radius: 1px;
	display: block;
	width: 66%;
	margin: 0 auto;
	min-height: 25px;
	background: url('../img/mail-icon.png') no-repeat 5px 4px #DC5A42;
	color: #FFF;
	text-align: center;
	padding-left: 28px;
	margin-bottom: 15px;
	font-family: 'rbno2_lightregular', arial;
	font-size: 17px;
	cursor: pointer;
}

#urlbtn:focus{
	outline: none;
}
#urlbtn:hover{
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3); 
}


/* FORM */

#shareToFriend .fields{
	float: left;
	width: 96%;
	margin-bottom: 10px;
	padding: 0 2%;
}

#shareToFriend .inner-fields{
	float: left;
	width: 100%;
	position: relative;
}

#shareToFriend .fields input,
#shareToFriend .fields label{
	display: block;
	float: left;
	width: 47%;
	min-height: 20px;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 11px;
	font-family: arial;
	font-weight: lighter;
}

#shareToFriend .fields label{
	padding-right: 1%;
}

#shareToFriend .fields input{
	border: 1px solid #777;
	background: #fff;
	border-radius: 2px;
	color: #444;
}

#shareToFriend .fields.bottom div{
	float: left;
	width: 100%;
}

#shareToFriend .fields.bottom{
	margin-bottom: 0;
}

#shareToFriend #shareToFrienSubmit{
	float: none;
	width: 100px;
	border: 5px solid #DC5A42;
	border-radius: 1px;
	display: block;
	margin: 0 auto;
	min-height: 30px;
	background:  #DC5A42;
	color: #fff;
	text-align: center;
	font-family: 'rbno2_lightregular', arial;
	font-size: 18px;
}

#shareToFriend .fields.bottom .requis p{
	margin-bottom: 0;
	text-align: center;
}

.closeForm{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 15px;
	height: 15px;
	line-height: 17px;
	text-align: center;
	font-size: 10px;
	border-radius: 12px;
	color: #fff;
	background: #DC5A42;
	cursor: pointer;
}


/* Validation */

#shareToFriend label.error{
	position: absolute;
	z-index: 1;
	color: red;
	top: -11px;
	font-size: 10px;
	line-height: 10px;
	width: 100%;
}


.message-wrapper{
	position: absolute;
	bottom: -30px;
	font-family: arial;
	width: 100%;
	background: #000;
	color: #DC5A42;
	text-align: center;
}