@-webkit-keyframes scroll-ani {
  0% {
    opacity: 1;
    bottom: 5%;
  }
  50% {
    opacity: 1;
    bottom: 2%;
  }
  70% {
    opacity: 0;
    bottom: 2%;
  }
  100% {
    opacity: 0;
    bottom: 5%;
  }
}
@-moz-keyframes scroll-ani {
  0% {
    opacity: 1;
    bottom: 5%;
  }
  50% {
    opacity: 1;
    bottom: 2%;
  }
  70% {
    opacity: 0;
    bottom: 2%;
  }
  100% {
    opacity: 0;
    bottom: 5%;
  }
}
@keyframes scroll-ani {
  0% {
    opacity: 1;
    bottom: 5%;
  }
  50% {
    opacity: 1;
    bottom: 2%;
  }
  70% {
    opacity: 0;
    bottom: 2%;
  }
  100% {
    opacity: 0;
    bottom: 5%;
  }
}
textarea {
  resize: none;
}
body img {
  max-width: 100%;
}
body .hide {
  display: none;
}
body .hauteurtexte {
  line-height: 2;
}
body .beige {
  font-family: "Volkhov", serif;
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  color: #937621;
  padding-top: 40px;
}
body .gris {
  padding-top: 20px;
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 100;
  line-height: 1.5;
}
body .right {
  float: right;
}
body .titre {
  font-family: "Volkhov", serif;
  font-size: 50px;
  color: #3b3938;
}
body .fontpaleblanc {
  background-color: #ececec;
}
body #anim01,
body #anim01_en {
  position: absolute;
  right: 300%;
  bottom: 10%;
  max-width: 415px;
  transition: right 2550ms ease-out;
  white-space: nowrap;
}
body #anim02,
body #anim02_en {
  position: absolute;
  right: 200%;
  bottom: 10%;
  max-width: 415px;
  transition: right 2250ms ease-out;
  white-space: nowrap;
}
body #anim03,
body #anim03_en {
  position: absolute;
  right: 100%;
  bottom: 10%;
  max-width: 900px;
  transition: right 2050ms ease-out;
  white-space: nowrap;
}
body #anim01.headPlay {
  right: 68.5%;
}
body #anim02.headPlay {
  right: 51.5%;
}
body #anim03.headPlay {
  right: 7.5%;
}
body #anim01_en.headPlay {
  right: 63%;
}
body #anim02_en.headPlay {
  right: 52%;
}
body #anim03_en.headPlay {
  right: 12.5%;
}
body header img {
  padding: 10px 0 10px 0;
}
body #splash {
  position: absolute;
  z-index: 100;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
