html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
  overflow-x: hidden;
}

body {
  max-width: 1920px;
  margin: auto;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-color: white;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Poppins", sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  overflow: hidden;
}

/* Track */
::-webkit-scrollbar-track {
  background: black;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: grey;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3A3A3A;
}

#succes {
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

#succes > div {
  text-align: center;
  font-size: 24px;
  z-index: 1;
  color: white;
  padding: 60px;
  line-height: 1.5;
  position: relative;
}

#succes.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#succes.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: white;
  z-index: 9999;
}

.cookies-policy {
  background-color: #585150;
  width: 100%;
  padding: 1.5rem;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9998;
  display: inline-block;
}

.cookies-policy div {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookies-policy div p {
  margin-bottom: initial;
  line-height: initial;
  font-size: 14px;
  max-width: 90ch;
  color: white;
}

.cookies-policy div span {
  position: absolute;
  top: -15px;
  right: 15px;
  cursor: pointer;
  font-size: 30px;
}

.width {
  padding: 0 15%;
  margin: 0 auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #3A3A3A;
  margin-bottom: 30px;
  font-family: "contralto-big", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

a, p, li, span {
  font-family: "Poppins", sans-serif;
}

span {
  display: inline-block;
}

.subtitle {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 5.67px;
  color: #727272;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 200%;
  color: #727272;
}

.btn {
  background-color: #BFCEB7;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #3A3A3A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  border: 1px solid #BFCEB7;
  border-radius: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  width: 211px;
  text-align: center;
  margin-top: 40px;
}

.btn span {
  display: inline-block;
  margin-left: 20px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn span img {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.btn:hover {
  background-color: transparent;
  color: #3A3A3A;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

header .width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .width .logo {
  width: 150px;
  position: relative;
  z-index: 9999;
}

header .width .logo img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -o-object-fit: contain;
  object-fit: contain;
}

header .width nav.active {
  right: 0;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

header .width nav {
  position: fixed;
  top: 0px;
  background: #BFCEB7;
  padding: 90px 0px 0 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  right: -100%;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  z-index: 999;
}

header .width nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90%;
  list-style: none;
}

header .width nav ul li {
  margin: 20px 0;
}

header .width nav ul li a {
  display: inline-block;
  color: white;
  font-size: 16px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

header .width nav ul li a:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

header.active {
  padding: 10px 0;
  background: #BFCEB7;
}

header.active .width .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#menu-btn {
  background-color: transparent;
  cursor: pointer;
  z-index: 9999;
  height: 50px;
  border: none;
  width: 30px;
  padding: 0 5px;
  display: block;
}

#menu-btn span, #menu-btn span::before, #menu-btn span::after {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  border-radius: 10px;
  background-color: white;
}

#menu-btn span::before {
  top: 8px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#menu-btn span::after {
  bottom: 8px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#menu-btn.active span {
  width: 0;
}

#menu-btn.active span::before {
  left: -5px;
  top: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu-btn.active span::after {
  left: -5px;
  top: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* fullscreen ***********************************/
#fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #292D3E;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
  visibility: hidden;
}

#fullscreen * {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#fullscreen > div > div {
  opacity: 0;
  visibility: hidden;
}

#fullscreen .full-img-wrap {
  position: relative;
  padding: 10px;
}

#fullscreen #full-img {
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

#fullscreen .close {
  position: absolute;
  top: 0px;
  right: 1%;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 20px;
  color: white;
  text-shadow: 0 0 2px #000000;
  display: none;
  cursor: pointer;
}

#fullscreen.active {
  opacity: 1;
  visibility: visible;
}

#fullscreen.active > div > div {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#fullscreen.active #full-img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#fullscreen.active .full-border {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#fullscreen .full-border {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  position: absolute;
  padding: 0;
  left: 0;
  top: 0;
}

#fullscreen .nav-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: white;
  text-shadow: 0 0 2px #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

#fullscreen .next {
  right: 0;
}

#fullscreen .prev {
  left: 0;
}

/******************************/
#accueil {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("imgs/vis/2.jpg");
  background-position: right top;
}

#accueil::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

#accueil div {
  text-align: center;
  position: relative;
  z-index: 1;
}

#accueil div .subtitle {
  color: #FFF;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 6.48px;
}

#accueil div h1 {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-family: Poppins;
  font-weight: 400;
  letter-spacing: 1.28px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 34px;
  max-width: 15ch;
}

#accueil div .btn {
  margin: 0 auto;
  background-color: white;
  bordeR: 2px solid white;
}

