

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F5F5;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 130px;
  padding: 0 2em;
  font-size: 0.6em;
}

.top-nav a{
  text-decoration:none;
  border: 0;
  color: #191228 !important;
<!--
  display: inline-block;
-->
  font-size: 0.6em;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.menux {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menux > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menux-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menux-toggle {
  display: none;
}

.menux-button,
.menux-button::before,
.menux-button::after {
  display: block;
  background-color: #191228;
  margin-right: 5%;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menux-button::before {
  content: '';
  margin-top: -8px;
}

.menux-button::after {
  content: '';
  margin-top: 8px;
}

#menux-toggle:checked + .menux-button-container .menux-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menux-toggle:checked + .menux-button-container .menux-button {
  background: rgba(255, 255, 255, 0);
}

#menux-toggle:checked + .menux-button-container .menux-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 1070px) {
  .menux-button-container {
    display: flex;
  }
  .menux {
    position: absolute;
    top: 0;
    margin-top: 130px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index:999;
  }
  #menux-toggle ~ .menux li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menux-toggle:checked ~ .menux li {
    border: 1px solid #05a5d5;
    height: 4.2em;
    padding: 1.4em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menux > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #f5f5f5;
  }
  .menux > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
.interiorinvertit{
	color: #303030;
}

a.peu:hover{color:#00A5D4;}

.footer1{
	text-align:center;
	color:#00A5D480;
	font-size:75%;
}
.footer2{
	text-align:right;
	font-size:70%;
	color:#e8e8e880;
}

.footerint{
	background-color:#202020 !important;
}

.fons{
	background-color:#e8e8e8;
}

h1.int{
	color:#00b3db;
}
table, th, td {
  border: 2px solid;
}
