/*
Theme Name: Ecoheat Child Theme
Theme URI: http://ecoheat.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Ecoheat
Template: ecoheat
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: ecoheat

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.catalogue .lte-info {
    margin-top: 0px !important;
}
.catalogue .lte-item {
    margin-top: 10px !important
}
.logos img {
    height: 80px !important;
    width: auto;
}
.post-services-archive,
.post-services-archive:after {
    display: none;
}
/* FORMULAIRE D'INSCRIPTION */
#wpmem_reg {
    margin: auto;
    background-color: #f6f1eb;
    padding: 30px 50px;
    border-radius: 5px;
    max-width: 1000px;
}
#wpmem_reg legend {
    text-align: center;
    font-family: figtree;
    font-size: 36px;
    margin-bottom: 30px;
}
#wpmem_reg .div_checkbox label {
    display:block;
    margin-left: 5px;
}
#wpmem_reg .div_checkbox {
    display: flex;
}
#wpmem_reg label {
    display:none;
}
#wpmem_reg input.textbox {
    height: 50px;
    max-width: 500px !important;
    margin: auto;
    border-radius: 30px !important;
}
.page-id-40368 #lte-nav-wrapper {
    background: #000;
}
/* PAGE FORMULAIRE PARRAINAGE */
.page-id-40389 .lte-header-wrapper,
.page-id-40389 .lte-footer-wrapper {
	display:none;
}
/* PAGE PARRAINAGE */
.page-id-40349.logged-in .connecte,
.page-id-40349 .tableaudebort {
    display: none;
}
.page-id-40349.logged-in .tableaudebort {
	display:flex;
}
/* Grid builder */
.wpgb-facet .wpgb-button[aria-pressed=true] {
    background-color: #ed7800 !important;
    border-color: #ed7800 !important;
}
.wpgb-grid-1 .wpgb-area {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}
.wpgb-facet .wpgb-pagination li a[aria-current] {
    color: #ed7800 !important;
}

/* MAPRIME RENOV TABLEAUX*/

/* Style général pour les tableaux MaPrimeRénov */
table.mp-summary, table.mp-amounts {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 15px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* En-têtes */
table.mp-summary thead th,
table.mp-amounts thead th {
  background-color: #ed7800; /* rouge Godin */
  color: #fff;
  text-align: left;
  padding: 12px 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Cellules */
table.mp-summary td, 
table.mp-summary th,
table.mp-amounts td, 
table.mp-amounts th {
  border: 1px solid #e0e0e0;
  padding: 12px 16px;
  vertical-align: top;
}

/* Lignes alternées */
table.mp-summary tbody tr:nth-child(even),
table.mp-amounts tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Surlignage au survol */
table.mp-summary tbody tr:hover,
table.mp-amounts tbody tr:hover {
  background-color: #f5f5f5;
  transition: background-color 0.2s ease;
}

/* Alignement : première colonne serrée, contenu lisible */
table.mp-summary td:first-child,
table.mp-amounts td:first-child {
  font-weight: 500;
  color: #333;
  width: 28%;
}

/* Texte important */
table.mp-summary strong, 
table.mp-amounts strong {
  color: #ed7800;
}
/* Parrainage */
.page-id-40349.logged-in .lte-btn-wrap {
    display: none;
}
.page-id-40389 .mystickyelements-fixed,
.page-id-40389 #wpadminbar {
    display: none !important
}