/*cal*/
.ui-datepicker {
    padding: .2em .2em 0;
}
.ui-widget-content {
    color: #707070;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
table.ui-datepicker-calendar {
    border-collapse: separate;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: 10px 0px;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 39%;
    margin-left: -15px;
    top: 50%;
    margin-top: -12px;
}
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 60%;
    margin-left: 5px;
    top: 50%;
    margin-top: -12px;
}
/*.ui-datepicker .ui-datepicker-prev {
    left: 2px;
	display:none;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
	display:none;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}*/
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    font-size: 26px;
    color: #734793;
    font-weight: bold;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-datepicker-calendar td {
    border: 8px solid transparent; 
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #f5f5f5;
    font-weight: bold;
    color: #707070;
	border-radius: 10px !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #ffffff;
    color: #707070;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 20px 0px 35px 1px;
    text-align: center;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    /*background: url(../images/selectbg.png);
    color: white;
	background-size: cover;*/
	color: #fff;
}

.ui-datepicker td span, .ui-datepicker td a {
  /* padding: 17px 0  20px 1px !important;
   width: 150px;*/
   width: auto !important;
}
.ui-state-active{
	
}
.animated {
    background-repeat: no-repeat;
    background-position: left top;
    /*margin-bottom:60px;*/
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
         
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0.6;
        -webkit-transform: translateY(-20px);
	}
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
         
@keyframes fadeInDown {
    0% {
        opacity: 0.6;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
         
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.iconn1 {
    margin-top: 15px !important;
    font-size: 44px !important;
    color: #734793 !important;
}

.smaid {
    width: 320px;
    margin: 30px auto;
}
.desk #calendar-heure>ul>li.regular{width: 23% !important;}
.mobl #calendar-heure>ul>li.regular{width: 22% !important;}
.smaid1{
	overflow-y: scroll;
    height: 160px;
}
/*.desk #calendar-heure>ul{width: 338px;margin-left: 0px !important; margin-bottom: 0px !important;}
.mobl #calendar-heure>ul{width: auto !important;margin-left: 0px !important; margin-bottom: 0px !important;}*/

 


p.prvmd1 {
    text-align: center;
    font-size: 16px;
    /*margin-bottom: 30px;*/
	color:var(--bg-white);
}
/*By Alban*/
.lftbxtxt{
	color: var(--bg-grey-translucent);
    padding: 5px 12px;
}
.lftbxtxt1 {
    width: 60%;
    float: left;
}
.select{
	background: #ffc765;
    color: #734793;
}
.radio-box{
	padding: 10px 55px;
    background: #ddd;
    border-radius: 6px;
    font-size: 16px;
}
.ui-datepicker-prev {
	
    color: #714896;
    font-size: 20px;
}
.ui-datepicker-next {
	
    color: #714896;
    font-size: 20px;
}
a.ui-state-active{
	position: relative;
}
small{
	cursor: pointer;
}

/*payment css*/

*{
  box-sizing: border-box;
}


.h-seperator{
  width: 100%;
  border-bottom: 2px dashed #C9D0E1;
  margin: 2em auto 2em auto;
  display: block;
  padding: 0em;
  opacity: .3;

}

.lead{
  font-size: 1.1em;
  color: #444;
  font-weight: 700;
  padding: 5px 2px 15px;
  display: inline-block;
  width: auto;
}

.icon {
  font-size: 1.4em;
}

.icon-basket:before { content: '\e800'; } /* '� �' */
.icon-tags:before { content: '\e801'; } /* '� �' */
.icon-money:before { content: '\e802'; } /* '� �' */