/*
 Theme Name:     Divi Child
 Theme URI:
 Description:      Divi Child Theme
 Author:
 Author URI:  
 Template:       Divi
 Version:        1.0.0
 License: 
 License URI: 
 Tags: 
 Text Domain:
*/


/* =Theme customization starts here
------------------------------------------------------- */

@media all and (min-width: 1024px) {
    .gf_inline_address {
        width: 47.5%;
        display: inline-block;
    }

    .gf_inline_address.zipcode{
        margin-right: 5%;
    }

    .gf_inline[class*="contact_"] {
        width: 24.25%;
        display: inline-block;
    }

    .gf_inline.contact_prenom, .gf_inline.contact_nom, .gf_inline.contact_fonction {
        margin-right: 1%;
    }
}

.gsection {
    display: none;
}

.gsection_title {
    padding-bottom: 0;
    font-size: 20px;
}

.gfield_checkbox {
    list-style-type: none!important;
    padding: 0!important;
}

.gf_hide_label {
    display: none;
}