@font-face {
  font-family: "opensansBold";
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "opensansLight";
  src: url("../fonts/OpenSans-Light.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "opensansRegular";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "opensansLight";
  -webkit-font-smoothing: antialiased; }

.nav-toggle {
  background: #333;
  width: 100%;
  float: left;
  color: white;
  padding: 5px 0 5px 30px;
  font-size: 20px; }

#keys {
  text-align: center; }
  #keys .key {
    padding: 50px 0 50px; }
  #keys i {
    font-size: 70px;
    display: block; }
  #keys .text {
    padding: 20px 0 0 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold; }

#bgHeader {
  height: 250px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: url(../bgPromo.jpg) no-repeat center -680px fixed;
  margin-left: -15px;
  margin-right: -15px; }
  #bgHeader h1 {
    font-size: 26px;
    position: absolute;
    text-align: right;
    right: 60px;
    max-width: 600px;
    top: 110px;
    line-height: 48px; }
  #bgHeader p {
    position: absolute;
    max-width: 600px;
    right: 61px;
    top: 290px;
    text-align: right;
    font-size: 20px;
    line-height: 29px; }

#search {
  padding: 10px 20px 10px 20px;
  margin: 10px 0 0;
  position: relative; }

.fa-search {
  position: absolute;
  left: 10px;
  left: 29px;
  top: 17px;
  font-size: 19px;
  color: #ddd; }

#search-form {
  background: #333;
  border: 1px #bbb solid;
  width: 100%;
  padding: 5px 5px 5px 35px; }

#searchHome {
  margin: 50px 0 0 0;
  text-align: center; }
  #searchHome p {
    font-size: 30px; }
  #searchHome #search-form {
    background: white;
    font-size: 30px;
    padding-left: 40px; }
  #searchHome .fa-search {
    font-size: 30px;
    top: 20px; }

#logo {
  width: 150px;
  position: absolute;
  top: 0;
  left: 100px; }
  #logo img {
    width: 100%; }

ol, ul {
  margin-bottom: 0; }

h1, h2, h3 {
  font-family: "OpenSansBold";
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin: 60px 0; }

h3 {
  font-size: 28px; }

.btn {
  background: #cf0a2c;
  color: white; }
  .btn:hover {
    background: white;
    transition: 0.3s all ease-in-out;
    color: #cf0a2c; }

.navbar {
  min-height: 40px; }

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top; }

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

#mainNav {
  font-family: "opensansRegular";
  background: #cf0a2c;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  border: none;
  radius: 0; }
  #mainNav ul {
    list-style: none;
    text-align: center; }
    #mainNav ul li {
      display: inline-block; }
  #mainNav.fix {
    position: fixed;
    z-index: 2000;
    top: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch; }
  #mainNav a {
    color: white;
    padding: 10px 35px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
    #mainNav a:hover {
      text-decoration: none;
      background: white;
      color: #cf0a2c; }

#home #logo {
  width: 220px; }
#home #bgHeader {
  height: 600px;
  background: url(../bgHeader.jpg) no-repeat center bottom fixed;
  background-size: cover;
}
#presentation p {
  line-height: 32px;
  font-size: 18px;
  text-align: center; }

#services {
  margin: 70px -15px 0;
  overflow: hidden; }
  #services .service {
    min-height: 450px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
    #services .service:hover {
      transform: scale(1.05);
      background: #333 !important; }
      #services .service:hover .plus {
        color: #333 !important; }
    #services .service i {
      font-size: 90px;
      text-align: center;
      width: 100%;
      margin: 40px 0 20px; }
    #services .service h3 {
      margin: 0 0 30px 0; }
    #services .service p {
      font-size: 20px;
      font-family: opensansRegular;
      text-align: center;
      margin: 0 70px; }
    #services .service .link {
      width: 210px;
      margin: 35px auto 60px;
      text-transform: uppercase;
      font-family: opensansBold;
      font-size: 18px;
      position: relative;
      padding: 0 0 0 41px; }
    #services .service .plus {
      background: white;
      border-radius: 60px;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 30px;
      display: inline-block;
      font-size: 30px;
      font-family: opensansBold;
      margin: 5px 0 0;
      position: absolute;
      left: 0;
      top: -7px;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }
    #services .service .text {
      margin: 0; }
  #services #promotionnels {
    background: #cf0a2c;
    color: white; }
    #services #promotionnels .plus {
      color: #cf0a2c; }
  #services #courtier {
    background: #e2e2e2;
    color: #333; }
    #services #courtier:hover {
      color: white; }
      #services #courtier:hover .plus {
        background: white; }
    #services #courtier .plus {
      background: #333;
      color: #e2e2e2; }

