@font-face {
  font-family: Sourcesemibold;
  src: url("../Fonts/pages/SourceSansPro-SemiBold.ttf");
}

@font-face {
  font-family: Sourceitalic;
  src: url("../Fonts/pages/SourceSansPro-LightItalic.ttf");
}

@font-face {
  font-family: Sourcebold;
  src: url("../Fonts/pages/SourceSansPro-Bold.ttf");
}

@font-face {
  font-family: Sourceregular;
  src: url("../Fonts/pages/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: Cerapro;
  src: url("../Fonts/CeraPRO-Regular.ttf");
}
@font-face {
  font-family: Ceraprolight;
  src: url("../Fonts/CeraPRO-Light.ttf");
}

html,
body {
  margin: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  font-size: 2.5vh;
  line-height: 1.8rem;

  font-family: Sourceregular;
}

p {
  margin: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 60px;
}

/* NAVBAR */

.navbar {
  width: 100%;
  height: 80px;
  /* background-color: white; */
  display: flex;
  justify-content: center;
}
.navbar .menu {
  width: 76%;
  padding: 0;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  /* background-color: red; */
}

.navbar .menu a {
  text-decoration: none;
  color: #2a2a2a;
  font-weight: bolder;
  font-family: Ceraprolight;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.9rem;
}
.navbar .menu a:hover {
  color: #000000;
  font-family: Cerapro;
  font-weight: bolder;
}

@media (max-width: 768px) {
  .navbar {
    width: 100%;
    height: 80px;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 2;
  }

  .open {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .hamburger {
    width: 50px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    top: 30px;
    left: 30px;
  }

  .hamburger .line {
    border: 1px solid;
    transition: 1s;
  }

  .open .hamburger .line:nth-child(1) {
    transform: rotate(-45deg) translate(-11px, 14px);
  }
  .open .hamburger .line:nth-child(2) {
    transform: scale(0);
  }
  .open .hamburger .line:nth-child(3) {
    transform: rotate(45deg) translate(-1px, -4px);
  }

  .navbar .menu {
    display: none;
  }

  .open.navbar .menu {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0;
    margin: 100px 0;
  }
}

.entry-section,
.middle-section {
  height: 100%;
  width: 100%;

  color: #fff;

  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  /*justify-content: flex-start;*/

  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bit-section {
  background-image: url("../Images/pages/bit_mobility/hero.png");
}

.bit-middle-section {
  background-image: url("../Images/pages/bit_mobility/bit1.jpg");
}

.fork-section {
  background-image: url("../Images/pages/thefork/hero.png");
}

.fork-middle-section {
  background-image: url("../Images/pages/thefork/project_mockup.png");
}

.docebo-section {
  background-image: url("../Images/pages/docebo/docebohome.jpg");
}

.docebo-middle-section {
  background-image: url("../Images/pages/thefork/project_mockup.png");
}

.entry-section-container,
.footer-container {
  height: 100%;
  margin: 0 15%;
}

.entry-section-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.entry-section-title--small {
  font-size: 5vh;
  margin-bottom: 20px;
  color: #171717;
}

.entry-section-title--medium,
.custom-section-title,
.footer-title {
  font-size: 7vh;
}

.entry-section-title--medium,
.custom-section-title,
.footer-title {
  font-size: 7vh;
}
.bit-sub,
.bit-title {
  color: #171717;
}
.fork-mobile,
.fork-title {
  color: #689f37;
}
.docebo-mobile,
.docebo-title {
  color: #0d4d84;
}

.custom-section {
  position: relative;
  padding: 15%;
}

.custom-section-content,
.custom-section-pseudo-content {
  display: flex;
  flex-direction: row;
  margin-top: 60px;
  /*align-items: center;*/
  /*gap: 12px;*/
}

.custom-section-content > :not(:last-child) {
  margin-right: 40px;
}

.custom-section-content div,
.custom-section-pseudo-content div {
  /*margin-top: 20px;*/
  width: 50%;
}

.custom-section-content img {
  height: auto;
  /*max-height: 300px;*/
  width: 100%;

  position: relative;
  top: -15%;
}

.custom-section-pseudo-content .pseudo-positioned-img {
  position: absolute;
  bottom: 0;
  right: 0;
  /*width: auto;*/
  /*height: 73.5%;*/
  max-width: 50%;
  max-height: 73%;
}

.custom-section-content--bottom-image {
  /* display: flex; */
  margin-top: 40px;
}

.custom-section-content--bottom-image img {
  height: auto;
  width: 100%;
}

.custom-section-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.custom-section-list .custom-section-list--item {
  /*flex: 0 50%;*/
  /*margin: 20px 0;*/
  flex: 0 29vw;
  margin: 20px 0;
}

.custom-section-list .boost-margin-left {
  margin-left: 9vw;
}

.custom-section-cards {
  display: flex;
  flex-direction: row;

  margin-top: 40px;
}

.card {
  color: #303030;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.06), 0 2px 3px rgba(0, 0, 0, 0.1);
  /*margin: 0 auto;*/
  margin: 0 12px;
  background: #fff;
}

.card-thumbnail img {
  width: 100%;
}

.card-content {
  text-align: left;
  padding: 20px 15px;
}

.custom-section-cards .be-a-col {
  display: flex;
  flex-direction: row;
}

.card-content .card-title {
  font-weight: bold;
}

.card-content .card-descr {
  font-size: 1.8vh;
  opacity: 0.8;
  letter-spacing: 0.5px;
  line-height: 2vh;
}

.footer {
  height: 220px;
  color: #fff;
  background-color: #1f1f1f;
}

/* UTILS */

.bg-blue-docebo {
  color: #fff;
  background-color: #0d4d84;
}

.bg-blue {
  color: #fff;
  background-color: #006eeb;
}

.bg-green {
  color: #fff;
  background-color: #689f37;
}

.bg-h-grey {
  color: #fff;
  background-color: #1f1f1f;
}

.padding-b-reset {
  padding-bottom: 0;
}

.text-center {
  text-align: center;
}

.flex-align-center {
  align-items: center;
}

/*.custom-section-content p {*/
/*margin-right: 10%;*/
/*}*/

/*.custom-section-content img {*/
/*height: 300px;*/
/*}*/

@media (max-width: 767.98px) {
  .custom-section-cards {
    flex-direction: column;
  }

  .custom-section-cards > .be-a-col:not(:first-child) {
    margin-top: 40px;
  }
}

@media (max-width: 1199.98px) {
  h2 {
    margin-bottom: 0;
  }

  .sub-content {
    margin-bottom: 20px;
  }

  .custom-section-content {
    flex-direction: column;
  }

  .custom-section-content div,
  .custom-section-pseudo-content div {
    width: 100%;
  }

  .custom-section-pseudo-content .pseudo-positioned-img {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 40px;

    max-width: none;
    max-height: none;
  }

  .custom-section-pseudo-content {
    flex-direction: column;
  }

  .custom-section-content img {
    top: 0;
  }

  .custom-section-content > :not(:last-child) {
    /*margin-top: 40px;*/
    margin-right: 0;
  }

  .custom-section-content > :not(:first-child) {
    margin-top: 40px;
  }

  .custom-section-list .custom-section-list--item {
    flex: 1 1 auto;
    margin-bottom: 0;
  }

  .custom-section-list > :not(:first-child) {
    margin: 40px 0 0 0;
  }

  .custom-section-list .boost-margin-left {
    margin-left: 0;
  }
}

@media (max-width: 1365.98px) {
  .custom-section-cards .be-a-col {
    flex-direction: column;
  }

  .custom-section-cards .be-a-col > .card:not(:first-child) {
    margin-top: 40px;
  }
}
