#idfooter{
    background: rgb(185, 27, 59);
}

.lien{
  color:white;
  text-decoration:none;
}

.lien:hover{
  color:rgb(123, 31, 50);
}

#idLogo{
    border:2px;
    border-color: rgb(123, 31, 50);
    border-style:solid;
    background: rgb(185, 27, 59);
    width: 110px;
    height: 65px;
}

#contact{
  border-top:solid;
  border-color:white;
  width:10cm;
}

@media (max-width: 700px) {
  #idLogo {
    width: 100px;
  }
  #contact{
    width:6.5cm;
    font-size: 11px;
  }
  #liens{
    font-size:9px !important;
  }
  .lien{
    font-size:9px !important;
  }
}
