/* ======================================
   FICHIER : data.css
   DESCRIPTION : Feuille de styles de la page les-donnees.html
   AUTEUR : COULAIS Tom
   DATE : 02/04/2025
   ====================================== */

/* ===========================
   1. CONTAINERS
   =========================== */
.parcinfosimport {
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: none;
    position: absolute;
    inset: 0%;
}
.parcinfosources {
  z-index: 2;
  cursor: pointer;
  background-color: #c5c5c500;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  margin: auto;
  display: none;
  position: absolute;
  inset: 13px 0% 0%;
}
.meteocontainer {
  aspect-ratio: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  height: 12vh;
  min-height: 110px;
  margin: 10px 0 0;
  display: block;
}
.bilansemaine {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  min-width: 150px;
  max-width: 95%;
  height: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
  z-index:0;
}
/* ===========================
   2. IMAGES & ICONES
   =========================== */
.scroll-icon{
  display: none;
}
.image_import {
    border: 2px solid var(--orange);
    width: 50%;
    margin: auto;
    position: absolute;
    inset: 0%;
}
.image_hot {
  vertical-align: baseline;
  border: 3px solid #c00000;
  height: auto;
  display: inline-block;
  position: absolute;
  inset: auto;
  overflow: auto;
}
.image_cold {
  border: 3px solid #3385d3;
  flex: 0 auto;
  position: absolute;
  inset: auto;
  overflow: clip;
}
.imgweeksummer, .imgweekwinter{
  width: 85% !important;
  height: 100% !important;
}
.meteo.choix {
  width: 85%;
  height: 100%;
  display: flex;
}
.text-span-6 {
  text-transform: lowercase;
}
.avertissementaffichage {
  cursor: pointer;
  display: none;
}
.nucicone, .hydrauicone, .bioicone, .solaireicone, .eolienicone, .combfossicone {
  width: 80px;
  min-width: auto;
  max-width: none;
  height: 80px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}
