/* Reset & Base */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800&family=Poiret+One&display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #0a0a0a; /* Noir profond */
	color: #e0e0e0;
	font-family: 'Poppins', sans-serif;
	font-weight:normal;
	line-height: 1.6;
	scroll-behavior: smooth;
}

h1 {
	font-family:"Jost",sans-serif;
	font-weight:normal;
	letter-spacing: 2px;
	font-size: 2rem;
}

h2 {
	font-family:"Jost",sans-serif;
	font-weight:normal;
	text-align:center;
	padding-left: 5%;
	padding-top: 70px;
	padding-bottom: 8px;
	letter-spacing: 2px;
	text-decoration-line: underline;
	text-decoration-style: double;
	text-decoration-color: #d4bb72;
}

h3 {
	font-family:"Jost",sans-serif;
	font-weight:normal;
	text-align:left;
	padding-left: 5%;
	padding-top: 8px;
	padding-bottom: 8px;
	letter-spacing: 2px;
	text-decoration: underline;
}

p {
	font-family:"Jost",sans-serif;
	font-weight:normal;
	text-align:left;
	padding: 3% 6% 0% 6%;
	letter-spacing: 2px;
}


#image div img {
	border-radius: 25px;
	border-style: solid;
	border-color: #d4bb72;
	margin: 6px;
	padding: 2px;
  }

#cover div img {
	width: 60%;
	border-radius: 25px;
	border-style: solid;
	border-color: #d4bb72;
	margin: 6px;
	padding: 2px;
  }

#fond div img {
	width: 35%;
	border-radius: 25px;
	border-style: solid;
	border-color: #d4bb72;
	margin: 6px;
	padding: 2px;
  }

#ring div img {
	border-radius: 5px;
	border-style: solid;
	border-color: #d4bb72;
	margin: 6px;
	padding: 2px;
  }

#cine div img {
	border-radius: 25px;
	border-style: solid;
	border-color: #d4bb72;
	margin: 6px;
	padding: 2px;
  }

.hero-content {
	padding-top: 200px;
}

input, select {
	width: 320px;
	height: 50px;	
	border: 2px solid #d4bb72;
	border-radius: 0;
	-webkit-appearance: none;
}

textarea {
	width: 320px;
	height: 200px;	
	border: 2px solid #d4bb72;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="text"] {
	border: 2px solid #d4bb72;
	border-radius: 0;
	-webkit-appearance: none;
}

/* Navigation */
.navbar {
 position: fixed;
 top: 0;
 width: 100%;
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 00px 50px;
 background: rgba(10, 10, 10, 0.95);
 border-bottom: 2px solid #d4bb72;
 z-index: 1000;
}

a
{
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	font-weight: bold;
	font-size: 18px;
	color: #d4bb72;
	text-decoration: none;
}


.nav-links {
 display: flex;
 list-style: none;
}

.nav-links li {
 margin-left: 30px;
}

.nav-links a {
font-family:"Jost",sans-serif;
font-weight:normal;
 text-decoration: none;
 color: #fff;
 font-size: 18px;
 transition: color 0.3s;
}

.nav-links a:hover {
 color: #d4bb72;
}

/* Menu Mobile (Checkbox Hack) */
#check { display: none; }
.icons { display: none; cursor: pointer; color: #d4bb72; font-size: 24px; }

/* Hero Section */
.hero {
 height: 700px;
 background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,6)), 
 url('../img/JSL.png');
 background-size: cover;
 background-position: center;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
}

.hero-content h1 {
 font-size: 24px;
padding-top: 80px;
 padding-bottom: 20px;
 color: #fff;
}

footer {
 margin-top: 30px;
margin-bottom: 30px;
border-top: 2px solid #d4bb72;
}


.btn {
 display: inline-block;
 margin-top: 30px;
 padding: 12px 30px;
 	border-radius: 50px;
	border-style: solid;
	border-color: #d4bb72;

 color: #d4bb72;
 text-decoration: none;
 transition: 0.4s;
}


.btn:hover {
 background: #d4bb72;
 color: #000;
}

.nbr {
 display: inline-block;
 margin-top: 30px;
 padding: 4px 10px;
 	border-radius: 50px;
	border-style: solid;
	border-color: #d4bb72;

 color: #d4bb72;
 text-decoration: none;
 transition: 0.4s;
}


.nbr:hover {
 background: #d4bb72;
 color: #000;
}

.myButton {
	border-radius:25px;
	border:2px solid #d4bb72;
	display:inline-block;
	color:#d4bb72;
	font-size:18px;
margin-top: 8px;
	padding:8px 8px;
	text-decoration:none;
	transition: 0.4s;
}
.myButton:hover {
	 background: #d4bb72;
 	color: #000;
}

.dwl {
 display: inline-block;
font-size: 48px;
 margin-top: 5px;
 padding: 5px 5px;
 color: #d4bb72;
 text-decoration: none;
 transition: 0.4s;
}

.dwl:hover {
font-size: 40px;
 color: #FFF;
}

.Titre {
	border-radius:5px;
	border:1px solid #d4bb72;
	display:inline-block;
	color:#d4bb72;
	font-size:18px;
	text-align:left;
	Width:300px;
	margin-top: 8px;
	padding:8px 8px;
	text-decoration:none;
	transition: 0.4s;
}

.Titre:hover {
	 background: #d4bb72;
 	color: #000;
}

/* Responsive Design */
@media (max-width: 768px) {
 .icons { display: block; }
 
 #check:checked ~ .nav-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #0a0a0a;
  padding: 20px;
  text-align: center;
 }

 .nav-links { display: none; }
 .nav-links li { margin: 15px 0; }
 
 #check:checked ~ .icons #menu-icon { display: none; }
 #check:checked ~ .icons #close-icon { display: block; }
 #close-icon { display: none; }

 .hero-content h1 { font-size: 2.5rem; }
}