body #splash a {
  height: 100vh;
  width: 100%;
}
body #splash .bg {
  display: block;
  background: url(../img/accueil/07.jpg) no-repeat left top;
  background-size: cover;
  width: 100%;
  height: 80vh;
}
body #splash img.fleche {
  display: block;
  position: absolute;
  margin: 0 auto;
  padding-top: 10px;
  left: 50%;
  width: 70px;
  height: 60px;
  bottom: 10px;
  z-index: 15;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-animation: scroll-ani 2s linear infinite;
  -webkit-animation: scroll-ani 2s linear infinite;
  animation: scroll-ani 2s linear infinite;
}
body #splash img {
  height: 80vh;
  width: 100%;
}
body #splash .mobile {
  display: none;
}
body #splash div.row {
  overflow: hidden;
  width: 500%;
  height: 29vh;
}
body #splash .beige {
  font-size: 3.6vw;
  color: #3b3938;
}
body #splash .beiges {
  font-size: 3.6vw;
  font-family: "Volkhov", serif;
  color: #937621;
}
body #accueil h1 {
  display: initial !important;
  font-size: 64px;
  padding: 0;
}
body #accueil h1 span {
  border-bottom: 5px solid #3b3938;
}
body #accueil h2 {
  font-family: "Volkhov", serif !important;
  font-size: 64px !important;
  color: #3b3938 !important;
  position: relative;
  display: inline-block;
  border-bottom: 5px solid #3b3938;
  padding: 0 !important;
  line-height: 1;
}
body #accueil h2 span {
  border-bottom: 5px solid #3b3938;
}
body #accueil .row {
  text-align: center;
}
body #accueil #propos .beige {
  padding: 15% 35px 0;
}
body #accueil #propos img {
  width: 100%;
}
body #accueil #propos .titre_en {
  border-bottom: 5px solid #000;
}
body #accueil #confidentialite .row:first-of-type {
  margin-bottom: 20px;
}
body #accueil #confidentialite .wrapper-vertical {
  min-height: 400px;
  position: relative;
}
body #accueil #confidentialite .content-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body #accueil #confidentialite h2 {
  margin-bottom: 0 !important;
  border-bottom: none;
}
body #accueil #confidentialite > a {
  display: block;
  width: 150px;
  height: 60px;
  color: #937621;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  border: 2px solid #000;
  font-weight: bold;
  padding-top: 12px;
  transition: 0.5s;
  box-sizing: border-box;
  margin-top: 40px;
}
body #accueil #confidentialite .beige {
  padding: 40px 0 0;
}
body #accueil #confidentialite > a:hover {
  background-color: #3b3938;
}
body #accueil #confidentialite p > a {
  color: #3b3938;
  text-decoration: underline;
}
body #accueil #confidentialite .gris {
  padding: 0;
}
body #accueil #immobilier {
  padding: 60px 80px;
}
body #accueil #immobilier h2 {
  width: auto;
  line-height: 1.3;
}
body #accueil #immobilier .txt {
  max-width: 865px;
  font-size: 17px;
  line-height: 1.5;
  padding: 0;
  text-align: justify;
}
body #accueil #immobilier .gris {
  padding: 0;
}
body #accueil #immobilier a {
  display: block;
  width: 150px;
  height: 65px;
  color: #937621;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  border: 2px solid #000;
  font-weight: bold;
  padding-top: 5px;
  transition: 0.5s;
  box-sizing: border-box;
  margin-top: 40px;
  text-align: center;
}
body #accueil #immobilier a:hover {
  background-color: #3b3938;
  margin-bottom: 0px;
}
body #accueil #immobilier .row:first-of-type {
  margin-bottom: 4%;
}
body #accueil #immobilier .row:nth-of-type(3) {
  margin-top: 25px;
}
body #accueil #financement {
  padding: 100px 40px 80px;
}
body #accueil #financement .row {
  text-align: left;
  position: relative;
}
body #accueil #financement h2 {
  margin-left: 130px;
  border-bottom: none;
}
body #accueil #financement .sous_titre_m {
  display: none;
}
body #accueil #financement .sous_titre {
  font-family: "Volkhov", serif !important;
  font-size: 64px !important;
  color: #3b3938 !important;
  position: relative;
  display: inline-block;
  border-bottom: 5px solid #3b3938;
  padding-bottom: 15px;
}
body #accueil #financement img {
  padding-top: 50px;
  width: 100%;
}
body #accueil #financement .beige {
  position: relative;
}
body #accueil #financement .wrapper-vertical {
  min-height: 639px;
}
body #accueil #financement .wrapper-vertical p {
  position: absolute;
  bottom: 45px;
  font-size: 21px;
  line-height: 1.5;
  max-width: 280px;
}
body #accueil #financement ul {
  padding: 0;
  margin-left: 0;
}
body #accueil #financement li {
  margin-left: 20px;
}
body #accueil #financement li:first-of-type {
  margin-left: 0;
}
body #accueil #financement li:before {
  margin-right: 10px;
}
body #accueil #temoignage {
  padding: 60px 50px;
}
body #accueil #temoignage div h2 {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 5px solid #3b3938;
  width: 350px;
  width: auto;
  line-height: 1.5;
}
body #accueil #temoignage h2 {
  padding-bottom: 0;
  font-family: "Volkhov", serif !important;
  margin-bottom: 0;
  text-transform: initial;
  font-weight: initial;
}
body #accueil #temoignage h3 {
  margin-top: 50px;
  padding-bottom: 0;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: initial;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Hind Siliguri", sans-serif;
}
body #accueil #temoignage .hauteurtexte {
  padding-top: 15px;
}
body #accueil #temoignage a {
  margin-top: 30px;
  width: 160px;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  border: 2px solid #000;
  font-weight: bold;
}
body #accueil #temoignage .center {
  text-align: center !important;
}
body #accueil .gris {
  font-size: 16px !important;
  line-height: 1.5;
  text-align: justify;
}
body #accueil ul {
  list-style: disc;
  margin-left: 20px;
  margin-top: 10px;
}
body #menu_nav,
body #menu {
  position: fixed;
  background-color: #383f4b;
  top: 0;
  bottom: 0;
  width: 16.66%;
}
body #menu_nav li,
body #menu li {
  background-color: #383f4b;
  border-bottom: 1px solid #4a515c;
  border-top: 1px solid #4a515c;
  box-sizing: border-box;
}
body #menu_nav li a,
body #menu li a {
  text-decoration: none;
  display: table-cell;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: left;
  padding: 21px 15px;
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 100;
  font-size: 1.8vh;
  transition: 0.5s;
}
body #menu_nav li a span,
body #menu li a span {
  color: #727377;
  font-size: 1.8vh;
}
body #menu_nav li a:hover,
body #menu li a:hover {
  background-color: #aa945e;
}
body #menu_nav a,
body #menu a {
  display: block;
}
body #nav-trigger {
  display: none;
}
body #propos {
  background-color: #fff;
  padding: 60px;
}
body #propos .wrapper-vertical {
  min-height: 500px;
  position: relative;
}
body #propos .content-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body #confidentialite {
  min-height: 600px;
  padding: 80px;
}
body #confidentialite h2 {
  margin-bottom: 80px;
}
body #confidentialite img {
  max-width: 100%;
  height: auto;
}
body #immobilier {
  background-color: #fff;
  padding-bottom: 30px;
}
body #immobilier h1 {
  padding-top: 80px;
  padding-bottom: 70px;
  font-size: 64px;
  display: inline-block;
  width: auto;
}
body #immobilier div p.beige {
  width: 100%;
  padding-left: 35px;
}
body #immobilier div p.gris {
  padding-right: 30px;
}
body #immobilier img {
  padding-bottom: 2%;
}
body #financement h1 {
  padding: 80px;
  padding-left: 90px;
  font-size: 64px;
}
body #financement div.grid_9 h1 {
  padding: 0 0 40px 0;
}
body #financement p.center {
  padding-top: 450px;
  width: 80%;
}
body #financement p.gris {
  padding: 20px 0 20px 0;
}
body #financement h2 {
  font-family: "Montserrat", sans-serif;
}
body #financement ul {
  padding: 10px 0 70px 0;
  list-style-type: disc;
}
body #financement ul li {
  display: inline;
}
body #financement ul li:before {
  content: " ";
  background-color: #c9bb9a;
  width: 5px;
  display: inline-block;
  margin-right: 5px;
  height: 5px;
  border-radius: 25px;
  margin-bottom: 3px;
}
body #temoignage {
  padding: 80px 0;
}
body #temoignage img {
  width: 100%;
}
body #temoignage > div {
  margin-left: 5%;
  padding-bottom: 40px;
}
body #temoignage .wrapper_img {
  display: table-cell;
  vertical-align: middle;
}
body #temoignage div h1 {
  padding-bottom: 15px;
  border-bottom: 5px solid #3b3938;
  width: 455px;
  margin-bottom: 35px;
  font-size: 64px;
}
body #temoignage h2 {
  padding: 20px 0 15px 0;
  font-family: "Hind Siliguri", sans-serif;
  text-transform: uppercase;
  color: #3b3938;
  font-weight: 600;
}
body #temoignage p.title {
  padding: 40px 0 15px 0;
  font-family: "Hind Siliguri", sans-serif;
  text-transform: uppercase;
  color: #3b3938;
  font-weight: 600;
}
body #temoignage h2 + div {
  font-size: 21px;
  line-height: 1.5;
}
body #temoignage p.title + div {
  font-size: 21px;
  line-height: 1.5;
}
body #temoignage div + div {
  padding: 15px 0 20px 0;
  color: #5f5e5d;
}
body #temoignage a {
  display: block;
  width: 150px;
  height: 40px;
  color: #937621;
  font-family: "Hind Vadodara", sans-serif;
  padding-top: 12px;
  border: 1px solid black;
  transition: 0.5s;
  box-sizing: border-box;
}
body #temoignage a:hover {
  background-color: #3b3938;
}
body #revuepresse {
  padding: 50px;
  background-image: url(../img/journal.jpg);
  background-size: cover;
}
body #revuepresse > div {
  margin: 0 auto;
  padding-bottom: 40px;
}
body #revuepresse h2 {
  padding: 50px 0 30px 0 !important;
  font-style: normal !important;
  font-size: 64px !important;
  border-bottom: 0 !important;
  font-family: "Volkhov", serif !important;
  font-style: italic;
  font-weight: 400;
  color: #937621 !important;
}
body #revuepresse h2 + div {
  color: #fff;
  font-family: "Hind Siliguri", sans-serif;
  text-transform: uppercase;
  margin-top: 25px;
  width: 50%;
}
body #revuepresse h2 + div + div {
  padding: 10px 0;
  font-size: 25px;
}
body #revuepresse h2 + div + div + div {
  padding-bottom: 30px;
  color: #fff;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 100;
}
body #revuepresse a {
  display: block;
  margin: 30px auto 0;
  width: 180px;
  height: 40px;
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-top: 12px;
  border: 2px solid #937621;
  transition: 0.5s;
  box-sizing: border-box;
}
body #revuepresse a:hover {
  border: 2px solid transparent;
  background-color: #3b3938;
}
body #entente {
  padding: 80px 0;
}
body #entente > div {
  padding: 20px 10px 10px 0;
}
body #entente p {
  padding-top: 20px;
  color: #ab955e;
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
body #entente h1 {
  padding: 20px 0;
  border-bottom: 5px solid #3b3938;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  font-size: 64px;
}
body #entente .padding {
  padding: 20px;
}
body #entente a {
  display: table;
  margin: 0 auto;
  box-sizing: border-box;
}
body #entente a img {
  border: 1px solid #383f4b;
  padding: 50px;
  margin-bottom: 15px;
  margin-top: 110px;
}
body #acheter {
  padding: 80px 0;
  width: 80%;
  margin: 0 auto;
}
body #acheter h1 {
  padding-bottom: 20px;
  border-bottom: 5px solid #3b3938;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  font-size: 64px;
}
body #acheter p {
  padding: 20px 0 0 0;
  margin: 0 auto;
}
body #acheter div > img {
  width: 50%;
  padding: 1% 0 3%;
}
body #acheter .top_txt {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 30px;
}
body #acheter h2 {
  font-family: "Volkhov", serif;
  font-size: 25px;
  color: #3b3938;
  width: 78%;
  margin: 0 auto 15px;
  line-height: 1.5;
}
body #acheter .content {
  width: 60%;
  margin: 0 auto;
}
body #acheter .content p {
  text-align: justify !important;
}
body #acheter p.gris {
  text-align: left;
  padding-bottom: 15px;
  font-size: 15px;
}
body #acheter h3 {
  text-align: left;
  padding-bottom: 5px;
  font-family: "Hind Siliguri", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
