html {

  overflow-x: hidden;

}

body {

  width: 100%;
  background: #efefef;
  color: #060606;
  font-family: Arial,sans-serif;
  overflow-x: hidden;

}

.flex-row {

  display: flex;
  flex-direction: row;

}

.flex-column {

  display: flex;
  flex-direction: column;

}

#navbar {

  justify-content: space-between;
  background:  url('/Assets/Images/Demos/element-bandeau-header-demosthene.jpg');
  width: 100%;
  height: 150px;
  color: #ffffff;

}

#logo-demos {

  height: 190px;

}

h1 {

  color: #0068b0;
  margin-top: 40px;

}
