/* 
Theme Name: Agence MAP - Theme Enfant de Hello Elementor
Theme URI: https://github.com/elementor/hello-theme/
Description: Ceci est un theme enfant de Hello Elementor
Author: MAP Team
Author URI: https://map.ch/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Silence is golden. Ajoute ton CSS dans les fichiers SCSS avec compass watch
*/
#gform_1 .gform_fields {
    grid-row-gap: 15px;
    row-gap: 15px;
}
.gform-theme--framework:where(:not(.gform_editor)) #gform_1 .gfield--type-section {
    padding-bottom: 0;
}
.gform-theme--framework #gform_1 .gform-field-label,
.gform-theme--framework #gform_1 a,
.gform-theme--framework #gform_1 .field_description_below .gfield_description {
    color: #ffffff;
}
#gform_1 legend.gfield_label {
    display: none;
}
.gform-theme--framework #gform_1 .gform-field-label > .gfield_required {
    color: #EA5C52;
    font-size: 14px;
}
#gform_wrapper_1,
#gform_1 h3 {
    color: #ffffff;
}
#gform_1 h3 {
    margin-bottom: 0;
}

#gform_1 .gform_body .gfield_choices input[type="radio"],
#gform_1 .gform_body .gfield_choices input[type="checkbox"] {
    position: absolute;
    top: 24px;
    left: 20px;
}
#gform_1 .gform_body .gfield_choices .gchoice {
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
    position: relative;
}
#gform_1 .gform_body .gfield_choices label {
    width: 100%;
    padding: 10px 10px 10px 36px;
    background-color: #fafafa;
    font-size: 18px;
    font-weight: bold;
    transition: background 600ms ease-out;
    border: 1px dotted #00597E;
    margin: 0;
    cursor: pointer;
    color: #112337;
}

.gform-theme.gform-theme--framework.gform_wrapper  #gform_1 .gform_button {
    font-family:;
    font-size: 16px;
    font-weight: 600;
    background-color: #EA5C52;
    border-radius: 5px;
    padding: 22px 60px 22px 60px;
}

@media (min-width: 770px) {
    #gform_1 .gform_body .gfield_choices .gchoice {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    #gform_1 .gform_body .gfield_choices .gchoice {
        width: 24%;
    }
}
