/*
Theme Name: Limme Child Theme
Theme URI: http://limme.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Limme
Template: limme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: limme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#gform_fields_1 {row-gap: 20px;}
#field_1_1 .gfield_radio {flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
#field_1_1 .ginput_container_radio label {color:#d7b65d;background: none;border: 1px solid #d7b65d;text-align: center;padding: 8px;margin:0;}
#field_1_1 .ginput_container_radio input {display:none;}
#field_1_1 .gchoice_1_1_0, #field_1_1 .gchoice_1_1_1 {width:48%;display: block;}
#field_1_1 .gchoice_1_1_2 {width:100%;display: block;}
#gform_submit_button_1 {width: 100%;border-radius: 0;background: #d7b65d;color: #000;}
#field_1_1 .ginput_container_radio label:hover {cursor:pointer}
#field_1_1 .ginput_container_radio input:checked {background:#fff}

#field_1_1 .ginput_container_radio input:not(:checked) + label:hover{
    background:#d7b65d20;        /* léger voile */
}

/* État sélectionné ------------------------------------------------------- */
#field_1_1 .ginput_container_radio input:checked + label{
    background:#d7b65d;          /* rempli */
    color:#000;                  /* texte inversé */
    border-color:#d7b65d;
}

/* Accès clavier : focus visible sur le label ----------------------------- */
#field_1_1 .ginput_container_radio input:focus-visible + label{
    outline:2px solid #d7b65d;
    outline-offset:3px;
}

@media (max-width: 768px) {
#field_1_1 .gchoice_1_1_0, #field_1_1 .gchoice_1_1_1 {width:100%}
}
.lte-navbar .lte-navbar-logo .lte-logo img {max-height: 80px!important;}