/* Sticky footer styles
-------------------------------------------------- */

@font-face {
    font-family: 'DotMatrixGame';
    src: url('../fonts/minecraftia-regular-webfont.eot');
    src: url('../fonts/minecraftia-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/minecraftia-regular-webfont.woff2') format('woff2'),
         url('../fonts/minecraftia-regular-webfont.woff') format('woff'),
         url('../fonts/minecraftia-regular-webfont.ttf') format('truetype'),
         url('../fonts/minecraftia-regular-webfont.svg#zx_spectrum-7regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 260px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 280px;
  background-image: url("../img/base/footer.png");
  background-size: 32px 384px;
	image-rendering:optimizeSpeed;             /* Legal fallback */
	image-rendering:-moz-crisp-edges;          /* Firefox        */
	image-rendering:-o-crisp-edges;            /* Opera          */
	image-rendering:-webkit-optimize-contrast; /* Safari         */
	image-rendering:optimize-contrast;         /* CSS3 Proposed  */
	image-rendering:crisp-edges;               /* CSS4 Proposed  */
	image-rendering:pixelated;                 /* CSS4 Proposed  */
	-ms-interpolation-mode:nearest-neighbor;   /* IE8+       */ 
}

/* Screen 1140 */
footer .container{
color : #050505;
margin-top: -30px;
padding: 125px 40px 40px;
background-image: url("../img/base/footer_content_1152.png");
background-size: 1152px 384px;
width: 1152px;
height: 310px;
font-family: "DotMatrixGame";
}


/* Screen 720 */
@media (min-width: 768px) and (max-width: 1199px) {
  footer .container{
	background-image: url("../img/base/footer_content_736.png");
	background-size: 736px 384px;
	width: 736px;
  }
}


/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  footer {
    /* Set the fixed height of the footer here */
    background-image: url("../img/base/footer_small.png");
    background-size: 962px 88px;
    background-repeat: no-repeat;
  }
  footer .container{
    background-image: none;
    padding: 125px 10px 10px;
	width: auto;
  }
}

.container{
	font-family: "DotMatrixGame";
}


/* URL Footer*/
footer a, a:link {
    color: #000;
	text-decoration: none;
}

footer a:visited,a:hover,a:active {
    color: #999;
	text-decoration: none;
}

.navbar-fixed-top {
  background-image: url("../img/base/wall.png");
  background-size: 160px 32px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 0px 0px 25px;
	image-rendering:optimizeSpeed;             /* Legal fallback */
	image-rendering:-moz-crisp-edges;          /* Firefox        */
	image-rendering:-o-crisp-edges;            /* Opera          */
	image-rendering:-webkit-optimize-contrast; /* Safari         */
	image-rendering:optimize-contrast;         /* CSS3 Proposed  */
	image-rendering:crisp-edges;               /* CSS4 Proposed  */
	image-rendering:pixelated;                 /* CSS4 Proposed  */
	-ms-interpolation-mode:nearest-neighbor;   /* IE8+       */ 
}
/*
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  Negative indent footer by it's height 
  margin: 0 auto -60px;
}
*/

/* Set the fixed height of the footer here */
#push{
  height: 60px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
 
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
@import url('//fonts.googleapis.com/css?family=Roboto');
#wrap > .container {
  padding-top: 100px;
  font-family: 'Roboto', sans-serif;
}
/* Custom correction Ascii */
.highlight{
background-color: rgb(43, 43, 43);
max-width:600px;
}
/* Fix table width for Bootstrap */
.table.table-striped {
   width: auto !important;
}

/* Suppression style asciidoc CSS sur les tableaux */
col {
    width: auto !important;
}

.caution .icon .title{
    text-indent: -9999px;                 /* sends the text off-screen */
    background-image: url("../img/base/caution.png");  /* shows image */
    height: 44px;                        /* be sure to set height & width */
    width: 42px;
    background-size: 42px 44px;
    background-repeat: no-repeat;
    white-space: nowrap;            /* because only the first line is indented */
    padding-left: 20px;
    padding-right: 40px;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}
.caution .content{
    padding-left: 15px;
    border-left-width: 1px;
    border-left-color: lightgrey;
    border-left-style: solid;
    color: #cc0000;
    font-weight: bold;
}

.text-header{
    font-size: 20px;
}

.margin-top-20{
    margin-top: 20px;
}