/* c99e64 : is the main color of the logo */
@font-face {
  font-family: RedHatDisplay-Regular;
  src: url("../fonts/RedHatDisplay-Regular.ttf");
}
@font-face {
  font-family: RedHatDisplay-Bold;
  src: url("../fonts/RedHatDisplay-Bold.ttf");
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: RedHatDisplay-Regular;
  font-weight: 100;
  color: #10284a;
  background-color: #ffffff;
  font-size: 18px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.prevent-scroll {
  overflow: hidden;
}

header {
  background-color: #d5d8e1;
  color: #10284a;
  /* Menu */
}
header .menu {
  left: 50%;
  transform: translateX(-50%);
}
header .menu .active .menu-parent, header .menu .child-active .menu-child, header .menu a:hover {
  padding-bottom: 4px;
  border-bottom: 2px solid #10284a;
}
header.is-active {
  position: fixed;
  height: 100vh;
}
header.is-active .menu {
  position: absolute;
  top: 100px;
  width: 100%;
  height: 100vh;
  font-size: 1.5rem;
}
header .hamburger:before,
header .hamburger:after,
header .hamburger div {
  background: #10284a;
  content: "";
  display: block;
  height: 6px;
  border-radius: 3px;
  margin: 7px 0;
  transition: 0.5s;
  width: 50px;
}
header .hamburger:hover {
  cursor: pointer;
}
header .hamburger.is-active:before {
  transform: translateY(12px) rotate(135deg);
}
header .hamburger.is-active:after {
  transform: translateY(-12px) rotate(-135deg);
}
header .hamburger.is-active div {
  transform: scale(0);
}
header .item-menu {
  position: relative;
}
header .item-menu .submenu {
  font-size: 1rem;
}
header .item-menu .submenu li {
  padding: 5px 0;
}
header .item-menu:hover .submenu {
  display: block;
}

footer {
  background-color: #e4be8b;
  color: #10284a;
}
footer a {
  text-decoration: underline;
}
footer a:hover {
  cursor: pointer;
}
footer input[type=submit] {
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.25s;
  background-color: #c99e64;
  color: #ffffff;
}
footer input[type=submit]:disabled {
  opacity: 0.5;
}
footer input[type=submit]:not(:disabled):hover {
  cursor: pointer;
  opacity: 0.7;
}

/* Text */
h1, h2, b, strong {
  font-weight: bold;
  line-height: normal;
  font-family: RedHatDisplay-Bold;
}

h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 3rem;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.5rem;
  color: #d9b78b;
}

:not(header) > .container ul {
  margin-left: 25px;
}
:not(header) > .container ul li {
  position: relative;
}
:not(header) > .container ul li:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border: 2px solid #c99e64;
  left: -20px;
  top: 9px;
  border-radius: 100%;
}

/* Form */
textarea,
input[type=number],
input[type=text],
input[type=tel],
input[type=email] {
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #c99e64;
  width: 100%;
}

.button, :not(header):not(footer) > .container a, .button-header {
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.25s;
  background-color: #c99e64;
  color: #ffffff;
}
.button:disabled, :not(header):not(footer) > .container a:disabled, .button-header:disabled {
  opacity: 0.5;
}
.button:not(:disabled):hover, :not(header):not(footer) > .container a:not(:disabled):hover, .button-header:not(:disabled):hover {
  cursor: pointer;
  opacity: 0.7;
}

.no-background {
  background-color: transparent !important;
}

/* Content */
.has-separator, .has-separator-bread {
  position: relative;
}
.has-separator:after, .has-separator-bread:after {
  position: absolute;
  content: "";
  background-color: #c99e64;
  width: 20%;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  bottom: -100px;
}

.has-separator-bread:after {
  display: none;
}

.has-table table {
  margin: 0 auto;
}
.has-table table tr td {
  padding: 10px 20px;
}

.image-resized {
  object-fit: cover;
  object-position: top center;
  width: 400px;
  height: 400px;
}

#ventes-direct, #a-propos, #valeurs {
  min-height: calc(100vh - 108px);
  margin-top: 108px;
  position: relative;
}

#a-propos-slogan {
  background-color: #d5d8e1;
  color: #ffffff;
}

#contact input, #contact textarea {
  width: 100%;
}
#contact .contact-informations {
  background-color: #d5d8e1;
}

#book-bread input[type=number] {
  width: 100px;
}
#book-bread .day-select label {
  display: inline;
  width: fit-content;
  margin-right: 12px;
}
#book-bread .day-select label:hover {
  cursor: pointer;
}

.alert {
  width: fit-content;
  border-radius: 5px;
  padding: 10px 20px;
}
.alert.alert--success {
  color: #15b84e;
  background-color: #79f1ad;
}
.alert.alert--error {
  color: #bd1616;
  background-color: #f28f8f;
}

.info {
  background-color: #d5d8e1;
  text-align: center;
  padding: 10px;
  max-width: 640px;
  position: absolute;
  bottom: 48px;
  left: 50%;
  font-size: 0.8rem;
  transform: translateX(-50%);
}

/*# sourceMappingURL=style-frontend.css.map */
