.elementor-1238 .elementor-element.elementor-element-a770e47{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for container, class: .elementor-element-a770e47 *//* Conteneurs globaux */
.selecteur-devise-global,
.selecteur-unite-global {
    margin: 0;
}

/* Labels */
.selecteur-devise-global label,
.selecteur-unite-global label {
    display: block;
    color: #2c2c2c;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 3px;
    letter-spacing: 0.3px;
}

/* Selects */
#devise-globale,
#unite-globale {
    width: 100%;
    padding: 5px 0px;
    border: none;
    border-bottom: 2px solid #d4d4d4;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23999999' d='M8 11L3 6h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 40px;
}

#devise-globale:hover,
#unite-globale:hover {
    border-bottom-color: #666;
    color: #333;
}

#devise-globale:focus,
#unite-globale:focus {
    outline: none;
    border-bottom-color: #2c2c2c;
    color: #2c2c2c;
}

/* Options sélectionnées */
#devise-globale option:checked,
#unite-globale option:checked {
    color: #2c2c2c;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .selecteur-devise-global label,
    .selecteur-unite-global label {
        font-size: 16px;
    }
    
    #devise-globale,
    #unite-globale {
        font-size: 15px;
        padding: 14px 20px;
    }
}/* End custom CSS */