@font-face {
    font-family: "Abhaya";
    src: url("Fonts/AbhayaLibre-Regular.ttf");
}

body {
    background-color:#EFE3D5;
    margin: 0;
    padding: 0;
    font-family: Abhaya;
}

#entete {
    background: black;
    font-size:50pt;
    text-align: center;
    color:white;
    line-height: 150px;
    height: 150px;
}

#logo {
    background: url(Links/LogoBucol.png) no-repeat bottom;
    height: 161px;
    width: 850px;
    background-size: contain;
    margin:auto;
}

#contenu {
    background-color:#EFE3D5;
    font-size: 2em;
    margin: 0;
    padding: 0;
}


.img {
    width: 80%;
    height: 500px;
    border: #000 2px solid;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 20px 20px 20px rgba(0,0,0,0.2);
    margin-left: 10%;
}

#contenu img {
    width:80%;
    margin-left:10%;
 }

#contenu > p {
    margin: 10%;
    color:#808184;
}

#contenu h3 {
    color:#808184;;
    margin:90px auto;
    text-align: center;
    font-weight: normal;
    font-size: 2.2em;
}

#contenu h1 {
    color:#80818B;
    margin:auto;
    text-align: center;
}

#contenu #bt_panier {
    background: url(Links/bt_panier.png) center 100% no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
}