
.fc .fc-toolbar-title {
	display: inline-block;
	position: relative;
	top:5px;
}

.fc .fc-toolbar-title {
    font-size: 24px;
}
.fc-event {
	cursor: pointer;
}

.fc .fc-toolbar.fc-header-toolbar {
	margin-bottom: 10px;
}

.fc .fc-toolbar {
    display: block;
	text-align: center;
    justify-content: space-between;
    align-items: center;
}
.fc-toolbar-chunk {
	margin-bottom: 10px;
}
.fc-toolbar-chunk .fc-today-button,.fc-toolbar-chunk .fc-button-group:first-child {
	float: left;
}
.fc-toolbar-chunk .fc-button-group {
	float: right;
}
#ressources-aer {
	display:flex;
	flex-wrap: wrap;
}
/* Column styles */
#ressources-aer > div {
  box-sizing: border-box; /* To include padding in width calculation */
}

/* 25% column */
.ressources-filter {
  flex: 0 0 25%; /* Flex-grow: 0, Flex-shrink: 0, Flex-basis: 25% */
}

/* 75% column */
.calendar-container {
	padding-left:20px;
  flex: 0 0 75%; /* Flex-grow: 0, Flex-shrink: 0, Flex-basis: 75% */
}
/* 75% column */
.calendar-container-single {
	padding-left:20px;
  flex: 0 0 100%;
}

/* Responsive: Stack columns on smaller screens */
@media (max-width: 980px) {
  .ressources-filter, .calendar-container {
    flex: 0 0 100%; /* Full-width for both columns */
	  padding-left:0;
  }
}


.loader {
	display: none;
	position: relative;
	top:1px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border: 3px solid #ddd;
	border-top: 3px solid #42a5f5;
	border-radius: 50%;
	height: 15px;
	width: 15px;
}

@-webkit-keyframes spin {
	to {
		border-top-color: #ec407a;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	to {
		border-top-color: #ec407a;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.reservationModal .aer-lb-info, .reservationModal .et-pb-icon {
	font-size: 12px;
}


/* Basic styling for the filter toggle */
.filter-section {
  position: relative;
	background: #f9f9f9;
}

.filter-toggle {
	position:relative;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  display:none;
	font-size:18px;
}
.filter-toggle:after {
	content:"\50";
	font-family: ETmodules;
  	font-weight: 800;
	font-size:18px;
	position:absolute;
	right:10px;
}
.filter-section.expanded .filter-toggle:after {
	content:"\4f";
}

/* Show filters when expanded */
.filter-section.expanded .filters {
  display: block;
}

/* Collapsed filters on tablet and mobile */
@media (max-width: 980px) {
  .filter-toggle {
    display: block;
    width: 100%;
  }

  .filters {
    display: none; /* Hide filters initially */
  }

  /* When expanded (via JavaScript or CSS), show filters */
  .filter-section.expanded .filters {
    display: block;
  }
}

.ressource-cat ul {
	list-style: none;
}
.ressource-cat .cat-lvl1 {
	padding:10px 10px 0px 10px;
}
.ressource-cat .cat-lvl1 > li .caret {
	font-size: 23px;
	top: 4px;
	position: relative;
	cursor: pointer;
}
.ressource-cat .cat-lvl1 li > ul {
	display: none;
}
.ressource-cat .cat-lvl1 > li > label {
	font-weight: bold;
}
.ressource-cat .cat-lvl1 > li ul {
	padding:0 0 0 40px;
}
.ressource-cat .cat-lvl1 > li ul li label {
	padding:2px 5px;
	border-radius: 3px;
}
.ressource-cat .removeAllEvents {
	display: block;
	padding:8px 5px;
	text-align: center;
	background: #008370;
	color:#fff;
	font-size: 21px;
	margin-top: 10px;
}
.ressource-cat .removeAllEvents {
	background: var(--fc-button-hover-bg-color,#1e2b37);
}

.ressource-cat .et-pb-icon {
	font-size: 16px;
}
.ressource-cat input[type=text] {
	background-color: #eee;
	width: 100%;
	border-width: 0;
	border-radius: 0;
	color: #999;
	font-size: 14px;
	padding: 16px;
}
.ressource-cat .et_pb_button {
	width:100%;
	cursor: pointer;
	margin-top:15px;
}

#liste-evenements-aer h3 {
	text-align:center;
	margin-bottom:20px;
}

#liste-evenements-aer .et_pb_button {
	display: inline-block;
	margin-bottom:5px;
	text-align: center;
}

#liste-evenements-aer .et_pb_button.et_pb_custom_button_icon .et-pb-icon {
	font-size: 23px !important;
	vertical-align: sub;
}

.aer-events {
	display:flex;
	flex-wrap: wrap;
}

.aer-event {
	margin-bottom: 20px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: 0 0px 4px rgba(0,0,0,.2);
	padding:20px;
	margin-bottom: 20px;
}
.aer-event-home {
	flex: 0 0 45%;
	margin:0 10px 15px;
}
.aer-event-home h2 {
	font-size: 30px;
}
.aer-event .aer-event-info .et-pb-icon {
	font-size: 18px !important;
    vertical-align: text-bottom;
    margin-right: 5px;
}

/* ASSOCIATION */
#asso-search {
	min-height: 30px;
  	padding: 5px 10px;
  	border: 1px solid #9d9d9d;
  	border-radius: 2px;
  	outline: 0 !important;
  	box-shadow: none;
  	margin-left: 10px;
}
.sigi-categories-navigation {
	margin-bottom:10px;
}
h3.sigi-item_info-name {
	font-size:22px;
	line-height:1.2;
}
@media (max-width: 767px) {
 	select#categories-navigation {
    	width: 100%;
	  	margin-left:0;
  	}
	#asso-search {
		display:block;
		width:100%;
		margin-left:0;
	}
}