body.Acueille {
	font-family: Arial, sans-serif;
	background-color: #000;
	color: #fff;
	margin : 0;
	padding: 0;
	overflow-x: hidden;
}

header.Acueille {
	background-color: transparent;
	padding: 20px 10px;
	text-align: center;
	position : absolute;
	top : 0;
	width : 100%;
	z-index: 999;
}

nav.Acueille {
	background-color: transparent;
	padding: 10px;
	text-align: center;
	min-height : 50px;
}

nav.Acueille a {
	text-decoration: none;
	color: #000 !important;
	font-size: 2em !important;
	display: inline-block;
	margin: 0 40px;
	position: relative;
	transition: color 0.3s;
}

nav.Acueille a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #000;
	bottom: -5px;
	left: 0;
	transition: width 0.3s;
}

nav.Acueille a:hover:before {
	width: 100%;
}

nav.Acueille a:not(:last-child) {
	margin-bottom: 10px;
}

main.Acueille {
	margin: 0;
	padding: 0;
}

h1.Acueille {
	text-align: center;
}

p.Acueille {
	text-indent: 50px;
}

form.Acueille {
 	margin: 15px 0;
}

figure.Acueille {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	overflow: hidden;
	margin: 0;
  	padding: 0;
}
figure.Acueille div {
	display: none;
}
figcaption.Acueille {
       	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 5em;
	color: #ffffff;
	text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
	white-space: nowrap;
}

img.louvre {
	position: fixed;
	top: 0;
        left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 60% 20%;
	z-index: -1;
        opacity:0.7 ;
	border-radius: 0;
}

img.logo-gauche {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	height: auto;
	opacity: 1;
	z-index: 5;
	border-radius: 10px;
}

img.high-opacity {
	border-radius: 25px;
	opacity: 1;
}

img.center-image {
      	border-radius: 25px;
	opacity: 1;
}

#les-rappeurs {
	margin-top: 0px;
	transition: transform 0.5s ease-in-out;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: auto;
	overflow: auto;
	padding: 60px 0;
	background-color: transparent;
}

.card-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.cards {
	display: flex;
	flex-direction: row;
	gap: 15px;
	background-color: #000;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

.cards .card {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 100px;
	width: 100px;
	border-radius: 10px;
	color: white;
	cursor: pointer;
	transition: 400ms;
	position: relative;
	overflow: hidden;
}

.cards .card:hover .card-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.5em;
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.cards .card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0%;
	transform-origin: center;
	transition: transform 0.3s ease-in-out;
}

.cards .card:hover img {
	transform: translate(0%, 0%);
	left: 0%;
	top: 0%;
	transition: transform 0.3s ease-in-out;
}

.cards.card p {
	text-align: center;
	margin: 0 auto;
}

.cards .card p.tip {
	font-size: 0.8em;
	font-weight: 700;
}

.cards .card p.second-text {
	font-size: .7em;
	display: none;
}

.cards .card .content {
	margin-top: 20px;
}

.cards .card:hover {
	height: 400px;
	color: black;
	width: 250px;
	align-items: flex-start;
	background-color: #fffae0;
}

.cards:hover > .card:not(:hover) {
	filter: blur(10px);
	transform: scale(0.9, 0.9);
}

.cards .card .button {
	display: table-cell;
	vertical-align: middle;
	border: none;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 150px;
	line-height: 50px;
	font-size: 12px;
	letter-spacing: 2px;
	border-radius: 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #031d67;
	box-shadow: 0px 15px 18px -6px rgba(35, 22, 214, 0.65);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	margin-top: -50px;
	opacity: 0;
	color:#FFF;
}

.cards .card:hover .button {
	opacity: 1;
	top: auto;
	bottom: 20px;
}
.cards .card .button:hover {
	background-color: #051749;
	box-shadow: 0px 22px 19px -8px rgba(16, 8, 119, 0.65);
	transform: scale(1.02,1.02);
}
.cards .card .button:active {
	background-color: #051749;
	box-shadow: 0px 12px 18px -4px rgba(7, 4, 51, 0.65);
	transform: scale(0.95,0.95);
	transition: all 0.4s -0.125s;
}

.card img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
}

.card p {
	text-align: center;
	margin: 0;
}
.card-container::-webkit-scrollbar {
	display: none;
}
#overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
#overlay:target {
    display: flex;
}
.overlay-content {
    background: linear-gradient(160deg, #1a1510 0%, #0d0b08 100%);
    border: 1px solid rgba(220, 192, 106, 0.4);
    border-radius: 12px;
    max-width: 750px;
    width: calc(100% - 40px);
    padding: 0;
    overflow: hidden;
}
