/* ======================================================
   BLOC "À DÉCOUVRIR" — Cocci.Nelles
====================================================== */

.cocci-section {
  position: relative;
  background: linear-gradient(to right, #00b5b826, #00b5b870);;
  border-radius: 18px;
  padding: 28px 26px 30px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.cocci-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #00B5B8;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cocci-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
}

.cocci-logo img {
  width: auto;
  height: 60px;
  display: block;
  margin-left: 100px;
}

.cocci-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cocci-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1f1f1f;
}

.cocci-subtitle {
  font-size: 0.95rem;
  color: #00B5B8;
  font-style: normal;
}

.cocci-copy {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

.cocci-btn {
  background: #00B5B8;
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cocci-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,181,184,0.35);
}

/* Responsive */

@media (max-width: 720px) {
  .cocci-wrap {
    flex-direction: column;
    text-align: center;
  }

  .cocci-btn {
    margin-top: 12px;
  }
}