#products .row {
  overflow: hidden; }
@media (min-width: 768px) {
  #products .col-sm-4 {
    width: 33.2%; }
  #products .row [class*="col-"] {
    height: 28.33vw; } }
#products .product {
  text-align: center;
  border-top: 1px solid #c1c1c1;
  background: white;
  margin: 1px 0 0 1px;
  padding: -1px 0 0 -16px;
  display: block; }
  #products .product img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
  #products .product a {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-decoration: none; }
    #products .product a:hover {
      color: #cf0a2c; }
  #products .product:hover img {
    transform: scale(1.05); }
  #products .product:nth-child(3n) {
    margin-right: 0; }
  #products .product img {
    height: 200px;
    width: auto;
    margin: 60px 0 0; }
  #products .product a {
    color: black;
    font-size: 16px;
    padding: 0 50px;
    display: inline-block; }
  #products .product .description {
    padding: 20px 0;
    font-size: 20px;
    font-family: opensansBold; }

.grey {
  background: #c1c1c1; }

#contactHome {
  height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: url(../contact.jpeg) no-repeat center -100px fixed;
  background-color: #333;
  text-align: center; }
  #contactHome .content {
    padding: 60px 150px 0;
    color: white;
    font-size: 30px;
    font-family: OpenSansRegular;
    text-transform: uppercase; }
  #contactHome .btn {
    margin: 30px 0 0;
    font-size: 22px;
    font-family: OpenSansBold; }

#informations {
  background: #333;
  color: white;
  padding-bottom: 50px; }

#contact {
  padding-right: 0;
  padding-left: 0;
  color: white; }
  #contact h3 {
    text-align: left;
    font-size: 22px;
    pading: 0;
    margin: 30px 10px 20px;
    text-transform: inherit; }

.map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  padding: 0 5px 0; }
  .map h3 {
    font-size: 22px;
    margin: 20px 0px; }

#erreur {
  padding: 10px 0 0px 0px;
  color: #cf0a2c;
  font-size: 18px; }

#contact_form {
  padding: 20px 50px 0; }
  #contact_form p {
    font-size: 18px;
    padding: 20px 20px 20px 0; }
  #contact_form .btn {
    border: none;
    text-transform: uppercase;
    font-size: 20px; }

#jacques {
  background: #333333;
  color: white; }
  #jacques h4 {
    font-size: 22px;
    margin: 0 0 20px 0;
    font-family: opensansBold; }
  #jacques .text {
    font-size: 17px;
    padding: 30px 40px 40px;
    text-align: left; }

.infoContact .how {
  width: 100%;
  border-radius: 0;
  font-family: OpenSansRegular;
  font-size: 16px;
  text-align: left;
  padding: 5px 0 5px 20px;
  background: #cf0a2c;
  text: white; }
.infoContact .text {
  padding: 20px;
  line-height: 28px;
  font-size: 18px; }
.infoContact a {
  color: white;
  text-decoration: underline; }
  .infoContact a:hover {
    color: #cf0a2c; }

#moreProducts {
  background: #cf0a2c;
  width: 295px;
  height: 124px;
  position: fixed;
  bottom: -200px;
  left: 0px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out; }
  #moreProducts a {
    color: white;
    width: 100%;
    font-family: opensansRegular;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    font-size: 16px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
    #moreProducts a:hover {
      text-decoration: none; }
  #moreProducts .devis {
    background: #333;
    width: 100%; }
    #moreProducts .devis:hover {
      background: white;
      color: #cf0a2c; }
  #moreProducts .prod:hover {
    background: white;
    color: #cf0a2c; }

