/* ===================================================================== */
/*                          SectionCustom.css                            */
/*   2021  Dunin Technologie Inc.                                        */
/* ===================================================================== */

/* - D FINITION -------------------------------------------------------- */
/* Affichage des sections, custom Avivia.                               */
/* --------------------------------------------------------------------- */

/* - NOTES ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */

.BtnImpRapport {width: 87%;}

.PanelKit .ActTitre .ActBouton.Flat > button, .PanelContenu .ActTitre .ActBouton.Flat > button {margin-right: 10px;}

/* Panel gauche box des kits */
/* input.NomLigneKit {width: 7em;} */
input.QteLigneKit {width: 2em;}

.ListeTrSoumGrid {grid-template-columns: min-content min-content max-content min-content max-content auto !important;}
.ListeTrSoumGrid.ActGrid > div {height: auto;}

/* Afficher le nom du produit sous forme de texte et non de lien hypertexte dans la fenêtre «Personnaliser l’item» */
.OngletsConfigItem .LinkNomProd > span.LinkNomProd { cursor: not-allowed; color: unset; text-decoration: none; }

.PhotoItem, .PhotoItem > img { width:200px; height:200px }
.PhotoItem:hover { filter: brightness(0.8) opacity(0.6); cursor: pointer; }

/* --------------------------------------------------------------------- */
/* Aligne les éléments au bas de la section                              */
.SecBtnItemContenu 
{
  justify-content: center;
  width: 90%;
  margin-top: 8px;
} 

.SecPrix.Cadre{
  padding-left : 0px;
  padding-right : 0px;
}


.SecPrix.Cadre div{
  padding-left : 10px;
  padding-right : 10px;
}

.Logo > img {
    height: 28px;
}