* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    background-color: white;
    font-size:16px;
    font-family: 'Source Sans Pro', sans-serif;
}

.wrapper {
    max-width: 1500px;
    margin: 0 auto;
}

header {
    padding: 1em;
    font-family: 'Mali', cursive;
}

header nav {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

header ul {
    display: flex;
    list-style: none;
    font-size: 24px;
    line-height:2;
    text-align:center;
    flex-wrap: wrap;
    flex-direction: column;

}

.logo strong {
    margin-left: 0.5em;
    font-weight: normal;
}
nav ul{
    padding-left:0;
}
nav ul a {
    padding: 0.5em 1.5em;
    margin-left: 1em;
    font-size: 2rem;
    color: black;
    text-decoration:none;
}

nav a:hover {
    background-color: #ededed;
    color: black;
    border-left: 3px solid #037d9d;
    border-bottom: 3px solid #037d9d;
}


.intro {
    background: url(../img/banner2.jpg) center bottom;
    background-size: cover;
    padding: 5em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}


footer {
    background-color: #db0059;
    border-top-left-radius: 2em;
}


.button {
    background-color: white;
    color: #db0059;
    text-decoration: none;
    padding: 0.4em;
    margin-top: 1em;
}

.formulaire {
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:1em;
}

footer,
a:hover {
    color: white;
    background-color: #db0059;
}

.reseaux a {
    font-size: 1.2em;
    padding: 0.5em;
    color: white;
}

.licence {
    background-color: #444;
    padding: 1em;
    text-align: center;
}

.licence p {
    color: white;
}

.licence a {
    text-decoration: none;
    color: #DD5735;
}

footer section {
    display: flex;
    flex-direction:column;
    justify-content: center;
}

footer article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1em;
}

.reseaux a {
    text-decoration:none;
}

.footer {
    display: flex;
    justify-content: center;
}