/* Style pour la page Élections Conseil Municipal des Jeunes */
.OESK_XBody_Default { width: 900px; margin: 0 auto; }
.OESK_XBody_Default .OESZ_XBodyContent { width: 100%; height: auto !important; min-height: 800px; padding: 20px 20px 60px 20px; box-sizing: border-box; }
.OESK_XBody_Default .OESZ_XBodyFooter { width: 100%; height: 50px; }
#XBody { width: 900px; margin: 0 auto; background-color: #fff; }
#XBody .OESZ_XBodyContent { display: block; position: relative; }
#XBody .OESZ_XBodyFooter { display: block; position: relative; }
#XBody .OESZ_XBodyHeader { display: none; }

.event-page-content {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 1.6;
}

.event-page-header {
  border-bottom: 2px solid #00b050;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.event-page-title {
  color: #00b050;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.back-link {
  display: inline-block;
  background-color: #00b050;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.2s;
}

.back-link:hover {
  background-color: #008f40;
}

.event-description-box {
  background-color: #f6fbf7;
  border-left: 5px solid #00b050;
  padding: 15px 20px;
  border-radius: 4px;
  margin-bottom: 25px;
  font-size: 16px;
}

.event-description-box p {
  margin: 0 0 10px 0;
}

.event-description-box p:last-child {
  margin-bottom: 0;
}

.event-image-container {
  text-align: center;
  margin: 25px 0;
}

.event-image {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
