html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: HolandCentury;
  src: url(style/HolandCentury-Medium.ttf);
}

body {
  max-width: 1920px;
  margin: auto;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  font-family: 'HolandCentury', serif;
  font-weight: 200;
  font-style: normal;
  color: #323333;
}

* {
  -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;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

#succes {
  z-index: 99;
  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.7);
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

#succes > div {
  text-align: center;
  font-size: 24px;
  z-index: 1;
  color: #FFFFFF;
  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;
  top: 0;
  left: 0;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #FFFFFF;
  z-index: 101;
  cursor: pointer;
}

p, a, li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.btn {
  display: inline-block;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  padding: 0.5em 3em;
}

.btn:hover {
  color: #323333;
}

.btn-dark {
  color: #FFFFFF;
  border: 1px solid #323333;
  background-color: #323333;
}

.btn-dark:hover {
  color: #323333;
  background-color: transparent;
}

span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 2em;
  position: relative;
}

span::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -0.4em;
  left: 0;
  height: 1px;
  background-color: #FFFFFF;
}

h1 {
  font-size: 62px;
  margin-bottom: 1em;
  line-height: 99%;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.56);
  font-family: 'HolandCentury', serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
}

h2 {
  font-size: 38px;
  margin-bottom: 0.7em;
  line-height: 99%;
  font-family: 'HolandCentury', serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1.5px;
  color: #d7a184;
  max-width: 22ch;
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border: 1px solid black;
}

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

/* HEADER ***********************************/
header {
  max-width: 1920px;
  width: 100vw;
  height: 100px;
  position: fixed;
  margin: auto;
  padding: 25px 220px 25px 220px;
  z-index: 444;
  left: 0;
  right: 0;
  top: 0;
  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 .logo {
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
}

header .logo img {
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
  width: 165px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(5) contrast(1);
}

#menu-btn {
  display: none;
  background-color: transparent;
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  height: 50px;
  border: none;
  width: 50px;
  right: 60px;
  top: 15px;
  padding: 0 5px;
}

#menu-btn span, #menu-btn span::before, #menu-btn span::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #323333;
}

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

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

.menu {
  width: auto;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu ul li {
  list-style: none;
  position: relative;
  cursor: pointer;
  margin: 0.3em 1.5em;
  padding: 0.2em 1em;
}

.menu ul li a {
  color: #FFFFFF;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  font-family: 'HolandCentury', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
  font-size: 18px;
}

.menu ul li:last-child {
  margin: 0 0 0 2em;
  padding: 0;
}

.menu ul .btn {
  padding: 0.5em 1.5em;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}

/* ~~~~~~~ btn animation ~~~~~~~ */
.btn-menu {
  position: relative;
  padding-right: 3.1rem;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-menu:before, .btn-menu:after {
  content: '';
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: -1;
}

.btn-menu:hover a {
  color: #9F8A6B;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.btn-menu:hover:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.btn-menu:hover:after {
  background: #323333;
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

.from-center:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  border: 1px solid  #fff;
  border-left: 0;
  border-right: 0;
}

.from-center:after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #7e8d82;
}

.from-center:hover:before {
  left: 0;
  width: 100%;
}

.from-center:hover:after {
  top: 0;
  height: 100%;
}

.headerActive {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  background: white;
  height: 70px;
}

.headerActive .logo img {
  width: 100px;
  filter: brightness(1) contrast(1);
}

.headerActive ul .btn {
  border: 1px solid #FFFFFF;
  color: #617365;
}

.headerActive ul li a {
  color: #617365;
  font-size: 15px;
}

/* ACCUEIL **********************************/
section {
  margin-bottom: 100px;
}

#accueil {
  height: 100vh;
}

.slider {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.slider .txt {
  position: absolute;
  width: 45%;
  top: 40%;
  padding: 50px 50px 50px 220px;
  background-color: rgba(0, 0, 0, 0.5);
}

.slider .txt h1 {
  color: #FFFFFF;
}

.slider .txt span {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.37);
  color: #FFFFFF;
}

