/* Custom Landing Page Css */
/* GENERAL RULES */
html,body {
  overflow-x: hidden !important;
}
.__wrapper {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.strong {
  font-weight: bold;
}
.btn {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 25px 50px;
  border-radius: 0px !important;
}
.btn.btn-orange {
  background: #ca6231;
  color: white;
}
h2 {
  text-transform: uppercase;
  font-weight: bold;
}
@keyframes flicker {
  0% { box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
  50% { box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.75); }
  100% { box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
}

/*************** HEADER ********************/
/* CONTAINER */
header.nav_header .container .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

/* TRIANGLES */
header.nav_header .triangle-up-left,
header.nav_header .triangle-up-right {
  height: 100% !important;
}
header.nav_header .triangle-up-left:after {
  width: 146px !important;
  left: 27px !important;
}
header.nav_header .triangle-up-right:after {
  width: 140px !important;
  left: -69px !important;
}

/* LOGO */
header.nav_header .logo {
  margin: 0;
}
header.nav_header .logo,
header.nav_header .menu_container {
  float: none;
}

header .logo a.brand img {
  height: 65px;
  width: 63px;
  position: absolute;
  top: 17px;
  left: 0;
}

/* CONTACT */
header.nav_header #mainmenu {
  display: flex;
  align-items: center;
  margin: 0;
}
header.nav_header #mainmenu .header__address {
  font-weight: bold;
  border-right: solid 1px #8b8b8b;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 50px;
  position: relative;
}
header.nav_header #mainmenu .header__address:before {
  content: url('../images/landing/mapmarker.png');
  transform: scale(0.5);
  display: block;
  position: absolute;
  left: -30px; top: 3px;
}
header.nav_header #mainmenu .header__tel {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #cf6736;
  padding-left: 35px;
  position: relative;
}
header.nav_header #mainmenu .header__tel:before {
  content: url('../images/landing/telephone.png');
  transform: scale(0.5);
  display: block;
  position: absolute;
  left: -15px; top: -14px;
}

/*************** SECTION - INTRODUCTION ********************/
section#introduction {
  background: white;
  padding-top: 150px;
  overflow: hidden;
}
section#introduction .__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}
section#introduction #introduction__background-img {
  position: absolute;
  height: 800px;
  max-width: none;
  top: -150px;
  left: -540px;
}
section#introduction .introduction__text-block {
  z-index: 2;
}
section#introduction .introduction__text-block h2 {
  font-size: 3.2vw;
  color: black;
  font-weight: 800;
}
section#introduction .introduction__text-block p {
  font-size: 20px;
  color: #ea804e;
}
section#introduction .introduction__formulaire-block {
  z-index: 2;
  background: #ea804e;
  padding: 0px 40px;
  max-width: 375px;
  display: flex;
  flex-direction: column;
  transition: .125s ease-in-out;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  color: white;
}

section#introduction .introduction__formulaire-block span.wpcf7-not-valid-tip {
  color: white;
}

section#introduction .introduction__formulaire-block.flickering {
  animation: flicker infinite 1.5s;
}
section#introduction .introduction__formulaire-block h3 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
section#introduction .introduction__formulaire-block form {
  display: flex;
  flex-direction: column;
}
section#introduction .form-line, section#introduction .form-select {
  margin-top: 10px;
}
section#introduction .introduction__formulaire-block .form-line {
  position: relative;
}
section#introduction .introduction__formulaire-block select {
  font-family: "Open sans",sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: rgba(0,0,0,0.3);
  margin-bottom: 10px;
}
.wpcf7-not-valid-tip {
  font-weight: 700;
}
section#introduction .introduction__formulaire-block .label {
  position: absolute;
  top: 4px;
  left: 1px;
  line-height: 0px;
  color: black;
  opacity: 0.3;
  font-family: "Open sans",sans-serif;
  z-index: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  pointer-events: none;
  transition: .225s linear;
}
section#introduction .introduction__formulaire-block .label.clicked {
  top: -13px;
  opacity: 1;
  color: white;
  font-size: 10px;
  line-height: 12px;
}
section#introduction .form-control {
  border-radius: 0px !important;
  border: none !important;
  z-index: 0;
}
section#introduction .wpcf7-select {
  background: white;
  border: none;
  height: 34px;
  line-height: 34px;
  width: 100%;
  border-radius: 0px;
  padding-left: 10px;
  -webkit-appearance: none;
  appearance: none;
}
section#introduction .form-select > p > span {
  position: relative;
}
section#introduction .form-select > p > span:after {
  content:"\276f";
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  top: -7px;
  font-size: 10px;
  line-height: 34px;
}
section#introduction .legend {
  color: white;
  font-weight: 100;
}
section#introduction .wpcf7-submit {
  background: black !important;
  font-size: 20px !important;
  width: 100%;
  font-weight: 800;
}
section#introduction .wpcf7-list-item {
  margin-left:0
}