#accueil div .btn:hover {
  background-color: #BFCEB7;
  bordeR: 2px solid #BFCEB7;
}

/******************************/
#numbers {
  background-color: #F3F3F3;
  padding: 150px 0;
}

#numbers .width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#numbers .width > div {
  text-align: left;
}

#numbers .width > div span {
  font-weight: 700;
  font-size: 80px;
  line-height: 109px;
  font-family: "Poppins", sans-serif;
  color: black;
  margin-bottom: 20px;
}

#numbers .width > div p {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  color: black;
  padding-top: 20px;
}

#numbers .width > div p:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 40px;
  background-color: black;
}

/******************************/
#projet,
#situation {
  padding-top: 200px;
}

#projet .txt,
#situation .txt {
  width: 45%;
}

#projet .img,
#situation .img {
  height: 450px;
  width: 40%;
}

/******************************/
#projet2,
#finitions {
  padding-top: 200px;
  padding-bottom: 200px;
}

#projet2 .txt,
#finitions .txt {
  width: 40%;
}

#projet2 .img,
#finitions .img {
  width: 50%;
  height: 450px;
}

#avis-du-courtier {
  background-color: #F3F3F3;
  padding-bottom: 200px;
}

#avis-du-courtier .txt {
  width: 40%;
}

#avis-du-courtier .txt * {
  color: #3A3A3A;
}

#avis-du-courtier .txt ul {
  margin-left: 20px;
}

#avis-du-courtier .img {
  width: 50%;
  height: 450px;
}

#projet2 {
  padding-bottom: 0px !important;
}

#crissier, #crissier2 {
  padding-bottom: 200px;
}

#crissier .txt, #crissier2 .txt {
  width: 40%;
}

#crissier .img, #crissier2 .img {
  width: 50%;
  height: 450px;
}

#finitions {
  background-color: #F3F3F3;
}

/******************************/
.fullImg {
  height: 800px;
}

/******************************/
#situation {
  padding-bottom: 200px;
}

/******************************/
#plans {
  padding-top: 200px;
  padding-bottom: 150px;
}

#plans h2 {
  text-align: center;
  margin-bottom: 100px;
}

#plans .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#plans .btn-container .btn {
  width: auto;
  margin: 30px 10px 0 10px;
}

#plans .width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#plans .width .table {
  width: 100%;
}

#plans .width .table table {
  width: 100%;
  color: #3A3A3A;
  text-align: center;
  border-collapse: collapse;
}

#plans .width .table table tr:first-child {
  background-color: black;
}

#plans .width .table table th {
  background-color: #BFCEB7;
  border-bottom: 2px solid white;
}

#plans .width .table table th, #plans .width .table table td {
  padding: .7em 0.1em;
  font-size: 16px;
}

#plans .width .table table td {
  border-bottom: 2px solid #F3F3F3;
}

#plans .width .table table .table-data {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#plans .width .table table .table-data:hover {
  background-color: grey;
  cursor: pointer;
  color: black;
}

#plans .width .table table .vendre {
  background-color: rgba(0, 128, 0, 0.5);
}

#plans .width .table table .reserve {
  background-color: rgba(255, 165, 0, 0.5);
}

#plans .width .table table .vendu {
  background-color: rgba(255, 0, 0, 0.5);
}

#plans .width .table .legende {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px;
}

#plans .width .table .legende > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

#plans .width .table .legende > div span {
  width: 20px;
  height: 15px;
}

#plans .width .table .legende > div span.vendre {
  background-color: green;
}

#plans .width .table .legende > div span.reserve {
  background-color: orange;
}

#plans .width .table .legende > div span.vendu {
  background-color: red;
}

#plans .width .table .legende > div p {
  padding: 10px;
}

/******************************/
#galerie {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #F3F3F3;
}

#galerie h2 {
  margin-bottom: 100px;
}

#galerie .galerie-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#galerie .galerie-container > div {
  width: 49%;
  margin: 1% 0;
  cursor: pointer;
  overflow: hidden;
}

#galerie .galerie-container > div img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#galerie .galerie-container > div img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#galerie .gallery-nav {
  margin-top: 40px;
}

#galerie .gallery-nav span {
  width: 35px;
  font-size: 32px;
  color: black;
  margin-right: 55px;
  cursor: pointer;
}

/******************************/
#acteurs {
  padding-top: 200px;
  padding-bottom: 200px;
}

#acteurs h2 {
  text-align: center;
  margin-bottom: 100px;
}

