/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 06 2025 | 15:41:54 */
.page-wrapper {
  color: white;
	background:#fff;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.elementor-section .elementor-container   { justify-content:center; position:relative;   }

.page-wrapper.white {

  color: black;
	background:#252424;
}

.wpcf7-form-control   {  display:block!important; position:relative; margin:0 auto;   }

label {
    display: block!important;
    margin: 0 auto!important;
}


 #king-addons-particles-container-4466e91 { width:100%!important; height:100vh!important; }
@media only all and (max-width:799px) { .particles-js-canvas-el { display:none;    }  }


/* ---------------- Cards des prestations ---------------- */
.pricing-calculator {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.service-card {
    background: #D5C3B9; /* fond beige clair */
    border: 2px solid #AF8E7C; /* accent marron vintage */
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

input#emailClient  {  color:#000!important;   }

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

.service-card h3 {
    margin-top: 0;
    font-size: 1.2rem;
    color: #2b2b2b;
}

.service-card p {
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.service-card input[type="checkbox"] {
    accent-color: #AF8E7C;
    margin-right: 8px;
	cursor:pointer;
}

/* ---------------- Total et bouton ---------------- */
.pricing-summary {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #2b2b2b;
    margin-bottom: 15px;
}

.send-quote-btn {
    display: block;
    margin: 0 auto;
    background: #AF8E7C;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.send-quote-btn:hover {
    background: #9c7a66;
}

/* ---------------- Message d’erreur / confirmation ---------------- */
#devisMessage {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

#devisMessage.error {
    color: red;
}

#devisMessage.success {
    color: green;
}
