/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}


/* --------- arnaud */
.company-name {
display: none !important;
}


a, a:hover, a:focus {
color: #d40511;
}

#main-buttons .wrapper .inner .company-name:after, #main-buttons .wrapper .inner .company-name:after {
background: transparent;
}

.btn.select, .section, #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot a, .btn, .tab {
 border-radius: 15px !important;
}

.date.selected {
border-radius: 25px !important;
}

.img.user img {
 border-radius: 15px 15px 0 0;
}

sb-timeline #steps-nav li:first-child, #sb-timeline #steps-nav li.passed, #sb-timeline #steps-nav li.passed + li:not(.passed){
background:#d40511;
}

.sb-available-date {
color: #ffb600 !important;
}

.time-legend .available .circle {
background: #ffb600 !important;
}

#main-buttons .wrapper .inner .bar {
    padding-top: 390px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

@font-face { font-family: 'PlayfairDisplay'; src: url('https://084-xpw-627.mktoweb.com/rs/084-XPW-627/images/Delivery-CondensedBlack.eot'); src: url('https://084-xpw-627.mktoweb.com/rs/084-XPW-627/images/Delivery-CondensedBlack.eot?#iefix') format('embedded-opentype'), url('https://084-xpw-627.mktoweb.com/rs/084-XPW-627/images/Delivery-CondensedBlack.woff2') format('woff2'), url('https://084-xpw-627.mktoweb.com/rs/084-XPW-627/images/Delivery-CondensedBlack.woff') format('woff'), url('https://084-xpw-627.mktoweb.com/rs/084-XPW-627/images/Delivery-CondensedBlack.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }


@media (max-width: 1024px) {
 #main-buttons .wrapper .inner .bar {
 padding-top: 250px;
}
}
@media (max-width: 767px) {
#main-buttons .wrapper .inner .bar {
 padding-top: 180px;
}
}

