<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slide {
	position: relative;
	background: #ccc;
}
.slide .btn {
	position: absolute;
	left: 50%;
	top: 90%;
	transform: translate(-50%, -50%);
}
.homepage .slideBtn {
	top: unset;
	bottom: 6rem;
	transform: unset;
}
.homepage .btnLeft {
	left: 9rem;
	background: rgba(0, 0, 0, 0.2);
	width: 80px;
	height: 80px;
}
.homepage .btnRight {
	right: 9rem;
	background: rgba(0, 0, 0, 0.2);
	width: 80px;
	height: 80px;
}
.homepage .slideBtn:hover .arrow_defCSS {
	border-color: var(--identity-color);
}
@media all and (max-width: 1300px) {
	.homepage .slideBtn {
		
		bottom: 2rem;
		
	}
	.homepage .btnLeft {
		left: 5rem;
		
	}
	.homepage .btnRight {
		right: 5rem;
		
	}
}
.homepage .slideTxts {
	position: absolute;
	left: 10vw;
	font-size: 2vw;
	color: white;
	width: 1000px;
	top: 75%;
	transform: translateY(-50%);
	font-weight: 300;
	max-width: calc(100% - 20vw);
}
.slideTxts .bigVeryBig {
	font-size: 4vw;
	line-height: 1em;
	font-weight: 300;
	text-transform: uppercase;
}
@media all and (max-width: 800px) {
	.homepage .slideTxts {
		font-size: 1.5em;
	}
	.slideTxts .bigVeryBig {
		font-size: 2em;
	}
}
/* ************************************************************** */
/* ************************************************************** */
.imagesArrangement {
	display: flex;
	align-items: center;
	--pad-block: 3em;
	margin: calc(var(--pad-block) * 2) 0;
}
.imagesArrangement &gt; * {
	flex: 1;
}
.imagesArrangement img {
	width: 100%;
}
.bottlesIA {
	padding: 0 var(--pad-block);
}
.imagesArrangement div:first-child {
	align-self: flex-end;
	margin-bottom: var(--pad-block);
}
.imagesArrangement div:last-child {
	align-self: flex-start;
	margin-top: var(--pad-block);
}
@media all and (max-width: 1400px) {
	.imagesArrangement {
		--pad-block: 1em;
	}
}
@media all and (max-width: 1000px) {
	.imagesArrangement {
		flex-direction: column;
	}
}
/* ************************************************************** */
/* ************************************************************** */
.ekip {
	width: 100%;
}
@media all and (max-width: 1200px) {
	.bandeau_puc,
	.ekip {
		display: none;
	}
}
</pre></body></html>