img.adtm_menu_icon {vertical-align:top;margin-right:9px;}
#adtm_menu .searchboxATM .search_query_atm {width:150px;margin-left:0!important;}
#adtm_menu .searchboxATM .button_mini {display:inline-block;}
#adtm_menu .adtm_unclickable {text-decoration:none!important;}

#description-wrapper.collapsed-description {
  max-height: 250px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.6s ease;
  
  @media (min-width: 992px) {
  /* Désactive le sticky de la colonne de filtres sur desktop */
  #js-search-filters,
  #js-search-filters.sticky,
  .js-search-filters {
    position: static !important;
    top: auto         !important;
  }
}
  
}

#description-wrapper.collapsed-description.expanded {
  max-height: 3000px; /* Assez grand pour tout afficher */
}

/*.a-niveau1 {
  max-width: 140px;
  display: inline-block;
  white-space: normal;
  text-align: center;
  word-break: break-word;
  line-height: 0.8em;
}

.advtm_menu_span {
  display: inline-block;
  max-width: 140px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  text-align: center;
}

.li-niveau1 {
  width: auto;
  max-width: 140px;
  text-align: center;
}*/


.convlong-wrapper {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 20px auto;
    max-width: 400px;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

.convlong-title {
    font-size: 2em;
    display: block;
    margin-bottom: 20px;
}

#convlong-form input {
    padding: 10px;
    font-size: 14px;
    margin-right: 10px;
}

#convlong-form button {
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    background-color: #279b8c;
    color: white;
    border: none;
    border-radius: 20px;
}

#convlong-form button:hover {
    background-color: #6E6E6E;
}

.convlong-result {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

.tabel-cadre {
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background: none;
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
  border: 1px solid #ddd;
}
.tabel-cadre th, .table-cadre td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}
.tabel-cadre th {
  background-color: #d3d3d3;
  font-weight: bold;
  border: 1px solid #ddd;
}
.tabel-cadre tr:nth-child(even) {
  background-color: #fafafa important! ;
}
.tabel-cadre a {
  color: #279b8c;
  text-decoration: none;
}
.tabel-cadre a:hover {
  text-decoration: underline;
}

.promo-block-text {
    font-size: 16px !important;       /* +25% */
    font-weight: 400 !important;
    line-height: 0.6 !important;
    color: #d10000 !important;         /* rouge vif */
    display: flex;
    align-items: center;
    gap: 8px;
}

.promo-block-price {
    font-weight: 700 !important;       /* le prix bien visible */
    color: #111; !important;
}
