body, ul, li, h1, h2, h3, h4, h5, h6, input, div, p, span, em, a {
    font-family: "Open Sans" !important;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.velo-search {
    background: url(../images/bg-velohome.jpg) center center no-repeat #d3dfee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 675px
}
.search-rubrique {
    width: 100%;
    position: absolute;
    bottom: 40px
}
.search-rubrique ul {
    list-style: none;
    margin: 0 auto;
    width: 950px
}
.search-rubrique li {
    float: left;
    width: 126px;
    height: 126px;
    margin-right: 38px;
    background-color: rgba(0, 0, 0, .8);
    color: #FFF;
    font-size: 14px!important;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}
.search-rubrique li:hover {
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 0 0 10px #000;
    color: #8bc8ef
}
.search-rubrique-selected {
    background-color: rgba(0, 0, 0, 1)!important;
    box-shadow: 0 0 10px #000;
    color: #8bc8ef!important
}
.search-rubrique a:hover {
    color: #8bc8ef
}

.search-wrapper h1,a,h6 {
    color: #FFF
}
.search-wrapper a:hover {
    color: #8bc8ef
}

.search-form {
background: transparent;
margin: auto;
border: 0;
border-radius: 0px;
max-height: 400px;
max-width: 375px;
width: 100%;
padding: 0;
position: relative;
z-index: 9999;
top: 5px;
}
.search-form .wrapper {
    background-color: rgba(0, 0, 0, .7);
    padding: 5px 15px 25px;
    max-width: 344px;
}
.trinyon .search-form .wrapper {
    background-color: #ff7f00 !important;
	
}
.search-form .wrapper h1 {
    text-align: center;
    font-weight: normal;
    line-height: 34px;
}
.search-form .wrapper p {
    text-align: center;
    font-size: 32px;
}
.search-form .wrapper #form {
    margin-top: 30px;
}
.search-form #date_depart,
.search-form #date_retour,
.search-form #geocomplete {
    width: 325px !important;
    height: 40px !important;
    border-radius: 0 !important;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.search-form #geocomplete {
    /*background-position: 312px 12px;*/
}
.search-form input[type="submit"] {
    background: #5eae16;
    border: 0 none;
    border-radius: 0;
    width: 342px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 1px 1px #333;
    color: #FFF;
    line-height: 1;
    outline: 0;
    padding: 10px 14px;
    cursor: pointer;
}
.search-form input[type="submit"]:hover{
	background: #519811;
	text-shadow:none;
}
.trinyon .search-form input[type="submit"] {
	background:#000;
}
.trinyon .search-form input[type="submit"]:hover{
	background:rgba(0, 0, 0, .7);
}
.search-form input[type=text]:focus{
	color:#555;
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
#date_depart,
#date_depart2 {
    background: url(../images/date-dedut.png) right 14px top 9px no-repeat #FFF;
    ;
    width: 185px;
    height: 21px
}
#date_retour,
#date_retour2 {
    background: url(../images/date-fin.png) right 14px top 9px no-repeat #FFF;
    width: 185px;
    height: 21px
}
#geocomplete,
#geocomplete2 {
    background: url(../images/localisation.png) right 14px top 9px no-repeat #FFF;
    width: 292px;
    height: 21px
}
#error {
    color: red;
    display: none;
    padding-left: 15px
}
form .erreur{position:absolute;color:red;top:25px;left:5px;font-weight:bold;display:none;}
.pac-container{
    z-index:999999;
}
.pac-container .pac-item:first-child{
    background-color: #CFDEF9;
}		
.pac-container .pac-item:first-child .pac-icon-marker {
    background-position: -18px -161px;
}

#two-inputs .datetime_input{
    display: block;
    width: 325px !important;
    height: 40px !important;
    border-radius: 0 !important;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: url(../images/date-dedut.png) right 14px top 9px no-repeat #FFF;
    line-height: 38px;
    color:#555;
    cursor: pointer;
}
.daterangepicker {
    z-index: 99999 !important;
}
.time_picker_wrapper {
	display: none;
	border-color: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	width: 200px;
	background: #fff;
	z-index: 99999999;
	left: 70px;
	top: 100px;
	position: absolute;
	border-radius: 2px;
	height: 260px;
}
.picker_fin_time{
    top:153px;
}
.time_picker_wrapper::before{
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; 
}
.time_picker_wrapper::before {
    top: -5px;
    left: 15px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #fff;
}
.time_picker_select {
    position: relative;
    height: 236px;
}

.time_picker_label {
	padding: 10px 0 5px 10px;
	border-bottom: 1px solid #b4bbc6;
	color: #989898;
	margin: 0 9px;
}

.time_picker_select_inner {
	position: absolute;
	top: -1px;
	overflow-y: scroll;
	width: 95%;
	height: 210px;
	padding: 5px 0 0px 10px;
}
.time_picker_entry {
	display: table;
	padding: 0 10px;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 36px;
	border-radius: 2px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #333;
	font-weight: normal;
}
.time_picker_entry:hover {
    background-color: #1598eb;
	color: #fff;
}

.time_picker_entry.is_disabled {
    color: #989898;
    cursor: default;
}
.home-search .search-form h2 {
    font-size: 16px;
    color: #FFF;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 25px;
}
.home-search .search-form .slogan {
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    line-height: 18px;
    margin: 10px 0;
}
.text-assurance {
    font-size: 22px;
    margin: 20px 0px;
}
.home-search .search-form .wrapper{
    clear: both;
    overflow:visible;
}
.assurance-home {
    color: #FFF;
    height: 32px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #FFF;
    text-align: center;
}