/*************** SECTION - VALEURS ********************/
section#valeurs {
  background: white;
}
section#valeurs .__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 25px 0;
}
section#valeurs .__wrapper > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
section#valeurs .__wrapper > div p {
  margin-top: 10px;
  text-align: center;
}
section#valeurs .valeurs__valeur .valeur__svg-wrapper {
  width: 50px;
  height: 50px;
}
section#valeurs .valeurs__valeur:nth-child(1) .valeur__svg-wrapper {
  background-image: url('../images/svg/renovation.svg');
}
section#valeurs .valeurs__valeur:nth-child(2) .valeur__svg-wrapper {
  background-image: url('../images/svg/finance.svg');
}
section#valeurs .valeurs__valeur:nth-child(3) .valeur__svg-wrapper {
  background-image: url('../images/svg/24-7.svg');
}
section#valeurs .valeurs__valeur:nth-child(4) .valeur__svg-wrapper {
  background-image: url('../images/svg/normes.svg');
}

/*************** SECTION - ACCOMPAGNEMENT ********************/
section#accompagnement {
  padding: 50px 0px;
}
section#accompagnement .accompagnement__white-block {
  background: white;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#accompagnement .accompagnement__white-block h2 {
  color: #393939;
  font-size: 30px;
  text-align: center;
}
section#accompagnement .accompagnement__block-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
section#accompagnement .accompagnement__block-wrapper > div {
  max-width: 50%;
  width: calc(50% - 10px);
  min-width: 500px;
}
section#accompagnement .accompagnement__professionnels {
  margin-right: 20px;
}
section#accompagnement .accompagnement__title-wrapper {
  display: flex;
}
section#accompagnement .accompagnement__logo-wrapper {
  margin-right: 20px;
  margin-bottom: 20px;
}
section#accompagnement .accompagnement__logo {
  width: 65px;
  height: 65px;
  background-color: #efefef;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
section#accompagnement .professionnels__logo-wrapper .accompagnement__logo {
  background-image: url('../images/landing/immeuble.png')
}
section#accompagnement .particuliers__logo-wrapper .accompagnement__logo {
  background-image: url('../images/landing/maison.png')
}
section#accompagnement .accompagnement__content-wrapper {
  position: relative;
  overflow: hidden;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
section#accompagnement .accompagnement__content-wrapper img {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
}
section#accompagnement .accompagnement__content-text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(84,138,197,0.77);
  margin: 0px;
  color: white;
  padding: 20px 30px;
}
section#accompagnement .accompagnement__btn {
  display: block;
  margin-top: 50px;
}

/*************** SECTION - SAVOIR-FAIRE ********************/
section#savoir-faire {
  background: #548ac5;
  color: white;
  padding: 60px 0 80px;
}
section#savoir-faire h2 {
  text-align: center;
  margin-bottom: 50px;
}
section#savoir-faire .savoir-faire__block-wrapper {
  display: flex;
  justify-content: center;
}
section#savoir-faire .savoir-faire__block-wrapper > .savoir-faire__block:not(:last-child) {
  margin-right: 100px;
}
section#savoir-faire .savoir-faire__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section#savoir-faire .savoir-faire__img-wrapper {
  margin-bottom: 20px;
  border-radius: 50%;
  background: white;
  overflow: hidden;
  background: #efefef;
  max-width: 130px;
  max-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#savoir-faire .savoir-faire__img-wrapper img {
  max-width: 100%;
}

/*************** SECTION - SAVOIR-FAIRE ********************/
section#produits {
  padding: 60px 0 80px;
  background: white;
}
section#produits h2 {
  text-align: center;
  margin-bottom: 50px;
  color: black;
}
section#produits .produits__listing-wrapper {
  display: flex;
  justify-content: center;
}
section#produits .produits__listing-wrapper > .produits__produit-wrapper:not(:last-child) {
  margin-right: 25px;
}
section#produits .produits__produit-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 30%;
}
section#produits .produit__image-wrapper {
  height: 300px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
