::selection {
    background: #C31919;
    color: #ffffff;
}

::-moz-selection {
    background: #ffffff;
    color: #C31919;
}

body {
    background: url(../img/bg.png);
    overflow-x: hidden;
}

.margin5 {
    margin-top: 5%;
}

.margin-10 {
    margin-bottom: 10%;
}

h1 {
    font-family: 'nexabold', sans-serif;
    color: #ffffff;
    font-size: 49px;
    line-height: 44px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: normal;
}

h2 {
    font-family: 'freehand', sans-serif;
    color: #ffffff;
    font-size: 48px;
    line-height: 46px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    font-weight: normal;
}

p {
    font-family: 'freehand', sans-serif;
    color: #ffffff;
    font-size: 25px;
    line-height: 20px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: normal;
}

.top {
    text-align: center;
}

.footer {
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.footer a {
    color:#ffffff;
    margin: 0 8px;
}

.footer a:hover {
    color: #E8E8E8;
    text-decoration: none;
}

img {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

img:hover {
    opacity: 0.8;
}

#logo {
    display:block;
    /*position:fixed;*/
    bottom: 20px;
    /*top:20px;*/
    margin: auto;
    /*left:20px;*/
    width:90px;
    height:90px;
    text-indent:-9999px;
}

.boutonCommander {

    font-family: 'nexabold', sans-serif;
    font-size: 2.0em;
    width: 250px;
    height: 43px;
    padding-top: 25px; /*permet le centrage vertical*/
    text-align: center;
    color: #000;
    background: #444;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: normal;
    background: linear-gradient( #555, #2C2C2C);
    border-radius: 8px;
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5),
    0 -1px 0 rgba( 255, 255, 255, 0.4);
    margin: auto;

}

.boutonCommander:hover{
    color: #222;
    background: #555;
    background: linear-gradient( #777, #333);
}

.boutonCommander:active{
    color: #000;
    background: #444;
    background: linear-gradient( #555, #2C2C2C);
    box-shadow: 1px 1px 10px black inset,
    0 1px 0 rgba( 255, 255, 255, 0.4);
}
