/* Miralis Version 2021-10 */
/* ===================================================================== */
/*                               FontCustom.css                          */
/* © 2019  Dunin Technologie Inc.                                        */
/* ===================================================================== */

/* - DÉFINITION -------------------------------------------------------- */
/* Choix des polices de caractères.                                      */
/* --------------------------------------------------------------------- */

/* - NOTES ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- */
/* Champ Interne                                                        */ 
 
.ActTexte.Interne > .Label >.Label { font-weight: bold }
.ActSelect.Interne > .Label >.Label { font-weight: bold }
.ActCheck.Interne > .Label >.Label { font-weight: bold }
.ActTexte.Interne >.h3 { font-weight: bold }
.ActInput.Interne > .Label { font-weight: bold }
.ActTexte.Bold {font-weight: 600}

.BoldTotal.ActInput > input{color:black ; font-weight: bolder}

.LabelNoBold >.Label > span {font-weight:400 ;   font-size: 14px;}