/* 
Theme Name: Dour 2024
Author: Grégory Ruelle
Template: hello-elementor
Version: 1.0.0.0
Text Domain: dour
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Divers */
body .swiper-pagination{
	z-index: 9;
}

/* Line-up Timeline */
body .vis-timeline{
	background: #000;
}
body .vis-time-axis.vis-foreground{
	background: #000;
}
body .vis-time-axis.vis-foreground .vis-text{
	color: #80fdaa;
	padding: .5rem;
}
body .vis-group-level-0{
	background: #000;
	color: #80fdaa;
	font-family: "Nimbus SDOT ITALIC", Sans-serif;
	font-size: 22px;
	padding: 0 1rem;
	text-transform: uppercase;
}
body .vis-group-level-0 .vis-inner{
}
body .vis-item.vis-range{
	border-radius: 0;
	border-color: #000;
}
body .vis-group-level-0 .vis-inner{
	color: #80fdaa;
}
body .vis-time-axis.vis-background{
	background: #fff;
}
body .vis-timeline{
	border: 0px solid #80fdaa;
}
body .vis-foreground .vis-group{
	border-bottom: 2px solid #80fdaa;
}
body .vis-item {
	background-color: #80fdaa;
	color: #000;
}
body .vis-text.vis-major{
	display: none;
}
body .vis-panel.vis-center{
	border-width: 0;
	border-top: 2px solid #80fdaa;
}
body .vis-labelset .vis-label{
	border-bottom: 2px solid #80fdaa;
}
body .vis-panel.vis-left{
	border-color: #80fdaa;
	border-width: 2px;
}
body .vis-panel.vis-top{
	border-width: 0;
}
body .vis-item-content a{
	color: #000;
	font-family: "Nimbus SDOT ITALIC", Sans-serif;
	font-size: 20px;
}

html .vis-item {
	height: 60px;
}
html .vis-item-overflow, html .vis-item.vis-range .vis-item-content{
	display: flex;
	align-self: center;
	padding: 0 .25rem;
	text-transform: uppercase;
}



/* Line-up A->Z */

.lineup_artists{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	background: var( --e-global-color-accent );
}
.lineup_artist{
	list-style: none;
	position: relative;
	display: flex;
	aspect-ratio: 0.7;
	flex: 0 0 16.66666%;
	max-width: 16.66666%;
	overflow: hidden;
}
@media (min-width: 1025px) {
	.related_artists .lineup_artist{
		flex: 0 0 20%;
		max-width: 20%;
	}
	.related_artists .lineup_artist:nth-child(6){
		display: none;
	}
}
@media (max-width: 1480px) {
	.lineup_artist{
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (max-width: 1024px) {
	.lineup_artist{
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (max-width: 767px) {
	.lineup_artist_name{
		font-size: 24px;
	}
	.lineup_artist{
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		max-height: 500px;
		min-height: 267px;
	}
	.lineup_artist a:before{
		content: '';
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 1;
		background: rgba(0,0,0,0.15);
	}
}
@media (max-width: 640px) {
	.lineup_artist{
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.lineup_artist h3,
.lineup_artist a{
	margin: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.lineup_artist a:hover .lineup_artist_img{
	transform: scale(1.04);
}
.elementor .lineup_artist_img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: all .2s ease-in-out;
	transform: scale(1.01);
}
.elementor .lineup_artist_body{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2; 
	text-align: center;
	display: block;
	width: 100%;
	text-transform: uppercase;
	padding: 0 1rem;
}
.lineup_artist_date{
	width: 100%;
	max-width: 120px;
	background: #000;
	text-transform: uppercase;
	color: var( --e-global-color-accent );
	font-weight: 100;
	display: block;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.5rem;
	font-family: "NimbusRegu", Sans-serif;
}
.lineup_artist_name{
	color: var( --e-global-color-accent );
	margin-top: 5px;
	line-height: 1;
	font-size: 22px;
	font-weight: normal;
	display: block;
	font-family: "Nimbus SDOT ITALIC", Sans-serif;
}
.lineup_artist_ssname{
	color: var( --e-global-color-accent );
	line-height: 1.2;
	font-size: 18px;
	font-weight: 600;
	display: block;
	font-family: "Nimbus SDOT ITALIC", Sans-serif;
}

