/*!
  Theme Name: Wedding Elegance
  Theme URI: https://enhanceindustries.com/themes/wedding-elegance/
  Description: Wedding Elegance is a beautifully designed theme that gives a unique, elegant and soft feel to any website. Perfectly suited to wedding photography, wedding invitation, wedding venue and wedding save the date websites.
  Author: Enhance Industries
  Author URI: https://enhanceindustries.com/
  Version: 1.5
  Requires at least: 5.2
  Tested up to: 6.8
  Requires PHP: 5.6
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Text Domain: wedding-elegance
  Tags: theme-options, featured-images, footer-widgets, full-width-template
*/

form {
  max-width: 500px;
  margin: 0 auto;
  font-family: sans-serif;
  color: #317773;
  text-align: left; /* Alignement à gauche */
}

label {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  color: #317773;
  text-align: left;
}

input,
textarea,
select {
  width: 100%;
  padding: 6px 0;
  margin-bottom: 20px;
  border: none;
  border-bottom: 2px solid #317773;
  background: transparent;
  color: #317773;
  font-size: 16px;
  text-align: left; /* Alignement du texte dans les champs */
}

::placeholder {
  color: #317773;
  opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-bottom: 2px solid #EF6F6C;
}

button {
  background-color: #EF6F6C;
  color: white;
  padding: 10px 20px;
  border: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  text-align: left; /* Alignement du texte du bouton si besoin */
}

button:hover {
  background-color: #317773;
}

.presence-options label {
  display: block;
  margin-bottom: 12px; /* Espace entre chaque option */
  font-size: 16px;
  color: #317773;
  font-family: sans-serif;
}

.presence-options input[type="radio"] {
  accent-color: #EF6F6C;
  margin-right: 8px;
}
