.elementor-18063 .elementor-element.elementor-element-f9bc375 > .elementor-widget-container{background-color:var( --e-global-color-astglobalcolor6 );padding:30px 20px 30px 20px;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-6dca232 );}/* Start custom CSS for html, class: .elementor-element-f9bc375 *//* Styles globaux */
h2 {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

input[type="number"], select {
    padding: 8px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

button {
    padding: 10px 20px;
    background-color: #0066cc;
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    background-color: #004d99;
}

/* Styles pour inline inputs */
.inline-inputs {
    display: flex;
    justify-content: space-between;
}

.inline-inputs input {
    width: calc(33% - 10px);
}

/* Fenêtre modale */
.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.modal-content1 {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.close1 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: #000;
    cursor: pointer;
}

#modalResult1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}/* End custom CSS */