.bxcompprop-content-table .bxcompprop-cont-table-r textarea {
    min-height: 150px;
    min-width: 88%;
}

body .bx-core-popup-menu-item:hover,
.bx-core-popup-menu-item-opened span {
    color: #ebebeb !important;
}

table.bx-file-dialog table.bx-fd-top-contr-tbl tr:first-child td:nth-child(2) img {
    display: inline;
}

/* Popups */
.mymagicoverbox_fenetre {
    z-index: 9999;
    position: fixed;
    max-width: 470px;
    width: 100%;
    height: fit-content;
    height: intrinsic;
    height: -moz-max-content;
    height: -webkit-max-content;
    padding-bottom: 24px;
    text-align: center;
    display: none;
    background-color: #ffffff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-shadow: 79px 521px 211px rgba(0, 0, 0, 0.01), 44px 293px 178px rgba(0, 0, 0, 0.02), 5px 33px 72px rgba(0, 0, 0, 0.04), 0px 0px 0px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 20px;
}

.mymagicoverbox_fermer {
    font-family: 'DrukTextWide';
    color: #3c3c3c;
    cursor: pointer;
    font-weight: 900;
    font-size: 35px;
    font-style: normal;
    position: absolute;
    top: 1px;
    right: 18px;
}

.mymagicoverbox_fermer:hover {
    color: #999999;
}

#myfond_gris2 {
    display: none;
    background-color: #000000;
    opacity: 0.7;

    height: 100%;
    z-index: 9998;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.popup-content {
    padding: 40px;
    box-shadow: 5px 33px 72px rgba(0, 0, 0, 0.04);
}

.popup-content h4 {
    font-style: normal;
    font-family: 'Raleway';
    font-weight: 800;
    font-size: 24px;
    line-height: 115%;
    text-align: center;
    color: #323232;
    letter-spacing: 0.1rem;
    margin-top: 0px;
    margin-bottom: 18px;
}

.popup-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    color: #5A5A5A;
    opacity: 0.8;
}

.popup-content form {
    margin-top: 28px;
}

.popup-content form input {
    display: block;
    background: #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 27px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    border: 1px solid #E9E9E9;
    margin-bottom: 10px;
    width: 100%;
}

.popup-content form input:focus {
    outline: none;
}

.popup-content form .popup-button {
    border: none;
    width: 100%;
    padding: 36px;
    margin-bottom: 23px;
    cursor: pointer;
}

.popup-content .polit {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 149%;
    text-align: center;
    color: #5A5A5A;
    opacity: 0.6;
    max-width: 190px;
    margin: 0 auto;
}

.popup-content .polit a {
    text-decoration: underline;
}

.success-img {
    width: 70px;
    margin: 0 auto 30px auto;
}

.order-button {
    background: linear-gradient(276.11deg, #FFCB06 -1.61%, #FDEB78 100.85%);
    box-shadow: inset 0px 2.29787px 15.3192px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    text-transform: uppercase;
    padding: 16px 9px;
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.13em;
    color: #75543C;
    position: relative;
}

.order-button::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(276.11deg, #FFCB06 -1.61%, #FDEB78 100.85%);
    box-shadow: inset 0px 2.29787px 15.3192px rgb(255 255 255 / 20%);
    border-radius: 0 0 20px 20px;
    display: block;
    width: 100%;
    height: 15px;
    z-index: -1;
}
/* End Popups */