
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: #FDFCF8;
}



#footer {
  background-color: #F3F0E9;
  color: #101010;
  width: 100%;
}



#bande-deco {
  background-color: #101010;
  height: 6px;
  width: 100%;
}



#footer-titre {
  text-align: center;
  padding: 28px;
  border-bottom: 1px solid #E3DBCC;
}

#footer-titre h2 {
  font-size: 20px;
  color: #101010;
  letter-spacing: 5px;
  text-transform: uppercase;
}



#footer-colonnes {
  width: 85%;
  margin: 0 auto;
  padding: 28px 0;
}

#table-colonnes {
  width: 100%;
}


.col {
  width: 50%;
  vertical-align: top;
  padding: 0 24px;
}


.separateur {
  width: 1px;
  background-color: #E3DBCC;
  vertical-align: top;
}



.col-titre {
  font-size: 12px;
  font-weight: bold;
  color: #101010;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 2px solid #101010;
  padding-bottom: 10px;
  margin-bottom: 16px;
}



.liste-footer {
  list-style-type: none;
}

.liste-footer li {
  margin-bottom: 9px;
}

.liste-footer li a {
  color: #101010;
  text-decoration: none;
  font-size: 13px;
}

.liste-footer li a:hover {
  color: #5a5a5a;
  text-decoration: underline;
}



.contact-ligne {
  font-size: 13px;
  color: #101010;
  margin-bottom: 14px;
  line-height: 21px;
}

.contact-label {
  font-weight: bold;
  color: #101010;
}

.lien-email {
  color: #101010;
  text-decoration: none;
}

.lien-email:hover {
  color: #5a5a5a;
  text-decoration: underline;
}



#reseaux {
  text-align: center;
  padding: 18px;
  border-top: 1px solid #E3DBCC;
  border-bottom: 1px solid #E3DBCC;
  background-color: #FDFCF8;
}

#reseaux a {
  display: inline-block;
  color: #101010;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px dashed #101010;
  padding: 6px 16px;
  margin: 4px;
}

#reseaux a:hover {
  background-color: #101010;
  color: #FDFCF8;
}



#footer-bas {
  text-align: center;
  padding: 16px 20px;
  background-color: #E3DBCC;
}

#footer-bas p {
  font-size: 12px;
  color: #101010;
}

#footer-bas a {
  color: #101010;
  text-decoration: none;
}

#footer-bas a:hover {
  color: #5a5a5a;
  text-decoration: underline;
}



.pipe {
  color: #101010;
  margin: 0 8px;
}
