@import "tachyons.css";
html {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  height: 100%;
}

ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

a {
  text-decoration: none;
}

.trapeze1 {
  border-bottom: 64px solid #232323;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  height: 0;
  /* width: 400px; */
}

.select-none {
  user-select: none;
}

.translateY--50 {
  transform: translateY(-50%);
}

.translateX--50 {
  transform: translateX(-50%);
}

.translateY--100 {
  transform: translateY(-100%);
}

.translate-center {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.mw1200-flex {
  max-width: 1200px;
  display: flex;
}

.mw1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.mw330 {
  max-width: 330px;
}

.mw560 {
  max-width: 560px;
}

.mw1200::after {
  content: "";
  clear: both;
  display: table;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-15 {
  line-height: 1.5;
}

.lh-17 {
  line-height: 1.7;
}

.lh-20 {
  line-height: 2;
}

.transition {
  transition: all 100ms ease-in-out;
}

.transition2 {
  transition: all 0.3s ease-in-out;
}

.scale1 {
  transform: scale(0.8);
}

.g-recaptcha > div {
  margin: 0 auto;
}

.light {
  font-weight: 300;
}

.drop-shadow {
  filter: drop-shadow(1px 5px 2px rgba(110, 110, 110, 0.34));
}

.skew {
  transform: skewX(22.5deg);
}
@media screen and (max-width: 60em) {
  .skew {
    transform: none;
  }
}

.unskew {
  transform: skewX(-22.5deg);
}
@media screen and (max-width: 60em) {
  .unskew {
    transform: none;
  }
}

.w560 {
  width: 560px;
}

.fz9 {
  font-size: 9px;
}

.fz14 {
  font-size: 14px;
}

.fz18 {
  font-size: 18px;
}

.fz24 {
  font-size: 24px;
}

.fz48 {
  font-size: 48px;
}

.fz36 {
  font-size: 36px;
}

.fz60 {
  font-size: 60px;
}

.fz64 {
  font-size: 64px;
}

.fz96 {
  font-size: 96px;
}

.pa25 {
  padding: 0.75rem;
}

.ph25 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.pv25 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media screen and (min-width: 30em) {
  .w560-ns {
    width: 560px;
  }
  .fz9-ns {
    font-size: 9px;
  }
  .fz14-ns {
    font-size: 14px;
  }
  .fz18-ns {
    font-size: 18px;
  }
  .fz24-ns {
    font-size: 24px;
  }
  .fz36-ns {
    font-size: 36px;
  }
  .fz48-ns {
    font-size: 48px;
  }
  .fz60-ns {
    font-size: 60px;
  }
  .fz64-ns {
    font-size: 64px;
  }
  .fz96-ns {
    font-size: 96px;
  }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
  .w560-m {
    width: 560px;
  }
  .fz9-m {
    font-size: 9px;
  }
  .fz14-m {
    font-size: 14px;
  }
  .fz18-m {
    font-size: 18px;
  }
  .fz24-m {
    font-size: 24px;
  }
  .fz36-m {
    font-size: 36px;
  }
  .fz48-m {
    font-size: 48px;
  }
  .fz60-m {
    font-size: 60px;
  }
  .fz64-m {
    font-size: 64px;
  }
  .fz96-m {
    font-size: 96px;
  }
}
@media screen and (min-width: 60em) {
  .w560-l {
    width: 560px !important;
  }
  .fz9-l {
    font-size: 9px;
  }
  .fz14-l {
    font-size: 14px;
  }
  .fz18-l {
    font-size: 18px;
  }
  .fz24-l {
    font-size: 24px;
  }
  .fz36-l {
    font-size: 36px;
  }
  .fz48-l {
    font-size: 48px;
  }
  .fz60-l {
    font-size: 60px;
  }
  .fz64-l {
    font-size: 64px;
  }
  .fz96-l {
    font-size: 96px;
  }
}
.color1 {
  color: #F6EB14;
}

.color2 {
  color: #E01E22;
}

.color3 {
  color: #232323;
}

.gris1 {
  color: #EDEDED;
}

.gris2 {
  color: #F8F8F8;
}

.bg-color1 {
  background-color: #F6EB14;
}

.bg-color2 {
  background-color: #E01E22;
}

.bg-color3 {
  background-color: #232323;
}

.bg-gris1 {
  background-color: #EDEDED;
}

.bg-gris2 {
  background-color: #F8F8F8;
}

.b--color1 {
  border-color: #F6EB14;
}

.b--color2 {
  border-color: #E01E22;
}

.b--color3 {
  border-color: #232323;
}

.hover-bg-color1:hover {
  background-color: #F6EB14;
}

.hover-bg-color1:focus {
  background-color: #F6EB14;
}

.hover-bg-color2:hover {
  background-color: #E01E22;
}

.hover-bg-color2:focus {
  background-color: #E01E22;
}

.hover-bg-color3:hover {
  background-color: #232323;
}

.hover-bg-color3:focus {
  background-color: #232323;
}

.hover-color1:hover {
  color: #F6EB14;
}

.hover-color1:focus {
  color: #F6EB14;
}

.hover-color2:hover {
  color: #E01E22;
}

.hover-color2:focus {
  color: #E01E22;
}

.hover-color3:hover {
  color: #232323;
}

.hover-color3:focus {
  color: #232323;
}

.bg-gradient1 {
  background: linear-gradient(360deg, rgba(248, 248, 248, 0) 68.51%, #E9E9E9 100%);
}

.hover-bg-gradient2:hover {
  background: linear-gradient(180deg, #D4C900 0%, #FFF200 48.07%);
}

.hover-bg-gradient2:focus {
  background: linear-gradient(180deg, #D4C900 0%, #FFF200 48.07%);
}

.bg-gradient3 {
  background: linear-gradient(180deg, #000000 0%, #272727 100%);
}

.button1 {
  margin: 0 auto;
  width: 150px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: white;
  background-color: #E01E22;
  text-align: center;
  padding: 10px 20px;
  border: solid 0;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  transition: background-color 400ms ease-out;
}

.button1:hover {
  cursor: pointer;
  background-color: #F6EB14;
}

.home-button {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 0.5rem 0.8rem;
  color: white;
  background-color: #E01E22;
  border: 1px solid #E01E22;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  transition: all 400ms ease-in-out;
}

.home-button:hover {
  cursor: pointer;
  color: #E01E22;
  background-color: white;
}

.contact-form-field {
  display: block;
  box-sizing: border-box;
  width: 60%;
  margin: 0.5rem auto;
}

.contact-form altcha-widget {
  display: block;
  width: max-content;
  margin: 0.75rem auto;
}

.jumbo {
  position: relative;
  width: 100%;
  height: 520px;
  font-family: "Open Sans Condensed", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 60%;
}

.jumbo-content {
  position: relative;
  height: 100%;
}

.jumbo-aris {
  display: inline-block;
  width: 180px;
  margin: 1rem 1rem 0 0;
  vertical-align: middle;
}

.jumbo-title {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.25em;
  color: #000;
  background: #f6eb14;
  font-size: 48px;
  font-weight: bold;
}

.jumbo-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.qui-content {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
}

.footer-phone-icon {
  color: #f6eb14;
  font-size: 24px;
}

.devis-page {
  min-height: 900px;
  padding: 20px 0;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url("/static/images/devis-background.jpg") 50% 60%/cover no-repeat;
}

.devis-form {
  padding: 0 1rem;
}

.devis-columns {
  display: flex;
}

.devis-column {
  width: 50%;
  padding: 0 1rem;
}

.devis-column h2 {
  display: inline-block;
  margin: 0;
  padding: 0.45rem 0.5rem;
  color: #000;
  background: #f6eb14;
  font-size: 36px;
}

.devis-field {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
}

.devis-field span {
  width: 35%;
}

.devis-field input {
  box-sizing: border-box;
  width: 60%;
  padding: 0.35rem;
}

.devis-check {
  display: block;
  padding: 0.25rem 0;
}

.devis-check input {
  margin-right: 0.5rem;
}

.devis-comments {
  display: block;
  padding: 0.75rem 0;
}

.devis-comments textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 1rem;
  padding: 0.5rem;
  resize: vertical;
}

.devis-page altcha-widget {
  display: block;
  width: max-content;
  margin: 0.75rem auto;
}

.devis-submit {
  font-size: 24px;
  text-transform: uppercase;
}

@media screen and (max-width: 60em) {
  .devis-columns {
    display: block;
  }
  .devis-column {
    width: auto;
  }
}
.condensed {
  font-family: "Open Sans Condensed", sans-serif;
}

.product-description p {
  margin: 0 0 0.1rem;
}

.product-description p:last-child {
  margin-bottom: 0;
}

.menu-shell {
  position: sticky;
  top: 0;
  z-index: 5;
  border-bottom: 1px solid #ededed;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.topbar > .mw1200 > a {
  transition: background-color 400ms ease-out, color 400ms ease-out;
}

.button-menu {
  text-align: center;
  padding: 1.2rem 0.5rem;
  width: auto;
  align-items: center;
  justify-content: center;
  color: #232323;
  text-decoration: none;
  transition: all 400ms ease-in-out;
}

.button-menu:hover {
  cursor: pointer;
}

.button-menu.active-menu {
  background: linear-gradient(180deg, #D4C900 0%, #FFF200 48.07%);
}

@media screen and (max-width: 60em) {
  .menu-shell {
    position: static;
  }
  .button-menu {
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
    padding: 1rem 0.5rem;
    font-size: 14px;
  }
  .mw1200 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  html, body {
    overflow-x: hidden;
  }
  .topbar > .mw1200 {
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
  }
  .topbar > .mw1200 > div {
    flex: 1 0 100%;
    justify-content: center;
    text-align: center;
  }
  .topbar > .mw1200 > a {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .main-menu-inner {
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: stretch;
  }
  .main-menu-inner > a:first-child {
    display: flex;
    justify-content: center;
  }
  .main-menu-inner > .button-menu {
    flex: none;
  }
  .main-menu-inner > a:last-child {
    flex: none;
    align-self: center;
  }
  .main-menu-inner > a:last-child img {
    width: 87px !important;
    max-height: 78px !important;
  }
}
.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.slider-track {
  display: flex;
  transition: transform 400ms ease-in-out;
}

.slider-slide {
  flex: 0 0 100%;
  line-height: 0;
}

.slider-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  width: 57px;
  height: 57px;
  margin-top: -28px;
  border: 0;
  border-radius: 50%;
  background: #f6eb14;
  cursor: pointer;
}

.slider-arrow::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 5px solid #777;
  border-right: 5px solid #777;
}

.slider-arrow-prev {
  left: 4.2%;
}

.slider-arrow-prev::after {
  margin-left: 23px;
  transform: rotate(-135deg);
}

.slider-arrow-next {
  right: 4.2%;
}

.slider-arrow-next::after {
  margin-left: 17px;
  transform: rotate(45deg);
}

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