* {box-sizing: border-box;}

  body {
    margin: 0;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
  }

  /* Header main container */
  header {
    display: flex !important;
    width: 100%;
  }

  .header-container {
    display: flex;
    width: 90%;
    margin: auto;
    flex-grow: 1;
  }

  .header-left {
    margin-left: 15%;
    height: 130px;
    display: flex;
    align-items: center;
  }

  /* Container of the elements at the right */
  .header-right {
    display: flex;
    width: 45%;
    margin: auto 15% auto auto;
    padding-right: 10px;
  }

  /* text displayed at right of logo*/
  .header_text{
    margin-left: 20px;
    display: inline-block;
  }

  .header_text a {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
  }

  /* block lang */
  .lang-block {
    width: 160px;
    margin-left: auto;
  }

  #language-selector{
    margin: auto;
    padding: 7px;
    font-size: 15px;
  }

  /* Login/Logout button */
  .header-right a.active {
    background-color: #3d73b9;
    color: white;
    margin: auto 0 auto 15px;
    padding: 7px;
    text-decoration: none;
    font-size: 15px;
    border-radius: 5px;
  }

  /* breadcrumb */
  #breadcrumb {
    height: 45px;
    background-color: #3d73b9;
    display: flex;
    width: 100%;
  }

  #breadcrumb .text{
    float: none;
    margin: auto auto auto 15%;
    font-size: 15px;
  }

  #breadcrumb a{ text-decoration: none; }
  #breadcrumb a:hover{ text-decoration: underline; }
