body {
  margin: 0;
}
.of-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  z-index: 101;
}
.of-header {
  padding: 0 20px;
  height: 100%;
  background-color: #fff;
  border-bottom: 1px solid #E4E3E1;
  display: flex;
  align-items: center;
}
.of-identite {
  display: flex;
  align-items: flex-end;
}
.of-header .of-logo {
  fill: #e2001a;
  height: 18px;
}
.of-header .of-baseline {
  margin: 0 0 0 10px;
  padding: 0;
}

/* Footer */
.of-footer {
  padding: 30px 20px;
  background: #222222;
  text-align: center;
}
.of-footer ul {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.of-footer ul li { list-style: none; }
.of-footer .of-mentions { display: inline; }
.of-footer .of-mentions li {
  padding-left: 3px;
  display: inline;
}
.of-footer .of-mentions-images {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.of-footer .of-mentions-images li { padding: 0 10px; }
.of-footer .of-mentions-images img {
  height: 34px;
  width: auto;
}
.of-footer ul a {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}
.of-footer ul a:hover { color: #878787; }
.of-separateur li::after {
  position: relative;
  content: "|";
  margin-left: 5px;
}
.of-separateur li:last-child::after { display: none; }

@media screen and (min-width: 768px) {
  .of-footer { padding: 30px 50px; }
  .of-footer .of-mentions { display: flex; }
  .of-footer .of-mentions li {
    display: list-item;
    padding-right: 10px;
  }
  .of-separateur li::after { margin-left: 10px; }
  .of-separateur li:last-child::after { display: none; }
}
