/* ===================================================================== */
/*                             Decoupe.css                               */
/* (C) 2025  Dunin Technologie Inc.                                      */
/* ===================================================================== */

/* - DÉFINITION -------------------------------------------------------- */
/* CSS de l'affichage de découpe.                                        */
/* --------------------------------------------------------------------- */


.ImgDecoupeArbreZone         { content: url("../../Client/Imgs/decoupe-zone-24px-black.svg"); }
.ImgDecoupeArbreSectionVert  { content: url("../../Client/Imgs/decoupe-section-et-sous-section-verticale-24px-black.svg"); }
.ImgDecoupeArbreSectionHoriz { content: url("../../Client/Imgs/decoupe-section-et-sous-section-horizontale-24px-black.svg"); }
.ImgDecoupeArbreFrontVert    { content: url("../../Client/Imgs/decoupe-frontiere-verticale-24px-black.svg"); }
.ImgDecoupeArbreFrontHoriz   { content: url("../../Client/Imgs/decoupe-frontiere-horizontale-24px-black.svg"); }

.ImgDecoupeArbreZone, .ImgDecoupeArbreSectionVert, .ImgDecoupeArbreSectionHoriz, .ImgDecoupeArbreFrontVert, .ImgDecoupeArbreFrontHoriz
  {
    width:  24px;
    height: 24px;
    margin:  0px !important;
    padding: 2px;
  }