body{
    font-family: 'roboto', sans-serif;
    /*background-image: url("../pictures/pexels-mudassir-ali-2680270.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: left;*/
    background: #F4F7F6;
    margin: 0;
}

.titre {
    /*color: cornflowerblue;*/
    text-align: center;
}

#logo {
    display: block;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
    width: 250px;
    mix-blend-mode: multiply;
}

header {
    text-align: center;
    background-image: url("../pictures/pexels-scott-webb-3255761.jpg");
    background-repeat: no-repeat;
    background-position: left;
    /*background: #1D1D1D;*/
    color: black;
    padding-bottom: 30px;
}

section {
    text-align: center;
}


#contact {
    border: 1px black solid;
    border-radius: 15px;
    padding: 30px;
    margin: 50px;
    margin-bottom: 50px;
}


.info-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%
}

#info{
    background: #d3e6ff;
    padding: 30px
}

ul {
    padding: 0;
    display: inline;
}

li {
    list-style-type: none;
    display: inline;
    margin: 10px;
}

li:hover {
    font-weight: bold;
}

nav {
    text-align: center;
    background: white;
    box-shadow: 0px 3px 1px -1px rgba(0, 0, 0, 0.5);
    font-size: 1.1em;
    padding: 15px;
}

/*h1:hover {*/
/*    color: deepskyblue;*/
/*}*/

h1 {
    font-family: 'theblacklist', arial, sans-serif;
    margin-top: 0;
    padding-top: 30px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    width: 400px;
    margin: auto;
}

h3:before {
    content: "« ";
    color: grey;
}

h3:after {
    content: " »";
    color: grey;
}

h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 40px;
}

a:focus {
    color: cornflowerblue;
}

footer {
    /*background: #1D1D1D;*/
    background-image: url("../pictures/pexels-scott-webb-3255761.jpg");
    background-repeat: no-repeat;
    background-position: left;
    color: black;
    text-align: center;
    padding: 15px
}

* {
    box-sizing: border-box;
}

.separator {
    width: 40px;
    height: 1px;
    margin: 15px auto;
    display: block;
    background: #999999;
}

/* POLICES */
@font-face {
    font-family: 'theblacklist';
    src: url("../src/TheBlacklist.ttf") format('truetype');
}

@media all and (max-width: 1000px) {
    .info-image {
        width: 100%;
    }
    header h2 {
        width: 90%
    }
    #contact {
        margin: 15px auto;
    }
}