body {
  font-family: sans-serif;
}

.topbar {
  background-color: #EEE;
  padding: 0.6em;
  margin: -0.5em;
  margin-bottom: 0px;
  border-bottom: 1px solid black;
  min-height: 8em;
  box-shadow: 0px 1px 11px -1px rgba(0,0,0,0.5);
}
.topicon {
  padding: 0.6em;
  margin-bottom: 0px;
  margin-left: -0.6em;
  padding-left: 1.2em;
  position: fixed;
  float: left;
  background-color: #EEE;
  
  margin-top: -0.5em;
}
li {
  padding-bottom: 0.3em;
}
a {
  font-weight: bold;
  color: green;
}
h1 {
  font-size: 200%;
  margin-left: 6em;
  margin-right: 6em;
  text-align: center;
  color: #666;
}
h2, h2 a {
  color: gray;
}

.main {
  margin-top: 2em;
  
}
.main td {
  vertical-align: top;
}

.menu {
  padding-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
  position: fixed;
}
.menu div {
  padding-bottom: 1.0em;
}
.menu a {
  text-decoration: none;
  color: green;
  font-weight: normal;
}
.menu a:hover {
  text-decoration: underline;
}

.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 52em;
  text-align: justify;
}

.green_button {
  cursor: pointer;
  border-radius: 0.5em;
  padding: 0.8em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border: 2px solid green;
  font-size: 150%;
  text-decoration: none;
  display: block;
  flex-grow: 1;
  text-align: center;
}
.green_button1 {
  color: green;
  background: white;
}
.green_button2 {
  color: white;
  background: #66BB66;
}
.green_button1:visited {
  color: white;
  background: #66BB66;
  box-shadow: 0px 1px 11px -1px rgba(0,0,0,0.5);
}
.green_button2:visited {
  color: green;
  background: white;
}
.green_button3 {
  color: white;
  background: #66BB66;
}
.green_button:hover {
  color: white;
  background: #22BB22;
  box-shadow: 0px 1px 11px -1px rgba(0,0,0,0.5);  
}

.logos {
  padding-left: 1em;
  padding-right: 1em;
  text-align: right;
}

.actubox {
  border: 1px solid white;
  box-shadow: 0px 1px 11px -1px rgba(0,0,0,0.5);
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1.5em;
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
}
#derniere_actu .actubox {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h3 {
  color: gray;
}

.nb_bilan {
  font-weight: bold;
  color: green;
  font-size: 150%;
}
.shadow {
  box-shadow: 0px 1px 11px -1px rgba(0,0,0,0.5);
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.construc {
  margin-top: -0.51em;
  margin-bottom: 2em;
  margin-left: -0.5em;
  margin-right: -0.5em;
  text-align: center;
  padding: 0.5em;
  background: linear-gradient(130deg,red 0%,red 5%, white 5%, white 10%,red 10%,red 15%, white 15%, white 20%,red 20%,red 25%, white 25%, white 30%,red 30%,red 35%, white 35%, white 40%,red 40%,red 45%, white 45%, white 50%,red 50%,red 55%, white 55%, white 60%,red 60%,red 65%, white 65%, white 70%,red 70%,red 75%, white 75%, white 80%,red 80%,red 85%, white 85%, white 90%,red 90%,red 95%, white 95%, white 100%);
  border-bottom: 1px solid red;
}
.construc span {
  font-size: 150%;
  font-weight: bold;
  background-color: #FFFFFFBB;
}
