html {
  /*font-family: SQR721N,Sans-Serif*/;
  font-family: muli, sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  color: #373a3c;
  margin:0rem;
}

body {
  margin:0rem;
  text-align: justify;

  display: flex;
  flex-direction: column;
  align-items: center;

  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;

  background-color: white;
}

ul {
  text-align: left;
}

sup {
font-size: 75%;
line-height: 0;
}

.banniere {
  padding: 2rem 0rem 2rem 0rem;
}
.banniere h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0px;
}

.banniere img {
  width: 100%;
  box-sizing: border-box;
  max-width: 23.5rem;
  margin: 0rem 0rem 2rem 0rem;
  display:block;
}

.highlights {
  margin: auto;
}

.highlights > div {
  margin: auto;
/*  border-color: #dcb92d; */
  border: 1px solid black;
  padding: 1rem;
  display: inline-block; 
}

.highlights ul {
  margin: 0rem;
  list-style: none;
}
.highlights  li::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  color: #dcb92d;
  display: inline-block; width: 1em;
  margin-left: -1em;
  margin-bottom: -0.05rem;
  background-image: url('bullet.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.highlights h2 {
  margin: 0rem 0rem 0.5rem 0rem;
}


nav#menu1, div#page {
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
}
nav#menu1 {
  padding: 0.3rem 0rem;
}

nav a {
  color: black;
  text-align: left;
  text-decoration: none;
}

nav a.active {
  color: #bb7f00;
}

nav a:hover {
  color: #bb7f00;
  text-decoration: none;
}

nav#menu2 div.title {
  font-weight: bold;
  font-size : 1rem;
  line-height:2.5rem;
  height:2.5rem;
}

pre {
  background-color: #eeeeee;
  color: #449944;
  padding: 1rem;
  overflow: auto;
  font-size: 14px;
  line-height: 20px;
}

code {
  background: none;
  color: #449944;
  margin: 0rem;
  padding: 0rem;
  font-size: 14px;
  line-height: 20px;
}

div.separator {
  border-bottom: 1px solid black;
  width:100%;
  box-sizing: border-box;
}

div.version {
  font-size: 80%;
}

h1 {
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: left;
}
  
h2 {
  font-weight: normal;
  font-size: 2rem;
  line-height: 2rem;
  text-align: left;
}

div.col2 {

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;

  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: flex-start;

  padding: 0rem 1rem;
}

footer {
  color: #888;
  text-align:center;
}
footer p {
  margin: 0em;
  padding: 0em;
  font-size: 0.7rem;
  line-height: 1.3em;
}

.btn {
  display:inline-block;
  vertical-align: middle;
  cursor:pointer;
  border: 1px solid #DDD;
  padding: 0.5rem 1rem;
  color: #373a3c;
  background-color: white;
  font-size: 1rem;
  text-decoration: none;
}


.btn:hover {
  background-color: #DDD;
}

form input[type="text"], form input[type="email"], form textarea, form select {
  display:block;
  background-color: white;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.75rem;
  border: 1px solid #DDD;
}

form textarea {
  resize: vertical;
}

form input[type="radio"] {
  display:inline-block;
}

form fieldset {
  border: 1px solid #DDD;
}

form > div, form > fieldset, form > button {
  margin: 1rem 0rem;
}

.submenu {
  margin-left: 1rem;
  font-size: 0.8rem;

  display:flex;
  flex-direction: column;
  align-items: flex-start;

  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: flex-start;
}

div.scrollable {
  overflow: auto;
}

table.conformance {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  border-collapse: collapse;
}

table.conformance td, table.conformance th {
  border: 1px solid #DDD;
  padding: 0.25rem;
}

.retired td {
  color: #888888;
  font-style: italic;
}

a {
  color: #000066;
  text-decoration: underline;
}

#page {
  flex:0 1 auto;
  -webkit-flex:0 1 auto;
}

.menu-button {

  display:flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;

  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-align-items: flex-start;
  -webkit-justify-content: space-between;

}

.title-menu {
  display:flex;
  display: -webkit-flex;
}

#menu1 img {
  margin: 0rem 1rem 0rem 0rem;
}

div.pricing table {
 border: 1px solid black;
  margin-bottom: 2rem;
  text-align:center;
  width: 20rem;
}

div.pricing table tr td:first-child {
  width:5rem;
}

div.pricing table#commercial tr:last-child td {
 padding-top: 1.5rem;
}

.customerlogo {
  float:left;
  width:5rem;
  height:auto;
  padding:1rem;
}

q {
  display:block;
  font-style:italic;
}

small {
  color: #888888;
}

.content {
  padding: 0rem 1rem;
}
  
@media (min-width: 768px) { 

#menu1 img {
  height: 1rem;
}
nav button {
 display: none;
}
.title-menu {
 flex-direction: row;
 -webkit-flex-direction: row;
}
nav .collapsing {

  display:flex;
  flex-direction: row;
  align-items: center;

  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}

nav#menu1 .collapsing a {
  margin: 0rem 0.5rem;
}

div.col2 > div {
  max-width: 45%;
  flex-basis: 45%; /* Workaround old safari bug */
  -webkit-flex-basis: 45%;
}
div.col2 > div:first-child {
  margin-right: 10%;
}

nav#menu2 .title-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: flex-start;

  margin-top: 1rem;
}

nav#menu2 div.collapsing {

  display:flex;
  flex-direction: column;
  align-items:flex-start;

  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items:flex-start;
}

div#menu2-pagesub div.separator {
  display:none;
}

div#menu2-pagesub {
  display:flex;
  flex-direction: row;
  display: -webkit-flex;
  -webkit-flex-direction: row;
}

#menu2 {
  width: 12rem;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

div#pagesub {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
}

@media (max-width: 767px) { 

:focus {outline:none; color:inherit;}
::-moz-focus-inner {border:0; color:inherit;}

#menu1 img {
  height: 2rem;
}
nav button {
  line-height: 2.5rem;
  font-size: 1.5rem;
  background: none;
  border: none;
  margin-right: 0.5rem;
}

.title-menu {

 flex-direction: column;
 align-items:flex-start;

 -webkit-flex-direction: column;
 -webkit-align-items:flex-start;
}
nav .collapsing {

  display:flex;
  flex-direction: column;

  display: -webkit-flex;
  -webkit-flex-direction: column;
}
.collapsing a {
  display: inline-block;
  padding: 0.25rem 0rem;
}

#menu1 .title-menu {
 padding-left: 1rem;
}

#menu2 {
 padding: 0.3rem 0rem 0.3rem 1rem;
}

}
  
