/*
 * Catalogue Contact Culturel — CSS compilé (source : styles.scss + mixins.scss + variables.scss + responsive.scss).
 * Ex hello-theme-child-CW/cw/assets/css/styles.css — le bloc #members_form et les styles Vendere ont été retirés.
 */

.row {
	margin-right: -5px;
	margin-left: -5px;
}
.row > [class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.event-disciplines-grid .event-disciplines-grid-item {
	position: relative;
	display: flex;
	align-items: flex-end;
	text-decoration: none;
}
.event-disciplines-grid .event-disciplines-grid-item:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.event-disciplines-grid .event-disciplines-grid-item > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.event-disciplines-grid .event-disciplines-grid-item .inner {
	position: relative;
	z-index: 9;
	padding: 20px;
}
.event-disciplines-grid .event-disciplines-grid-item .inner .label {
	font-size: 1.4rem;
	color: white;
}

#events-filters {
	padding: 20px 0;
}
#events-filters input[type="search"] {
	height: 50px;
	border: 0;
}

.chosen-container-single {
	width: 100% !important;
	border: 1px solid #ededed;
}
.chosen-container-single .chosen-results {
	padding: 0;
	margin: 0;
}
.chosen-container-single .chosen-results li.highlighted {
	background: #ededed;
	color: black;
}
.chosen-container-single .chosen-single {
	height: 50px;
	border: 0;
	border-radius: 0;
	background: white;
	box-shadow: none;
	line-height: 50px;
}
.chosen-container-single .chosen-single div {
	top: 12px;
}
.chosen-container-single .chosen-single abbr {
	top: 18px;
}

.event-archive-item {
	display: block;
	background: white;
	margin-bottom: 2px;
}
.event-archive-item.active .event-top .actions .close-event {
	display: block;
}
.event-archive-item.active .event-top .actions .open-event {
	display: none;
}
.event-archive-item.active .event-bottomer {
	display: block;
}
.event-archive-item .event-bottomer {
	display: none;
}
.event-archive-item .event-image {
	position: relative;
	cursor: pointer;
	height: 100%;
}
.event-archive-item .event-image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.event-archive-item .event-meta {
	background: #D83F53;
	padding: 30px 10px;
	color: white;
	font-size: 16px;
	height: 100%;
}
.event-archive-item .event-meta .meta-line {
	line-height: 1.35em;
	margin-bottom: 30px;
}
.event-archive-item .event-meta .meta-line:last-child {
	margin-bottom: 0;
}
.event-archive-item .event-meta .label {
	margin-bottom: 5px;
}
.event-archive-item .event-meta .value {
	font-weight: bold;
}
.event-archive-item .event-content,
.event-archive-item .event-bottom {
	padding: 40px;
}
.event-archive-item .event-top {
	display: flex;
	align-items: center;
}
.event-archive-item .event-top .title {
	width: calc(100% - 40px);
	cursor: pointer;
}
.event-archive-item .event-top .title > h2 {
	font-weight: 500;
	color: black;
	font-size: 28px;
	margin: 0;
}
.event-archive-item .event-top .title .taxonomies {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.event-archive-item .event-top .title .taxonomies li {
	list-style: none;
	margin-left: 10px;
}
.event-archive-item .event-top .title .taxonomies li:first-child {
	margin-left: 0;
}
.event-archive-item .event-top .title .taxonomies li:first-child:before {
	display: none;
}
.event-archive-item .event-top .title .taxonomies li:before {
	content: '•';
	margin-right: 10px;
}
.event-archive-item .event-top .actions {
	width: 40px;
	font-weight: 800;
	font-size: 60px;
	color: #D83F53;
	cursor: pointer;
}
.event-archive-item .event-top .actions .close-event {
	display: none;
}

/*
 * Responsive
 */
@media (max-width: 990px) {
	#events-filters input[type="search"],
	#events-filters select,
	#events-filters .chosen-container {
		margin-bottom: 5px;
	}
	#events-filters button[type="submit"] {
		width: 100%;
	}

	.event-archive-item .event-image {
		position: relative;
	}
	.event-archive-item .event-image:before {
		content: '';
		display: block;
		padding-top: 56%;
	}
	.event-archive-item .event-content,
	.event-archive-item .event-bottom {
		padding: 15px;
	}
	.event-archive-item .event-top .title > h2 {
		font-size: 18px;
	}
}
