@font-face {
  font-family: 'Bruno Ace';
  src: url('fonts/BrunoAce-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

 RESET*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

ul[role='list'],
ol[role='list'] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-family: montserrat, sans;
  background-color: #171717;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

:root {
  /*--primary: #ffac18;
  --secondary: #32c342;
  --second-dark: green;*/
  --primary: #ffac18;
  --secondary: #22ff00;
  --second-dark: green;
}

h1,
h2,
h3,
h4 {
  font-family: 'Bruno Ace', sans-serif;
}

h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 0 0 20px;
  display: block;
  width: 100%;
  max-width: 1440px;
}

h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.slide:hover,
.slide:focus {
  box-shadow: inset 15em 0 0 0 var(--secondary);
}
/* Button css */

button {
  color: #000;
  transition: 0.65s;
}

button:hover,
button:focus {
  /*border-color: #66c887;*/
  color: #000;
}

button {
  font-family: 'Bruno Ace', sans-serif;
  background: var(--primary);
  border: none;
  border-radius: 7px;
  font-weight: bold;
  line-height: 1;
  margin: 1em 0;
  padding: 1em 2em;
  box-shadow: none;
}
.btn-container {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto 50px auto;
}
/* html */
.global-wrapper {
  transition: filter 0.6s;
}

.filtered {
  filter: blur(20px) brightness(70%);
}

.section {
  position: relative;
  color: white;
}

#stock,
#services,
#offers,
#contact {
  padding: 50px 0 0;
  margin: 0 auto;
}

.topbar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 20px auto;
  z-index: 200;
  color: white;
  padding: 0 20px;
  font-family: 'Bruno Ace', sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
.topbar-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yellow {
  color: var(--primary);
}
.logo {
  text-decoration: none;
  color: white;
}
.menu {
  font-size: 1.2rem;
  padding-right: 30px;
  transition: 0.6s;
  margin-bottom: -26px;
}
.menu span {
  transition: 0.6s;
}

.menu:hover,
.menu:focus {
  color: var(--secondary);
}

.menu:hover span,
.menu:focus span {
  color: var(--second-dark);
}
.menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
  z-index: 20;
  display: none;
  justify-content: center;
  align-items: center;
}
.visible {
  display: flex;
  opacity: 1;
}
.m-top-btn {
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 21;
}
.main-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
}
.menu-entry {
  color: white;
  text-decoration: none;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Bruno Ace', sans-serif;
  transition: 0.6s;
  padding: 10px;
}
.main-menu span {
  transition: 0.6s;
}
.main-menu a:hover,
.main-menu a:focus {
  color: var(--secondary);
}
.main-menu a:hover span,
.main-menu a:focus span {
  color: var(--second-dark);
}
.video-container {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  filter: brightness(60%);
}

.text-content {
  width: auto;
  height: auto;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  color: white;
  padding-left: 150px;
}

.stock-height {
  min-height: 500px;
}

.text-content h1 {
  /*font-family: Super, sans;*/
  font-family: 'Bruno Ace', sans-serif;
  font-weight: 1000;
  font-size: 4rem;
  margin-left: -75px;
}

.text-content p {
  width: 375px;
  font-size: 14px;
}
.text-wrapper {
  width: 100%;
}
.g {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 50px; /*0 70px 100px 0;
  display: flex;*/
  color: white;
  display: flex;

  width: 100%;
}
.g-container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  justify-content: flex-end;
  padding-right: 70px;
  margin: 0 auto;
}
.guarantee {
  padding: 0 30px;
}

.guarantee p {
  font-size: 14px;
  margin-top: 0;
}

.g-number {
  font-family: 'Bruno Ace', sans-serif;
  font-size: 2rem;
  font-weight: bold;
}

.arrow-container {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--primary);
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.hidden {
  display: none;
}

.blinking-arrow {
  font-size: 50px;
  animation: blink 2s infinite;
  display: inline-block;
  transform: scaleX(1.5);
  margin-bottom: -15px;
  font-weight: bold;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.cards-container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
}

.no-results {
  padding: 50px;
}

.card {
  width: 430px;
  flex: none;
  margin: 50px 50px;
}

.card img {
  filter: brightness(75%);
  border-radius: 10px;
  width: 430px;
  height: 215px;
}

