﻿#TP2 {
    padding: 20px;
    width: 700px;
    height: 875px;
    margin-left: auto;
    margin-right: auto;
}

#h1 {
    text-align: center;
    font-size: 75px;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-bottom: 10px;
}

#btn_commencer3 {
    background-color: dimgray;
    margin: 0px 10px 0px 10px;
    height: 50px;
}

    #btn_commencer3 #btn_text3 {
        color: white;
        font-size: 35px;
        display: block;
        padding: 2px;
        text-align: center;
        align-content: center;
    }

#Infos3 {
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    padding: 5px;
    /*border: 1px solid black;*/
}

    #Infos3 .infos3 {
        float: inherit;
        height: 92px;
        margin: 5px;
        width: 200px;
    }

#Trous {
    background-color: lightgrey;
    width: 636px;
    float: left;
    border: 1px solid black;
    padding: 5px;
}

    #Trous .Trous {
        float: inherit;
        height: 175px;
        width: 190px;
        margin: 5px;
        border: 1px dotted black;
        position: relative;
        overflow:hidden;
    }

.dirt_mole {
    position: absolute;
    bottom: -67px;
    left: 46px;
}

.dirt {
    position: absolute;
    bottom: 0;
}

#Infos3 .infos3 .Données3 {
    display: block;
    font-size: xx-large;
    text-align: center;
    font-weight: normal;
}

#Infos3 .infos3 {
    font-size: xx-large;
    text-align: center;
    font-weight: bold;
}
