/* CSS Document */
div.timeline
{
	overflow:hidden;
	width:100%;
	position:relative;
	display:inline-block;
	z-index: 1;
	min-height: 20px;
}
.timeline-main-container {
  position: relative;
  width: 100%;
}
div.timeline-container
{
	display:block ruby;
	position:relative;
	z-index: 1;

}
.timeline-step-prenotice {
  text-align: center;
  margin-bottom: 20px;margin-top: 20px;
  font-family: peugeotbold,arial;
  font-size: 1.2rem;
}
div.timeline-item
{
	padding:5px 20px;
	border:1px solid;
  display: inline-block;
  margin: 5px;
  
}
div.timeline-item-active:hover a {
  color: #fff;
}
div.timeline-item-active:hover {
  border-color: var(--primaryHover);
  color: var(--primaryHoverInvert);
  background-color: var(--primaryHover);
}


div.timeline-item-unactive:hover
{

}
div.timeline-item-active
{
	border-color:var(--neutral);
	background-color:var(--neutralInvert);
	color:var(--neutral);
	cursor:pointer;
}

div.timeline-item-unactive
{
	border-color:var(--unactiveInvert);
	background-color:var(--unactive);
	color:var(--unactiveInvert);
	cursor:not-allowed;
}

div.timeline-item-current
{
	border-color:var(--primary);
	color:var(--primaryInvert);
	background-color:var(--primary);
	
}
div.timeline-item-current a {
 color:var(--primaryInvert);
  font-weight: bold;
}
div.timeline-item-done
{
	border-color:var(--primary);
	color:var(--primary);
	background-color:var(--primaryInvert);
}



div.timeline-nav-btn
{
	z-index:10;
	width:40px;
	height:60px;
	position:absolute;
	top:40px;
	background-repeat:no-repeat;
	text-align:center;
}
a.timeline-nav-btn-img
{
	background-color: var(--primary);
  color: var(--primaryInvert);
  padding: 10px 20px;
  margin: 10px auto;
  cursor: pointer;
  display:inline-block;
	
}

a.timeline-nav-btn-img:hover
{
	background-color: var(--primaryHover);
	color:var(--primaryHoverInvert);
	
}
a.timeline-item-unactive:hover
{
	color:var(--unactiveInvert);
	
}
a.timeline-item-active:hover
{
	color:var(--primary);
	
}
#selectBlockCreneau, #selectDateCalendar {
  width: 100%;
}

}
#selectBlockCreneau {
  width: 100%;
}
 @media only screen and (min-width: 577px) {

div.timeline-nav-btn {
  width: auto;
    position: relative;
    bottom: unset;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1000;
    top: unset;
}

div.timeline-prev-btn
{
	left:0;
	
	/*background-position:left center ;
	background-image:url(../images/prev.png);*/
}

div.timeline-next-btn
{
	
	right:0;
	/*background-position:right center ;
	background-image:url(../images/next.png);*/
}
/*div.timeline-next-btn a, div.timeline-prev-btn a
{
	display:none;
}*/
 }


 @media only screen and (max-width: 576px) {
 
 div.timeline-container
{
	display:none;
}

.changeEvtBtnDiv {
  margin-top: 20px;
}

 div.timeline-nav-btn
{
	width:100%;
	height:20px;
	 background-size: contain;
}

div.timeline-prev-btn
{
	
	background-position:center top ;
	/*background-image:url(../images/v-prev.png);*/
	top: -30px;
}

div.timeline-next-btn
{

    background-position: center bottom;
   /* background-image: url(../images/v-next.png);*/
    bottom: -20px;
    position: relative;
    z-index: 1000;
    top: unset;
  }

 
 }

div.timeline-start-mask
{
	z-index:10;
	position:absolute;
	height:100%;
	width: 30px;
	background: linear-gradient(0.25turn, #fff, #fff, #fff0);
}
.carousel-item-title {
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding: 10px;
}


div.timeline-end-mask
{
	z-index:10;
	position:absolute;
	height:100%;
	width:20px;
	width: 30px;
	background: linear-gradient(0.25turn, #fff0, #fff, #fff );
	top:0;
	right:0;
}

.carousel-item-title {
  display: none;
}

.timeline-step-postnotice {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  display:none;
}
#timelineBookingProcess
{
	width: calc(100% - 100px);
  margin: auto;
}

#personal-info-main-container
{
	width:100%;
	height:90px;
	overflow:scroll;
}
.coord-field
{
	width: 16.6%;
	padding: 0px 10px;
	-ms-flex-align: center !important;
  align-items: center !important;
	display: -ms-flexbox !important;
  display: flex !important;
	vertical-align: middle !important;
}
#personal-info-container
{
	width:200%	;
	display:flex;
}
@media only screen and (max-width: 576px) {
	
.coord-field
{
	padding:0;
}
.carousel-item-title {
 /* display: inline-block;*/
}

#container-booking-process
{
	padding-top:60px;
	margin-bottom:50px;
}
#personal-info-main-container
{
	height:auto;
}	
#personal-info-container
{
	width:100%	;
	display: inline-block;
	margin-bottom: 30px;
}

#container-booking-process

.coord-field
{
	width:100%;
}
#timelineBookingProcess
{
	width: 100%;
}

.timeline-step-postnotice
{
	margin-bottom:20px;}
.event_place_town .row
{
	margin:auto;
}


}