.slider .txt .btn {
  padding: 0.5em 3em;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}

.slider .txt .btn:hover {
  background-color: #FFFFFF;
  color: #9F8A6B;
}

.slider .txt a {
  border: 1px solid;
  width: 150px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider .slider-container {
  height: 100%;
}

.slider .slider-container .mySlides {
  display: none;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

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

.slider .slider-numbers {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0%;
  z-index: 444;
}

.slider .slider-numbers div span {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 50%;
}

.slider .slider-numbers div span:after {
  display: none;
}

.slider .slider-numbers div span.active-dot {
  background-color: #fff;
}

.slider-controlers {
  cursor: pointer;
  position: absolute;
  left: 0%;
  top: 50%;
  z-index: 44;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-controlers .slider-arrows {
  width: 100vw;
  height: 100%;
  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;
}

.slider-controlers .slider-arrows p {
  font-size: 4rem;
}

.slider-controlers .slider-arrows img {
  width: 50px;
  height: 100%;
}

.dot {
  display: none;
}

.dot-active {
  display: inline-block;
}

/* SECTIONS ***********************************/
.section-centre {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
}

.section-centre p {
  max-width: 65ch;
}

.section-centre .btn {
  margin-top: 2em;
  padding: 0.5em 3em;
}

.section-centre ul {
  max-width: 70ch;
}

.section-centre ul li {
  margin-bottom: 0.4em;
  list-style: none;
}

.section-flex {
  padding: 0px 220px 0px 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-flex div {
  width: 40%;
}

.section-flex div p {
  max-width: 42ch;
}

.section-flex .img {
  width: 60%;
  height: 600px;
  background-size: cover;
  background-position: center left;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.section-flex span::after {
  width: 100%;
  height: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #d7a184;
}

.section-flex .accent-txt {
  color: #9F8A6B;
}

/* commune **********************************/
section#commune {
  min-height: 50vh;
}

#commune.section-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#commune.section-flex div {
  width: 28%;
}

#commune.section-flex .img {
  width: 60%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

section#appartements2 {
  min-height: 60vh;
}

#appartements2.section-flex {
  padding: 0px 220px 120px 220px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#appartements2.section-flex div {
  width: 30%;
}

#appartements2.section-flex .img {
  width: 60%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

#fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #323333;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  visibility: hidden;
  opacity: 0;
}

#fullscreen > div {
  width: 100%;
  height: 100%;
}

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

#fullscreen > div > iframe {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  border: none;
}

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

.masterplan {
  width: 100vw;
  height: 80vh;
}

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

section#plans {
  margin-bottom: 0;
}

#plans {
  width: 100%;
  padding: 0 200px 100px 200px;
  text-align: center;
}

#plans h2 {
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
  max-width: initial;
}

#plans .btn {
  border: 1px solid #617365cf;
  background-color: #617365cf;
  color: #FFFFFF;
}

#plans .btn:hover {
  background-color: transparent;
  color: #617365cf;
}

#plans table {
  width: 100%;
}

#plans table tr {
  padding: 0.3em;
}

#plans table th, #plans table td {
  padding: 10px 5px;
  font-size: 18px;
}

#plans table th {
  text-align: center;
  padding: 0.2em 1em;
  background-color: rgba(244, 244, 244, 0.8);
  color: #000;
}

#plans table td {
  text-align: center;
  background-color: rgba(244, 244, 244, 0.5);
  color: #000;
}

#plans table a {
  color: #000;
}

#plans table .table-header {
  background-color: #9F8A6B;
}

#plans table .table-header th, #plans table .table-header td {
  font-size: 20px;
}

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

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

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

#plans p {
  margin-top: 50px;
}

/* GALERIE **********************************/
#galerie {
  background-color: #323333;
  background-image: linear-gradient(-25deg, #617365 0%, #617365 100%);
  padding: 150px 0 150px 100px;
  overflow-x: hidden;
  position: relative;
  margin-bottom: 0;
}

