.entete {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.5rem .75rem;
  max-width: 1440px;
  margin: 0 auto;
  padding: .75rem 15px;
  color: #000;
}
/* Sticky menu */
.stuck .entete {
  row-gap: .375rem;
}

@media (min-width: 64em) {
  .entete__logo {
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
  }
  /* Sticky menu */
  .stuck .entete__logo {
    max-width: 100px;
  }
}
.entete__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .75rem;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 63.99999em) {
  .entete__actions {
    grid-row: 1;
    grid-column: 1 / -1;
    flex-wrap: wrap;
    gap: .75rem 1.5rem;
  }
}
.entete__actions a[href^="tel:"] {
  text-transform: uppercase;
}

@media (min-width: 64em) {
  .entete__separateur {
    width: 3px;
    background: #383636;
    height: 17px;
  }

  .entete__actions::after {
    display: inline-block;
    content: "";
    width: 3px;
    background: #383636;
    height: 17px;
    order: 100;
  }
  .entete__actions > :nth-last-child(2) {
    order: 200;
  }
  .entete__actions > :last-child {
    order: 300;
  }
}

@media (max-width: 63.99999em) {
  .entete__actions > :first-child,
  .entete__actions > :nth-child(3) {
    width: calc(50% - 1.5rem);
  }
  .entete__tel {
    display: block;
  }
  .entete__actions > #_desktop_language_selector {
    order: 99;
  }
}

.entete__menu {
  font-family: "Fjalla One";
  line-height: 1.2;
}
@media (max-width: 63.99999em) {
  .entete__menu {
    display: flex;
    justify-content: flex-end;
  }
}
.entete__menu .fto-menu {
  font-size: 36px;
  color: #000;
}
.entete__asesoramiento {
  width: 94px;
  height: auto;
}
.entete__seguimiento {
  width: 137px;
  height: auto;
}