

body{
margin: 0;
}
.titre{
text-transform: uppercase;
font-weight: 900;
font-size: 1.8rem;
}

h1{
font-size: 2.2rem;
color: black;
font-weight: 900;
text-decoration: none;
text-transform: uppercase;
margin-bottom: 30px;
margin-top: 5px;
}

p{
color: #000;
font-size: 1.1rem;
line-height: 1.55;
}

h2{
font-size: 1.5rem;
color: black;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
margin-bottom: 15px;
}

main{
min-height: 800px;
}

footer{
background-color: black;
min-height: 100px;
margin-top: 50px;
}

footer p{
color: white;
}

a, a:hover{
color: black;
}

.article{
margin-bottom: 20px;
}

.img {
width: 700;
height: 400;
width: 100%;
}

.article h3{
line-height: 1;
margin-top: 5px;
}

.article h3 a, .article h3 a:hover{
font-size: 1.2rem;
color: black;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
}

.img1{
width: 700;
height: 400;
width: 100%;
margin-bottom: 10px;
}

.articletype{
margin-top: 40px;
}

.age-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.age-modal-content {
  background: white;
  color: #333;
  padding: 30px;
  border-radius: 10px;
  max-width: 90%;
  width: 400px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.age-modal-content h2 {
  margin-bottom: 10px;
}
.age-buttons {
  margin-top: 20px;
}
.age-buttons button {
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.age-buttons button:first-child {
  background: #4CAF50;
  color: white;
}
.age-buttons button:last-child {
  background: #f44336;
  color: white;
}

