#header {
	z-index: 1000 !important;
position: absolute;
	margin: 0;
	padding: 0;
	height: 285px;
	width: 100%;
	background-image:url(../images/bg-header-general-2.png) !important;
	background-repeat: repeat-x;
}

#col-gauche {
    width: 72%;
    height: auto;
	float: left;
    left: 0px;
	text-align: center;


}


/* COL DROITE */

#col-droite {
width: 28%;
height: inherit;
	float: left;
}

#col-droite-contenu {
margin: 35px 15px;
text-align: center;
padding: 20px;
background-color: #ffffff;
height: 100%;

}


#col-droite-contenu h2 {
color: #211f1f; /* text color */
font-family: 'BebasNeueRegular', Calibri, Arial, sans-serif;
font-size: 24px;


}

#col-droite-contenu h3 {
	color:#222020;
	font-family: "existencelight";
font-size: 17px;
font-weight: bolder;
	line-height: 1.5em;
	padding: 0;
}
#col-droite-contenu p {
color: #211f1f; /* text color */
font-family: "existencelight";
font-size: 16px;
font-weight: bold;
	line-height: 0.8em;

}


/* BOX */
#box
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#box .imageBox
{
	position: absolute;
}

#box .elementBox
{
	position: absolute;
}

#box .elementBox .pictogramme
{
	display: block;
	cursor: pointer;
}

#box .elementBox .pictogrammeActif
{
	display: none;
}

#box .elementBox:hover .pictogrammeActif,
#box .elementBox.actif .pictogrammeActif
{
	display: block;
}

#box .elementBox:hover .pictogrammeInactif,
#box .elementBox.actif .pictogrammeInactif
{
	display: none;
}

#box .elementBox .label
{
	position: absolute;
	cursor: pointer;
}

#box .fenetreInformation
{
	display: none;
	position: absolute;
	background: #fff;
}

#box .fenetreInformation .titre
{
	color: #f8b449;
}

#box .fenetreInformation .description
{
	color: #1b191a;
}

#box .fenetreInformation .fermer
{
	display: block;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #141213;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.puce-titre-labo {
	padding-top: 20px;
    width: 25px;
    height: 25px;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 992px) {

#col-gauche {
    display: block;
   width: 100%;
    height: auto;
	float: left;
    top: 285px;
    left: 0px;
    bottom: 0px;
}

#col-droite {
width: 100%;
background-color: #ffffff;
height: auto;

}




}

.elementBoxsSlideshow
{
	position: relative;
}

.elementBoxsSlideshow .slideshowWindow
{
	overflow: hidden;
	position: relative;
}

.elementBoxsSlideshow .slides
{

}

.elementBoxsSlideshow .slide
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 40px;
	background: #fff;
}

.elementBoxsSlideshow .slide .pictogramme
{
	display: block;
	width: auto;
	height: 74px;
	margin: 10px auto 5px auto;
}

.elementBoxsSlideshow .slide .label
{
	margin: 5px 0;
	font-size: 22px;
	color: #f8b449;
}

.elementBoxsSlideshow .slide .description
{
	font-size: 16px;
}

.elementBoxsSlideshow .showPreviousSlide,
.elementBoxsSlideshow .showNextSlide
{
	width: 18px;
	height: 58px;
	margin-top: -29px;
	position: absolute;
	top: 50%;
}

.elementBoxsSlideshow .showPreviousSlide
{
	left: 10px;
	background: url('/images/fleche-gauche-mobile-box.png') center center no-repeat;
}

.elementBoxsSlideshow .showNextSlide
{
	right: 10px;
	background: url('/images/fleche-droite-mobile-box.png') center center no-repeat;
}