/********* Compiled - Do not edit *********/
:root{--color-primary:#000000;--color-gradient-start:#000000;--color-gradient-stop:#000000;}.woocommerce ul.products, .woocommerce-page ul.products{margin-left:-15px;margin-right:-15px;}.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{padding-left:15px;padding-right:15px;}body{font-family:Nunito;font-weight:400;line-height:1.8;font-size:18px;color:#000000;}body.single-post .blog-single-title{font-family:inherit;}body.single-post .content{font-family:inherit;}.h1,h1{font-family:Nunito;font-weight:700;line-height:1.4em;font-size:45px;color:#000000;}.h2,h2{font-family:Nunito;font-weight:700;line-height:1.4;font-size:40px;color:#000000;}.h3,h3{font-family:Nunito;font-weight:700;line-height:1.5em;font-size:30px;color:#000000;}.h4,h4{font-family:Nunito;font-weight:700;line-height:1.6em;font-size:25px;color:#000000;}.h5,h5{font-family:Nunito;font-weight:700;line-height:1.7;font-size:20px;color:#000000;}.h6,h6{font-family:Nunito;font-weight:700;line-height:1.7;font-size:18px;color:#000000;}.titlebar-inner h1{}.titlebar-inner p{}section.vc_row{padding-right:5px;padding-left:5px;}@media ( min-width: 1200px ){.main-header .is-stuck{background:rgb(255, 255, 255) !important;}.mainbar-wrap.is-stuck .social-icon:not(.branded):not(.branded-text) a, .mainbar-wrap.is-stuck .header-module .ld-module-trigger, .mainbar-wrap.is-stuck .main-nav > li > a, .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input, .mainbar-wrap.is-stuck .header-module .lqd-custom-menu > li > a{color:rgb(0, 0, 0) !important;}.mainbar-wrap.is-stuck .mainbar-wrap.is-stuck .header-module .nav-trigger .bar{background-color:rgb(0, 0, 0) !important;}.mainbar-wrap.is-stuck .header-module .ld-module-trigger-icon, .mainbar-wrap.is-stuck .header-module .ld-module-trigger-txt{color:inherit !important;}.mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input{border-color:rgb(0, 0, 0) !important;}.mainbar-wrap.is-stuck .social-icon:not(.branded):not(.branded-text) a:hover, .mainbar-wrap.is-stuck .main-nav > li > a:hover, .mainbar-wrap.is-stuck .header-module .lqd-custom-menu > li > a:hover{color:rgb(0, 0, 0) !important;}}.fancy-box-tour .fancy-box-footer {
  display: none !important;
}






.depanne {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}



input.wpcf7-form-control.wpcf7-pronamic_pay_amount.wpcf7-text {
    pointer-events: none;
}

.custom-spacing {
    margin-bottom: 15px;
}

.submenu-expander {
  display: none;
visibility: hidden;
}

/* Base Styling for All Response Outputs */
.wpcf7-response-output {
  padding: 10px;
  border-radius: 5px; /* Rounded Corners */
  margin-bottom: 20px;
  color: white; /* White text color */
}

/* Success Message Styling */
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #398439; /* Dark Green Background */
  border: 2px solid #398439; /* Dark Green Border */
}

/* Error Message Styling for various form states like invalid, unaccepted, or payment-required */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #a94442; /* Dark Red Background */
  border: 2px solid #a94442; /* Dark Red Border */
}