.liste_categories {
  background: #333;
  color: white;
  padding: 0 0 20px 0; }
  .liste_categories a {
    color: #ddd;
    width: 100%;
    padding: 4px 20px;
    display: block;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    font-family: opensansRegular; }
    .liste_categories a:hover {
      color: white;
      text-decoration: none;
      background: #cf0a2c; }
    .liste_categories a:focus {
      color: #ddd; }
  .liste_categories ul {
    padding: 0; }
  .liste_categories li {
    font-size: 15px;
    list-style: none;
    margin: 0; }

#new_products {
  padding-left: 80px; }
  #new_products h3 {
    text-align: left; }

.products {
  padding-left: 80px; }
  .products h1 {
    text-align: left;
    margin: 40px 0; }

@media (max-width: 992px) {
  .products {
    padding-left: 30px; } }
.produit {
  padding: 30px 0 30px 0;
  font-size: 16px;
  border-bottom: 1px solid #ddd; }
  .produit img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 0 10px 0; }
  .produit h2 {
    margin: 0;
    text-align: left;
    font-family: OpenSansRegular;
    font-size: 20px; }
  .produit .sous_titre_produit {
    font-weight: bold;
    margin: 10px 0 2px;
    color: #cf0a2c; }
  .produit .prix_produit {
    margin: 20px 0;
    font-weight: bold;
    font-family: OpenSansRegular;
    text-align: right;
    background: #fefefe;
    float: right;
    color: black;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
    text-decoration: none; }
    .produit .prix_produit:hover {
      background: #cf0a2c;
      color: white; }
  .produit .typo {
    color: #cf0a2c; }

#contact_form .form-group {
  color: white; }
#contact_form label {
  display: block; }

#courtier_imprimerie {
  font-size: 18px;
  padding-bottom: 50px; }
  #courtier_imprimerie h1 {
    font-size: 30px;
    color: #cf0a2c; }
  #courtier_imprimerie a {
    color: #cf0a2c; }

.pied_page {
  background: #333;
  color: white;
  padding: 10px 0;
  margin: 0 -15px 0;
  text-align: center; }
  .pied_page a {
    color: white;
    border-bottom: 1px solid white; }
    .pied_page a:hover {
      text-decoration: none;
      color: red;
      border-color: red; }

@media only screen and (max-device-width: 768px) {
  .pied_page {
    margin: 0 0 130px; } }
#partenaires {
  background: white; }
  #partenaires .partenaire {
    margin: 0px 0 50px;
    text-align: center; }
    #partenaires .partenaire img {
      width: 280px;
      transition: all 0.2s ease-in-out; }
    #partenaires .partenaire:hover img {
      transform: scale(1.05); }
  #partenaires .rtahr img {
    width: 350px; }

@media only screen and (max-device-width: 768px) {
  #new_products {
    padding-left: 15px; }
    #new_products h3 {
      margin: 30px 0 10px 0; }

  #jacques .text {
    padding: 30px 0 0 0; }

  #bgHeader {
    background: url(../bgPromo.jpg) no-repeat -880px -440px fixed; }
    #bgHeader h1 {
      line-height: 34px;
      top: 215px !important;
      text-align: left;
      left: 30px; }

  #partenaires .rtahr img {
    width: 100%; }

  #mainNav {
    position: fixed;
    z-index: 2000;
    top: 0px;
    width: 100%; }

  #home #logo {
    width: 165px;
    top: 52px;
    left: 30px; }
  #home #bgHeader {
    height: 740px; }
    #home #bgHeader h1 {
      top: 200px;
      right: 20px; }
    #home #bgHeader p {
      top: 460px;
      left: 30px;
      text-align: left; }

  #logo {
    top: 52px;
    left: 30px; }

  #services .service p {
    margin: 0; }

  #keys .key {
    padding: 10px 0 30px; }

  .produit .prix_produit {
    float: left; }

  #contactHome .content {
    padding: 40px 10px 0;
    font-size: 24px; }

  #moreProducts {
    width: 100%;
    opacity: 0.9; } }

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