#galerie .gallery-nav-next,
#galerie .gallery-nav-prev {
  padding: 0.1em 0.3em;
  position: absolute;
  top: 50%;
  color: #FFFFFF;
  z-index: 99;
  cursor: pointer;
  margin-bottom: 0;
}

#galerie .gallery-nav-next:after,
#galerie .gallery-nav-prev:after {
  display: none;
}

#galerie .gallery-nav-next img,
#galerie .gallery-nav-prev img {
  width: 60px;
}

#galerie .gallery-nav-next {
  right: 0;
}

#galerie .galerie--title {
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#galerie .galerie--title h2 {
  color: #FFFFFF;
  margin-bottom: 0px;
}

#galerie .galerie--title span {
  cursor: pointer;
  display: inline-block;
  font-size: 3em;
  margin-left: 2em;
  color: #FFFFFF;
  position: relative;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  animation: arrowMove 1s linear infinite alternate-reverse;
}

#galerie .galerie--title span:after {
  display: none;
}

@-webkit-keyframes arrowMove {
  from {
    left: 0;
  }
  to {
    left: 0.3em;
  }
}

@keyframes arrowMove {
  from {
    left: 0;
  }
  to {
    left: 0.3em;
  }
}

#galerie #roller {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  left: 0%;
  margin: 5em 100px 0em 80px;
}

#galerie #roller img {
  height: 400px;
  margin-right: 30px;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

#galerie #roller img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#galerie #roller .active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  z-index: 44;
}

.fullGallery {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #323333;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
}

.fullGallery .full-img {
  position: relative;
  padding: 0em;
}

.fullGallery .full-img .close-btn {
  position: absolute;
  top: 0em;
  right: 1em;
  background: none;
  border: none;
  width: 60px;
  height: 60px;
  font-size: 50px;
  color: white !important;
  z-index: 9999;
  cursor: pointer;
}

.fullGallery .gallery-nav-next {
  right: 0;
}

.fullGallery .gallery-nav-next,
.fullGallery .gallery-nav-prev {
  padding: 0.1em 0.3em;
  position: absolute;
  top: 45%;
  font-size: 4em;
  color: #FFFFFF;
  /* background-color: rgba(39, 39, 41, 0.7); */
  z-index: 999;
  cursor: pointer;
  margin-bottom: 0;
  width: auto;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fullGallery .gallery-nav-next:after,
.fullGallery .gallery-nav-prev:after {
  content: none;
}

.fullGallery.active {
  opacity: 1;
  visibility: visible;
}

.fullGallery * {
  width: 100%;
  height: 100%;
}

.fullGallery * img {
  -o-object-fit: contain;
  object-fit: contain;
}

.fullGallery img {
  display: none;
}

.fullGallery img.active {
  display: block;
}

/* CONTACT **********************************/
#contact {
  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;
  margin-bottom: 0;
}

#contact span:after {
  background-color: #d7a184;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contact .details {
  padding: 0 220px;
  width: 45%;
}

#contact .details form {
  width: 100%;
  margin: 3em 0;
}

#contact .details form input:not([type="submit"]), #contact .details form textarea {
  font-size: 20px;
  width: 100%;
  padding: 8px;
  border: none;
  border-bottom: 1px solid #323333;
  margin-bottom: 25px;
  font-family: 'HolandCentury', serif;
  font-weight: 200;
  font-style: normal;
}

#contact .details form textarea {
  height: 120px;
  padding-top: 0px;
}

#contact .details form .btn {
  background-color: transparent;
  border: 1px solid #617365;
  color: #323333;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  margin-top: 2em;
  display: inline-block;
}

#contact .details form .btn:hover {
  background-color: #617365;
  color: #FFFFFF;
}

#contact .img {
  width: 50%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

