/**
 * Theme Name:     Astra Child
 * Author:         Agence Odessa
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 * Author URI:     http://Agence%20Odessa
 */

my-ul {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
/* Style général du popup */
#pum-2884 .pum-container {
  /* Dégradé de votre couleur principale (#162337) vers une version plus claire */
  background: linear-gradient(135deg, #162337, #2c446a) !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important;
  color: #fff !important;
}

/* Style des titres et textes */
#pum-2884 #hadda-title,
#pum-2884 #hadda-subtitle,
#pum-2884 p {
  color: #fff !important; 
  text-align: center !important;
}

#pum-2884 #hadda-subtitle {
  margin-bottom: 25px !important;
}

/* Ombre du texte pour le titre */
#pum-2884 #hadda-title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4) !important;
}

/* Ombre du texte pour le sous-titre */
#pum-2884 #hadda-subtitle {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
}

/* Champs du formulaire et centrage des éléments */
.mc4wp-form-fields {
  text-align: center !important;
}

.mc4wp-form-fields input[type="email"],
.mc4wp-form-fields input[type="text"] {
  width: 80% !important;
  padding: 12px !important;
  border: none !important;
  border-radius: 8px !important;
  margin-bottom: 12px !important;
  font-size: 15px !important;
  background-color: rgba(255, 255, 255, 0.9) !important; /* Opacité légèrement augmentée */
  color: #333 !important;
  display: inline-block !important;
}

.mc4wp-form-fields input::placeholder {
  color: #777 !important;
}

/* Bouton d'envoi */
.mc4wp-form-fields input[type="submit"] {
  background-color: #2c446a !important; /* Ton de bleu plus clair pour le bouton */
  color: #fff !important;
  border: none !important;
  padding: 15px 30px !important;
  border-radius: 8px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  margin-top: 15px !important;
}

.mc4wp-form-fields input[type="submit"]:hover {
  background-color: #162337 !important; /* Changement de couleur au survol pour un effet sombre */
}

.pum-my-close {
    font-size: 14px !important;
    margin-top: 15px !important; /* Ajoute un peu d'espace au-dessus du lien */
    display: block !important; /* Place le lien sur une nouvelle ligne */
}
