.list.flex__col {
  padding-bottom: 130px;
}


.center-flex__col {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  margin-left: 40px;
  width: 35%;
}

@media (max-width:991px) {

  .center-flex__col {
    width: 45%;
  }
}

@media (max-width:767px) {
  .list__item a.gl-btn1 {
    margin-left: 20px !important;
  }

  .center-flex,
  .center-flex__col {
    margin-left: 20px;
  }
}

.listiteminfos.center-flex {
  margin-left: 45px;
  width: 35%;
  z-index: 1;
}

@media (max-width:767px) {
  .listiteminfos.center-flex {
    width: 50%;
  }

  .listiteminfos.center-flex {
    margin-left: 20px;
  }
}

.flex__col {
  flex-direction: column;
}


main {
  width: 100%;
  overflow: hidden;
}

.list__item {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
  border-bottom: 10px solid #ffffff;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

@media (max-width:767px) {
  .list__item {
    margin-left: 0px !important;
  }
}

.list__item:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 27%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width:575px) {
  .list__item:after {
    display: none;
  }
}

.list__item:first-child {
  border-top: 1px dashed #b4b4b4;
}

/* .list__item:nth-of-type(2n) {
  background-color: #cce5f4;
} */

.list__item__title,
.list__item__titleOutline {
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 50%;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 35%;
  text-align: center;
  transform: none !important;
  left: 42px;
  text-align: left;
  position: relative;
  top: inherit;
  margin-bottom: 25px;
}

.list__item__titleOutline {
  z-index: 3;
  color: #000;
  /* -webkit-text-stroke: 2px #000; */
  opacity: 0.3;
  display: none;
}

/* .list__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 700px;
  height: auto;
  object-fit: cover;
  z-index: 2;
} */
.list__item img {
  position: absolute;
  top: 0;
  right: 0;
  /* transform: none !important; */
  width: 100%;

  height: 100%;
  object-fit: cover;
  z-index: 2;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

ul.list__item__infos {
  width: 40%;
  justify-content: space-between;
  display: block;

}

.center-flex .accordion {
  width: 100%;
}

.center-flex .accordion .accordion-item .accordion-header {
  margin-bottom: 15px;
}

.center-flex .accordion .accordion-item .accordion-header .accordion-button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-weight: 600;
}

.center-flex .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #000;
}

.center-flex .accordion .accordion-item {
  border: none;
  background-color: transparent;
}

.center-flex .accordion .accordion-body {
  padding: 0;
}

.center-flex li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 10px 0;
  border-bottom: 1px solid #7d7d7d;
  padding-bottom: 10px;
  color: #000;
  display: flex;
}

.center-flex li span {
  width: 110px;
  flex-shrink: 0;
}

.center-flex li:last-child {
  margin-bottom: 0;
}

/* .list__item__infos li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
} */

.list__item__infos li:last-child {
  margin-bottom: 0;
}

.list__item__infos li span {
  color: #818181;
}

.list__item__type,
.list__item__project {
  position: absolute;
  top: 50%;
  font-size: 1vw;
  writing-mode: vertical-lr;
  text-orientation: upright;
  transform: translateY(-50%);
  color: #818181;
}

.list__item__type {
  left: 36px;
}

.list__item__project {
  right: 36px;
}

.gl-btn {
  position: absolute;
  width: 40px;
  height: 130px;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  writing-mode: vertical-lr;
  background: #000;
  color: #fff;
  padding: 8px 6px;
  text-align: center;
  z-index: 2;
  border: 3px solid #fff;
}

@media (max-width: 991px) {

  .list__item {
    height: auto;
    padding: 50px 0;
  }



  .list__item__title {
    font-size: 40px;
    line-height: 44px;
    width: 45%;
  }

  ul.list__item__infos {
    width: 50%;
  }

  .list.flex__col {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .list__item__title {
    width: 50%;
  }

  .list.flex__col {
    padding-bottom: 80px;
  }

  .list__item__title {
    font-size: 30px;
    line-height: 34px;
    left: 20px;
  }

  ul.list__item__infos {
    padding-left: 20px;
  }
}

@media (max-width:575px) {


  .list__item__title,
  ul.list__item__infos {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    left: 0;
  }

  .list__item__title {
    margin-bottom: 15px;
  }

  .listiteminfos.center-flex {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    z-index: 1;
  }

  .list__item img {
    position: relative;
    width: 100%;
    right: 0;
    margin-bottom: 25px;
  }

  .gl-btn {
    position: relative;
    left: inherit;
    right: inherit;
    margin: 0;
    writing-mode: unset;
    width: auto;
    height: auto;
    margin-left: 20px;
    padding: 10px 20px;
  }
}