header {
    height: 500px;

}

#vitrine {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.bouton a {
    display: block;
    width: 300px;
    line-height: 100px;
    text-align: center;
    /* vertical-align: middle; */
    background: url(../image/13498063661248812090Blank\ Red\ Button.svg.med.png) no-repeat;
    color: white;
    text-decoration: none;
    float: inline-start;
    margin: 2px;

}

.bouton a:hover {
    color: #660000;
    padding-top: 2px;
    padding-bottom: 4px;
}

ul {
    list-style: none;
}

div {
    display: inline-flex;
    justify-content: space-evenly;
}

#balise {
    width: 10%;
    border: solid, red;
    color: brown;
    background: linear-gradient(#181818 20%, #660000);
}

@font-face {
    font-family: 'Genty';
    src: url(../fonts/GentyDemo-Regular.otf);
}

footer {
    color: #5b9bd5;
    font-family: 'Genty';
    margin-left: 50px;
    font-size: 1em;
}

#iframe {
    margin-top: 25px;
    border: none;
}

body {
    background-color: #ded4d2;
    background: linear-gradient(#5b9bd5, #ded4d2);
}