.exposantTypeSelection {
    display: table;
    border-radius: 12px;
    background-size: cover !important;
    max-width: 250px !important;
    margin: 15px;
    border: 0px solid #757575;
    background-color: #1694e97e;;
    padding: 0px !important;
}


.exposantTypeSelectionSelected {
    background: #28e916c4;
    border: 5px solid #28e916;
    cursor: pointer;
}


.exposantTypeSelectionInside {
    display: table-cell;
    border-radius: 12px;
    vertical-align: middle;
    text-align: center;
    height: 200px;
    width: 100%;
    background: #0000004b;
}

.exposantTypeSelectionInside:hover {
    background: #1694e97e;
    border: 5px solid #1694e9;
    cursor: pointer;
}

.exposantTypeSelectionTitle {
    display: inline-block;
    color: #FFF;
    font-size: 1.5em;
    font-weight: 500;
    vertical-align: middle;
}

.inputFailedValidation {
    padding: 5px;
    background: #ff0000c9;
}

.woocommerce table.shop_table th.product-price, .woocommerce table.shop_table th.product-quantity, .woocommerce table.shop_table th.product-subtotal, .woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-quantity, .woocommerce table.shop_table td.product-subtotal {
    vertical-align: top;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    vertical-align: top;
}
.woocommerce table.shop_table .product-remove {
    display: none;
}