/* Masquage des breadcrumbs */
.breadcrumb,
.breadcrumbWrapper {
      display: none !important;
}


/* Texte sous le banner */

.mob_title{
font-size : 1.1rem;
font-weight : 700;
line-height: normal; 
}

.lemonade_text_container{
margin : 1.5rem auto;
}

.lemonade_text {
font-size: 0.9rem;
margin-bottom : 0px !important;
}

.lemonade_text_container p{
margin-bottom : 0px !important;
}

.span_lemonade{
display: none;
}

.display_mob{
display: block;
}

.display_desk{
display: none;
}


.experience-category-categoryTitle.experience-component {
height : calc(100vh - 72px - 15vh);
}

/* RESPONSIVE */

@media screen and (min-width: 1024px) {
.lemonade_text {
/*font-size : 15px;*/
line-height : 1.2rem;
}

.span_lemonade{
display: block;
}

.display_mob{
display: none;
}

.display_desk{
display: block;
}


}