#acteurs .width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#acteurs .width .acteur {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}

#acteurs .width .acteur .data {
  text-align: center;
}

#acteurs .width .acteur .data img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

#acteurs .width .acteur .data img.proximmo {
  height: 80px;
}

#acteurs .width .acteur .data img.bcv {
  height: 40px;
  margin-bottom: 40px;
}

#acteurs .width .acteur .data p, #acteurs .width .acteur .data a {
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  color: #312A24;
}

#acteurs .width .acteur .data a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#acteurs .width .acteur .data a:hover {
  color: black;
}

/******************************/
#contact {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #F3F3F3;
}

#contact h2, #contact p {
  text-align: left;
}

#contact form {
  position: relative;
  margin: 75px auto 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contact form > div {
  width: 45%;
}

#contact form .form-group {
  position: relative;
}

#contact form .form-group .form-input {
  position: relative;
  width: 100%;
  outline: 0;
  border: 0;
  -webkit-transition: -webkit-box-shadow 150ms ease-out;
  transition: -webkit-box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out, -webkit-box-shadow 150ms ease-out;
  background-color: transparent;
  border: none;
  outline: none;
  color: #3A3A3A;
  padding: 13px 37px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  background-color: white;
  font-weight: 300;
  width: 100%;
  margin-bottom: 42px;
  position: relative;
}

#contact form .form-group .form-input:hover {
  cursor: pointer;
}

#contact form .form-group .form-input:focus {
  -webkit-box-shadow: 0 1px 0 0 grey;
          box-shadow: 0 1px 0 0 grey;
}

#contact form .form-group .form-input.filled {
  -webkit-box-shadow: 0 1px 0 0 black;
          box-shadow: 0 1px 0 0 black;
}

#contact form .form-group .form-label {
  padding-left: 37px;
  position: absolute;
  left: 0;
  top: 15px;
  color: #3A3A3A;
  background-color: white;
  z-index: 10;
  width: 100%;
  font-family: "Poppins", sans-serif;
  -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  cursor: pointer;
}

#contact form .focused .form-label {
  -webkit-transform: translateY(-135%);
          transform: translateY(-135%);
  font-size: .85em;
  background-color: #F3F3F3;
}

#contact .message .form-input {
  height: 200px;
}

#contact .message ::-webkit-input-placeholder {
  color: black;
}

#contact .message :-ms-input-placeholder {
  color: black;
}

#contact .message ::-ms-input-placeholder {
  color: black;
}

#contact .message ::placeholder {
  color: black;
}

/******************************/
footer {
  background: #303030;
  padding-top: 30px;
  padding-bottom: 10px;
}

footer .width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .width * {
  color: white;
}

footer .width > div {
  width: 33,33%;
  text-align: left;
}

footer .width > div p, footer .width > div a {
  font-size: 15px;
}

footer .width > div a:hover {
  text-decoration: underline;
}

footer .width > div.logo {
  width: 150px;
}

footer .width > div.logo img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

footer .avp {
  text-align: center;
}

footer .avp a, footer .avp p {
  color: white;
  font-size: 13px;
  margin-top: 20px;
}

footer .avp a:hover {
  text-decoration: underline;
}

/******************************/
@media only screen and (max-width: 1600px) {
  .width {
    padding: 0 10%;
  }
  #numbers .width > div {
    width: 30%;
  }
  #numbers .width > div span {
    font-size: 52px;
  }
}

