/*
Theme Name: Pro Detail Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1770842908
Updated: 2026-02-11 15:48:28

*/
#gform_wrapper_2 .gform_fields {
    gap: 10px !important;
}
#gform_wrapper_2 :is(input[type="text"], textarea, select){
    border-radius: 0;
    border: none;
    border-bottom: 1px solid;
    box-shadow: none !important;
    background: #F4F4F4 !important;
}
#gform_wrapper_2 :is(input, textarea, select):focus{
    outline:none;
    border: 2px solid #767676;
}
#gform_wrapper_2 input[type="submit"]{
    font-family: Oswald, sans-serif;
    background-color: black;
    color: white;
    border-radius: 0px !important;
    transition: all ease-in-out 0.3s;
    font-weight: bold !important;
}
#gform_wrapper_2 input[type="submit"]:hover{
   /* On éclaircit légèrement le fond (gris très foncé) pour voir l'ombre */
    background-color: #767676 !important;

    /* On garde ton ombre, mais elle sera maintenant visible sur le gris */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
                rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset !important;
}

.woocommerce-cart a.wc-block-components-product-name {
    color: #000 !important;
    text-decoration: none;
    font-weight: bold;
}

.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    color: #fff;
    background: #000;
    text-decoration: none;
    transition: all ease 0.2s;
}
.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    color: #fff;
    background: #32373c;
    transition: all ease 0.2s;
}

.woocommerce-checkout button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border: none;
    background: #32373c;
    color: #fff;
    transition: all ease 0.2s;
}

.woocommerce-checkout button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background: #000;
    color: #fff;
    transition: all ease 0.2s;
}

.woocommerce-checkout button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  border: none;
  background: #32373c;
  color: #fff;
  transition: all ease 0.2s;
}

.woocommerce-checkout button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover {
  background: #000;
  color: #fff;
  transition: all ease 0.2s;
}

.woocommerce-checkout a {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
}
.woocommerce-checkout a:hover {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

.woof_list_checkbox li {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    margin-bottom: 8px !important;
}

.archive .term-description h1 {
    font-family: "Oswald", Sans-serif;
}

.woof_list_checkbox .icheckbox_square-blue {
    flex-shrink: 0 !important;
    margin-right: 10px !important;
    margin-top: 3px !important;
}

.woof_list_checkbox .woof_checkbox_label {
    display: block !important;
    flex: 1 !important;
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    cursor: pointer;
}

.woof_childs_list_opener {
    flex-shrink: 0 !important;
    margin-left: 5px !important;
}

.woof_childs_list {
    flex-basis: 100% !important;
    margin-left: 15px !important;
    padding-top: 10px !important;
}
