/* 	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 {
	z-index: 2;
	padding: 10px;
	width: 220px;
	
	height: 270px;
	background: #2e2d30;
	color: #fff;
	font-size: 14px; 
}

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

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

	width: 100%!important;
}
.widgetSpeedPackage.royalSlider .rsBullets {
	bottom: 0;
}
.widgetSpeedPackage h3 {
	margin: 0;
	font-size: 14px;
	font-family: 'Syncopate', Arial, sans-serif;
	line-height: 14px;
	text-transform: uppercase;
}
.widgetSpeedPackage img {
	display: block;
	width: 220px;
	height: 150px;
	
}
.widgetSpeedPackage-bg {
	padding: 24px 7%;
	width: 86%;
	background: #eee;
}
.widgetSpeedPackage .descriptif {
	display: block;
	float: left;
	margin: 10px 0;
	padding: 0 10px;
	width: 100%;
}
.descriptif a {
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	padding:  5px 10px;
	background: #121212;
	text-transform: uppercase;
	font-size: 0.8em;
	font-family: 'Syncopate', Arial, sans-serif;
}