.first-line,
.second-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.price {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.price {
  font-family: 'Bruno Ace', sans-serif;
  color: var(--primary);
}
.specs,
.vat {
  color: rgb(133, 133, 133);
}
#services {
  position: relative;
  height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.services-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 700px;
}
.services-back img {
  object-fit: cover;
  width: auto;
  min-width: 100%;
  height: 100%;
  filter: brightness(60%);
}
.services-container {
  padding: 50px 0 0 200px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.service {
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Bruno Ace', sans-serif;
}
.service .s-arrow {
  display: inline-block;
  transform: scaleY(1.5);
}

/* Formulaire de contact */
.container {
  width: 50%;
  max-width: 750px;
  margin: 50px auto;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-group textarea {
  resize: vertical;
}
.form-group button {
  /*padding: 10px 20px;*/
  background-color: var(--primary);
  color: #000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Footer */
footer {
  background-color: #0f0f0f;
  width: 100%;
  padding: 50px 20px 10px 20px;
}
footer h2 {
  padding: 0;
}
.footer-wrapper {
  width: 100%;
  padding: 0 10%;
  max-width: 1440px;
  margin: 0 auto;
}
.top-footer {
  font-family: 'Bruno Ace', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: rgb(133, 133, 133);
}
.middle-footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.middle-footer h3 {
  color: rgb(180, 179, 179);
  margin-bottom: 25px;
}
.middle-footer a {
  display: block;
  color: rgb(133, 133, 133);
  text-decoration: none;
  padding: 5px 0;
}
.middle-footer a:hover {
  color: var(--secondary);
}
.mf-left,
.mf-center {
  width: fit-content;
  padding-right: 3%;
}
.mf-right {
  width: fit-content;
}
.top-footer .logo {
  margin-bottom: 50px;
}
.copyrights {
  width: 100%;
  text-align: center;
  color: rgb(133, 133, 133);
}
/*********** Stock ***********/
.input-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.input-wrapper {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.input-wrapper label {
  margin-bottom: 10px;
  font-family: 'Bruno Ace', sans-serif;
}
.input-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 15px 10px 12px;
  min-width: 175px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  border: none;
}

.input-wrapper select option {
  font-family: 'Montserrat';
  background-color: white;
  color: black;
}

.input-wrapper select option:hover {
  background-color: lightgray;
}
@media (min-width: 1280px) {
  .video-container {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url('imgs/SK-poster-1920.webp');
  }
  #services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url('imgs/services-back-1920.webp');
    /*background-image: url('imgs/services-back-1920.webp');*/
  }
}

@media (min-width: 800px) and (max-width: 1279px) {
  .video-container {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url('imgs/SK-poster-1280.webp');
  }
  #services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url('imgs/services-back-1280.webp');
    /*background-image: url('imgs/services-back-1280.webp');*/
  }
}

@media (min-width: 410px) and (max-width: 799px) {
  h2 {
    font-size: 1.5rem;
  }
  button {
    font-size: 0.875rem;
  }
  .logo {
    font-size: 1.5rem;
  }
  .menu {
    font-size: 1.2rem;
    padding: 0;
    margin-bottom: -5px;
  }
  .menu-entry {
    font-size: 1.5rem;
  }
  .video-container {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url('imgs/SK-poster-640.webp');
  }

  .text-content {
    padding: 0 0 50px 60px;
  }

  .text-content h1 {
    font-size: 2rem;
    margin-left: -35px;
  }

  .text-content p {
    width: 375px;
    font-size: 12px;
  }

  .g {
    padding-bottom: 50px;
  }
  .g-container {
    justify-content: flex-end;
    padding-right: 0;
  }
  .guarantee {
    padding: 0 30px;
  }

  .guarantee p {
    font-size: 12px;
  }

  .g-number {
    font-family: 'Bruno Ace', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .card {
    width: 100%;
    max-width: 430px;
    margin: 20px;
    padding: 0 10px;
  }
  .card img {
    object-fit: cover;
  }
  #services {
    height: 420px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url('imgs/services-back-640.webp');

    /*background-image: url('imgs/services-back-640.webp');*/
  }
  .services-container {
    padding: 25px 0 0 30px;
    height: 420px;
  }
  .services-back {
    height: 420px;
  }
  .service {
    font-size: 1.2rem;
  }
  .middle-footer {
    flex-direction: column;
    align-items: center;
  }
  .container {
    width: 80%;
  }
  .mf-left,
  .mf-center,
  .mf-right {
    padding: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 409px) {
  h2 {
    font-size: 1.3rem;
  }
  .btn-container {
    padding-left: 10px;
  }
  button {
    font-size: 0.875rem;
  }
  .logo {
    font-size: 1.2rem;
  }
  .menu {
    font-size: 1rem;
    padding: 0;
    margin-bottom: -3px;
  }
  .menu-entry {
    font-size: 1.1rem;
    padding: 15px;
  }
  .m-top-btn {
    right: 20px;
    top: 20px;
  }
  .video-container {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url('imgs/services-back-640.webp');
    /*background-image: url('imgs/SK-poster-640.webp');*/
  }

  .text-content {
    padding: 0 20px 50px 20px;
  }

  .text-content h1 {
    font-size: 1.5rem;
    margin-left: 0;
  }

  .text-content p {
    width: 100%;
    font-size: 12px;
  }

  .g {
    padding-bottom: 50px;
  }
  .g-container {
    justify-content: space-between;
    padding: 0 20px;
  }
  .guarantee {
    padding: 0 5px;
  }

  .guarantee p {
    font-size: 12px;
  }

  .g-number {
    font-family: 'Bruno Ace', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .card {
    width: 100%;
    margin: 20px;
    padding: 0 10px;
  }
  .card img {
    object-fit: cover;
  }
  #services {
    height: 420px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url('imgs/services-back-640.webp');
    /*background-image: url('imgs/services-back-640.webp');*/
  }
  .services-container {
    padding: 25px 0 0 30px;
    width: 420px;
  }
  .services-back {
    height: 420px;
  }
  .service {
    font-size: 1.2rem;
  }
  .container {
    width: 90%;
  }
  .middle-footer {
    flex-direction: column;
    align-items: center;
  }

  .mf-left,
  .mf-center,
  .mf-right {
    padding: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