/* FOOTER ***********************************/
footer {
  background-color: #323333;
  background-image: linear-gradient(-25deg, #617365 0%, #617365 100%);
  padding: 0px 120px 10px 120px;
  color: #FFFFFF;
}

footer nav {
  width: 100%;
  padding-left: 250px;
  padding-right: 250px;
  margin: 2em auto;
}

footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

footer nav ul li a {
  color: #FFFFFF;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

footer nav ul li a:hover {
  text-decoration: underline;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 50px 0;
  position: relative;
}

footer .container:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5%;
  height: 1px;
  width: 70%;
  background-color: #FFFFFF;
}

footer .container div {
  width: 100%;
}

footer .container div a {
  color: #FFFFFF;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

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

footer .container .container-details {
  text-align: center;
}

footer .container .container-details div {
  width: 100%;
}

footer .container .container-details img {
  padding: 0.5em;
  width: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: contrast(0) brightness(2);
  filter: contrast(0) brightness(2);
}

footer .footer-details p, footer .footer-details a {
  text-align: center;
  font-size: 15px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

footer .footer-details a {
  text-decoration: underline;
}

/******************************/
@media only screen and (max-width: 1600px) {
  header {
    padding: 5px 120px 0;
  }
  section {
    margin-bottom: 50px;
  }
  .menu ul li a {
    font-size: 16px;
  }
  #galerie {
    padding: 100px 0 100px 50px;
  }
  #plans {
    padding: 0 100px 100px 100px;
  }
  .slider .txt {
    min-width: 80%;
    padding: 50px 50px 50px 120px;
  }
  .slider .txt h1 {
    max-width: 20ch;
  }
  .section-flex {
    padding: 50px 120px;
  }
  #appartements2.section-flex {
    padding: 0px 120px 120px 120px;
  }
  #galerie #roller {
    margin: 4em 120px 3em 60px;
  }
  #contact .details {
    padding: 0 120px;
  }
  footer {
    padding: 0px 120px 10px 120px;
  }
  footer p, footer a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1300px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 42px;
  }
  p, li, a {
    font-size: 16px;
  }
  header .menu ul li {
    margin: 0.3em 0.7em;
  }
  header .menu ul li:last-child {
    margin: 0 0 0 0em;
  }
  .section-flex .img {
    height: 500px;
  }
  #plans {
    padding: 0 100px 100px 100px;
  }
  #plans table th, #plans table td {
    font-size: 15px;
  }
  #plans table th:nth-child(6), #plans table th:nth-child(7), #plans table td:nth-child(6), #plans table td:nth-child(7) {
    display: none;
  }
  #plans p {
    max-width: initial;
  }
  #galerie .galerie--title {
    padding-left: 80px;
  }
  #galerie #roller {
    margin: 4em 100px 0em 80px;
  }
  footer {
    padding: 0 80px 10px 80px;
  }
  footer nav {
    padding-left: 80px;
    padding-right: 80px;
    margin: 1.5em auto;
  }
}

@media only screen and (max-width: 1115px) {
  span {
    font-size: 18px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 34px;
  }
  header .menu.active {
    right: 0;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
  }
  header .menu {
    position: fixed;
    top: 70px;
    background: white;
    padding: 15px 0px;
    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;
  }
  header .menu 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: 80%;
  }
  header .menu ul li:last-child {
    margin-left: initial;
  }
  header .menu ul li a {
    color: #323333;
    font-size: 18px;
    padding: 20px 0;
  }
  p, a, li {
    font-size: 16px;
  }
  #menu-btn {
    display: block;
  }
  #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);
  }
  .section-flex div {
    width: 50%;
  }
  .section-flex div p {
    max-width: 38ch;
  }
  .section-flex .img {
    margin-left: 1em;
    height: 400px;
  }
  #appartements2.section-flex div {
    width: 40%;
  }
  #appartements2.section-flex .img {
    width: 50%;
  }
  #commune.section-flex div {
    width: 35%;
  }
  #commune.section-flex .img {
    width: 50%;
  }
  #galerie .galerie--title {
    padding-left: 100px;
  }
  #galerie #roller img {
    margin-right: 4em;
  }
  #contact .details {
    padding: 0 50px 0 100px;
  }
  #plans table th:nth-child(2), #plans table td:nth-child(2) {
    display: none;
  }
  footer .container .container-details img {
    width: 200px;
  }
}

