.sr_fullscreen *{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.sr_fullscreen {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:0;
	overflow:hidden;
	color: black;
	font-size:14px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	direction: ltr;
}
.sr_fullscreen .speedroute, .sr_fullscreen .speedroute-map-receiver {
	z-index: 1;
	width:100%;
	height:100%;
}
.sr_fullscreen .title-speedroute {
	margin:10px 0;
	font-size: 25px;
	color:inherit;
	font-weight:bold;
	font-family:inherit;
	line-height:20px;
	text-rendering:optimizelegibility;
}
.sr_fullscreen a {
	text-decoration:none;
}
/**
 * SLIDE
 */
.sr_fullscreen .slide-speedroute {
	position:absolute;
	top:0;
	right:-40%;
	bottom:0;
	z-index:2;
	width:40%;
	height:auto;
	background:#fff;
	-webkit-box-shadow:0px 0px 2px 1px #666;
	box-shadow:0px 0px 2px 1px #666;
}
/**
 * TOOLBAR
 */
.sr_fullscreen .toolbar-speedroute {
	width:100%;
	height:130px;
	background:#fff;
	-webkit-box-shadow:0px 0px 2px 1px #666;
	box-shadow:0px 0px 2px 1px #666;
	text-align:center;
	text-align:center;
}

.sr_fullscreen .toolbar-speedroute> * {
	margin-top:5px;
	margin-bottom:5px;
}
.sr_fullscreen .toolbar-speedroute .speedroute-btn-inverse {
	cursor:pointer;
}
.sr_fullscreen  .toolbar-speedroute .champ-itineraire {
	padding:0 2%;
}
.sr_fullscreen .toolbar-speedroute .speedroute-search-itineraire {
	margin:0;
	padding-right:2%;
	padding-left:2%;
	width:90%;
	height:17px;
}
/**
 * INFOWINDOW
 */
.sr_fullscreen .speedroute-infowindow {
	overflow:hidden;
	max-width: 300px;
	height: 100%;
	text-align:center;
	font-size:10px;
}
.sr_fullscreen .speedroute-infowindow .title-speedroute {
	margin:5px 0;
	font-size:1.3em;
}
.sr_fullscreen .speedroute-infowindow .speedroute-btn-open {
	margin-top:5px;
}
/**
 * FEUILLE DE ROUTE
 */
.ar .sr_fullscreen .feuilleRoute {
	direction: rtl;

}
.sr_fullscreen .feuilleRoute {
	position:absolute;
	top:130px;
	right:-100%;
	bottom:0;
	overflow:auto;
	width:100%;
	height:auto;
	background-color:white;
	font-size:11px;

}
.sr_fullscreen .feuilleRoute ul {
	display:block;
	margin:0 3%;
	width:94%;
}
.sr_fullscreen .feuilleRoute li {
	float:left;
	padding:10px 0;
	width:100%;
	border-bottom:dashed 1px #ccc;
	list-style:none;
	line-height:20px;
}
.sr_fullscreen .feuilleRoute i {
	margin-right:0px;
}
.sr_fullscreen .feuilleRoute .speedroute-close-feuilleRoute {
	position:absolute;
	top:10px;
	right:10px;
}
.sr_fullscreen .trajet {
	display:block;
	padding:5px;
	font-weight:bold;
	line-height:20px;
}
.sr_fullscreen .duree {
	margin-top:40px;
}
.sr_fullscreen .feuilleRoute span.instructions {
	width:100%;
}
.sr_fullscreen .feuilleRoute span.box-direction {
	display:block;
	float:left;
	padding:2px 10px;
	min-width:80px;
	height:20px;
	color:#fff;
	text-align:center;
}
.sr_fullscreen .feuilleRoute .more-dark {
	background:#121212;
}
.sr_fullscreen .feuilleRoute .dark {
	background:#666;
}
/**
 * FORMULAIRE ENVOI A UN AMI
 */
.sr_fullscreen .envoiAmi {
	position:absolute;
	top:50%;
	left:50%;
	z-index:999999;
	display:none;
	margin-top:-140px;
	margin-left:-340px;
}

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