body
{
    margin: 0 auto;
    font-family: Hack, monospace;
    overflow-x: hidden;
}

header
{
    background: url("../image/fond head.png") no-repeat center;
    background-size: cover;
    margin-top: 0px;
    width: 100%;
    height: 100%;
}

.top
{
    background: url("../image/carte head.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15%;
}

img.titre
{
    position: relative;
    width: 10%;
    height: 10%;
}

h1
{
    font-family: Papyrus,fantasy;
    color: #4797f2;
    text-align: center;
}

ul.navigation
{
    list-style: none;
    font-size: 175%;
}

nav
{
    position: relative;
    height:8.60vh;
    top: -28px;
    border-bottom: 1px solid black;
    box-shadow: 0px 3px 5px -1px #ccc;
}

nav ul
{
    padding-top: 20px;
    text-align:center;
}
nav a
{
    transition: all 0.3s ease-in-out;
    color: black;
    text-decoration: None;
    display:inline-block;
    padding:10px;
}

nav li
{
    display:inline;
}


nav .selected
{
    color: #e15046;
    border-bottom: 2px solid #e15046;
}

nav a:hover
{
    color: #e15046;
}



footer li
{
    display: inline;
    margin: 1%;
}

footer {
    background-color: #D3D1DE;
    width: 100%;
    height: 100px;
    color: black;
    text-align: center;
    padding-top: 15px;
    position: relative;
    bottom: 0;
}

footer a
{
    text-decoration: None;
    color: black;
    margin: 1%;
}

footer img.des
{
    float: left;
    height: 80px;
    width: 80px;
}

footer img.pion
{
    float: right;
    height: 80px;
    width: 90px;
}