body {
  background-color: #f5f4fb;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: normal;
  font-weight: 100;
  src: url('TheSansVeolia-W2ExLig.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: italic;
  font-weight: 100;
  src: url('TheSansVeolia-W2ExLigIT.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: normal;
  font-weight: 200;
  src: url('TheSansVeolia-W3Lig.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: italic;
  font-weight: 200;
  src: url('TheSansVeolia-W3LigIT.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: normal;
  font-weight: 300;
  src: url('TheSansVeolia-W4SeLig.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: italic;
  font-weight: 300;
  src: url('TheSansVeolia-W4SeLigIT.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: normal;
  font-weight: 400;
  src: url('TheSansVeolia-W5Pla.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: italic;
  font-weight: 400;
  src: url('TheSansVeolia-W5PlaIT.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: normal;
  font-weight: 500;
  src: url('TheSansVeolia-W6SeBld.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: italic;
  font-weight: 500;
  src: url('TheSansVeolia-W6SeBldIT.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: normal;
  font-weight: 600;
  src: url('TheSansVeolia-W7Bld.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: italic;
  font-weight: 600;
  src: url('TheSansVeolia-W7BldIT.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: normal;
  font-weight: 700;
  src: url('TheSansVeolia-W8ExBld.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: italic;
  font-weight: 700;
  src: url('TheSansVeolia-W8ExBldIT.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: normal;
  font-weight: 800;
  src: url('TheSansVeolia-W9Blk.otf') format('opentype');
}

@font-face {
  font-family: 'TheSansVeolia';
  font-style: italic;
  font-weight: 800;
  src: url('TheSansVeolia-W9BlckIT.otf') format('opentype');
}


.top-div {
  background: #0062a9;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 4rem;
}

.middle-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom-div {
  background: #ffffff;
  width: 100%;
  display: flex;
  height: 3.75rem;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.logo-div {
	height: 2.5rem;
	margin-left: 2.25rem;
}

.worker-div {
	height: 12.5rem;
	margin-right: 3rem;
}

.logo {
  height: 100%;
  object-fit: cover;
}

.title-l {
	font: 400 16px/28px TheSansVeolia;
	font-size: 1.48rem;
	letter-spacing: normal;
	height: 1rem;
	margin-top: -0.4rem;
	white-space: nowrap ;
}

.default-text {
	font: 400 16px/28px TheSansVeolia;
	font-size: 0.88rem;
	color: #55555a;
}

@media only screen and (max-width: 600px) {
    .middle-div {
  		flex-direction: column;
    }
    .top-div {
    	  height: 3.5rem;
    }
    .logo-div {
    	height: 2.2rem;
    	margin-left: 2.1rem;
    }
    .worker-div {
    	height: 10.5rem;
    	margin-top: -1rem;
    	margin-left: 2rem;
    	margin-bottom: 3rem;
    }
    .title-l {
    	margin-top: 0rem;
    	font-size: 1.2rem;
    }
    .default-text {
    	font-size: 0.8rem;
    }

}

