/* **************************************************
 *
 *         Internet D2 Savoie - ID2S Style 
 *
 *
 * @package Internet D2 Savoie
 * @subpackage ID2S
 * @since 1.0
 * @version 1.4.2.4
 *
 ************************************************** */

.design-par {
	position: relative;
	float:right;
}

.design-par span {
	background: url("https://res.internetd2savoie.com/assets/img/logo_hover.png") no-repeat center top;
	display:none;
	width: 100%;
	height:40px;
}

#light .design-par span {
background: url("https://res.internetd2savoie.com/assets/img/logo_hover-light.png") no-repeat center top;
	display:none;
	width: 100%;
	height:40px;
}

.design-par:hover span{
	display:table;
	position: absolute;
	top: -45px;
}

#light .design-par:hover span{
	display:table;
	position: absolute;
	top: -45px;
}