#CollapsingNavbar {
  justify-content : center;
}

#CollapsingNavbar ul {
  gap: 40px;
}

.b-grid, .blazy.b-grid, .item-list > .b-grid {
  margin:unset !important;
}


.sidebar {
	padding-top:1.5rem !important;
}

h2.bloc-custom-color {
	color:#ffffff !important;
  	text-shadow: none !important;
}

.owl-theme .owl-controls {
	width:0px;
}

.fc-unthemed td.fc-today {
	background: #0a5e77;
}

thead > tr {
    border-bottom: 0px;
}

table tr th {
    background: rgb(10 94 119 / 100%);
}
.fc-unthemed th,.fc-unthemed td {
    border: unset !important;
}
.fc-button-primary {
	background:#157E99;
}
.sidebar .fc-content {
    height: 1.5em;
}
.fc-title {
	display:block !important;
}

.block-grid, .blazy.block-grid, .item-list > .block-grid {
  margin:unset !important;
}

.center-content {
  display:flex;
  justify-content: center;
}

.white-custom-color {
	color:#ffffff !important;
  	text-shadow: none !important;
}
ul.sf-menu ul{
 background-color: white; 
 border-radius: 0 0 5px 5px;
 border: 1px solid #dcdcdc;
  top: 49px !important;
  
.white-custom-color{
  color: #529CD5 !important;
  }
  a{
   padding: 0.5em 1.5em; 
  }
}
ul.sf-menu .sf-sub-indicator{
right: 0 !important;
}