* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
}

.orion {
  background-color: white;
  padding: 20px;
  z-index: 1;
  border-radius: 10px;
}
.orion__header {
  border-radius: 10px;
  position: relative;
  background-image: url("../img/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: calc(100vh - 40px);
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.orion__header::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(0deg, #001226 0%, rgba(0, 18, 38, 0) 42.02%), linear-gradient(0deg, rgba(0, 18, 38, 0), rgba(0, 18, 38, 0));
}
.orion__header__title {
  font-weight: 900;
  font-size: 36px;
  max-width: 100%;
  z-index: 3;
}
@media screen and (min-width: 480px) {
  .orion__header__title {
    max-width: 60%;
  }
}
.orion__header__subtitle {
  line-height: 42px;
  text-shadow: 0px 1px 20px rgba(0,0,0,0.5);
  z-index: 3;
  max-width: 100%;
  font-weight: 500;
  margin: 20px 0;
  padding: 0 10px;
}
@media screen and (min-width: 480px) {
  .orion__header__subtitle {
    max-width: 60%;
    padding: 0;
  }
}
.orion__logo {
  padding: 0 20px 30px 20px;
  position: absolute;
  left: 50%;
  background: white;
  top: 0;
  border-radius: 0 0 10px 10px;
  transform: translateX(-50%);
}
.orion__logo__img {
  width: 150px;
}
.orion__discover {
  text-decoration: none;
  color: white;
  z-index: 2;
  position: absolute;
  bottom: 60px;
  font-size: 18px;
  font-weight: 900;
}
.orion__companies {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.orion__companie {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  color: black;
}
@media screen and (min-width: 480px) {
  .orion__companie {
    flex: 30%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 700px) {
  .orion__companie {
    flex: 50%;
  }
}
.orion__companie__img {
  padding: 20px;
  max-width: 270px;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 480px) {
  .orion__companie__img {
    max-width: 240px;
  }
}
.orion__companie__title {
  padding-top: 10px;
  font-weight: 900;
}
.orion__companie__description {
  padding: 10px 20px 50px 20px;
  text-align: center;
  font-weight: 400;
}
.orion__companie__preview {
  height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.orion__metals {
  background: #0b0e1c;
  padding: 40px;
  color: white;
  position: relative;
}
@media screen and (min-width: 480px) {
  .orion__metals {
    padding: 80px 40px;
  }
}
.orion__metals__container {
  position: relative;
  z-index: 2;
}
.orion__metals__logo {
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
}
@media screen and (min-width: 720px) {
  .orion__metals__logo {
    display: initial;
  }
}
.orion__metals__block {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 2;
}
.orion__metals__block__right {
  display: none;
}
@media screen and (min-width: 720px) {
  .orion__metals__block__right {
    display: initial;
  }
}
.orion__metals__subtitle {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
  z-index: 2;
}
.orion__metals__title {
  line-height: 30px;
  font-weight: 900;
  font-size: 30px;
  z-index: 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  .orion__metals__title {
    font-size: 46px;
    line-height: 56px;
  }
}
@media screen and (min-width: 720px) {
  .orion__metals__title {
    font-size: 72px;
  }
}
.orion__metals__title span {
  font-size: 28px;
  color: #ffb800;
}
@media screen and (min-width: 480px) {
  .orion__metals__title span {
    font-size: 42px;
  }
}
@media screen and (min-width: 720px) {
  .orion__metals__title span {
    font-size: 56px;
  }
}
.orion__metals__list h3 {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 20px;
}
.orion__metals__pepiteurs {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 600px;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  opacity: 1;
  display: none;
}
@media screen and (min-width: 720px) {
  .orion__metals__pepiteurs {
    display: initial;
  }
}
.orion__counters {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.orion__counters__footer {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 720px) {
  .orion__counters__footer {
    flex-direction: row;
  }
}
.orion__socials {
  display: flex;
  gap: 20px;
}
.orion__counter {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  min-width: 100%;
}
@media screen and (min-width: 480px) {
  .orion__counter {
    min-width: 360px;
  }
}
.orion__counter__title {
  font-size: 20px;
  font-weight: 900;
}
.orion__counter__localisation {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  justify-content: start;
}
.orion__counter__localisation img {
  width: 7px;
  margin-right: 10px;
}
.orion__counter__address {
  font-size: 14px;
  font-weight: 400;
}
.orion__counter__link {
  margin-top: 10px;
  font-size: 14px;
  color: white;
  font-weight: 400;
}
.orion__cta {
  display: inline-block;
  border-radius: 20px;
  text-decoration: none;
  border: 1px solid #ffb800;
  color: white;
  padding: 10px 20px;
}
.orion__form {
  border-radius: 10px;
  position: relative;
  background-image: url("../img/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  @media screen and (min-width: 720px) {
      padding: 80px;
  }
}
.orion__form__container {
  max-width: 90%;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  background: white;
  padding: 40px;
}
@media screen and (min-width: 720px) {
  .orion__form__container {
    max-width: 60%;
  }
}
.orion__form__title {
  color: black;
  font-weight: 900;
  margin: 20px 0;
}
.orion__form__desc {
  color: black;
}
.orion__form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px 20px;
  grid-template-areas: "first second" "three three" "four five" "six six" "six six";
}
.orion__group {
  display: flex;
  flex-direction: column;
}
.orion__label {
  color: black;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.orion__label span {
  display: contents;
  font-weight: lighter;
}
.orion__checkbox {
  width: fit-content;
  margin-right: 10px;
}
.orion__checkbox__label {
  color: black;
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.orion__submit {
  background: white;
  margin-top: 20px;
  border-radius: 20px;
  text-decoration: none;
  border: 1px solid black;
  color: black;
  padding: 10px 20px;
  cursor: pointer;
}
.orion__input {
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.orion__footer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
@media screen and (max-width: 720px) {
  .orion__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.orion__footer__logo {
  margin-right: 20px;
}
.orion__footer__left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 720px) {
  .orion__footer__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.orion__footer__right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 720px) {
  .orion__footer__right {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.orion__footer__right a {
  font-weight: 700;
  text-decoration: none;
  color: rgba(0, 18, 38, 0.6980392157);
}

.first {
  grid-area: first;
}

.second {
  grid-area: second;
}

.three {
  grid-area: three;
}

.four {
  grid-area: four;
}

.five {
  grid-area: five;
}

.six {
  grid-area: six;
}

section {
  border-radius: 10px;
  margin: 40px 0;
}

.orion__legals__container{
  background: white;
}

.orion__legals{
  margin: 40px;
  border-radius: 10px;
  position: relative;
  background-image: url("../img/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  @media screen and (min-width: 720px) {
      padding: 80px;
  }
}
.orion__legals__title {
  font-size: 28px;
  color: #0b0e1c;
  text-align: center;
}
/* 
color: black;
font-weight: 900;
margin: 20px 0; */
.orion__subtitle{
  color: #0b0e1c;
  font-size: 22px;
  margin-bottom: 10px;
  text-align: left;
}
.orion__legals__part{
  margin: 20px 0;
}
.orion__legals__part a, .orion__legals__back a{
  color: #0b0e1c;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
.orion__legals p {
color: #0b0e1c;
text-align: left;
}
.orion__legals__back{
  display: flex;
  align-items: center;
}
.orion__legals__back svg{
  width: 50px;
  color: #0b0e1c;
  fill: #0b0e1c;
}


.orion__legals {
  border-radius: 10px;
  position: relative;
  background-image: url("../img/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  @media screen and (min-width: 720px) {
      padding: 80px;
  }
}
.orion__legals__container {
  max-width: 90%;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  background: white;
  padding: 40px;
}