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

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

p {
  font-size: 17px;
}

/*.custom-motive video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 100%;
}*/

/*@media (min-width: 1150px) {
.custom-motive video {
height: auto;
width: 100%;
}
}*/

.motive__motto {
  display: none;
}

/*.motive::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
} */

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

#main
{
  padding-bottom: 0;
}

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

.user-form {
  background-color: white;
  border-radius: 0;
  -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

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

#article-579526 #main {
  padding-bottom: 0; 
}

@media (max-width:768px) {
  #main {
    padding-top: 0.5rem;
  }
}

/* ----- HEADING ----- */
/*===========================================================================*/
h6, .h6, h5, .h5, h4, .cart-form__title, .account-form__title, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: 700;
}

h2, .h2 {
  font-size: calc(1.5rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}

/* ----- BUTTONS ----- */
/*===========================================================================*/
.btn-primary {
  padding: 8px 20px;
  background-color: #005387;
  border-radius: 0;
  font-weight: 500;
  font-size: 17px;
}

.btn-default {
  padding: 8px 20px;
  border-radius: 0;
  font-weight: 500;
  font-size: 17px;
  border-color:  #005387;
  color: #005387;
}

.accordion-button {
  font-size: 1.5rem;
  font-weight: 600;
}

/* ----- HEADER ----- */
/*===========================================================================*/
.header {
  -webkit-box-shadow: 0px 3px 10px #00000024;
  box-shadow: 0px 3px 10px #00000024;
}

.contactus {
  font-weight: 600;
}

.contactus__phone-link, .contactus__email-link {
  color: black;
}

.navbar {
  /*background: linear-gradient(143deg, #005387 0%, #005387 45%, #ffffff 45.1%, #ffffff 100%);*/
  background: #005387;
}

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

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

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

.navbar__toggler.expanded .navbar__toggler-icon-bar {
  background-color: black;
}

.navbar__menu-link {
  font-weight: 500;
  font-size: 17px;
  color: white;
}

.navbar__menu-link:hover {
  color: white;
}

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

button.navbar__menu-link, button.navbar__menu-link:hover {
  color: white;
}

.navbar__menu-item.active>.navbar__menu-link, .navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
  color: white;
}

.navbar__menu-item .navbar__menu-item .navbar__menu-link {
  border-left: 2px solid transparent;
}

.navbar__menu-item .navbar__menu-item .navbar__menu-link:hover {
  border-left: 2px solid rgba(var(--bs-secondary-rgb), 0.5);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(var(--bs-secondary-rgb), 0.05)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(var(--bs-secondary-rgb), 0.05));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(var(--bs-secondary-rgb), 0.05));
  color: var(--bs-dark);
}

.navbar__menu-item .navbar__menu-item.active .navbar__menu-link {
  border-left: 2px solid var(--bs-primary);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(var(--bs-primary-rgb), 0.05)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(var(--bs-primary-rgb), 0.05));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(var(--bs-primary-rgb), 0.05));
  color: var(--bs-primary);
}

.navbar__menu-item .navbar__menu-item .navbar__menu-link:hover:after, .navbar__menu-item .navbar__menu-item.active .navbar__menu-link:after {
  width: 0;
}
.navbar__menu-item .navbar__menu-item {
  border-left: 0;
}

.navbar__menu-item--has-childs .navbar__menu-list {
  row-gap: 5px;
}

@media (min-width: 991.98px) {
  .navbar__menu-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: -8px;
    width: 0%;
    border-bottom: 3px solid white;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }

  .navbar__menu-link:hover:after,
  .navbar__menu-item.active > .navbar__menu-link:after {
    width: 100%;
  }
}

@media(min-width: 1200px) {
  .navbar__menu-link:after {
    bottom: -14px;
  }
}

@media (max-width: 991.98px) {
  /*.navbar__menu {
  height: auto;
  margin-top: 64px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.2);
}*/

  .navbar__menu-link, button.navbar__menu-link {
    color: black;
  }

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

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

@media (min-width: 992px) {
  .navbar__menu-list {
    flex-direction: row;
    gap: 16px;
  }
}

/* --- menu vertical ---*/ 
@media (min-width: 992px) {
  .menu-vertical .contactus {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: auto;
  }

  .menu-vertical .navbar__menu-list {
    gap: .7rem;
  }
}

/* ----- MOTIVE ----- */
/*===========================================================================*/
.motive {
  height: unset;
  max-height: unset;
}

.motto {
  max-width: 800px;
}

.motto__title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
}

.motto__text {
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.motto__button-link {
  background-color: #005387;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  border-radius: 0;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
}

@media (min-width: 576px) {
  .motive__motto--center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
}

/* ----- SECTIONS ----- */
/*===========================================================================*/
.section-services li, .section--services li {
  background-color: white;
  border-left: 8px solid #005387;
  border-radius: 0;
  padding: 1em 2em;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: larger;
  box-shadow: 0px 3px 10px #00000024;
}

.section-services a {
  color: #005387;
}

.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;
  margin-left: auto;
  margin-right: auto;
}

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

.footer p {
  margin: 0;
}

.footer, .footer a {
  color: rgba(var(--bs-light-rgb), 0.9);
  font-weight: 500;
}

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

/* ----- UTILITIES ----- */
/*===========================================================================*/
.text-pretty {
  text-wrap: pretty;
}

.text-balance {
  text-wrap: balance;
}