/* CSS Document */
html {
    font-size: 62.5%;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

div.bg
{
	background:url(../images/bg.jpg);
	background-size:cover;
	background-position:center;
}
div.labelBox {
    width: 100%;
    padding: 9px 5px 9px 15px;
    color: #ccda01;
    position: relative;
    left: 0px;
    text-align: left;
    top: 0px;
    font-size: 1.5rem;
    text-transform: uppercase;
    display: inline-block;
	font-family: "Abarth_heavy";
font-weight: 900;
}

div.resumeBloc
{
	font-size:1rem;
	border: 1px #fff solid;
}

.
div.labelBoxOK
{
	color: #000000;
	background-color: #f7f8f8;
	border-bottom: 1px solid #cdd0d2;
}
div.labelBoxGray
{
	color: #000000;
	background-color: #f7f8f8;
	border-bottom: 1px solid #cdd0d2;
}

.labelBoxOK::after
{
	background: url("icon_selected_tick.svg") 0 0 no-repeat;
    width: 20px;
    height: 20px;
    margin: -4px 0 0 8px;
    color: transparent;
	content: '';
	display: inline-block;
	vertical-align: middle;
}
div.contentBox {
    padding: 5px 15px;
    width: 100%;
    font-size: 1.6rem;
}
#ICS-button {
    width: 100%;
}
div.intro
{
	text-align:center;
}
div.center
{
	text-align:center;
}
/* nav */
.page-title
{
	color:#fff;
}

/*fin nav */
/*bloc intro */
div.txt-intro
{text-align:left;
padding:0px;
}

.row.header_title {
    text-align: center;
}
#container-intro
{
	/*margin-top:20px;*/
}

/* jquery ui*/

.ui-datepicker table {
    font-size: 12px;
}
.ui-widget-content {
    font-family: inherit;
}

/* /jquery ui*/


/*bloc booking*/

#bookingstep-resumeevent-bloc
{

}

#container-event-selector
{
	padding:0;
}
@media only screen and (max-width: 650px) {
	#bookingstep-resumeevent-bloc,#container-event-selector
{
	margin-top:0px;
}
}
/*fin bloc booking */


/*  bloc de texte */
div.intro_text {
    text-align: justify;
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    max-width: 100%;
    margin-bottom: 10px;
	 margin-top: 20px;
	padding: 17px;
	font-size:1.2rem;
	color:#333333;
}
@media only screen and (max-width: 650px) {
	div.intro_text {font-size:1rem;}
}
div.intro_text .blocDesc
{
	max-width:80%;
	margin-bottom:20px
	
}

p.confirm-message
{
	font-size: 2rem;
margin-top: 20px;
}
/*booking resume*/

#bookingInfo-txt{
}
.ICS-notice
{
	margin-bottom:10px;
}
#bookingInfo-currentCarSelected {
	margin-bottom: 20px;
}
#bookingInfo-resume
{
	margin-bottom: 20px;
}

/* fin booking resume */

#container-main-menu
{
	width:100%;
	padding:0;
}
#container-banner
{
	padding:0;
	/*height:100%;*/
}
#first-container
{
	padding:0;
	/*height:100%;*/
}

#bookingstep-informations-bloc
{
	background-color : #ffffff;
}

.col-left
{
	padding:0;
	margin:0;
}

.col-right {
  padding: 0;
}