body {
  background-image: url(/stylesheet/images/body_background.png);
  margin: 0 auto;
}

#main-container{
  max-width: 1024px;
  background-image: url(/stylesheet/images/fiche_background.png);
  margin: 0 auto;
}

#header {
  height: 185px;
  background-image: url(/stylesheet/images/banniere.png);
  background-repeat: no-repeat;
}
#subheader {
  height: 35px;
  background-image: url(/stylesheet/images/menu_horizontal.png);
  background-repeat: no-repeat;
}
#center {
  display: flex;
  justify-content: space-between;
}
#menu {
  width: 188px;
  height: auto;
  background-image: url(/stylesheet/images/menu_gauche.png);
  color: #00C69E;
}
#container {
  width:60%;
  height: auto;
  background: linear-gradient(to bottom right, #0a0a0a, #1a1a1a); /* effet métal sombre */
  color: #00f2ff;
  margin: auto;
  padding: 25px;
  border: 2px solid #00f2ff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 242, 255, 0.7), 0 0 25px rgba(0, 242, 255, 0.4) inset;
  font-family: 'Orbitron', sans-serif;
}

#footer {
  height: 23px;
  background-image: url(/stylesheet/images/bg_footer.png);
  background-color: green;
  background-repeat: no-repeat;
}

#menu-subheader {
  text-align: center;
  list-style-type: none;
  margin: auto;
}
#menu-subheader li {
  display: inline-block;
  margin-right: 20px;
}

#subheader ul li a{
  text-decoration:none;
}

#footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.news-content {
  max-width: 100%;
  overflow: hidden; /* empêche le débordement */
}

.news-content img {
  max-width: 100%;
  height: auto;
  display: block; /* évite espaces blancs en inline */
  margin: 10px 0; /* un peu d’espace vertical */
}

/* emojie zoom dans commentaire */

.smiley-list, .smiley-list-response {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px dashed #ccc;
    background-color: #f9f9f9;
}

.emoji-picker {
    cursor: pointer;
    font-size: 20px;
    margin: 2px;
    display: inline-block;
    transition: transform 0.1s ease;
}

.emoji-picker:hover {
    transform: scale(1.3);
}
