body {
    background-color: grey;
    background: url(background.png);
}

header {
    background-color: #C8AD7F;
    color: black;
    text-align: center;
}

header div.poulpe {
    margin-left: 35%;
    width: 35%;
    font-family: cursive;
}

nav ul.menu li{
    width: 33%;
    background: transparent;
}

header img.logooo {
    position: absolute;
    top: 1%;
    left: 10%;
    width: 15%;
}

header h1 {
    font-size: 65px;
    padding-top: 50px;
    padding-bottom: 25px;
    margin-top: 10px;
}

header p {
    color: black;
    text-decoration: underline;
    font: italic 25px "Fira Sans", serif;
    padding-bottom: 50px;
}

nav li {
    width: 32%;
    display: inline-flex;
    background-color: black;
}
nav ul.menu {
    padding-right: 30px;
}

nav li a {
    width: 99%;
    line-height: 250%;
    margin: 1% 13%;
    text-align: center;
    background-color: black;
    border-radius: 30px;
}

nav li a:hover {
    border-radius: 30px;
    background-color: white;
    color: black;
}

.link {
    text-decoration: none;
    color: white;
}

main {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 5%;
    background-color: #C8AD7F;
    font-size: 130%;
}

main h2 {
    font-size: 200%;
}

main li.point {
    list-style: none;
}

main {
    height: auto;
}

main.contact {
    padding-top: 40px;
}

footer {
    margin-top: 30px;

    width: 100%;
    background-color: #C8AD7F;
}

.contenu-footer {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 30px;
    padding: 15px 20px;
}

.bloc {
    width: 25%;
    margin: 0 30px;
}

.bloc h3 {
    text-align: center;
}

.liste-informations,
.liste-liens,
.liste-contact {
    list-style-type: none;
}

.liste-liens a {
    text-decoration: none;
    color: black;
}

.liste-liens a:hover {
    text-decoration: none;
    color: white;
}

.liste-informations {
    text-align: center;
    position: relative;
    right: 25px;
}

.liste-contact {
    position: relative;
    right: 20px;
}

.liste-liens {
    text-align: center;
    position: relative;
    right: 20px;
}

.centre {
    text-align: center;
}

.lignehorizontal {
    height: 3px;
    background-color: black;
    margin-top: 5%;
    margin-bottom: 5%;
} 

h2 {
    text-decoration: underline;
}
  
main h2 {
    font-size: 65px;
    padding-top: 50px;
    padding-bottom: 25px;
    margin-top: 10px;
}
