/* LOGO */
.navbar .navbar-brand {
	display: inline-flex;
	align-items: center;
}

.navbar .navbar-brand h1 {
	font-weight: 700;
	font-size:5vh;
	margin-bottom: 0;
	margin-left: .5rem;
	margin-right: .5rem;
}

.navbar .navbar-section {
	align-items: stretch;
}

/* FRONTPAGE & CALENDAR */
body.frontpage, body.event-page, body.path_demosphere_post_view {
	/* background: #FFFFFF url('https://bxl.demosphere.eu/files/images/fond_oomap.co.uk.jpg') top center no-repeat; */
	background-size:100%;
}
.empty, #calendar, #content, #eventMain { background-color: white; }
.table td {padding:.1rem; }

.table.dcal tr.lastevent { border-bottom:.1rem solid #dadee4; }

.Mon { background:#FD0006; }
.Tue { background:#FE3F44; }
.Wed { background:#FE7276; }
.Thu { background:#A40004; }
.Fri { background:#F53D68; }
.Sat { background:#EA0037; }
.Sun { background:#F56E8D; }


/* ÉVÈNEMENTS MIS EN ÉVIDENCE */
#featured-events ul { list-style-type:none; margin:0; }
#featured-events li { background-color:#d4edda; border:1px solid #c3e6cb; padding-left:1em; }
#featured-events, #featured-events a { color:#155724; }
#featured-events .fdate { font-size:0.6em; }
#featured-events .ftitle { display:block; font-size:0.9em; }
#featured-events .ffeatured { display:none; }


/* PAGE */
#htmlView h2, #htmlView h3, #htmlView h4 { position:static; font-family:inherit; color:inherit; font-size:inherit; }
h1#topTitle { font-size:2rem; color:inherit; font-weight:normal; }
#htmlView h2 { font-size: 1.6rem; font-weight:normal; }
#htmlView h3 { font-size: 1.4rem; }
#content .stdHtmlContent  { width:auto; }

/* BLOC LIEU */
.place { position: static; border: none; width:auto; background: none; }


/* PAGE ÉVÈNEMENT */
.path_demosphere_event_view h2.openingBlock { display:none; } /* Cache le titre, car généré par ailleurs */
.path_demosphere_event_view .NotOnEventPage { display:none; } /* Cache sur la page évènement */
.path_demosphere_event_view .place { position: static; width:auto; }

#textPart0 { min-height: auto; }
.textPart img { width: 100%; height: auto; }

#htmlView .floatRight { position:static; margin-left:1em; }

/* FORMULAIRE AJOUT ÉVÈNEMENT */
.path_demosphere_event_publish_form .step { display:none; } /* Cache les gros points "étapes" sur le formulaire public */
.path_demosphere_event_publish_form #date-et-titre { display:none; } /* Cache la date telle qu'affichée sur la page évènement */
.path_demosphere_event_publish_form #frontpage { display:none; } /* Cache le module "afficher sur la page d'accueil */
.path_demosphere_event_publish_form #actionBoxWrapper { display:none; }

#htmlView .meditable-placeholder, #eventTitle .meditable-placeholder { text-align:left; }

#place-search-input { border:none; }

/* Restauration de paramètres par défaut */
body.notFullWidth { min-width:0; }
#htmlView { width:auto; position:static; font-family: inherit; font-size:inherit; hyphens:none; }
