* {
    margin: 0;
    padding: 0;
    font-family: Roboto Condensed, arial;
    box-sizing: border-box;
}

html {
    height: 120%;
}

body {
    min-height: 110%;
    position: relative;
    background: linear-gradient(to right, #5B5D74, #C6CECE);
}

header #tlo {
    width: 100%;
}

.langue {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.langue img {
    margin-top: 5px;
    width: 70px;
}

.home.main p {
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    padding: 15px 0;
}

ol > li {
    float: left;
}

ol > li > ul {
    margin: 64px 0;
}

ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}

li {
    list-style-type: none;
}

ul {
    display: none;
}

li:hover ul {
    position: absolute;
    display: block;
}

nav a {
    display: block;
    min-width: 200px;
    float: left;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: #36454F;
    padding: 15px 30px;
    font-size: 20px;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    box-shadow: 5px 5px 5px 0 black;
    margin: 5px;
}

nav {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

nav a:hover {
    background-color: #5B5D74;
    cursor: pointer;
}

.link a {
    margin: 0 auto;
    width: 500px;
    display: block;
    float: center;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: #36454F;
    padding: 15px 30px;
    font-size: 20px;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    margin-bottom: 15px;
    box-shadow: 5px 5px 5px 0 black;
}

.link a:hover {
    background-color: #5B5D74;
    cursor: pointer;
}

h1 {
    font-size: 30px;
    text-align: center;
    width: auto;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

h2 {
    font-size: 30px;
    text-align: left;
}

h3 {
    font-size: 15px;
    text-align: center;
    color: darkred;
}

section {
    font-size: 30px;
    text-align: center;
}

section p {
    text-align: left;
    margin-bottom: 1%;
}

.donate {
    text-align: center;
    margin-top: 30px;
}

#mail {
    color: #99CCCC;
    text-decoration: none;
    margin-top: 50px;
    text-shadow: 3px 3px black;
}

p {
    text-align: center;
}

img.left {
    float: left;
    padding: 10px 10px;
    width: 20%;
    border-radius: 15% 15%;
}

article {
    padding: 0 20px;
}

footer a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
}

footer {
    width: 98%;
    height: 50px;
    background-color: #36454F;
    color: white;
    text-align: center;
    bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 30%;
    box-shadow: 5px -5px 5px 0 black;
}

#pies3nski {
    position: static;
    text-align: center;
    color: gray;
    float: right;
    font-size: 10px;
    padding: 10px 10px;
}

.active {
    background-color: #5B5D74;
}


img.galeria {
    margin-bottom: 60px;
    width: 25%;
}

#output {
    float: left;
    position: absolute;
    bottom: 0;
    font-size: 50px;
    font-family: 'Indie Flower', cursive;
    color: #002D6E;
    text-shadow: 2px 2px black;
    margin-left: 10px;
}

@media (max-width:600px), (orientation: portrait){

    footer {
        position: absolute;
    }
    .link a {
        width: 300px;
    }

    footer {
        margin-bottom: 0;
    }

}