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

div.collapsible-panel {
background-image:url(../_images/_informations/bg_informations.jpg);
background-repeat:no-repeat;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
overflow:hidden;
z-index:20;
}

div.collapsible-panel.hidden,
div.collapsible-panel .hidden {
display:none;
}

div.collapsible-panel.loading {
text-align:center;
padding:200px 0 0 0;
}

#btnClose {
	position:relative;
	float:right;
	padding-right:40px;
	width:100px;
	padding-top:15px;
	color:#FFF;
	font-size:10px;
}

#btnClose a {
	color:#FFF;
	text-decoration:none;
}
#btnClose a:hover {
	color:#d4003f;
	text-decoration:none;
}

#divCompanyTitle {
	position:relative;
	float:left;
	padding-left:100px;
	padding-top:150px;
	width:220px;
	height:25px;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
}

#divEcoResponsibleTitle {
	position:relative;
	float:left;
	padding-left:0px;
	padding-top:150px;
	width:225px;
	height:25px;
	color:#8cc63f;
	font-size:16px;
	text-transform:uppercase;
}

#divContactTitle {
	position:relative;
	float:left;
	padding-left:0px;
	padding-top:150px;
	width:200px;
	height:25px;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
}

#divDownloadsTitle {
	position:relative;
	float:left;
	padding-left:0px;
	padding-top:150px;
	width:180px;
	height:25px;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
}

/* ----------- sections ------------- */

#divCompanySection {
	position:relative;
	float:left;
	padding-left:100px;
	padding-top:30px;
	width:220px;
	height:200px;
	color:#FFF;
	font-size:14px;
	font-weight:400;
	line-height:24px;
}

#divCompanySection a {
	text-decoration:none;
	color:#FFF;
}

#divCompanySection a:hover {
	text-decoration:underline;
}

#divEcoResponsibleSection {
	position:relative;
	float:left;
	padding-left:0px;
	padding-top:30px;
	width:225px;
	height:200px;
	color:#FFF;
	font-size:14px;
	font-weight:400;
	line-height:24px;
}

#divEcoResponsibleSection a {
	text-decoration:none;
	color:#FFF;
}

#divEcoResponsibleSection a:hover {
	text-decoration:underline;
}

#divContactSection {
	position:relative;
	float:left;
	padding-left:0px;
	padding-top:30px;
	width:200px;
	height:200px;
	color:#FFF;
	font-size:14px;
	font-weight:400;
	line-height:24px;
}

#divContactSection a {
	text-decoration:none;
	color:#FFF;
}

#divContactSection a:hover {
	text-decoration:underline;
}


#divDownloadsSection {
	position:relative;
	float:left;
	padding-left:0px;
	padding-top:30px;
	width:180px;
	height:200px;
	color:#FFF;
	font-size:14px;
	font-weight:400;
	line-height:24px;
}

#divDownloadsSection a {
	text-decoration:none;
	color:#FFF;
}

#divDownloadsSection a:hover {
	text-decoration:underline;
}