@charset "UTF-8";

@font-face {
  font-family: "SamsungOne";
  src: url("fonts/SamsungOne-500.ttf") format("truetype");
}
@font-face {
  font-family: "SamsungSharpSans";
  src: url("fonts/SamsungSharpSansRegular.ttf") format("truetype");
}
@font-face {
  font-family: "SamsungSharpSansMedium";
  src: url("fonts/SamsungSharpSansMedium.ttf") format("truetype");
}
@font-face {
  font-family: "SamsungSharpSansBold";
  src: url("fonts/SamsungSharpSansBold.ttf") format("truetype");
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
}
#center, #center_part_2_full, #contenuhome{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
  }
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  line-height: 1.2;
}

.orangeBTN {
  text-decoration: none;
  color: #ffffff;
  background-color: #ff5c00;
  padding: 12px 40px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  transition: all ease 0.2s;
  font-size: 17px;
  /* font-size: 1.2vw; */
}

.orangeBTN:hover {
  background-color: #dc570a;
  transform: scale(1.05);
}

div#neoQLED {
  padding: 0;
  margin: 0 auto;
  background-color: white;
  font-family: "SamsungOne", arial, sans-serif;
  border: 0;
  outline: none;
  max-width: 1187px;
}

div#neoQLED #first {
  position: relative;
}

div#neoQLED #first h1 {
  position: absolute;
  top: 80px;
  /* top: 5.5vw; */
  text-align: center;
  font-family: "SamsungSharpSansBold", arial, sans-serif;
  color: #ffffff;
  font-size: 45px;
  /* font-size: 3.15vw; */
  max-width: 1187px;
  width: 100%;
  text-shadow: 1px 2px 3px #000000;
}

div#neoQLED #first ul {
  position: absolute;
  bottom: 40px;
  /* bottom: 3vw; */
  color: #ffffff;
  list-style: none;
  font-family: "SamsungSharpSansBold", arial, sans-serif;
  max-width: 1187px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 36px;
  /* font-size: 2.16vw; */
  margin: 0;
  padding: 0;
}

div#neoQLED #first ul li {
  text-align: center;
  width: 100%;
}

div#neoQLED #first ul li a {
  color: #ffffff;
  text-decoration: none;
  /* padding: 10px; */
  transition: all ease 0.2s;
}

div#neoQLED #first ul li a:hover {
  text-shadow: 1px 2px 3px #cecece;
  transition: all ease 0.2s;
}

/* div#neoQLED #first ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: -20px;
  top: -1vw;
  height: 100px;
  height: 6.5vw;
  width: 1px;
  background-color: white;
  display: inline-block;
  margin: 0 0 0 80px;
  margin: 0 0 0 5.5vw;
} */

div#neoQLED #first ul span.pipe:not(:last-child):after {
  content: "";
  display: block;
  height: 80px;
  background-color: white;
  width: 1px;
}

ul.ulMobile {
  display: none !important;
}

/* FIRST SECTION MOBILE */
@media screen and (max-width: 768px) {
  div#neoQLED #first ul {
    flex-direction: column;
    font-size: 16px;
    /* font-size: 4vw; */
    padding: 3vw 0;
    /* test */
    flex-direction: row;
    z-index: 1;
  }
  div#neoQLED #first ul li:not(:last-child):after {
    content: none;
  }
  ul.ulDesktop {
    display: none !important;
  }
  ul.ulMobile {
    display: flex !important;
    /* ajout test */
    height: 100px;
    background-color: #1428a1;
    bottom: -20vw !important;
    height: auto;
  }
  ul.ulMobile li {
    padding: 5px;
    /* padding: 1vw; */
  }
  ul.ulMobile li a {
    display: block;
  }
  div#neoQLED #first h1 {
    top: 50px;
    top: 11.5vw;
    font-size: 25px;
    font-size: 6vw;
    width: 100%;
    text-shadow: 1px 2px 3px #000000;
  }
}
/* END FIRST SECTION MOBILE */

div#neoQLED #second {
  display: flex;
  background-color: #e6f0f3;
  /* test */
  height: auto;
  /* align-items: flex-start; */
}

