@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
/*!
* Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0 !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-inline-start: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


body {
  background-color: white !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/*------------------------------------*\
    $TIPOGRAFÍA
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

p, span {
  font-family: "Helvetica", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

p {
  padding: 10px 0;
}

/*------------------------------------*\
    @AVATAR
\*------------------------------------*/
.avatar {
  width: 140px;
  height: 140px;
  display: block;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  z-index: 5;
  position: absolute;
  left: 50vw;
  top: 230px;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.avatar img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  display: block;
}

.row {
  margin: auto !important;
}

.row::before, .row::after {
  display: inline-block !important;
  content: none !important;
}

.navbar-collapse::before, .navbar-collapse ::after {
  display: inline-block !important;
  content: none !important;
}

.xl-width {
  width: 90%;
}
@media only screen and (min-width: 1024px) {
  .xl-width {
    width: 80%;
  }
}

.no-gutters [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-gutters {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-gutters-m {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .no-gutters-m {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.no-gutters-d {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media only screen and (min-width: 1024px) {
  .no-gutters-d {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .no-left-gutter {
    padding-left: 0 !important;
  }
}

.gutters-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.bottomBlock {
  margin-bottom: 5em !important;
}

.is-flex {
  display: flex !important;
  flex-wrap: wrap;
}
.is-flex > div {
  width: 33.3% !important;
}
.is-flex > div img {
  margin: auto;
  display: block;
}

/*------------------------------------*\
    $EXTRAS
\*------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media only screen and (min-width: 1024px) {
  .no-margin {
    margin: 0 auto !important;
  }
}

header {
  position: fixed;
  z-index: 8;
}
header .header-container {
  width: 100vw;
}
header .header-container .title-nav-wrapper {
  padding: 20px;
}
@media only screen and (min-width: 900px) {
  header .header-container .title-nav-wrapper {
    padding: 20px 45px;
  }
}
header .header-container .title-nav-wrapper .site-title a {
  display: inline-block;
}
header .header-container .title-nav-wrapper .site-title a .logo {
  max-width: 160px;
  min-width: 160px;
}

.language {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.language a img {
  width: 42px;
  height: 42px;
}

.white-block {
  margin-top: -64vh;
}
.white-block .name {
  background-color: white;
  z-index: 4;
  padding-top: 75px;
}
.white-block .name h1 {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #2e2e2e;
  text-transform: uppercase;
}
.white-block .name h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #595a5c;
}
.white-block .description {
  background-color: white;
  z-index: 4;
}
.white-block .description p {
  margin: auto;
  text-align: center;
  color: #595a5c;
  max-width: 320px;
  font-size: 12px;
}
.white-block .action-buttons {
  background-color: white;
  z-index: 1;
}
.white-block .action-buttons a {
  display: block;
}
.white-block .action-buttons a img {
  width: 60px;
}
.white-block .action-buttons .card-ss {
  max-width: 320px;
  margin: auto;
}
.white-block .action-buttons .card-ss a {
  width: 96%;
}
.white-block .social-buttons {
  background-color: white;
  z-index: 1;
}
.white-block .social-buttons a {
  display: block;
}
.white-block .social-buttons a img {
  width: 38px;
}

.footer {
  background-color: white;
}
.footer .foot-page {
  padding: 0 0 20px;
  margin: auto;
}
.footer .foot-page p {
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
}
.footer .foot-page a img {
  max-width: 140px;
}
.footer .foot-page .qrcode {
  width: 100px;
  height: 100px;
}
.footer .foot-page .qrcode img {
  width: 80%;
}
.footer .foot-page .agency {
  text-align: right;
}

.mobile {
  display: flex !important;
}
@media only screen and (min-width: 900px) {
  .mobile {
    display: none !important;
  }
}

.desktop {
  display: none !important;
}
@media only screen and (min-width: 900px) {
  .desktop {
    display: flex !important;
  }
}

.btn {
  font-family: "Montserrat", sans-serif;
  margin: auto;
  max-width: 320px;
  border-radius: 30px !important;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 14px 22px !important;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}
.btn i {
  color: #a3a3a3;
  font-size: 16px;
  margin-right: 5px;
}

.btn-primary {
  background-color: #2e2e2e !important;
  border: 2px solid #595a5c !important;
  color: #a3a3a3 !important;
}

.btn-secondary {
  background-color: #595a5c !important;
  border: 2px solid #595a5c !important;
  color: white !important;
}

.btn-add-to-home {
  background-color: #007bff !important;
  border: 2px solid #007bff !important;
  color: white !important;
  font-size: 12px !important;
}
.btn-add-to-home i {
  color: white;
}

.btn .icn-btn {
  width: 30px;
  height: 20px;
}
.btn .icn-whatsapp {
  background-image: url("../img/whatsapp-brands.svg");
  background-repeat: no-repeat;
}
.btn .icn-phone {
  background-image: url("../img/icn-phone.svg");
  background-repeat: no-repeat;
}
.btn .icn-mail {
  background-image: url("../img/icn-mail.svg");
  background-repeat: no-repeat;
}

/*------------------------------------*\
    @IMAGES
\*------------------------------------*/
.img-10 {
  width: 10%;
}

.img-20 {
  width: 20%;
}

.img-30 {
  width: 30%;
}

.img-40 {
  width: 40%;
}

.img-50 {
  width: 50%;
}

.img-60 {
  width: 60%;
}

.img-70 {
  width: 70%;
}

.img-80 {
  width: 80%;
}

.img-90 {
  width: 0%;
}

.img-100 {
  width: 100%;
}

.add-to-home {
  padding: 28px 10px 20px;
}
.add-to-home .subject {
  padding-bottom: 20px;
}
.add-to-home .subject img {
  width: 100%;
  max-width: 25px;
  margin-right: 8px;
}
.add-to-home .subject h5 {
  letter-spacing: -0.02rem;
  font-size: 14px !important;
  font-weight: 600;
  color: #2e2e2e;
}
.add-to-home h6 {
  font-weight: 700;
  color: #2e2e2e;
  padding-bottom: 10px;
}
.add-to-home .nav-pills .nav-link {
  border: 2px solid;
  margin-right: 10px;
  padding: 0.8rem 1rem;
  font-weight: 600;
}
.add-to-home .nav-pills .nav-link.active {
  border: 2px solid #007bff;
}
.add-to-home .tab-content > .active {
  background-color: white;
  border: 1px solid #e5e5e5;
  padding: 20px 0;
}
.add-to-home .tab-content > .active p {
  padding: 0;
  color: #2e2e2e;
}
.add-to-home .icn-system {
  width: 100%;
  max-width: 70px;
}

/* --------------------------------

Fixed Nav - Lateral Nav

-------------------------------- */
#fixedNav {
  position: fixed;
  top: 0;
  right: 0;
  min-width: 80px;
  z-index: 6;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-filter: transform;
  -moz-filter: transform;
  -ms-filter: transform;
  -o-filter: transform;
  filter: transform;
  -webkit-filter: 400ms;
  -moz-filter: 400ms;
  -ms-filter: 400ms;
  -o-filter: 400ms;
  filter: 400ms;
}
#fixedNav.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

#cd-menu-trigger {
  position: absolute;
  top: 20px;
  left: 20px;
}
#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  display: none;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: block;
  width: 42px;
  height: 42px;
  background-image: url("../img/icn-rocket.svg");
  /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(46, 46, 46, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-image: url("../img/icn-close.svg");
}

#cd-lateral-nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 5;
  background-color: white;
  overflow-y: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 200ms 0s, visibility 0s 200ms;
  -moz-transition: -moz-transform 200ms 0s, visibility 0s 200ms;
  transition: transform 200ms 0s, visibility 0s 200ms;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform 200ms 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 200ms 0s, visibility 0s 0s;
  transition: transform 200ms 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

.parallax-container .logo-container {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.parallax-container .logo-container .logo {
  width: 150px;
  margin: 4vh auto 0;
  display: block;
}
.parallax-container .logo-container .btn {
  margin: auto;
}
@media only screen and (min-width: 900px) {
  .parallax-container .logo-container .btn {
    margin: 0;
  }
}
.parallax-container .logo-container h2 {
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #2e2e2e;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .parallax-container .logo-container h2 {
    font-size: 25px;
    text-align: left;
    letter-spacing: 20px;
  }
}
.parallax-container .logo-container h2 span {
  font-size: 30px;
  font-weight: 700;
  color: #2e2e2e;
  letter-spacing: 18px;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .parallax-container .logo-container h2 span {
    text-align: left;
  }
}
.parallax-container .logo-container h5 {
  color: #2e2e2e;
  text-transform: uppercase !important;
  font-size: 14px !important;
  letter-spacing: 5px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .parallax-container .logo-container h5 {
    text-align: left;
  }
}
.parallax-container .logo-container .btn {
  display: block;
}
.parallax-container .scroll-arrow {
  position: absolute;
  z-index: 3;
  top: 90vh;
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.parallax-container .parallax-window {
  background: transparent;
}
.parallax-container .parallax-window.hero {
  height: 100vh;
}
.parallax-container .image-overlay-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
  height: 100vh;
  transform: translatez(0);
  -webkit-transform: translatez(0);
}
@media only screen and (min-width: 900px) {
  .parallax-container .image-overlay-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.parallax-container .path-curve {
  position: absolute;
  margin-top: -72vh;
  z-index: 1;
}

.content-404-inner {
  padding: 50px 20px 20px;
  height: 70vh;
}
.content-404-inner h1 {
  text-transform: uppercase;
  margin-bottom: 25px !important;
  color: #595a5c;
}
.content-404-inner p {
  color: #2e2e2e;
  font-family: "Helvetica", sans-serif;
}
.content-404-inner .logo {
  width: 100px;
  margin: auto;
}
.content-404-inner .logo img {
  border-radius: 50%;
  border: 4px solid #f5f5f5;
}

.ad-1 {
  animation-delay: 250ms;
}

.ad-2 {
  animation-delay: 500ms;
}

.ad-3 {
  animation-delay: 750ms;
}

.categorie {
  padding-top: 78px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 220px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#e6000000",GradientType=0 ); /* IE6-9 */
}

.menu-categorie {
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.menu-categorie h1 {
  color: white;
  padding: 30px 0 0 20px;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: left;
}

.categorie-1 {
  background-image: url("../img/a-categorie.jpg");
}

.categorie-2 {
  background-image: url("../img/b-categorie.jpg");
}

.categorie-3 {
  background-image: url("../img/c-categorie.jpg");
}

.categorie-4 {
  background-image: url("../img/d-categorie.jpg");
}

.categorie-5 {
  background-image: url("../img/e-categorie.jpg");
}

.categorie-6 {
  background-image: url("../img/f-categorie.jpg");
}

.categorie-7 {
  background-image: url("../img/g-categorie.jpg");
}

.categorie-8 {
  background-image: url("../img/h-categorie.jpg");
}

.categorie-9 {
  background-image: url("../img/i-categorie.jpg");
}

.categorie-10 {
  background-image: url("../img/j-categorie.jpg");
}

.categorie-11 {
  background-image: url("../img/k-categorie.jpg");
}

.categorie-12 {
  background-image: url("../img/l-categorie.jpg");
}

.categorie-13 {
  background-image: url("../img/m-categorie.jpg");
}

.categorie-14 {
  background-image: url("../img/n-categorie.jpg");
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  grid-gap: 10px;
  padding: 20px 10px;
}
@media only screen and (min-width: 900px) {
  .grid-container {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (min-width: 1024px) {
  .grid-container {
    grid-template-columns: auto auto auto auto;
  }
}
.grid-container > div {
  padding: 5px;
}
.grid-container > div img {
  width: 100%;
}

.fixed-header {
  position: fixed;
  z-index: 7;
  top: 0;
  -webkit-box-shadow: 0 0 40px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px 12px rgba(0, 0, 0, 0.2);
}

.go-back-home {
  background-color: white;
  position: absolute;
  text-align: left;
  font-weight: 600;
  padding: 10px 14px 8px;
  width: 100vw;
  height: 40px;
  font-size: 16px;
  color: black;
}
.go-back-home:hover {
  color: black;
  text-decoration: none;
}

.nav-horizontal {
  overflow-x: auto;
  white-space: nowrap;
  background: white;
  margin-top: 40px;
  height: 40px;
}
.nav-horizontal::-webkit-scrollbar {
  display: none;
}
.nav-horizontal .item-nav {
  text-align: center;
  padding: 10px 0 10px 8px;
}
.nav-horizontal .item-nav a {
  font-size: 14px;
  font-weight: 600;
  color: black;
}
.nav-horizontal .item-nav a:hover {
  text-decoration: none;
}
.nav-horizontal .item {
  border: none;
  outline: none;
  padding: 8px 12px;
  background-color: white;
  cursor: pointer;
  font-size: 18px;
  color: black;
  border-radius: 20px;
  font-weight: 500;
}
.nav-horizontal .active, .nav-horizontal .item:hover {
  background-color: #2e2e2e;
  color: white !important;
  font-weight: 500;
}
