:root {
    --wyc-primary-color : #86a0dc;
    --wyc-secondary-color : #B985D7;
}
html {
    overflow-x: hidden;
}
/* Icone custom widget */
.custom-icon-lordicon-widget, .elementor-navigator__elements .custom-icon-lordicon-widget {
    background-image: url('../images/bee-widget-icon.gif'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
}
.custom-icon-lordicon-widget {
    width: 50px; 
    height: 50px;
    margin: -10px 0 -15px;
    display: inline-block; 
}
.elementor-navigator__elements .custom-icon-lordicon-widget {
    width: 30px; 
    height: 30px;
    margin: 0px !important;
}
.elementor-navigator__elements .custom-icon-lordicon-widget::after {
    content: "";
    background-image: none !important;
}
.custom-icon-lordicon-widget::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    background-image: url('../images/wycan-logo.png');
}
/* Elementor editor controls */
.elementor-control-wai_content button, .elementor-control-wai_container button, .elementor-control-wai_link button {
    border-block-start-width: 1px !important;
}
.elementor-control-wai_style_section_icon button {
    border-block-start-width: 0 !important;
}
.elementor-control-wai_content, .elementor-control-wai_container, .elementor-control-wai_link {
    -webkit-margin-before: 0px !important;
            margin-block-start: 0px !important;
}
.elementor-control-wai_icon_json {
    margin-bottom: 5px;
}
.elementor-control-wai_custom_html_tuto {
    margin-top: -10px;
}
/* Render */
.wai-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.wai-link .wai-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.wai-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    height: 100% !important;
    width: 100% !important;
    z-index: 2;
}
.wai-container-overlay {
    position: absolute; 
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: inherit;
    z-index: 1;
}
.elementor-widget-wycan-animated-icons {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    z-index: 0;
}
.elementor-widget-wycan-animated-icons .elementor-widget-container {
    height: 100% !important;
    width: 100% !important;
    border-radius: inherit;
}
.wai-divider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
lord-icon {
    margin-bottom: -5px;
}
.wai-icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
}
.wai-title {
    display: inline-block; 
}
.wai-title :is(h1, h2, h3, h4, h5, h6, div, p) {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #000;
}
.wai-text.has-long-text  {
    overflow-y: auto;
}
.wai-text {
    color: #000;
}
.elementor-control-wai_text #insert-media-button {
    display: none;
}
.elementor-control-wai_style_layout_flexbox_column_align_items .eicon-flex {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.elementor-control-wai_style_layout_flexbox_column_justify_content .eicon-flex {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wai-divider-separator {
    -webkit-mask-image: var(--wai-divider-pattern-url);
    mask-image: var(--wai-divider-pattern-url);
    background-color: var(--wai-divider-color, #B985D7);
    display: block; 
    height: 20px;
    min-height: 1px;
    width: inherit;
}
.wai-divider {
    border-block-start-color : var(--wai-divider-color);
}