html {
  font-size: 16px;
}
body {
  overflow-x: hidden !important;
  color: #384a56;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.7rem;
}
.main {
  position: relative;
  padding: 60px 0;
}
.header {
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 10px 0;
}
.coordonne {
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 15px 0;
  text-align: center;
}
.header-menu {
  background-color: #75231d;
  padding: 5px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.navbar {
  position: fixed;
  right: 0;
  top: 0;
  padding: 20px;
}
.navbar-btn {
  background: #75231d;
  color: #fff;
  border: 1px solid #222;
  font-size: 2rem;
  padding: 5px 10px;
}
.navbar-inner {
  background: #75231d;
  opacity: 0;
  position: absolute;
  right: 0;
  margin-right: 20px;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  text-align: center;
}
.navbar-inner.in {
  opacity: 100;
  visibility: visible;
}
.nav {
  margin-top: 0;
}
.list-menu {
  max-width: 1650px;
  margin: 0 auto;
  display: none;
}
.header-menu .menu-item {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s;
  padding: 20px;
  min-width: 200px;
}
.header-menu .menu-item:hover {
  color: #e5211c;
}
.big__text--red {
  color: #384a56;
  font-size: 1.5rem;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer {
  background-color: #75231d;
  padding: 30px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  text-align: center;
}
.footer-menu .footer-menu-item a,
.footer a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-menu .footer-menu-item a:hover,
.footer a:hover {
  color: #ffffff;
}
@media (min-width: 767.98px) {
  .header-menu {
    padding: 10px;
  }
  .list-menu {
    display: inline;
  }
  .list-menu .list-inline-item {
    width: 20%;
  }
  .coordonne {
    text-align: right;
  }
  .logo_footer {
    height: 124px;
    max-width: 100%;
  }
  .logo-brand {
    max-width: 100%;
  }
  .footer {
    text-align: left;
  }
  .header-menu .menu-item {
    padding: 0;
  }
  .header-menu .menu-item {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .logo_footer {
    max-width: 429px;
  }
  .logo-brand {
    max-width: 665px;
  }
  .header-menu .menu-item {
    padding: 0 30px;
  }
}
