/* 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;
}*/
#personal-info-main-container {
  margin: auto;
}

#container-booking-process
{
	z-index:3;
	margin:0;
	padding:0;
	min-height: calc(100vh - 279px);
	/*background: rgba(0,0,0,0.4);*/
}
div.labelBox
{
	width: 100%;
	padding: 9px 5px 9px 15px;
	color: #fff;
	background-color: var(--primary);
	position: relative;
	left: 0px;
	text-align: center;
	top:0px;
	font-size:1.4rem;
	text-transform:uppercase;
	display:inline-block;

}



#bookingInfo div.labelBox {
  width: 100%;
  padding: 9px 5px 9px 15px;
  color: var(--primary);
  background-color: transparent;
  position: relative;
  left: 0px;
  text-align: center;
  top: 0px;
  font-size: 1.4rem;
  display: inline-block;
  border-bottom: 1px solid var(--primary);
}



div.resumeBloc
{
	
}
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;
  background: none;
  padding: 40px;
  color: var(--primary);
  margin-top: 40px;
  border: 1px solid var(--primary);
  margin-bottom: 50px;
}
div.center
{
	text-align:center;
}
/* nav */

.page-title
{
	color:#fff;
}

/*fin nav */
/*bloc intro */
div.txt-intro
{text-align:center;
padding:5px 20px;
}

.row.header_title {
    text-align: center;
	margin-top:20px;
}
#container-intro
{
	margin-top:0px;
}

/* jquery ui*/

.ui-datepicker table {
    font-size: 0.8em;
}
.ui-widget-content {
    font-family: inherit;
}

/* /jquery ui*/


/*bloc booking*/

#bookingstep-resumeevent-bloc
{
	margin-top:20px;
}

#container-event-selector
{
	
}


.navbar-dark .navbar-toggler {
  margin-top: 12px;
  border: 0;
  color:#fff;
}


@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;
	color: var(--primary);
	margin-top:20px;
}

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;
	font-size:1.2rem;
}
#bookingInfo-currentCarSelected {
	margin-bottom: 20px;
}
#bookingInfo-resume
{
	margin-bottom: 20px;
	text-align: center;
padding: 0;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* fin booking resume */
svg.loading
{
	width:50px;
	height:50px;
}


select.coord + label
{
	margin-left:-8px;
}

#timelineBookingProcess {
  height: auto; /*calc(100% - 70px);*/
  display: inline-block;
  width: 100%;
}

#bookingstep-type-bloc {
  margin: auto;
}

.ui-state-highlight .ui-state-default {
  background: var(--primary);
}

#bookingstep-rgpd-bloc a {
  color: var(--primaryHover);
}
#bookingstep-rgpd-bloc {
  width: 80%;
  margin: auto;
  background: rgba(0,0,0,0.4);
  padding: 20px;
  margin-top: 50px;
}

#carousel-item-personnal-info {
  max-width: 720px;
  margin: auto;
  width: 90%;
  float: unset;
}

#selectBlockCreneau {
  padding-left: 30px;
}


@media only screen and (max-width: 576px) {
div.intro {
  text-align: center;
  background: none;
  padding: 10px;
  color: var(--primary);
  margin-top: 0;
  border: 0;
  margin-bottom: 0px;
}
}