/*
 * Kameleo T2 Template Graphical configuration
 */
 
/* default values */

html {
	height: 100%;
}

body {

	/* 
		define the font of the page here:
		(linehgiht, color, size etc... You can specify the font for the titles later)
	*/
	
	font-family: 'Noto Serif', serif;
    font-size: 14px; /* Better to use % here and then EM in content but you could use PX, PT, % or EM */
    line-height: 21px; /* Better to use PX here but you could use PX, PT, % or EM */
    
    /* font color */
    color: #858177;
    height: 100%;
    
    /* background of the page, can contain a image. would be like this background: #000 url(yourimage.jpg) center top no-repeat; */
    background: #eee9e5;  /* specify an image for the top background of the site, for exemple a gradient (usual name: "bg_top.png") */
}
div.clr {clear: both; height: 0; outline: none;}
div.clr.sep { margin-bottom: 10px; outline: none;}

h4{
	font-size:1em;
	margin-top:20px;
	margin-bottom:2px;
}

/* specify additional backgrounds here */
div#w0 {
    min-height: 100%;
    overflow: hidden;
}

div#w1 {
    height: 100%;
}

div#w2 {
    height: 100%;
	/*background: transparent url(img/bg_bottom.png) center bottom repeat-x;
    uncomment if you want to set a footer image on all width of the browser */
}

div#w3 {
    height: 100%;
}
span.wrongemail {
	color: #FF2626;
	font-weight: 700;
}
/*slider*/




/* typos */

h1, h2, h3, h4 { /* Titles */
    font-weight: bold;
    color: #4c413c;
    margin-bottom: 10px;
    position: relative;
}

h2 a, h2 a:visited, h3 a {
	text-decoration: none;
	font-size: 0.7895em;
	font-weight: 400;
	padding-left: 15px;
}

h2 span {
	position: absolute;
	width: 0;
	height: 0;
	padding: 64px 0 0 64px;
	left: -60px;
	top: -15px;
	background: url(img/Parcours@2x.png) center 4px no-repeat;
	background-size:40px;
}

h2 span.event {
	background: url(img/ballons@2x.png) center 4px no-repeat;
	background-size:40px;
}

h2 a:hover {
	text-decoration: underline;
}

h1, h2 { /* paragraph title */
    font-size: 1.3571em;
}

.home h1 { /* page title */
    font-size: 1.385em;
}

h3 { /* module title */
    font-size: 1.25em;
    margin:0 0 10px 0;
}

.profile h3 {
	margin-bottom: 16px
}

h4 {
	font-size: 1.4286em;
	font-weight: 400;
}

div.c3 h1, div.c3 h2, div.c3 h3 { /* titles in the third (right) column */
    color: #00000;
    font-size: 1em;
}

/* underline / sous-ligni� / highlight */

u {
    color: #fff; /* couleur du texte */
    background: #152937; /* couleur de fond du highlight */
    text-decoration: none; 
    padding: 2px 5px 2px 5px; /* espacement */
}


/* global link color & style */

a:link, a:visited {
	/* color of the links */
    color: #692b87;
}

a.more {
	padding: 5px 45px 5px 0;
	background: url(img/more.png) right 7px no-repeat;
}

ul.listing li a {
	text-decoration: none;
	font-style: italic;
	font-size: 1.0714em;
	color: #615b4e;
}

ul.listing li a span {
	color: #fff;
	text-shadow: -1px -1px 2px #642285;
	border: 5px solid #e7e3df;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285')";
	background-image: -moz-linear-gradient(top, #8038a4, #642285);
	background-image: -ms-linear-gradient(top, #8038a4, #642285);
	background-image: -o-linear-gradient(top, #8038a4, #642285);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#8038a4), to(#642285));
	background-image: -webkit-linear-gradient(top, #8038a4, #642285);
	background-image: linear-gradient(top, #8038a4, #642285);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

ul.listing li a:hover span {
	background-image: -moz-linear-gradient(top, #642285, #551973);
	background-image: -ms-linear-gradient(top, #642285, #551973);
	background-image: -o-linear-gradient(top, #642285, #551973);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#642285), to(#551973));
	background-image: -webkit-linear-gradient(top, #642285, #551973);
	background-image: linear-gradient(top, #642285, #551973);
}

ul.listing.event li a:hover {
    padding-right: 50px;
}

a:hover, a:focus, a:active, ul.listing li a:hover {
    /* color of the mouse hover, and active state (when you actually press the mouse bouton) */
    color: #000;
    text-shadow: 1px 1px 0px rgba(250,250,250, .9);
    text-decoration: none;
}


/* paragraphs (block de contenu) */

p {
	margin:	0 0 12px 0; /* margin: top right bottom left; */
}

p.cent {
	text-align: center;
}

div.c3 p {
	color: #9c9c9c; /* color of third column paragraphs*/
}

div.object {
	margin: 0 0 20px 0; /* margin: top right bottom left; */
}
/* modules */

div.module {
	margin: 0 0 10px 0; /* margin: top right bottom left; */
}


/* langues */

ul#lang {/* liens vers les diff�rentes langues du site */
    float: right;
    height: 41px;
    width:75px;
    background: url(img/lan.png) no-repeat; 
    padding: 0 21px;q
}

ul#lang li{
    float: left;
    margin: 6px 3px;
    padding: 5px 6px;
}

ul#lang li a{
    text-decoration: none;
    font-size: 13px;
    color: #8d8a9c;
    font-weight: 400;
    padding-right: 1px;
    text-transform:uppercase;
}

ul#lang li a:hover{
    color: #a198d9;
}


/* structure */

div.center {
	position: relative;
	width: 830px;
	margin: 0 auto;
	padding: 0 15px;
}

/* header */
div#header {
    position: relative;
	margin: 0;
	padding-top: 40px;
	height: 450px; /* height of your header image */
	/*background: url(img/Home_Header.jpg) center 30px no-repeat; /* url to your header image */
}
div#header.fix {
	height: 380px;
}
div#header .top{
	position: absolute;
	z-index: 210;
	top: 0;
	width: 100%;
	margin-bottom: -40px;
	background: transparent url(img/nav_bg.png) center bottom no-repeat; /* url to your header image */
}
div#header .bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

div#header .center{
	height: auto; /* height of your header image */
	padding-bottom: 33px;
}

#login li {
	float: left;
	margin: 0 12px 2px 0;
}

#login li.sep {
	margin-right: 56px;
}

#header #car {
    background: transparent url(img/Home_Header_car.png) center center no-repeat;
    position: absolute;
    z-index: 212;
    bottom: -57px;
    left: 580px;
    width: 255px;
    height: 0;
    overflow: hidden;
    padding: 219px 0 0 0;
}


