@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

button.navbar__menu-link {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}

button.navbar__menu-link:hover {
  color: #FFCA02;
}

.navbar__menu-list .clicky-menu {
  background-color: #1F2942;
}

@media (min-width: 768px) {
  .border-l {
    border-left: 1px solid #dee2e6 !important;
  }  
}

.container--article {
  padding-bottom: 0;
}

.box-shadow {
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.19);
}

.article-item  {
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
  border-radius: 0;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.19);
  padding: 1rem;
}

.category {
  justify-content: center;
  padding: 1.5rem 1rem;
  border-radius: 0;
}

/*.category__title {
text-align: center;
}*/

.category__thumbnail {
  display: none;
}

.category__details {
  display: none;
}

#main {
  padding-bottom: 0;
  padding-top: 0;
}

#article-549775 .container--article {
  padding-bottom: 0;
}

.user-form {
  position: relative;
  background-color: #f8f9fa;
  border-radius: 2rem !important;
  padding-top: 2rem;
  margin: auto;
  -webkit-box-shadow: 0 3px 5px -5px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 5px -5px rgba(0, 0, 0, .5);
}

.user-form__label {
  font-weight: 600;
}

.form-select, .user-form__input, .add-comment__input--code {
  border-radius: 1rem !important;
}

.user-form__field.user-form__privacy {
  font-size: 14px;
}

.user-form__submit {
  border-radius: 1rem;
  font-size: larger;
  padding: 10px 40px;
}


.btn-block {
  font-size: 17px;
  padding: 10px 30px;
  border-radius: 0;
  border: 2px solid black;
  color: black;
}

.text-md {
  font-size: calc(.12vw + 1rem);
}

.container--article h1+p, .container--article .h1+p {
  margin-top: 0;
}

h6, .h6, h5, .h5, h4, .cart-form__title, .account-form__title, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}


@media (min-width: 1200px) {
  h1 {
    font-size: 4rem !important;
  }
}

h1 {
  font-size: calc(1.475rem + 2.7vw);
}

.container--article h1+p, .container--article .h1+p {
  margin-top: 0;
}

/* -------------------------  MOTIVE ---------------------------------- */
.motive {
  height: 45rem;
  display: none;
}

@media (min-width: 768px) {
  .motive {
    height: 50rem;
  }
}

.motto {
  max-width: 80em;
}

.motive__motto,
.motive__background {
  opacity: 1;
}

body:not(#index) .motive {
  display: none;
}

.motto__title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 3px 3px 10px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .motto__title {
    font-size: 4rem;
  }

  #index .motto__title {
    font-size: clamp(3rem, 7vw, 4.5rem);
  }
}

.motto__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  line-height: 1.5;
  margin-top: 2rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 3px 3px 10px rgba(0, 0, 0, 0.5);
  max-width: 800px;
}

.motto__button-link {
  color: #fff;
  background-color: transparent;
  font-weight: 500;
  border: 2px solid #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 3px 3px 10px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9), 3px 3px 10px rgba(0, 0, 0, 0.5);
  margin-top: 5rem;
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  border-radius: 0;
}

.motto__button-link:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
  text-shadow: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.motive__background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* -------------------------  HEADER ---------------------------------- */
.header {
  background-color: #1F2942;
  background-image: var(--bs-gradient);
}

.navbar {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  max-width: 1320px;
  margin: auto;
}

.navbar__menu-item.active>.navbar__menu-link, .navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
  color: #FFCA02;
  font-weight: 700;
}


.navbar__menu-link {
  color: #ffffff;
}

.navbar__menu-link:hover {
  color: #FFCA02;
}

.navbar__toggler-icon-bar {
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  .navbar__menu-item {
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar__menu {
    background-color: #1F2942;
    padding-bottom: 3rem;
    padding-top: 3rem;
    margin-top: 56px;
    height: auto;
  }
}

.navbar__brand-logo-img {
  image-rendering: -webkit-optimize-contrast;
  max-width: unset;
  max-height: 2.5rem;
}

@media (min-width: 1200px) {
  .navbar__brand-logo-img {
    max-width: unset;
    max-height: 3rem;
  }
}

/* -------------------------  SECTIONS ---------------------------------- */
.section-3-col-bottom-text.cell-borders .section-cell-item, .section-3-col-top-text.cell-borders .section-cell-item {
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
  border-radius: 0;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.19);
}

@media (max-width: 767.98px) {
  .section-2-col-right-text > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-2-col-left-text,
  .section-2-col-right-text {
    text-align: center;
  }
}

.section-bg-dark, .section-bg-dark > div {
  position: relative;
}

.section-bg-dark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 37, 41, 0.7)), to(rgba(33, 37, 41, 0.5)));
  background: -o-linear-gradient(top, rgba(33, 37, 41, 0.7) 0%, rgba(33, 37, 41, 0.5) 100%);
  background: linear-gradient(180deg, rgba(33, 37, 41, 0.7) 0%, rgba(33, 37, 41, 0.5) 100%);
}

.container--article .col-text, .container--article .section--header, .container--article .section--text, .container--article .section-blank, .container--article .section-title, .container--article .section-header, .container--article .section-cta {
  max-width: unset;

}

.container--article .col-text.section-bg-light>*, .container--article .col-text.section-bg>*, .container--article .section--header.section-bg-light>*, .container--article .section--header.section-bg>*, .container--article .section--text.section-bg-light>*, .container--article .section--text.section-bg>*, .container--article .section-blank.section-bg-light>*, .container--article .section-blank.section-bg>*, .container--article .section-title.section-bg-light>*, .container--article .section-title.section-bg>*, .container--article .section-header.section-bg-light>*, .container--article .section-header.section-bg>*, .container--article .section-cta.section-bg-light>*, .container--article .section-cta.section-bg>* {
  max-width: unset;
}

/* ----- FOOTER ----- */
/*===========================================================================*/
.footer {
  background-color: #1F2942;
  background-image: var(--bs-gradient);
}

.footer p {
  margin: 0;
}

.footer, .footer a {
  color: rgba(var(--bs-light-rgb), 0.7);
}

.footer h5 {
  color: var(--bs-light);
}

.footer a:hover {
  color: var(--bs-light);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--bs-primary);
  text-decoration-color: var(--bs-primary);
  text-underline-offset: 3px;
}

.footer .social-icons > li > a > img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(0.7);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(0.7);
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

.footer .social-icons > li > a:hover > img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
}

/* ----- UTILS ----- */
/*===========================================================================*/
.text-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .6), 3px 3px 10px rgba(0, 0, 0, .2);
}