body #acheter ul {
  margin: 0 auto;
  padding: 5px 0 50px 0;
  list-style-type: disc;
  font-size: 15px;
  padding-left: 30px;
}
body #acheter li {
  text-align: left;
}
body #acheter a {
  display: table;
  height: 80px;
  box-sizing: border-box;
}
body #acheter a img {
  padding: 15px;
  border: 1px solid #937621;
  display: table-cell;
}
body #acheter a span {
  display: table-cell;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  color: #937621;
  height: 100%;
  padding: 10px 30px;
  background-color: #3b3938;
  transition: 1s;
}
body #acheter a:hover span {
  color: #fff;
  background-color: #383f4b;
}
body #acheter .text_top {
  font-family: "Volkhov", serif;
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  color: #937621;
}
body #profil #menuGauche {
  position: fixed;
  top: 0;
  min-height: 1327px;
  width: 25%;
}
body #profil #contenuPage {
  width: 70%;
  margin-left: 30%;
  min-height: 1327px;
}
body #profil .row:first-of-type {
  background: url(../img/couleurtest.png) repeat-y left;
  background-size: 120%;
  min-height: 1327px;
  padding-bottom: 1px;
}
body #profil div div:first-of-type {
  height: inherit;
}
body #profil #second_menu {
  min-height: 100vh;
  background-color: #d2d2d2;
}
body #profil li {
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
  padding: 5px 35px;
  font-family: "Hind Vadodara", sans-serif;
  line-height: 1.5;
  transition: 0.5s;
  cursor: pointer;
  color: #3b3938;
}
body #profil li:hover {
  background-color: #aa945e;
  color: #fff;
}
body #profil h3 {
  font-family: "Hind Siliguri", sans-serif;
  color: #383f4b;
  padding: 110px 0 25px 35px;
  font-weight: bold;
  font-size: 22px;
}
body #profil h1 {
  padding: 80px 0 20px;
  width: auto;
  border-bottom: 5px solid #3b3938;
  font-size: 64px;
  display: inline-block;
}
body #profil h2 {
  font-size: 25px;
  font-style: bold;
  padding: 30px 0 30px 0;
  font-family: "Volkhov", serif;
  color: #3b3938;
}
body #profil table {
  border: 1px solid black;
  width: 80%;
}
body #profil td {
  padding: 20px 10px;
  color: #3b3938;
  width: 30%;
}
body #profil tr td:first-of-type {
  width: 10%;
}
body #profil th {
  padding: 10px;
  background-color: #ab955e;
  color: #fff;
  font-weight: 500;
}
body #profil th,
body #profil td {
  text-align: left;
  font-family: "Hind Vadodara", sans-serif;
  vertical-align: middle;
  font-weight: 500;
}
body #profil tr:nth-child(odd) {
  background-color: #e8e4d7;
}
body #profil .wrapper_table {
  padding-bottom: 45px;
}
body #profil .wrapper_table a,
body #profil .wrapper_table .up {
  cursor: pointer;
  display: block;
  margin: 10px auto 25px;
  width: 150px;
  height: 30px;
  color: #937621;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  border: 2px solid #000;
  font-weight: bold;
  padding-top: 5px;
  transition: 0.5s;
  box-sizing: border-box;
  text-align: center;
}
body #profil .wrapper_table a:hover,
body #profil .wrapper_table .up:hover {
  background-color: #3b3938;
}
body #profil .see_all {
  border: 1px solid #937621;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  margin-bottom: 45px;
  font-family: "Hind Siliguri", sans-serif;
  padding: 15px 45px;
  background-color: #fff;
  color: #937621;
  font-weight: bold;
  transition: 1s;
  width: 220px;
  box-sizing: border-box;
}
body #profil .see_all:hover {
  color: #fff;
  background: #937621;
}
body #formulaire {
  padding: 80px 0;
}
body #formulaire .marginBut {
  margin-bottom: 15px;
}
body #formulaire h1 {
  padding-bottom: 15px;
  padding-top: 50px;
  border-bottom: 5px solid black;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  font-size: 64px;
}
body #formulaire h2 {
  font-family: "Hind Vadodara", sans-serif;
  color: #383f4b;
  margin: 0 auto;
  padding: 70px 0 30px 0;
  text-align: center;
  font-weight: 500;
}
body #formulaire .baseform {
  border: 1px solid black;
}
body #formulaire .paddingBase {
  padding: 10px 1%;
  text-align: left;
  width: 98%;
}
body #formulaire .currency {
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px;
  border-left: 1px solid #a9a9a9;
}
body #formulaire input.paddingBase {
  padding: 5px;
  text-align: left;
  width: 100%;
}
body #formulaire input.paddingBase.widthCurrency {
  padding-right: 27px;
}
body #formulaire ::-webkit-input-placeholder {
  color: #000;
}
body #formulaire ::-moz-placeholder {
  color: #000;
}
body #formulaire :-ms-input-placeholder {
  color: #000;
}
body #formulaire input:-moz-placeholder {
  color: #000;
}
body #formulaire input,
body #formulaire select {
  border: 1px solid #a9a9a9 !important;
}
body #formulaire input[type="file"] {
  border: none !important;
}
body #formulaire textarea.paddingBase {
  padding: 5px;
  text-align: left;
  width: 100%;
  resize: none;
  min-height: 100px;
}
body #formulaire .font {
  font-family: "Hind Siliguri", sans-serif;
  font-size: 15px;
  overflow: hidden;
}
body #formulaire .centp {
  width: 100%;
}
body #formulaire form {
  width: 65%;
  margin: 0 auto;
}
body #formulaire div.check input {
  display: none;
}
body #formulaire div.check label {
  margin-right: 10px;
}
body #formulaire label.checkbox:before {
  display: inline-block;
  padding: 5px;
  background: none;
  border: 1px solid black;
  height: 2px;
  width: 2px;
  content: "";
  transition: 1s;
  margin-right: 15px;
  margin-left: 5px;
}
body #formulaire input:checked + label:before {
  background: #937621;
}
body #formulaire .envoyer {
  border: 1px solid #937621;
  font-family: "Hind Siliguri", sans-serif;
  padding: 15px 45px;
  background-color: #fff;
  color: #937621;
  font-weight: bold;
  transition: 1s;
  float: left;
  box-sizing: border-box;
}
body #formulaire .envoyer:hover {
  color: #fff;
  background: #937621;
}
body #formulaire .select {
  position: relative;
  text-align: left;
  width: 100%;
  border: 1px solid #000;
  font-family: "Hind Siliguri", sans-serif;
  font-size: 15px;
  margin: 10px 0px 30px;
  cursor: pointer;
}
body #formulaire .select .title {
  padding: 10px 5px;
}
body #formulaire .select.select_open {
  padding-bottom: 10px;
}
body #formulaire .select > div {
  display: none;
  right: 0;
  top: 10px;
  min-width: 300px;
  z-index: 10;
  background: #ececec;
  position: relative;
  max-height: 250px;
  overflow-y: scroll;
}
body #formulaire .select > div p {
  padding: 10px 15px;
  border-top: 1px solid #937621;
  cursor: pointer;
}
body #formulaire .select > div p:hover {
  background: #fff;
  color: #000;
}
body #formulaire .select > div p input {
  margin-right: 5px;
}
body #formulaire .select span {
  float: right;
  margin-right: 50px;
}
body #formulaire .select label {
  cursor: pointer;
}
body #formulaire .select:after {
  content: " ";
  position: absolute;
  top: 10px;
  z-index: -1;
  right: 5px;
  display: block;
  background: url(../img/arrow_form.png) no-repeat center;
  width: 27px;
  height: 17px;
}
body #formulaire .money_inputs {
  display: inline-table;
  white-space: nowrap;
  width: 100%;
}
body #joindre {
  width: 50%;
  margin: 0 auto;
  padding: 80px 0;
  min-height: 59vh;
}
body #joindre h1 {
  padding-bottom: 20px;
  border-bottom: 5px solid #3b3938;
  display: inline-block;
  margin: 0 auto;
  font-size: 64px;
}
body #joindre div.row h1 + div.beige {
  padding: 30px 0 30px 0;
  font-family: "Volkhov", serif;
}
body #joindre h3 {
  font-family: "Hind Siliguri", sans-serif;
  font-size: 25px;
  font-weight: lighter;
  color: #937621;
  margin-top: 15px !important;
  margin-bottom: 5px !important;
}
body #joindre div.grid_12 p {
  font-family: "Hind Vadodara", sans-serif;
  color: #8c8b8b;
  font-size: 20px;
  font-weight: 500;
}
body #joindre p span {
  color: #4b4a4a;
}
body #joindre .baseform {
  border: 1px solid black;
}
body #joindre .paddingBase {
  padding: 5px;
  text-align: left;
}
body #joindre .font {
  font-family: "Hind Siliguri", sans-serif;
  font-size: 15px;
}
body #joindre .centp {
  width: 100%;
}
body #joindre .marginBut {
  margin-bottom: 15px;
}
body #joindre .envoyer {
  border: 1px solid #937621;
  font-family: "Hind Siliguri", sans-serif;
  padding: 15px 45px;
  background-color: #fff;
  color: #937621;
  font-weight: bold;
  transition: 1s;
  box-sizing: border-box;
}
body #joindre .envoyer:hover {
  color: #fff;
  background: #937621;
}
body #revue {
  min-height: 500px;
  padding: 80px 0;
}
body #revue h1 {
  padding-bottom: 20px;
  border-bottom: 5px solid black;
  width: 500px;
  margin: 0 auto;
  font-size: 64px;
}
body #revue h2 {
  font-size: 25px;
  font-style: bold;
  padding: 30px 0 30px 0;
  font-family: "Volkhov", serif;
  color: #3b3938;
}
body #revue div.row {
  width: 80%;
  margin: 0 auto;
}
body #revue .articles div {
  border: 1px solid #ab955e;
  box-sizing: border-box;
}
body #revue .articles div > p {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 600;
  color: #3b3938;
  padding: 10px 0 10px 0;
  width: 92%;
  line-height: 1.5;
  margin: 0 4%;
  text-align: center;
}
body #revue .articles div > p + p {
  font-family: "Hind Vadodara", sans-serif;
  color: #ab955e;
  padding: 10px 0 10px 0;
  width: 92%;
  line-height: 1.5;
  margin: 0 4%;
}
body #revue .articles div.box {
  min-height: 320px;
  position: relative;
  padding-bottom: 55px;
}
body #revue .articles .journal {
  text-align: center;
  position: absolute;
  bottom: 75px;
}
body #revue .articles div .title {
  background-color: #383f4b;
  width: 100%;
  min-height: 90px;
  display: table;
  border: none;
}
body #revue .articles div .title p {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-family: "Hind Siliguri", sans-serif;
  padding: 10px 4px;
  margin: 0 1%;
  width: 98%;
  font-weight: 600;
}
body #revue .articles a {
  display: block;
  width: 90px;
  height: 40px;
  color: #777574;
  font-family: "Hind", sans-serif;
  padding-top: 12px;
  margin-bottom: 15px;
  border: 2px solid #b09961;
  transition: all 1s;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 39%;
}
body #revue .articles a:hover {
  background-color: #3b3938;
  color: #fff;
  border: none;
}
body #revue .articles a#nobox {
  display: block;
  width: 70%;
  height: 40px;
  color: #937621;
  font-family: "Hind Vadodara", sans-serif;
  padding: 15px 0 15px 0;
  border: none;
  margin: 0 auto;
  background-color: none;
  box-sizing: border-box;
}
body #revue .articles a#nobox:hover {
  background-color: initial;
  color: #3b3938;
}
body #vendre {
  padding: 80px 0;
}
body #vendre div.row {
  width: 80%;
  margin: 0 auto;
}
body #vendre h1 {
  padding: 0 0 20px;
  border-bottom: 5px solid black;
  width: auto;
  margin: 0 auto;
  font-size: 64px;
  display: inline-block;
}
body #vendre p.beige {
  padding-top: 30px;
  color: #937621;
  padding: 20px;
}
body #vendre h2 {
  font-family: "Volkhov", serif;
  font-size: 30px;
  color: #3b3938;
}
body #vendre h2 + p {
  font-family: "Volkhov", serif;
  padding-top: 10px;
  color: #908e8e;
  font-size: 25px;
}
body #vendre div + div {
  padding-top: 50px;
}
body #vendre ul,
body #vendre ol,
body #vendre article p,
body #vendre h3 {
  text-align: left;
  font-family: "Hind Vadodara", sans-serif;
}
body #vendre ul li,
body #vendre ol li {
  padding: 10px 5px;
  list-style: disc;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.2;
}
body #vendre ul li {
  list-style-type: disc;
  margin-left: 20px;
}
body #vendre ol li {
  margin-left: 13px;
}
body #vendre h3 {
  font-weight: bold;
  font-size: 14px;
}
body #vendre article {
  margin-top: 30px;
}
body #vendre article div.grid_4 {
  border-top: 2px solid #937621;
  font-weight: 100;
}
body #vendre article div#noborder {
  border-top: none;
}
body #vendre h3 {
  padding: 25px 0 15px 0;
  text-transform: uppercase;
  font-size: 16px;
}
body #vendre a {
  display: table;
  height: 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
