@charset "UTF-8";
:root {
  --color--primary-40: #3a4547;
}

:root {
  --max-width: 1500px; /* valeur par défaut */
}

@media (max-width: 1440px) {
  :root {
    --max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  :root {
    --max-width: 900px;
  }
}
@media (max-width: 768px) {
  :root {
    --max-width: 600px;
  }
}
.title-h1 .title {
  grid-column: 3/13;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 50px;
}
.title-h1 > .brand-style {
  height: 100px;
  width: 391px;
  background-color: #293133;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 50px;
  z-index: 2;
}
.title-h1 > .brand-style::after {
  content: "";
  position: absolute;
  display: block;
  width: 95%;
  height: 100%;
  background-image: radial-gradient(#e0dd00 30%, transparent 0);
  background-size: 25px 25px;
  bottom: -100%;
  right: -25%;
  z-index: 3;
}

/*# sourceMappingURL=titleh1.css.map */