/* content */
div#content {
	position: relative;
	z-index: 211;
    min-height: 100%;
    margin-top: -70px;
}

#content {
    min-height:200px; /* specifies minimum height for the content all 3 lignes are important */
    height:auto !important;
	height:200px;
	padding-bottom: 265px;
}

/* content zones */

#content .bloc {
	padding: 64px 0 20px 0;
	min-height: 80px;
	background: url(img/section_bg.png) center top no-repeat; /* url to your separator image */
	/*overflow: hidden; ALAIN */
}

ul.listing li {
	background: url(img/lists_sep.png) center bottom no-repeat;
	padding: 8px 0;
}

ul.listing li.last {
	background: none;
}

ul.listing li h4, ul.listing li p{
	display: inline-block;
	width: 240px;
	padding-right: 20px;
}

ul.listing li a span {
	display: inline-block;
	font-size: 1.33334em;
	margin-right: 35px;
	width: 24px;
	height: 24px;
	padding: 8px;
	text-align: center;
	-moz-border-radius: 29px;
	-webkit-border-radius: 29px;
	border-radius: 29px;
}

/* itineraries, icons & stuff */

h1 span.origin, h1 span.destination {
	font-size: 0.7895em;
	font-family: 'Open sans', sans-serif;
	font-weight: 400;
	margin-left: 18px;
	width: 164px;
	display: inline-block;
	padding: 1px 0 20px 30px;
	background: url(img/places.png) left top no-repeat;	
}
h1 span.destination {
	margin-left: 8px;
	background-position: -476px top;
}

/* forms */

form {
	padding-top: 10px;
	position: relative;
	*position: static;
}
form.search fieldset {
	float: left;
	margin: 0 20px 20px 0;
}
form .right {
	float: right;
}
form label, label {
	font-style: italic;
	font-weight: bold;
}
#datepicker {
	display: none;
	position: absolute;
	top: 10px;
	left: 50px;
	width: 474px;
	background-color: #faf9f7;
	border: 1px solid #f5f3f0;
	box-shadow: 0 0 0 4px #e1ddd9;
	padding: 18px;
	z-index:2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
input, textarea, input[type="submit"], input[type="button"] {
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
}
	
input, textarea, select , input[type="submit"], input[type="button"], a#dateToggle, a#changeItinerary, .listing .col4 a, ul.listing li a.proposer, a.button {
	text-decoration:none;
	position: relative;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	
	padding: 16px;
	outline: none;
	border: 1px solid #c9c6be;
	box-shadow: 0 0 0 4px #e1ddd9;
	font-family: 'Noto Serif', serif;
	font-size: 1.071em;
    color:    #615b4e;
    font-style: italic;
	line-height: 18px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f1f1f1', endColorstr = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f1f1f1', endColorstr = '#ffffff')";
	background-image: -moz-linear-gradient(top, #f1f1f1, #ffffff);
	background-image: -ms-linear-gradient(top, #f1f1f1, #ffffff);
	background-image: -o-linear-gradient(top, #f1f1f1, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f1f1f1), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f1f1f1, #ffffff);
	background-image: linear-gradient(top, #f1f1f1, #ffffff);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

input, select , input[type="submit"], input[type="button"], a#dateToggle, a#changeItinerary, .listing .col4 a, ul.listing li a.proposer {
    height: 52px;
}

.friform fieldset {
	width: 275px;
	float: left;
	margin: 0 34px 24px 0;
}
.friform fieldset input {
	width: 285px;
}
form.search select, form.search input.origin, input[type="submit"]{
	width: 240px;
}
form.search input.origin, form.search input.destination {
	width: 222px;
	*height: 50px;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus, a#dateToggle:hover {
	box-shadow: 0 0 0 4px #fff;
}

select, a#dateToggle {
	cursor: pointer;
	background: url(img/select.png) right center no-repeat;
	border: 1px solid #f5f3f0;
}
a#dateToggle, a#changeItinerary  {
	position: relative;
	cursor: pointer;
	background: url(img/but_bg.png) right center repeat-x;
	border: 1px solid #f5f3f0;
	display: block;
	padding-left: 40px;
}

a#changeItinerary  {
	position: relative;
	z-index: 1;
	padding-left: 16px;
	text-decoration: none;
	float: right; 
}
a#dateToggle span {
	position: absolute;
	display: block;
	width: 54px;
	height: 50px;
	top: 0;
	left: 0;
	background: url(img/date.png) center center no-repeat;
}
input[type="radio"] {
	overflow: hidden;
	cursor: pointer;
	width: 21px;
	height: 21px;
	padding: 0;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	margin: 0 10px 0 14px;
	vertical-align: middle;
	background-position: center center;
}
input[type="radio"]:checked {
	background: #fff url(img/radio_on.png) center center no-repeat;
}

