:root {
  --blue: #004061;
}

body {
  background-color: #2d3c52;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page-wrap {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 100px 60px;
  display: flex;
}

.logos-wrap {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 100px;
  display: flex;
}

.logo {
  max-width: 20%;
  max-height: 120px;
  margin-left: 20px;
  margin-right: 20px;
}

.logo._4 {
  max-width: 15%;
  max-height: 120px;
}

.logo.negative5 {
  margin-bottom: -8px;
}

.main-logo {
  max-width: 30vw;
  margin-top: 40px;
  margin-bottom: 40px;
}

.main-heading {
  text-transform: none;
  border-bottom: 1px solid #ffffff40;
  margin-bottom: 100px;
  padding-bottom: 10px;
  font-family: Readex Pro, sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 3vw;
}

.bottom-text {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.body {
  background-color: var(--blue);
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
}

.minilink {
  color: #ffffffbf;
  text-decoration: none;
}

.minilink:hover {
  text-decoration: underline;
}

.container-2 {
  z-index: 1;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.politique {
  text-align: left;
}

.section {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 60px;
  display: flex;
}

.bottom-politique {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Readex Pro, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}

.full-page-section {
  color: var(--blue);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 85vh;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.full-page-section.grey {
  background-color: #eee;
}

.section-bg {
  background-color: #eee;
  width: 55%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section-bg.right {
  inset: 0% 0% 0% auto;
}

.section-bg.right._1 {
  background-image: url('../images/Background2.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-bg.right._2 {
  background-image: url('../images/Background1.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-bg.right.less {
  background-color: #fff;
  background-image: linear-gradient(90deg, #fff 50%, #eee 50%);
}

.section-bg.right._3 {
  background-image: url('../images/Slide1.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-bg._45 {
  width: 45%;
}

.container {
  z-index: 1;
  width: 85%;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._3-2-col-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-card {
  background-color: #fff;
  max-width: 70%;
  padding: 40px;
}

.content-card.full {
  max-width: none;
  padding-left: 60px;
}

.content-card.half {
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  max-width: 40%;
  display: flex;
}

.content-card.no-padding-mobile {
  max-width: none;
  padding-left: 60px;
}

.section-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.9vw;
  font-weight: 600;
  line-height: 2.75vw;
}

.section-title.tag {
  color: #fff;
  background-color: #004061;
  border-radius: 25px;
  margin-bottom: 15px;
  padding: 5px 20px;
  font-size: 1.5vw;
  display: inline-block;
}

._2-3-col-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-item {
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 2vw;
}

.table {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2px;
  display: grid;
}

.cell {
  align-items: center;
  padding: 10px;
  display: flex;
}

.cell.sub {
  background-color: #f7f7f7;
}

.cell.blue {
  background-color: var(--blue);
  color: #fff;
}

.center-cell {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.center-cell.sub {
  background-color: #f7f7f7;
}

.center-cell.blue {
  background-color: var(--blue);
  color: #fff;
}

._2-col-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.flex-vert {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thumbnail-wrap {
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.curtain-img-wrap {
  aspect-ratio: 3 / 2;
  justify-content: center;
  align-items: center;
  max-width: 30vw;
  max-height: 25vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.curtain-block {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.thumbnail-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 2vw;
}

.company-logo {
  max-height: 280px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  justify-content: center;
  display: flex;
}

.img-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 45%;
  display: grid;
}

.img-desc {
  color: #fff;
  font-size: .75vw;
  line-height: 1.25vw;
  position: absolute;
  inset: auto auto 6px 10px;
}

.full-img {
  width: 100%;
}

.separator {
  background-color: #666;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.grouplogo {
  max-width: 450px;
}

.table-img {
  width: 100%;
}

.table-wrap, .hiddendesktop {
  display: none;
}

.hiddenmobile {
  max-width: 90%;
}

.underimage {
  color: #00a44c;
  text-align: center;
  margin-top: 30px;
  font-size: 1.25vw;
  font-weight: 700;
  text-decoration: none;
}

.lightbox {
  text-decoration: none;
  transition: transform .5s;
}

.lightbox:hover {
  transform: scale(1.025);
}

.button {
  color: var(--blue);
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  margin-bottom: 10px;
  padding: 15px 20px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .5s;
}

.button:hover {
  color: #fff;
  background-color: #fff0;
}

@media screen and (max-width: 991px) {
  .page-wrap {
    height: auto;
  }

  .logos-wrap {
    margin-bottom: 40px;
  }

  .logos-wrap.no-margin {
    margin-bottom: 0;
  }

  .logo {
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-logo {
    max-width: 100%;
  }

  .main-heading {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 36px;
  }

  .bottom-text {
    font-size: 24px;
  }

  .body {
    font-size: 14px;
    line-height: 24px;
  }

  .section {
    height: auto;
  }

  .bottom-politique {
    font-size: 24px;
  }

  .full-page-section {
    height: auto;
  }

  .section-bg {
    width: 100%;
    inset: 0%;
  }

  ._3-2-col-grid {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .content-card {
    max-width: 100%;
    padding: 20px;
  }

  .content-card.full {
    padding-left: 20px;
  }

  .content-card.half {
    max-width: 100%;
  }

  .content-card.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title {
    font-size: 20px;
    line-height: 28px;
  }

  ._2-3-col-grid {
    flex-flow: column;
  }

  .subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .table {
    grid-template-columns: 200px 1fr 1fr 1fr 1fr 1fr;
  }

  .cell {
    font-size: 1.25vw;
  }

  .cell.sub {
    line-height: 1.75vw;
  }

  .center-cell {
    font-size: 1.25vw;
    line-height: 1.75vw;
  }

  .flex-vert {
    align-items: stretch;
  }

  .curtain-img-wrap {
    max-width: none;
    max-height: none;
  }

  .project-image {
    width: 100%;
  }

  .thumbnail-title {
    font-size: 14px;
    line-height: 24px;
  }

  .img-grid {
    max-width: none;
  }

  .img-desc {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logos-wrap {
    flex-flow: wrap;
    justify-content: space-around;
  }

  .logo {
    max-width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .main-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-page-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._3-col-grid {
    flex-flow: column;
    display: flex;
  }

  .curtain-img-wrap {
    flex: 1;
    width: 100%;
    height: 360px;
  }

  .thumbnail-title {
    order: 1;
  }

  .img-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .page-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logos-wrap {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .logo, .logo.negative5 {
    max-width: 40%;
  }

  .main-logo {
    max-width: 75%;
    margin-bottom: 20px;
  }

  .main-heading {
    width: 300px;
  }

  .minilink {
    font-size: 14px;
  }

  .container-2 {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-bg.right._2 {
    background-image: linear-gradient(#fff, #fff0 32%), url('../images/Background1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section-title.tag {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .curtain-img-wrap {
    height: 240px;
    display: flex;
  }

  .company-logo {
    margin-bottom: 0;
  }

  .grouplogo {
    flex: 0 auto;
    display: none;
  }

  .hiddendesktop {
    display: block;
  }

  .hiddenmobile {
    display: none;
  }

  .underimage {
    font-size: 14px;
  }

  .button {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-_871f15aa-4810-4ba1-01a1-6ef8686c64ff-789027f7 {
  justify-self: end;
}

#w-node-ce726698-ce12-7082-991c-29e60ae8bcbc-789027f7 {
  align-self: center;
}

#w-node-b3bca2cb-203b-0bf8-9ad1-60adf29e208e-789027f7 {
  place-self: center;
}

#w-node-_4f1ab143-2454-d929-3c77-c03183043433-789027f7, #w-node-_564f6942-434f-de8c-5480-4599b2eddfb2-789027f7, #w-node-_5300d722-73d3-6121-eb37-5bc13b61c7e4-789027f7, #w-node-_40c34a90-39fe-34e2-ee8e-51c04742cdbb-789027f7 {
  justify-self: center;
}

#w-node-dc07892c-44fe-69c2-8af7-8e2a902f5df8-789027f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


