/*
Theme Name: Elesa Child Theme
Theme URI: https://elesa.peerduck.com
Author: Duck-Themes
Author URI: https://peerduck.com
Description: Blank Child Theme for Elesa
Template: elesa
Version: 1.00
Requires at least: 5.0
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-colors, featured-images, theme-options
Text Domain: elesa
*/

#pr-nav .header-cta .elementor-button {
    letter-spacing: 1px;}

/* --- Listes dorées uniquement dans le contenu Elementor --- */
.elementor-widget-text-editor ul {
  list-style: none;
  margin: 0;
  padding-left: 1.5em;
}

.elementor-widget-text-editor ul li {
  position: relative;
  margin-bottom: 0.6em;
  line-height: 1.6;
  color: #f5f5f5;
  font-size: 16px;
}

.elementor-widget-text-editor ul li::before {
  content: "✔";
  position: absolute;
  left: -1.2em;
  color: #E5CA5E;
  font-weight: bold;
  font-size: 1em;
}

.elementor-widget-text-editor ul li:hover::before {
  transform: scale(1.2);
  transition: transform 0.2s ease;
}

/* === Footer : même rendu que les listes Elementor === */

/* on supprime les puces natives et on crée l’espace pour le crochet */
.elementor-widget-text-editor ul,
.menu-footer {
  list-style: none;
  margin: 0;
  padding-left: 1.5em;
}

/* certains navigateurs affichent ::marker même sans list-style */
.elementor-widget-text-editor li::marker,
.menu-footer li::marker { content: ""; }

/* positionnement propre du pseudo-élément */
.elementor-widget-text-editor li,
.menu-footer li {
  position: relative;
  margin-bottom: .6em;
  line-height: 1.6;
}

/* ✔ crochet doré identique au contenu des pages */
.elementor-widget-text-editor li::before,
.menu-footer li::before {
  content: "✔";
  position: absolute;
  left: -1.2em;
  top: .15em;              /* ajuste si besoin: .05em à .25em */
  color: #E5CA5E;
  font-weight: 700;
  font-size: 1em;
  transition: transform .2s ease;
}

.menu-footer li:hover::before { transform: scale(1.1); }

/* liens du menu footer */
.menu-footer a {
  color: #f5f5f5;
  text-decoration: none;
  transition: color .2s ease;
}
.menu-footer a:hover { color: #E5CA5E; }


/* Style général du formulaire */
.wpcf7-form label {
  display: block;
  font-weight: 600;
  color: #000; /* texte noir pour être visible */
  margin-bottom: 6px;
}

.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px 12px;
   border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff; /* fond blanc */
  color: #000; /* texte noir */
  font-size: 15px;
}

/* Boutons radio */
.radio-group {
  margin-bottom: 15px;
}

.radio-group span.wpcf7-list-item {
  margin-right: 20px;
}

.wpcf7-form input[type="radio"] {
  width: auto;
  margin-right: 6px;
  accent-color: #E5CA5E; /* couleur jaune Alarie */
}

/* Bouton d'envoi */
.wpcf7-form .cta-button {
  background-color: #E5CA5E;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form .cta-button:hover {
  background-color: #d6b84e;
}
/* Conteneur des options radio : affiche les deux sur la même ligne */
.wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 25px; /* espace entre les deux options */
  align-items: center; /* aligne verticalement */
  flex-wrap: wrap; /* évite le débordement sur mobile */
}

/* Chaque option (radio + texte) alignée sur une ligne */
.wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

/* Bouton radio à gauche du texte, avec petit espace */
.wpcf7-list-item input[type="radio"] {
  margin-right: 8px;
  position: relative;
  top: 0;
}

/* Harmoniser le style du texte */
.wpcf7-list-item-label {
  font-weight: 500;
  color: #000;
  cursor: pointer;
}

/* Masque d'éventuels <br> ajoutés par CF7 */
.radio-group br { display: none !important; }


.elementor-element-436fbce .elementor-icon i::before,
.elementor-element-e8a8889 .elementor-icon i::before {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 15px;}

.d-inline-block.elementor-button-link.elementor-button.elementor-size-md {
    letter-spacing: 1px !important;
}


/* Désactive le grid du wrapper CF7 sur ce champ */
.wpcf7-form .wpcf7-form-control-wrap[data-name="radio-657"] {
  display: block;          /* au lieu de grid */
}

/* Place les 2 options sur la même ligne */
.wpcf7-form .wpcf7-form-control.wpcf7-radio {
  display: flex !important;
  align-items: center;
  column-gap: 28px;
  row-gap: 8px;
  flex-wrap: wrap;         /* wrap sur mobile si besoin */
}

/* Aligne bouton + texte sur une seule ligne */
.wpcf7-form .wpcf7-list-item { 
  display: inline-flex;
  align-items: center;
	    width: 6%;
}

/* Le label ne doit pas être en block, ni casser */
.wpcf7-form .wpcf7-list-item label {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;                /* espace normal entre rond et texte */
  margin: 0;
  white-space: nowrap;     /* libellé sur une seule ligne */
}

/* Bouton radio : pas de décalage artificiel */
.wpcf7-form .wpcf7-list-item input[type="radio"] {
  position: static;
  margin: 0;
  accent-color: #E5CA5E;   /* (optionnel) couleur de marque */
}

/* Si ton thème cible le span du libellé, assure-toi qu'il s'affiche inline */
.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
  display: inline;
    font-weight: 400;
    color: #7a6c6c;
    font-size: 15px;
}
span.wpcf7-list-item.last {
    margin-left: 30%;
}

@media (min-width: 1200px) {
    #pr-nav.navbar-fixed .header-cta .elementor-button, #pr-nav.navbar-fixed .nav-link {
        font-size: 16px;
        letter-spacing: normal;
        font-weight: 500;
        padding-top: 13px;}}
