.elementor-9481 .elementor-element.elementor-element-d4664df{--display:flex;--min-height:100vh;}.elementor-9481 .elementor-element.elementor-element-91d3960{--display:flex;--border-radius:15px 15px 15px 15px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:50px;--padding-right:50px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-9481 .elementor-element.elementor-element-d4664df{--content-width:560px;}}/* Start custom CSS for shortcode, class: .elementor-element-f8a6090 */.gform_wrapper.gravity-theme .gfield.gfield--width-full{
       font-family: "Raleway", Sans-serif;
}

#gform_next_button_2_6{
    border-radius: 100px !important;
padding:10px 30px 10px 30px;
background-color:#3C3C3C;
color:#FFFFFF;
border:none;
font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 900;
    float: right
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage span  {
    display:none !important;
}

.gform_title {
     color: #3C3C3C;;
    font-family: "Raleway", Sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height:-5px;
    text-align: center;
}

.gform_wrapper.gravity-theme .gf_progressbar_title {
  
    text-align: center;}
    
    
#gform_wrapper_2 .info-tooltip{
        z-index: 2000 !important;
    width: 460px !important;
}    
#gform_wrapper_2 .info-button{
    background-color: #3C3C3C !important;
    color: white !important;
    border: none !important;
    border-radius: 70% !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 16px !important;
    line-height: 0px !important;
    cursor: pointer !important;
    padding-left: 12px !important;
    font-weight: 800;
}

.elementor-9481 .elementor-element.elementor-element-f8a6090 .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue{
      background-color: #3C3C3C!important;
    
}

/* Style général pour les radiobox */
input[type="radio"] {
    /* Masquer l'apparence par défaut */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* Créer notre propre "bouton" noir et plus gros */
    width: 22px; /* Augmentation de la taille */
    height: 22px; /* Augmentation de la taille */
    border: 1px solid #000; /* Bordure noire */
    background-color: #fff; /* Fond blanc par défaut */
    cursor: pointer;
    border-radius: 50%; /* Pour un aspect circulaire parfait */
    outline: none; /* Supprimer l'outline au focus par défaut */
    display: inline-block; /* Pour l'alignement avec le texte */
    vertical-align: middle; /* Pour l'alignement vertical avec le texte */
    margin-right: 5px; /* Augmentation de l'espace avec le label */
    position: relative; /* Pour positionner le point */
}

/* Style pour l'état "checked" (sélectionné) */
input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px; /* Taille du point noir */
    height: 16px; /* Taille du point noir */
    background-color: #000; /* Couleur noire pour le point */
    border-radius: 50%;
}

/* Style pour l'état "focus" */
input[type="radio"]:focus {
    border-color: #333; /* Légèrement plus clair au focus */
    box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.25); /* Ombre noire au focus */
}

#gform_previous_button_2
{
 border-radius: 100px !important;
padding:10px 30px 10px 30px;
background-color:#FFFFFF;
color:#3C3C3C;
border:solid 2px #3C3C3C;
font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 900;
}

#gform_submit_button_2{
     border-radius: 100px !important;
padding:10px 30px 10px 30px;
background-color:#3C3C3C;
color:#FFFFFF;
border:none;
font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 900;
    float:right;
}

#gform_previous_button_2_21{
 border-radius: 100px !important;
padding:10px 30px 10px 30px;
background-color:#FFFFFF;
color:#3C3C3C;
border:solid 2px #3C3C3C;
font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 900;
}

#gform_next_button_2_21{
 border-radius: 100px !important;
padding:10px 30px 10px 30px;
background-color:#3C3C3C;
color:#FFFFFF;
border:none;
font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 900;
    float:right;
}

.gform_wrapper.gravity-theme .ginput_complex label {
    padding-bottom: 8px;}
    
    .gfield_required {
    color: #ED5549 !important;
    font-size: 24px !important;
}

.gform_wrapper.gravity-theme .gfield_error label{
       color: #ED5549 !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;}
    
    
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background-color: #ED5549!important;

    font-size: 14.992px!important;
    padding: 12.992px 24px!important;
    color:#FFF !important;
}    

#label_2_28_1 a {
    color:#3C3C3C !important;
font-weight: 800;
    
}



/* Style pour la checkbox gfield-choice-input */
input.gfield-choice-input[type="checkbox"] {
    /* Masquer l'apparence par défaut */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* Créer notre propre "bouton" cercle noir */
    width: 24px; /* Ajustez la taille souhaitée */
    height: 24px; /* Ajustez la taille souhaitée */
    border: 1px solid #3C3C3C; /* Bordure grise (pour l'état non coché) */
    background-color: #fff; /* Fond blanc par défaut */
    cursor: pointer;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    border-radius: 50%; /* Pour un cercle parfait */
}

/* Style pour l'état "checked" (coché) avec fond noir et suppression de la bordure */
input.gfield-choice-input[type="checkbox"]:checked {
    background-color: #000; /* Fond noir quand coché */
    border: none; /* Supprimer la bordure quand coché */
}

/* Style pour la coche blanche */
input.gfield-choice-input[type="checkbox"]:checked::before {
    content: "\2713"; /* Code Unicode pour le caractère Check Mark */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px; /* Ajustez la taille de la coche */
    color: #fff; /* Couleur blanche de la coche */
    line-height: 1; /* Important pour l'alignement vertical */
}

/* Style pour l'état "focus" */
input.gfield-choice-input[type="checkbox"]:focus {
    border-color: #666;
    box-shadow: 0 0 0 0.2em rgba(60, 60, 60, 0.25);
}

#gfield_description_2_20{
    font-size:14px;
}

.accordion {
    padding: 15px 0px !important;
}

#gform_wrapper_2 #input_2_2_container {
    width: 100% !important;
    margin-left:0px !important;
}/* End custom CSS */