.hide {
  display: none;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

@media (max-width: 700px) {
  .flex-container {
    flex-direction: column;
  }
}

#general div.container p {
  text-align: justify;
}

h1, h2, h4, span.title {
  text-transform: uppercase;
}

img.floating {
  width: 40%;
  float: right;
  margin-left: 2.5em;
}

picture img.thumb {
  width: 96px;
  float: left;
  margin-right: 1.5em;
}

article.bio {
  margin-bottom: 3.5em;
}

section#footer div.container p {
  text-align: justify;
}

#cookie-banner {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  height: auto;
}

#cookie-banner p {
  margin-bottom: 1em;
}

p.specialities {
  text-transform: uppercase;
}

#titleBar picture img {
  height: 40px;
  margin-top: 2px;
}

#logo img {
  width: 100%;
}




