.reveal .slides section {
  height: 100%;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  padding: 0; }

.slide-number {
  bottom: 2.65em !important;
  right: 2.3em !important;
  background-color: unset !important;
  color: #000 !important;
  font-size: large !important;
  width: 32px !important;
  text-align: center !important; }

.controls {
  z-index: 14 !important; }

ol {
  margin: 0 auto !important; }
  ol li {
    padding: 2px 0 !important; }

.imgIntegrated {
  border: none !important;
  box-shadow: unset !important;
  margin: unset !important;
  background: unset !important;
  max-height: 100% !important;
  max-width: 100% !important; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #E5EAED;
  height: 21%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 13; }
  .header h1 {
    margin-top: 3%;
    margin-left: 4%;
    font-size: 1em; }
  .header .littleLogoEnsi {
    height: 100%; }

.footer .bottomData {
  position: absolute;
  left: 0;
  bottom: calc(100vh * 25.0 / 1080.0);
  width: 100%;
  height: 8%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  background-color: #E5EAED;
  z-index: 13; }
  .footer .bottomData .leftText {
    margin-left: 5%;
    font-size: 17px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }

.footer .bottomBar {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 13; }

.home h1 {
  font-size: 1.5em; }

.home .bottomHome {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 1000; }

.home .logoEnsi {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 380px;
  width: 15%;
  z-index: 1000; }

.home .logoNx {
  position: absolute;
  top: 7%;
  left: 10px;
  max-width: 500px;
  width: 20%;
  z-index: 1000; }

.classicContent .line {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  .classicContent .line .growthElement {
    flex-grow: 1; }

.classicContent .growthGraph {
  max-width: 750px; }

.classicContent .calendarLine {
  width: 60%;
  margin: auto; }
  .classicContent .calendarLine .calendarElement {
    display: flex;
    flex-direction: column;
    text-align: center; }
    .classicContent .calendarLine .calendarElement .imageTeam {
      width: 80%;
      margin: auto !important; }

.classicContent .engineerLine {
  width: 60%;
  margin: auto; }
  .classicContent .engineerLine .engineerElement {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 25%; }
    .classicContent .engineerLine .engineerElement .imageEngineer {
      width: 80%;
      margin: auto !important; }

.classicContent .verticalCenter {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.classicContent .halfImg {
  height: 40%;
  width: auto; }

.classicContent .fullImg {
  height: 60%;
  width: auto; }

.classicContent .totalImgContainer {
  top: 0;
  position: absolute;
  height: calc(100% - (8% + (100vh * 25.0 / 1080.0)));
  width: 100%; }
  .classicContent .totalImgContainer .totalImg {
    height: 100%;
    width: auto;
    margin: auto; }

.classicContent .advantage {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #3DB39E; }
  .classicContent .advantage .imagePlus {
    height: 40px;
    padding: 5px; }

.classicContent .evolution {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .classicContent .evolution .imageEvolution {
    height: 40px;
    padding: 5px 5px 5px 15px; }

.classicContent .better {
  color: #91DC5A; }

.classicContent .stable {
  color: #FFDA44; }

.classicContent canvas {
  height: auto !important;
  max-width: 950px !important;
  margin: auto;
  padding-top: 35px !important; }

#teamTimeline {
  height: 450px; }
