.A, .B, .AB {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  cursor: pointer;
}

.AB {
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline-block;
}

.action {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  padding: 12px;
}

.action:hover {
  color: #b70c0c;
  background: #80642c;
}

.A:hover {
  color: #63c7b2;
}

.liens-1 {
  text-decoration: none;
}

.B:hover {
  color: #431c0c;
  background-color: #654c1a;
  transition: 0.12s ease-in-out;
}

li, ul {
  margin-bottom: 0;
  list-style: none;
}

.Bar-De-Navigation {
  position: relative;
  width: 100%;
  padding: 0 2rem;
  background: rgba(50,34,3,0.01);
  margin: 0 auto;
}

.nav-bar {
  width: 100%;
  /*flex-direction: row;*/
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: 0 auto;
  max-width: 1000px;
  flex-wrap: inherit;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
}

.nav-bar .liens {
  display: flex;
  gap: 2rem;
}

.B {
  border: solid 0.11px #ffffff;
  margin-left: 17px;
  padding: 12px;
  background: #e6b148;
  border-radius: 5%;
}

.nav-bar .menu-boutons {
  color: #ea4d0a;
  cursor: pointer;
  font-size: 1rem;
  display: none;
}

.Menu {
  position: absolute;
  top: 106px;
  width: 250px;
  background: rgb(187,27,27);
  /*backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);*/
  padding: 1rem;
  display: none;
}

.liens-1 {
  padding: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.AB:hover {
  background: #63c7b2;
  width: 100%;
}

.boutons-B .action {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boutons-B {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (max-width:768px),(max-width:300px) {
  .nav-bar .liens, .B {
    display: none;
  }
}

@media (max-width:768px),(max-width:300px) {
  .nav-bar .menu-boutons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 2rem;
  }
}

@media (max-width:768px),(max-width:300px) {
  .Menu.open {
    display: block;
  }
}

