@charset "UTF-8";
/*@import "compass/css3/box-shadow";
@import "compass/css3/border-radius";
@import "compass/css3/transform";
@import "compass/css3/box";*/
/*----------------------------------------------------------------------------------
			les fonts
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
			mixin liÃ© au template  : ProcessusCommande
----------------------------------------------------------------------------------*/
/*
	code couleur
*/
.footer {
  color: #878787;
  position: relative;
}

#basPage:before {
  border-top: 1px solid #f1f1f1;
  padding-top: 1px;
  content: "";
  display: block;
}
#basPage:after {
  border-top: 1px solid #f1f1f1;
  padding-top: 1px;
  content: "";
  display: block;
}
#basPage .container {
  display: flex;
  justify-content: space-around;
}
#basPage .container * {
  font-family: "helvetica_neueroman";
  font-size: 16px;
  color: #000;
  vertical-align: middle;
  text-transform: uppercase;
}
#basPage .container a:hover {
  color: #fecc00;
}
#basPage .container div {
  line-height: 26px;
  text-align: center;
  border-right: 1px solid #f1f1f1;
  padding: 25px 10px;
  width: 100%;
}
#basPage .container div.aide {
  border-left: 1px solid #f1f1f1;
}
#basPage .container .devis a:before,
#basPage .container .aide a span:before,
#basPage .container .rappel a:before,
#basPage .container .aide a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "storipro" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.4em;
  margin-right: 5px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#basPage .container .aide a span {
  margin-left: 15px;
  font-family: "open_sanscondensed_light";
  font-size: 22px;
  vertical-align: middle;
}
#basPage .container .aide a span:before {
  content: "\e913";
  vertical-align: middle;
}
#basPage .container .devis a:before {
  content: "\e603";
  vertical-align: top;
}
#basPage .container .rappel a:before {
  content: "\e916";
  font-size: 1.8em;
  vertical-align: bottom;
}

#footer .container {
  padding-top: 30px;
}
#footer a {
  color: #000;
}
#footer a:hover {
  color: #fecc00;
}
#footer p.likeH5 {
  margin-top: 0;
}
#footer #blocInfos p.likeH5 {
  font-family: "helvetica_neueroman";
  font-size: 18px;
}
#footer #blocInfos div ul {
  list-style-type: none;
}
#footer #blocInfos div ul li {
  font-size: 12px;
  line-height: 20px;
  padding: 0;
}
#footer #blocInfos .newsletter {
  margin-right: 0px;
}
#footer #blocInfos .newsletter h5 {
  padding-bottom: 10px;
}
#footer #adresse, #footer #newsletter {
  font-size: 14px;
}
#footer #adresse p.likeH5, #footer #newsletter p.likeH5 {
  font-family: "helvetica_neueroman";
  font-size: 18px;
}
#footer #adresse .icon, #footer #newsletter .icon {
  font-size: 3.4em;
}
#footer #adresse .icon span, #footer #newsletter .icon span {
  display: none;
}
#footer #adresse .icon-facebook:before, #footer #newsletter .icon-facebook:before {
  content: "\e902";
}
#footer #adresse .icon-google:before, #footer #newsletter .icon-google:before {
  content: "\e912";
}
#footer #adresse .icon-pint:before, #footer #newsletter .icon-pint:before {
  content: "\e922";
}
#footer #adresse .icon-instagram:before, #footer #newsletter .icon-instagram:before {
  content: "\e920";
}
#footer #adresse .icon-twitter:before, #footer #newsletter .icon-twitter:before {
  content: "\e923";
}
#footer #adresse .icon-linkedin:before, #footer #newsletter .icon-linkedin:before {
  content: "\e921";
}
#footer .mention a {
  float: left;
}
#footer .mention #banque {
  background-image: url("../../images/icones_paiement_footer.png");
  background-repeat: no-repeat;
  display: block;
  height: 17px;
  width: 150px;
}
#footer .mention #paypal {
  background-image: url("../../images/icone_paypal_footer.png");
  background-repeat: no-repeat;
  display: block;
  height: 17px;
  width: 48px;
}
#footer .mention #fianet {
  background-image: url("../../images/icone_fianet_footer.jpg");
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 18px;
  width: 69px;
}
#footer #signature {
  font-size: 12px;
  margin-bottom: 12px;
}
#footer #signature p {
  margin-bottom: 0px;
  display: inline-block;
}

#fond {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#fond img {
  width: 100%;
  position: fixed;
}

@media screen and (max-width: 992px) {
  #basPage .container * {
    font-size: 14px;
    line-height: 1.2em;
  }
  #basPage .container .aide a span {
    font-size: 18px;
    margin-left: 0;
  }
  #basPage .container .aide a:before {
    content: "\e913";
    vertical-align: middle;
  }
  #basPage .container .devis a:before, #basPage .container .rappel a:before, #basPage .container .aide a:before {
    display: block;
    height: 25px;
  }
  #basPage .container .aide a span:before {
    display: none;
  }
  #footer .container {
    padding-top: 0;
  }
  #footer div.container p.likeH5 {
    font-weight: normal;
  }
  #footer div.container #blocInfos {
    padding-bottom: 10px;
  }
  #footer div.container #blocInfos .contact, #footer div.container #blocInfos .information {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
  }
  #footer div.container #blocInfos .contact p:first-child, #footer div.container #blocInfos .information p:first-child {
    margin: 0;
  }
  #footer #newsletter {
    padding-top: 10px;
  }
  #footer #newsletter #blocNewsletter {
    padding-top: 10px;
  }
  #footer #newsletter #blocNewsletter #mail {
    width: 60%;
  }
  #footer #adresse, #footer #newsletter {
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
  }
  #footer #adresse p:first-child, #footer #newsletter p:first-child {
    margin: 0;
  }
  #footer #adresse p.likeH5, #footer #newsletter p.likeH5 {
    display: block;
  }
  #footer .toggle-footer {
    display: none;
  }
  #footer p.likeH5:after {
    font-family: "storipro";
    content: "\e911";
    position: absolute;
    right: 0;
    color: #fecc00;
    padding-right: 5px;
  }
  #footer p.likeH5.active:after {
    font-family: "storipro";
    content: "\e90c";
    position: absolute;
    right: 0;
    color: #fecc00;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  #basPage .container .aide a span {
    display: block;
  }
}
@media screen and (max-width: 424px) {
  #basPage .container {
    padding: 0;
  }
  #basPage .container * {
    font-size: 12px;
  }
  #basPage .container .aide a span {
    font-size: 15px;
  }
  #footer #blocInfos p.likeH5 {
    font-size: 16px;
  }
  #footer #adresse p.likeH5, #footer #newsletter p.likeH5 {
    font-size: 16px;
  }
}/*# sourceMappingURL=blocFooter.css.map */