body {
    position: absolute;
    margin: 0;
    width: 100%;
    font-family: "inter";
    font-weight: bold;
}

header {
    background-color: red;
    height: 150px;
}

.ImgContainerCover {
    position: relative;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: 70px;
    background-size: 100%;
    border-radius: 10%;
    background-color: white;
    background-repeat: no-repeat;
}

.InfosProduits {
    background-color: pink;
    height: 300px;
}

.InfosProduits h1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: inherit;
    top: 50px;
    padding-top: 130px;
}

.BTNBuy {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 15px;
    border: 1px solid red;
    background-color: red;
    width: 20%;
    margin-top: 10px;
}

.BTNBuy a {
    position: absolute;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*width: 100%;
    height: 100%;*/
    padding-top: 4px;
}

.InfosCat {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: yellow;
    float: left;
    height: 250px;
    max-height: 250px;
}

.InfosMarque {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: blue;
    float: left;
    height: 250px;
    max-height: 250px;
}

.InfosCat img,
.InfosMarque img {
    width: 130px;
    height: 175px;
}

.TxtMute {
    color: grey;
    margin-top: 0;
}