
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0; 
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 5px solid #888;
    width: 80%;
	height:80%;

	border-radius:20px;
}

/* Modal Content */
.modal-contentNumeric {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 5px solid #888;
    width: 30%;
	height:72%;

	border-radius:20px;
}

/* The Close Button */
.close {
    display: block;
    float: right;
    color: darkgray;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    opacity: unset;  /* Outrepasser la définition dans Bootstrap */
    filter: unset;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    opacity: unset;  /* Outrepasser la définition dans Bootstrap */
    filter: unset;
}

.descAction,
#DescAction {
    text-align: center;
    font-weight: unset;
    font-family: arial, sans-serif;
    font-size: 3vmin;
    line-height: 1;
    opacity: unset;
    filter: unset;
    color: black;
}

input.BigFontSize,
#ProductInfo {
    text-align: left;
    font-weight: unset;
    font-family: arial, sans-serif;
    font-size: 2vmin;
    line-height: 1;
    height: unset;
    width: 97%;
    opacity: unset;
    filter: unset;
    padding: 1vmin;
    color: black;
    border-radius: 10px;
    border: 1px solid #02a7eb;
}
