h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
#top-area {
  background: url(../bundles/meetriphome/images/front/a-propos-top-main-photo.jpg) no-repeat center top;
  -webkit-background-size: cover;
  /* For WebKit*/
  -moz-background-size: cover;
  /* Mozilla*/
  -o-background-size: cover;
  /* Opera*/
  background-size: cover;
  /* Generic*/
  padding: 8.7% 0;
  position: relative;
  font-family: 'SourceSansProBold';
  color: #ffffff;
  text-transform: uppercase;
  font-size: 4.7em;
  text-align: center;
  margin-bottom: 50px;
}
#lead-in {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 16.66666667%;
  margin-bottom: 60px;
}
#lead-in p {
  width: 98%;
  margin: 0 auto;
  text-align: justify;
}
#lead-in .left-quote {
  background: url(../bundles/meetriphome/images/left-quote.png) no-repeat left top;
  background-size: cover;
  width: 40px;
  height: 34px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#lead-in .right-quote {
  background: url(../bundles/meetriphome/images/right-quote.png) no-repeat right bottom;
  background-size: cover;
  width: 40px;
  height: 34px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
#job-partners {
  position: relative;
  max-width: 820px;
  min-height: 1px;
  padding: 0 40px;
  margin: 0 auto 40px;
}
#job-partners h2 {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto 30px auto;
  width: 98%;
}
#job-partners article {
  font-size: 1em;
  width: 98%;
  margin: 0 auto 30px auto;
  border-bottom: 1px solid #e7e7e7;
  float: none;
}
#job-partners article h3 {
  font-size: 1em;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 15px;
}
#job-partners article .job-title {
  color: #1abc9c;
  margin-right: 10px;
}
#job-partners article p {
  text-align: justify;
  margin-bottom: 15px;
}
#job-partners #company-logos {
  border-bottom: 0;
  text-align: center;
  padding: 0;
}
#job-partners #company-logos img {
  width: 300px;
  display: inline-block;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #top-area {
    font-size: 3em;
    padding: 90px 0;
  }
}
@media screen and (max-width: 480px) {
  #job-partners {
    padding: 0 20px;
  }
  #job-partners article {
    padding: 0 20px;
  }
  #job-partners #company-logos img {
    width: 200px;
  }
  #lead-in .left-quote,
  #lead-in .right-quote {
    width: 25px;
    height: 22px;
  }
  #lead-in .left-quote {
    left: -8px;
  }
  #lead-in .right-quote {
    right: -8px;
  }
}