/* Footer */
html {
  position: relative;
  height: 100%;
}

body {
  position: relative;
  padding-bottom: 40px;
  height: 100%;
}

footer {
  width: 100%;
  height: 40px;
}

footer .container
{
    margin-top: 20px;
    border-top: 1px solid #eeeeee;  
}

footer .container p
{
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

/* Spacer */
.left-spacer
{
	margin-left: 30px;
}


/* Page header */
.page-header
{
    margin-top: 80px;
}


/* Rows */
.row .col-sm-6
{
    margin-bottom: 50px;
}

.row .btn
{
    width: 150px;
}


/* Navbar installation */
.navbar-liens-utiles{
    position: fixed;
    margin-top: 30px;

    padding: 20px;
    background-image: linear-gradient(#ffffff, #eeeeee 50%, #e4e4e4);
}


/* Liens utiles */
.liens_utiles p {
    text-align: justify;
}

.liens_utiles h2{
    margin-top: 40px;
}

.installation_windows .img-responsive{
    margin-bottom: 20px;
}

.liens_utiles .img-responsive{
    margin-left: auto;
    margin-right: auto;
}

.liens_utiles footer p {
    text-align: center;
}

.navbar-liens-utiles .nav > li > a, .navbar-liens-utiles .active{
    position: relative;
    max-width: 250px;
}

.navbar-liens-utiles .nav > li > a:hover{
    background: none;
}

.navbar-liens-utiles .nav > li > a:hover:before, .navbar-liens-utiles .active a:before{
    content: "\25B6  ";
    position: absolute;
    left: 0px;
}

.ul-text-left{
    text-align: left;
}


/* Trolls et chateaux */

.troll th {
    text-align: center;
}

.troll .modal td {
    width: 50%;
}

.troll p {
    text-align: justify
}

.troll footer p {
    text-align: center;
}

.troll li{
    text-align: left;
}

.troll .matchs p{
    text-align: center;
}