@charset "UTF-8";

/* --------------------------------------
  Site Common
-------------------------------------- */
.site-container {
  /* min-height: 100vh; */
  padding-bottom: 290px;
}

/* .site-footer {
  position: absolute;
  bottom: 0;
}
 */

.site-footer_new {
    /* position: relative; */
    width: 100%;
    height: 260px;
    color: #595959;
    padding-top: 40px;
    background-color: #c1c6c9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

.site-footer_new a {
  color: #595959;
  text-decoration: none;
}


/* --------------------------------------
  Page Header
-------------------------------------- */
.page-header {
  background-image: url(../images/system-it_dev_header_img.jpg);
}

/* --------------------------------------
  Introduction
-------------------------------------- */
.page-intro {
  margin: 60px 0 0;
}

/* --------------------------------------
  Developments
-------------------------------------- */
.dev-record-unit {
  position: relative;
  width: 100%;
  height: 2200px;
}
.dev-record__heading {
  /* position: relative; */
  /* position: absolute; */
  /* display: inline-block; */
  margin-top: 80px;
  margin-bottom: 60px;
  padding-top: 35px;
  width: 100%;
  height: 70px;
  background: -moz-linear-gradient(left, rgba(61,131,201,0.7) 0%, rgba(0,22,85,0.7) 100%);
  background: -webkit-linear-gradient(left, rgba(61,131,201,0.7) 0%,rgba(0,22,85,0.7) 100%);
  background: linear-gradient(to right, rgba(61,131,201,0.7) 0%,rgba(0,22,85,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33d83c9', endColorstr='#b3001655',GradientType=1 );
  border-style: solid;
}
.dev-record__heading h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.dev-record__heading p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.3;
  border-top: solid 1px #ffffff;
  padding-top: 5px;
  width: 400px;
  text-align: center;
  margin: 0 auto;
}
/*
.dev-record__heading:first-of-type {
  top: 100px;
}
.dev-record__heading:last-of-type {
  top: 2100px;
}
*/
.dev-record__item {
  /* position: relative; */
  /* font-size: 16px; */
  font-size: 1.6rem;
  line-height: 2.6;
  /* text-align: right; */
  color: #666666;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
}
/*
.dev-record__item:first-of-type {
  top: 70px;
}
.dev-record__item:first-of-type p:not(:first-of-type) {
  margin-top: 40px;
}
.dev-record__item:nth-of-type(2) {
  text-align: left;
  top: 170px;
}
.dev-record__item:nth-of-type(3) {
  top: 270px;
}
.dev-record__item:nth-of-type(4) {
  text-align: left;
  top: 370px;
}
.dev-record__item:nth-of-type(5) {
  top: 640px;
}
*/
dl.dev-record__item {
	clear: both;
  overflow: hidden;
}
.dev-record__item dt {
  font-weight: 500;
  font-size: 1.8rem;
  color: #3d83c9;
}
/*
.dev-record__item dd.right {
	color: #666666;
	width: auto;
	float: right;
	text-align: left;
	clear: right;
}
*/
/*
.bg_top {
  position: absolute;
  z-index: -1;
  margin-top: 100px;
  width: 100%;
  height: 120px;
  background: -moz-linear-gradient(left, rgba(61,131,201,0.7) 0%, rgba(0,22,85,0.7) 100%);
  background: -webkit-linear-gradient(left, rgba(61,131,201,0.7) 0%,rgba(0,22,85,0.7) 100%);
  background: linear-gradient(to right, rgba(61,131,201,0.7) 0%,rgba(0,22,85,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33d83c9', endColorstr='#b3001655',GradientType=1 );
  border-color: #ffffff;
  border-style: solid;
  display: block;
}
.bg_top::before, .bg_bottom::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 100px 85vw;
    border-color: transparent #ffffff transparent transparent;
    display: block;
}
.bg_top::after, .bg_bottom::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 0px 85vw;
  border-color: transparent #ffffff transparent transparent;
  display: block;
}
.bg_middle {
  position: absolute;
  z-index: -1;
  top: 860px;
  right: 0;
  width: 75vw;
  height: 300px;
  background: -moz-linear-gradient(left, rgba(61,131,201,0.15) 0%, rgba(0,22,85,0.15) 100%);
  background: -webkit-linear-gradient(left, rgba(61,131,201,0.15) 0%,rgba(0,22,85,0.15) 100%);
  background: linear-gradient(to right, rgba(61,131,201,0.15) 0%,rgba(0,22,85,0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263d83c9', endColorstr='#26001655',GradientType=1 );
}
.bg_middle::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 75vw;
  border-color: transparent transparent transparent #ffffff;
  display: block;
}
.bg_middle::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 300px 0 0 75vw;
  border-color: transparent transparent transparent #ffffff;
  display: block;
}
.bg_bottom {
  position: absolute;
  z-index: -1;
  top: 1975px;
  left: 0;
  width: 100%;
  height: 120px;
  background: -moz-linear-gradient(left, rgba(61,131,201,0.6) 0%, rgba(0,22,85,0.6) 100%);
  background: -webkit-linear-gradient(left, rgba(61,131,201,0.6) 0%,rgba(0,22,85,0.6) 100%);
  background: linear-gradient(to right, rgba(61,131,201,0.6) 0%,rgba(0,22,85,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#993d83c9', endColorstr='#99001655',GradientType=1 );
  border-color: #ffffff;
  border-style: solid;
  display: block;
}
*/
.bleu-line {
  width: 116px;
  height: 4px;
  display: block;
  margin: 5px auto 0;
  background: rgb(61,131,201);
  background: -moz-linear-gradient(left, rgba(61,131,201,1) 0%, rgba(0,22,85,1) 100%);
  background: -webkit-linear-gradient(left, rgba(61,131,201,1) 0%,rgba(0,22,85,1) 100%);
  background: linear-gradient(to right, rgba(61,131,201,1) 0%,rgba(0,22,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d83c9', endColorstr='#001655',GradientType=1 );
}