/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1750165463
Updated: 2025-06-17 15:04:23

*/

.simulateur {
    background-color: #F6F2E4;
    padding: 30px 15px;
    text-align: center;
}

.simulateur table tr {
    text-align: center;
}

.simulateur input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.simulateur h2 {
    font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
    font-size: 36px;
}

.simulateur h3 {
    font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .simulateur {
        padding: 20px 10px;
    }
    .simulateur table {
        width: 100%;
        margin: 0 auto;
    }
    .simulateur table tr {
        display: block;
        margin-bottom: 15px;
    }

    .simulateur table tr td, .simulateur input, .simulateur label {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    
}