.main-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color:#FFDEE4;
	border:4px solid white;
	height:100%;
	padding:34px;
}

.img-title-home{
	width: 470px;
	margin-top:calc(42px - 34px);
	margin-left:auto; margin-right:auto;
}


.header1 {
	align-self: stretch;
	color: #007bc2;
}


.logo-evian { 
	width: 190px; 
	right:14px; 
	top:0px;
}

.mobile{ display:none}

.text-bottom-right {
	margin: 49px 17px 0 17px;
	text-align: right;
	bottom:10px;
	right:5px;
}
.text-bottom-side{
	font-size:14px;
}
.text-bottom-left{
	bottom:10px;
	left:15px; right:170px;
}
.text-bottom-left-mobile{
	left:15px; right:120px;
}

.text-bottom-left-mobile{display:none;}
.text-bottom-left{display:block;}


.desc{
	color:#007AC2;
	text-align:center;
	max-width:1254px; width:100%;
	margin:0 auto;
	margin-top:-20px;
	letter-spacing: 6%;
}






/* ------------------------------------------------------------ */
/* caroussel */

.caroussel{
	
	position:absolute; left:50%; translate: -50% -50%;
	display:flex;  flex-direction: row; justify-content: space-between;
	width:100%; max-width:1350px;
	top:62%;
	align-items:center;
}
.caroussel-center{
	width:100%; max-width:980px;		/*item width * 2 + gap*/ 
	overflow: hidden;
}
.caroussel-slider{
	display:flex; flex-direction: row; gap:20px;
}
.caroussel-item{
	width:480px;
	/* background-color:rgba(255, 0, 0, 0.00); */
	flex-shrink:0;
	text-align:center;
	display:flex;  flex-direction: column; gap:10px;
}
.caroussel-item-img-container{
	width: 100%; height:450px;
	display:flex; align-items:center; justify-content: center;
	/* background-color: rgba(0, 255, 0, 0.07); */
}
.caroussel-item-img-container img{
	margin: 0 auto;
	scale:0.85;
}
.caroussel-item7 img{
	scale:0.78;
}

.caroussel-item-title{
	color:#007BC2;
	font-size:32px;
	text-align:center; font-family: 'Evian Sans Condensed';
	font-weight:600;
	margin-top:-60px;
	line-height:100%;
	letter-spacing: 9%;
}
.caroussel-item-title b{
	font-weight:700;
}
.caroussel-item-footnote{
	color:#007BC2;
	font-size:17px; font-weight:100;
	text-transform: uppercase;
	text-align:center; font-family: 'Evian Sans Condensed';
	text-transform: unset;
	letter-spacing: 9%;
}
.caroussel-item-footnote a{
	text-decoration: underline;
}

.hidden{
	visibility:hidden;
}



br.mobile{ display:none;}
br.desktop{ display:inline;}

.arrow{
	/* position:absolute; top:50%; translate: -50% 0; */
	width:33px; pointer-events: none; 
}
.arrow.hidden{
	display: none;
}
.btn-arrow{
	cursor:pointer;
	padding:30px;
	margin-top:-111px;
}
.btn-arrow:active{scale:0.7;}
.btn-arrow:hover{scale:0.85;}



/* center mention on big resolutions */
@media(min-width:1200px){
	.text-bottom-left{
		left:0; right:0; text-align:center;
	}
}



/* ---------------- */
/* mobile */
@media(max-width:800px){
	.content{
		width:100%; height:100%;
		margin-left:unset; margin-top:unset;
		top:0; left:0;
		transform:unset;
	}
	
	br.mobile{ display:inline;}
	br.desktop{ display:none;}
}


@media(max-width:800px){
	
	.img-title-home{
		width:184px;
		margin-top:48px;
	}
	.desc{
		font-size:12px;
		margin-top:6px;
	}
	
	.logo-evian{
		width:86px;
	}
	.group-top{ 
		top:-20px;
		padding:0 32px;
	}
	
	
	.btn-arrow{
		scale:0.6;
		padding:7px;
		margin-top:-110px;
	}
	.btn-arrow:hover{ 
		scale:0.5;
	}
	.caroussel{
		top:69%;
	}
	
	.caroussel-center{
		width:100%; max-width:320px;
	}
	.caroussel-item{
		width:100%; gap:15px;
	}
	.caroussel-item-img-container{
		height:169px;
	}
	.caroussel-item-title{
		font-size:20px;
		margin-top:-10px;
	}
	.caroussel-item-footnote{
		font-size:10px;
	}
	.text-bottom-right {
		font-size:8px;
	}
	
	.text-bottom-left-mobile{display:block; font-size:10px;}
	.text-bottom-left{display:none;}
	
	
	.caroussel-item-img-container img{
		scale:0.7;
	}
	.caroussel-item7 img{
		scale:0.62;
		
	}
}
