@import url(settings/globalTag.css);
@import url(settings/reset.css);
@import url(settings/buttons.css);
@import url(responsive/responsive.css);
body {
  font-family: "Roboto Condensed", sans-serif;
  color: #1c1f3c; }

h1, h2, h3, h4, h5, a {
  font-family: "Montserrat", sans-serif; }

img {
  max-width: 100%; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }

.align-padding {
  padding-right: 20px;
  padding-left: 20px; }

/*------------------------------------------------------*/
/* -------------------- */
/* Boutons */
/* -------------------- */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

/*------------------------------------------------------*/
#banner {
  margin-top: 91px; }
  #banner img:first-child {
    z-index: -1; }
  #banner img:last-child {
    margin-top: 50px; }

/*------------------------------------------------------*/
.contact {
  padding: 5px;
  background: #eeeeee; }
  .contact a {
    color: #1c1f3c;
    margin-right: 15px;
    transition: color 300ms;
    font-size: 0.9rem; }
  .contact i {
    color: white;
    background: #78c5b7;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 0.85rem;
    transition: background 300ms; }
  .contact a:hover {
    color: #236eb6; }
    .contact a:hover i {
      background: #73c3b4; }

.navbar.fixed-top {
  background: #236eb6;
  top: 35px; }
  .navbar.fixed-top .nav-link {
    color: #fff; }

.navbar-toggler {
  padding: 0;
  border-color: transparent !important; }
  .navbar-toggler .icon-bar {
    background: #fff;
    margin-top: 4px;
    border: 1px solid #1d6cb8; }

button:focus {
  outline: 0px dotted;
  outline: 0px auto transparent !important; }

/*------------------------------------------------------*/
/*------------------------------------------------------*/
main {
  background: white;
  margin-top: -15%; }

.main-title {
  font-family: "Montserrat", sans-serif;
  color: #236eb6;
  font-size: 3rem;
  font-weight: bold; }
  .main-title:after {
    content: '';
    display: block;
    height: 8px;
    width: 100px;
    background: #73c3b4;
    position: relative;
    top: 5px;
    margin-bottom: 30px; }

.second-title {
  color: #236eb6;
  margin-bottom: 15px;
  margin-top: 35px; }

article .list {
  list-style: none; }
article .fa-check {
  color: #236eb6;
  font-size: 0.7rem;
  margin-top: 6px;
  margin-right: 5px; }

/*------------------------------------------------------*/
div.container:not(:last-child) {
  padding: 30px;
  margin-bottom: 80px; }

div.container:last-child {
  padding-bottom: 80px; }

#coexpair {
  position: relative;
  z-index: 1;
  background: white; }
  #coexpair p {
    color: #236eb6;
    font-size: 1.1rem; }

#production-workstation figure {
  position: relative; }
#production-workstation .fond {
  z-index: 1;
  position: relative; }
#production-workstation .fond-1 {
  position: absolute;
  top: 0; }
#production-workstation .machine {
  position: absolute;
  width: 38%;
  right: 10%;
  top: 81px; }

#mold-tools figure:first-child img:last-child {
  top: 0;
  left: 10%;
  width: 40%;
  max-width: 600px; }

#part-process-development figure:first-child {
  overflow: hidden;
  position: relative; }
  #part-process-development figure:first-child img:first-child {
    z-index: 1;
    position: relative; }
  #part-process-development figure:first-child img:last-child {
    top: 0; }

/*------------------------------------------------------*/
/*------------------------------------------------------*/
#scalp h5 {
  font-weight: lighter;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0; }
#scalp h5 a {
  letter-spacing: 0.9px;
  font-weight: bold;
  color: white;
  transition: all 500ms; }
#scalp h5 a:hover {
  opacity: 0.5; }

/*# sourceMappingURL=style.css.map */
