/*
Theme Name: Theme enfant
Description: Theme enfant de taxis-motos.fr
Author: taxis-motos.fr
Author URI: http://taxis-motos.fr/
Template: onepress
Version: 0.1.0
*/

 /* Cadre orange */
.cta-box {
  background: linear-gradient(135deg, #ff7e00 0%, #ffa500 100%);
  border-radius: 12px;
  padding: 30px 20px;
  max-width: 600px;
  margin: 40px auto;
  box-shadow: 0 8px 20px rgba(255, 140, 0, 0.3);
  color: white;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: box-shadow 0.3s ease;
}

.cta-box:hover {
  box-shadow: 0 12px 30px rgba(255, 140, 0, 0.5);
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.cta-icon {
  font-size: 3rem;
}

.cta-box h2 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

.cta-button {
  background-color: white;
  color: #ff7e00;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(255, 126, 0, 0.3);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-button:hover {
  background-color: #ff7e00;
  color: white;
  box-shadow: 0 6px 12px rgba(255, 126, 0, 0.6);
}
