.terre {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 20%;
  background-image: url('../images/terre.svg');
  background-position: 50% 100%;
  background-size: 10%;
  background-repeat: repeat-x;
}

.c_centralesmaisons-x10 {
  position: absolute;
  left: 0vw;
  top: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000vw;
  height: 100vh;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.screen1-home {
  position: relative;
  width: 100vw;
  height: 100%;
}

.screen2-panneaux {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.screen3 {
  position: relative;
  width: 100vw;
  height: 100%;
}

.a-arbre-a {
  position: absolute;
  left: -15%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
}

.c2 {
  display: block;
  background-color: #424242;
  cursor: pointer;
}

.c1 {
  background-color: #424242;
  cursor: pointer;
}

.navbar {
  position: absolute;
  left: -15%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 200;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-menu {
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block---source {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 16px;
  padding: 16px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px 40px 40px 0px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-transform 4000ms cubic-bezier(.075, .82, .165, 1);
  transition: -webkit-transform 4000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 4000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 4000ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 4000ms cubic-bezier(.075, .82, .165, 1);
  font-family: Montserrat, sans-serif;
  color: #050038;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block---source:hover {
  background-color: #fff;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
  color: #0067ee;
}

.text-block {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  height: 48px;
  max-width: 100%;
  margin-left: 12px;
}

.burger-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 48px;
  height: 48px;
  margin: 16px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 40px;
  background-color: #fff;
  color: #050038;
  cursor: pointer;
}

.panneau-wrapper {
  position: absolute;
  left: 0.9%;
  top: auto;
  right: auto;
  bottom: -16%;
  z-index: 10000;
  display: block;
  width: 0.7%;
  height: 70%;
  padding-bottom: 0.8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/planche.svg');
  background-position: 50% 0%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.a_premierplanx40 {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0px;
  display: block;
  width: 4000vw;
  height: 100vh;
}

.c_moyen2centralesx12 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200vw;
  height: 100vh;
}

.d_arrplanmontagnesx102 {
  position: absolute;
  left: -51%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 200vw;
  height: 100vh;
}

.screen3cgazcharbfioul {
  position: relative;
  width: 100vw;
  height: 100%;
}

.maison {
  position: absolute;
  right: -1%;
  bottom: 15%;
  width: 53%;
}

.screen4c-biomasse {
  position: relative;
  width: 100vw;
  height: 100%;
}

.screen4 {
  position: relative;
  width: 100vw;
  height: 100%;
}

.screen5eau {
  position: relative;
  width: 100vw;
  height: 100%;
}

.screen6uranium {
  position: relative;
  width: 100vw;
  height: 100%;
}

.screen7soleil {
  position: relative;
  width: 100vw;
  height: 100%;
}

.screen8vent {
  position: relative;
  width: 100vw;
  height: 100%;
}

.screen9geothermie {
  position: relative;
  width: 100vw;
  height: 100%;
}

.screen10 {
  position: relative;
  width: 100vw;
  height: 100%;
}

.centraleetmaisongeo {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
}

.maison-copy {
  position: absolute;
  right: 1%;
  bottom: 15%;
  width: 53%;
  height: auto;
}

.centrales1home {
  width: 10%;
  height: 100%;
}

.centrales2panneaux {
  width: 10%;
  height: 100%;
}

.centrales3therm {
  width: 10%;
  height: 100%;
}

.centrales4hydro {
  width: 10%;
  height: 100%;
}

.a-arbre2 {
  position: absolute;
  left: 22%;
  top: auto;
  bottom: 0%;
  display: block;
  width: 0.5%;
}

.a-arbre {
  position: absolute;
  left: 18%;
  top: auto;
  bottom: 0%;
  display: block;
  width: 0.5%;
}

.montagnea {
  position: absolute;
  left: auto;
  right: 8%;
  bottom: 18%;
  width: 47%;
}

.sky {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#87ddf4), to(#e7f4f4));
  background-image: linear-gradient(180deg, #87ddf4, #e7f4f4);
}

.montag {
  position: absolute;
  left: 41%;
  right: 41%;
  bottom: 18%;
  width: 47%;
}

.montagneb {
  position: absolute;
  left: auto;
  right: 14%;
  bottom: 18%;
  width: 70%;
}

.montagnec {
  position: absolute;
  right: 43%;
  bottom: 18%;
  width: 49%;
}

.montagned {
  position: absolute;
  right: 88%;
  bottom: 18%;
  width: 13%;
}

.e_cielnuagesx101 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 119vw;
  height: 100vh;
}

.nuagea {
  position: absolute;
  left: 17%;
  top: 33%;
  right: auto;
  bottom: auto;
  width: 12%;
}

.nuageb {
  position: absolute;
  left: 30%;
  top: 35%;
  right: auto;
  bottom: auto;
  width: 3%;
}

.nuagec {
  position: absolute;
  left: 39%;
  top: 40%;
  right: auto;
  bottom: auto;
  width: 5%;
}

.nuaged {
  position: absolute;
  left: 46%;
  top: 38%;
  right: 46%;
  width: 13%;
}

.nuagee {
  position: absolute;
  left: 55%;
  top: 9%;
  right: 55%;
  width: 8%;
}

.nuagef {
  position: absolute;
  left: 66%;
  top: 13%;
  right: 66%;
  width: 3%;
}

.nuageg {
  position: absolute;
  left: 68%;
  top: 43%;
  right: 68%;
  width: 14%;
}

.navigation {
  position: relative;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.c3 {
  width: 50px;
  background-color: #424242;
  cursor: pointer;
}

.c4 {
  width: 50px;
  background-color: #424242;
  cursor: pointer;
}

.c4.side-button-source {
  -webkit-transition-duration: 2000ms;
  transition-duration: 2000ms;
}

.c5 {
  width: 50px;
  background-color: #424242;
  cursor: pointer;
}

.c6 {
  width: 50px;
  background-color: #424242;
  cursor: pointer;
}

.c7 {
  width: 50px;
  background-color: #424242;
  cursor: pointer;
}

.a-arbre2-copy {
  position: absolute;
  left: 40%;
  top: auto;
  bottom: 0%;
  display: block;
  width: 0.45%;
}

.a-arbre-copy {
  position: absolute;
  left: 39.5%;
  top: auto;
  bottom: 0%;
  width: 2%;
}

.a-arbre-copy {
  position: absolute;
  left: 19.5%;
  top: auto;
  bottom: 0%;
  width: 2%;
}

.a-arbre3 {
  position: absolute;
  left: 17%;
  top: auto;
  bottom: 0%;
  display: block;
  width: 0.6%;
}

.a-arbre1b {
  position: absolute;
  left: 20.2%;
  top: auto;
  bottom: 0%;
  display: block;
  width: 0.5%;
}

.a-arbre3-copy {
  position: absolute;
  left: 0.5%;
  top: auto;
  bottom: 0%;
  display: none;
  width: 0.6%;
}

.a-arbre3-copy-copy {
  position: absolute;
  left: 15.5%;
  top: auto;
  bottom: 0%;
  display: block;
  width: 0.5%;
}

.a-arbre3-copy-copy-copy {
  position: absolute;
  left: 13.5%;
  top: auto;
  bottom: 0%;
  display: block;
  width: 0.5599999999999999%;
}

.a-arbre3-copy-copy-copy-copy {
  position: absolute;
  left: 12.8%;
  top: auto;
  bottom: 0%;
  display: block;
  width: 0.5120000000000001%;
}

.bosquets1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.bosquets2 {
  position: absolute;
  left: 12%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.bosquets3 {
  position: absolute;
  left: 28%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.bosquets3-copy {
  position: absolute;
  left: 76%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.bosquets3-copy-copy {
  position: absolute;
  left: 64%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.bosquets3-copy2 {
  position: absolute;
  left: 43%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.modal-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: rgba(5, 0, 56, 0.35);
  text-align: center;
}

.modal-flex {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 908px;
  max-width: 100%;
  margin: 64px auto 100px;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
}

.icon-close {
  display: block;
  width: 24px;
  height: 24px;
  margin: 24px;
  padding-left: 0px;
  float: right;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pop-in-heading {
  display: inline-block;
  width: 75%;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.pop-in-paragraphe {
  position: static;
  display: inline-block;
  max-width: 688px;
  margin-top: 0px;
  margin-bottom: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 1.4em;
  text-align: left;
}

.pop-in-lightbox-link {
  width: 100%;
  margin-bottom: 40px;
  color: #050038;
  text-decoration: none;
}

.pop-in-image {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
  background-color: #fff;
}

.pop-in-legend {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
}

.body {
  background-color: #b9b9b9;
}

.html-embed {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.side-button-source {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 16px;
  padding: 12px 16px 12px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px 40px 40px 0px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-transform 2000ms cubic-bezier(.075, .82, .165, 1);
  transition: -webkit-transform 2000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 2000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 2000ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 2000ms cubic-bezier(.075, .82, .165, 1);
  font-family: Montserrat, sans-serif;
  color: #050038;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.side-button-source:hover {
  background-color: #fff;
  -webkit-transform: translate(216px, 0px);
  -ms-transform: translate(216px, 0px);
  transform: translate(216px, 0px);
  color: #0067ee;
}

.source-btn-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.source-icon-embed {
  display: block;
  width: 56px;
  margin-left: 12px;
}

.container-nav {
  position: fixed;
  left: -213px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.panlycee {
  position: static;
  left: 0%;
  right: 0%;
  bottom: 95%;
  width: 100%;
  -webkit-transition: -webkit-transform 50ms ease;
  transition: -webkit-transform 50ms ease;
  transition: transform 50ms ease;
  transition: transform 50ms ease, -webkit-transform 50ms ease;
  cursor: pointer;
}

.panlycee:hover {
  -webkit-transform: scale(1.1) rotate(-3deg);
  -ms-transform: scale(1.1) rotate(-3deg);
  transform: scale(1.1) rotate(-3deg);
}

.pancollege {
  position: static;
  left: 0%;
  right: 0%;
  bottom: 59%;
  width: 100%;
  -webkit-transition: -webkit-transform 50ms ease;
  transition: -webkit-transform 50ms ease;
  transition: transform 50ms ease;
  transition: transform 50ms ease, -webkit-transform 50ms ease;
  cursor: pointer;
}

.pancollege:hover {
  -webkit-transform: scale(1.1) rotate(-3deg);
  -ms-transform: scale(1.1) rotate(-3deg);
  transform: scale(1.1) rotate(-3deg);
}

.panbois {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -57%;
  width: 27%;
}

.image-6 {
  display: block;
}

.aidenavwrapper {
  position: absolute;
  left: 10.5%;
  top: 31%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 300px;
  max-width: 50vw;
  opacity: 0;
}

.aidenavtext {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.aidenavdesktop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-display {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c1overlaygazcharbonfioul {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: auto;
}

.c1overlaygazcharbonfioul.overlayscreen {
  display: none;
}

.triptique-onethird-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 33.33%;
  max-width: 33.33%;
  padding: 2vw 2vw 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px 20px 0px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), color-stop(73%, hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5) 73%, hsla(0, 0%, 100%, 0));
}

.heading {
  font-family: 'Roboto Condensed', sans-serif;
  color: #050038;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  opacity: 0.64;
  font-family: 'Roboto Condensed', sans-serif;
  color: #050038;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.body-2 {
  font-family: Roboto, sans-serif;
  color: #050038;
}

.heading-3 {
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.bgheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ccontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-column-gap: 2vw;
  opacity: 1;
}

.info-rect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
}

.heading4-triptique {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.ctaorange-source {
  display: block;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ffa200;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1e1e21;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.ctaorange-source:hover {
  background-color: #ffc443;
}

.bgcontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ctagris-chaudiere {
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1e1e21;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
}

.info-text-icone-wrapper-card-distri {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-icone {
  width: 32px;
  margin: 10px;
}

.info-text-icone {
  margin-right: 30px;
  font-size: 11px;
  line-height: 12px;
  text-align: left;
}

.csubcontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 2vw;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
}

.info-rect-sub-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  padding: 0px 20px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  color: #050038;
  text-decoration: none;
}

.info-rect-sub-l:hover {
  background-color: #fff7e5;
}

.info-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icone-location {
  display: inline;
  margin-left: -2px;
}

.infolocation-texte {
  color: rgba(5, 0, 56, 0.64);
  font-size: 12px;
}

.icon-image {
  width: 56px;
  margin: 10px;
  border-radius: 8px;
}

.ensavoirplus-subcard {
  margin-bottom: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(5, 0, 56, 0.63);
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}

.info-rect-sub-content {
  text-align: left;
}

.info-rect-sub-titre {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: none;
}

.info-rect-sub-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  padding: 5px 20px 5px 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  color: #050038;
  text-decoration: none;
}

.info-rect-sub-r:hover {
  background-color: #fff7e5;
}

.icone-lien {
  width: 32px;
  margin: 10px;
}

.info-rect-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
}

.modalclose {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  cursor: pointer;
}

.fond-derriere-modale {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(30, 30, 33, 0.4);
  cursor: pointer;
}

.modales {
  display: block;
}

.c1-modal-energie {
  display: block;
}

.c1-modal-energie-copy {
  display: block;
}

.affche-cache-modale {
  display: none;
}

.affche-cache-modale.c1-modal-energie {
  display: none;
}

.affche-cache-modale.aef {
  display: block;
}

.fixedwrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.overlaytriptiques-wrapper {
  display: block;
  overflow: hidden;
  width: 100vw;
}

.bosquets3-copy-copy {
  position: absolute;
  left: -10.75%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.body-3 {
  background-color: #777;
}

.c2overlaybiomasse {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.c2overlaybiomasse.overlayscreen {
  display: none;
}

.c3overlayeau {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.c3overlayeau.overlayscreen {
  display: none;
}

.c4overlayuranium {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.c4overlayuranium.overlayscreen {
  display: none;
}

.c5overlaysoleil {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.c5overlaysoleil.overlayscreen {
  display: none;
}

.c6overlayvent {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.c6overlayvent.overlayscreen {
  display: none;
}

.c7overlaygeothermie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.c7overlaygeothermie.overlayscreen {
  display: none;
}

.modaltextwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 908px;
  max-width: 100%;
  margin: 64px auto 100px;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 16px;
  background-color: #fff;
}

.nv-lycee {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c2-modal-convertisseur {
  display: block;
}

.html-embed-video {
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  margin-bottom: 12px;
  padding-top: 56.25%;
}

.pop-in-subheading {
  display: inline-block;
  width: 100%;
  max-width: 688px;
  margin-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

.pop-in-inline-image {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 12px;
  background-color: #ccc;
  -o-object-fit: cover;
  object-fit: cover;
}

.pop-in-inline-image.table {
  width: 70%;
}

.card-chiffres-distri {
  width: 100%;
  padding: 32px 32px 40px;
  border-radius: 8px;
  background-color: #f5f3ff;
}

.heading-5 {
  padding: 32px;
}

.heading-card-distri {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
}

.info-text-card-distri {
  font-size: 20px;
  line-height: 1.4em;
  text-align: left;
}

.info-icone-card-distri {
  width: 56px;
  margin: 10px 16px 10px 0px;
}

.surtitre-en-chiffres {
  font-family: 'Roboto Condensed', sans-serif;
  color: #414b59;
  font-size: 17px;
}

.chips-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: rgba(5, 0, 56, 0.24);
  text-align: left;
}

.text-block-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 16px;
}

.html-embed-2 {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.ctaorange-convertisseur {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50px;
  background-color: #ffa200;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1e1e21;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.modaletabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ctaorange-distribution {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50px;
  background-color: #ffa200;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1e1e21;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.ensavoirplus-desktop {
  display: block;
}

.ensavoirplus-mobile {
  display: none;
  font-size: 24px;
  text-transform: lowercase;
}

.ctaorange-source-aef {
  display: none;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  background-color: #ffa200;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1e1e21;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.info-rect-icons-desktop-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ctagris-turbine {
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 4px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1e1e21;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.ctaorange-source-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ffa200;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1e1e21;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.ctaorange-convertis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 10px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ffa200;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1e1e21;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.ctaorange-convertis:hover {
  background-color: #ffc443;
}

.ctaorange-distri {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ffa200;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1e1e21;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.ctaorange-distri:hover {
  background-color: #ffc443;
}

.ctaorange-alternateur {
  display: block;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ffa200;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1e1e21;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.ctaorange-alternateur:hover {
  background-color: #ffc443;
}

.niv-tab {
  border-radius: 48px;
  background-color: transparent;
  font-weight: 500;
}

.niv-tab:hover {
  color: #3a337f;
}

.niv-tab.w--current {
  background-color: #ffa200;
}

.tabs-menu {
  position: fixed;
  left: auto;
  top: auto;
  right: 24px;
  bottom: 24px;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 48px;
  background-color: #e7e9f1;
  box-shadow: 1px 1px 3px 0 #859ba0;
}

.centralebiomasse {
  position: absolute;
  left: 0%;
  right: 0px;
  bottom: 0%;
  width: 100%;
}

.centralehydro {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
}

.centralehydromaison {
  position: absolute;
  left: 19%;
  bottom: -11%;
  width: 78.3%;
}

.centralegazcharbonfioul {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
}

.centraleetmaisuranium {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
}

.centraleetmaisonsoleil {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
}

.centraleetmaisongeothermie {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
}

.a-arbre3-copy2 {
  position: absolute;
  left: 19.8%;
  top: auto;
  bottom: 0%;
  display: block;
  width: 0.6%;
}

.a-arbre3-copy-copy-copy-copy-copy2 {
  position: absolute;
  left: 13.8%;
  top: auto;
  bottom: 0%;
  width: 0.65%;
}

.a-arbre3-copy-copy-copy-copy2 {
  position: absolute;
  left: 14.2%;
  top: auto;
  bottom: 0%;
  width: 0.45%;
}

.a-arbre-copy4 {
  position: absolute;
  left: 17.05%;
  top: auto;
  bottom: 0%;
  display: block;
  width: 0.6%;
}

.a-arbre3-copy-copy6 {
  position: absolute;
  left: 18.8%;
  top: auto;
  bottom: 0%;
  width: 0.6%;
}

.a-arbre3-copy-copy-copy-copy-copy8 {
  position: absolute;
  left: 9.8%;
  top: auto;
  bottom: 0%;
  width: 0.68%;
}

.c3-modal-source {
  display: block;
}

.c4-modal-convertisseur {
  display: block;
}

.affiche-cache-overlayalternateur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.affiche-cache-overlayalternateur.overlayscreen {
  display: none;
}

.alt-bloc-xp {
  display: block;
  width: 100%;
  border-radius: 8px;
  background-color: #f7f7f7;
}

.xp-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider {
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
}

.image-7 {
  width: 80px;
  height: 80px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-6 {
  display: block;
  margin-left: 16px;
}

.xp-svg {
  display: block;
  width: 90%;
  margin: 48px auto 56px;
  -o-object-fit: fill;
  object-fit: fill;
}

.niveauselectwrapper {
  position: fixed;
  left: auto;
  top: 20px;
  right: 30px;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 162px;
  height: 38px;
  padding: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 4px;
  border-radius: 100px;
  background-color: #e7e9f1;
  box-shadow: 1px 1px 3px 0 #859ba0;
  color: #1e1e21;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.buttonnivcollege {
  position: relative;
  border-radius: 50px;
  cursor: pointer;
}

.buttonnivlycee {
  position: relative;
  border-radius: 50px;
  background-color: transparent;
  cursor: pointer;
}

.niv-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.niv-lyc {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.displayswitchniveau {
  display: none;
}

.switchon-lyc {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 9px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ffa200;
}

.switchbglyc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.switchon-coll {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ffa200;
}

.image-8 {
  width: 100%;
}

.image-9 {
  width: 100%;
}

.image-10 {
  width: 100%;
}

.terrefullw {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -168px;
  width: 100%;
}

.montagnes {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -153px;
  width: 100%;
}

.overlaytopdownwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sep {
  display: none;
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background-color: rgba(5, 0, 56, 0.3);
}

.text-block-3 {
  padding: 5px 20px;
}

.image-11 {
  display: none;
}

.imgterrecentralemaison {
  width: 100.2%;
  max-width: none;
}

.image-12 {
  width: 100%;
}

.bosquets3-copy {
  position: absolute;
  left: 31.7%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.bosquets3-copy-copy-2 {
  position: absolute;
  left: 70%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.a-arbre3-copy-copy-copy-copy-copy {
  position: absolute;
  left: 11.2%;
  top: auto;
  bottom: 0%;
  width: 0.75%;
}

.a-arbre2-copy-copy5 {
  position: absolute;
  left: 40%;
  top: auto;
  bottom: 0%;
  display: block;
  width: 0.45%;
}

.a-arbre2-copy-copy5b {
  position: absolute;
  left: 38.5%;
  top: auto;
  bottom: 0%;
  display: block;
  width: 0.48%;
}

.a-arbre3-copy-copy-copy-copy5b {
  position: absolute;
  left: 11.85%;
  top: auto;
  bottom: 0%;
  width: 0.5%;
}

.buttonswitch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 30px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
}

.hovercollege {
  position: absolute;
  left: 4px;
  bottom: 4px;
  display: block;
  width: 75px;
  height: 30px;
  border-radius: 30px;
}

.hovercollege:hover {
  background-color: #ddd5c8;
}

.hoverlycee {
  position: absolute;
  left: 82px;
  bottom: 4px;
  width: 75px;
  height: 30px;
  border-radius: 30px;
  background-color: rgba(128, 103, 103, 0);
}

.hoverlycee:hover {
  background-color: #ddd5c8;
}

.switchbg {
  position: absolute;
  left: 4px;
  bottom: 4px;
  z-index: -1;
  width: 75px;
  height: 30px;
  border-radius: 30px;
  background-color: #ffa200;
}

.hoverlyc {
  display: none;
  width: 75px;
  height: 30px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
}

.hovercol {
  position: absolute;
  right: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 30px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
}

.onlyc {
  position: absolute;
  left: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 30px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  color: #050038;
  cursor: default;
}

.oncol {
  position: absolute;
  right: 4px;
  display: none;
  width: 75px;
  height: 30px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  color: #050038;
  cursor: default;
}

.soleil {
  position: absolute;
  left: 27%;
  top: 7%;
  right: auto;
  bottom: auto;
  width: 7%;
}

.menuicon {
  width: 32px;
  margin-left: 16px;
}

.navitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-transform 2000ms cubic-bezier(.075, .82, .165, 1);
  transition: -webkit-transform 2000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 2000ms cubic-bezier(.075, .82, .165, 1);
  transition: transform 2000ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 2000ms cubic-bezier(.075, .82, .165, 1);
  cursor: pointer;
}

.navitem:hover {
  -webkit-transform: translate(75%, 0px);
  -ms-transform: translate(75%, 0px);
  transform: translate(75%, 0px);
}

.navitemwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 12px 16px 12px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menutitlewrapper {
  display: none;
}

.menuclose {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  cursor: pointer;
}

.icon-close-menu {
  display: block;
  width: 24px;
  height: 24px;
  margin: 24px;
  padding-left: 0px;
  float: right;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.burgermenu {
  display: none;
  opacity: 0;
}

.graphimage {
  height: 100%;
  max-width: none;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10000;
  width: 40px;
  height: 40px;
  background-color: #fff;
}

.div-block-3-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  width: 40px;
  height: 40px;
  background-color: #fff;
}

.graph-wrapper {
  height: 100vh;
}

.slidergraph {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.maskgraph {
  overflow: visible;
  width: 25%;
  height: 100%;
}

.slidegraph {
  width: 100%;
  height: 100%;
}

.graphbullets {
  display: none;
}

.right-arrow {
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 1px 13px 0 rgba(5, 0, 56, 0.47);
  color: #050038;
  font-size: 24px;
  line-height: 24px;
}

.grapheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grapheadernav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.graphtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.displayswitchgraphrepr {
  display: block;
}

.switchbggraphrepr {
  position: absolute;
  left: 4px;
  bottom: 4px;
  z-index: -1;
  width: 120px;
  height: 30px;
  border-radius: 30px;
  background-color: #0067ee;
}

.displaygraphs {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.graphsopacity {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.overlaysgraphswrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btnretour {
  position: absolute;
  left: 30px;
  top: 20px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  padding: 8px 20px 8px 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #050038;
  border-radius: 50px;
  cursor: pointer;
}

.btnretour:hover {
  opacity: 0.6;
}

.displayswitchgraph {
  position: absolute;
  left: auto;
  top: 20px;
  right: 30px;
  bottom: auto;
  z-index: 10000;
  display: none;
  width: 250px;
  height: 38px;
  padding: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 4px;
  border-radius: 100px;
  background-color: #e7e9f1;
  box-shadow: 1px 1px 3px 0 #859ba0;
  color: #1e1e21;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.left-arrow {
  left: 20px;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 1px 13px 0 rgba(5, 0, 56, 0.47);
  color: #050038;
  font-size: 24px;
  line-height: 24px;
}

.left-arrowgraph {
  left: 20px;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  background-color: #0067ee;
  box-shadow: 0 3px 5px 0 rgba(5, 0, 56, 0.38);
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.left-arrowgraph:hover {
  background-color: #7891b1;
}

.right-arrowgraph {
  right: 20px;
  width: 48px;
  height: 48px;
  margin-bottom: auto;
  border-radius: 40px;
  background-color: #0067ee;
  box-shadow: 0 3px 5px 0 rgba(5, 0, 56, 0.38);
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.right-arrowgraph:hover {
  background-color: #7891b1;
}

.graphsi {
  display: none;
  height: 100%;
}

.displaygraphpcsliderwrapper {
  display: none;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0;
}

.displaygraphsisliderwrapperopacity {
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0;
}

.hoversi {
  display: none;
  width: 100px;
  height: 30px;
  margin-left: 11px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
}

.hoverpc {
  position: absolute;
  right: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 30px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
}

.onsi {
  position: absolute;
  left: 14px;
  top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 30px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  color: #050038;
  text-align: center;
  cursor: default;
}

.onpc {
  position: absolute;
  top: 4px;
  right: 14px;
  display: none;
  width: 100px;
  height: 30px;
  padding: 5px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  color: #050038;
  cursor: default;
}

.switchtextpcwhite {
  color: #fff;
}

.displaychaineenergetique {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: rgba(190, 235, 255, 0.87);
}

.btntxt {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.titre-graph {
  margin-left: 40px;
  padding-right: 40px;
  line-height: 24px;
  text-align: center;
}

.modale-alternateur-wrapper {
  display: block;
}

.modale-alternateur-wrapper.c1-modal-energie {
  display: none;
}

.modale-alternateur-wrapper.aef {
  display: block;
}

.alternateur-modalclose {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  cursor: pointer;
}

.css {
  display: none;
}

.lightbox-link {
  width: 100%;
  margin-bottom: 40px;
}

.logos {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 10000;
  display: inline-block;
  width: 30%;
  padding: 10px 20px 10px 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  background-color: #fff;
}

.intrologosgrid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-14 {
  padding: 5px;
}

.titre {
  position: absolute;
  top: 12vh;
  width: 50%;
}

.heading-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}

.introwrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-row-gap: 15px;
}

.titre-graph-pc {
  display: none;
  margin-left: 40px;
  padding-right: 40px;
  line-height: 24px;
  text-align: center;
}

.bgterre {
  display: none;
  width: 100%;
}

.imgterrecentralemaisonbg {
  display: none;
  width: 100.2%;
  max-width: none;
}

@media screen and (min-width: 1280px) {
  .container-nav {
    left: -241px;
  }

  .modales {
    display: block;
  }

  .terrefullw {
    bottom: -197px;
  }

  .montagnes {
    bottom: -178px;
  }

  .imgterrecentralemaison {
    width: 100.2%;
    max-width: none;
  }

  .navitem {
    width: 300px;
  }

  .navitem:hover {
    background-color: #e7ecee;
  }

  .logos {
    width: 30%;
  }

  .heading-7 {
    font-size: 40px;
  }

  .imgterrecentralemaisonbg {
    width: 100.2%;
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  .navigation {
    font-size: 16px;
    line-height: 16px;
  }

  .info-text-icone {
    font-size: 12px;
    line-height: 13px;
  }

  .terrefullw {
    bottom: -222px;
  }

  .montagnes {
    bottom: -200px;
  }

  .menuicon {
    width: 40px;
  }

  .maskgraph {
    width: 20%;
  }

  .titre-graph {
    font-size: 32px;
    line-height: 32px;
  }

  .titre-graph-pc {
    font-size: 32px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .source-btn-txt {
    font-size: 18px;
    line-height: 18px;
  }

  .container-nav {
    left: -285px;
  }

  .panlycee {
    bottom: 43%;
  }

  .info-icone {
    width: 40px;
    height: 40px;
    margin: 10px;
  }

  .info-text-icone {
    font-size: 14px;
    line-height: 15px;
  }

  .info-text-card-distri {
    font-size: 14px;
    line-height: 16px;
  }

  .info-icone-card-distri {
    width: 64px;
    height: 64px;
    margin: 10px;
  }

  .terrefullw {
    bottom: -287px;
  }

  .montagnes {
    bottom: -258px;
  }

  .imgterrecentralemaison {
    width: 100%;
  }

  .menuicon {
    width: 48px;
  }

  .navitem {
    width: 360px;
  }

  .maskgraph {
    width: 15%;
  }

  .heading-7 {
    font-size: 60px;
  }

  .imgterrecentralemaisonbg {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .panneau-wrapper {
    bottom: 0%;
    width: 0.6%;
    height: 60%;
  }

  .navigation {
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .source-btn-txt {
    font-size: 12px;
    text-align: right;
  }

  .container-nav {
    left: -250px;
    z-index: 10000;
    overflow: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0px 20px 20px 0px;
    background-color: #fff;
    opacity: 0;
  }

  .panlycee {
    bottom: 61%;
  }

  .pancollege {
    bottom: 32%;
  }

  .aidenavwrapper {
    left: 10.5%;
    top: -2%;
    right: auto;
    bottom: auto;
    z-index: 10000;
    display: none;
    opacity: 0;
  }

  .menu-display {
    display: none;
  }

  .triptique-onethird-bg {
    border-radius: 10px;
  }

  .heading-2 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 18px;
  }

  .heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .info-rect {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 0px 20px;
    background-color: transparent;
  }

  .heading4-triptique {
    display: none;
    font-size: 20px;
  }

  .ctaorange-source {
    font-size: 11px;
    line-height: 11px;
  }

  .bgcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ctagris-chaudiere {
    font-size: 11px;
    line-height: 11px;
  }

  .div-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .info-text-icone-wrapper-card-distri {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-text-icone {
    text-align: center;
  }

  .csubcontentwrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .info-rect-sub-l {
    padding-right: 20px;
  }

  .info-location {
    display: none;
    margin-top: 2px;
  }

  .infolocation-texte {
    font-size: 12px;
  }

  .icon-image {
    width: 32px;
  }

  .ensavoirplus-subcard {
    display: none;
    margin-bottom: 2px;
    font-size: 10px;
  }

  .info-rect-sub-titre {
    font-size: 12px;
    line-height: 12px;
  }

  .info-rect-icons {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .c7overlaygeothermie {
    display: none;
  }

  .info-text-card-distri {
    text-align: center;
  }

  .ctaorange-convertisseur {
    margin-top: 10px;
    font-size: 12px;
  }

  .ctaorange-distribution {
    font-size: 12px;
  }

  .ctaorange-source-aef {
    font-size: 12px;
  }

  .info-rect-icons-desktop-content {
    display: none;
  }

  .ctagris-turbine {
    font-size: 11px;
    line-height: 11px;
  }

  .ctaorange-source-copy {
    font-size: 12px;
  }

  .ctaorange-convertis {
    font-size: 11px;
    line-height: 11px;
  }

  .ctaorange-distri {
    font-size: 11px;
    line-height: 11px;
  }

  .ctaorange-alternateur {
    font-size: 11px;
    line-height: 11px;
  }

  .centralegazcharbonfioul {
    bottom: 12%;
  }

  .terrefullw {
    bottom: -115px;
  }

  .montagnes {
    bottom: -100px;
  }

  .overlaytopdownwrapper {
    padding-bottom: 4vw;
  }

  .menuicon {
    width: 28px;
    margin-left: 12px;
  }

  .navitem {
    width: 250px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .navitem:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .navitemwrapper {
    padding-top: 4px;
    padding-right: 24px;
    padding-bottom: 4px;
  }

  .menutitlewrapper {
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menutitle {
    padding-bottom: 2px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
  }

  .menuclose {
    position: static;
    margin-left: 12px;
  }

  .icon-close-menu {
    width: 16px;
    height: 16px;
    margin: 12px;
  }

  .burgermenu {
    position: fixed;
    left: 8px;
    top: 8px;
    right: auto;
    bottom: auto;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    cursor: pointer;
  }

  .image-13 {
    width: 32px;
  }

  .maskgraph {
    width: 50%;
  }

  .titre-graph {
    font-size: 16px;
    line-height: 16px;
  }

  .logos {
    right: auto;
    width: 40%;
  }

  .heading-7 {
    font-size: 24px;
  }

  .wrapper-buttons {
    grid-row-gap: 10px;
  }

  .titre-graph-pc {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .panneau-wrapper {
    height: 60%;
  }

  .pop-in-heading {
    font-size: 32px;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .heading-3 {
    font-size: 14px;
  }

  .ccontentwrapper {
    margin-top: 4vw;
  }

  .ctaorange-source {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .ctagris-chaudiere {
    margin-top: 10px;
  }

  .info-rect-sub-l {
    max-width: 50%;
  }

  .info-rect-sub-titre {
    font-size: 11px;
    line-height: 13px;
  }

  .info-rect-sub-r {
    max-width: 50%;
  }

  .icone-lien {
    width: 24px;
  }

  .pop-in-subheading {
    font-size: 32px;
  }

  .pop-in-inline-image.table {
    width: 100%;
  }

  .ensavoirplus-desktop {
    display: none;
  }

  .ensavoirplus-mobile {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: lowercase;
  }

  .ctagris-turbine {
    margin-top: 10px;
  }

  .ctaorange-source-copy {
    width: 48px;
    height: 48px;
  }

  .ctaorange-convertis {
    width: 32px;
    height: 32px;
    margin: 0px;
    padding: 0px;
  }

  .ctaorange-distri {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .ctaorange-alternateur {
    margin-top: 10px;
  }

  .terrefullw {
    bottom: -88px;
  }

  .montagnes {
    bottom: -83px;
  }

  .overlaytopdownwrapper {
    padding-bottom: 6vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menuicon {
    width: 24px;
  }

  .maskgraph {
    width: 25%;
  }

  .titre-graph {
    font-size: 14px;
    line-height: 14px;
  }

  .logos {
    right: auto;
    width: 50%;
  }

  .titre {
    top: 8vh;
  }

  .heading-7 {
    font-size: 24px;
  }

  .titre-graph-pc {
    font-size: 14px;
    line-height: 14px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .panneau-wrapper {
    left: 0.5%;
    width: 1.5%;
    height: 70%;
    padding-bottom: 1.3%;
  }

  .a_premierplanx40 {
    z-index: 2;
  }

  .modal-flex {
    padding-right: 24px;
    padding-left: 24px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .pop-in-heading {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .panlycee {
    bottom: 73%;
  }

  .aidenavwrapper {
    top: 0.5%;
  }

  .menu-display {
    display: none;
  }

  .triptique-onethird-bg {
    padding-top: 4vw;
  }

  .heading-2 {
    font-size: 12px;
    line-height: 12px;
  }

  .heading-3 {
    font-size: 10px;
    font-weight: 400;
  }

  .bgheader {
    min-height: 75px;
  }

  .ccontentwrapper {
    margin-top: 6vw;
  }

  .ctagris-chaudiere {
    margin-top: 5px;
    font-size: 10px;
    line-height: 10px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .csubcontentwrapper {
    left: 2vh;
    right: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .info-rect-sub-l {
    width: 80%;
    max-width: none;
    border-radius: 8px;
  }

  .icon-image {
    width: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
  }

  .info-rect-sub-titre {
    font-size: 10px;
  }

  .info-rect-sub-r {
    width: 80%;
    max-width: none;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 8px;
  }

  .icone-lien {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .modaltextwrapper {
    padding-right: 24px;
    padding-left: 24px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .modal {
    padding-right: 24px;
    padding-left: 24px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .nv-lycee {
    padding-right: 24px;
    padding-left: 24px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .pop-in-subheading {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .ctagris-turbine {
    margin-top: 5px;
    font-size: 10px;
    line-height: 10px;
  }

  .ctaorange-alternateur {
    margin-top: 5px;
    font-size: 10px;
    line-height: 10px;
  }

  .terrefullw {
    bottom: -10px;
  }

  .montagnes {
    bottom: 73px;
  }

  .overlaytopdownwrapper {
    padding-bottom: 12vw;
  }

  .imgterrecentralemaison {
    position: relative;
    z-index: 1;
  }

  .maskgraph {
    width: 80%;
  }

  .graphsopacity {
    height: 90%;
    margin-top: 30px;
  }

  .btnretour {
    left: 8px;
    top: 8px;
  }

  .displayswitchgraph {
    left: 8px;
    top: 59px;
    right: auto;
  }

  .logos {
    bottom: 150px;
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .titre {
    top: 8vh;
    width: 70%;
  }

  .heading-7 {
    font-size: 20px;
  }

  .bgterre {
    display: block;
    height: 40px;
  }

  .imgterrecentralemaisonbg {
    position: absolute;
    left: 0%;
    top: 52%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
  }
}

