/* Couleurs */
/* Breakpoints */
/* Font */
body {
  position: relative;
  top: 70px;
  background-color: #fff8e9;
  margin: 0;
}

.header {
  background-color: #fff8e9 !important;
}
.header__boothy {
  width: 5rem;
}
.header__burger {
  border: none;
}
.header__burger__span {
  width: 3rem;
}
.header__burger:focus {
  box-shadow: none;
}
.header__sidebar {
  background-color: #262924;
}
.header__sidebar__boothy {
  width: 7rem;
}
.header__sidebar__close {
  color: #fff8e9;
  opacity: 100%;
}
.header__sidebar__item {
  color: #fff8e9 !important;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
}
.header__sidebar__soustitre {
  color: #fff8e9 !important;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  margin-top: 5rem;
}
.header__sidebar__contact {
  color: #fff8e9 !important;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  text-decoration: none;
}
.header__sidebar__fleche {
  width: 1rem;
  object-fit: contain;
}
footer {
  position: relative;
  background-color: #262924;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  z-index: 10;
}

.footer {
  padding-top: 45px;
  margin: 0 1rem;
  display: flex;
  justify-content: space-between;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .footer__container {
    margin-top: 2rem;
  }
}
.footer__soustitre {
  color: #fff8e9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__soustitre__deux {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer__soustitre {
    font-size: 1.5rem;
    text-align: left;
  }
}
.footer__contact {
  margin: 10px;
}
.footer__contact__info {
  display: flex;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  color: #fff8e9;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .footer__contact__info {
    font-size: 1.3rem;
  }
}
.footer__contact__a {
  color: #fff8e9;
  text-decoration: none;
}
.footer__contact__fleche {
  width: 1rem;
  object-fit: contain;
}
@media (max-width: 768px) {
  .footer__contact__logo {
    display: none;
  }
}
.footer__logo {
  width: 174px;
  object-fit: contain;
}
.footer__title {
  display: flex;
  width: 90%;
  margin: auto;
}
@media (min-width: 768px) {
  .footer__title {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .footer {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer {
    margin: 0 5rem;
  }
}

.section-margin {
  margin: 3rem 5%;
}

/*# sourceMappingURL=app.output.css.map */
