header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--color-background);
  padding: 30px;
}
@media (max-width: 1000px) {
  header {
    padding: 20px;
  }
  header ul {
    gap: 15px !important;
  }
}
@media (max-width: 700px) {
  header {
    padding: 15px;
  }
}
header > a {
  text-decoration: none;
}
header img {
  height: 90px;
}
@media (max-width: 1000px) {
  header img {
    height: 50px;
  }
}
@media (max-width: 700px) {
  header img {
    height: 40px;
  }
}
header nav a {
  font-size: 1.4em;
}
@media (max-width: 1000px) {
  header nav a {
    font-size: 1.2em;
  }
}
header nav a:hover {
  color: var(--color-primary);
}
header .open-menu {
  display: none;
  background: transparent;
}
header #menu-toggle {
  display: none;
}
@media (max-width: 800px) {
  header .open-menu {
    display: flex;
    align-items: center;
  }
  header .open-menu .lucide-x {
    display: none;
  }
  header #menu-toggle:checked + .open-menu .lucide-x {
    display: block;
  }
  header #menu-toggle:checked + .open-menu .lucide-menu {
    display: none;
  }
  header ul.menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--color-background);
    padding: 20px 20px 20px 40px;
    align-items: end;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  header #menu-toggle:checked + .open-menu + ul.menu {
    display: flex;
  }
}

footer {
  padding: 40px;
}

#welcome {
  padding: 0;
}
#welcome > div {
  background-image: url("/images/ComfyUI_temp_odreo_00011_.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80%;
  width: 100%;
  height: 55vh;
  gap: 28vh;
  padding-right: 80px;
}
@media (max-width: 700px) {
  #welcome > div {
    padding-right: 20px;
    gap: 24vh;
    height: 50vh;
  }
  #welcome > div h3 {
    font-size: 1em !important;
  }
}
#welcome > div h3 {
  text-align: end;
  color: #eaeaea;
  font-size: 1.2em;
  line-height: 1.4em;
}
#welcome button {
  margin: 50px;
}
@media (max-width: 700px) {
  #welcome button {
    font-size: 0.9em;
    margin: 30px;
    padding: 15px 30px;
  }
}

#about {
  background: var(--color-primary);
}
#about span {
  font-weight: bold;
}
#about img {
  height: 300px;
  width: 300px;
  object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  #about img {
    height: 200px;
    width: 200px;
  }
}

#techno img {
  width: 30vw;
  object-fit: cover;
}
@media (max-width: 700px) {
  #techno img {
    width: 70vw !important;
  }
}
@media (max-width: 1000px) {
  #techno .reverse-tablette {
    align-items: center;
  }
  #techno .reverse-tablette img {
    width: 50vw;
  }
}

#service img, #feature2 img {
  height: 30vh;
  margin: 30px 0;
}
@media (max-width: 700px) {
  #service img, #feature2 img {
    height: auto;
    width: 70vw;
    margin: 10px 0;
  }
}
#service b, #feature2 b {
  font-weight: bold;
}
#service ul, #feature2 ul {
  list-style: disc;
  padding-left: 40px;
}

#service {
  background: var(--color-primary);
}

#clients {
  background: var(--color-primary);
}
#clients .clients-list {
  gap: max(4vw, 20px);
}
#clients .clients-list > div {
  padding: 15px;
  flex: 1 1 0;
}
#clients h3 {
  text-align: center;
  text-transform: capitalize;
}
#clients img {
  width: 10vw;
  min-width: 150px;
  margin-bottom: 30px;
}

#contact > div {
  gap: 5vw;
}
#contact > div > div {
  flex: 1;
}
#contact #contact-form.no-js > *:not(noscript) {
  display: none;
}
#contact form *:not(button) {
  width: 100%;
  font-size: 1.05em;
}
#contact form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}
#contact form input, #contact form textarea {
  background: var(--color-primary);
  padding: 10px 8px;
  resize: none;
}
#contact form input::placeholder, #contact form textarea::placeholder {
  text-transform: uppercase;
  font-size: 0.9em;
  color: var(--font-gray);
}
#contact form textarea {
  height: 18vh;
  min-height: 150px;
}
#contact form button {
  padding: 10px 40px;
}
@media (max-width: 700px) {
  #contact form button {
    font-size: 1em;
  }
}
#contact .result-contact {
  border: 1px solid var(--font-gray);
  padding: 30px;
}
#contact .result-contact span {
  font-size: 4em;
}
#contact .result-contact p, #contact .result-contact a {
  font-size: 1.3em;
  text-align: center;
}

section {
  padding: 50px 10vw;
}
section p, section h3 {
  width: 100%;
  font-size: 1.1em;
  line-height: 1.4em;
}
@media (max-width: 700px) {
  section p, section h3 {
    font-size: 1em;
  }
}

/*# sourceMappingURL=index.css.map */
