* {
    margin: 0;
}

body {
    margin: 0;
    background: #FFECC9;
}

.logo {
    background-color: #5703038a;
    height: 200px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo:hover {
    color: #ffecc9;
}

.background {
    background-image: url(/images/tapisserie5.jpg);
    background-size: cover;
    padding: 30px;
}

.logo h1 {
    font-family: "Fredericka the Great", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    color: #FFECC9;
    padding: 0;
}

.logo h2 {
    font-family: "Nunito Sans", sans-serif;
    color: #FFECC9;
    font-size: 45px;
}

main {
    margin: 15px;
    padding-left: 5%;
    padding-right: 5%;
}

footer {
    background: #570303;
    color: #ffecc9;
    padding: 50px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages-legales {
    text-align: center;
    margin-left: 300px;
}

.pages-legales a {
    color: #ffecc9;
    font-family: "Courier Prime", monospace;
    font-size: 15px;
    text-align: center;
}

.liens a {
    color: #ffecc9;
    font-family: "Courier Prime", monospace;
    display: flex;
    width: 300px;
    align-items: center;
    font-size: 15px;
}

.liens img {
    width: 60px;
    padding: 5px;
}

h1 {
    font-family: "Fredericka the Great", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    color: #570303;
    padding: 15px;
}

h2 {
    font-family: "Fredericka the Great", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    color: #930101;
    padding-bottom: 10px;
    padding-top: 50px;
}

p {
    color: #7d3d2b;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
}

a {
    text-decoration: none;
    color: #7d3d2b
}

a:hover {
    text-decoration: none;
    color: #930101;
}

.bouton {
    display: inline-block;
    background: #570303;
    font-family: "Fredericka the Great", sans serif;
    color: #ffecc9;
    text-align: center;
    font-size: 30px;
    padding: 20px;
    margin: 20px;
    box-shadow: 0px 3px 8px rgba(44, 0, 0, 0.24);
}

.bouton:hover {
    background: #930101;
    color: #ffecc9;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.presentation {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border: 2px solid #930101;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 50px;
}

.text {
    padding: 30px;
    width: 800px;
    max-width: 80%;
}

.img2 {
    width: 800px;
    max-width: 80%;
}

.contact {
    padding-left: 10%;
    padding-right: 10%;
}

.liens-contact {
    display: flex;
    justify-content: space-around;
}

.liens-contact a {
    color: #570303;
    font-family: "Courier Prime", monospace;
    display: flex;
    width: 300px;
    justify-content: center;
    font-size: 20px;
    align-items: center;
}

.liens-contact img {
    width: 100px;
    padding: 10px;
}

.liens-contact p {
    text-align: center;
    color: #7d3d2b;
}

.intro {
    font-size: 20px;
    font-family: "Courgette", cursive;
}

.liens-contact .img3 {
    width: 300px;
    height: auto;
}

.titre h2 {
    text-align: center;
}

.realisations {
    display: flex;
    align-items: baseline;
}

.galerie {
    width: 800px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.galerie img {
    max-width: 300px;
    max-height: 200px;
    padding: 5px;
}

.sous-galerie {
    display: flex;
}

.sous-galerie img {
    width: 150px;
}