.elementor-6526 .elementor-element.elementor-element-c109d97{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-6526{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-6526 .dialog-message{width:700px;height:85vh;align-items:flex-start;}#elementor-popup-modal-6526 .dialog-close-button{display:flex;}#elementor-popup-modal-6526 .dialog-widget-content{border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){#elementor-popup-modal-6526 .dialog-message{width:570px;height:90vh;}}@media(max-width:767px){#elementor-popup-modal-6526 .dialog-message{width:90vw;}}/* Start custom CSS *//* Largeur de la scrollbar */
#elementor-popup-modal-6526 ::-webkit-scrollbar {
    width: 10px;
}

/* Fond */
#elementor-popup-modal-6526 ::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 10px;
}

/* Barre */
#elementor-popup-modal-6526 ::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
    border: 2px solid #f3f3f3;
    transition: all 0.3s ease;
}

/* Au survol */
#elementor-popup-modal-6526 ::-webkit-scrollbar-thumb:hover {
    background: rgb(0, 0, 0, 0.6);
}/* End custom CSS */