/* ----- DISCOGRAPHIE ----- */

.block-postGallery .disco-wrapper {
	margin: 100px 0;
}

.block-postGallery .disco *:not(.button) {
	color: var(--content-default);
}
.block-postGallery .disco {
	padding: 10vh 10vw;
	scroll-padding-left: 40vw;
	/* scroll-snap-type: x mandatory; */
	overflow: scroll;
	
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 10vw;
}


.block-postGallery .disco-wrapper{
	position: relative;
	background-color: var(--accented);
	overflow: hidden;
}
.block-postGallery .disco-wrapper::before {
	content: "";
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	pointer-events: none;
	top: 0;
	left: 0;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.73) 100%);
}

.disco-wrapper h2 {
	color: #593b3d;
	margin: 0;
	position: absolute;
	bottom: 0;
	font-size: 11vw;
}


.block-postGallery .disco-wrapper .navigation {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: clamp(500px, 100%, 1400px);
	min-height: 100%;
	z-index: 3;
	pointer-events: none;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.block-postGallery .disco-wrapper .navigation .nav-btn {
	height: fit-content;
	margin: auto 1rem;
	pointer-events: auto;
}

.block-postGallery .disco-wrapper .navigation svg {
	display: block;
	height: 50px;
  	width: auto;
	transition: 0.2s;
}
.block-postGallery .disco-wrapper .navigation path {
	color: #fff;
}
.block-postGallery .disco-wrapper .navigation .right-btn svg {
 transform: rotate(180deg);
}
.block-postGallery .disco-wrapper .navigation .nav-btn:hover svg {
	height: 60px;
	cursor: pointer;
}

.block-postGallery .disco-wrapper .navigation .nav-btn.disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}



.block-postGallery .disco .single-post {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	min-width: 70%;

	/* scroll-snap-align: start; */
}

.dummy-post {
	min-width: 1.5vw;
}

.block-postGallery .disco img {
	height: 300px;
}


/* ----- DISCOGRAPHIE PHONE ----- */

@media (max-width: 1050px) {
	.block-postGallery .disco .single-post {
		flex-direction: column;
		gap: 0;
	}

	.block-postGallery .disco img {
		height: auto;
	}

	.block-postGallery .disco .single-post h4 {
		font-size: 0.7rem;
	}

	.block-postGallery .disco .single-post p {
		font-size: 0.8rem;
	}

	.block-postGallery .disco-wrapper .navigation {
		width: clamp(200px, 100%, 1400px);
	}
}














/* ----- PRESSE ----- */

.block-postGallery .presse {
	display: flex;
	flex-direction: column;
	gap: 230px;
}

.block-postGallery .presse .single-article {
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 2rem;
	min-height: 300px;
}


.block-postGallery .presse .article::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg,var(--accented) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 10px;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.block-postGallery .presse .article {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: end;
	border-radius: 10px;
	text-decoration: none;
	transition: 0.3s ease;
	overflow: hidden;
}

.block-postGallery .presse .article .content {
	transition: 0.3s ease;
}

.block-postGallery .presse .article:hover {
	cursor: pointer;
	transform: scale(1.03);
}
.block-postGallery .presse .article:hover::before {
    opacity: 0.3;
}
.block-postGallery .presse .article:hover .content {
	transform: translateY(100%);
}
.block-postGallery .presse .article:hover .see-article {
	bottom: 1rem;
	opacity: 1;
}

.block-postGallery .presse .see-article {
	position: absolute;
	bottom: 50%;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	transition: bottom 0.3s ease, opacity 0.3s ease-in-out;
}
.block-postGallery .presse .see-article h4 {
	color: #fff;
	font-size: 1.5rem;
	margin: 0;
}



.block-postGallery .presse .article h3,
.block-postGallery .presse .article p {
	position: relative;
	z-index: 3;
	margin: 0 1rem;
	pointer-events: none;
}

.block-postGallery .presse .article h3 {
	border: solid #c4c4c4a8;
	color: #fff;
	border-width: 0 0 1px 0;
	margin-bottom: 4px;
}

.block-postGallery .presse .article p {
	font-size: 0.7rem;
	margin-bottom: 1rem;
	color: #e6e1e1;
}

.block-postGallery .presse .citation {
	position: relative;
	flex: 2;
	display: flex;
	flex-direction: column;
	margin: 0;
	align-self: stretch;
	text-align: center;
}

.block-postGallery .presse .citation-text {
	margin: auto;
	padding: 10% 10% 0 10%;
}

.block-postGallery .presse .citation-text p {
	font-size: 1.6rem;
}

.block-postGallery .presse .citation-source p {
	margin: 0;
	color: rgba(0, 0, 0, 0.473);
}

.block-postGallery .presse .quote-icons {
	position: absolute;
}
.block-postGallery .presse .quote-icons path {
	color: rgba(0, 0, 0, 0.239);

}
.block-postGallery .presse .quote-icon-1 {
	top: 15%;
	left: 5%;
}
.block-postGallery .presse .quote-icon-2 {
	bottom: 15%;
	right: 5%;
	transform: rotate(180deg);
}

@media (min-width: 1050px) {
	.block-postGallery .presse .single-article:nth-child(even) {
		flex-direction: row-reverse;
	}
}








/* ----- PRESSE PHONE ----- */

@media (max-width: 1050px) {

	.block-postGallery .presse{
		gap: 60px;
	}

	.block-postGallery .presse .single-article {
		display: block;
	}

	.block-postGallery .presse .single-article a {
		height: 300px;
	}

	.block-postGallery .presse .citation-text p {
		font-size: 1rem;
	}

	.block-postGallery .presse .quote-icon-1 {
		top: 0;
		left: 0;
	}
	.block-postGallery .presse .quote-icon-2 {
		bottom: 0;
		right: 0;
	}
}
