/* ===================================================================== */
/*                               Font.css                                */
/* � 2019  Dunin Technologie Inc.                                        */
/* ===================================================================== */

/* - D�FINITION -------------------------------------------------------- */
/* Choix des polices de caract�res.                                      */
/* --------------------------------------------------------------------- */

/* - NOTES ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */


/* --------------------------------------------------------------------- */
/* Textes par d�faut.                                                    */

body, select, input, textarea, button { font-family: 'Arial', 'Open Sans';    font-size: 15px;  }


/* --------------------------------------------------------------------- */
/* Titres.                                                               */

/* 2021-10-04  Demande Genevi�ve */
/*
h1, .TitrePage    { font-family: 'Latolight', 'Open Sans', 'Arial';  font-weight: normal;  font-size: 35px; }
h2, .TitreSection { font-family: 'Latolight', 'Open Sans', 'Arial';  font-weight: normal;  font-size: 22px; }
h3, .TitreSousSection { font-family: 'Lato' , 'Open Sans', 'Arial';  font-weight: normal;  font-size: 19px; }
*/
h1, .TitrePage    { font-family: 'Arial', 'Open Sans';  font-weight: bold;  font-size: 30px; }  /* Titres principaux (Grand-Titre) */
h2, .TitreSection { font-family: 'Arial', 'Open Sans';  font-weight: bold;  font-size: 22px; }  /* Titres de section saisie rapide */
h3, .TitreSousSection { font-family: 'Arial' , 'Open Sans';  font-weight: normal;  font-size: 19px; }  /* Titres de section (panels ou autres) (Titre de section) */
.TitrePanel       { font-family: 'Arial', 'Open Sans';  font-weight: bold;  font-size: 17px; }  /* Titres des panels (Titre) */

.ActTitre         { font-family: 'Arial', 'Open Sans';  font-weight: normal;  font-size: 16px;  color: var(--couleurTexteActTitre) }  /* Titres de t�lescope (Titre) */

.TitreTexte       { font-family: 'Arial', 'Open Sans';  font-weight: bold;  font-size: 15px; }  /* Dans panel de droite */
.TitreNotifInfo, .TexteNotifInfo { font-family: 'Arial', 'Open Sans'; }
/* --------------------------------------------------------------------- */
/* Acteur onglet.                                                        */

.ActOnglet > .Boutons > button { font-family: 'Arial', 'Open Sans';  font-weight: normal;  font-size: 17px; }
.ActOnglet > .Boutons > .Actif { font-family: 'Arial', 'Open Sans';  font-weight: bold;  font-size : 17px; }

.Stepper.Grand > .Boutons > button { font-family: 'Arial', 'Open Sans';  font-weight: normal; font-size: 17px; }
.Stepper.Grand > .Boutons > .Actif { font-family: 'Arial', 'Open Sans';  font-weight: bold;  font-size: 17px; }


/* --------------------------------------------------------------------- */
/* Acteur choix.                                                         */

.ActChoix > button { font-family: 'Arial', 'Open Sans' }


/* --------------------------------------------------------------------- */
/* Textes � l'int�rieur des panels.                                      */

.Panel { font-family: 'Arial', 'Open Sans';  font-size: 15px }


/* --------------------------------------------------------------------- */
/* Divers.                                                               */

.Label { font-family: 'Arial', 'Open Sans';  font-size: 16px; font-weight: 400; }
.Prix  { font-family: 'Arial', 'Open Sans';  font-size: 11px; }
.ActBouton.Primaire   > button { font-family: 'Arial', 'Open Sans';  font-size: 15px }
.ActBouton.Secondaire > button { font-family: 'Arial', 'Open Sans';  font-size: 15px }
.ActTelescope.Large > .ActTitre { font-family: 'Arial', 'Open Sans';  font-size: 18px }