@font-face {
    font-family: 'policeSpeciale1';
    src: url('../fonts/Darkmode\ demo-Regular.ttf');
}


body {
    background-color: blue;
    background-image: radial-gradient(red 10%, white 20%, white 65%);

}

h1 {
    font-size: 8em;
}

p {
    font-size: 1em;
}


.bouton a {
    width: 150px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    background: url(../Images\ Lab\ 4/bouton-rouge.png) no-repeat;
    color: white;
    text-decoration: none;
    float: left;
    margin: 2px;
}

/* La pseudo-classe associée permet le roolover */
.bouton a:hover {
    background: url("/Images\ Lab\ 4/bouton-rouge.png") no-repeat;
    color: #660000;
    padding-top: 2px;
    padding-bottom: 4px;
}

main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#global {
    margin-right: 50px;
    width: 80%;
}

.pub {
    background-color: red;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, blue , white  , red );
    height: 50%;
    width: 20%;
    border: 3px solid orange;


}



footer {
    font-family: 'policeSpeciale1';
    color: cornflowerblue;
}

.Produit {
    h1 {
        width: 50%;
    }
}

.vis {
    display: flex;
}

.ercous {
    display: flex;
}