@charset "UTF-8";
@import url(jura-font.css);

/* Style CSS pour La Brique Internet.
* Code vite-fait par alex/nah
* Licence : WTFPL version 2
*/

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  padding: 1.4em 1.4em 0.5em;
  color: #000;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 14pt;
  line-height: 1.2em;
  max-width: 64em;
  margin: auto;
}

div#banniere {
  font-family: jurabook;
}

div#banniere, h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: jurabook;
}

h1 {
  text-align: center;
}

#features span {
  color: #729fcf;
  font-weight: 500;
}

em, i {
  font-style: italic;
}

h1, h2 {
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 1em;
}

h2 {
  font-size: 1.75em;
  margin: 0;
  line-height: 1.25;
}

iframe {
  width: 30em;
  height: 21.5em;
  border: 0;
  overflow: hidden;
}

/* responsive medias */
img,
video {
  max-width: 100%;
  height: auto;
}


a,
a:link,
a:visited {
  text-decoration: underline;
  color: #000;
}

a:hover,
a:focus {
  color: #ff0000;
  text-decoration: none;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
[class*="col-"] {
  float: left;
  padding: 15px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

/**     Header      **/

.language-links {
  padding: 0.5em 1em;
  font-size: 0.7em;
  text-align: left;
  list-style: none;
  margin: 0;
  color: #000;
}
.language-links li {display: inline;}
.language-links li + li:before {
  content:" / ";
  display: inline-block;
  margin-right: 0.25em;
}
.language-links a {
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-weight: bold;
}
.language-links a:hover,
.language-links a:focus {color: #ff3c3c;}
.language-links a.active {}

#haut-gauche,
#haut-droite {
  font-size: 2em;
  padding: 0 .4em;
  font-family: jurabook;
}

#haut-droite {
  float: right;
}
@media screen and (max-width: 768px) {
  #haut-gauche,
  #haut-droite {
    font-size: 1em;
    padding: 0 0 0.5em 0;
  }
}
@media screen and (max-width: 480px) {
  #haut-droite {
    float: none;
  }
}


#banniere {
  text-align: center;
  padding-top: 4em;
}

#banniere h1 {
  margin: 0;
}

#banniere .banTexte {
  font-size: 5em;
  letter-spacing: 2px;
  padding: 0.1em 0 0.3em;
  margin: 0;
}

#banniere .banTexte span, h1 span, h2 span {
  color: #ff0000;
}

#banniere .banDescription {
  padding: 0 0.5em;
  font-size: 2em;
  letter-spacing: 2px;
  line-height: 1em;
}
@media screen and (max-width: 840px) {
  #banniere {font-size: 0.8em;}
}
@media screen and (max-width: 650px) {
  #banniere {font-size: 0.5em;}
}
@media screen and (max-width: 435px) {
  #banniere {font-size: 0.4em;}
  /*#banniere .banTexte {font-size: 6em;}*/
}
@media screen and (max-width: 360px) {
  /*#banniere {font-size: 0.4em;}*/
  #banniere .banTexte {font-size: 4em;}
  #banniere .banDescription {font-size: 2.5em;}
}



/**       Global sections       **/
section {
  padding-top: 1em;
}

section li {
  padding: 0.2em 0;
}

.pictures {
  text-align: center;
}

.pictures img {
  display: block;
  margin: auto;
  border: 1px solid #fff;
}

.schema img {
  border: 0;
  padding: 10px;
  max-width: 800px;
}

.pictures a {
  margin: 0.6em 1em;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .pictures a {
    display: block;
  }
}

.video {
  text-align: center;
  padding: 2em 0 0.5em;
}

.hardware {
    border: 2px solid #444;
    margin-top: 15px;
    max-width: 90%;
    margin-left: 5%;
    border-radius: 5px;
}

.hardware div:first-child{
  margin-top: 50px;
}
.hardware div:first-child img{
  width: 100%;
}

/**       Footer       **/
footer {
  padding-top: 2em;
  text-align: center;
}

.logos {
  text-align: center;
  padding-top: 1em;
}

.logos img {
  margin: 0 .5em .5em 1em;
  vertical-align: middle;
  display: inline-block;
  max-width: 20%;
}

#photos {
  margin: 1.3em 0;
}

#photos a {
  padding: 0;
  margin: 0;
}

#photos img {
  display: inline-block;
  margin: .7em;
}

