.header-container-burger,
.burger-container {
  display: none;
}
.header-container {
  width: 100%;
  height: 4.2rem;
  background: #fbf5f3;
  display: block;
}

.header-container-logo {
  background: #522b47;
  width: 6rem;
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.header-container-logo img {
  width: 3.1rem;
  height: 3.1rem;
}

.header-container-links {
  width: 100%;
  height: 4.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8% 0 10%;
}

.header-container-links-left {
  display: flex;
  align-items: center;
  width: 80%;
}

@media screen and (max-width: 1000px) {
  .header-container-links-left {
    width: 100%;
  }
}

.header-container-links-left {
  justify-content: flex-start;
}

.header-container-links-right {
  justify-content: flex-end;
}

.header-link {
  margin: 0 3% 0 3%;
  text-decoration: none;
  color: black;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}

.header-link:hover {
  color: #522b47;
  font-weight: bold;
}

.header-searchbar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10%;
}

.header-searchbar input {
  width: 16rem;
  height: 2.3rem;
  padding: 0.5rem;
  font-size: 0.8rem;
  border: 1px solid #522b47;
  background-color: transparent;
}

.header-btn-search {
  width: 2.3rem;
  height: 2.3rem;
  background-color: #522b47;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
}

.header-btn-search:hover,
.header-connexion:hover {
  background-color: #7b0828;
}

.header-connexion {
  height: 2.3rem;
  background: #522b47;
  color: white;
  border: none;
  padding: 0 2rem 0 2rem;
  cursor: pointer;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tete {
  width: 326px !important;
  height: 326px !important;
  object-fit: cover;
  object-position: top;
}

/**** RESPONSIVE *****/

@media screen and (max-width: 825px) {
  .header-container {
    display: none;
  }

  .header-container-burger {
    display: flex;
    width: 100% !important;
  }

  .logo-burger {
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: 2%;
    cursor: pointer;
  }

  .logo-croix {
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: 2%;
    display: none;
  }

  .header-container-burger {
    width: 100vw;
    height: 4.2rem;
    background: #fbf5f3;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*** POPUP ***/
  .burger-container {
    z-index: 5;
    display: none;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: calc(100vh - 4.2rem);
    background-color: #fbf5f3;
    padding: 0 0 12rem 0;
  }

  .burger-link {
    text-decoration: none;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
  }

  .burger-link:hover {
    color: #522b47;
    font-weight: bold;
  }
  .header-btn-search {
    width: 2.6rem;
    height: 2.3rem;
  }
  .header-searchbar {
    margin: 0;
  }
  .header-connexion {
    height: 3rem;
    background: #522b47;
    color: white;
    border: none;
    padding: 0 2rem 0 2rem;
    cursor: pointer;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
  }
}
