.elementor-1396 .elementor-element.elementor-element-cee4aa9{--display:flex;}.elementor-1396 .elementor-element.elementor-element-cee4aa9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1396 .elementor-element.elementor-element-03edf07{width:var( --container-widget-width, 89.345% );max-width:89.345%;--container-widget-width:89.345%;--container-widget-flex-grow:0;text-align:center;}.elementor-1396 .elementor-element.elementor-element-03edf07.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-1396 .elementor-element.elementor-element-cee4aa9{--width:39.415%;}}/* Start custom CSS for text-editor, class: .elementor-element-d2bc1c4 */.tyamma-bouton-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 40px auto;
  max-width: 900px;
  padding: 0 20px;
}

.tyamma-carte {
  background: rgba(249, 248, 234, 0.85); /* fond translucide */
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
}

.tyamma-toggle {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #133436;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tyamma-fleche {
  transition: transform 0.3s ease;
}

.tyamma-fleche.rotate {
  transform: rotate(180deg);
}

.tyamma-contenu {
  display: none;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #133436;
}

.tyamma-contenu.active {
  display: block;
}

.tyamma-choisir {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #133436;
  color: #f9f8ea;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.tyamma-choisir:hover {
  background-color: #1f4a4a;
}

.tyamma-formulaire {
  background: rgba(19, 52, 54, 0.1); /* transparence élégante */
  border-radius: 20px;
  padding: 30px;
  margin: 50px auto;
  max-width: 600px;
  font-family: 'Montserrat', sans-serif;
}/* End custom CSS */