/* loader sur element */
.lb-preload {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.lb-product-pdf-button {
    padding: 9px 24px !important;
    background-color: #ffffff !important;
    color: var(--e-global-color-primary) !important;
}

.lb-product-pdf-button .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lb-product-pdf-button svg {
    width: 32px !important;
    height: 32px !important;
}

/* icône retour vers le haut */
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
}

#backToTop svg {
    width: 14px;
    height: 14px;
    fill: #FFFFFF;
}

/* Modification des champs select */
.elementor-select-wrapper select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    position: relative;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="4.99" viewBox="0 0 9 4.99"><path d="M4.365 1.5l3.3 3.3a.621.621 0 0 0 .881 0 .629.629 0 0 0 0-.883L4.807.182a.622.622 0 0 0-.86-.018L.182 3.92a.624.624 0 0 0 .881.883Z" transform="rotate(180 4.364 2.495)" fill="%23707070"/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 9px;
    padding-right: 30px;
    outline: none;
}

.elementor-select-wrapper select::-ms-expand {
    display: none;
}

/* Modification du champs upload file */
.custom-upload-container {
    position: relative;
    width: 100%;
    height: 120px;
    background-color: #68D1D11A;
    border: 1px dashed #E5E7EB;
    border-radius: 12px;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.custom-upload-container::after {
    content: url("data:image/svg+xml,%3Csvg height='14.29' viewBox='0 0 16.259 14.29' width='16.259' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23007187'%3E%3Cpath d='m15.846 339.946a.414.414 0 0 0 -.414.414v1.582a1.658 1.658 0 0 1 -1.656 1.656h-11.293a1.658 1.658 0 0 1 -1.656-1.656v-1.582a.414.414 0 1 0 -.828 0v1.582a2.486 2.486 0 0 0 2.483 2.483h11.294a2.486 2.486 0 0 0 2.483-2.483v-1.582a.414.414 0 0 0 -.413-.414z' transform='translate(0 -330.135)'/%3E%3Cpath d='m89.953 391.3h-10.406a.414.414 0 1 0 0 .828h10.405a.414.414 0 0 0 0-.828z' transform='translate(-76.62 -379.859)'/%3E%3Cpath d='m129.25 36.632a.414.414 0 0 0 -.584-.033l-3.191 2.851v-8.022a.414.414 0 0 0 -.828 0v8.022l-3.191-2.85a.414.414 0 0 0 -.552.617l3.467 3.1a1.034 1.034 0 0 0 1.379 0l3.467-3.1a.414.414 0 0 0 .033-.585z' transform='translate(-116.931 -31.014)'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 16px;
    height: 14px;
    pointer-events: none;
    z-index: 1;
}


.custom-upload-container .elementor-upload-field {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.custom-upload-text {
    z-index: 1;
    font-size: 14px;
    color: #555;
    pointer-events: none;
    line-height: 1.5;
}

.custom-upload-text .parcourir {
    color: #68D1D1;
    font-weight: 700;
    text-decoration: underline;
}