div#neoQLED #second img {
  max-width: 60%;
}

div#neoQLED #second div {
  margin-top: 60px;
  /* margin-top: 4vw; */
  margin-left: 20px;
  z-index: 1;
}

div#neoQLED #second div span {
  color: #1428a0;
  font-family: "SamsungSharpSansBold", arial, sans-serif;
  text-decoration: none;
  border-radius: 18px;
  border: 2px solid #1428a0;
  padding: 10px 20px 8px;
  font-size: 27px;
  /* font-size: 2vw; */
}

div#neoQLED #second div h1 {
  font-family: "SamsungSharpSansBold", arial, sans-serif;
  font-size: 35px;
  /* font-size: 2.4vw; */
  margin-top: 50px;
  /* margin-top: 3.5vw; */
}

div#neoQLED #second div p {
  font-size: 16px;
  line-height: 1.4;
  padding-right: 20px;
  font-size: 16px;
  /* font-size: 1.12vw; */
}

/* SECOND SECTION MOBILE */
@media screen and (max-width: 768px) {
  div#neoQLED #second {
    flex-direction: column;
    /* test */
    /* margin-top: 90px;
    margin-top: 21vw; */
    margin-top: 20px;
    height: auto;
  }

  div#neoQLED #second div span {
    font-size: 21px;
    /* font-size: 5vw; */
  }

  div#neoQLED #second img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  div#neoQLED #second div h1 {
    font-family: "SamsungSharpSansBold", arial, sans-serif;
    font-size: 22px;
    /* font-size: 5.4vw; */
    margin-top: 30px;
    /* margin-top: 6.5vw; */
  }

  div#neoQLED #second div p {
    font-size: 16px;
    line-height: 1.4;
    padding-right: 20px;
    font-size: 17px;
    /* font-size: 4vw; */
  }

  div#neoQLED #second div {
    margin-top: 40px;
    /* margin-top: 10vw; */
    margin-left: 20px;
    padding-bottom: 20px;
    margin-right: 20px;
  }

  div#neoQLED #second .orangeBTN {
    margin-top: 10px;
    font-size: 17px;
    /* font-size: 5.2vw; */
    width: 100%;
  }
}
/* END SECOND SECTION MOBILE */

@media screen and (min-width: 1100px) {
  div#neoQLED #third {
    /* display: flex; */
    background-color: #33363d;
    height: 619px;
    position: relative;
    margin-top: -5px;
  }
}

@media screen and (max-width: 1099px) {
  div#neoQLED #third {
    /* display: flex; */
    background-color: #33363d;
    height: 619px;
    /* height: 51vw; */
    position: relative;
  }
  div#neoQLED #sixth {
    color: blue;
  }
}

div#neoQLED #third div {
  position: absolute;
  max-width: 50%;
  padding: 30px 20px;
  text-align: right;
  margin-top: 70px;
  z-index: 1;
}

div#neoQLED #third div span {
  color: #ffffff;
  font-family: "SamsungSharpSansBold", arial, sans-serif;
  text-decoration: none;
  border-radius: 18px;
  border: 2px solid #ffffff;
  padding: 10px 20px 8px;
  font-size: 27px;
  /* font-size: 2vw; */
  white-space: nowrap;
}

div#neoQLED #third div h1 {
  font-family: "SamsungSharpSansBold", arial, sans-serif;
  font-size: 35px;
  /* font-size: 2.4vw; */
  margin-top: 50px;
  /* margin-top: 3.5vw; */
  color: #ffffff;
}

div#neoQLED #third div p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.4;
  font-size: 16px;
  /* font-size: 1.12vw; */
}

div#neoQLED #third img {
  /* margin-top: -70px; */
  /* margin-right: 30px; */
  max-width: 45%;
  position: absolute;
  /* top: -70px;
  top: -4vw; */
  right: 30px;
  top: 30px;
}

