body.accueil{
	background: url(../img/engagement-637789.jpg) no-repeat;
    background-size: cover;
    font-family: 'Source Sans Pro', sans-serif;
}
body.contact{
	background: url(../img/mailbox-595854.jpg) no-repeat;
    background-size: cover;
    font-family: 'Source Sans Pro', sans-serif;
}
body.playlist{
	background: url(../img/wedding-725434.jpg) no-repeat;
    background-size: cover;
    font-family: 'Source Sans Pro', sans-serif;
}

body.transport{
	background: url(../img/railway-station-619082.jpg) no-repeat;
    background-size: cover;
    font-family: 'Source Sans Pro', sans-serif;
}
body.infos{
	background: url(../img/dunrobin-453164.jpg) no-repeat;
    background-size: cover;
    font-family: 'Source Sans Pro', sans-serif;
}
body.histoire{
	background: url(../img/trees-432476.jpg) no-repeat;
    background-size: cover;
    font-family: 'Source Sans Pro', sans-serif;
}
#boutmenu{
    float: right;
    top: 60px;
    right: 80px;
    position: absolute;
    z-index: 100000;
}
#md{
    text-indent: -9999px;
    background: url(../img/middlemt.png) center no-repeat;
    height: 400px;
    width: 700px;
    margin: 200px auto;
}
#backblack{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,.8);
    z-index: 10000;
    display: none;
}
nav{
    text-align: center;
    margin-top: 200px;
}
nav ul li a{
    color: #fff;
    font-size: 2.4em;
    line-height: 2em;
    transition: all .3s ease-out; 
}
nav ul li a:hover{
    color: #2ecc71;
}
.contact form{
    width: 550px;
    margin: 220px auto;
}
form input, form textarea{
    width: 94%;
    margin-bottom: 20px;
    padding: 3%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 700;
}
.playlist form input{
    font-size: .7em;
    width: 90%;
}
form #submit{
    width: 100%;
    background: #2ecc71;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 3%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 700;
}
.contact form #submit:hover{
    background: 
}
.contact form textarea{
    height: 160px;
}
#playlist{
    width: 620px;
    margin: 220px auto;
    background: #fff;
    min-height: 500px;
    padding: 30px;
}
#playlist{
    font-size: 1.3em;
    font-weight: 500;
    color: #777;
}
#transport{
    width: 420px;
    margin: 220px auto;
    background: #fff;
    padding: 60px;
    min-height: 500px;
    line-height: 2em;
}
table{
    width: 100%;
}
thead{
    font-weight: 900;
}
table td{
    padding: 10px 0;
}
.icon{
    margin-left: -82px;
    left: 50%;
    position: relative;
    transform: scale(.5);
    margin-bottom: -40px;
    margin-top: 0px;
}
#svgtrain{
    margin-left: -156px;
    transform: scale(.2);
    -webkit-transform: scale(.2);
    -o-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    margin-bottom: -180px;
    margin-top: -120px;
}
#svg3427{
    margin-left: -250px;
    left: 50%;
    transform: scale(.2);
    -webkit-transform: scale(.2);
    -o-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    margin-bottom: -180px;
    margin-top: -120px;
    
}
.custom-select{
    position: absolute;
    top: 0;
}
p{
    margin: .4em 0 2em;
    line-height: 1.4em;
}
h2{
    font-weight: 800;
}
h1{
    margin-bottom: 1em;
}
#ms{
    position: absolute; 
    top: 120px;
    width: 100%;
    text-align: center;
    color: aquamarine;
    font-family: 'Source Sans Pro', cursive;
    font-size: 2.8em;
}
@media screen and (max-height: 740px) {
    nav{
        margin-top: 100px;
        font-size: .8em;
    }
}
@media screen and (max-height: 520px) {
    nav{
        margin-top: 50px;
        font-size: .6em;
    }
}
@media screen and (max-height: 360px) {
    nav{
        margin-top: 20px;
        font-size: .4em;
    }
}
@media screen and (max-width: 710px) {
    #playlist, .contact form{
        width: 94%;
        padding: 2%;
        margin: 220px 1%;
        min-height: 300px;
    }
    #md{
        width: 96%;
        background-size: cover;
    }
    #boutmenu{
        top: 20px;
        right: 20px;
    }
    
}
@media screen and (max-width: 560px) {
    #playlist, #transport{
        font-size: .8em;
    } 
    #transport{
        width: 90%;
        padding: 4%;
        margin: 220px 1%;
    min-height: 300px;
    }
}
