.elementor-7388 .elementor-element.elementor-element-b4a1ea4{--display:flex;}.elementor-7388 .elementor-element.elementor-element-b2ca9dc{--display:flex;}.elementor-7388 .elementor-element.elementor-element-e5082a7{--display:flex;}.elementor-7388 .elementor-element.elementor-element-d396dbc{--display:flex;}.elementor-7388 .elementor-element.elementor-element-38301e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7388 .elementor-element.elementor-element-269b323{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;}.elementor-7388 .elementor-element.elementor-element-269b323.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:#9FB4A1;}.elementor-7388 .elementor-element.elementor-element-269b323.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-7388 .elementor-element.elementor-element-269b323.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:#5E6F55;}/* Start custom CSS for text-editor, class: .elementor-element-5debef1 */.fiche-decheterie{
  max-width:1100px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: #F2EFE9;
}

.fiche-decheterie h2{
  margin: 0 0 12px;
  font-size: 26px;
}

.fiche-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items: start;
}

.fiche-infos{
  padding: 12px;
  border-radius: 14px;
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.06);
}

.fiche-adresse{
  margin: 0 0 12px;
  font-weight: 600;
}

.fiche-horaires h3{
  margin: 6px 0 10px;
  font-size: 18px;
}

.fiche-horaires ul{
  margin: 6px 0 12px;
  padding-left: 18px;
}

.fiche-horaires li{
  margin: 6px 0;
}

.fiche-note{
  margin: 10px 0 0;
  font-weight: 600;
}

.fiche-boutons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 12px;
}

.btn-dech{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.10);
  text-decoration:none !important;
  background: #5E6F55;
  color: #fff !important;
  font-weight: 600;
}

.btn-dech:hover{ filter: brightness(0.95); }

.btn-dech-light{
  background:#fff;
  color:#111 !important;
}

.fiche-carte iframe{
  width:100%;
  height: 560px;
  border:0;
  border-radius: 14px;
}

@media(max-width: 860px){
  .fiche-grid{ grid-template-columns: 1fr; }
  .fiche-carte iframe{ height: 320px; }
}/* End custom CSS */