/* THIRD SECTION MOBILE */
@media screen and (max-width: 768px) {
  div#neoQLED #third {
    display: flex;
    background-color: #33363d;
    height: auto;
    /* position: relative; */
    flex-direction: column-reverse;
    margin-top: 90px;
    /* margin-top: 21vw; */
  }

  div#neoQLED #third div {
    position: initial;
    text-align: left;
    margin-top: 0;
    max-width: 100%;
    padding: 50px 20px 20px;
  }

  div#neoQLED #third div p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
    font-size: 16px;
    /* font-size: 1.12vw; */
    font-size: 16px;
    line-height: 1.4;
    padding-right: 20px;
    font-size: 17px;
    /* font-size: 4vw; */
  }

  div#neoQLED #third img {
    width: 100%;
    max-width: 100%;
    margin: auto;
    text-align: center;
    position: initial;
    height: auto;
    margin-top: 0;
  }

  div#neoQLED #third div span {
    font-size: 21px;
    /* font-size: 5vw; */
  }

  div#neoQLED #third div h1 {
    font-family: "SamsungSharpSansBold", arial, sans-serif;
    font-size: 22px;
    /* font-size: 5.4vw; */
    margin-top: 30px;
    /* margin-top: 6.5vw; */
  }

  div#neoQLED #third .orangeBTN {
    margin-top: 10px;
    font-size: 17px;
    /* font-size: 5.2vw; */
    width: 100%;
    padding: 12px 20px;
  }
}
/* END THIRD SECTION MOBILE */

/* FOURTH SECTION MOBILE */
@media screen and (max-width: 768px) {
  div#neoQLED #fourth {
    margin-top: 20px;
  }
}

div#neoQLED #fifth {
  text-align: center;
  padding: 60px 20px;
  background-color: #ededeb;
  margin-top: -5px;
}

div#neoQLED #fifth div span {
  color: #1428a0;
  font-family: "SamsungSharpSansBold", arial, sans-serif;
  text-decoration: none;
  border-radius: 18px;
  border: 2px solid #1428a0;
  padding: 10px 20px 8px;
  font-size: 27px;
  /* font-size: 2vw; */
  white-space: nowrap;
}

div#neoQLED #fifth div h1 {
  font-family: "SamsungSharpSansBold", arial, sans-serif;
  font-size: 35px;
  /* font-size: 2.4vw; */
  margin-top: 50px;
  /* margin-top: 3.5vw; */
  color: #000000;
}

div#neoQLED #fifth div p {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  font-size: 16px;
  /* font-size: 1.12vw; */
}

/* FIFTH SECTION MOBILE */
@media screen and (max-width: 768px) {
  div#neoQLED #fifth {
    padding: 20px;
  }

  div#neoQLED #fifth div span {
    font-size: 21px;
    /* font-size: 5vw; */
  }

  div#neoQLED #fifth div {
    margin-top: 20px;
    text-align: left !important;
  }

  div#neoQLED #fifth div p {
    font-size: 16px;
    line-height: 1.4;
    padding-right: 20px;
    font-size: 17px;
    /* font-size: 4vw; */
  }

  div#neoQLED #fifth .orangeBTN {
    margin-top: 10px;
    font-size: 17px;
    /* font-size: 5.2vw; */
    width: 100%;
    padding: 12px 20px;
  }

  div#neoQLED #fifth div h1 {
    font-size: 22px;
    /* font-size: 5.4vw; */
    margin-top: 30px;
    /* margin-top: 6.5vw; */
  }
}

div#neoQLED #sixth {
  /* display: flex; */
  background-color: #faeef3;
  height: 500px;
  position: relative;
  z-index: 1;
}

div#neoQLED #sixth #blockColor {
  background-color: #ebdae9;
  position: absolute;
  right: 0;
  height: 100%;
  width: 384px;
}

@media screen and (min-width: 1100px) {
  div#neoQLED #sixth div {
    position: absolute;
    max-width: 50%;
    padding: 35px 0 0 20px;
    text-align: right;
    z-index: 1;
  }
}

@media screen and (max-width: 1099px) {
  div#neoQLED #sixth div {
    position: absolute;
    max-width: 50%;
    padding: 50px 0px 30px 20px;
    text-align: right;
  }
}

div#neoQLED #sixth div span {
  color: #1428a0;
  font-family: "SamsungSharpSansBold", arial, sans-serif;
  text-decoration: none;
  border-radius: 18px;
  border: 2px solid #1428a0;
  padding: 10px 20px 8px;
  font-size: 27px;
  /* font-size: 2vw; */
  white-space: nowrap;
}

