/* 	SOMMAIRE CSS DU WIDGET DE SPEEDPACKAGE
		1 - slidekit core modifié avec le prefix css widgetSpeedPackage pour éviter les conflits avec d'autres sliderkit (ne pas modifier)
		2 - Css base de plugin
		3 - Dimensions du widget
		4 - Couleurs du widget
		5 - Typographie du widget
		6 - Compatibilité Speednews
*/

/* ****************************************************************************************************************************
	(1)	SLIDERKIT CORE MODIFIE  
**************************************************************************************************************************** */
.widgetOffres {
	width: 180px;
	margin-top: 180px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 280px;
	height: 270px;
	padding: 10px;
	background: #050505;
	z-index: 2;
}

.widgetSpeedPackage.royalSlider.rsDefault .rsArrowIcn {
	top:-300px;
}

.widgetSpeedPackage {
  width: 230px !important;
  height: 100% !important;
}
.widgetSpeedPackage .rsSlide,
.widgetSpeedPackage .rsOverflow {

  width: 100%!important;
}
.widgetSpeedPackage h3 {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  font-weight: bold;
}
.widgetSpeedPackage img {
  height: auto;
  display: block;
}
.widgetSpeedPackage-bg {
  width: 86%;
  padding: 24px 7%;
  background: #eee;
}
.widgetSpeedPackage .descriptif {
	padding: 10px;
	display: block;
	margin: 10px 0;
	float: left;
	width: 210px;
    line-height: 1.2;
}
.descriptif a { 
	
    border: 1px solid #70615B;
    color: #D94D2F;
    display: inline-block;
    font-size: 0.9em;
    line-height: 20px;
    vertical-align:middle;
    max-width: 70px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    float:right;

}
.descriptif a:hover {
	 color: #FFF;
	 background:#000000;
}

.descriptif span{
	float:left;
	color:#D94D2F;
	font-size: 1.3em;
	font-weight:bold;
	display: block;
	width:110px;
} 
.descriptif span small{
	width:110px;
	font-weight:normal;
	font-size: 0.7em;
	display:inline-block;	
}

.descriptif h3 {
	font-size:1.2em;	
	margin-bottom:1em;
}