body #vendre a img {
  padding: 15px;
  border: 2px solid #937621;
  display: table-cell;
}
body #vendre a span {
  display: table-cell;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  color: #937621;
  height: 100%;
  padding: 10px 30px;
  background-color: #3b3938;
  transition: 1s;
  box-sizing: border-box;
}
body #vendre a:hover span {
  color: #fff;
  background-color: #383f4b;
}
body #vendre a.inscription {
  height: 85px;
}
body #vendre a.inscription img {
  height: 85px;
}
body #vendre a.inscription span {
  padding: 10px 50px;
}
body #evaluation {
  background: url(../img/evaluation_bottom.jpg) no-repeat center;
  background-size: cover;
  display: table;
  width: 100%;
  height: 370px;
}
body #evaluation div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
body #evaluation div h3 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
body #evaluation div a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 35px;
  margin-bottom: 15px;
  font-family: "Hind Siliguri", sans-serif;
}
body #evaluation div p {
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  color: #937621;
  font-family: "Hind Siliguri", sans-serif;
  margin-bottom: 15px;
}
body #immobilier {
  padding: 80px 150px;
}
body #immobilier h1 {
  padding-bottom: 20px;
  padding-top: 0px;
  width: auto;
  margin: 0 auto;
  border-bottom: 5px solid #3b3938;
  font-size: 64px;
  display: inline-block;
}
body #immobilier h2 {
  font-size: 25px;
  padding: 30px 0 15px 0;
  font-family: "Volkhov", serif;
  width: 70%;
  color: #3b3938;
  line-height: 1.5;
}
body #immobilier h2 + p {
  font-family: "Hind Vadodara", sans-serif;
  color: #383f4b;
  margin: 0 auto;
  width: 60%;
  padding: 0px 0 20px 0;
  font-weight: lighter;
}
body #immobilier p:last-child-type {
  text-align: right;
}
body #immobilier div + div.row {
  width: 90%;
  margin: 0 auto;
}
body #immobilier .gris {
  margin-bottom: 30px;
  color: #3b3938;
}
body #immobilier article div.grid_4 {
  background-image: url(../img/immeuble.jpg);
  background-size: cover;
  height: 370px;
  position: relative;
}
body #immobilier article div.grid_4.nofullcol {
  height: 370px;
  box-shadow: inset 0 0 0 1000px rgba(73,82,106,0.2);
  position: relative;
}
body #immobilier article div.grid_4 div.grid_12.delta {
  background-color: #937621;
  padding: 20px;
  border-bottom: 4px solid #383f4b;
}
body #immobilier article div.grid_4 div.grid_12.delta h3 {
  font-family: "Hind Siliguri", sans-serif;
  color: #383f4b;
  font-size: 20px;
}
body #immobilier article div.grid_4 div.grid_12.delta p {
  font-family: "Hind Vadodara", sans-serif;
  color: white;
  font-size: 15px;
  padding-top: 5px;
}
body #immobilier .vendu {
  color: antiquewhite;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  background-color: #ab955e;
  border: 1px solid #fff;
  font-weight: 500;
}
body #immobilier a {
  display: table;
  height: 80px;
  box-sizing: border-box;
}
body #immobilier a img {
  padding: 15px;
  border: 2px solid #937621;
  display: table-cell;
}
body #immobilier a span {
  display: table-cell;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  color: #937621;
  height: 100%;
  padding: 10px 30px;
  background-color: #3b3938;
  transition: 1s;
  box-sizing: border-box;
}
body #immobilier a:hover span {
  color: #fff;
  background-color: #383f4b;
}
body #evaluer {
  width: 80%;
  margin: 0 auto;
}
body #evaluer div div {
  width: 80%;
  margin: 0 auto;
}
body #evaluer h1 {
  padding-bottom: 20px;
  borde-bottom: 5px solid #3b3938;
  width: 580px;
  font-size: 64px;
}
body #evaluer h2 {
  font-size: 25px;
  font-style: bold;
  padding: 30px 0 30px 0;
  width: 60%;
}
body a.inscription {
  display: table;
  margin: 5% 2%;
  box-sizing: border-box;
}
body a.inscription img {
  padding: 15px;
  border: 2px solid #937621;
  display: table-cell;
}
body a.inscription span {
  display: table-cell;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  color: #937621;
  height: 100%;
  padding: 10px 30px;
  background-color: #3b3938;
  transition: 1s;
  box-sizing: border-box;
}
body a.inscription:hover span {
  color: #fff;
  background-color: #383f4b;
}
body a.inscription.center {
  margin: 5% auto;
}
@media screen and (max-width: 1200px) {
  body a.inscription {
    float: none;
    margin: 5% auto;
  }
}
body footer {
  background-color: #937621 !important;
}
body footer h3 {
  font-family: "Hind Siliguri", sans-serif;
  font-size: 28px;
  font-weight: lighter;
  color: #fff;
  margin-top: 15px !important;
  margin-bottom: 5px !important;
}
body footer div p {
  font-family: "Hind Vadodara", sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}
