/* Début de : Pour conserver les champs et leurs labels alignés : */
/*
.frm_style_style-formidable.with_frm_style .frm_form_field.frm_left_container {
    grid-template-columns: 65px auto !important;
}
*/
/* Réduction de l'espace entre les labels et les champs */
#frm_field_360_container, 
#frm_field_361_container, 
#frm_field_362_container {
    display: flex;
    align-items: center;
  /*  gap: 6px; /* Ajuste la distance entre le label et le champ */
}
	
/* Pour ne pas que les lables (@ et .) soient collés aux champs : */
.with_frm_style .frm_primary_label {
    padding-left: 10px;
    padding-right: 10px;
}	
	
	
/* Ajustement de la largeur des champs pour un alignement plus naturel */
#field_xhnjz {
    width: auto; /* Évite qu'ils prennent toute la largeur */
/*    min-width: 160px; /* Ajuste selon la lisibilité souhaitée */
    min-width: 93%;
}
#field_3tbq8 {
    width: auto; /* Évite qu'ils prennent toute la largeur */
/*    min-width: 160px; /* Ajuste selon la lisibilité souhaitée */
    min-width: 88%;
}
#field_jmj7a { /* Le 3 ème champ (extension de Domaine) */
    width: auto; /* Évite qu'ils prennent toute la largeur */
/*    min-width: 80px; /* Ajuste selon la lisibilité souhaitée */
 /*   max-width: 30%; */
}
/* Ajustement du container général pour une meilleure fluidité */
.frm_fields_container {
    display: flex;
    align-items: center;
    gap: 0px; /* Réduit l’espace entre les éléments */
}

/* Ajustement du bouton pour un bon alignement */
.frm_submit {
    margin-left: 10px; /* Un léger espace pour séparer du champ précédent */
}

.frm_form_field.frm_inline_container, .frm_form_field.frm_right_container, .frm_form_field.frm_left_container {
  /*  display: grid;*/
    grid-template-columns: 25% auto !important;
  /*  width: 100%;
    grid-auto-rows: min-content;*/
}
.frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container {
    display: grid;
    /* grid-template-columns: repeat(12, 1fr); */
    grid-auto-rows: max-content !important;
    grid-gap: 0% !important;
    justify-content: center !important;
}
/* Fin de : Pour conserver les champs et leurs labels alignés. */

	
	.copy-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }
/*
        .copy-btn {
    width: auto;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #4199FD;
    border-width: 1px;
    border-color: #4199FD;
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    border-radius: 8px;
    text-shadow: none;
/*  padding: 8px 16px;  * /
	padding: 4px 8px;
    box-sizing: border-box;
    box-shadow: 0 2px 2px #eeeeee;
    margin: 0px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
        }

        .copy-btn:hover {
    background: #3680D3;
    border-color: #3680D3;
    color: #ffffff;
        }
*/	
	
.copy-btn  {
    width: 150px;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: rgba(12,210,223,1);
    border-width: 0px;
    border-color: rgba(255,255,255,0);
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    border-radius: 8px;
    text-shadow: none;
    padding: 8px 16px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}	
	
.copy-btn:hover {
    background: rgba(0,0,0,1);
    border-color: rgba(255,255,255,0);
    color: #ffffff;
}	
/*	
.copy-btn:focus, .copy-btn:active {
    background: #3680D3;
    border-color: #3680D3;
    color: #ffffff;
    outline: none;
}
*/
.copy-btn:focus, .copy-btn:active {
    background: rgba(0,0,0,1);
    border-color: rgba(255,255,255,0);
    color: #ffffff;
    outline: none;
}	
	
/* On masque la div du résultat au chargement de la page : */
#result_container {
    display: none;
    visibility: hidden;
}

 pre {
    padding: 10px !important;
    margin: 0 0 0px !important;
 /*   word-break: break-all !important; */
    background-color: #edf0f7 !important;
    border: 1px solid #edf0f7 !important;
    border-radius: 7px !important;
  /*  overflow: hidden !important; */
 /*   white-space: pre-wrap !important; */
    font-size: smaller !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
}
/**/
