* {
    margin: 0;
}

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

.logo {
    font-family: "Fredericka the Great", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    color: #FFECC9;
    background: #570303;
    margin: 0;
    padding: 15px;
    display: flex;
}

.logo:hover {
    color: #ffecc9;
}

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

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;
    text-align: center;
}

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

h3 {
    font-family: "Courgette", cursive;
    font-size: 30px;
    color: #930101;
    text-align: center;
}
 
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", 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;
    flex-direction: column;
    align-items: center;
}

.presentation p {
    text-align: center;
    width: 70%;
}

.realisations {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.galerie {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.bloc-photos{
    display: flex;
    flex-wrap: wrap ;
    justify-content: center;
}

.bloc-vertical{
    display: flex;
    flex-wrap: nowrap ;
}

.boutique{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.photos-boutique{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.photos-boutique img{
    width: 300px;
    padding: 5px;
}

.attention{
    font-size: 30px;
    color: #570303;
    text-align: center;
    margin-bottom: 20Spx;
}

.attention a{
    color: #bb0000;
}

hr {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}