@media only screen and (max-width: 900px) {
  h1 {
    font-size: 42px;
  }
  header {
    padding: 5px 100px 0 100px;
  }
  h2 {
    font-size: 36px;
  }
  #menu-btn {
    right: 100px;
  }
  .section-centre {
    padding: 30px 100px;
  }
  .section-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0px 0 0;
  }
  .section-flex div {
    width: 100%;
  }
  .section-flex div p {
    max-width: initial;
  }
  .section-flex div:first-child {
    padding: 0 100px 50px 100px;
  }
  .section-flex .img {
    width: 100%;
    padding: 0 !important;
    height: 500px;
    margin-left: initial;
  }
  #commune.section-flex div {
    width: 100%;
  }
  #commune.section-flex div:last-child {
    padding: 0 100px 50px 100px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #commune.section-flex .img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #appartements2.section-flex {
    padding: 100px 0px 0 0;
  }
  #appartements2.section-flex div {
    width: 100%;
  }
  #appartements2.section-flex div:last-child {
    padding: 0 100px 50px 100px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #appartements2.section-flex .img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
  }
  .masterplan {
    height: 70vh;
  }
  #galerie {
    padding: 100px 0 100px 0px;
  }
  #galerie .galerie--title {
    width: 80%;
  }
  #galerie #roller img {
    margin-right: 2em;
    height: 250px;
  }
  .fullGallery {
    padding: 20px;
  }
  .fullGallery .full-img {
    padding: 1em;
  }
  .fullGallery .gallery-nav-next,
  .fullGallery .gallery-nav-prev {
    bottom: 15px;
    top: auto;
  }
  #plans {
    padding: 0 50px 100px 50px;
  }
  #plans table th {
    padding: 0.5em;
  }
  #contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .details {
    width: 100%;
    padding: 100px 100px 50px 100px;
  }
  #contact .details form input:not([type="submit"]), #contact .details form textarea {
    font-size: 16px;
  }
  #contact .img {
    width: 100%;
    height: 70vh;
    background-position: bottom;
  }
  footer {
    padding: 0 30px 20px 30px;
  }
  footer nav {
    display: none;
  }
  footer .container .container-details {
    width: 100%;
  }
  footer .container .container-details div:last-child img {
    margin-bottom: 0.5em;
    width: 200px;
  }
  #typologie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  #typologie .w-58 {
    width: 90%;
  }
}

