﻿body {
}

table {
    border-collapse:collapse;
    width:100%;
}

    table tr th {
        background-color: rgb(246, 247, 249);
        color: black;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 5px;
        font-weight: 500;
        font-size: 16px;
        text-align: left;
    }

    table tr td {
        color: black;
        padding: 5px;
        font-weight: 400;
        font-size: 16px;
        text-align: left;
    }

    table tr th:nth-child(3) {
        max-width: 40px;
        text-align: center;
    }

    table tr td:nth-child(3), table tr td:nth-child(4), table tr td:nth-child(5) {
        max-width: 10px;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }

    table tr th:nth-child(4) {
        text-align: center;
    }

    table tr td:nth-child(6) {
        text-align: center;
    }

    table tr td:nth-child(7) {
        text-align: right;;
    }

.boutiqueLeftDiv {
    width: 740px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.boutiqueRightDiv {
    width: 440px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

@media all and (max-width: 1199px) {
    .boutiqueRightDiv {
        margin: 20px auto;
        display:block;
    }

    .boutiqueLeftDiv {
        display: block;
        margin: 0 auto;
    }
}

.ButtonValidate {
    cursor: pointer;
    background-color: rgb(32, 115, 180) !important;
    color: white;
    line-height: 1.2em;
    font-size: 18px;
    border: none;
    display: block;
    max-width: 65%;
    width: 65%;
    float: none;
    margin: 30px auto !important;
    padding: 12px 15px;
    border-radius: 5px;
}