@font-face {
    font-family: "myFont" ;
    src: url('/snellbt-regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.nav-wrapper{
    background-color: white;
    color: #AB946F;
    z-index: 100;
}
.page-footer{
    background-color: white;
    color: #AB946F;
}

body{
    font-family: myFont ;
    background-color: white;
    color: #AB946F;
}

.img-realisation {
    height: 30em;
    max-width : 100%;
    object-fit: contain;
}

.img-motif {
    height: 30em;
    max-width : 100%;
    object-fit: contain;
}