/*
 Theme Name:     Hello Elementor Child
 Theme URI:      https://blvckcoder.com
 Description:    Thème enfant basé sur Hello Elementor, pour je rénove mon toit , personnalisé par BLVCKCODER
 Author:         BLVCKCODER
 Author URI:     https://blvckcoder.com
 Template:       hello-elementor
 Version:        1.0.0
 License:        GNU General Public License v2 or later
 License URI:    https://www.gnu.org/licenses/gpl-2.0.html
 Tags:           Rénovation toiture, elementor-pro, child-theme, optimisé pour l’accessibilité, flexible-header, Couleurs personnalisées, custom-menu, Logo personnalisé, Images mises en avant, rtl-language-support, threaded-comments, translation-ready
 Text Domain:    hello-elementor-child
*/

/*21.05.25 blvckcoder*/
/* Formulaire devis accueil - BG option prestation */
body.page-id-124 .elementor-field-group .elementor-select-wrapper select option {
    background-color: #292B30 !important;
}

/* Liens couleur du thème hello */
.link-hello a {
  color: #FFB400!important;
}

/*26.05.25 blvckcoder*/
/* Cards avis clients - .avis-grid */
.avis-grid .elementor-loop-container > .e-loop-item:nth-child(1) {
    margin-top: 75px;
}

.avis-grid .elementor-loop-container > .e-loop-item:nth-child(2) {
    margin-bottom: 75px;
}

.avis-grid .elementor-loop-container > .e-loop-item:nth-child(3) {
    margin-top: 75px;
}

/* 03.06.25 */
ul.acf-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.75rem; /* petit */
  color: #888; /* gris */
}

ul.acf-tags li {
  margin: 0;
  padding: 0;
  color: #797979;
  background-color: #f2f2f2;
  padding: 2px 6px;
  border-radius: 4px;
}

body a {
  color: var(--e-global-color-secondary, #FFB400); 
}

body a:hover {
  color: var(--e-global-color-primary, #24262B);
}


.section-services a {
    color: var(--e-global-color-text, #5e636f);
}

.section-services a:hover {
    color: var(--e-global-color-secondary, #FFB400); 
}

