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

:root {
  --primary: #009FC8;
}

.section-3-col-bottom-text p {
  max-width: 90%;
}

.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;
}

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

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

a {
  color: var(--primary);

}

.navbar__toggler-icon-bar {
  background-color: var(--primary);
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

.navbar__menu-item.active .navbar__menu-item.active {
  border-color: var(--primary);
}

.main>.container:first-child, .main>.motive__motto:first-child, .container--article {
  padding-bottom: 0;
}

.accordion-button {
  font-size: 1.2rem;
  font-weight: 500;
}

.motto__button-link {
  margin-top: 4rem;
  margin-bottom: 5rem;
  color: #fff;
  background-color: transparent;
  font-weight: 500;
  border: 2px solid #fff;
  padding: 10px 30px;
  border-radius: 0.7rem;
  -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);
}

.motto__button-link:hover {
  background-color: var(--primary);
  border-color: unset;
}



@media (max-width: 991.98px) {
  .contactus::after {
    background-color: transparent;
  }
}

/* ----- TYPOGRAPHY ----- */
h1, h2, h3, h4 {
  font-weight: 600;
}

/* ----- HEADER ----- */
.header {
  box-shadow: 0px 3px 10px #00000024;
  background-color: black;
}

.navbar {
  max-width: 1400px;
  margin: auto;
}

.contactus-wrap {
  background: var(--primary);
  color: white;
  background-image: var(--bs-gradient) !important;
}

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

.navbar__menu-link:hover {
  color: var(--primary);
}

.navbar__menu-item.active>.navbar__menu-link, .navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
  color: var(--primary);
}

button.navbar__menu-link {
  color: white;
}

button.navbar__menu-link:hover {
  color: var(--primary);
}

.navbar__menu-item--has-childs .navbar__menu-list {
  background-color: black;
}

.navbar__toggler-icon-bar {
  background-color: white;
}

@media (max-width: 991.98px) {
  .navbar__menu {
    background-color: black;
  }
}

/* ----- MOTIVE ----- */
.motive {
  height: 40rem;
}

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

.motto {
  max-width: 50em;
}

.motto__title {
  font-size: 3.5rem;
  margin-bottom: 0.5em;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .motto__title {
    font-size: 3rem;
  }
}

body:not(#index) .motto__title {
  margin-bottom: 0;
}

.motto__text {
  font-size: 1.3rem;
  line-height: 2.5rem;
  margin: auto;
  max-width: 650px;
}

@media (max-width: 575.98px) {
  .motto__text {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

body:not(#index) .motto__text , body:not(#index) .motto__button {
  display: none;
}

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

/* ----- SECTIONS ----- */
.section-3-col-bottom-text.cell-img-borders .section-cell-img {
  width: 120px;
  height: 80px;
  margin-top: -55px;
  border-radius: 1rem;
  border: 6px solid var(--bs-body-bg);
  background-color: var(--primary);
  background-image: var(--bs-gradient) !important;
}

.section-3-col-bottom-text.cell-img-borders .section-cell-item {
  border-radius: .7rem;
}

.section-2-col-left-text > .row > .section-content > img {
  border-radius: 16px;
  border-left: 5px solid var(--primary);
  border-bottom: 5px solid var(--primary);
}

.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%);
}

.section-3-col-bottom-text.cell-img-borders .section-cell-item {
  margin-top: 75px;
}

/* ----- FOOTER ----- */
.footer {
  background-color: black;
  color: white;
  background-image: var(--bs-gradient);
  font-size: 15px;
}

.footer a {
  color: white;
}

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

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

@media (max-width: 767.98px) {
  .section-contact h4, .section-contact .cart-form__title, .section-contact .account-form__title, .section-contact .h4, .section-contact ul {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .section-contact .social-icons {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.section-contact .social-icons>.section-cell-item a img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(39%) saturate(1549%) hue-rotate(153deg) brightness(94%) contrast(101%);
}

.section-contact .social-icons>.section-cell-item a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}