/* Miralis Version 2021-10 */
/* ===================================================================== */
/*                            SectionCustom.css                          */
/* © 2019  Dunin Technologie Inc.                                        */
/* ===================================================================== */

/* - DÉFINITION -------------------------------------------------------- */
/* Affichage des sections.                                               */
/* --------------------------------------------------------------------- */

/* - NOTES ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */

.OngletItemConfigure { border-left: solid 1px var(--couleurCadre); border-right: solid 1px var(--couleurCadre); border-bottom: solid 1px var(--couleurCadre) }
.ActSection.Colonne > .ActButton > button { flex-direction: column }
.Right          { justify-content: flex-end ; text-align:right}
.HautFlushKit >.ActSection:not(.Panel) > div {height:100% ;overflow: hidden }
.ActSection.NoDispo  {display: none}

.ActTexte.Vert  {background-color: green;}
.ActTexte.Jaune  {background-color: yellow;}
.ActTexte.Orange  {background-color: orange;}
.ActTexte.Bleu  {background-color: blue;}

.GabaritImage.ActSection {flex-shrink:1;height:100%;width:100%}
.GabaritImage.ActSection > div {flex-shrink: 1;}
.GabaritImage > img {flex: 0; height:auto ; max-height:100%; max-width:100%}
.TypeImage > img {height:30px}
.ActFenetre.FAQ > .ActSection > .ActSection > .ActSection   > div {min-height:auto}
.PanelSpecMod div {min-height:auto}

.ActSection.Black {background-color: black}
.ActSection.Black>.ActTexte {color:white;}
