/* Miralis Version 2021-10 */
/* ===================================================================== */
/*                             OngletCustom.css                          */
/* © 2019  Dunin Technologie Inc.                                        */
/* ===================================================================== */

/* - DÉFINITION -------------------------------------------------------- */
/* Affichage des onglets.                                                */
/* --------------------------------------------------------------------- */

/* - NOTES ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */

.ActOnglet.OngletItemConfigure:not(.Stepper) > .Boutons > .Actif  { border-right: solid 4px; border-left: solid 4px; border-bottom: solid 4px }  /* Ligne sous le bouton actif */
.ActOnglet.OngletItemConfigure:not(.Stepper) > .Boutons > .Inactif    { border-left: solid 1px; border-right: soldi 1 px; border-bottom: solid 1px }  /* Ligne sous la barre de boutons */

.ActOnglet:not(.Stepper) > .Boutons > .Actif  {  border-bottom: solid 4px }  /* Ligne sous le bouton actif */
.ActOnglet:not(.Stepper) > .Boutons > .Inactif    { border-bottom: solid 1px }  /* Ligne sous la barre de boutons */

.ActOnglet.NoScroll
  {
    flex: none;
  }



