:root {
  --primary-color: #3d275c;
  --secondary-color: #fae8d2;
  --background-color: #f8f9fa;
  --incubator-color: #586c52;
  --constelation-color: #394537;
  --text-color: #212529;
  --font-family-sans: "Source Sans 3", sans-serif;
  --font-family-serif: "SourceSerif4-Bold", serif;
}

@font-face {
  font-family: "SourceSerif4-Bold";
  src: url("../fonts/SourceSerif4-Bold.woff2") format("woff2"), url("../fonts/SourceSerif4-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Regular.woff2") format("woff2"), url("../fonts/SourceSans3-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Light.woff2") format("woff2"), url("../fonts/SourceSans3-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--font-family-sans);
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body p {
  font-size: 1.3em;
}
.bg-primary {
  background-color: var(--primary-color) !important;
  color: #fff;
}
.bg-constel {
  background-image: url(../img/bg-constel.png);
  background-size: cover;
  background-position: center top;
}
.container {
  max-width: 1100px;
}
a,
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  color: var(--primary-color);
}
a:hover {
  opacity: 0.8;
}
h1 {
  font-family: var(--font-family-serif);
  font-size: 3.5rem;
  line-height: 1;
  color: var(--primary-color);
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "SourceSerif4-Bold", serif;
}
p strong {
  font-weight: bold;
  color: var(--primary-color);
}
.navbar-nav .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--primary-color);
}
.main {
  background-image: url(../img/bg.svg);
  background-size: 150px;
}
#home {
  position: relative;
  height: 60vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home video {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  object-fit: cover;
  object-position: center;
}
.home-title {
  z-index: 3;
}
.home-title h1 {
  color: #fff;
}
.about-title {
  color: var(--primary-color);
  letter-spacing: 0.1em;
}
.newsletter {
  color: var(--secondary-color);
}
.newsletter .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn-news {
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  padding: 10px 50px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: var(--secondary-color);
}
.manifesto h2 {
  color: var(--secondary-color);
  letter-spacing: 0.1em;
}

.manifesto p {
  font-size: 1.3em;
  font-weight: 200;
  color: #fff;
}
.manifesto p strong {
  font-weight: bold;
  color: var(--secondary-color);
  font-family: var(--font-family-serif);
}
.francois-bio h5 {
  color: var(--primary-color);
}
.francois-bio p {
  font-weight: 200;
  color: var(--primary-color);
}
.francois-name {
  font-size: 1.9em;
}
.incubator-content {
  flex: 1;
}
.incubator-content p {
  line-height: 1.3;
}
#constellation h2 {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 2.5em;
}
#incubator h2 {
  letter-spacing: 0em;
  color: #fff;
  font-size: 2.5em;
}
.bar {
  height: 230px;
  width: 6%;
  font-family: var(--font-family-serif);
  background-color: #93a68d;
  font-size: 1.2em;
  color: var(--constelation-color);
  cursor: pointer;
}
.bar.active {
  background-color: var(--constelation-color);
  color: #fff;
}
.bar.disabled {
  opacity: 0.4;
  cursor: default;
}
.bar-pre {
  width: 100%;
  height: 95%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
}
.bar-title {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  width: 10%;
  text-align: left;
}
.const-sect-title {
  text-align: center;
}
.const-sect-title h3 {
  letter-spacing: 0.1em;
  color: var(--constelation-color);
  font-size: 2.5em;
}
.const-sect-content {
  background-color: var(--constelation-color);
  color: #fff;
}
.const-link,
.const-link:visited,
.const-link:active,
.const-link:focus {
  color: #fff;
}
.const-link:hover {
  color: #fff;
  opacity: 0.8;
}
.const-link h4 {
  font-family: var(--font-family-sans);
  font-weight: bold;
  font-size: 2em;
  text-align: left;
}
.separator {
  height: 15px;
  width: 100%;
  background-color: var(--primary-color);
}
.company-tag {
  background-color: #586c52;
  color: var(--secondary-color);
  padding: 4px 10px;
  display: inline-block;
  font-family: var(--font-family-serif);
  letter-spacing: 0.1em;
}
.incubator {
  background-image: url(../img/bg-incubator.png);
  background-size: cover;
  background-position: center top;
  color: #fff;
}
.incubator-btn {
  background-color: #fff;
  color: #a4b3af !important;
  padding: 10px 50px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.incubator-btn:hover {
  opacity: 0.6;
}
.maxw {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.big-claim {
  color: var(--primary-color);
  font-size: 3.5rem;
  line-height: 1em;
}
.design-claim .big-claim {
  font-size: 4.5rem;
}
#about-anchor:before,
#constellation-anchor:before,
#incubator-anchor:before,
#contact-anchor:before {
  height: 60px;
  display: block;
  content: '';
}
#contact h2 {
  letter-spacing: 0.1em;
  color: var(--primary-color);
  font-size: 2.5em;
}
#contact h6 {
  color: var(--primary-color);
}
#about p,
.francois-bio p,
.const-sect-content p,
.maniflex p {
  line-height: 1.3em;
}
.const-sect-content p {
  font-weight: 200;
}
.content {
  flex: 1;
}
#about p {
  color: var(--primary-color);
}
.contact-info {
  padding-right: 80px;
  margin-bottom: 20px;
}
.address-left {
  color: var(--primary-color);
}
.address-left strong {
  font-family: var(--font-family-serif);
}
.logo img {
  max-width: 100%;
}
.thmg-member {
  text-align: right;
}
footer {
  background-color: #fff;
  font-size: 0.6em;
}
.modal-header h5 {
  letter-spacing: 0.2em;
  color: var(--primary-color);
}
.modal-body p {
  font-size: 1em;
}
.modal-body h5 {
  color: var(--primary-color);
}
.modal-body h6 {
  margin-left: 10px;
  color: var(--incubator-color);
}
.back-btn,
.back-btn:visited,
.back-btn:active,
.back-btn:focus {
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 40px 10px 30px;
  border-radius: 45px;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
}
.back-btn:hover {
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .contact-info {
    padding-right: 0px;
  }
  #contact {
    text-align: center;
  }
  .logo img {
    max-width: 60%;
  }
  .const-link h4 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  .maniflex {
    flex-direction: column;
    align-items: center;
  }
  #about-anchor,
  #constellation-anchor,
  #incubator-anchor,
  #contact-anchor {
    height: 40px;
  }
  .big-claim {
    font-size: 2rem;
  }
  .address-left strong {
    font-size: 0.8em;
  }
  #constellation h2,
  #incubator h2 {
    font-size: 2em;
  }
  .bar {
    width: 10%;
  }
  .thmg-member {
    text-align: center;
  }
  .design-claim .big-claim {
    font-size: 2.6rem;
  }
  #home {
    height: 90vh;
  }
}
@media (min-width: 992px) {
  .contact-info:first-child,
  .contact-info:nth-child(2) {
    border-right: 1px solid var(--primary-color);
  }
  #home video {
    width: 100%;
  }
}
