@media only screen and (max-width: 768px) {
    .company-name {
        line-height: 35px;
    }
}
@media only screen and (min-width: 768px) {
    .book {
        left:  -160px;
    }
}

/* Supprimer le bouton "Afficher sur la carte" */
.btn.map {
    visibility: hidden;
}
/* Supprimer le titre sur la page d'accueil */
.title-main {
    display: none;
}
/* Renommer l'intitulé "Afficher plus" */
.read-more{
  font-size:0;
  bottom: -9px!important;  
}
/* Renommer l'intitulé "Afficher plus" */
.read-more:after {
  content: '...';
  font-weight: 600;
  font-size:30px;         /* original font size */   
}
 
#main-buttons .wrapper .inner .bar .btn.book::after{
    content:"🔍"
}
.company-name {
        background-color:black;
        padding: 15px;
        
}
/* Remplacer l'étape 1 "Service" */
.clearfix li:nth-child(1) .title-small{
    font-size: 0px!important;
}
/* Remplacer l'étape 1 "Service" */
.clearfix li:nth-child(1) .title-small:after {
    content: 'Votre choix';
    font-size:16px;
}
/* Supprimer la case des promotions lors de l'inscription */
.promotions-letter-flag {
    visibility: hidden;
}

/* Remplacer le texte du bouton sélectionner */
.btn.select.custom a{
    font-size:0;
}
/* Remplacer le texte du bouton sélectionner */
.btn.select.custom a:after {
    content: 'Sélectionner / Select';
    font-size:16px;         /* original font size */
}

.company-name:after {
/*  content: 'The Human Library'; 
  content: 'La Bibliothèque Humaine / The Human Library';
  background-color: black;*/
  padding: 2px;
  border-radius: 3px;
  visibility: visible;
  margin-left:  -340px;
 text-transform: initial;
}

.control-label[for="sb_client_name"]:before {
  /*content: 'Prénom,';*/

/*
	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 */
}

