<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
    font-size: 1.025em;
    color: #654942;
    margin: 0%;
}

#parallax {
    background-image: url(images/chateau2.png);
    height: 92vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#menu {
    display: flex;
    justify-content: center;
    border-bottom: 1px #654942 solid;
    position: sticky;
    top: 0px;
    height: 8vh;
    background: white;
    bottom: 0px;
}
#menu ul{
    font-size: 1.1em;
    margin: 0%;
}

#menu li{
    display : inline-block;
    padding : 25px 60px 25px 60px;

}

#menu li a{
    text-decoration: none;
    color: #654942;
}

#menu li a:visited{
    color: #654942;
}

#menu li:hover{
    background-color: #ECE1D5;
    color: white;
}

.coucou{
    margin: 80px;
}

.coucou h1, .coucou p{
    text-align: center;
    margin: 60px;
}

#banniere{
    background-color: #ECE1D5;
    padding: 25px;
}

#banniere h1{
    font-size: 2.5em;
    margin: 20px;
}

.histoire{
    display: flex;
    margin: 20px;
}

.histoire img{
    width: 40%;
    margin: 20px;
}

.histoire p{
    margin: 20px 100px 10px 50px;
}

#banniere2{
    background-color: #ECE1D5;
    padding: 25px;
}

#titre{
    text-align: center;
    font-size: 2.2em;
    margin: 20px;
}

.title{
    text-align: center;
    font-size: 2.2em;
    margin: 20px;
}

#tit{
    font-size: 2.2em;
    margin: 40px;
}

.paragraphe{
    text-align: center;
    margin: 30px 200px 45px;
}

/*.boutton{
    margin-left: 10px;
    padding: 10px;
    background-color: #ECE1D5;
    color: white;
    border: 1px solid #ECE1D5;
}

.boutton:hover{
    cursor: pointer;
    background-color: transparent;
    color: #ECE1D5;
}*/

.boutton{
    margin-left: 10px;
    padding: 10px;
    background-color: transparent;
    border: 1px solid black;
}

.boutton:hover{
    cursor: pointer;
    background-color: #ECE1D5;
    color: white;
    border: 1px solid #ECE1D5;
}

#presta{
    margin: 60px 0% 60px 16px;
    display: flex;
}

#presta img{
    width: 100%;
}

.bloc{
    width: 95%;
    background-color: white;
    padding-bottom: 20px;
}

.bloc p{
    font-weight: bold;
    margin-left: 10px;
    font-size: 1.2em;
    text-align: center;
}

.bloc div{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

hr{
    margin: 40px;
    color: #654942;
}

.fade-in{  
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

.fade-in p{
    color: white;
    text-align: center;
    font-size: 5em;
    margin: 0%;
    padding-top: 100px;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}</pre></body></html>