/* ===================================================================== */
/*                             FontCustom.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'; }
.ActOnglet.Small > .Boutons > button  { font-family: 'Arial', 'Open Sans'; }
.ActOnglet > .Boutons > button        { font-family: 'Arial', 'Open Sans'; font-weight:600}

.TitreNotifInfo, .TexteNotifInfo      { font-family: 'Arial', 'Open Sans'; }

.ActBouton.Primaire2   > button { font-family: 'Arial', 'Open Sans'; font-weight: 400; font-size: 12px }

.ActBouton.Primaire2 > button
  {
    margin: 4px;
    padding: 4px 4px 4px 4px;

    border: solid 1px;
    border-radius: 5px;

    justify-content: center;
    align-items: center;
  }

.ActBouton.Primaire2 > button
  {
    background-color: var(--couleurBoutonPrimaire);
    color: var(--couleurTexteBoutonPrimaire);
    border-color: var(--couleurBordureBoutonPrimaire);
  }

.ActBouton.Primaire2 > button:hover
  {
    background-color: var(--couleurBoutonPrimaireHover);
    color: var(--couleurTexteBoutonPrimaireHover);
    border-color: var(--couleurBordureBoutonPrimaireHover);
  }
