/* CSS Document */


.col-Pro
{
	text-align: left;
}

@media only screen and (max-width: 768px)
{
.col-Pro
{
	text-align: left;
	margin-top:10px;
}	
}

#message a {
    color: #fff;
    border: 1px #ad1512 solid;
    display: inline-block;
    padding: 10px 20px;
    background-color: #ad1512;
}
#message a:hover {
    color: #ad1512;
    border: 1px #ad1512 solid;
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffffff;
}

#message {
    font-size: 1.4rem;
    font-weight: bold;
}

#bookingstep-ressources2-categories
{
	display:none;
}

div.bgImage
{
	background-image: url("../images/header.jpg");
	background-size: cover;
height: 100%;
width: 100%;
background-position: center;
  background-position-y: center;
background-repeat: no-repeat;
background-position-y: 62%;
}

.ui-state-active, .ui-widget-content .ui-state-active
{border: 1px solid #ad1512;
  background: #ad1512;
  font-weight: normal;
  color: #fff;
}

.ui-datepicker td span, .ui-datepicker td a{
text-align:center;}


#currentCarSelected_img {
  pointer-events: none;
}