footer {
  margin-top: 100px;
}

footer a {
  color: white;
}

#footer1 {
  background-color: white;
  border-radius: 20px 20px 0px 0px;
}

#footer1 .ctn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 30px 0px 30px 0px;
  justify-content: space-between;
}

#footer1 .col {
  display: inline-flex;
  gap: 10px;
}

.trait-vertical {
  border-right: 2px solid var(--gris);
  height: 52px;
}

#footer2 {
  background-color: var(--bleu);
  color: white;
}

#footer2 .ctn {
  display: flex;
  flex-direction: revert;
  justify-content: space-between;
  padding: 10px 0px 10px 0px;
}

#footer2 .col {
  display: inline-flex;
  flex-direction: revert;
  align-items: center;
  gap: 10px;
}

#footer2 .col-1, #footer2 .col-2 .col {
  gap: 10px;
}

#footer2 .col-2 {
  gap: 20px;
}