/*!
 * Harvey Métal — bouton "Estimation gratuite" du header
 * Lithium Marketing — 2026-05-15
 */

/* Espace avec le bouton téléphone qui le précède. */
.hm-estimation-widget {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

/* Bouton plein orange (accent de la marque) — pilule, comme le bouton téléphone. */
.hm-estimation-btn.elementor-button,
.hm-estimation-btn.elementor-button:visited {
  background-color: #f89a22 !important;
  border: 1px solid #f89a22 !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  border-radius: 60px !important;
  padding: 10px 25px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.3em !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.hm-estimation-btn.elementor-button:hover,
.hm-estimation-btn.elementor-button:focus {
  background-color: #ea9529 !important;
  border-color: #ea9529 !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}

.hm-estimation-btn .elementor-button-text {
  color: inherit !important;
}

/* Ancien onglet "Estimation gratuite" vertical, collé au bord droit
   (widget Elementor c5f83a4, template 353, rotateZ -90deg).
   Retiré : remplacé par le bouton ajouté dans le header.
   Le widget est en position absolue => le masquer n'affecte pas la mise en page. */
.elementor-element-c5f83a4 {
  display: none !important;
}
