.html {
  scroll-behavior: smooth;
}

.navbar {
    padding: 20px 0;
}

.navbarTest {
  background-color: #FFFFFF;
  padding: 14px 0px;
}


.navbarTitle {
  font-family: 'Satoshi-Bold';
  color: #023047;
  font-size: 18px;
}

.navbarRightItems {
  display: flex;
  gap: 80px
}

.navbarActive {
  font-family: 'Satoshi-Bold';
  text-decoration: underline;
  color: #023047;
  font-size: 16px;

}

.navbarInactive{
  font-family: 'Satoshi-Medium';
  color: #023047;
  font-size: 16px;
}

.navbarButton {
  border-radius: 4px;
  border: 0.15rem solid #023047;
  display: flex;
  padding: 4px 15px;
  align-items: center;
  color: #023047;
  font-family: 'Satoshi-Medium';
  font-size: 16px;
  gap: 10px;
}

.navbarButton:hover {
  background-color: #023047;
  color: #FFFFFF;
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.download::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\e094";
}

.open::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\e09f";
}


.footer {
  background: var(--grey-grey-100, #FFF);
  box-shadow: 0px -1px 2px 0px rgba(6, 7, 14, 0.06), 0px -1px 3px 0px rgba(6, 7, 14, 0.10);
}

.footerContainer {
  gap: 30px;
}

.mailIllu {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 150px;
}

.tagContainer {
  gap: 14px;
}

.contactBloc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}

.contact {
  color: #023047;
  font-family: Satoshi-Bold;
  line-height: 140%;
}

.contactDetails {
  color: #35596C;
  font-family: Satoshi-Regular;
  font-size: 20px;
  line-height: 140%;
}

.container {
    max-width: 1100px;
    padding: 0 60px;
    margin: auto;
}

@media (max-width: 480px) {
    .container {
        padding: 0 30px;
    }
}

.pt-12,
.py-12 {
  padding-top: 12rem !important;
}

.pr-12,
.px-12 {
  padding-right: 12rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 12rem !important;
}

.pl-12,
.px-12 {
  padding-left: 12rem !important;
}


.mt-6,
.my-6 {
  margin-top: 6rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}

.pt-8,
.py-8 {
  padding-top: 8rem !important;
}

.pt-7,
.py-7 {
  padding-top: 7rem !important;
}


.mt-8,
.my-8 {
  margin-top: 8rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}