/* Miralis Version 2021-10 */
/* ===================================================================== */
/*                             BoutonCustom.css                          */
/* © 2020  Dunin Technologie Inc.                                        */
/* ===================================================================== */

/* - DÉFINITION -------------------------------------------------------- */
/* Affichage des boutons.                                                */
/* --------------------------------------------------------------------- */

/* - NOTES ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */



/* Boutons choix date */
.ActChoix.Adresse> button   {padding-bottom: auto}
.Tile.Adresse   > button  { width: 100px;   height: 55px ;  padding:2px; text-align: center}
.ActBouton.CommandesTool > .CommandesTool > img {width:40px}

/* Boutons de la scène 3D */
.BoutonAnimeMir > button     {height: 40px; width: 40px ; padding:0%}
.BoutonChangeVueMir > button {height: 40px; width: 40px ; padding:0%}
.BoutonOuvPortTirMir > button {height: 40px; width: 40px ; padding:0%}
.Bouton30px > button {height:30px }
.ActBouton.Bouton30px {height:30px}

.BoutonError   { background-image: url("../../Client/Imgs/StErr.png") ; width:20px ; height:20px ; background-repeat:no-repeat}
.BoutonWarning { background-image: url("../../Client/Imgs/StAvert.png") ; width:20px ; height:20px ; background-repeat:no-repeat}
.BoutonNotifsUser.Avec { background-image: url("../../Client/Imgs/NotesAvec.svg") }
.BoutonNotifsUser.Sans { background-image: url("../../Client/Imgs/NotesSans.svg") }
.BoutonInfo   { background-image: url("../../Client/Imgs/Info.png") }
.BoutonLumiere > button {padding-top:4px ;  right:430% }
.Interne.ActBouton >button {border: 1px solid var(--couleurTexteInterne)}
.BoutonContratChange   { background-image: url("../../Client/Imgs/StCh.png") ; width:20px ; height:20px ; background-repeat:no-repeat }


/* .Flat > button:hover { border: 1px gray outset ; border-radius:7px}
.Flat > button:focus { border: 1px black inset ; border-radius:7px} */

.ActBouton.LinkPW > button {  background-color: var(--couleurBoutonFlat); border: none}  
.ActBouton.LinkPW > button>span { color: var(--couleurBoutonLink) ; text-decoration: underline var(--couleurTexteLink)}
.ActBouton.Red > button>span {color: var(--couleurTexteRed);}
.ActBouton.Green > button>span {color: var(--couleurTexteGreen);}

button.Dimension > object > div
  {
    height:100%;
    font-size: xx-large;
    color: white;
    background-color: black;
    font-weight: 700;
    font-family: 'Open Sans';
    align-items: center;
    justify-content: center
  }

.ActBouton.PrecSuiv > button
  {
    margin: 2px;
    padding: 5px 2px 5px 2px;

    border: solid 1px;
    border-radius: 5px;

    justify-content: center;
    align-items: center;
  }
.PrecSuiv > button {min-width:4em}