section#produits .produit__image-wrapper img {
  position: absolute;
}
section#produits .produits__produit-wrapper p {
  margin-top: 20px;
}

/*************** SECTION - PRE-FOOTER ***************/
section#pre-footer {
  padding: 50px 0 60px;
}
section#pre-footer .pre-footer__block {
  display: flex;
  justify-content: center;
}

/*************** SECTION - FOOTER ***************/
footer#footer .container.triangles-of-section {
  position: relative;
  top: 40px;
}
footer#footer .footer_teasers_wrapper {
  padding: 40px 0 !important;
}
footer#footer .footer__block-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer#footer .footer__block-wrapper p {
  text-transform: uppercase;
  color: white;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}
footer#footer .container.copy {
  border-top: solid #151515 2px;
  margin-top: 20px; padding-top: 20px;
}

/*************** SECTION - POST-FOOTER ***************/
.post-footer {
  background: #161616;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}
.post-footer p {
  margin: 0px;
}

/******************************************
 *************** RESPONSIVE ***************
 ******************************************/

@media(min-width: 1600px) {
  section#introduction .introduction__text-block h2 {
    font-size: 50px;
  }
}
@media(max-width: 1190px) {
  .__wrapper {
    padding: 0px 20px;
    width: 100%;
  }
}
@media(max-width: 991px) {
  section#introduction {
    padding-top: 50px;
  }
  section#introduction .__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  section#introduction .introduction__text-block h2 {
    font-size: 25px;
  }
  section#introduction #introduction__background-img {
    left: -1000px;
    width: 2420px;
  }
  section#introduction .introduction__formulaire-block {
    width: 100%;
    margin-top: 50px;
    max-width: none;
  }

  section#accompagnement .accompagnement__block-wrapper > div {
    min-width: 40vw;
  }
  section#accompagnement .accompagnement__content-wrapper {
    height: 40vw;
  }
  section#accompagnement .accompagnement__content-text {
    display: none;
  }

  section#produits .produit__image-wrapper {
    height: 25vw;
  }
}
@media(min-width: 768px) {
  header.nav_header #mainmenu .header__tel {
    pointer-events: none;
  }
}
@media(max-width: 767px) {
  h2 {
    font-size: 23px !important;
  }

  section#accompagnement, section#savoir-faire, section#produits {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  header.nav_header {
    padding: 0 20px;
  }
  header.nav_header #mainmenu {
    background: transparent;
    flex-direction: column;
    align-items: flex-end;
  }
  header.nav_header #mainmenu .header__address {
    border-right: none;
    margin: 0; padding: 0;
  }

  section#valeurs .__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  section#accompagnement .accompagnement__block-wrapper {
    flex-direction: column;
  }
  section#accompagnement .accompagnement__block-wrapper > div {
    min-width: 75vw;
  }
  section#accompagnement .accompagnement__professionnels {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  section#accompagnement .accompagnement__content-wrapper img {
    width: 100%;
    height: auto;
    transform: translateY(-12%);
  }

  section#savoir-faire h2 {
    margin-bottom: 20px;
  }
  section#savoir-faire .savoir-faire__block-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section#savoir-faire .savoir-faire__block-wrapper > .savoir-faire__block:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  section#produits h2 {
    margin-bottom: 20px;
  }
  section#produits .produits__listing-wrapper {
    flex-direction: column;
  }
  section#produits .produits__listing-wrapper > .produits__produit-wrapper:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  section#produits .produit__image-wrapper {
    height:50vw;
    width: 50%;
  }

  footer#footer .footer__block-wrapper {
    flex-direction: column;
  }
  footer#footer .footer__block-wrapper p {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 20px;
  }
}
@media(max-width: 672px) {
  section#introduction .introduction__text-block {
    background: rgba(255,255,255,0.75);
    padding: 20px;
  }
  section#introduction .introduction__formulaire-block {
    margin-top: 0px;
  }
  section#introduction .introduction__text-block p {
    font-size: 15px;
  }
}
@media(min-width: 450px) {
  header.nav_header #mainmenu .header__address br {
    display: none;
  }
}
@media(max-width: 450px) {
  header.nav_header .logo {
    min-width: 66px;
  }
  header.nav_header #mainmenu .header__address {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  header.nav_header #mainmenu .header__address:before {
    top: -7px;
  }
  div.post-footer {
    padding: 20px;
    height: auto;
    text-align: center;
  }
}
