/* Menus : rubriques centrées entre Yeti Factory et YETI LAB */
@media only screen and (min-width: 1228px) {
  .qodef-sticky-header .qodef-main-menu > ul > li:not(.menu-yetilab) {
    transform: translateX(calc((1228px - 100vw) / 2));
  }
}

@media only screen and (min-width: 1385px) {
  .qodef-page-header .qodef-main-menu > ul > li:not(.menu-yetilab) {
    transform: translateX(calc((1385px - 100vw) / 2));
  }
}

/* Accueil : demande d’étude sur une ligne, même hauteur que les voisins */
#slide-7-layer-13 .qodef-btn,
.rev_slider a.qodef-btn[href*="demandes-devis.yeti-factory.com"] {
  white-space: nowrap !important;
}