input[type="submit"],input[type="button"] {
	color: #fff;
	cursor: pointer;
	text-shadow: -1px -1px 2px #642285;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285')";
	background-image: -moz-linear-gradient(top, #8038a4, #642285);
	background-image: -ms-linear-gradient(top, #8038a4, #642285);
	background-image: -o-linear-gradient(top, #8038a4, #642285);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#8038a4), to(#642285));
	background-image: -webkit-linear-gradient(top, #8038a4, #642285);
	background-image: linear-gradient(top, #8038a4, #642285);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
:root input[type="submit"],:root input[type="button"] {
    background-color:#8038a4;
}
input[type="submit"],input[type="button"] {
    background-color:#8038a4\9;
}
input[type="submit"]:hover, input[type="submit"]:focus,input[type="button"]:hover, input[type="button"]:focus {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#642285', endColorstr = '#8038a4');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#642285', endColorstr = '#8038a4')";
	background-image: -moz-linear-gradient(top, #642285, #8038a4);
	background-image: -ms-linear-gradient(top, #642285, #8038a4);
	background-image: -o-linear-gradient(top, #642285, #8038a4);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#642285), to(#8038a4));
	background-image: -webkit-linear-gradient(top, #642285, #8038a4);
	background-image: linear-gradient(top, #642285, #8038a4);
}

input.origin, input.destination {
	padding-left: 40px;
	background-image: url(img/places.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	width: 218px;
	float: left;
}
input.destination {
	background-position: -868px 6px;
}

::-webkit-input-placeholder { /* WebKit browsers */
	font-family: 'Noto Serif', serif;
    color:    #949085;
    font-style: italic;
    padding-left: 2px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: 'Noto Serif', serif;
    color:    #949085;
    font-style: italic;
    padding-left: 2px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: 'Noto Serif', serif;
    color:    #949085;
    font-style: italic;
    padding-left: 2px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-family: 'Noto Serif', serif;
    color:    #949085;
    font-style: italic;
    padding-left: 2px;
}


/* transitions */ 

#content a, ul.listing li a span, #mainNav ul li a, #header #topNav li a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

input, textarea, select , input[type="submit"], a#dateToggle, #header #topNav li a#connexion, #header #login #account{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/* hideables */

.accordion .hideable {
	display: none;
}

/* navigation */

div#mainNav {
	width: auto;
	height: auto;
}

#mainNav, #header #topNav {
	margin-right: -18px;
	padding: 0;
	text-align: left;
	background: none;
}

#mainNav {
    float: right;
    padding: 10px 4px 0 0;
}

#mainNav ul li, #header #topNav li {
	float: left;
	text-transform: none; /* puts all words in uppercase in main menu (change to none if you want lowcase) */
}

#mainNav ul li a, #header #topNav li a { /* style of the main navigation links */
	font-family: 'Open sans', sans-serif;
	font-size: 1.1429em;
	font-style: italic;
	text-decoration: none;
	float: none;
	padding: 12px 16px;
}

#mainNav ul li a {
    display: block;
    float: left;
}

#mainNav ul li a:hover, #mainNav ul li.on a {
	color: #000;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}

#mainNav ul li a:hover {
    padding: 15px 16px 9px;
}


/* topNav */

#header #topNav {
	height: 28px;
	padding: 0 2000px;
	margin: 0 -2000px 8px;
	background: #663380 url(img/top_sep.png) center bottom no-repeat;
}

#header #topNav li {
    float: right; 
	padding: 3px 0;
}

#header #topNav li.lang {
    float: left;
    padding-right: 12px;
    margin: 0 0 0 46px;
    border-left: 1px solid #522966;
}

#header #topNav li a{
	font-size: 0.9286em;
	font-style: normal;
	color: #d4c5db;
	padding: 5px 11px 5px 10px;
	border-left: none;
    border-right: 1px solid #522966;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
} 

#header #topNav li a#connexion, #header #login #account, #header #topNav li.lang a {
	color: #faf0f2;
	cursor: pointer;
    padding: 5px 10px 5px 11px;
}
#header #topNav li a#connexion {
    border-left: 1px solid #522966;   
}

#header #topNav li a:hover, #header #topNav li a:focus, #header #topNav li a#connexion:hover, #header #login a#account:hover, #header #topNav li a#connexion:focus, #header #login a#account:focus, #header #topNav li.lang a:focus, #header #topNav li.lang a:hover {
	color: #fff;
	background-color: #412152;
}

/* secNavigation */

div#header ul#secNav { /* left column styling */
	margin-left: -10px;
	padding: 0;
	background: none;
	text-transform: none;
}

div#secNavCt {
	width: 920px;
	left: 0;
}

div#header ul#secNav li{ /* left column styling */
	float:left;
}

div#header ul#secNav li a { /* left column styling */
	text-decoration: none; /* means: no underline */
	margin: 0 0 0 0; /* spaceing: none */
	padding: 5px 10px 3px ;
	height: 16px;
	color: #a0cc3a;
	font-size: 0.769em;
	text-transform: uppercase;
	font-weight: 100;
	background: none;
	width: auto;
	height: auto;
	display: block;
	float: none;
}

div#header ul#secNav li a:hover, div#header ul#secNav li a:active, div#header ul#secNav li.on a { /* changes to apply to links when active or mouseHover */
	background: none;
	color: #9c9c9c;
}

/* login */

#header #login .hideable{
	width: 830px;
}
#header #login .hideable.open {
    min-height: 310px;
}

#header #login >div{
	position: relative;
	padding: 30px 0;
	background: url(img/head_sep.png) center top no-repeat;
}
#header .bloc.car {
	background: url(img/car_login.png) center center no-repeat;
	padding: 171px 0 0 212px;
	position: absolute;
	right: 40px;
	bottom: 40px;
}
#header .bloc {
	padding: 18px 0 15px 0;
	background: url(img/head_sep.png) center bottom no-repeat;
}
#header .bloc.last {
	background: none;
}

#header #login p.loginbutton {
    color: #4c413c;
	font-family: 'Open sans', sans-serif;
}

#header #login #account_fb {
	display: inline-block;
	float: left;
	background: url(img/account_fb.png) center top no-repeat;
	padding: 54px 0 0 254px;
	margin-right: 14px;
	width: 0;
	height: 0;
	overflow: hidden;
}
body[data-lang="de"] #header #login #account_fb {
    background: url(img/account_fb_de.png) center top no-repeat;
}

#header #login #account {
	text-transform: uppercase;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	padding: 8px;
	width: 238px;
	margin: 0 0 0 14px;
	text-shadow: -1px -1px 2px #642285;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285')";
	background-image: -moz-linear-gradient(top, #8038a4, #642285);
	background-image: -ms-linear-gradient(top, #8038a4, #642285);
	background-image: -o-linear-gradient(top, #8038a4, #642285);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#8038a4), to(#642285));
	background-image: -webkit-linear-gradient(top, #8038a4, #642285);
	background-image: linear-gradient(top, #8038a4, #642285);
	border: 1px solid #8a48ab;
	-moz-box-shadow: 0px 0px 2px #7f2da8;
	-webkit-box-shadow: 0px 0px 2px #7f2da8;
	box-shadow: 0px 0px 2px #7f2da8;
}


/* styling of the default contents (middle column)*/

/* lists */
div#content div.c2 div.wrap ul {
	list-style-type: disc;
	margin: 0 0 0 15px;
}

div#content div.c2 div.wrap ul ul {
	list-style-type: circle;
}

/* tables */
table {

}

table tr td {
	padding-right: 16px;
}

/* shop */

/*
.kProductInfos {
	background: url(img/bg_shop.png) repeat-x;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.kProduct a:link p.price.action .action, .kProduct a:visited p.price.action .action, .kProductDetail p.price.action .action {
	color: #cc3b0a;
}

.kProductDetailMore{
	background: url(img/bg_shop.png) repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.kProductInfos .reference {
	display: none;
}

.kProductInfos .specs {
	padding-right: 3px;
	margin: 0 0 6px 0;
}

.kProduct p.price{
	margin: 0;
}

a.button.kToScart {
	background: url(img/buy_btn.png) no-repeat;
}

#kScart a.sCartOrder{
	background: url(img/buy_btn.png) center top no-repeat ;
}

#kScart a.sCartOrder:hover{
	color: #A35D2E;
}

a.button.kToScart:hover {
	color: #A35D2E;
}
a.kButton.continue{
	background: url(img/buy_btn.png) center top no-repeat ;
}
a.kButton.continue:hover{
	color: #A35D2E;
}
input.kButton.continue{
	background: url(img/buy_btn.png) center top no-repeat ;
}
input.kButton.continue:hover{
	color: #A35D2E;
}
a.kButton.retour:hover {
	color: #A35D2E;
}
*/

/* footer */
div#footer {
    overflow: hidden;
    font-family: 'Open sans', sans-serif;
	background: url(img/ft_bg.png) center top no-repeat; /* background image of your footer (usual name: "ft_cn.png") */
	height: auto; /* height of your footer image */
	margin-top: -230px; /* sticky-footer margin negatif */
	z-index: 1000;
    position: relative;
}
div#footer img {
    display: block;
    margin: 0 auto;
}
div#footer div.center{
    padding: 55px 15px 0;
    border: none;
}
div#footer div.left {
    width: 200px;
    margin-right: 35px;
}
div#footer #sponsors .left {
    width: auto;
    margin-left: 90px;
}
div#footer #sponsors .right {
    padding-top: 5px;
}
div#footer #contact {
    padding-bottom: 12px;
}
div#footer #contact div.left {
    border-right: 1px solid #63387a;
    text-align: center;
}
div#footer a {
    text-decoration: none;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
