footer {
    display: flex;
    flex-direction: column;
    background-color: #F2F3F8; 
    color: white;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin-top: 100px;
}

.div-contact {
    margin-top: 3%;

}

.div-contact a {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
  }

.div-contact a {
    padding: 8px;
    background: #01205d;
    color: #ffffff;
    text-decoration: none;
    transition: all .2s;
  }

.div-contact a:hover,
.div-contact a:focus {
    background: #ead860;
    color: #01205d;
    font-weight: bold;;
  }

.copy {
    color: #1b1c22;
}

.reseau {
  display: flex;
  margin-top: 20px;
}

.reseau a {
  margin-right: 15px;
  margin-left: 15px;
}


  @media (max-width: 767px) {

    footer {
      width: 200%;
      padding-right: 100%;
    }
  
    
  }
  