.entier{

    td, th{
        padding-bottom: 20px;
        vertical-align: middle;
    }

    th{
        width: 70px;
        min-width: 70px;
        max-width: 70px;
    }

    td:nth-child(2){
        text-align: right;
        padding-left: 30px;
        padding-right: 5px;
    }

    td:nth-child(4){
        padding-left: 10px;
    }

    input[type=text]{
        width: 120px;
        padding: 5px 2px;
        margin-left: 4px;
    }

    img{
        padding: 5px;
        border-radius: 5px;
    }

    img:hover{
        cursor: pointer;
        border-radius: 2px;
    }

    img:first-child {
        color: #004600;
        background-color: #8dff8d;
    }

    img:first-child:hover{
        background-color: #7de07d;
    }

    img:nth-child(2){
        color: #0c2850;
        background-color: #95c2ff;
        border-radius: 2px;
    }

    img:nth-child(2):hover{
        background-color: #81a8dc;
    }
    img{
        width: 20px;
    }

    img:nth-child(3){
        color: #410c50;
        background-color: #e589ff;
        border-radius: 2px;
    }

    img:nth-child(3):hover{
        background-color: #c676dc;
    }
}

.ieee{
    input[type=text]{
        width: 270px;
    }
}

.blanc{
    color: white;
}






.soluce{
    background-color: #f6dcff;

    border: 1px solid #b85ad2;
    border-radius: 10px;

    padding: 20px;
}

.solution_div {
    border-spacing: 0;
    text-align: center;

    td{
        padding: 5px;
    }


    td:nth-child(2){
        padding-left: 5px;
    }

    .diviseur {
        border-left: 1px solid black;
        border-bottom: 1px solid black;
    }

    .quotien {
        text-align: left;
        border-left: 1px solid black;
    }
    tr:last-child .quotien{
        color: blue;
        font-weight: bold;
    }
    .esp{
        padding-left: 20px;
    }
    .reste{
        color: green;
        font-weight: bold;
        text-align: right;
    }
}
.bleu{
    color: blue;
    font-weight: bold;
}
.vert{
    color: green;
    font-weight: bold;
    text-align: right;
}
.rouge{
    color: red;
    font-weight: bold;
}