/* Page de garde du rapport d'activité (version HTML du site). */
.crms-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.6;
}

.rapdac-top {
  text-align: center;
  margin-bottom: 50px;
}

.rapdac-top img {
  max-width: 180px;
  height: auto;
  margin-bottom: 20px;
}

.rapdac-top h1 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  color: #1a1a1a;
}

.crms-gallery {
  margin-bottom: 60px;
}

.gallery-top {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.gallery-top .gallery-item {
  flex: 1;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.gallery-bottom {
  width: 100%;
  aspect-ratio: 2.04 / 1;
  overflow: hidden;
}

.crms-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.crms-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px auto;
}

.crms-content h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
}

.crms-content h3 {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin-bottom: 30px;
  font-style: italic;
}

.crms-content p {
  font-size: 16px;
  color: #444;
  margin: 0 auto;
}

.rapdac-bottom {
  border-top: 1px solid #eee;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rapdac-col {
  flex: 2.5;
  font-size: 13px;
  color: #888;
}

.rapdac-col p {
  margin: 0;
}

.rapdac-col-left {
  text-align: right;
}

.rapdac-col-mid {
  flex: 1;
  text-align: center;
}

.rapdac-col-mid img {
  max-width: 120px;
  height: auto;
}

.rapdac-col-right {
  text-align: left;
}

@media (max-width: 600px) {
  .gallery-top {
    flex-direction: column;
  }

  .rapdac-bottom {
    flex-direction: column;
    gap: 20px;
  }

  .rapdac-col-left,
  .rapdac-col-right {
    text-align: center;
  }
}