div#neoQLED #sixth div h1 {
  font-family: "SamsungSharpSansBold", arial, sans-serif;
  font-size: 35px;
  /* font-size: 2.4vw; */
  margin-top: 50px;
  /* margin-top: 3.5vw; */
  color: #000000;
}

div#neoQLED #sixth div p {
  font-size: 16px;
  color: #000000;
  line-height: 1.4;
  font-size: 16px;
  /* font-size: 1.12vw; */
}

div#neoQLED #sixth img {
  margin-top: -70px;
  /* margin-right: 30px; */
  max-width: 45%;
  position: absolute;
  top: 30px;
  /* top: 2.5vw; */
  right: 30px;
  z-index: 1;
}

/* SIXTH SECTION MOBILE */
@media screen and (max-width: 768px) {
  div#neoQLED #sixth {
    display: flex;
    height: auto;
    flex-direction: column-reverse;
    position: initial;
    margin-top: 20px;
  }

  #blockColor {
    display: none;
  }

  div#neoQLED #sixth img {
    max-width: 100%;
    position: initial;
  }

  div#neoQLED #sixth div span {
    font-size: 21px;
    /* font-size: 5vw; */
  }

  div#neoQLED #sixth div {
    padding: 20px;
    position: initial;
    max-width: 100%;
    text-align: left;
    margin-top: 20px;
  }

  div#neoQLED #sixth div h1 {
    font-size: 22px;
    /* font-size: 5.4vw; */
    margin-top: 30px;
    /* margin-top: 6.5vw; */
  }

  div#neoQLED #sixth div p {
    font-size: 16px;
    line-height: 1.4;
    padding-right: 20px;
    font-size: 17px;
    /* font-size: 4vw; */
  }

  div#neoQLED #sixth .orangeBTN {
    margin-top: 10px;
    font-size: 17px;
    /* font-size: 5.2vw; */
    width: 100%;
    padding: 12px 20px;
  }
}
/* END SIXTH SECTION MOBILE */

div#neoQLED #seventh {
  background-color: #000000;
  color: #ffffff;
  display: flex;
  height: 400px;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-top: -5px;
}

div#neoQLED #seventh h1 {
  text-align: center;
  font-family: "SamsungSharpSansBold", arial, sans-serif;
  color: #ffffff;
  font-size: 35px;
  /* font-size: 2.5vw; */
}

/* SEVENTH SECTION MOBILE */
@media screen and (max-width: 768px) {
  div#neoQLED #seventh {
    display: flex;
    flex-direction: column;
  }

  div#neoQLED #seventh div {
    padding: 20px;
  }

  div#neoQLED #seventh .orangeBTN {
    margin-top: 10px;
    font-size: 17px;
    /* font-size: 5.2vw; */
    width: 100%;
    padding: 12px 20px;
    white-space: pre-line;
  }

  div#neoQLED #seventh {
    height: auto;
    margin-top: 20px;
  }

  div#neoQLED #seventh h1 {
    font-size: 22px;
    /* font-size: 5.4vw; */
  }
}
/* END SEVENTH SECTION MOBILE */

div#neoQLED #eighth {
  position: relative;
  margin-bottom: 20px;
}

div#neoQLED #eighth div {
  position: absolute;
  top: calc(80% - 1px);
  /* top: calc(15vw - 50px); */
  color: #ffffff;
  text-align: center;
  /* margin: auto; */
  /* width: 100%; */
  right: calc(50% - 5%);
  /* right: 10%; */
}

@media screen and (max-width: 768px) {
  div#neoQLED #eighth div h1 {
    font-size: 22px;
    /* font-size: 5.4vw; */
  }

  div#neoQLED #eighth .orangeBTN {
    margin-top: 10px;
    font-size: 17px;
    /* font-size: 5.2vw; */
    width: 95%;
    padding: 12px 0;
    white-space: break-spaces;
  }

  div#neoQLED #eighth div {
    width: 100%;
    margin: auto;
    top: calc(100% - 42%);
    right: auto;
    position: initial;
  }
}
