/*
	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 */
}


#about-us .title-main{
            visibility: hidden; 
}

#sb_main #main #sb_content #content-view #about-us .title-main:after {
margin-top:-108px;
}

#contacts .title-main{
            visibility: hidden; 
            position: relative; 
}

#contacts .title-main:before{
            visibility: visible; 
display:flex;
width:100%;
justify-content:center;
flex-direction:row;
            content: "Contact"; 
}

.col-sm-12 .title-section{
visibility:hidden;
position:relative
}

.col-sm-12 .title-section:before{
            visibility: visible; 
display:flex;
width:100%;
justify-content:center;
flex-direction:row;
font-size:20px;
            content: "Localisation : Impasse Clos du Savua 1, 1482 Cugy"; 
}

.col-sm-12 .title-section:after{
margin-top:-16px;
visibility:visible;
}

@media screen and (min-width: 960px) {
.col-sm-12 .title-section:after{
margin-top:-32px;
}
}


#sb_main #main #sb_content #content-view #contacts .title-main
{
padding-bottom:12px;
}




#sb-timeline #steps #steps-content #sb_booking_content .item .tab {
background:#f0e3d3;
}

/* Empêche d'afficher la description du service */
.tab.tab-col .txt.short {
    height: 72px;
    line-height: 24px;
    display: none;
}

#sb_booking_content .tab .btn.select, #sb_time_classes_service_container .btn.select, #sb-timeline #steps #steps-content #sb_booking_content .provider-item .btn.select, #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .provider-container .provider-col .provider-item .full-info .btn, .package-content .tab.tab-col .excerpt-info .btn-bar .btn.select, .samesite-cookies__popup-btn
{
background:#f0d3c3 !important;
}

.tab.tab-col .excerpt-info .preloader .img.user img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: scale-down;
    max-height: 300px;
    margin-top: 32px;
    /* font-family: object-fit\: cover; */
}

@media (max-width: 767px) {
.tab.tab-col .cap.short {
    font-size: 23px;
    height: auto;
    max-height: 56px;
    min-height: 30px;
margin:0;
}
}