.rapporticone {
  align-self: auto;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.importexporticone {
  width: 80px;
  min-width: auto;
  max-width: none;
  height: 80px;
  min-height: auto;
}
.infoboutoniconei {
  cursor: pointer;
  width: 25px;
  margin-left: auto;
  margin-right: 10px;
  padding-right: 0;
}
.stepicone {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
/* ===========================
   3. BOUTTONS
   =========================== */

.button_cold {
    text-align: center;
    object-fit: fill;
    align-self: center;
    margin-right: 20px;
    padding-left: 15px;
    font-size: 16px;
    text-decoration: none;
    position: relative;
  }
.button_hot {
    text-align: center;
    align-self: center;
    font-size: 16px;
    position: relative;
}
.proddiffbouton, .prodenergie2bouton, .proddiff2bouton {
  border: 3px solid var(--gris);
  cursor: pointer;
  border-radius: 15px;
  width: 90%;
  max-width: 90%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}
.prodgrapbutton {
  background-color: var(--orange-clair);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 18%;
  min-width: 10px;
  max-width: 15%;
  height: 50vh;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}
.cold_button {
  color: #3385d3;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff0;
  background-clip: border-box;
  border: 1px solid #3385d3;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  display: block;
  position: relative;
}
.prodenergiebouton {
  border: 3px solid var(--gris);
  cursor: pointer;
  border-radius: 15px;
  flex: 0 auto;
  order: 0;
  width: 90%;
  max-width: 90%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}
.cold_button.color_button_temp {
  color: #3385d3;
}
.button_temperature {
  background-color: #fdf0e2;
  border: 1px #000;
  border-top: 4px solid #fb8500;
  flex-flow: row;
  order: 1;
  justify-content: center;
  align-items: center;
  height: 50%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}
.meteo {
  background-color: #fffdfd;
  border-bottom: 2px #fb8500;
  flex: 0 auto;
  width: 85vw;
  height: auto;
  display: flex;
}
.meteo-boutons {
  background-color: var(--orange-clair);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  width: 15%;
  min-width: 150px;
  max-width: none;
  height: 100%;
  margin-left: 0;
  display: flex;
}
.boutonmardiete, .boutonmercrediete {
  border: 3px solid var(--white);
  cursor: pointer;
  height: 90%;
  margin-left: auto;
}
.boutonlundiete {
  border: 3px solid var(--white);
  cursor: pointer;
  border-radius: 0;
  height: 90%;
  margin-left: 20px;
}
.boutonjeudiete, .boutonvendrediete, .boutonsamediete {
  border: 3px solid var(--white);
  cursor: pointer;
  height: 90%;
  margin-left: auto;
}
.boutondimancheete {
  border: 3px solid var(--white);
  cursor: pointer;
  height: 90%;
  margin-left: auto;
  margin-right: 20px;
}
.meteobouton {
  border: 2px solid var(--froid);
  background-color: var(--froid);
  color: var(--white);
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  vertical-align: middle;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 70%;
  margin: auto auto auto 10px;
  padding: 10px 0;
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
}
.meteobouton.ete {
  border: 2px solid var(--chaud);
  background-color: var(--orange-clair);
  color: var(--chaud);
  vertical-align: middle;
  flex-flow: row;
  margin: auto 10px auto auto;
  font-size: 1.2rem;
  display: flex;
}
.meteobouton.hiver {
  background-color: var(--orange-clair);
  color: var(--froid);
}
.boutonlundihiver {
  border: 3px solid var(--white);
  cursor: pointer;
  height: 90%;
  margin-left: 20px;
}
.boutonmardihiver, .boutonmercredihiver, .boutonjeudihiver, .boutonvendredihiver, .boutonsamedihiver {
  border: 3px solid var(--white);
  height: 90%;
  cursor: pointer;
  margin-left: auto;
}
.boutondimanchehiver {
  border: 3px solid var(--white);
  height: 90%;
  margin-left: auto;
  margin-right: 20px;
}
.btn-elecinfo {
  display: flex;
  justify-content: center;
  align-items: center; 
  flex-wrap: wrap; 
  padding: 10px;
}
.btn-elecinfo button {
  width: auto;
  height: auto;
  font-size: 1.2rem;
  padding: 10px 12px;
  font-weight: bold;
  color: #2271B9;
  background-color: #D7E5F2;
  border-radius: 12px;
  cursor: pointer;
  margin: 1.5% 2%;
}
.btn-prodconsoinfo {
  display: flex;
  justify-content: center;
  align-items: center; 
  flex-wrap: wrap; 
  padding: 10px;
}
.btn-prodconsoinfo button {
  width: auto;
  height: auto;
  padding: 10px 12px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2271B9;
  background-color: #D7E5F2;
  border-radius: 12px;
  cursor: pointer;
  margin: 1.5% 2%;
}
.btn-rapport{
  text-align: center;
  display: flex;
  justify-content: center;
}
.btn-rapport button{
  width: auto;
  height: 40px;
  font-size: 1rem;
  font-weight: bold;
  color: #2271B9;
  background-color: #D7E5F2;
  border-radius: 12px;
  cursor: pointer;
  margin: 1.5% 5% 1.5% 0;
}
.btn-stock {
  text-align: center; 
}
.btn-stock button{
  width: 125px;
  height: 35px;
  font-size: 1rem;
  font-weight: bold;
  color: #2271B9;
  background-color: #D7E5F2;
  border-radius: 12px;
  cursor: pointer;
  margin: 1.5% 5% 1.5% 0;
}
.btn-active{
  background-color: #2271B9 !important;
  color: white !important;
}
/* ===========================
   4. TEXTES & TITRES
   =========================== */

.bold-text {
  color: #006191;
  background-color: #fff;
  border-radius: 0;
  width: 50%;
  box-shadow: 0 2px 5px #0003;
}
.prodtitre {
  background-color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: var(--orange)
}
.titreconsultdonn {
  color: var(--orange);
  text-align: left;
  -webkit-text-stroke-color: var(--fond);
  white-space: normal;
  word-break: normal;
  cursor: pointer;
  border: 1px #000;
  border-bottom: 2px solid #e6980a;
  border-radius: 0;
  flex-flow: row;
  align-self: auto;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  display: block;
}
.rapporttext {
  font-size: 18px;
  font-weight: 400;
  color:#006191;
}
.boldtexte11 {
  text-align: center;
  width: 100%;
  height: 80px;
  margin-top: auto;
  font-weight: 400;
  text-decoration: none;
  display: block;
}
.boldtexte11.legende {
  text-align: right;
  height: 70px;
  padding-right: 10px;
}
.boldtext10 {
  color: var(--bleu-moyen);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}
.boldtext10.vide {
  color: var(--fond);
}
.boldtext10.legende {
  text-align: right;
  padding-right: 10px;
  font-weight: 700;
}
.textblock {
  color: var(--bleu-moyen);
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
.textblock._2050 {
  color: var(--orange-clair);
}
.boldtext {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}
.boldtext5, .boldtext6, .boldtext7, .boldtext8, .boldtext2 {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
.text-span-10 {
  color: var(--white);
  font-size: 1.6rem;
}
/* ===========================
   5. AUTRES
   =========================== */
   .active-button-meteo{
    border: 3px solid rgb(251, 133, 0) !important;
  }
   
  .meto_cold_hot {
    border-style: solid solid none;
    border-width: 1px;
    border-color: var(--orange);
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    display: flex;
  }
  
  .container_button_cold_hot {
    background-color: var(--orange-clair);
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 18vw;
    min-width: 200px;
    max-width: 15vw;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }
  
  .productionconso {
    width: 100vw;
    max-width: 100vw;
    height: 60vh;
    min-height: 200px;
    margin-top: 10px;
  }
  
  .prodgraph {
    border: 5px none var(--bleu-moyen);
    width: 100vw;
    height: 50vh;
    margin-top: 5px;
    display: flex;
  }

  .cold_hot {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    padding-right: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .prodconsobouton {
    border: 3px solid var(--gris);
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    width: 900%;
    max-width: 90%;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }
  
  .meteo.ete {
    width: 85%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: none;
  }
  
  .meteo.hiver {
    width: 85%;
    height: 100%;
    display: none;
  }
  .meteo.winter {
    width: 85%;
    height: 100%;
    display: flex;
  }
  .meteobar {
    width: 100vw;
    min-width: 900px;
    height: 9vh;
    margin-top: 5px;
  }
  .parclegende {
    background-color: var(--fond);
    align-self: flex-start;
    width: 8vw;
    height: auto;
  }
  .choixjour {
    height: 100%;
    min-height: 80px;
    margin-left: 10px;
    display: block;
  }
  .choixgraph {
    width: 80%;
    min-height: 200px;
    z-index: 0 !important;
  }
  .stockinfo {
    width: auto;
    height: 80%;
    margin: auto;
    position: absolute;
    inset: 0;
    z-index: 10;
  }
  .importinfo {
    width: 60%;
    margin: auto;
    position: absolute;
    inset: 0;
  }
  
  .rapportinfo {
    width: 80%;
    margin: auto;
    display: inline-block;
    position: absolute;
    inset: 0;
  }
  .sourcesinfo {
    width: auto;
    max-width: none;
    height: 80%;
    margin: auto;
    position: absolute;
    inset: 0;
  }
  
  .meteoinfo {
    width: 100vw;
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    display: none;
    position: absolute;
    inset: 0%;
  }
  
  .choixseminfo {
    width: 60%;
    margin: auto;
    position: absolute;
    cursor: pointer;
    inset: 0;
  }
  
  .contexte {
    vertical-align: baseline;
    align-self: center;
    width: 98vw;
    max-width: none;
    height: 95%;
    margin-top: 10px;
    position: static;
    inset: auto;
  }
  
  .prodconsoinfo {
    display: none !important;
    width: 100vw;
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
    display: none;
    position: absolute;
    inset: 0%;
  }
  
  .choixbilan {
    width: 60%;
    margin: auto;
    position: absolute;
    cursor: pointer;
    inset: 0;
  }

  .afficherinfo {
    color: var(--orange);
    border: 1px #000;
    flex-flow: row-reverse;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    width: 100%;
    text-decoration: none;
    display: flex;
  }
  .divblock {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .batterieicone {
    width: 80px;
    min-width: auto;
    height: 80px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .hydrogeneicone {
    width: 80px;
    min-width: auto;
    max-width: none;
    height: 80px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .body-4 {
    background-color: var(--fond);
  }
  
.parccontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow-wrap: normal;
  border: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  height: 12vh;
  min-height: 170px;
  margin-top: 10px;
  display: block;
  position: static;
}
.parcbande {
  background-color: var(--orange-clair);
  border-bottom: 1px #000;
  width: 100vw;
  min-width: 50vw;
  max-width: 100vw;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.sourcesenergie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none solid;
  border-width: 1px 2px 2px;
  border-color: black var(--orange);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.stockage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--orange-clair);
  outline-offset: 0px;
  cursor: pointer;
  border: 1px #000;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  min-width: 240px;
  margin-left: 0;
  display: flex;
  overflow: visible;
}
.importexport {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none solid;
  border-width: 1px 2px;
  border-color: black var(--orange);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15vw;
  min-width: 180px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.bilan {
  background-color: #FEDBB4;
  cursor: pointer;
  object-fit: fill;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 12vw;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}
.heading-7 {
  color: var(--orange);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px #000;
  width: 90%;
  margin: 5px 10px 0;
  padding-top: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.heading-7.vide {
  color: var(--fond);
}
.systeme h4{
  color:#006191;
  font-weight: 700;
}
/* ===========================
   7. AFFICHAGE DES INFOS AU CLIQUE
   =========================== */
.parcelecinfo {
  display: none !important;
  background-color: rgba(136, 136, 136, 0.7);
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parcelecinfo img {
  vertical-align: middle;
  display: inline-block;
  width: 80vw;
  height: 80vh;
  margin: auto;
  cursor: pointer;
}
.active {
  display: flex !important;
}

.parcinfostock.active {
  display: flex !important;
}
.parcinfostock {
  display: none !important;
  background-color: rgba(136, 136, 136, 0.7);
  width: 100vw;   
  height: 100vh;      
  position: fixed;    
  top: 0;              
  left: 0;            
  z-index: 9999; 
  display: flex;
  justify-content: center;
  align-items: center;
}
#hidden-parcinfostock{
  cursor: pointer;
}
#hidden-prodconsoinfo{
  cursor: pointer;
  height: 20% !important;
  border-bottom: 4px solid #E46D24;
}
.parcrapport.active{
  display: flex !important;
}
.prodconsoinfo.active{
  display: flex !important;
}
.parcrapport {
  display: none !important;
  background-color: rgba(136, 136, 136, 0.7);
  width: 100vw;   
  height: 100vh;      
  position: fixed;    
  top: 0;              
  left: 0;            
  z-index: 9999; 
  display: flex;
  justify-content: center;
  align-items: center;
}
#title-parcrapport{
  cursor: pointer;
  height: 30%;
}
#title-parcelecinfo{
  cursor: pointer;
  height: 20%;
}
.elecinfo-container {
  display: flex;
  flex-direction: column;
  background: white;
  width: 55vw;
  height: 85vh;
  border: 4px solid #E46D24;
  overflow: hidden;
}
.elecinfo-container img {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodconsoinfo-container {
  display: flex;
  flex-direction: column;
  background: white;
  width: 55vw;
  height: 85vh;
  border: 4px solid #E46D24;
  overflow: hidden;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prodconsoinfo-container img {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rapport-container {
  display: flex;
  flex-direction: column;
  background: white;
  width: 60vw;
  height: 75vh;
  border: 4px solid #E46D24;
  overflow: hidden;
}
.rapport-container img{
  flex-grow: 1; 
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  display: flex; 
  align-items: center; 
  justify-content: center; 
}
.stock-container {
  display: flex;
  flex-direction: column;
  background: white;
  width: 50vw;
  height: 75vh;
  border: 4px solid #E46D24;
  overflow: hidden;
}
.stock-container img,
.btn-stock {
  flex-grow: 1; 
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex; 
  align-items: center; 
  justify-content: center; 
}
.img-toggle-visible{
  display: none !important;
}
.hidden{
  display: none !important;
}
/* ===========================
   8. MEDIA QUERRIES
   =========================== */
@media only screen and (max-width: 1366px) {
  .rapport-container {
    width: 90vw !important;
  }
  .elecinfo-container {
    width: 85vw !important;
    height: auto !important;
  }
  .prodtitre {
    background-color: var(--white);
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    color: var(--orange)
  }
  .meteobouton.ete, .meteobouton.hiver {
    font-size: 0.8rem;
  }
  .heading-7{
    font-size: 0.8rem;
  }
  .nucicone, .hydrauicone, .bioicone, .solaireicone, .eolienicone, .combfossicone {
    width: 70px;
    height: 50px;
  }
  .rapporticone {
    width: 70px;
    height: 60px;
  }
  .importexporticone {
    width: 70px;
    height: 50px;
  }
  .batterieicone {
    width: 70px;
    height: 50px;
  }
  
  .hydrogeneicone {
    width: 70px;
    height: 50px;
  }
  .stepicone {
    width: 70px;
    height: 50px;
  }
  .stock-container {
    width: 85vw;
    height: 95vh !important;
  }
  .stock-container img, .btn-stock{
    width: 100%;
    height: 100%;
  }

  .rapport-container {
    width: 80vw;
    height: 80vh;
  }
  .elecinfo-container {
    width: 70vw;
    height: 80vh;
  }
  .prodconsoinfo-container {
    width: 85vw;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative; 
  }
  .btn-prodconsoinfo button{
    font-size: 1rem !important;
  }
  
  .scroll-indicator {
    position: absolute; 
    bottom: 80px !important; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    animation: bounce 1.5s infinite; 
  }

  .scroll-icon {
    display: block;
    width: 30px !important;
    height: 30px !important;
    background-color: var(--orange);
    border-radius: 50%;
  }

  @keyframes bounce {
    0%, 100% {
      transform: translateX(-50%) translateY(0);
    }
    50% {
      transform: translateX(-50%) translateY(10px);
    }
  }

  .titreconsultdonn{
    font-size: 1.2rem;
  }
  .infoboutoniconei{
    width: 20px;
  }
  .rapporticone{
    width: 50px;
    height: 50px;
  }
  .bilan{
    text-align: center;
  }
  .btn-rapport button{
    width: auto;
    height: 30px;
    font-size: 0.8rem;
  }
  .btn-elecinfo button {
    font-size: 0.8rem;

  }
  
}