@font-face {
  font-family: NeueEinstellung;
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NeueEinstellung-Regular.eot");
  src: url("../fonts/NeueEinstellung-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueEinstellung-Regular.woff2") format("woff2"), url("../fonts/NeueEinstellung-Regular.woff") format("woff");
}

@font-face {
  font-family: NeueEinstellung;
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NeueEinstellung-Bold.eot");
  src: url("../fonts/NeueEinstellung-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueEinstellung-Bold.woff2") format("woff2"), url("../fonts/NeueEinstellung-Bold.woff") format("woff");
}

h1,
h2,
h3,
h4 {
  font-family: "NeueEinstellung", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
  font-weight: bold;
}

h2 {
  text-transform: uppercase;
}

p {
  margin: 2em 0;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: var(--bs-primary);
}

.description {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  width: 5em;
  margin: 1em auto 4em;
  background: var(--bs-primary);
  opacity: 1;
}

.btn {
  text-transform: uppercase;
  padding: 0.6em 1.2em;
  min-width: 200px;
}

.btn.btn-primary {
  color: #fff;
}

.card .card-body {
  padding: 2em;
}

.bg-dark {
  --bs-dark-rgb: 0, 0, 0;
}

.badge-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2em;
}

.badge-wrapper p {
  margin-top: 0;
}

.badge-wrapper::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  width: 3em;
  height: 3em;
  background-image: url("../images/ico-certificate.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.badge-wrapper.badge_wrapper_first::before {
  background-image: url("../images/icon_france_orange.png");
}

.badge-wrapper.badge_wrapper_second::before {
  background-image: url("../images/icon_france_orange_Reconnue.png");
}

.mobile-bg {
  background: #000b;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 1em;
}

@media (min-width: 1382px) {
  .mobile-bg {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding: 0;
  }
}

form .form-control[required] + .form-label::after {
  content: "*";
}

.p--md {
  padding-top: 2.4em;
  padding-bottom: 2.4em;
}

.p--lg {
  padding-top: 6.4em;
  padding-bottom: 6.4em;
}

header .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fff;
  font-weight: bold;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

header .navbar .navbar-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar .navbar-nav a {
  text-transform: uppercase;
}

header .navbar .navbar-nav a.nav-link {
  color: #000;
}

body.scrolled header .navbar {
  -webkit-box-shadow: 0 20px 25px -10px #0004;
          box-shadow: 0 20px 25px -10px #0004;
}

#hero {
  position: relative;
  padding-top: 10em;
}

#hero .hero_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #0005;
  display: none;
}

#hero #contact > .card {
  --bs-bg-opacity: 0.85;
}

@media (min-width: 768px) {
  #hero .hero_bg {
    display: block;
  }
}

#missions h3 {
  text-transform: uppercase;
  margin-top: 1em;
}

#missions img {
  width: 4em;
}

#epi h3 {
  text-decoration: underline;
}

#produits .products-list {
  margin-top: 5em;
  margin-bottom: 5em;
}

#produits .products-list h3 {
  font-size: 1em;
  margin-top: 1em;
}

#produits .products-list .product__ref {
  font-weight: bold;
}

#histoire {
  background-image: url("../images/bg-history.jpg");
  background-size: cover;
  background-position: center left;
}

@media (min-width: 992px) {
  #histoire {
    background-position: center;
  }
}

footer {
  padding: 5em 0 4em;
}

footer h3 {
  text-transform: uppercase;
}

footer a {
  text-decoration: none;
  color: var(--bs-primary);
}

footer ul {
  list-style: none;
  margin-top: 1.4em;
  padding: 0;
}

footer ul li {
  margin-bottom: 0.2em;
}

footer ul li a {
  color: #fffb;
}

footer .social-networks a {
  display: inline-block;
  margin-right: 0.4em;
}

footer .social-networks a img {
  height: 2em;
}

/* Custom Css start */
@media (max-width: 767px) {
  .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 25px;
  }
  .navbar > .container {
    display: block;
    text-align: center;
  }
  .product-tumbnail {
    padding: 0 15px;
  }
}
/*# sourceMappingURL=app.css.map */