.elementor-1505 .elementor-element.elementor-element-501a827{--display:flex;}/* Start custom CSS for container, class: .elementor-element-501a827 *//* === Grille responsive === */
.tyamma-cartes-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}

/* === Carte arrondie avec forme aléatoire === */
.tyamma-carte {
  background-color: #f9f8ea;
  border-radius: 60px 30px 50px 20px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  padding: 20px;
  transition: transform 0.3s ease;
}

.tyamma-carte:hover {
  transform: scale(1.02);
}

/* === Bouton titre avec flèche === */
.tyamma-toggle {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #133436;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tyamma-fleche {
  font-size: 16px;
  transition: transform 0.3s ease;
}

/* === Contenu déroulant caché par défaut === */
.tyamma-contenu {
  display: none;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #133436;
}

/* === Bouton programmer sphérique === */
.tyamma-programmer {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #133436;
  color: #f9f8ea;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.tyamma-programmer:hover {
  background-color: #1f4a4a;
}

/* === État actif : contenu visible + flèche tournée === */
.tyamma-carte.active .tyamma-contenu {
  display: block;
}

.tyamma-carte.active .tyamma-fleche {
  transform: rotate(180deg);
}
.tyamma-form-thai-pieds {
  border-left: 8px solid #4b5320;
}/* End custom CSS */