html {
  background: #474c56;
}
body {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #474c56;
  background: #fff;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}
a {
  color: #97d700;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}
a:hover {
  color: #474c56;
  cursor: pointer;
  text-decoration: none;
}
img,
iframe {
  max-width: 100%;
  height: auto;
}
.bouton {
  display: inline-block;
  color: #fff;
  background: #97d700;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.bouton:hover {
  background: #fff;
  color: #97d700;
  text-decoration: none;
}
.bouton.special {
  padding: 20px 50px;
  position: relative;
  background: none;
  z-index: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
.bouton.special.noir:before {
  border-color: #61646a;
  background: #61646a;
}
.bouton.special.noir:hover {
  color: #61646a;
}
.bouton.special.noir:hover:after {
  background: none;
}
.bouton.special:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #97d700;
  border: 2px solid #97d700;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  transform: skew(-30deg);
  z-index: -1;
}
.bouton.special.hover {
  color: #97d700;
}
.bouton.special.hover :before {
  background: #fff;
}
.bouton.special:hover:before,
.bouton.special.hover:before {
  background: #fff;
}
.main-page ul {
  padding-left: 0;
}
.main-page ul li {
  font-size: 26px;
  line-height: 32px;
  list-style-type: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.main-page ul li:before {
  content: '';
  background: url(../img/puces.png);
  width: 27px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 7px;
}
h1 {
  font-size: 38px;
  line-height: 43px;
  font-weight: normal;
}
h2 {
  font-size: 32px;
  color: #97d700;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  font-weight: 500;
  color: #97d700;
}
header {
  padding-bottom: 1.5rem;
}
.logo a {
  display: inline-block;
}
.logo a img {
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  opacity: 1;
}
.logo a:hover img {
  transform: scale(.9);
  opacity: .7;
}
.menu-principal > ul {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
}
.menu-principal > ul > li {
  display: inline-block;
  margin-left: 40px;
  font-size: 16px;
}
.menu-principal > ul > li a {
  color: #474c56;
  text-transform: uppercase;
}
.menu-principal > ul > li a:hover {
  color: #97d700;
}
.menu-principal > ul > li.current-menu-item a {
  color: #97d700;
}
.fb {
  display: inline-block;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  line-height: 29px;
  border: 1px solid #97d700;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  text-align: center;
}
.fb:hover {
  background: #97d700;
  color: #fff;
}
.menu-secondaire > ul {
  padding-left: 0;
}
.menu-secondaire > ul > li {
  list-style-type: none;
  margin-bottom: 5px;
}
.menu-secondaire > ul > li.current-menu-item  a {
  color: #97d700;
}
.menu-secondaire > ul > li a {
  color: #bcbec0;
}
.menu-secondaire > ul > li a:hover {
  color: #97d700;
}
.menu-projets {
  padding-left: 0;
}
.menu-projets > li {
  list-style-type: none;
  display: inline-block;
  margin: 0 3px;
}
.menu-copyright {
  margin-bottom: 0;
}
.menu-copyright > li {
  display: inline-block;
  font-size: 16px;
  color: #bcbec0;
  font-weight: 300;
}
.menu-copyright > li a {
  color: #bcbec0;
  font-size: 16px;
  font-weight: 300;
}
.menu-copyright > li a:hover {
  color: #97d700;
}
.menu-copyright > li:after {
  content: '';
  background: #bcbec0;
  width: 4px;
  height: 1px;
  display: inline-block;
  margin: 0 3px;
  position: relative;
  top: -3px;
}
.menu-copyright > li:last-child:after {
  display: none;
}
.menu-copyright > li img {
  width: 20px;
  height: auto;
}
.navbar {
  display: none;
  padding: 0 !important;
  background: #474c56;
  position: relative;
  z-index: 3;
}
.navbar .navbar-nav {
  text-align: center;
}
.navbar .navbar-nav li:last-child {
  margin-bottom: 0;
}
.navbar .navbar-nav li a {
  color: #fff !important;
  text-transform: uppercase;
  padding: 15px 0;
  font-weight: 600;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a.active {
  color:  !important;
}
.navbar button {
  position: absolute;
  top: -70px;
  right: 30px;
  background: #97d700;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 0 !important;
}
.navbar button:focus {
  outline: none;
}
.navbar button:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0c9';
  display: inline-block;
  margin-right: 10px;
  font-weight: 900;
}
.navbar .navbar-nav {
  background: none;
}
.navbar .navbar-nav a {
  color: #fff !important;
  text-align: center;
  font-weight: normal;
}
.navbar .navbar-nav a:hover {
  color: #97d700 !important;
  background: none;
}
.navbar .navbar-nav .image-cat {
  display: none;
}
.navbar-light .navbar-toggler-icon {
  display: none !important;
}
.demande .devis {
  position: fixed;
  top: 200px;
  right: -100%;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  z-index: 3;
  font-size: 25px;
  background: #97d700;
  color: #fff;
  font-weight: 500;
  padding: 15px 10px;
  border: 2px solid #fff;
  border-radius: 0;
}
.demande .devis.actif {
  right: 0;
}
.demande .formulaire {
  position: fixed;
  width: 350px;
  top: 200px;
  right: -100%;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  z-index: 4;
  max-height: 90%;
  overflow: auto;
}
.demande .formulaire > div {
  padding: 15px;
  border: 2px solid #fff;
  background: #63666a !important;
}
.demande .formulaire input:not([type=button]),
.demande .formulaire textarea {
  padding: 10px 15px;
  color: #b3b5b8 !important;
  background: #e6e7e8 !important;
}
.demande .formulaire textarea {
  height: 80px !important;
}
.demande .formulaire input[type=button] {
  display: block;
  background: #fff;
  color: #97d700;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
}
.demande .formulaire input[type=button]:hover {
  background: #97d700;
  color: #fff;
  cursor: pointer;
}
.demande .formulaire .nf-form-fields-required {
  color: #fff;
  font-size: 11px;
  font-style: italic;
  padding-left: 5px;
}
.demande .formulaire .checkbox-container label {
  font-weight: normal;
  color: #fff;
  font-size: 13px;
}
.demande .formulaire .listcheckbox-container {
  margin-bottom: 0 !important;
}
.demande .formulaire .list-checkbox-wrap ul li {
  display: inline-block;
  width: 49%;
}
.demande .formulaire .list-checkbox-wrap ul li label {
  color: #fff;
}
.demande .formulaire.actif {
  right: 0;
}
.demande .formulaire .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #97d700;
  opacity: 1;
  text-shadow: none !important;
}
.demande .formulaire .close:hover {
  color: #fff;
}
body.home .haut-de-page {
  height: 520px;
}
body.home .haut-de-page .image {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
body.home .haut-de-page .image .plus {
  width: 90%;
  margin: auto;
  display: flex;
  padding-top: 150px;
}
body.home .haut-de-page .image .plus > div {
  font-size: 32px;
  line-height: 40px;
  color: #97d700;
  width: 70%;
  position: relative;
  z-index: 1;
  padding: 20px;
}
body.home .haut-de-page .image .plus > div:after {
  content: '';
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: .5;
}
body.home .haut-de-page .image .plus > div p {
  margin-bottom: 0;
}
body.home .haut-de-page .image .plus > div strong {
  color: #fff;
  font-weight: normal;
}
body.home .haut-de-page .image .plus .bouton {
  width: 30%;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px;
}
body.home .haut-de-page .image .plus .bouton span {
  border: 2px solid #97d700;
  background: #fff;
  color: #97d700;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 30px;
  line-height: 86px;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.home .haut-de-page .image .plus .bouton:hover {
  background: #97d700;
}
body.home .haut-de-page .image .plus .bouton:hover span {
  background: #97d700;
  color: #fff;
}
body.home .haut-de-page .image .titre {
  width: 45%;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 20px;
}
body.home .haut-de-page .image .titre span {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  position: relative;
  color: #63666a;
}
body.home .haut-de-page .image .titre span:before {
  content: '';
  background: #97d700;
  width: 5px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: -15px;
}
body.home .haut-de-page .image .titre:after {
  content: '';
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -500px;
  right: 0;
  bottom: 0;
  opacity: .9;
  transform: skew(-30deg);
}
body.home .haut-de-page .owl-carousel {
  position: relative;
}
body.home .haut-de-page .owl-carousel,
body.home .haut-de-page .owl-stage-outer,
body.home .haut-de-page .owl-stage,
body.home .haut-de-page .owl-item,
body.home .haut-de-page .image {
  height: 100%;
}
body.home .haut-de-page .owl-dots {
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 40px;
}
body.home .haut-de-page .owl-dots button {
  width: 40px;
  height: 4px;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  background: #474c56;
  display: inline-block;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  margin: 0 6px;
}
body.home .haut-de-page .owl-dots button:focus {
  outline: none;
}
body.home .haut-de-page .owl-dots button.active {
  background: #fff;
}
body.home .experience {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-bottom: 50px;
}
body.home .experience .txt {
  color: #d1d3d4;
  line-height: 24px;
}
body.home .experience .txt li {
  color: #fff;
}
body.home .experience .txt strong {
  color: #fff;
}
body.home .experience .txt em {
  color: #97d700;
  font-weight: bold;
}
body.home .experience .portrait {
  position: relative;
  z-index: 1;
}
body.home .experience .suite {
  position: relative;
}
body.home .experience .suite:after {
  content: '';
  background: #97d700;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 2px;
}
body.home .experience .suite .btn {
  padding: 0;
  padding-left: 30px;
  padding-right: 10px;
  border: none;
  text-transform: uppercase;
  font-size: 22px;
  background: #565c61;
  position: relative;
  z-index: 1;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  border-radius: 0;
}
body.home .experience .suite .btn:hover {
  color: #fff;
}
body.home .experience .suite .btn i {
  color: #fff;
}
body.home .raccourcis {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
body.home .raccourcis:after {
  content: '';
  background: #4e5159;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  z-index: -1;
}
body.home .raccourcis .item > a {
  display: block;
  background: #fff;
  border: 1px solid #97d700;
  padding: 30px;
  box-shadow: 0px 10px 20px 0px rgba(78,81,89,0.5);
}
body.home .raccourcis .item > a img,
body.home .raccourcis .item > a span {
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.home .raccourcis .item > a:hover {
  box-shadow: none;
  background: #f1f2f2;
}
body.home .raccourcis .item > a:hover img {
  transform: scale(.9);
  opacity: .7;
}
body.home .raccourcis .item > a figure {
  height: 86px;
}
body.home .raccourcis .item > a span {
  display: block;
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
  color: #4e5159;
}
body.home .realisations,
body.home .biens {
  position: relative;
  z-index: 1;
}
body.home .realisations:after,
body.home .biens:after {
  content: '';
  background: #f1f2f2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  top: 200px;
  z-index: -1;
}
body.home .realisations .bien figure,
body.home .biens .bien figure {
  display: inline-block;
  overflow: hidden;
}
body.home .realisations .bien figure a,
body.home .biens .bien figure a {
  position: relative;
  display: block;
}
body.home .realisations .bien figure a img,
body.home .biens .bien figure a img {
  transition: all .5s ease-in-out !important;
  -webkit-transition: all .5s ease-in-out !important;
  -moz-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
}
body.home .realisations .bien figure a:hover img,
body.home .biens .bien figure a:hover img {
  transform: scale(1.2);
}
body.home .realisations .bien .encars,
body.home .biens .bien .encars {
  background: #fff;
  color: #939598;
}
body.home .realisations .bien .encars > p,
body.home .biens .bien .encars > p {
  font-size: 16px;
}
body.home .realisations .bien .encars h3,
body.home .biens .bien .encars h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
body.page-id-9 .haut-de-page {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-9 .haut-de-page h1 {
  display: inline-block;
  position: relative;
  font-size: 30px;
  color: #97d700;
  font-weight: bold;
  z-index: 1;
  padding: 35px;
  letter-spacing: 2px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-9 .haut-de-page h1:after {
  content: '';
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: .7;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-9 .haut-de-page a:hover h1 {
  color: #fff;
}
body.page-id-9 .haut-de-page a:hover h1:after {
  background: #97d700;
}
body.page-id-9 .expertise {
  margin-bottom: -40px;
}
body.page-id-9 .expertise h2 {
  font-size: 38px;
}
body.page-id-9 .expertise .img {
  position: relative;
}
body.page-id-9 .expertise .img > div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: -100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.page-id-9 .citation {
  background: #eff0f1;
}
body.page-id-9 .citation span {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #50535a;
  font-size: 30px;
  line-height: 36px;
  position: relative;
}
body.page-id-9 .citation span:before,
body.page-id-9 .citation span:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  color: #fff;
}
body.page-id-9 .citation span:before {
  content: '\f10d';
  top: -20px;
  left: 0;
}
body.page-id-9 .citation span:after {
  content: '\f10e';
  bottom: -20px;
  right: 0;
}
body.page-id-9 .societe .txt h2 {
  font-size: 38px;
}
body.page-id-9 .societe .txt em {
  font-style: normal;
  font-weight: bold;
  color: #97d700;
}
body.page-id-9 .societe .txt ul li {
  margin-bottom: 30px;
}
body.page-id-9 .groupe .arguments,
body.page-id-9 .groupe .txt {
  position: relative;
}
body.page-id-9 .groupe .arguments:before,
body.page-id-9 .groupe .txt:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  transform: skew(-30deg);
  z-index: -1;
}
body.page-id-9 .groupe .arguments {
  z-index: 2;
}
body.page-id-9 .groupe .arguments h2 {
  color: #fff;
}
body.page-id-9 .groupe .arguments:before {
  background: #50535a;
  right: 0;
  left: -110%;
}
body.page-id-9 .groupe .arguments .lien {
  position: relative;
  z-index: 2;
}
body.page-id-9 .groupe .arguments .lien .decouverte {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 2px;
}
body.page-id-9 .groupe .arguments .lien .decouverte:hover {
  color: #97d700;
}
body.page-id-9 .groupe .txt {
  padding-left: 200px;
  z-index: 1;
}
body.page-id-9 .groupe .txt:before {
  background: #eff0f1;
  right: -110%;
  left: 0;
  border-left: 10px solid #fff;
}
body.page-id-9 .groupe .argument {
  position: relative;
  z-index: 1;
}
body.page-id-9 .groupe .argument span {
  font-size: 58px;
  line-height: 60px;
  font-weight: bold;
  color: #97d700;
  display: block;
}
body.page-id-9 .groupe .argument p {
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}
body.page-id-9 .groupe .argument:after {
  content: '';
  background: url(../img/triangle.png);
  width: 133px;
  height: 113px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -66.5px;
  margin-top: -56.5px;
  z-index: -1;
}
body.page-id-13 .haut-de-page {
  position: relative;
}
body.page-id-13 .haut-de-page h1 {
  position: absolute;
  bottom: 30px;
  right: 13%;
  display: inline-block;
  padding: 25px 50px;
  color: #63666a;
  font-size: 38px;
  z-index: 1;
}
body.page-id-13 .haut-de-page h1:before {
  content: '';
  background: #97d700;
  height: 27px;
  width: 5px;
  display: inline-block;
  margin-right: 20px;
}
body.page-id-13 .haut-de-page h1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: skew(-30deg);
  background: #fff;
  opacity: .9;
  z-index: -1;
}
body.page-id-13 .haut-de-page .image {
  position: relative;
  z-index: 1;
}
body.page-id-13 .haut-de-page .map {
  position: initial;
}
body.page-id-13 .haut-de-page .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 25%;
  height: 100%;
}
body.page-id-13 .offre-achat {
  background: #f6f6f6;
}
body.page-id-13 .main-page h2 {
  font-size: 30px;
}
body.page-id-13 .informations {
  position: relative;
  z-index: 1;
}
body.page-id-13 .informations > div {
  color: #50535a;
}
body.page-id-13 .informations > div a {
  color: #50535a;
}
body.page-id-13 .informations > div a:hover {
  color: #97d700;
}
body.page-id-13 .informations img {
  margin-top: -50px;
  position: relative;
  z-index: -1;
}
body.page-id-13 .main-page .formulaire {
  margin-top: -60px;
}
body.page-id-13 .main-page .formulaire > div {
  background: #50535a;
}
body.page-id-13 .main-page .formulaire > div .nf-form-fields-required {
  padding-left: 5px;
  color: #fff;
  font-size: 12px;
  font-style: italic;
}
body.page-id-13 .main-page .formulaire > div .nf-field-label label {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
body.page-id-13 .main-page .formulaire > div input[type=button] {
  background: #97d700 !important;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 10px 20px;
  border: 2px solid #97d700;
  float: right;
}
body.page-id-13 .main-page .formulaire > div input[type=button]:hover {
  background: none !important;
  color: #97d700;
  cursor: pointer;
}
body.single-biens .haut-de-page .image {
  height: 550px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.single-biens .haut-de-page .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  width: 100%;
}
body.single-biens .haut-de-page .owl-nav button {
  position: absolute;
  font-size: 60px;
  color: #fff;
  opacity: .6;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.single-biens .haut-de-page .owl-nav button.owl-next {
  right: 10%;
}
body.single-biens .haut-de-page .owl-nav button.owl-prev {
  left: 10%;
}
body.single-biens .haut-de-page .owl-nav button:focus {
  outline: none;
}
body.single-biens .haut-de-page .owl-nav button:hover {
  opacity: 1;
}
body.single-biens .haut-de-page .owl-dots {
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 40px;
}
body.single-biens .haut-de-page .owl-dots button {
  width: 40px;
  height: 4px;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  background: #97d700;
  display: inline-block;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  margin: 0 6px;
}
body.single-biens .haut-de-page .owl-dots button:focus {
  outline: none;
}
body.single-biens .haut-de-page .owl-dots button.active {
  background: #fff;
}
body.single-biens .presentation .details ul li {
  font-size: 20px;
}
body.single-biens .presentation .nom {
  position: relative;
  padding-left: 15px;
  color: #63666a;
}
body.single-biens .presentation .nom h1 {
  font-size: 40px;
  font-weight: bold;
}
body.single-biens .presentation .nom:before {
  content: '';
  background: #97d700;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
}
body.single-biens .presentation .statut {
  margin-bottom: 15px;
}
body.single-biens .presentation .statut .etiquette {
  border: 2px solid #c90000;
  color: #c90000;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #fff;
}
body.single-biens .map {
  position: relative;
}
body.single-biens .map > div {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: -100%;
  bottom: 0;
}
body.single-biens .boutons {
  text-align: center;
}
body.single-biens .boutons .bouton {
  display: block;
}
body.single-biens .boutons .bouton.noir {
  margin-bottom: 30px;
}
body.single-biens .boutons .prix-et-plans-de-vente .acces-aux-prix-et-plan {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #fff;
}
body.single-biens .boutons .prix-et-plans-de-vente .acces-aux-prix-et-plan i {
  margin-left: 5px;
}
body.single-biens .boutons .prix-et-plans-de-vente .acces-aux-prix-et-plan:hover {
  color: #97d700;
}
body.single-biens .boutons .prix-et-plans-de-vente .acces-aux-prix-et-plan.active i {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
body.single-biens .boutons .prix-et-plans-de-vente .tableau {
  margin-top: 30px;
  display: none;
}
body.single-biens .boutons .prix-et-plans-de-vente .tableau table tbody tr td a {
  font-weight: 500;
  font-style: italic;
}
body.single-biens .boutons .prix-et-plans-de-vente .tableau table tbody tr td a i {
  margin-right: 5px;
}
body.post-type-archive-biens section .bien,
body.tax-type section .bien {
  border-bottom: 10px solid #fff;
  background-color: #f1f2f2;
  margin: 0;
  overflow: hidden;
}
body.post-type-archive-biens section .bien .images,
body.tax-type section .bien .images {
  padding-left: 0;
  padding-right: 0;
}
body.post-type-archive-biens section .bien .images .slider.owl-carousel,
body.tax-type section .bien .images .slider.owl-carousel {
  width: 100%;
}
body.post-type-archive-biens section .bien .images .slider.owl-carousel .owl-dots,
body.tax-type section .bien .images .slider.owl-carousel .owl-dots {
  display: none;
}
body.post-type-archive-biens section .bien .images .slider,
body.post-type-archive-biens section .bien .images .owl-stage-outer,
body.post-type-archive-biens section .bien .images .owl-stage,
body.post-type-archive-biens section .bien .images .owl-item,
body.tax-type section .bien .images .slider,
body.tax-type section .bien .images .owl-stage-outer,
body.tax-type section .bien .images .owl-stage,
body.tax-type section .bien .images .owl-item {
  height: 100%;
}
body.post-type-archive-biens section .bien .images .image,
body.tax-type section .bien .images .image {
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
body.post-type-archive-biens section .bien .plus,
body.tax-type section .bien .plus {
  padding: 10px;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  background: #97d700;
  color: #474c56;
  font-size: 20px;
  font-weight: bold;
}
body.post-type-archive-biens section .bien .plus i,
body.tax-type section .bien .plus i {
  color: #fff;
  margin-left: 5px;
}
body.post-type-archive-biens section .bien .plus:before,
body.tax-type section .bien .plus:before {
  content: "";
  height: 100%;
  background-color: #97d700;
  width: 500px;
  left: -500px;
  top: 0;
  position: absolute;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.post-type-archive-biens section .bien .plus:after,
body.tax-type section .bien .plus:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -20px;
  right: -6px;
  border-style: solid;
  border-width: 42px 6px 0 0;
  border-color: #97d700 transparent transparent transparent;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.post-type-archive-biens section .bien .plus:hover,
body.tax-type section .bien .plus:hover {
  color: #97d700;
  background-color: #474c56;
}
body.post-type-archive-biens section .bien .plus:hover:before,
body.tax-type section .bien .plus:hover:before {
  background-color: #474c56;
}
body.post-type-archive-biens section .bien .plus:hover:after,
body.tax-type section .bien .plus:hover:after {
  border-top-color: #474c56;
}
body.post-type-archive-biens section .presentation,
body.tax-type section .presentation {
  position: relative;
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
}
body.post-type-archive-biens section .presentation:after,
body.tax-type section .presentation:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -300px;
  border-style: solid;
  border-width: 2000px 300px 0 0;
  border-color: #f1f2f2 transparent transparent transparent;
}
body.post-type-archive-biens section .presentation .details ul li,
body.tax-type section .presentation .details ul li {
  font-size: 20px;
}
body.post-type-archive-biens section .presentation .nom,
body.tax-type section .presentation .nom {
  position: relative;
  padding-left: 15px;
  color: #63666a;
}
body.post-type-archive-biens section .presentation .nom h1,
body.tax-type section .presentation .nom h1 {
  font-size: 40px;
  font-weight: bold;
}
body.post-type-archive-biens section .presentation .nom:before,
body.tax-type section .presentation .nom:before {
  content: '';
  background: #97d700;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
}
body.post-type-archive-biens section .presentation .statut,
body.tax-type section .presentation .statut {
  position: absolute;
  top: 40%;
  left: -125px;
  transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
}
body.post-type-archive-biens section .presentation .statut .etiquette,
body.tax-type section .presentation .statut .etiquette {
  border: 2px solid #c90000;
  color: #c90000;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #fff;
}
body.page-id-11 section .pave,
body.page-id-80 section .pave {
  height: 570px;
}
body.page-id-11 section .pave a,
body.page-id-80 section .pave a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
body.page-id-11 section .pave a:after,
body.page-id-80 section .pave a:after {
  content: '';
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: .6;
}
body.page-id-11 section .pave a > div,
body.page-id-80 section .pave a > div {
  width: 100%;
}
body.page-id-11 section .pave a > div .encars,
body.page-id-80 section .pave a > div .encars {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-height: 126px;
  border: 1px solid #97d700;
}
body.page-id-11 section .pave a > div .encars:after,
body.page-id-80 section .pave a > div .encars:after {
  content: '';
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .9;
  z-index: -1;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  transform: scale(0);
}
body.page-id-11 section .pave a > div .encars:hover:after,
body.page-id-80 section .pave a > div .encars:hover:after {
  transform: scale(1);
}
body.page-id-11 section .pave a > div .encars:hover span.titre,
body.page-id-80 section .pave a > div .encars:hover span.titre {
  opacity: 0;
}
body.page-id-11 section .pave a > div .encars:hover span.plus,
body.page-id-80 section .pave a > div .encars:hover span.plus {
  opacity: 1;
}
body.page-id-11 section .pave a > div .encars > div,
body.page-id-80 section .pave a > div .encars > div {
  display: flex;
  align-items: center;
  height: 126px;
}
body.page-id-11 section .pave a > div .encars span,
body.page-id-80 section .pave a > div .encars span {
  display: inline-block;
  font-size: 38px;
  line-height: 126px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
  padding: 20px 40px;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body.page-id-11 section .pave a > div .encars span.plus,
body.page-id-80 section .pave a > div .encars span.plus {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.haut-de-page.simple h1 {
  color: #97d700;
  font-size: 38px;
  font-weight: 500;
  line-height: 42px;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  align-items: center;
}
.popup.actif {
  display: flex;
}
.popup .formulaire {
  width: 100%;
  background: #fff;
  max-height: 90vh;
  overflow: auto;
}
.popup .formulaire .nf-form-fields-required {
  font-size: 12px;
  text-align: center;
}
.popup .formulaire .submit-wrap {
  text-align: right !important;
}
.popup .formulaire input[type=button] {
  background: #97d700;
  color: #fff;
  border: 2px solid #97d700;
  text-transform: uppercase;
  font-weight: bold;
}
.popup .formulaire input[type=button]:hover {
  background: none;
  color: #97d700;
  cursor: pointer;
}
.popup .overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: .7;
  z-index: -1;
}
.offre-achat {
  background: #fff;
  position: relative;
  z-index: 1;
}
.offre-achat:after {
  content: '';
  background: url(../img/motifs-offre.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.offre-achat .bouton {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 3px;
  border: 2px solid #97d700;
}
.offre-achat .bouton span {
  display: block;
  border: 2px solid #fff;
}
.offre-achat .bouton i {
  margin-left: 20px;
}
.offre-achat .bouton:hover {
  background: #fff;
  color: #97d700;
}
.offre-achat .bouton:hover span {
  border-color: #fff;
}
.infos > div,
.informations > div {
  display: flex;
  color: #bcbec0;
}
.infos > div a,
.informations > div a {
  color: #bcbec0;
}
.infos > div a:hover,
.informations > div a:hover {
  color: #97d700;
}
.infos > div i,
.informations > div i {
  width: 20px;
  color: #97d700;
  margin-right: 12px;
}
footer {
  background: #50535a;
}
@media (max-width: 1499.98px) {
  body.page-id-13 .haut-de-page .map iframe {
    left: 15%;
  }
}
@media (max-width: 1420px) {
  body.post-type-archive-biens section .presentation .statut,
  body.tax-type section .presentation .statut {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  .menu-principal > ul > li {
    margin-left: 20px;
  }
  body.home .haut-de-page .image .titre {
    width: 55%;
  }
  body.home .haut-de-page .image .plus {
    padding-top: 100px;
  }
  body.home .haut-de-page .image .plus > div {
    font-size: 26px;
  }
  body.home .haut-de-page .image .plus .bouton span {
    font-size: 24px;
  }
  body.home .raccourcis .item > a span {
    font-size: 22px;
  }
  body.page-id-9 .groupe .arguments:before,
  body.page-id-9 .groupe .txt:before {
    transform: skew(-10deg);
  }
  body.page-id-9 .groupe .txt {
    padding-left: 100px;
  }
  body.page-id-9 .groupe .arguments .lien {
    padding-left: 15px;
  }
  body.page-id-13 .haut-de-page h1 {
    font-size: 32px;
  }
  body.post-type-archive-biens section .presentation,
  body.tax-type section .presentation {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  header {
    padding-bottom: 0;
  }
  header .container {
    padding-bottom: 1.5rem;
  }
  body.home .haut-de-page {
    height: 400px;
  }
  body.home .haut-de-page .image .titre {
    width: 80%;
  }
  body.home .haut-de-page .image .plus > div {
    font-size: 20px;
    line-height: 24px;
  }
  body.home .haut-de-page .image .plus .bouton span {
    font-size: 20px;
    line-height: 60px;
  }
  body.home .raccourcis:after {
    height: 250px;
  }
  body.home .raccourcis .item:first-child,
  body.home .raccourcis .item:first-child + .item {
    margin-bottom: 30px;
  }
  body.home .experience .row {
    flex-wrap: wrap-reverse;
  }
  body.home .experience .portrait {
    text-align: center;
    margin-top: 3rem;
  }
  body.home .experience .suite .btn {
    background: #4e525b;
  }
  body.home .realisations .bien,
  body.home .biens .bien {
    margin-bottom: 2rem;
  }
  body.page-id-9 .expertise {
    margin-bottom: -20px;
  }
  body.page-id-9 .expertise .img {
    height: 400px;
  }
  body.page-id-9 .expertise .img > div {
    position: relative;
    right: auto;
    height: 100%;
    margin-left: 0 !important;
  }
  body.page-id-9 .citation span {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }
  body.page-id-9 .groupe .arguments:before,
  body.page-id-9 .groupe .txt:before {
    transform: skew(0);
  }
  body.page-id-9 .groupe .arguments {
    padding-left: 0;
  }
  body.page-id-9 .groupe .arguments:before {
    right: -100%;
  }
  body.page-id-9 .groupe .txt {
    padding-left: 15px;
  }
  body.page-id-9 .groupe .txt:before {
    left: -100%;
  }
  body.page-id-13 .haut-de-page .image {
    display: none;
  }
  body.page-id-13 .haut-de-page .map {
    height: 300px;
  }
  body.page-id-13 .haut-de-page .map iframe {
    position: relative;
    left: auto;
  }
  body.page-id-13 .main-page .formulaire {
    margin-top: 0;
  }
  body.single-biens .map {
    height: 400px;
    margin-top: 3rem;
  }
  body.single-biens .map > div {
    position: relative;
    right: auto;
  }
  body.single-biens .boutons > div {
    margin-bottom: 2rem;
  }
  body.single-biens .boutons > div:last-child {
    margin-top: 0 !important;
  }
  body.post-type-archive-biens section .presentation,
  body.tax-type section .presentation {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.post-type-archive-biens section .presentation:after,
  body.tax-type section .presentation:after {
    display: none;
  }
  body.post-type-archive-biens section .bien .plus,
  body.tax-type section .bien .plus {
    width: 100%;
  }
  body.post-type-archive-biens section .bien .plus:after,
  body.tax-type section .bien .plus:after {
    right: -100%;
  }
  body.post-type-archive-biens section .bien .images,
  body.tax-type section .bien .images {
    height: 400px;
  }
  .menu-principal {
    display: none;
  }
  .menu-copyright > li {
    display: block;
  }
  .menu-copyright > li:after {
    display: none;
  }
  .navbar-expand-lg .navbar-toggler,
  .navbar,
  .navbar-collapse.collapse.show {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .collapse.in {
    display: block !important;
  }
  footer .logo,
  footer .infos {
    margin-bottom: 3rem;
  }
  footer .infos > div {
    display: block;
    text-align: center;
  }
  footer .menu-secondaire {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .main-page ul li {
    font-size: 20px;
  }
  .menu-projets > li {
    display: block;
    margin-bottom: 10px;
  }
  .menu-projets > li a {
    display: block;
  }
  body.home .haut-de-page {
    height: 350px;
  }
  body.home .haut-de-page .owl-dots {
    display: none;
  }
  body.home .haut-de-page .image .titre {
    width: 90%;
  }
  body.home .haut-de-page .image .titre span {
    font-size: 18px;
  }
  body.home .haut-de-page .image .plus {
    display: block;
    padding-top: 40px;
  }
  body.home .haut-de-page .image .plus > div {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  body.home .haut-de-page .image .plus .bouton {
    width: 100%;
  }
  body.home .haut-de-page .image .plus .bouton span {
    font-size: 16px;
    line-height: 20px;
    border: none;
  }
  body.home .raccourcis:after {
    height: 430px;
  }
  body.home .raccourcis .item {
    margin-bottom: 30px;
  }
  body.home .experience .portrait:after {
    display: none;
  }
  body.home .realisations .bien figure,
  body.home .biens .bien figure {
    width: 100%;
    margin-bottom: -3px !important;
  }
  body.home .realisations .bien figure img,
  body.home .biens .bien figure img {
    width: 100%;
    height: auto;
  }
  body.page-id-13 .formulaire > div {
    padding: 15px !important;
  }
  .demande .devis {
    top: auto;
    bottom: -100%;
    right: 0;
    writing-mode: initial;
    transform: rotate(0);
  }
  .demande .devis.actif {
    bottom: 0;
  }
  .demande .formulaire {
    top: auto;
    bottom: -100%;
    width: 100%;
    right: 0;
    max-height: auto;
    overflow: hidden;
  }
  .demande .formulaire.actif {
    bottom: 0;
  }
  .offre-achat .bouton {
    font-size: 20px;
    line-height: 24px;
    margin: 0 !important;
    width: 100%;
  }
  body.single-biens .haut-de-page .image {
    height: 350px;
  }
}
@media (max-width: 575.98px) {
  .bouton {
    font-size: 16px;
  }
  .bouton.special:before {
    transform: skew(0);
  }
  h2 {
    font-size: 24px;
  }
  body.page-id-11 section .pave,
  body.page-id-80 section .pave {
    height: 300px;
  }
  body.page-id-11 section .pave a > div .encars,
  body.page-id-80 section .pave a > div .encars {
    min-height: 100px;
  }
  body.page-id-11 section .pave a > div .encars > div,
  body.page-id-80 section .pave a > div .encars > div {
    height: 100px;
  }
  body.page-id-11 section .pave a > div .encars span,
  body.page-id-80 section .pave a > div .encars span {
    font-size: 24px;
    line-height: 30px;
  }
  body.page-id-9 .haut-de-page h1 {
    font-size: 20px;
    line-height: 24px;
    max-width: 90%;
    margin: auto;
  }
  body.page-id-9 .groupe .arguments .argument {
    margin-bottom: 4rem !important;
  }
}
@media (max-width: 349.98px) {
  header .logo {
    max-width: 150px;
    height: auto;
  }
  footer .logo img {
    max-width: 200px;
    height: auto;
  }
}
