h1 {
  color:#FFF;
}

a {
  color: #0d9488; /* teal-600 */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.prose {
  margin-top: 1rem;
  font-size: 1.1rem;
	padding:30px 10%;
	width:80%;
}

.video-wrapper {
  margin: 2rem 0;
}

.inline-flex {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}
.video-wrapper {
  max-width: 720px;
  margin: 2rem auto;
  aspect-ratio: 16 / 9;
  position: relative;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
a.inline-flex.items-center svg {
    width: 1em;    /* largeur égale à la taille de la police */
    height: 1em;   /* hauteur idem */
    margin-right: 0.25em; /* petit espace entre icône et texte */
    vertical-align: middle; /* alignement vertical avec le texte */
    stroke-width: 2; /* trait SVG pas trop épais */
}

a.inline-flex.items-center {
    font-weight: 600;
    font-size: 0.875rem; /* environ 14px */
}

a.inline-flex.items-center:hover {
    text-decoration: underline;
}

a.inline-flex.items-center.bg-teal-600 {
    background-color:var(--primary-color); /* teal-600 */
    color: white;
    padding: 0.5em 1em;
    border-radius: 0.375rem; /* arrondi */
    transition: background-color 0.3s ease;
    text-decoration: none;
}

a.inline-flex.items-center.bg-teal-600:hover {
    background-color:var(--primary-color); /* teal-700 */
    text-decoration: none;
}
.dl_recette, .return{
	margin-left:10%;
}
.return{
	margin-bottom:20px;
}
.rating {
	display: inline-block;
	font-size: 1.8rem;
	color: #ccc;
	cursor: pointer;
}
.rating .message {
	margin:5px 0;
	font-size:1rem;
}
.star {
  cursor: pointer;
  font-size: 1.5rem;
  color: #ccc;
  transition: color 0.2s;
}

.star.filled,
.star.selected {
  color: var(--primary-color); /* Jaune doré */
}
.vote-invite{font-size:1rem;}

.star.hovered {
  color: #facc15; /* jaune doré */
}

.rating .star {
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.2s;
}
.rating .star.text-yellow-400 {
  color: #facc15;
}
.rating .star.text-gray-400 {
  color: #d1d5db;
}

/* Formulaire de commentaire */
#form-avis {
	width: 80%;
	margin-left:0 !important;
	max-width:500px;
}

#form-avis label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #FFF; /* gris très foncé */
}

#form-avis textarea {
  width: 100%;
  min-height: 100px;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  font-size: 1rem;
  resize: vertical;
  background-color: #f9fafb;
  color: #111827;
  transition: border-color 0.2s ease;
}

#form-avis textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.2); /* teal-600 en transparence */
}

#form-avis button {
  background-color: var(--primary-color);
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.375rem;
  margin-top: 0.75rem;
  cursor: pointer;
  transition: background-color 0.5s ease;
  font-weight: 600;
}

#form-avis button:hover {
  background-color: #9f9f9f; /* teal-700 */
}

#form-avis .comment-message {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #16a34a; /* vert-600 pour succès */
}

#form-avis .comment-message.error {
  color: #dc2626; /* rouge-600 pour erreur */
}
/* Affichage lecture seule */
.rating-static {
  display: inline-flex;
  font-size: 1.5rem;
  margin-top: 0.25rem;
}
.star-static {
  margin-right: 0.1rem;
}
.text-yellow-400 {
  color: #facc15;
}
.text-gray-300 {
  color: #d1d5db;
}
.rating .star.hovered {
  color: #facc15 !important;
}
.star.hovered {
  color: #facc15 !important;
}

.mt-6, .mt-8, .aucun_avis{
	margin-left:10%;
}