@media only screen and (max-width: 1300px) {
  header {
    padding: 30px 0;
  }
  header .width .logo {
    font-size: 30px;
  }
  h2 {
    font-size: 42px;
    margin-bottom: 40px;
  }
  #accueil div h1 {
    font-size: 54px;
  }
  #projet, #situation {
    padding-top: 150px;
  }
  #projet2, #finitions {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #crissier, #crissier2, #avis-du-courtier {
    padding-bottom: 150px;
  }
  #galerie h2 {
    margin-bottom: 50px;
  }
  #acteurs {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #numbers {
    padding: 100px 0;
  }
  #numbers .width {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #numbers .width > div {
    width: 40%;
    text-align: center;
    margin: 30px 0;
  }
  #numbers .width > div span {
    font-size: 60px;
    margin-bottom: 0;
  }
  #numbers .width > div p:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #plans {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #acteurs .width .acteur .data a, #acteurs .width .acteur .data p {
    font-weight: 400;
    font-size: 16px;
  }
  #contact {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 1025px) {
  .flex, .flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex .txt, .flex .img, .flex2 .txt, .flex2 .img {
    width: 100%;
  }
  .flex .txt, .flex2 .txt {
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #projet, #situation, #projet2, #finitions {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  #projet .txt, #projet .img, #situation .txt, #situation .img, #projet2 .txt, #projet2 .img, #finitions .txt, #finitions .img {
    width: 100%;
  }
  #projet2, #finitions {
    padding-bottom: 100px;
  }
  #projet2 .txt, #finitions .txt {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #projet2 .img, #finitions .img {
    height: 450px;
  }
  #crissier .txt, #crissier .img {
    width: 100%;
  }
  #crissier .txt {
    padding-top: 100px;
  }
  #crissier2 .txt, #crissier2 .img, #avis-du-courtier .txt, #avis-du-courtier .img {
    width: 100%;
  }
  #plans {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #plans h2 {
    margin-bottom: 50px;
  }
  #plans .width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plans .width .table {
    width: 100%;
    overflow-x: scroll;
    display: block;
  }
  #plans .width .table table {
    overflow-x: scroll;
  }
  #plans .width .table table th, #plans .width .table table td {
    font-size: 13px;
    padding: 0.7em;
  }
  #galerie {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .fullMap .full-img .gallery-nav-prev, .fullMap .full-img .gallery-nav-next {
    top: initial;
    bottom: 20px;
  }
  .fullMap .full-img .gallery-nav-next {
    left: 95%;
  }
  #acteurs {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #contact {
    padding: 100px 10%;
  }
  #contact form .form-group .form-input {
    margin-bottom: 32px;
    padding: 13px 17px;
    font-size: 14px;
  }
  #contact form .form-group .form-label {
    padding-left: 17px;
    font-size: 13px;
  }
  footer .width > div.logo {
    width: 150px;
  }
  footer .width > div p, footer .width > div a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 800px) {
  .width {
    padding: 0 8%;
  }
  header .width .logo {
    width: 100px;
  }
  #accueil div h1 {
    font-size: 44px;
  }
  .btn {
    padding: 10px 30px;
  }
  .cookies-policy {
    padding: 3rem 0 1rem 0rem;
  }
  .cookies-policy div p {
    font-size: 12px;
    max-width: 45ch;
  }
  .cookies-policy div span {
    top: initial;
    bottom: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .btn {
    margin-top: 50px;
  }
  #numbers .width > div p {
    font-size: 16px;
  }
  #numbers .width > div span {
    font-size: 50px;
  }
}

@media only screen and (max-width: 600px) {
  #accueil div h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  header {
    padding: 10px 0;
  }
  header .width .logo {
    font-size: 20px;
  }
  #projet, #situation, #projet2, #finitions {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  #crissier, #avis-du-courtier {
    padding-bottom: 100px;
  }
  #crissier .txt, #avis-du-courtier .txt {
    padding-top: 60px;
  }
  #avis-du-courtier .img {
    height: 350px;
  }
  .fullImg {
    height: 500px;
  }
  #numbers {
    padding: 60px 0 80px 0;
  }
  #numbers .width > div {
    width: 100%;
    margin: 0px 0;
  }
  #numbers .width > div span {
    font-size: 40px;
  }
  #numbers .width > div p {
    height: initial;
  }
  #projet .img, #situation .img, #projet2 .img, #finitions .img {
    height: 300px;
  }
  #plans {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #plans .width {
    padding: 0 5%;
  }
  #plans .width .table table th, #plans .width .table table td {
    font-size: 13px;
  }
  #plans .width .table .legende {
    margin: 30px 0;
  }
  #galerie {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #contact form {
    width: 100%;
    margin: 50px auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact form > div {
    width: 100%;
  }
  #acteurs h2 {
    margin-bottom: 50px;
  }
  #acteurs .width .acteur {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #BFCEB7;
    border-bottom: 1px solid #BFCEB7;
    margin: 0px 0;
    padding: 50px 0;
    width: 100%;
  }
  #acteurs .width .acteur:first-child {
    margin-bottom: initial;
  }
  #acteurs .width .acteur .data {
    width: 100%;
    text-align: center;
  }
  #acteurs .width .acteur .data h3 {
    display: none;
  }
  footer {
    padding: 50px 20px 10px 20px;
  }
  footer .avp p, footer .avp a {
    font-size: 11px;
  }
  footer .avp a {
    display: block;
    margin-top: 0px;
  }
  footer .width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .width > div {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .width > div p, footer .width > div a {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */