@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic);
html, body {
  /* Couleur du fond et titre en vert */
  background-color: #0E1D37;
  color: #0f0;
  font-size: 0.9em;
}

html, body, input {
  font-family: 'Noto Sans', Arial, sans-serif;
}

input {
  border: 0;
  padding: 0 2px;
}

html, body, h1, h2, h3, h4, h5, h6, form, .post .caption p {
  margin: 0;
  padding: 0;
}

#images, #form {
  width: 100%;
  /* max-width: 700px; */
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  #images, #form {
    max-width: 100% !important;
  }
}

#navigation {
  text-align: center;
  margin: 30px 0px;
}

a.navbutt {
  padding: 6px 10px;
  margin: 10px;
  background-color: #666;
  border-radius: 5px;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  a.navbutt {
    padding: 3px 5px;
    margin: 3px;
  }
}
a.navbutt:link, a.navbutt:visited {
  color: #fff;
}
a.navbutt:hover {
  background-color: #777;
}
a.navbutt:active {
  padding: 5px 9px;
}
a.disabled {
  background-color: #333 !important;
}
a.disabled:link, a.disabled:visited {
  color: #999;
}
a.disabled:hover {
  background-color: #333 !important;
}
a.disabled:active {
  padding: 6px 10px !important;
}

.post {
  margin-bottom: 20px;
  color: #fff;
}
.post h2 {
  padding: 0;
}
.post p {
  margin: 10px 0;
}
.post figure {
  margin: 0;
}

.video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  /* 16:9 = 9/16*100 */
  height: 0;
}
.video iframe.instagram-media {
  max-width: 100% !important;
}
.video iframe, .video embed, .video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*&:not(.instagram-media) {
      height: 100%;
  }*/
}

.html5-video video {
  width: 100% !important;
  height: auto !important;
}

.images a img {
  display: block;
  width: 100%;
  margin: 0;
  margin-top: 20px;
}
.images a:first-child img {
  margin-top: 0;
}

.audio, .audio iframe {
  width: 100%;
  height: 116px;
}

.caption {
  background-color: #222;
  color: #999;
  padding: 10px 20px;
  font-size: 11px;
  overflow-x: hidden;
}
/* Taille des lettres, ancienne 9 nouvelle 15 */
.source {
  color: #999;
  font-size: 15px;
  padding: 3px 0px;
  overflow-x: hidden;
}
/* Couleur grise mise en blanc fff */
.grey {
  color: #fff;
}
/* Couleur grise mise en blanc fff */
a:link, a:visited, a:active {
  color: #fff;
}
a:link.nolink, a:visited.nolink, a:active.nolink {
  color: #fff;
  text-decoration: none;
}

#showform, #advoptions, #navigation {
  display: none;
}

#form, #inputform {
  text-align: center;
  margin-top: 5px;
}
#form .main, #inputform .main {
  font-size: 150%;
}

#advoptions {
  margin-top: 10px;
}

label {
  font-weight: bold;
}

.plain {
  font-weight: normal;
}

blockquote {
  margin: 5px 20px;
}