div#footer a:hover {
    text-shadow: none;
    opacity: 0.6;
}
div#footer div.right {
    width: 590px;
    padding-top: 2px;
}
div#footer #contact h2 {
    color: #fff;
}
div#footer #sponsors .left h2 {
    margin: 3px 0 0 40px;
    max-width: 160px;
}
div#footer #credits, div#footer #credits a {
    color: #cfbad9;
}
div#footer, div#footer a {
    font-size: 12px;
    color: #eee6f2;
}
div#footer div#sponsors {
    background-color: #fff;
    margin: 0 -2000px;
    padding: 16px 2000px 14px;
}
div#footer div#sponsors a {
    display: block;
    float: left;
    height: 48px;
    width: 0;
    overflow: hidden;
    padding: 0 0 0 110px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
div#footer div#sponsors a.ocn {
    padding: 0 0 0 90px;
}
div#footer div#sponsors a.tpf {
    padding: 0 0 0 70px;
}
div#footer div#sponsors a:hover {
    opacity: 0.6;
}
div#footer div#sponsors a.groupe-e {
    background: url(img/groupe-e.png) -4px 2px no-repeat;
}
div#footer div#sponsors a.tpf {
    background: url(img/tpf_footer.png) left 2px no-repeat;
}
div#footer div#sponsors a.acf {
    background: url(img/acf.png) 15px 2px no-repeat;
}
div#footer div#sponsors a.ocn {
    background: url(img/ocn.png) 0 0 no-repeat;
}

/* logo */
strong#logo a {
	position: absolute;
	
	top: 28px; /* position in the header from the top (can use bottom to)*/
	left: 0; /* position in the header from the left (can use right to)*/
	padding: 73px 0 0 241px;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    background: url(img/Frimobility_logo.png) 10px 10px no-repeat;
}
strong#logo a:hover {
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#slider {
    background: url(img/slide_bg.jpg) center top repeat-x;
    width: 100%;
    height: 450px;
    position: relative;
}

#fix {
    height: 370px;
    background: url('img/frimobility_static.jpg') center center no-repeat;
}

#map{
    position: absolute;
	z-index: 0;
	height:440px;
	width:100%;	
}

#map .gm-style >.gmnoprint {
	margin-top: 30px;
}

/* Daypick*/
#daypick.full span {
	margin-bottom: 16px;
	display:block;
}
#daypick input[type=checkbox] {
	padding: 9px;
	height: 20px;
	margin: 0 10px 0 0;
	cursor: pointer;
	vertical-align: middle;
}
#daypick input[type=checkbox] {
    padding: 0\9;
    height: 20px\9;
    margin: 0\9;
    margin-right: 10px\9;
}
#daypick input[type=checkbox].checked {
	background: #743991;
}
#daypick input[type=text] {
	padding: 15px 8px;
	height: 45px;
	width: 100px;
	cursor: pointer;
	margin: 0 15px 0 0;
	vertical-align: middle;
}
#tpick input[type=text] {
	padding: 15px 8px;
	height: 0;
	width: 100px;
	cursor: pointer;
	margin: 0 15px 0 0;
	vertical-align: middle;
}
#daypick #duplicate {
    display: none;
}
#daypick em {
	vertical-align: middle;
	margin-right:10px;
	display: inline-block;
}
#daypick.full em {
	margin-right:10px;
	min-width:70px;
}
#trajet {
	margin-bottom: 20px;
}
.time-picker {
	position: absolute;
	width: 100px;
	background: #fff;
	z-index: 1000;
	border-radius: 7px;
	text-align: center;
	font-size: 16px;
	overflow-y: scroll;
	height: 190px;
	cursor: pointer;
}
.time-picker ul li:hover {
	background-color: #642285;
	color: #fff;
}

input[type="submit"].dateok {
	width: 50px;
	padding: 0;
	height: 30px;
	float: right;
	margin-top: -30px;
}
#eventcomplete {
	margin: 0 2px 12px;
	width: 365px;
	height: 20px;
}
#closedate {
	background: url('../css/img/close.png') no-repeat;
	padding: 7px;
	background-size: 12px;
	float: right;
	margin-top: -10px;
	margin-right: -10px;
	cursor: pointer;
}

/* Listing */
.listing li {
    position: relative;
}
.listing .pass {
	display: block;
	position: absolute;
	left: -37px;
	top: 10px;
	background: url('../css/img/passager.png') left top no-repeat;
	padding: 27px 35px;
}
.listing .cond {
	display: block;
	position: absolute;
	left: -25px;
	top: 10px;
	background: url('../css/img/conducteur.png') left top no-repeat;
	padding: 28px 35px;
}
.listing .deux {
	display: block;
	position: absolute;
	left: -25px;
	top: 10px;
	background: url('../css/img/deux.png') left top no-repeat;
	padding: 25px 35px;
}
.listing .epingle {
	background: url('../css/img/epingle.png') no-repeat;
	padding: 10px 18px;
	position:absolute;
	height:40px;
	left:-25px;
	top:0;
}
.listing .car {
	background: url('../css/img/car.png') no-repeat;
	padding: 5px 20px;
}
.listing .oneway {
	background: url('../css/img/oneway.png') no-repeat;
	padding: 0 20px;
	margin-left: 10px;
}
.listing .roundtrip {
	background: url('../css/img/roundtrip.png') no-repeat;
	padding: 0 20px;
	margin-left: 10px;
}

