:root
{
	
	--primary:#fdef00;
}

/* 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 #fdef00 solid;
    display: inline-block;
    padding: 10px 20px;
    background-color: #fdef00;
}
#message a:hover {
    color: #fdef00;
    border: 1px #fdef00 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 #fdef00;
  background: #fdef00;
  font-weight: normal;
  color: #fff;
}

.ui-datepicker td span, .ui-datepicker td a{
text-align:center;}


#currentCarSelected_img {
  pointer-events: none;
}

.alerte_txt {
  font-family: "Overpass",Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
.alerte_txt a
{
	text-decoration:underline;
	font-weight:700;
}
.alerte_title {
  border: 1px solid var(--primary);
  padding: 10px;
}