@font-face {
  font-family: "Buttons";
  src: url("../../assets/fonts/buttons-font.woff") format("woff");
  src: url("../../assets/fonts/buttons-font.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 !important;
}
@font-face {
  font-family: "Content";
  src: url("../../assets/fonts/content-font.woff") format("woff");
  src: url("../../assets/fonts/content-font.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500 !important;
}
@font-face {
  font-family: "Titles";
  src: url("../../assets/fonts/titles-font.woff") format("woff");
  src: url("../../assets/fonts/titles-font.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300 !important;
}
@font-face {
  font-family: "Quotes";
  src: url("../../assets/fonts/quote-font.woff") format("woff");
  src: url("../../assets/fonts/quote-font.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 !important;
}
.buttons {
  font-family: "Buttons" !important;
  letter-spacing: 0em;
}

.content {
  font-family: "Content" !important;
}

.titles {
  font-family: "Titles" !important;
  letter-spacing: -0.02em;
}

.quotes {
  font-family: "Quotes" !important;
  letter-spacing: -0.02em;
}

a {
  text-decoration: none;
  color: #000000;
  outline: none;
}

button {
  color: #000;
}

.sc {
  color: #676767;
}

.text-color-secondary {
  color: #676767 !important;
  transition: 0.3s ease;
}
.text-color-secondary:hover {
  color: #000000 !important;
}

.uppercase {
  text-transform: uppercase;
}

.underlined {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.dashed {
  text-underline-offset: 3px;
  text-decoration: underline dotted;
  cursor: text;
}

.text-center {
  text-align: center;
}

.dotted {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 12%;
  text-underline-offset: 2px;
  text-underline-position: from-font;
}

.turned-arrow {
  display: inline-block;
  transform: rotate(90deg) !important;
}

.semi-turned-arrow {
  display: inline-block;
  transform: rotate(-45deg) !important;
}

.grey {
  color: #676767 !important;
}

.grey-hover {
  color: #000000;
  transition: 0.3s ease;
}
.grey-hover:hover {
  color: #676767;
}

.link-hover {
  opacity: 1;
  transition: 0.3s ease;
  line-height: 100%;
  outline: none !important;
}
.link-hover:hover {
  opacity: 0.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
input {
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  line-height: 150%;
}

.xxs-size {
  font-size: 9px;
}

.xs-size {
  font-size: 10px;
}

@media (max-width: 850px) {
  .xs-size {
    font-size: 11px;
  }
}
.s-size {
  font-size: 13px;
}

.sx-size {
  font-size: 14px;
}

.m-size {
  font-size: 16px;
}

.mx-size {
  font-size: 15.5px;
}

.l-size {
  font-size: 17px;
}

@media (max-width: 850px) {
  .l-size {
    font-size: 19px;
  }
}
.ls-size {
  font-size: 22px;
  letter-spacing: 0.01em;
  line-height: 135% !important;
}

@media (max-width: 850px) {
  .ls-size {
    font-size: 22px;
  }
}
.ls2-size {
  font-size: 25px;
  letter-spacing: -0.015em;
  line-height: 135% !important;
}

@media (max-width: 850px) {
  .ls2-size {
    font-size: 21px;
  }
}
.lsx-size {
  font-size: 28px;
  letter-spacing: -0.01em;
  line-height: 135% !important;
}

.lss-size {
  font-size: 38px;
  letter-spacing: -0.02em;
}

@media (max-width: 850px) {
  .lss-size {
    font-size: 28px;
  }
}
.xl-size {
  font-size: 52px;
  letter-spacing: -0.025em;
  line-height: 100%;
}

@media (max-width: 850px) {
  .xl-size {
    font-size: 42px;
  }
}
@media (max-width: 850px) {
  .xl2-size {
    font-size: 34px;
  }
}
.ultra-size {
  font-size: 76px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 112.2px */
  letter-spacing: -5.1px;
}

@media (max-width: 850px) {
  .ultra-size {
    font-size: 52px;
    letter-spacing: -2.8px;
  }
}
.center {
  text-align: center;
}

@media (max-width: 850px) {
  .s-size {
    font-size: 13px;
  }
}
.quote-component {
  margin-top: 12vh;
  margin-bottom: 12vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quote-component p {
  max-width: 800px;
  line-height: 130% !important;
}
.quote-component .sx-size {
  margin-top: 30px;
}
.quote-component img {
  margin-top: 30px;
  width: 28px;
}

@media (max-width: 800px) {
  .quote-component {
    margin-top: 6vh;
    margin-bottom: 6vh;
  }
  .quote-component p {
    max-width: 90%;
  }
}
.p1-component {
  max-width: 450px;
}

.indication-framed-component {
  width: fit-content;
  display: flex;
  padding: 14px 16px 13px;
  border-radius: 15px;
  background-color: #e1dcd8;
  color: #000000;
  text-decoration: none;
}

.optimhome-component {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 50px;
  margin-bottom: 5vh;
}

@media (max-width: 850px) {
  .optimhome-component {
    flex-direction: column;
    padding: 0;
    margin-top: 5vh;
    margin-bottom: 0;
  }
}
.first-container-text p {
  max-width: 400px;
  margin-top: 15px;
}

.container-buttons-optimhome-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.container-buttons-optimhome-section .btns-opti-template {
  display: flex;
  gap: 10px;
}

.link-download {
  display: flex;
  align-items: center;
  line-height: 100%;
  gap: 10px;
}

.second-container-text {
  margin-top: 10vh;
  width: fit-content;
  width: 100%;
}
.second-container-text .line-infos-secondary {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 0px 18px;
  border-top: 1px solid #dbd4cb;
}
.second-container-text .line-infos-secondary span {
  width: 15px;
  color: #676767;
}

.right-visual {
  width: 40vw;
  height: 55vh;
  margin-right: 2vw;
  margin-top: 2vh;
}
.right-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 850px) {
  .right-visual {
    width: 100vw;
    margin-right: 0;
  }
}
.reverse-optimhome-component {
  flex-direction: row-reverse;
}
.reverse-optimhome-component .left-text {
  margin-right: 3vw;
}
.reverse-optimhome-component .right-visual {
  margin-right: 0;
}

@media (max-width: 850px) {
  .reverse-optimhome-component {
    flex-direction: column;
  }
}
.expertise-component {
  display: flex;
  width: 100%;
  margin-top: 12vh;
}

@media (max-width: 850px) {
  .expertise-component {
    flex-direction: column;
    margin-top: 5vh;
  }
}
.container-left {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 5vw;
}

@media (max-width: 850px) {
  .container-left {
    width: 100%;
    padding-left: 0;
  }
}
.container-right {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.container-right p {
  width: 100%;
  max-width: 350px;
}

@media (max-width: 850px) {
  .container-right {
    width: 100%;
  }
  .container-right p {
    padding-left: 5vw;
    margin-top: 30px;
  }
}
.buttons-container {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

.diptyque-component {
  display: flex;
  height: 70vh;
  width: 100vw;
  margin-left: -16px;
}
.diptyque-component .diptyque-image {
  width: 50%;
  height: 100%;
}
.diptyque-component .diptyque-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 850px) {
  .diptyque-component {
    flex-direction: column;
    height: fit-content;
    margin-left: -12px;
  }
  .diptyque-component .diptyque-image {
    width: 100%;
    height: 50vh;
  }
}
.line-full-component {
  width: 100vw;
  height: 1px;
  margin-left: -16px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #dbd4cb;
}

.b2-component {
  display: flex;
  width: fit-content;
}

.b2-button,
.b2-style {
  display: flex;
  padding: 19px 21px 16px;
  border-radius: 500px;
  background-color: white;
  color: #000000;
  text-decoration: none;
  line-height: 100%;
  transition: 0.3s ease;
  width: fit-content;
}
.b2-button:hover,
.b2-style:hover {
  background-color: #101010;
  color: #e3dfdb;
}

.b2-grey {
  display: flex;
  padding: 19px 21px 18px;
  border-radius: 500px;
  background-color: #e1dcd8;
  color: #000;
  text-decoration: none;
  line-height: 100%;
  transition: 0.3s ease;
  width: fit-content;
}
.b2-grey:hover {
  background-color: #101010;
  color: #e3dfdb;
}

.b2-black {
  display: flex;
  padding: 19px 21px 18px;
  border-radius: 500px;
  background-color: #101010;
  color: #e3dfdb;
  text-decoration: none;
  line-height: 100%;
  transition: 0.3s ease;
  width: fit-content;
}
.b2-black:hover {
  background-color: #e1dcd8;
  color: #101010;
}

.b1-component {
  display: flex;
  width: fit-content;
}

.b1-button {
  display: flex;
  padding: 14px 16px 13px;
  border-radius: 5px;
  background-color: #e1dcd8;
  color: #000000;
  text-decoration: none;
  line-height: 100%;
  transition: 0.3s ease;
  width: fit-content;
}
.b1-button:hover {
  background-color: #101010;
  color: #e3dfdb;
}

.b1-style-no-button {
  display: flex;
  padding: 14px 16px 13px;
  border-radius: 5px;
  background-color: #e1dcd8;
  color: #000000;
  text-decoration: none;
  line-height: 100%;
  transition: 0.3s ease;
  width: fit-content;
}

.hero-section {
  text-align: center;
  padding: 50px;
}

.hero-image {
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 2.5rem;
}

.hero-description {
  font-size: 1.2rem;
  color: #666;
}

.landing-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features {
  padding: 30px;
  text-align: center;
}

.features h2 {
  font-size: 2rem;
}

.landing-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features {
  padding: 30px;
  text-align: center;
}

.features h2 {
  font-size: 2rem;
}

.hero-section {
  text-align: center;
  padding: 50px;
}

.hero-image {
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 2.5rem;
}

.hero-description {
  font-size: 1.2rem;
  color: #666;
}

html,
body {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #eae7e3;
  color: #000000;
  font-family: "Inter";
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding: 10px 16px;
}

@media (max-width: 850px) {
  body {
    padding: 10px 12px;
  }
}
main {
  width: 100%;
}
main .line-full-component {
  width: 100vw;
  height: 1px;
  margin-left: 0px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #dbd4cb;
}

.only-mobile {
  display: none;
}

@media (max-width: 850px) {
  .no-mobile {
    display: none !important;
  }
  .only-mobile {
    display: block;
  }
}
.pointer {
  cursor: pointer;
}

.z15 {
  z-index: 15;
}

.margin15 {
  margin-top: 15vh;
}

.margin20 {
  margin-top: 20vh;
}

.margin25 {
  margin-top: 25vh;
}

.margin15px {
  margin-top: 15px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
menu,
main {
  display: block;
}

audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: middle;
}

audio:not([controls]),
[hidden],
template {
  display: none;
  height: 0;
}

* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
*:after, *:before {
  box-sizing: inherit;
}

:after,
:before {
  vertical-align: inherit;
  text-decoration: inherit;
}

:root {
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

iframe,
img,
svg {
  vertical-align: middle;
}

iframe,
embed,
object {
  max-width: 100%;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  margin: 1em 0;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset,
legend {
  border: 0;
}

legend {
  white-space: normal;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
}

select {
  cursor: pointer;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  vertical-align: baseline;
  font: inherit;
  background: none;
  border-radius: 0;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
  padding: 0;
}
input[type=checkbox] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
input[type=radio] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
}
input[type=number] {
  width: auto;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  height: auto;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}

textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical;
  -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

menu {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.quote-component {
  margin-top: 12vh;
  margin-bottom: 12vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quote-component p {
  max-width: 800px;
  line-height: 130% !important;
}
.quote-component .sx-size {
  margin-top: 30px;
}
.quote-component img {
  margin-top: 30px;
  width: 28px;
}

@media (max-width: 800px) {
  .quote-component {
    margin-top: 6vh;
    margin-bottom: 6vh;
  }
  .quote-component p {
    max-width: 90%;
  }
}
.p1-component {
  max-width: 450px;
}

.indication-framed-component {
  width: fit-content;
  display: flex;
  padding: 14px 16px 13px;
  border-radius: 15px;
  background-color: #e1dcd8;
  color: #000000;
  text-decoration: none;
}

.optimhome-component {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 50px;
  margin-bottom: 5vh;
}

@media (max-width: 850px) {
  .optimhome-component {
    flex-direction: column;
    padding: 0;
    margin-top: 5vh;
    margin-bottom: 0;
  }
}
.first-container-text p {
  max-width: 400px;
  margin-top: 15px;
}

.container-buttons-optimhome-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.container-buttons-optimhome-section .btns-opti-template {
  display: flex;
  gap: 10px;
}

.link-download {
  display: flex;
  align-items: center;
  line-height: 100%;
  gap: 10px;
}

.second-container-text {
  margin-top: 10vh;
  width: fit-content;
  width: 100%;
}
.second-container-text .line-infos-secondary {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 0px 18px;
  border-top: 1px solid #dbd4cb;
}
.second-container-text .line-infos-secondary span {
  width: 15px;
  color: #676767;
}

.right-visual {
  width: 40vw;
  height: 55vh;
  margin-right: 2vw;
  margin-top: 2vh;
}
.right-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 850px) {
  .right-visual {
    width: 100vw;
    margin-right: 0;
  }
}
.reverse-optimhome-component {
  flex-direction: row-reverse;
}
.reverse-optimhome-component .left-text {
  margin-right: 3vw;
}
.reverse-optimhome-component .right-visual {
  margin-right: 0;
}

@media (max-width: 850px) {
  .reverse-optimhome-component {
    flex-direction: column;
  }
}
.expertise-component {
  display: flex;
  width: 100%;
  margin-top: 12vh;
}

@media (max-width: 850px) {
  .expertise-component {
    flex-direction: column;
    margin-top: 5vh;
  }
}
.container-left {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 5vw;
}

@media (max-width: 850px) {
  .container-left {
    width: 100%;
    padding-left: 0;
  }
}
.container-right {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.container-right p {
  width: 100%;
  max-width: 350px;
}

@media (max-width: 850px) {
  .container-right {
    width: 100%;
  }
  .container-right p {
    padding-left: 5vw;
    margin-top: 30px;
  }
}
.buttons-container {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

.diptyque-component {
  display: flex;
  height: 70vh;
  width: 100vw;
  margin-left: -16px;
}
.diptyque-component .diptyque-image {
  width: 50%;
  height: 100%;
}
.diptyque-component .diptyque-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 850px) {
  .diptyque-component {
    flex-direction: column;
    height: fit-content;
    margin-left: -12px;
  }
  .diptyque-component .diptyque-image {
    width: 100%;
    height: 50vh;
  }
}
.line-full-component {
  width: 100vw;
  height: 1px;
  margin-left: -16px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #dbd4cb;
}

.b2-component {
  display: flex;
  width: fit-content;
}

.b2-button,
.b2-style {
  display: flex;
  padding: 19px 21px 16px;
  border-radius: 500px;
  background-color: white;
  color: #000000;
  text-decoration: none;
  line-height: 100%;
  transition: 0.3s ease;
  width: fit-content;
}
.b2-button:hover,
.b2-style:hover {
  background-color: #101010;
  color: #e3dfdb;
}

.b2-grey {
  display: flex;
  padding: 19px 21px 18px;
  border-radius: 500px;
  background-color: #e1dcd8;
  color: #000;
  text-decoration: none;
  line-height: 100%;
  transition: 0.3s ease;
  width: fit-content;
}
.b2-grey:hover {
  background-color: #101010;
  color: #e3dfdb;
}

.b2-black {
  display: flex;
  padding: 19px 21px 18px;
  border-radius: 500px;
  background-color: #101010;
  color: #e3dfdb;
  text-decoration: none;
  line-height: 100%;
  transition: 0.3s ease;
  width: fit-content;
}
.b2-black:hover {
  background-color: #e1dcd8;
  color: #101010;
}

.b1-component {
  display: flex;
  width: fit-content;
}

.b1-button {
  display: flex;
  padding: 14px 16px 13px;
  border-radius: 5px;
  background-color: #e1dcd8;
  color: #000000;
  text-decoration: none;
  line-height: 100%;
  transition: 0.3s ease;
  width: fit-content;
}
.b1-button:hover {
  background-color: #101010;
  color: #e3dfdb;
}

.b1-style-no-button {
  display: flex;
  padding: 14px 16px 13px;
  border-radius: 5px;
  background-color: #e1dcd8;
  color: #000000;
  text-decoration: none;
  line-height: 100%;
  transition: 0.3s ease;
  width: fit-content;
}
