#banniere {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  border-bottom: 3px solid #cc3333;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 5px 0px 5px 3px #999999;
  z-index: 1000;
}

#banniere a {
  text-decoration: none;
  color: inherit;
}

.vgnBanniere {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: sansation;
  font-size: 22px;
  /*border:1px solid #444444;*/
}

#logo {
  width: 25%;
}

#logo > a > img {
  height: 80px;
}

#references {
  justify-content: space-around;
  width: 30%;
}

.imgBanniere {
  height: 90px;
}

#contact {
  justify-content: flex-end;
  width: 30%;
  color: #cc3333;
  /* visibility: hidden; */
}

#connexion {
  justify-content: center;
  width: 15%;
}

#lienContact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
#lienContact > img {
  margin-left: 10px;
}

#lienContact:hover {
  font-size: 23px;
}

#lienContactImg {
  display: none;
}

#imgRdv {
  height: 38px;
}

#lienConnexion1 {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 6px;
  background-color: #cc3333;
  color: #ffffff !important;
}

#lienConnexion1:hover {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 23px;
}

#lienConnexion2 {
  display: none;
}

#lienConnexion2 > img {
  height: 30px;
}

/*----------------------------------------------------------------------------*/

@media screen and (max-width: 1199px) {
  #banniere {
    height: 80px;
  }

  .vgnBanniere {
    font-size: 18px;
  }

  #logo > a > img {
    height: 64px;
  }

  .imgBanniere {
    height: 72px;
  }

  #lienContact:hover {
    font-size: 19px;
  }

  #lienConnexion1 {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
  }

  #lienConnexion1:hover {
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 19px;
  }
}

/*---------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  #banniere {
    height: 60px;
  }

  .vgnBanniere {
    font-size: 16px;
  }

  #logo {
    width: 40%;
    text-align: left;
  }

  #logo > a > img {
    height: 44px;
    margin-left: 4px;
  }

  #references {
    width: 20%;
    justify-content: center;
  }

  .ref1 {
    display: none;
  }

  .imgBanniere {
    height: 50px;
  }

  #contact {
    width: 20%;
    justify-content: center;
  }

  #lienContact {
    display: none;
  }

  #lienContactImg {
    display: block;
  }

  #connexion {
    width: 20%;
    justify-content: center;
  }

  #lienConnexion1 {
    display: none;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
  }

  #lienConnexion2 {
    display: block;
  }
}