@media screen and (max-width: 460px) {
  .logos a {
    width: auto;
    display: block;
  }

  #photos img {
    display: block;
  }
}


/**       States        **/

.has-js #features {
  display: none;
  /*text-align: left;*/
}

.has-js #show-features-button {
  display: block;
  padding: 0.6em;
}

.has-js #show-features-button:hover,
.has-js #show-features-button:focus {
  outline: none;
}

.nature img {
  margin-bottom: 1.6em;
}


/**       DotCubeFiles       **/

#cubefilestable {
  background-color: #b0aaaa;
  padding: .6em;
  margin: 20px 0;
  box-shadow: 3px 3px 2px #000;
}

#cubefilestable td {
  padding: 5px 20px;
}

#cubefilestable th {
  background-color: #666;
  padding: 10px;
}

td.cubekey {
  font-weight: bold;
}

td.cubecomment {
  font-style: italic;
}

.cuberequired {
  color: #0f0;
}

.cubeoptional {
  color: #ffbb00;
}

pre {
  box-shadow: 3px 3px 2px #000;
  padding: 10px;
  background-color: #ccc;
}

pre span {
  color: #f00;
}


/* Anchor links */
section[id] {position: relative;}
section[id] .anchor-link {
  display: none;
  position: absolute;
  top: 1em; /* section padding top */
  left: -1em;
  width: 1em;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 1.35;

}
section[id]:hover .anchor-link {
  display: block;
}


/**  repo.labriqueinter.net  **/

#files table {
  font-family: jurabook;
  width: 100%;
  border-collapse: collapse;
  color: #999;
  margin: 15px 0;
}

#files table tr,
#files table th,
#files table td {
  border: 0;
  text-align: left;
}

#files table th,
#files table td {
  padding: 0.25em;
}

#files table th {
  font-weight: normal;
  border-bottom: 1px solid #999;
}

#files table a {
  color: #000;
  font-family: jurabook;
  text-decoration: none;
  padding-left: 30px;
}

#files table a:hover {
  color: #f00;
}

footer {
  border-top: 1px solid #999;
  margin-top: 2em;
  padding-top: .5em;
  font-size: 0.9em;
}

code {
  font-family: Helvetica, Arial, Sans-Serif;
  background-color: #ccc;
  padding: 1px 7px;
  border: 1px solid #000;
}

#autoinstall {
  padding: 10px;
  background-color: #8d0000;
  border: 2px solid #590000;
  color: #fff;
  border-radius: 5px;
}

#autoinstall a:hover {
  color: #fff;
}

#files h1 {
  display: none;
}

#files td a[href$="xz"], #files td a[href$="gz"], #files td a[href$="img"], #files td a[href$="deb"] {
  background: url('../repo_nginx_fancyindex/icons/img.svg') left center no-repeat;
}

#files td a[href$="torrent"] {
  background: url('../repo_nginx_fancyindex/icons/torrent.svg') left center no-repeat;
}

#files td a[href$="asc"] {
  background: url('../repo_nginx_fancyindex/icons/fingerprint.svg') left center no-repeat;
}

#files td a[href$="torrent.asc"] {
  background: url('../repo_nginx_fancyindex/icons/fingerprint_torrent.svg') left center no-repeat;
}

#files td a[href$="MD5SUMS"] {
  background: url('../repo_nginx_fancyindex/icons/checksums.svg') left center no-repeat;
}

#files td a[href$="/"] {
  background: url('../repo_nginx_fancyindex/icons/folder.svg') left center no-repeat;
}

#files td a[href$="../"] {
  background: url('../repo_nginx_fancyindex/icons/parent.svg') left center no-repeat;
}

#files td a[href$="images/"] {
  background: url('../repo_nginx_fancyindex/icons/suitcase.svg') left center no-repeat;
}

#files td a[href^="uboot"] {
  background: url('../repo_nginx_fancyindex/icons/technical.svg') left center no-repeat;
}

#files td a[href$="CHANGELOG"] {
  background: url('../repo_nginx_fancyindex/icons/changelog.svg') left center no-repeat;
}

#files td a[href$="README"] {
  background: url('../repo_nginx_fancyindex/icons/readme.svg') left center no-repeat;
}

#files td a[href$="sh"] {
  background: url('../repo_nginx_fancyindex/icons/installsd.svg') left center no-repeat;
}
