.container{
    width : 80%;
    height : 80%;
    margin: 0 auto;
    background-color: white;
    border: black 1px solid;
    border-radius: 20px;
}

body{
    background-image: url(img/fondjpg.jpg);
}

.titre{
    text-align: center;
}

.bete{
    width:150px;
    height:200px;
    margin-top: 15%;

}

.visu {
    border: #241d13 2px solid;;
    border-radius: 20px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background-image: url("img/fondmaison.jpg");
    background-position: bottom;
}

.tama{
    text-align: center;
}

.p{
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: darkgoldenrod;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 30px;

    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
    padding: 7px 15px;
    text-decoration: none;

    width: 100px;
}
.boutons{
    text-align: center;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    width:50%;
    margin: 0 auto;
}
.stats{
    display:flex;
    flex-wrap: wrap;
    width:250px;

}
.total{
    display:flex;
    flex-wrap: wrap;
}
.poop{
    width: 50px;
    height: 70px;
}
.poopC{
    display: inline;
}
.truc{
    display: inline;
    width:150px;
    height:200px;
    margin-top: 15%;
}
p:hover {
    color:white;
    background-color: red;
}
.p:hover {
    background-color: white;
    border: 1px solid darkgoldenrod;
    color: darkgoldenrod;
}
.p3 {
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: darkgoldenrod;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 30px;

    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
    padding: 7px 15px;
    text-decoration: none;

    width: 100px;
}
.p3:hover {
    background-color: white;
    border: 1px solid darkgoldenrod;
    color: darkgoldenrod;
}
a{
    color:black;
    text-decoration : none;
}