body{
    background-image: url('Illustration_sans_titre.jpg');
    margin: auto;
    /*background-attachment: fixed;*/
    background-size: cover;
}
.banniere{
    display:flex;
    justify-content:space-around;
    height: 100vh;
/*    background-color: bisque;*/
}

nav{
    width: 70%;
    padding: 16px;
    margin: auto;
    /*background-color: bisque;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.toc{
    display: flex;
    background-color: #a6b5ba;
    height: 100px;
    width: 200px;
    border: 3px bisque solid;
    /*padding: 10px;*/
    border-radius: 10px;
    /*box-shadow: 6px 6px 25px rgba(0,0,5);*/
    justify-content: center;
    align-items: center;
}

a{
    color: #A50C36;
    text-align:center;
    font-size: 1.5em;
}
a:hover{
    color: #a6b5ba;
}

.toc:hover{
    background-color: bisque;
}

main{
    background-color: bisque;
    width: 70%;
    text-align: justify;
    padding: 16px;
    margin: auto;
}

.adresses{
    display:flex;
}
.col1{
        width: 50%;
}
.col2{
    width: 50%;
}


aside{
    width:50%;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
}

h1{
    color:bisque;
    font-size: 4em;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

h2{
    color:#FF637E;
    font-size: 2em;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}


p{
    color: #8B0836;
    text-align: justify;
    font-size: 1.5em;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
}

form{
    color: #8B0836;
    text-align: justify;
    font-size: 1.5em;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
}

li{
    color: #C71D36;
    font-size: 1.5em;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
}