/* -------------------------------------------------------------------------- */
/*                                   Filtres                                  */
/*                  Applique des style custom sur les filtres                 */
/*                     d'Archive (nouvelles, publications)                    */
/* -------------------------------------------------------------------------- */
.filtres-en-rangee .et_pb_code_inner,
.filtres-en-rangee .et-fb-editable-element {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
@media screen and (min-width: 720px) {
  .filtres-en-rangee .et_pb_code_inner,
  .filtres-en-rangee .et-fb-editable-element {
    display: flex;
    gap: 50px;
    flex-direction: row;
    align-items: flex-start;
  }
}

.filtres-en-rangee .wpgb-facet {
  flex-shrink: 0;
  flex: 1;
}

.filtres-en-rangee .wpgb-facet select.wpgb-select {
  height: auto !important;
}

.filtres-en-rangee .wpgb-facet fieldset {
  margin-bottom: 0 !important;
}

/* -------------------------------------------------------------------------- */
/*                                Page produit                                */
/*         transforme les liens de catégories en élément sur une ligne        */
/* -------------------------------------------------------------------------- */
.et_pb_blurb_description a[href*="/type-de-produit/"],
.et_pb_blurb_description a[href*="/product-type/"] {
  display: block;
}

.theme-builder-area-content.theme-builder-area-content--post_content,
.et_builder_inner_content {
  background-color: #071018;
}

.theme-builder-area-content.theme-builder-area-content--post_content,
.et_builder_inner_content {
  background-color: #071018;
}

.dipi-at-panel-content .wp-grid-builder {
  padding-top: 40px;
}

/* FIL D'ARIANE */
.dipi-breadcrumbs > ul {
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .dipi-breadcrumbs > ul {
    justify-content: flex-start !important;
  }
}

@media screen and (min-width: 981px) {
  .dipi-breadcrumbs > ul {
    flex-wrap: nowrap;
  }
}

.dipi-breadcrumbs > ul > li {
  white-space: nowrap;
}

.dipi-breadcrumbs > ul > li:last-child {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* FOOTER ARRONDI */
body.single-livre-blanc .hidden-singles,
body.single-application .hidden-singles,
body.single-publication .hidden-singles,
body.single-poste .hidden-singles,
body.single-project .hidden-singles {
  display: none !important;
}

.otgs-development-site-front-end {
  display: none !important;
}
