@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHh30wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Lato', sans-serif !important;
}
/* general */
.list-unstyled {
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  list-style-type: none;
}
.page-intro {
  position: relative;
  margin-bottom: 50px;
}
.page-intro h1 {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  font-size: 50px;
  text-transform: uppercase;
  bottom: 20px;
  color: #fff;
  letter-spacing: -0.17rem;
  font-weight: 800;
}
/* buttons */
.btn-white {
  display: inline-block;
  background-color: #fff;
  color: #0b1a30;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 30px 10px;
  border-radius: 20px;
}
.btn-white:hover {
  color: #0b1a30;
}
.btn-dar-blue {
  display: inline-block;
  background-color: #0a182b;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 30px 10px;
  border-radius: 20px;
}
.btn-dar-blue:hover {
  color: #fff;
}
.btn-dar-blue i {
  margin-right: 10px;
}
.underline-title {
  height: 4px;
  width: 200px;
  margin: 15px 0;
  display: inline-block;
}
.underline-title.darkblue {
  background-color: #0b1a30;
}
.underline-title.gold {
  background-color: #7c704e;
}
.underline-title.grey {
  background-color: #aaa;
}
.section-title {
  text-transform: uppercase;
  color: #0b1a30;
  font-size: 1.5rem;
}
/* mobile */
.overlay-mobile-menu {
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.overlay-mobile-menu #mobile-menu {
  background-color: #000000;
  color: #fff;
  position: fixed;
  height: 100%;
  width: 300px;
  right: -300px;
}
.overlay-mobile-menu #mobile-menu > a {
  padding: 30px 0;
  margin: 0 30px 30px;
  border-bottom: 1px solid #888;
  text-decoration: none;
  color: #fff;
  display: block;
}
.overlay-mobile-menu #mobile-menu > a img {
  width: 150px;
  opacity: 0.7;
}
.overlay-mobile-menu #mobile-menu > a div {
  font-size: 22px;
  line-height: 1;
}
.overlay-mobile-menu #mobile-menu > a span {
  font-size: 12px;
  color: #aaa;
  display: block;
}
.overlay-mobile-menu #mobile-menu ul li {
  list-style-type: none;
}
.overlay-mobile-menu #mobile-menu ul li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}
.overlay-mobile-menu #mobile-menu button {
  background-color: #7c704e;
  padding: 40px 10px 40px 15px;
  text-align: center;
  border: none;
  color: #fff;
  border-radius: 25px 0 0 25px;
  position: absolute;
  top: 38%;
  left: -35px;
}
/* colors */
.bg-light-grey {
  background-color: #f2f2f2;
}
.bg-light-gold {
  background-color: #e7e8de;
}
/* header */
header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 10px 10px 30px -10px;
}
header .container .company-brand .company-name {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
}
header .container .company-brand .business-activities {
  color: #666;
}
header .container nav ul {
  padding: 0;
  margin: 0;
}
header .container nav ul li {
  list-style-type: none;
  display: inline-block;
}
header .container nav ul li a {
  text-decoration: none;
  color: #0b1a30;
  padding: 8px 12px;
  margin: 0 0 0 2px;
  background-color: transparent;
  transition: background-color 0.4s, color 0.4s;
}
header .container nav ul li a:hover {
  background-color: #566270;
  color: #fff;
  transition: background-color 0.4s, color 0.4s;
}
header .container nav ul li strong {
  font-weight: 800;
  margin-right: 15px;
}
header .container nav.page-tabs {
  margin-top: 29px;
}
header .container nav.page-tabs li a {
  padding: 8px 20px;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 3px solid rgba(255, 255, 255, 0.85);
  transition: border-bottom 0.4s, background-color 0.4s, color 0.4s;
}
header .container nav.page-tabs li a:hover {
  background-color: #566270;
  color: #fff;
  border-bottom: 3px solid #0b1a30;
  transition: border-bottom 0.4s, background-color 0.4s, color 0.4s;
}
.hero {
  padding-top: 120px;
}
.hero.hero-home {
  background: url('../img/home-intro.jpg') repeat-x;
  height: 652px;
}
.hero.hero-home h1 {
  font-size: 26px;
  margin-bottom: 25px;
}
.hero.hero-home h1 strong {
  font-size: 35px;
}
.bg-dark-blue {
  background-color: #0b1a30;
  color: #fff;
}
.bg-dark-blue.opa-50 {
  background-color: rgba(11, 26, 48, 0.5);
}
.company-brand img {
  float: left;
  margin-right: 20px;
}
.company-brand .company-name {
  text-transform: uppercase;
}
.company-brand .business-activities {
  font-weight: 600;
}
/* footer */
footer {
  background-color: #2b2b2b;
  color: #fff;
  padding: 40px 0 0;
}
footer h5 {
  text-transform: uppercase;
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
}
footer a {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff;
  transition: color 0.2s;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style-type: none;
}
footer .company-brand .business-activities {
  font-weight: 400;
  opacity: 0.6;
  font-size: 11px;
}
footer .company-brand img {
  width: 150px;
  float: none;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
footer .copyrights {
  background-color: #7c704e;
  text-align: center;
  padding: 20px 0;
  margin-top: 50px;
}
/* contact page */
.contact-page ul li span {
  width: 100px;
  display: inline-block;
}
/* home */
.hero-home .bg-dark-blue {
  padding: 5rem;
  margin-top: 3rem;
}
.hero-home .bg-dark-blue div {
  padding-left: 45px;
}
.hero-home .bg-dark-blue div p {
  margin-bottom: 45px;
}
.hero-home .bg-dark-blue div:first-child {
  border-left: 4px solid #fff;
}
.home-main-categories h2 {
  font-weight: 600;
}
.home-main-categories .category {
  text-transform: uppercase;
  color: #777;
  font-weight: 600;
  max-width: 45ch;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 0.9rem;
}
.row-home-history .col-lg-6:first-child img {
  display: none;
}
.row-home-history .col-lg-6:last-child img {
  display: block;
}
/* products */
.products .bg-light-gold h4 {
  font-size: 18px;
  border-bottom: 1px solid #333;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 20px 10px;
}
.products .bg-light-grey {
  margin-top: 150px;
}
.products .bg-light-grey .container {
  margin-top: -100px;
  margin-bottom: 180px;
}
.products .bg-light-grey .container h2 {
  margin-bottom: 40px;
}
.products .bg-light-grey .container img {
  margin-bottom: -150px;
}
@media all and (max-width: 1399px) {
  header .container .company-brand .company-name {
    font-size: 1.45rem;
  }
  header .container .company-brand .business-activities {
    color: #666;
    font-size: 14px;
    line-height: 1.1;
  }
  header .container nav.page-tabs li a {
    padding: 8px 12px;
  }
}
/* services */
.row-services img {
  max-width: 130px;
  display: block;
  margin: 0 auto;
}
.row-services h2 {
  text-align: center;
}
@media all and (max-width: 1199px) {
  .burger-menu {
    color: #0b1a30;
    padding: 8px 12px;
    margin: 0 0 0 2px;
    background-color: transparent;
    transition: background-color 0.4s, color 0.4s;
  }
  .burger-menu:hover {
    background-color: #566270;
    color: #fff;
    transition: background-color 0.4s, color 0.4s;
  }
}
@media all and (max-width: 991px) {
  header .container .company-brand .company-name {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 10px;
  }
  header .container .company-brand .business-activities {
    color: #666;
    font-size: 14px;
    line-height: 1.1;
  }
  header .container .company-brand img {
    width: 190px;
    margin-right: 6px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  /* home */
  .home-main-categories .category {
    max-width: inherit;
  }
  .row-home-history .col-lg-6:first-child img {
    display: block;
  }
  .row-home-history .col-lg-6:last-child img {
    display: none;
  }
}
@media all and (max-width: 767px) {
  header .container .company-brand .company-name {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  header .container .company-brand .business-activities {
    font-size: 16px;
  }
  header .container .company-brand img {
    margin: 11px 15px 0 0;
  }
  header .container nav ul li strong {
    font-weight: 800;
    margin-right: 15px;
  }
  header .container nav ul li a {
    padding: 8px;
  }
  .page-intro {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .page-intro img {
    height: 250px;
    max-width: inherit;
  }
  .page-intro h1 {
    font-size: 32px;
    bottom: 50px;
  }
  footer ul {
    margin-bottom: 40px;
  }
  /* accueil */
  .hero-home .bg-dark-blue {
    padding: 2rem;
    margin-top: 2rem;
  }
  .hero-home h1 strong {
    font-size: 28px;
    display: block;
  }
  /* products */
  .products .bg-light-grey {
    margin-top: 60px;
  }
  .products .bg-light-grey .container {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .products .bg-light-grey .container img {
    margin-bottom: 0;
  }
}
@media all and (max-width: 575px) {
  header .container nav ul li .burger-menu {
    position: relative;
    font-size: 24px;
    right: 30px;
  }
}