@media only screen and (max-width: 650px) {
  footer .container {
    padding: 80px 10px 0 10px;
  }
  footer .container:after {
    display: none;
  }
  footer .container .container-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .container-details div {
    width: 100%;
    text-align: center;
    margin-top: 1em;
  }
  footer .container .container-details div:first-child {
    margin-bottom: 1em;
  }
  footer .footer-details p, footer .footer-details a {
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    max-width: 30ch;
  }
  footer nav ul li a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 600px) {
  p, a, li {
    font-size: 15px;
  }
  h1 {
    font-size: 30px;
    line-height: 1.3em;
  }
  h2 {
    font-size: 24px;
  }
  header {
    padding: 20px 50px;
  }
  header .menu {
    padding: 40px 0px;
    top: 70px;
  }
  header .logo {
    width: 140px;
  }
  section {
    margin-bottom: 0px;
  }
  #menu-btn {
    right: 40px;
    top: 15px;
  }
  .slider .txt {
    padding: 50px 50px 50px 50px;
    width: 100%;
  }
  .section-flex div:first-child {
    padding: 0 50px 30px 50px;
  }
  .section-flex .img {
    height: 350px;
    background-position: center;
  }
  .section-centre {
    padding: 60px 50px;
  }
  #commune.section-flex {
    padding: 50px 0 0 0;
  }
  section#appartements2 {
    min-height: 40vh;
  }
  #appartements2.section-flex div:last-child {
    padding: 0 50px 30px 50px;
  }
  #commune.section-flex div:last-child {
    padding: 0 50px 30px 50px;
  }
  section#projet2 {
    min-height: 90vh;
  }
  #appartements.section-flex span::after {
    width: 120% !important;
  }
  #appartements2.section-flex {
    padding: 60px 0px 0 0;
  }
  .masterplan {
    height: 50vh;
    display: none;
  }
  #galerie {
    padding: 60px 0 100px 0;
  }
  #galerie #roller {
    margin: 3em 100px 0em 50px;
  }
  #galerie .galerie--title {
    padding-left: 50px;
  }
  #galerie .gallery-nav-next, #galerie .gallery-nav-prev {
    font-size: 2em;
  }
  #galerie #roller img {
    height: 20vh;
  }
  #galerie .gallery-nav-next, #galerie .gallery-nav-prev {
    top: 82%;
  }
  #galerie .gallery-nav-next img, #galerie .gallery-nav-prev img {
    width: 40px;
  }
  #plans {
    padding: 60px 20px 60px 20px;
  }
  #plans table th, #plans table td {
    font-size: 13px;
  }
  #plans table th:nth-child(3), #plans table th:nth-child(8), #plans table th:nth-child(9), #plans table td:nth-child(3), #plans table td:nth-child(8), #plans table td:nth-child(9) {
    display: none;
  }
  #plans table th a, #plans table td a {
    font-size: 13px;
  }
  .fullGallery {
    padding: 10px;
  }
  .fullGallery .full-img {
    padding: 0em;
  }
  #contact .details {
    width: 100%;
    padding: 60px 50px 30px 50px;
  }
  #contact .details form .btn {
    font-size: 16px;
  }
  #contact .img {
    height: 50vh;
  }
  footer .container {
    padding: 50px 10px 0 10px;
  }
  footer nav {
    display: none;
  }
  footer .footer-details {
    padding: 1em 0;
    border-top: 1px solid white;
  }
}

@media only screen and (max-width: 400px) {
  header {
    padding: 20px 30px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
  .slider .txt {
    min-width: 100%;
  }
  .section-centre {
    padding: 30px 50px;
  }
  .section-flex .img {
    height: 300px;
  }
  .section-flex div:first-child {
    padding: 0 30px 30px 30px;
  }
  #commune.section-flex {
    padding: 30px 0 0 0;
  }
  #commune.section-flex div:last-child {
    padding: 0 30px 30px 30px;
  }
  #appartements2.section-flex {
    padding: 50px 0px 0 0;
  }
  #appartements2.section-flex div:last-child {
    padding: 0 30px 30px 30px;
  }
  .masterplan {
    height: 50vh;
  }
  #galerie {
    padding: 80px 0 100px 0;
  }
  #galerie .galerie--title span {
    margin-left: 1em;
  }
  #galerie #roller {
    margin: 1em 30px 0 30px;
  }
  #galerie #roller img {
    width: 100%;
    margin-right: 1em;
    height: 20vh;
  }
  #contact .details {
    padding: 50px 30px 30px 30px;
  }
}

@media only screen and (max-width: 330px) {
  header {
    padding: 10px 25px;
  }
  header .menu {
    top: 68px;
  }
  header .logo img {
    width: 100px;
  }
  #menu-btn {
    top: 10px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
  span {
    font-size: 17px;
  }
  p, a {
    font-size: 14px;
  }
  .section-centre {
    padding: 80px 30px;
  }
  .section-centre p {
    max-width: initial;
  }
  .section-flex {
    padding: 50px 0 0px 0;
  }
  .section-flex span::after {
    width: 120%;
  }
}

@media only screen and (max-width: 805px) and (orientation: landscape) {
  .slider .txt {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */