.teng-section-ttl {
  color: #85754E;
  font-family: avenir;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;

  font-size: 3.2vw;
  line-height: 1.1em;
}

@media screen and (max-width : 992px) {
  .teng-section-ttl {
    font-size: 32px;
  }
}


#teng-header {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #000305;
}

#teng-header .container {
  width: 100%;
  padding-left: 10vw;
  padding-right: 6.66vw;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 1;
}

#teng-header .container .col-left {

  width: 50%;
  display: flex;
  align-items: center;
  padding-top: 5vh;
}

#teng-header .container .col-right {

  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 5.66vw;
}

#teng-header .container .col-right .content {
  width: 30vw;
  border-top: 1px solid #85754E;
  padding-top: 1vw;
}

#teng-header .title,
#teng-header .text {
  color: #FFF;
}

#teng-header .fond-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 7vw;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
  pointer-events: none;
}

#teng-header .fond-logo svg {
  width: 26.66vw;
  height: 26.66vw;
  z-index: 8;
}

#teng-header .teng-header__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 63.8vh;
}

#teng-header .teng-header__bg::after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 63.8vh;
  height: 101%;
  position: absolute;
  background: linear-gradient(180deg, #00030500 51%, #00030588 71%, #000305ff 96%);
}

#teng-header .teng-header__bg img {
  width: 100%;
  filter: contrast(101%);
}

@media screen and (max-width : 992px) {
  #teng-header .container .col-right p {
    font-size: 14px;
  }

  #teng-header .container {
    padding: 0 6.66vw;
  }
}

@media screen and (max-width : 768px) {
  #teng-header .container .fond-logo svg {
    width: 290px;
    height: 290px;
  }

  #teng-header .container .col-left h1 {
    font-size: 40px;
  }

  #teng-header .container .col-right .content {
    padding-top: 15px;
  }
}

@media screen and (max-width : 600px) {
  #teng-header {
    height: auto;
    padding: 150px 0;
  }

  #teng-header .container {
    flex-direction: column;
    z-index: 9;
  }

  #teng-header .container .col-left {
    width: 100%;
    height: 50%;
    z-index: 9;
  }

  #teng-header .container .col-right {
    width: 100%;
    height: 50%;
    z-index: 9;
  }

  #teng-header .container .col-right .content {
    width: 100%;
  }
}

@media screen and (max-width : 480px) {
  #teng-header .container .fond-logo svg {
    width: 90%;
    height: 90%;
  }
}



#teng-introduction {
  padding: 6.66vw 0 0;
  padding-top: 7.66vw;
  position: relative;
}

#teng-introduction .teng-section-ttl {
  padding: 0 10vw;
  margin-bottom: 40px;
}

#teng-introduction .container {
  padding: 0 10vw;
  display: flex;
  padding-bottom: 10vw;
}

#teng-introduction .container .col-left {
  width: 50%;
}

#teng-introduction .container .col-left .img-container {
  width: 100%;
  padding: 4vw 6vw;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

#teng-introduction .container .col-left .img-container::after {
  width: 100%;
  height: 23.33vw;
  bottom: 0;
  left: 0;
  background-color: #BEAD6A;
  content: "";
  position: absolute;
  z-index: -1;
}

#teng-introduction .container .col-left .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#teng-introduction .container .col-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 6.66vw;
}

#teng-introduction .container .col-right h2 {
  margin-bottom: 2.33vw;
}

#teng-introduction .container .col-right p:not(:first-child) {
  margin-top: 1.33vw;
}

#teng-introduction .teng-introduction__ttl {
  margin-bottom: 20px;
}

#teng-introduction .teng-introduction__txt,
#teng-introduction .teng-introduction__txt p {
  font-family: americane, sans-serif;
  font-size: 1.066vw;
  font-weight: 300;
  line-height: 1.38em;
}

#teng-introduction .teng-introduction__txt strong {
  font-weight: 300;
  color: #85754E;
}


@media screen and (max-width:992px) {
  #teng-introduction .teng-section-ttl {
    margin-bottom: 40px;
    padding: 0 6.66vw;
  }

  #teng-introduction {
    padding: 100px 0;
  }

  #teng-introduction .container .col-right p {
    font-size: 15px;
    width: 100%;
  }

  #teng-introduction .container .col-right h2 {
    font-size: 30px;
    max-width: 100%;
  }

  #teng-introduction .container .col-left {
    display: flex;
    align-items: center;
  }

  #teng-introduction .container {
    padding: 0 6.66vw;
  }
}

@media screen and (max-width:768px) {
  #teng-introduction .container {
    flex-direction: column;
    padding: 0 6.66vw;
  }
}

@media screen and (max-width:600px) {
  #teng-introduction .container .col-right h2 {
    font-size: 28px;
  }

  #teng-introduction {
    padding: 50px 0 100px;
  }

  #teng-introduction .container .col-left {
    width: 100%;
    margin-bottom: 50px;
  }

  #teng-introduction .container .col-right {
    width: 100%;
    padding: 0;
  }

  #teng-introduction .container .col-left .img-container {
    padding: 45px 60px;
  }

  #teng-introduction .container .col-left .img-container img {
    height: 90vw;
  }

  #teng-introduction .container .col-left .img-container::after {
    width: 100%;
    height: 40vw;
    bottom: 0;
    left: 0;
    background-color: #BEAD6A;
    content: "";
    position: absolute;
    z-index: -1;
  }

  #teng-introduction .container .col-right h2 {
    max-width: 100%;
    margin-bottom: 35px;
  }

  #teng-introduction .container .col-right p:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width:480px) {
  #tsf-presentation1 .container .col-left .img-container {
    padding: 25px 35px;
  }
}


#teng-chiffres {
  padding: 4.44vw 0;
  margin-top: -2px;
  background-size: cover;
  background-repeat: no-repeat;

}

#teng-chiffres .container {
  padding: 0 10vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

}

#teng-chiffres .container .infos {
  width: 50%;
  padding-top: 30px;
  padding-right: 40px;
}

#teng-chiffres .container .texte {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}

#teng-chiffres .container .chiffres {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
  border-top: #85754E 1px solid;
  padding-top: 30px;
}

#teng-chiffres .container .chiffres .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}

#teng-chiffres .container .chiffres .row:last-child {
  margin-bottom: 0px;
}

#teng-chiffres .container .chiffres .row .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 82%;
}

#teng-chiffres .container .chiffres .row .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 18%;
}

#teng-chiffres .container .chiffres .row .index {
  width: 30px;
  text-align: center;
  font-size: 16px;
}

#teng-chiffres .container .chiffres .row .bar {
  width: 20px;
  height: 1px;
  background-color: black;
  margin-left: 10px;
  margin-right: 10px;
}

#teng-chiffres .container .chiffres .row .label {
  width: 80%;
  max-width: 670px;
}

#teng-chiffres .container .chiffres .row .nc {
  text-align: right;
  line-height: 1;
  font-size: 12px;
}

#teng-chiffres .teng-chiffres__val {
  font-size: 16px;
}

@media screen and (max-width : 768px) {
  #teng-chiffres .container {
    flex-direction: column;
    padding: 0 6.66vw 40px;
  }

  #teng-chiffres .container .infos {
    width: 100%;
  }

  #teng-chiffres .container .col-left h2 {
    width: 100%;
    margin-bottom: 40px;
  }

  #teng-chiffres .container .chiffres {
    width: 100%;
    padding-top: 0;
    border-top: none;
  }

  #teng-chiffres .container .col-right .chiffres .row .index {
    width: 18px;
    font-size: 24px;
    margin-right: 10px;
  }

  #teng-chiffres .container .col-right .chiffres .row .bar {
    display: none;
  }
}



#teng-checkerboard {
  padding: 6.66vw 0;
  position: relative;
  overflow-x: clip;
}

#teng-checkerboard .teng-section-ttl {
  padding: 0 10vw;
  margin-bottom: 100px;
}


#teng-checkerboard .logosvg {
  width: 46.73vw;
  height: 46.73vw;
  position: absolute;
  bottom: -5vw;
  right: -16vw;
}

#teng-checkerboard .logosvg svg {
  width: 46.73vw;
  height: 46.73vw;
}


#teng-checkerboard .container {
  padding: 0 10vw;
  display: flex;
  padding-bottom: 7vw;
}

#teng-checkerboard .teng-checkerboard__section:nth-child(2n) .container {
  flex-direction: row-reverse;
}

#teng-checkerboard .teng-checkerboard__section:nth-child(2n) .col-left {
  padding-right: 0;
  padding-left: 6.66vw;
}

#teng-checkerboard .teng-checkerboard__section:last-child .container {
  padding-bottom: 0;
}

#teng-checkerboard .container .col-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 6.66vw;
}

#teng-checkerboard .container .col-left h2 {
  margin-bottom: 2.33vw;
  max-width: 75%;
}

#teng-checkerboard .container .col-left p {
  max-width: 75%;
}

#teng-checkerboard .container .col-left strong {
  font-weight: normal;
  color: #85754E;
}

#teng-checkerboard .container .col-right {
  width: 50%;
  padding-right: 3.33vw;
}

#teng-checkerboard .container .col-right .img-container {
  width: 100%;
  padding-top: 0;
  position: relative;
  z-index: 1;
}


#teng-checkerboard .container .col-right .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(-4vw) translateX(-4vw);
}

#teng-checkerboard .container .col-right .img-container::after {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #BEAD6A;
  content: "";
  position: absolute;
  z-index: -1;
}

#teng-checkerboard .container .col-right .img-container {
  position: relative;
}

#teng-checkerboard .container .col-right .icon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: grid;
  place-items: center;
  left: 0;
  transform: translate(-4vw, -4vw);
}

#teng-checkerboard .container .col-right .icon svg {
  height: 3.125rem;
  width: auto;
}

@media screen and (max-width:992px) {
  #teng-checkerboard .teng-section-ttl {
    margin-bottom: 60px;
    padding: 0 6.66vw;
  }

  #teng-checkerboard .container .col-left p {
    font-size: 15px;
    max-width: 100%;
  }

  #teng-checkerboard .container .col-left h2 {
    font-size: 30px;
    max-width: 100%;
  }

  #teng-checkerboard .container .col-right {
    display: flex;
    align-items: center;
  }

  #teng-checkerboard .container {
    padding: 0 6.66vw;
  }

}

@media screen and (max-width:600px) {
  #teng-checkerboard .container .col-left h2 {
    font-size: 28px;
  }

  #teng-checkerboard .teng-checkerboard__section:nth-child(2n) .col-left {
    padding: 0;
  }

  #teng-checkerboard .container .col-right .img-container img {

    transform: translateY(-45px) translateX(-60px);
  }

  #teng-checkerboard .container .col-right .img-container .icon {
    transform: translateY(-45px) translateX(-60px);
  }

  #teng-checkerboard .container .col-left p {
    max-width: 100%;
  }

  #teng-checkerboard .container .col-left h2 {
    max-width: 100%;
    margin-bottom: 35px;
  }

  #teng-checkerboard .container .col-right {
    display: flex;
    justify-content: flex-end;
    padding-top: 85px !important;
  }

  #teng-checkerboard .container .col-right .img-container {
    width: 91%;
  }

  #teng-checkerboard .container {
    flex-direction: column;
    padding: 0 6.66vw;
  }

  #teng-checkerboard .teng-checkerboard__section:nth-child(2n) .container {
    flex-direction: column;
  }

  #teng-checkerboard .teng-checkerboard__section:not(:first-child) {
    margin-top: 80px;
  }

  #teng-checkerboard .container .col-left {
    width: 100%;
    padding: 0;
  }

  #teng-checkerboard .container .col-right {
    width: 100%;
    padding: 0;
  }

  #teng-checkerboard .container .col-right .img-container img {
    transform: translateY(-25px) translateX(-35px);
  }
}



#teng-logo-grid .teng-logo-grid__grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 10vw;
  list-style: none;
  padding: 0;
}

#teng-logo-grid .container {
  padding: 0 10vw 10vw 10vw;
}

#teng-logo-grid .teng-logo-grid__item {
  flex: 0 0 12vw;
  height: 12vw;
  width: 12vw;
}

#teng-logo-grid .teng-logo-grid__item {
  height: 100%;
  width: auto;
}

@media screen and (max-width : 992px) {
  #teng-logo-grid .teng-logo-grid__grid {
    margin-top: 50px;
  }

  #teng-logo-grid .teng-logo-grid__item {
    flex: 0 0 20vw;
    height: 20vw;
    width: 20vw;
  }
}

#teng-text-banner .teng-section-ttl {
  padding: 0 20vw;
  text-align: center;
  margin-bottom: 80px;
}

#teng-text-banner .teng-text-banner__inner {
  padding: 6.66vw 0;
  background-color: #000305;
  margin-top: -2px;
  position: relative;
}

#teng-text-banner .svgright {
  position: absolute;
  right: -15vw;
  top: -17.66vw;
  width: 41.6vw;
  height: 41.6vw;
}

#teng-text-banner .container {
  padding: 0 20vw;
  display: flex;
  justify-content: center;
}

#teng-text-banner .container .col-left {
  width: 50%;
  padding-right: 3.33vw;
}

#teng-text-banner .container .col-left p {
  text-align: right;
}

#teng-text-banner .container .col-right {
  width: 50%;
}

#teng-text-banner .teng-text-banner__txt p {
  font-family: americane, sans-serif;
  font-size: 1.066vw;
  font-weight: 300;
  line-height: 1.38em;
}

#teng-text-banner .teng-text-banner__txt strong {
  font-weight: 300;
  color: #85754E;
}

#teng-text-banner .teng-text-banner__txt p:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width : 992px) {
  #teng-text-banner .container {
    padding: 0 15vw;
  }

  #teng-text-banner .container .col-left p,
  #teng-text-banner .container .col-right p {
    font-size: 15px;
  }
}

@media screen and (max-width : 768px) {
  #teng-text-banner .container {
    padding: 0 6.66vw;
  }

  #teng-text-banner .svgright {
    position: absolute;
    right: -110px;
    top: 40px;
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width : 600px) {
  #teng-text-banner .teng-section-ttl {
    padding: 0 6.66vw;
    margin-bottom: 40px;
    margin-top: 30px;
  }

  #teng-text-banner .container {
    flex-direction: column;
  }

  #teng-text-banner .container .col-left,
  #teng-text-banner .container .col-right {
    width: 100%;
  }

  #teng-text-banner .container .col-left p,
  #teng-text-banner .container .col-right p {
    font-size: 16px;
    text-align: left;
  }

  #teng-text-banner .container .col-left {
    margin-bottom: 35px;
  }

  #teng-text-banner .container .col-right {
    padding-bottom: 120px;
  }

  #teng-text-banner .svgright {
    position: absolute;
    right: -0;
    left: 0;
    margin: auto;
    top: unset;
    bottom: 35px;
    width: 75%;
    height: unset;
  }
}

@media screen and (max-width : 480px) {
  #teng-text-banner {
    padding-top: 70px;
  }
}