@font-face {
  font-family: "inter";
  src: url("../polices/inter.ttf");
}

@font-face {
  font-family: "inter";
  src: url("../polices/inter.ttf");
}

header {
  width: 100%;
}

header .menu_desktop {
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #012e42;
}

header .menu_desktop .menu__entete {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 70px;
  background-color: #012e42;
  padding: 0px 10px 0px 0px;
  text-decoration: none;
}

header .menu_desktop .menu__entete--logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 447px;
  height: 92px;
  margin: 30px 0px 0px 0px;
}

header .menu_desktop .menu__entete--title {
  width: 270px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

header .menu_desktop .menu__entete--title .menu__entete--titleH1 {
  font-size: 16px;
  font-family: "inter";
  color: #fff;
  margin: 0px;
  font-weight: 800;
  font-size: 18px;
}

header .menu_desktop .menu__entete--title .menu__entete--titleH2 {
  font-size: 15px;
  font-family: "inter";
  color: #fff;
  margin: 0px;
  font-weight: 200;
  line-height: normals;
  font-size: 15px;
  font-weight: 200;
}

header .menu_desktop .menu__navigation {
  width: 740px;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background-color: #012e42;
}

header .menu_desktop .menu__navigation .menu__navigationUl {
  display: flex;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
}

header .menu_desktop .menu__navigation .menu__navigationUl .menu__navigationUl--linkA {
  width: 200px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  font-size: 15px;
  font-family: "inter";
  color: #fff;
  margin: 0px;
  font-weight: 200;
  line-height: normals;
  text-align: center;
  text-decoration: none;
}

header .menu_desktop .menu__navigation .menu__navigationUl .menu__navigationUl--linkA:hover {
  background-color: #fff;
  cursor: pointer;
  color: #012e42 !important;
}

header .menu_desktop .menu__navigation .menu__navigationUl .menu__navigationUl--linkA:focus {
  background-color: #fff;
  color: #012e42 !important;
}

header .menu_desktop .menu__navigation .menu__navigationUl .menu__navigationUl--linkB {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  font-size: 15px;
  font-family: "inter";
  color: #fff;
  margin: 0px;
  font-weight: 200;
  line-height: normals;
  text-align: center;
  text-decoration: none;
}

header .menu_desktop .menu__navigation .menu__navigationUl .menu__navigationUl--linkB:hover {
  background-color: #fff;
  cursor: pointer;
}

header .menu_desktop .menu__navigation .menu__navigationUl .menu__navigationUl--linkB:focus {
  background-color: #fff;
}

header .menu_desktop .menu__navigation .menu__navigationUl .menu__navigationUl--linkB .menu__navigationUl--linkIcon {
  width: 30px;
}
