

/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------- BOX RDV ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

#box_rdv 
{
    position: fixed;
    z-index: 1000 !important;
	width:300px;
	bottom:0;
	right:30px;
	background-color:#fff;
	box-shadow: 0px 0px 10px #666;
}
	
#box_rdv .bandeau
{
	background-color:#599dcd;
	font-size: 18px;
    padding: 10px;
	position:relative;
	cursor:pointer;
	color:#fff;
}

#box_rdv .bandeau .chevrons
{
background-image: url('/modules/vs_rdv/img/chevrons.png');
height: 30px;
background-repeat: no-repeat;
margin: auto;
position: absolute;
top: 6px;
right: 9px;
width: 21px;
background-position: 0 0px;
}
#box_rdv .bandeau .up
{
background-position: -20px 0px;
}


#box_rdv .corps
{
	color: #666;
	padding: 15px;
	font-size: 13px;
	line-height: 16px;
	
}
#box_rdv .corps img
{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
@media (max-width: 768px) {
	#box_rdv {width:200px;}
	}
@media (max-width: 380px) {
	#box_rdv .corps img {display:none;}
	#box_rdv {width:200px;right: 0px;}
	}

#box_rdv .corps .btn
{
	margin-top: 10px;
}	