.listing .places {
	
}
.listing .dispo {
	display: block !important;
	padding-left: 35px;
    text-transform: capitalize;
    color: #4c413c;
}
.listing span {
	color: #4c413c;
}
.listing span.on {
	color: #599e18;
}
.listing .start {
	position:relative;
	font-size:0.9em;
	padding-left:10px;
	margin: 0 0 4px 25px;
}
.listing .end {
	
}
ul.listing{
	margin-bottom:30px;
}
ul.listing li h4, ul.listing li p {
	width: auto;
}
ul.listing li h4 {
	width: 380px;
	padding-left: 50px;
}
ul.listing.event li h4 {
	padding-left: 30px;
}
.listing .col1,
.listing .col2,
.listing .col3,
.listing .col4 {
	display: inline-block;
}
.listing .col4 a {
	padding: 10px 25px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	text-shadow: -1px -1px 2px #642285;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285')";
	background-image: -moz-linear-gradient(top, #8038a4, #642285);
	background-image: -ms-linear-gradient(top, #8038a4, #642285);
	background-image: -o-linear-gradient(top, #8038a4, #642285);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#8038a4), to(#642285));
	background-image: -webkit-linear-gradient(top, #8038a4, #642285);
	background-image: linear-gradient(top, #8038a4, #642285);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: block;
    float: left;
    height: 42px;
    margin-right: 10px;
}

a#tpf  {
	position: relative;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	
	padding: 16px;
	outline: none;
	border: 1px solid #c9c6be;
	box-shadow: 0 0 0 4px #e1ddd9;
	font-family: 'Noto Serif', serif;
	font-size: 1.071em;
    color: #555555;
    font-style: italic;
	line-height: 18px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
    
    padding: 10px 25px;
	border-radius: 5px;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285')";
	background-image: -moz-linear-gradient(top, #cecbc8, #cecbc8);
	background-image: -ms-linear-gradient(top, #cecbc8, #cecbc8);
	background-image: -o-linear-gradient(top, #cecbc8, #cecbc8);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#cecbc8), to(#cecbc8));
	background-image: -webkit-linear-gradient(top, #cecbc8, #cecbc8);
	background-image: linear-gradient(top, #cecbc8, #cecbc8);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	clear:both;
	margin-top:10px;
    padding-right:80px;
}
a#tpf img{
    position:absolute;
    right:10px;
    top:2px;
}
:root .listing .col4 a {
    background-color: #642285;
}
.listing .col4 a {
    background-color: #642285\9;
}

.listing .col4 a:hover {
	color: #fff;
	text-shadow: -1px -1px 2px #631e2b;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#642285', endColorstr = '#8038a4');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#642285', endColorstr = '#8038a4')";
	background-image: -moz-linear-gradient(top, #642285, #8038a4);
	background-image: -ms-linear-gradient(top, #642285, #8038a4);
	background-image: -o-linear-gradient(top, #642285, #8038a4);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#642285), to(#8038a4));
	background-image: -webkit-linear-gradient(top, #642285, #8038a4);
	background-image: linear-gradient(top, #642285, #8038a4);
}
:root .listing .col4 a:hover {
    background-color: #642285;
}
.listing .col4 a:hover {
    background-color: #642285\9;
}

ul.listing li a.proposer {
	padding: 10px 25px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	text-shadow: -1px -1px 2px #642285;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285')";
	background-image: -moz-linear-gradient(top, #8038a4, #642285);
	background-image: -ms-linear-gradient(top, #8038a4, #642285);
	background-image: -o-linear-gradient(top, #8038a4, #642285);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#8038a4), to(#642285));
	background-image: -webkit-linear-gradient(top, #8038a4, #642285);
	background-image: linear-gradient(top, #8038a4, #642285);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	clear:both;
	margin-top:10px;
}
:root ul.listing li a.proposer {
    background-color: #642285;
}
ul.listing li a.proposer {
    background-color: #642285\9;
}

ul.listing li a.proposer:hover {
	color: #fff;
	text-shadow: -1px -1px 2px #631e2b;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#642285', endColorstr = '#8038a4');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#642285', endColorstr = '#8038a4')";
	background-image: -moz-linear-gradient(top, #642285, #8038a4);
	background-image: -ms-linear-gradient(top, #642285, #8038a4);
	background-image: -o-linear-gradient(top, #642285, #8038a4);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#642285), to(#8038a4));
	background-image: -webkit-linear-gradient(top, #642285, #8038a4);
	background-image: linear-gradient(top, #642285, #8038a4);
}
:root ul.listing li a.proposer:hover {
    background-color: #642285;
}
ul.listing li a.proposer:hover {
    background-color: #642285\9;
}

.listing .col1 {
	width: 150px;
}
.listing .col2 {
	width: 310px;
	font-family: 'Open sans', sans-serif;
}
.listing .col3{
	width: 90px;
	font-family: 'Open sans', sans-serif;
}
.listing .col4 {
	width: 80px;
}
.listing .last h5 {
	width: 590px;
	text-align: right;
	display: inline-block;
}

/* DATEPICKER TEMPO */
.ui-state-default {
	border: 1px solid #c9c6be;
}
.ui-datepicker:not(.ui-datepicker-inline) {
	background: #fff;
}
.ui-datepicker-calendar tbody tr td a.ui-state-active {
	background-color: #692b87;
	border: 1px solid #692b87;
	color: #fff;
}
.ui-datepicker-header {
	color: #fff;
	height: 35px;
	padding: 16px;
	border: 1px solid #c9c6be;
	box-shadow: 0 0 0 4px #e1ddd9;
	font-family: 'Noto Serif', serif;
	font-size: 1.071em;
	text-shadow: -1px -1px 2px #642285;
    font-style: italic;
	line-height: 18px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285')";
	background-image: -moz-linear-gradient(top, #8038a4, #642285);
	background-image: -ms-linear-gradient(top, #8038a4, #642285);
	background-image: -o-linear-gradient(top, #8038a4, #642285);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#8038a4), to(#642285));
	background-image: -webkit-linear-gradient(top, #8038a4, #642285);
	background-image: linear-gradient(top, #8038a4, #642285);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.ui-datepicker-calendar tbody tr td {
	color: #C94D65;
	font-weight: 900;
}
.ui-datepicker-calendar tbody tr td a{
	background-color: #e1ddd9;
	color: #858177;
}
.ui-datepicker-calendar tbody tr td a:hover{
	background-color: #fff;
	border: 1px solid #692b87;
	color: #692b87;
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
	background-color: transparent;
}
.ui-datepicker-calendar thead tr th {
	color: #4E3E3E;
}
.ui-datepicker-inline.ui-datepicker {
	width: 370px;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 4px 0;
	margin: 0 2px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 5px;
	width: 2.5em;
	height: 1.8em;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	color: #fff;
	text-shadow: -2px -2px 2px #4a1620;
}
.ui-datepicker .ui-datepicker-prev {
	left: 8px;
}
.ui-datepicker .ui-datepicker-next {
	right: 26px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	font-size: 1.2em;
	line-height: 32px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Detail trajets */
.wraphead {
	position: relative;
	width: 100%;
	float: left;
}
.wraphead .dates p.day {
	display: block;
	float: none;
}
.wraphead .dates .week {
	width: 100px;
	float: left;
	margin-top: 10px;
}
.shadowline {
	background: url(img/lists_sep.png) center bottom no-repeat;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
}
.details-trajet {
	margin-left: 40px;
	margin-top: 50px;
}
.listing .details-trajet {
	margin-left: 0;
}
ul.listing li .details-trajet a {
	color: #fff;
}
.details-trajet.head {
	float: left;
	width: 400px;
	margin-top: -35px;
	display: inline-block;
	margin-left: 0;
}
.details-trajet img {
	float: left;
	margin-right: 20px;
}
.details-trajet .profil {
	float: left;
}
.details-trajet .oneway,
.wraphead .oneway {
	background: url('../css/img/oneway.png') no-repeat;
	padding: 0 20px;
	margin-left: 10px;
}
.details-trajet .roundtrip,
.wraphead .roundtrip {
	background: url('../css/img/roundtrip.png') no-repeat;
	padding: 0 20px;
	margin-left: 10px;
}
.wraphead .dates {
	line-height: 10px;
}
.details-trajet .pass {
	background: url('../css/img/passager.png') no-repeat;
	padding: 27px 30px;
	float: left;
}
.details-trajet .cond {
	background: url('../css/img/conducteur.png') no-repeat;
	padding: 28px 30px;
	float: left;
}
.details-trajet .deux {
	background: url('../css/img/deux.png') no-repeat;
	padding: 25px 30px;
	float: left;
}
.details-trajet .epingle {
	background: url('../css/img/epingle.png') no-repeat;
	padding: 10px 18px;
	
}
.details-trajet .lieu.start {
	width: 100%;
	height:50px;

}
.details-trajet .lieu.end {
	float: left;
	*float: none;
}
.details-trajet .adress.start {
	float: left;
	margin-left: 36px;
}
.details-trajet .adress.end {
	float: left;
	margin-left: 283px;
}
.details-trajet span.roundtrip,
.details-trajet span.oneway,
.wraphead span.roundtrip,
.wraphead span.oneway {
	float: left;
	height: 15px;
	margin-top: 20px;
}
.wraphead span.roundtrip,
.wraphead span.oneway {
	margin-top	5px;
}
.details-trajet .trajet {
	margin-top: 40px;
}
.details-trajet .type,
.details-trajet .dates,
.details-trajet .profil,
.details-trajet .trajet {
	position: relative;
}
.details-trajet .type {
	width: 300px;
	float: left;
}
.details-trajet .profil {
	width: 300px;
}
.details-trajet .profil .message {
	float: left;
	width: 350px;
}
.details-trajet .profil .block1 {
	float: left;
	width: 400px;
}
.details-trajet .origin,
.details-trajet .destination {
	background-image: url(img/places.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	padding: 16px;
}
.details-trajet .destination {
	background-position: -868px 6px;
}
.details-trajet .dashedline {
	border-top: 1px dashed #A39E96;
	width: 200px;
	position: absolute;
	top: 26px;
	left: 23px;
}
.details-trajet .lieu .lieu b{
	display: block;
	margin-top: -30px;
	margin-left: 40px;
}
.details-trajet .nom {
	margin-top: -10px;
}
h1.h1trajet {
	width: 50%;
	float: left;
}
a.detailsmore {
	text-decoration: none;
	padding: 10px 25px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	text-shadow: -1px -1px 2px #642285;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285')";
	background-image: -moz-linear-gradient(top, #8038a4, #642285);
	background-image: -ms-linear-gradient(top, #8038a4, #642285);
	background-image: -o-linear-gradient(top, #8038a4, #642285);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#8038a4), to(#642285));
	background-image: -webkit-linear-gradient(top, #8038a4, #642285);
	background-image: linear-gradient(top, #8038a4, #642285);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.details-trajet .message {
	margin-top: 50px;
	margin-bottom: 50px;
}


ul.ui-autocomplete{
	background:white;
	border:solid 1px #bbb;
	width:355px;
	padding:0;	
}
ul.ui-autocomplete li{
	line-height:2em;
	height:2em;
	border-bottom:solid 1px #ddd;
	font-size:0.8em;
	font-weight:bold;
	cursor:pointer;
	padding:5px;
	font-family:arial;
}
ul.ui-autocomplete li a.ui-active-menuitem{
	line-height:2em;
	height:2em;
	border-bottom:solid 1px #ddd;
	font-size:0.9em;
	background:#ddd;
	padding:5px;
	font-family: 'Noto Serif', serif;
}
#maps .map{
	width:370px;
}
#maps .map > div{
	height:250px;
	border:solid 1px #ccc;
	margin-top:10px;
}
#message{
	margin-bottom:50px;	
}
#message textarea{
	
	width:700px;
	height:150px;
	
}
#tpick{
	margin:40px 0;
}
.left{
	float:left;	
}
.right{
	float:right;	
}

#tpick{
	margin-top:15px;	
}

#eventlist{
	margin:20px 0 40px 0;
}
#eventlist input, #eventlist select{
	float:left;
	margin-right:30px;	
}
#searchbtn {
    display: block !important;
}
/* Edit user error */
.error_edit {
	display: none;
	color: #692b87;
}
/* PAGE BIG MAP */
.page_big_map #content {
    padding-bottom: 234px;
}
.page_big_map #content div.center {
    width: 100%;
    padding: 0;
    margin: 0;
}
.page_big_map #content .bloc {
    padding-bottom: 0;
}
.page_big_map #map_big {
    height: 600px;
    margin-top: 4px;
}
.page_big_map #fix {
    display: none;
}
.page_big_map #content .bloc {
    background: none;
}
.page_big_map div#header.fix {
    height: 65px;
}
.page_big_map select {
    padding-right: 35px;
}
.page_big_map div#footer {
    position: relative;
    z-index: 1000;
}
.page_big_map #select_maps {
    position:absolute;
    z-index: 1000;
    background: #fff;
    height: 169px;
    width: 180px;
    top: 50px;
    right: 30px;
    padding: 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #c9c6be;
    box-shadow: 0 0 0 4px #e1ddd9;
    font-family: 'Noto Serif', serif;
    color: #615b4e;
    font-style: italic;
    line-height: 18px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f1f1f1', endColorstr = '#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f1f1f1', endColorstr = '#ffffff')";
    background-image: -moz-linear-gradient(top, #f1f1f1, #ffffff);
    background-image: -ms-linear-gradient(top, #f1f1f1, #ffffff);
    background-image: -o-linear-gradient(top, #f1f1f1, #ffffff);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#f1f1f1), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f1f1f1, #ffffff);
    background-image: linear-gradient(top, #f1f1f1, #ffffff);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.page_big_map #select_maps span {
    font-size: 12px;
}
.page_big_map #select_maps i.bike,
.page_big_map #select_maps i.park,
.page_big_map #select_maps i.tpf,
.page_big_map #select_maps i.reload {
    height: 22px;
    width: 20px;
    display: block;
    float: left;
    margin-right: 5px;
}
.page_big_map #select_maps i.bike {
    background: url('img/bike.png') no-repeat;
    background-size: 20px 20px;
}
.page_big_map #select_maps i.park {
    background: url('img/park.png') no-repeat;
    margin-left: 3px;
    margin-right: 2px;
}
.page_big_map #select_maps i.tpf {
    background: url('img/tpf.png') no-repeat;
    background-size: 20px 20px;
}
.page_big_map #select_maps i.reload {
    background: url('img/reload.png') no-repeat;
    background-size: 20px 20px;
}
.page_big_map #select_maps span.all,
.page_big_map #select_maps span.remove {
    color: #000;
    cursor: pointer;
}
.page_big_map #select_maps h5 {
    text-decoration: underline;
    margin-top: -7px;
    margin-bottom: 5px;
}
.page_big_map #select_maps .select {
    border: 1px solid #888;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 4px;
    background: #F5F5F5;
    cursor: pointer;
    box-shadow: 0 0px 11px -5px black;
    display: block;
}
.page_big_map #select_maps .select.active {
    box-shadow: inset 0 0px 11px -5px black;
}
/* Alert Delete */
#alert_delete {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 100px;
    margin-top: -50px;
    margin-left: -200px;
    background-color: #faf9f7;
    border: 1px solid #f5f3f0;
    box-shadow: 0 0 0 4px #e1ddd9;
    padding: 18px;
    z-index:2;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#alert_delete input[type="submit"] {
    width: 100px;
    position: absolute;
    bottom: 10px;
    height: 40px;
    padding: 0;
}
#alert_delete .btndltyes {
    right: 130px;
}
#alert_delete .btndltno {
    right: 20px;
}
#deletebtn.edit {
    width: 115px;
    height: 42px;
    line-height: 0;
}
#deleteForm {
    padding-top: 0;
}
a.edit_event,
.new_route_event .proposer {
	position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    outline: none;
    border: 1px solid #c9c6be;
    box-shadow: 0 0 0 4px #e1ddd9;
    font-family: 'Noto Serif', serif;
    font-size: 1.071em;
    color: #615b4e;
    font-style: italic;
    line-height: 18px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f1f1f1', endColorstr = '#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f1f1f1', endColorstr = '#ffffff')";
    background-image: -moz-linear-gradient(top, #f1f1f1, #ffffff);
    background-image: -ms-linear-gradient(top, #f1f1f1, #ffffff);
    background-image: -o-linear-gradient(top, #f1f1f1, #ffffff);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#f1f1f1), to(#ffffff));
     background-image: -webkit-linear-gradient(top, #f1f1f1, #ffffff);
    background-image: linear-gradient(top, #f1f1f1, #ffffff);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	padding: 10px 25px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	text-shadow: -1px -1px 2px #642285;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8038a4', endColorstr = '#642285')";
	background-image: -moz-linear-gradient(top, #8038a4, #642285);
	background-image: -ms-linear-gradient(top, #8038a4, #642285);
	background-image: -o-linear-gradient(top, #8038a4, #642285);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#8038a4), to(#642285));
	background-image: -webkit-linear-gradient(top, #8038a4, #642285);
	background-image: linear-gradient(top, #8038a4, #642285);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: block;
	float: left;
	text-decoration: none;
	position: absolute;
    right: 15%;
    top: -60px;
}
a.edit_event:hover,
.new_route_event .proposer {
	color: #fff;
	text-shadow: -1px -1px 2px #631e2b;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#642285', endColorstr = '#8038a4');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#642285', endColorstr = '#8038a4')";
	background-image: -moz-linear-gradient(top, #642285, #8038a4);
	background-image: -ms-linear-gradient(top, #642285, #8038a4);
	background-image: -o-linear-gradient(top, #642285, #8038a4);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#642285), to(#8038a4));
	background-image: -webkit-linear-gradient(top, #642285, #8038a4);
	background-image: linear-gradient(top, #642285, #8038a4);
}
.new_route_event .proposer {
	position: relative;
	float: none;
	right: auto;
	top: auto;
	width: 290px;
	display: inline-block;
}
.new_route_event #tpf {
	text-decoration: none;
	display: inline-block;
	margin-left: 50px;
}
.description_event {
	clear: left;
	float: left;
	width: 70%;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: justify;
}
.img_event {
	float: right;
	margin-top: -40px;
	position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #c9c6be;
    box-shadow: 0 0 0 4px #e1ddd9;
    font-family: 'Noto Serif', serif;
    font-size: 1.071em;
    color: #615b4e;
    font-style: italic;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f1f1f1', endColorstr = '#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f1f1f1', endColorstr = '#ffffff')";
    background-image: -moz-linear-gradient(top, #f1f1f1, #ffffff);
    background-image: -ms-linear-gradient(top, #f1f1f1, #ffffff);
    background-image: -o-linear-gradient(top, #f1f1f1, #ffffff);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#f1f1f1), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f1f1f1, #ffffff);
    background-image: linear-gradient(top, #f1f1f1, #ffffff);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.details-trajet.event .adress.end {
	margin: 0;
}
.details-trajet.event .destination {
	position: absolute;
	top: -8px;
	left:-40px;
	height: 20px;
}
.date_event {
	clear: left;
    float: left;
}
.more-link {
	float: right;
	text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}
.listing.event_list .col2 {
	width: 410px;
}
input[type="file"]{
	width: 499px;
}
#eventlist textarea {
	width: 499px;
}

/* retina */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    strong#logo a {
        padding: 63px 0 0 200px;
        background-image: url(img/Frimobility_logo_retina.png);
        background-size: 180px 43px;
    }    
}
#sponsors {
	text-align:center;
}
#sponsors .logo{
	display:inline-block !important;
	width:100px;
	margin:10px;
	text-align:center;
}
#sponsors .logo img{
	width:80px;
}
#sponsors h2{
	margin-top:50px;
	text-align:center;
	font-size:12px;
	font-weight: normal;
	color:#666;
}
.frievents{
	display:flex;
	flex-wrap:wrap;
	list-style-type: none;
	justify-content: space-between;
	margin-top:30px;
}
.frievents li{
	width:30%;
	padding-bottom:10px;
	position:relative;
}
.frievents h4{
	font-size:17px;
	margin-top:15px;
	margin-bottom:3px;
	text-align:center;
}
.frievents a{
	color:#4c413c;
	text-decoration:none;
}
.frievents h4 a{
	background: url(img/more.png) right 4px no-repeat;
	padding-right:20px;
}
.frievents p{
	text-align:center;
}
.frievents p a{
	color:#692b87;
}
.frievents img {
	object-fit: cover;
	object-position: center;
	height: 250px;
	width: 100%;
	border-radius:7px;
	box-sizing: border-box;
    outline: none;
    border: 1px solid #c9c6be;
    box-shadow: 0 0 0 4px #e1ddd9;
}
.frievents a.nbevents{
	position:absolute;
	left:185px;
	top:226px;
	color: #fff;
    text-shadow: -1px -1px 2px #642285;
	border: 5px solid #e7e3df;
	display:block;
	width:33px;
	height:33px;
	border-radius:22px;
	text-align:center;
	background:#642285;
	padding:0;
	line-height:33px;
}
.moreevents{
	margin-top:30px;
	text-align:center;
}
.moreevents a{
	background: url(img/more.png) right 2px no-repeat;
	padding-right:30px;
}
.fributton-header{
	margin-top:-80px;
	text-align:center;
}
.fributton{
	display:inline-block;
	outline: none;
    border: 1px solid #c9c6be;
	box-shadow: 0 0 0 6px #e1ddd9;
	background-image: -webkit-linear-gradient(top, #642285, #8038a4);
	padding:12px 40px;
	border-radius:5px;
	text-shadow: -1px -1px 2px #631e2b;
	color:#fff!important;
	text-decoration:none;
	font-style: italic;
	line-height: 20px;
	font-size:16px;
	text-align:center;
	position:relative;
}
.frievent-header{
	margin-top:50px;
	padding-left:60px;
	position:relative;
	display:flex;
	justify-content: space-between;
	background: url('img/ballons@2x.png') left 2px no-repeat;
	background-size:40px;
}

.frievent-header-description{
	width:280px;
	font: size 17px;
}
.frievent-header-description h1{
	width:260px;
	font-size:21px;
	margin-bottom:10px;
}

.frievent-header-map{
	width:420px;
}
.frievent-header-mapocc{
	height:200px;
	width:420px;
	border-radius:6px;
	outline: none;
    border: 1px solid #c9c6be;
	box-shadow: 0 0 0 4px #e1ddd9;
	background:#fff;
	margin-bottom:7px;
}
.friroutes li{
	background: url(img/lists_sep.png) center bottom no-repeat;
	padding: 10px 0;
	display:flex;
	justify-content: space-between;
}
.friroutes .col1{
	width:200px;
	position:relative;
	
}
.friroutes .col2{
	width:300px;
	height:60px;
	position:relative;
}
.friroutes .col3{
	width:50px;
	height:60px;
	position:relative;
}
.friroutes .col4{
	width:150px;
	height:60px;
	position:relative;
}
.friroutes .type{
	display: block;
	position: absolute;
	top: 6px;
	left: -15px;
	background:#ccc;
}
.friroutes .cond {
    background: url(../css/img/conducteur.png) left top no-repeat;
	padding: 28px 35px;
	
}
.friroutes .pass {
    background: url(../css/img/passager.png) left top no-repeat;
	padding: 27px 35px;
	left:-20px;
	
}
.friroutes .both {    
    background: url(../css/img/deux.png) left top no-repeat;
	padding: 25px 35px;
	left:-12px;
	top:9px;
}
.friroutes h4 {
    width: 220px;
    padding-left: 70px;
}
.friroutes .roundtrip {
    background: url(../css/img/roundtrip.png) no-repeat;
    padding: 0 20px;
	margin-left: 10px;
	font-size:13px;
}
.friroutes .oneway {
    background: url(../css/img/oneway.png) no-repeat;
    padding: 0 20px;
	margin-left: 10px;
	font-size:14px;
}
.friroutes .dispo {
    display: block !important;
    text-transform: capitalize;
	color: #4c413c;
	font-size:17px;
}
.friroutes span.on {
    color: #599e18;
}
.friroutes .epingle {
    background: url(../css/img/epingle.png) no-repeat;
    padding: 10px 18px;
    position: absolute;
    height: 40px;
    left: -35px;
    top: 0;
}
.friroutes .car {
    background: url(../css/img/car.png) no-repeat;
	padding: 25px 27px;
	position:absolute;
	left:2px;
	top:10px;
}
.friroutes .places {
	position:absolute;
	left:45px;
	top:15px;
	font-size:17px;
}
.adminlist{
	width:100%;
}
.adminlist th{
	font-weight:bold;
}
.adminlist th,.adminlist td{
	padding:3px 10px;
}
.admin h4{
	margin-top:60px;
	clear:both;
}
.infostat{
	float:left;
	width:100px;
	height:70px;
	border-radius: 50px;
	background-color: #8038a4;
	border: 1px solid #c9c6be;
	box-shadow: 0 0 0 4px #e1ddd9;
	text-align:center;
	padding-top:30px;
	margin:10px 30px;
	color:#fff;
}
.infostat span{
	font-size:25px;
}
.infostat p{
	font-size:12px;
	line-height:11px;
}