/* 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: #000;
	background-color: #ffda66;
	position: relative;
	left: 0px;
	text-align: left;
	top:0px;
	font-size:1.3rem;
	text-transform:uppercase;
	display:inline-block;

}

div.resumeBloc
{
	font-size:1.2rem;
}
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:12px;
	width:100%;
	background-color:#fff;
}
div.intro
{
	text-align:center;
}
div.center
{
	text-align:center;
}
/* nav */
.logoCitroen,logoAB
{
	margin:20px;
}
.page-title
{
	color:#fff;
}

/*fin nav */
/*bloc intro */
div.txt-intro
{text-align:center;
padding:5px 20px;
}

.row.header_title {
    text-align: center;
}
#container-intro
{
	margin-top:0px;
}

/* jquery ui*/

.ui-datepicker table {
    font-size: 1.2em;
}
.ui-widget-content {
    font-family: inherit;
}

/* /jquery ui*/


/*bloc booking*/

#bookingstep-resumeevent-bloc
{
	margin-top:20px;
}

#container-event-selector
{
	margin-top:0px;
}
@media only screen and (max-width: 650px) {
	#bookingstep-resumeevent-bloc,#container-event-selector
{
	margin-top:20px;
}
}
/*fin bloc booking */


/*  bloc de texte */
div.intro_text {
    text-align: center;
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    max-width: 100%;
	
	padding: 5px 17px;
	font-size:1.8rem;
	color:#000;
}

div.intro_text .blocDesc
{
	margin:auto;
	
}

p.confirm-message
{
	font-size: 1.5rem;
margin-top: 20px;
}
/*booking resume*/

#bookingInfo-txt{
}
.ICS-notice
{
	margin-bottom:10px;
}
#bookingInfo-currentCarSelected {
	margin-bottom: 20px;
	text-align:center;
}
#bookingInfo-resume
{
	margin-bottom: 20px;
}

/* fin booking resume */