body footer p span {
  color: #fff;
}
body footer > div:first-child,
body footer > div:nth-child(2) {
  margin: 0 auto;
  border-bottom: 2px solid #765e1a;
  padding: 40px 0 20px 0;
  width: 50%;
}
body footer > div:nth-child(2) {
  padding-top: 15px;
}
body footer nav div {
  padding: 20px 0 25px 0;
}
body footer ul {
  margin-top: 10px;
  width: 60%;
}
body footer ul li {
  display: inline-block;
  margin-bottom: 5px;
}
body footer ul li span {
  font-size: 25px;
  margin: 0 5px;
  color: #fff;
}
body footer ul li a {
  color: #fff;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 300;
  font-size: 27px;
  transition: 0.5s;
}
body footer ul li a:hover {
  color: #937621;
}
body footer nav + div {
  background-color: #937621;
  padding: 15px 0 15px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: #737171;
  border-top: 1px solid #765e1a;
  padding-right: 20px;
  text-align: center;
}
body footer nav + div a {
  color: #fff;
}
body footer nav + div a + span {
  padding-top: 2px;
}
body footer nav + div a:hover {
  color: #464545;
}
@media screen and (max-width: 1600px) {
  body #accueil #confidentialite .wrapper-vertical {
    min-height: 280px;
  }
  body #propos .wrapper-vertical {
    min-height: 425px;
  }
}
@media screen and (max-width: 1400px) {
  body #accueil #propos .beige {
    padding: 50px 35px 0;
  }
  body #accueil #propos .wrapper-vertical {
    min-height: 365px;
  }
  body #accueil #confidentialite .wrapper-vertical {
    min-height: 280px;
  }
  body #accueil #financement .wrapper-vertical {
    min-height: 500px;
  }
  body footer > div:first-child {
    width: 60%;
  }
}
@media screen and (max-width: 1300px) {
  body #accueil #financement .wrapper-vertical p {
    max-width: 200px;
  }
  body #entente h1 {
    font-size: 55px;
  }
  body #joindre {
    width: 55%;
  }
}
@media screen and (max-width: 1200px) {
  body .title,
  body h1 {
    font-size: 15px;
    width: 100%;
  }
  body .fleche {
    display: none;
  }
  body #anim01 {
    position: absolute;
    right: 300%;
    bottom: 10%;
    max-width: 415px;
    transition: right 2550ms ease-out;
  }
  body #anim02 {
    position: absolute;
    right: 200%;
    bottom: 10%;
    max-width: 415px;
    transition: right 2250ms ease-out;
  }
  body #anim03 {
    position: absolute;
    right: 100%;
    bottom: 10%;
    max-width: 550px;
    transition: right 2050ms ease-out;
  }
  body #anim01.headPlay {
    right: 68.5%;
  }
  body #anim02.headPlay {
    right: 51.5%;
  }
  body #anim03.headPlay {
    right: 7.5%;
  }
  body #menu_nav,
  body #menu {
    width: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
  }
  body #menu_nav header,
  body #menu header {
    width: 250px;
  }
  body .site-wrap {
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
  }
  body .navigation {
    display: block;
    list-style: none;
    background: #383f4b;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    z-index: 0;
  }
  body .navigation li {
    width: 250px;
  }
  body .nav-trigger {
    position: absolute;
    clip: rect(0,0,0,0);
  }
  body label[for="nav-trigger"] {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
    background-size: contain;
  }
  body .nav-trigger:checked + label {
    left: 265px;
  }
  body .nav-trigger:checked ~ .site-wrap {
    left: 250px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
  }
  body .nav-trigger + label,
  body .site-wrap {
    transition: left 0.2s;
  }
  body #vendre h1 {
    width: 100%;
    font-size: 40px;
  }
  body #revue h1 {
    width: 100%;
    font-size: 35px;
  }
  body #entente > div img {
    width: 100%;
  }
  body #entente h1 {
    width: 100%;
    font-size: 35px;
  }
  body #entente a img {
    border: 1px solid #383f4b;
    width: auto;
    padding: 50px;
    margin-bottom: 15px;
    margin-top: 110px;
    background-color: rgba(3,3,3,0.37);
  }
  body #profil .row:first-of-type {
    background: none;
  }
  body #profil h1 {
    width: 100%;
    font-size: 35px;
  }
  body #profil #menuGauche {
    position: relative;
    top: 0 !important;
    min-height: auto;
    width: 100%;
  }
  body #profil #contenuPage {
    width: 100%;
    margin-left: 0%;
  }
  body #propos h1 {
    padding-top: 50px;
  }
  body #propos div.grid_1200_12 {
    text-align: center;
    margin: 0 auto;
  }
  body #propos .wrapper-vertical {
    min-height: initial;
  }
  body #propos .content-vertical {
    position: relative;
    transform: none;
    top: initial;
    padding-bottom: 25px;
  }
  body #accueil #financement h2 {
    font-size: 55px !important;
  }
  body #accueil #financement .wrapper-vertical {
    min-height: initial;
  }
  body #accueil #financement .wrapper-vertical p {
    position: relative;
    text-align: center;
    margin: 35px auto 0;
  }
  body #accueil #financement .sous_titre {
    display: none;
  }
  body #accueil #financement .sous_titre_m {
    display: initial;
  }
  body #accueil #financement img {
    padding-top: 0;
  }
  body #confidentialite {
    text-align: center;
  }
  body #confidentialite .wrapper-vertical {
    min-height: 200px !important;
  }
  body #confidentialite .content-vertical {
    position: relative !important;
    transform: none !important;
  }
  body #confidentialite h1 {
    width: 100%;
    font-size: 35px;
  }
  body #confidentialite .gris {
    padding: 20px !important;
    font-size: 14px;
  }
  body #immobilier {
    text-align: center;
    padding: 90px 15px;
  }
  body #immobilier h1 {
    width: 100%;
    font-size: 40px;
  }
  body #immobilier h2,
  body #immobilier p {
    width: 100%;
  }
  body #immobilier div p.beige {
    padding: initial;
  }
  body #immobilier div p.gris {
    padding: initial;
  }
  body #immobilier img {
    width: initial;
    padding-top: 30px;
  }
  body #immobilier a {
    margin: 0 auto;
  }
  body #financement {
    text-align: center;
  }
  body #financement h1 {
    width: 100%;
    font-size: 35px;
    padding-left: 0;
  }
  body #financement p.center {
    padding-top: 15px;
    width: 80%;
  }
  body #formulaire h1 {
    width: 100%;
    font-size: 35px;
  }
  body #formulaire .envoyer {
    margin: 0 auto;
    float: none;
  }
  body #formulaire h2 {
    text-align: center;
  }
  body footer nav + div {
    text-align: center;
  }
  body #acheter p.gris {
    text-align: center;
  }
  body #acheter h1 {
    width: 100%;
    font-size: 40px;
  }
  body #acheter .content {
    width: 100%;
  }
  body #acheter div > img {
    width: 100%;
  }
  body #joindre {
    width: 70%;
  }
  body #joindre h1 {
    width: 100%;
  }
  body #temoignage div h1 {
    width: 100%;
    font-size: 40px;
  }
}
@media screen and (max-height: 900px) {
  body #menu_nav li a,
  body #menu li a {
    font-size: 16px;
    padding: 14px 15px;
  }
}
@media screen and (max-height: 800px) {
  body #menu_nav li a,
  body #menu li a {
    font-size: 16px;
    padding: 17px 15px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 760px) {
  body #splash {
    position: relative;
    top: 0 !important;
  }
}
@media screen and (max-width: 760px) {
  body #splash {
    position: absolute;
    background-color: #383f4b;
    background-image: url("../img/logo_mobile.png");
    background-position: center;
    background-repeat: no-repeat;
  }
  body #splash img.fleche {
    display: none;
  }
  body #splash .bg {
    display: none;
  }
  body #splash div.row {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  body #splash {
    background-size: 90%;
  }
}
@media screen and (max-height: 700px) {
  body #menu_nav li a,
  body #menu li a {
    font-size: 15px;
    padding: 15px;
  }
}
@media screen and (max-width: 800px) {
  body #splash .mobile {
    display: none;
    background: url("../img/accueil/07.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 70vh;
  }
  body #accueil #propos {
    padding: 60px 15px;
  }
  body #accueil #propos .row .grid_5 {
    float: none !important;
  }
  body #accueil #propos h1 {
    font-size: 40px !important;
  }
  body #accueil #confidentialite {
    padding: 60px 15px;
  }
  body #accueil #confidentialite h2 {
    font-size: 40px !important;
  }
  body #accueil #immobilier {
    padding: 60px 15px;
  }
  body #accueil #immobilier h2 {
    font-size: 40px !important;
  }
  body #accueil #financement {
    padding: 60px 15px;
  }
  body #accueil #financement h2 {
    font-size: 40px !important;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  body #accueil #financement ul {
    margin: 0;
  }
  body #accueil #financement ul li {
    display: block;
    margin-left: 0;
  }
  body #accueil #temoignage {
    padding: 60px 15px;
  }
  body #accueil #temoignage h2 {
    font-size: 40px !important;
  }
  body footer > div:first-child {
    width: 95%;
  }
  body footer ul {
    width: auto;
    margin: 15px;
  }
  body #joindre {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  body #acheter a img {
    display: none;
  }
  body #vendre a img {
    display: none;
  }
  body #immobilier a img {
    display: none;
  }
  body #formulaire form {
    width: 100%;
  }
  body #menu_nav li a,
  body #menu li a {
    font-size: 16px;
    padding: 15px;
  }
  body #menu_nav li a span,
  body #menu li a span {
    font-size: 14px;
  }
  body #menu_nav .navigation,
  body #menu .navigation {
    min-height: 500px;
  }
}
@media screen and (max-width: 600px) {
  body #formulaire div.check label {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  body #profil table {
    min-width: 500px;
  }
  body #acheter .content p {
    text-align: left !important;
  }
  body #menu_nav li a,
  body #menu li a {
    font-size: 10px;
    padding: 10px;
  }
  body #menu_nav li a span,
  body #menu li a span {
    font-size: 10px;
  }
}
