/*
Theme Name: Hello Elementor Child
Theme URI: https://studionumerik.fr/
Description: Hello Elementor Child Theme
Author: Studio Numerik
Author URL: https://studionumerik.fr/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementorchild
*/
/* Placer votre CSS ci-dessous */

.locationPriceLabel{display:none;}
body.location .locationPriceLabel{display:initial;}

.elementor-widget-heading a,.elementor-widget-text-editor a{    color: #03872f;font-weight:500;}
.elementor-widget-heading a:hover,.elementor-widget-text-editor a:hover{    color: #0A6C2C;}

.points-forts.ue-description{text-align:left;margin-bottom:15px!important;}

.ue_taxonomy_item_title.uc-checkbox-filter_label{cursor:pointer;}

.uc_post_grid_style_one_item .uc_title{margin-bottom:0;}

.displayNone {display:none!important;}
body:not(.elementor-editor-active)  .hidden {
  display: none !important;
}
/* Affiche les éléments en admin (éditeur Elementor) */
body.elementor-editor-active .hidden {
  display: block !important; /* ou flex / inline-block selon ton design */
}

.active {
  display: block !important;
}


input[readonly] { 
  background-color: #e9ecef!important;  /* gris clair */
  color: #6c757d!important;             /* gris foncé pour le texte */
  cursor: not-allowed!important;
}

.webformInfo,.webformDateError{font-size:0.8em!important;line-height:1.15em!important;font-style:italic!important;}
.webformDateError{color:red!important;}

/*faq*/
.faq-accordion {
                border-top: 1px solid #ddd;
                margin-top: 20px;
            }
            .faq-item {
                border-bottom: 1px solid #ddd;
                padding: 10px 0;
            }
            .faq-question {
                font-weight: bold;
                cursor: pointer;
                position: relative;
                padding-right: 20px;
            }
            .faq-question::after {
                content: "+";
                position: absolute;
                right: 0;
            }
            .faq-question.active::after {
                content: "-";
            }
            .faq-answer {
                padding-top: 10px;
            }
			
.documentation-produit {
  display: flex;
  flex-direction:    row;
  gap: 20px;
  margin-top: 20px;
}

.doc-ligne {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width:450px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
}

.doc-couverture  {
max-width: 75px;}

.doc-couverture img {
  max-width: 75px;
  height: auto;
  border-radius: 4px;
}

.doc-contenu {
  flex: 1;
}

.docTitre{font-weight:700;}

.doc-contenu h3 {
  margin-top: 0;
}

.btn-telechargement {
  display: inline-block;
  padding: 8px 15px;
  background-color: #F58F00;
  color: #1F1F1F;
  text-decoration: none;
  margin: 5px 0 0 0;
  border-radius: 4px;
  font-weight: 700;
  font-size: 15px;
}

.btn-telechargement:hover {
  background-color: #E65100;
  color: #1F1F1F;
}

.attributs-2colonnes {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.attributs-2colonnes .colonne {
  flex: 1 1 45%;
}

.attributs-2colonnes table {
  width: 100%;
  border-collapse: collapse;
}

.attributs-2colonnes th,
.attributs-2colonnes td {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 8px;
}

.attributs-2colonnes th {
  font-weight: bold;
  background-color: #f8f8f8;
}
