@import url('font-awesome.css');

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;

  z-index:0;  
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  background: url(../img/fond.jpg) no-repeat center center;
  background-size:cover;
    font-size: 14px;
}

#ac_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: transparent url(../img/pattern.png);
  z-index:-1;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    z-index:20;        
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
  z-index:20; 
}

.cover-heading{
 background:url(../img/titre.png) no-repeat center bottom;
 text-indent:-9999px;
 padding-top:30px;
 background-size: contain;
 margin-bottom: 20px;
}


.cover .fa{
   font-size:25px;
   padding:5px;
}          

/*
 * Cover
 */

.cover {
  padding: 0 20px;
  background:rgba(0,0,0,0.7);
  z-index:20;
  text-align: center;
}

/*
 * Affix and center
 */

@media (min-width: 480px) {
  body{
   font-size: 16px;
  }
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }

  .masthead,
  .mastfoot,
  .cover-container {
      width: 400px;
  }
}