/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */
.grid-faq .elementor-flip-box__layer__description{
    min-width:300px;
}
.grid-faq .elementor-flip-box__layer__description p{
    margin-bottom:0px;
}

.language-selector {
    position: relative;
    display: inline-block;
    width: auto !important;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

.language-selector .selected-option {
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
    border-radius: 5px;
    cursor: pointer !important;
    font-family:'Karla', sans-serif;
}

.language-selector .selected-option img.flag {
    width: 20px;
    margin-right: 10px;
}

.language-selector .selector_icon {
    width: 10px;
    margin-left: 5px;
}
.language-selector .dropdown.show {
    display: block !important;
}

.language-selector .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    min-width: 140px;
}

.language-selector .dropdown li a {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}
.language-selector .dropdown li:hover {
    background: #e0e0e0;
}
.language-selector .dropdown img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
}
.language-selector:hover .dropdown {
    display: block;
}



.form-white p, .form-white label, .form-white legend{
    color: #fff !important;
}

.form-white input{
    border-bottom: 2px solid #fff !important;
    box-shadow: 0px !important;
}

#formulaire-patient input{
    border: 2px solid #fff !important;
    box-shadow: none !important;
}

.form-white .gform_validation_errors{
    border-color: #fff !important;
}

.form-white .gform_validation_errors h2, .form-white .gform_validation_errors ol, 
.form-white .gform_validation_errors li, .form-white .gform_validation_errors li a{
    color: #fff !important;
}

.form-white .gfield_validation_message{
    color: #fff !important;
}

.form-white .gform_previous_button, .form-white .gform-icon{
    color: #fff !important;
}

.form-white .gform-theme-button {
    border-radius: 30px !important;
}

.btn-logout{
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 20px;
    width: 100%;
    display: block;
}

.gfield_label{
    font-size: 16px !important;
    font-weight: 500 !important;
}

.gform-field-label--type-sub{
    font-size: 14px !important;
    font-weight: 500 !important;
}

.gfield--type-html h3 strong{
    font-weight: 300 !important;
}

.form-white .gfield_description{
    color: #fff !important;
}

.form-white .gform_confirmation_message div, 
.form-white .gform_confirmation_message h2, 
.form-white .gform_confirmation_message p,
.form-white .gform_confirmation_message a,
.form-white .gform_confirmation_message strong{
    color: #fff !important;
}

/* Cache le style natif du navigateur */
#formulaire-patient .gfield-choice-input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    /* Dimensions et forme */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    
    /* Contour blanc, fond transparent */
    border: 2px solid #fff;
    background-color: transparent !important;
    
    /* Alignement et interaction */
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 8px 0 0;
    padding: 0;
    position: relative;
    
    /* Petite transition douce */
    transition: all 0.2s ease;
}

/* État coché : point blanc parfaitement centré */
#formulaire-patient .gfield-choice-input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}

/* Optionnel : focus accessibilité (clavier) */
#formulaire-patient .gfield-choice-input[type="radio"]:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.4);
    outline-offset: 2px;
}

/* Optionnel : suppression de l'ombre interne que GF/certains thèmes ajoutent */
#formulaire-patient .gfield-choice-input[type="radio"]:checked {
    box-shadow: none;
}

#formulaire-patient .gfield_select {
        background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
}

#formulaire-patient .gfield_select option {
    background-color: #ff6e6e; /* ou la couleur de ton fond rose */
    color: #fff;
}

#formulaire-patient .btn-home {
    background-color: #FFF0E3;
    color: #5A5A5A !important;
    padding: 10px 20px;
    border-radius: 30px;
}

#formulaire-patient .gform_confirmation_message h1, #formulaire-patient .gform_confirmation_message h1 strong {
    font-size: 24px;
    text-transform: initial;
}

#formulaire-patient input[type="submit"] {
   
    border-radius: 30px;
}