body, html {
    width: 100%;
    height: 100%;
}

.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
}

.intro-header {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #f8f8f8;
    background: url(../image/header.jpg) no-repeat center center;
    background-size: cover;
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.banner {
    color: #f8f8f8;
    background: #3a3a3a url(../image/nodejs.png) no-repeat center center;
    background-size: cover;
}

.banner p, .intro-message h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 2em;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.drapeau {
    width: 50px;
}

.voiture {
    width: 200px;
}

/*Infobulle écurie*/
a.tooltips {
    position: relative;
    display: inline;
}

a.tooltips span.tooltips2 {
    position: absolute;
    color: #FFFFFF;
    background: #000000;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
}

a.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

a:hover.tooltips span.tooltips2 {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

img.tooltips3 {
    max-width: 80px;
    max-height: 80px;
}

.invalid, .invalid:focus {
    box-shadow: 0px 1px 1px 0px inset, rgba(255, 0, 0, 0.6) 0px 0px 8px 0px;
    border-color: red;
}

#gauche {
    position: absolute;
    top: 50%;
    left: 5%;
    background-color: white;
    border-radius: 100%;
}

#droite {
    position: absolute;
    top: 50%;
    right: 5%;
    background-color: white;
    border-radius: 100%;
}

.ui-datepicker {
    z-index: 100 !important;
}

#imgAccueil {
    width: 100%;
}

#img404 {
    width: 100%;
}

#txt500 {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
    font-weight: bold;
    font-variant: small-caps;
    color: #B30404;
    letter-spacing: 1pt;
    word-spacing: 2pt;
    font-size: 35px;
    text-align: left;
    font-family: arial, helvetica, sans-serif;
    line-height: 1;
}

div p {
    word-break: break-all;
}