.sr_site *{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.sr_site{
	position: relative;
	overflow: hidden;
	color: black;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sr_site .speedroute, .sr_site .speedroute-map-receiver {
	width: 100%;
	height: 100%;
	right: 0;
	position: absolute;
}
.sr_site .title-speedroute {
	margin: 10px 0;
	font-size: 25px;
	color: inherit;
	font-weight: bold;
	font-family: inherit;
	line-height: 20px;
	text-rendering: optimizelegibility;
}
.sr_site a{
	text-decoration: none;
}
/**
* TOOLBAR
*/
.sr_site .toolbar-speedroute {
	position: absolute;
	top: 35px;
	right: 5px;
	z-index: 999;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 2px 1px #666;
	box-shadow: 0px 0px 2px 1px #666;
}
.sr_site .toolbar-speedroute>*{
	margin-left: 5px;
}
.sr_site .toolbar-speedroute .speedroute-search-itineraire{
	margin:0;
	height: 17px;
	font-size: 12px;
}

/**
* INFOWINDOW
*/
.sr_site .speedroute-infowindow{
	overflow: hidden;
	max-width: 200px;
	height: 100%;
	text-align: center;
	font-size: 10px;
}
.sr_site .speedroute-infowindow .title-speedroute{
	margin: 5px 0;
	font-size: 1.3em;
}
.sr_site .speedroute-infowindow .speedroute-btn-open{
	display: none;
}
/**
* FEUILLE DE ROUTE
*/
.sr_site .speedroute-close-feuilleRoute {
	position: absolute;
	top: 10px;
	right: 10px;
}
.sr_site .trajet {
	display: block;
	padding: 0 10px;
	font-weight: bold;
	line-height: 20px;
}
.sr_site .duree {
	margin-top: 40px;
	font-weight: bold;
	font-size: 20px;
}
.sr_site .speedroute-btn-inverse{
	margin-left: 20px;
	cursor: pointer;	
}
.sr_site .speedroute-btn-inverse, .sr_site .trajet {
	margin-top: 20px;
}
.sr_site .feuilleRoute{
	position: absolute;
	top: 0;
	overflow: auto;
	width: 33%;
	left: -33%;
	background-color: white;
	font-size: 11px;
}
.sr_site .feuilleRoute ul {
	display: block;
	margin: 0 3%;
	width: 94%;
}
.sr_site .feuilleRoute li {
	float: left;
	padding: 10px 0;
	width: 100%;
	border-bottom: dashed 1px #ccc;
	list-style: none;
	line-height: 20px;
}
.sr_site .feuilleRoute i {
	margin-right: 0px;
}
.sr_site .feuilleRoute span.instructions {
	width: 100%;
}
.sr_site .feuilleRoute span.box-direction {
	display: block;
	float: left;
	padding:2px 10px;
	min-width: 80px;
	height: 20px;
	color: #fff;
	text-align: center;
}
.sr_site .feuilleRoute .more-dark {
	background: #121212;
}
.sr_site .feuilleRoute .dark {
	background: #666;
}
.sr_site .envoiAmi {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999999;
	display: none;
	margin-top: -140px;
	margin-left: -340px;
}
/**
 * FORMULAIRE ENVOI A UN AMI
 */

 .sr_site .form-envoi-speedroute{
 	margin: 0;
 }
 .sr_site .form-envoi-speedroute textarea{
 	margin-top: 0;
 }
 .sr_site .speedroute-mail-return span{
 	display: none;
 }
 .sr_site .hide-speedroute{
 	display: none;
 }
 .sr_site .speedroute-loader-receiver{
	position: relative;
	top: 50%;
	left: 50%;
}
.speedroute-origin-position{
	position: relative;
}
/**
 * Liste de propostions d'itineraire de google map
 */
.pac-container{
	color: black;
}