html { scroll-behavior: smooth; }

body { max-width: 1920px; margin: auto; padding: 0; overflow-x: hidden !important; width: 100%; height: 100%; font-family: 'Open Sans', sans-serif; color: #272729; }

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

main { max-width: 1920px; 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: 30px; color: #FFFFFF; z-index: 101; }

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

ul li { line-height: 1.5em; margin-left: 1em; }

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

a { text-decoration: none; cursor: pointer; }

.btn { display: inline-block; background-color: #343434; color: #FFFFFF; padding: 0.5em 3em; font-weight: bold; border-radius: 20px; -webkit-box-shadow: 4px 4px 20px #d6d5d5; box-shadow: 4px 4px 20px #d6d5d5; -webkit-transition: all 0.7s linear; transition: all 0.7s linear; }

.btn:hover { background-color: #FFFFFF; color: #343434; }

span { display: inline-block; text-transform: uppercase; font-size: 20px; margin-bottom: 1em; }

h1 { font-size: 72px; margin-bottom: 0.5em; line-height: 99%; font-family: 'Playfair Display', serif; }

h2 { font-size: 48px; margin-bottom: 0.9em; line-height: 99%; font-family: 'Playfair Display', serif; letter-spacing: 2px; }

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

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

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

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

/* HEADER ***********************************/
header { width: 100%; max-width: 1920px; position: fixed; margin: auto; padding: 20px 200px 20px 200px; z-index: 444; left: 0; right: 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 a { display: inline-block; color: #FFFFFF; max-width: 200px; }

#menu-btn { display: none; background-color: transparent; position: fixed; cursor: pointer; z-index: 9999; height: 50px; border: none; width: 50px; right: 40px; top: 20px; 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: #FFFFFF; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }

#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: 52%; }

.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.2em; padding: 0.2em 0.5em; }

.menu ul li a { color: #FFFFFF; -webkit-transition: all 0.7s linear; transition: all 0.7s linear; font-family: lust-sans,sans-serif; font-weight: 300; letter-spacing: 1px; font-family: 'Playfair Display', serif; text-transform: uppercase; }

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

.menu ul .btn { background-color: #FFFFFF; border-radius: 20px; padding: 0.4em 2.5em; color: #343434; -webkit-box-shadow: none; box-shadow: none; }

.menu ul .btn:hover { background-color: #343434; color: #FFFFFF; }

.menu li:before { content: ""; position: absolute; display: block; border: 0px solid transparent; width: 0%; height: 0%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; z-index: -44; }

.menu li:last-child:before { display: none; }

.menu li:before { width: 0%; height: 0%; bottom: 0; left: 0; border-bottom: 1px solid transparent; }

.menu li:hover::before { width: 100%; height: 100%; border-color: #FFFFFF; }

.headerActive { -webkit-transition: all 1s linear; transition: all 1s linear; background-color: rgba(255, 255, 255, 0.9); padding-top: 10px !important; padding-bottom: 10px; }

.headerActive .logo a { color: #272729; }

.headerActive .menu ul li a { color: #272729; font-weight: bold; }

.headerActive .menu li:hover::before { color: #272729 !important; }

.headerActive #menu-btn span, .headerActive #menu-btn span::before, .headerActive #menu-btn span::after { background-color: #272729; }

.headerActive .btn { background-color: transparent; border: 1px solid #343434; }

.headerActive #Layer_2 { fill: #343434; }

.headerActive-menu { top: 25px !important; }

section { min-height: 70vh; }

/* ACCUEIL **********************************/
#accueil { background-image: url("../imgs/vis/2.jpg"); width: 100%; height: 105vh; background-repeat: no-repeat; background-size: cover; background-position: center bottom; opacity: 0.9; position: relative; }

#accueil div { width: 55%; position: absolute; top: 35%; padding: 60px 20px 60px 200px; background-color: rgba(255, 255, 255, 0.5); }

#accueil div .btn { margin-top: 0.6em; }

/* SECTIONS ***********************************/
.section-centre { background-color: #F5F3F2; 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; }

.section-centre p { max-width: 65ch; line-height: 1.6em; }

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

.section-flex { padding: 100px 200px 100px 200px; 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; }

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

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

.section-flex .img { width: 60%; height: 600px; background-size: cover; background-position: center left; }

#situation { background-color: #FFFFFF; }

.masterplan { width: 100vw; height: 100vh; position: relative; overflow: hidden; }

.masterplan img { position: absolute; left: 0; top: 0; -webkit-transition: opacity 15s ease-in-out; transition: opacity 15s ease-in-out; z-index: -10; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.masterplan .top { -webkit-animation: 3s FadeInOut ease-in-out infinite alternate; animation: 3s FadeInOut ease-in-out infinite alternate; }

@-webkit-keyframes FadeInOut { 0% { opacity: 1; }
  45% { opacity: 0.6; }
  55% { opacity: 0.4; }
  100% { opacity: 0; } }

@keyframes FadeInOut { 0% { opacity: 1; }
  45% { opacity: 0.6; }
  55% { opacity: 0.4; }
  100% { opacity: 0; } }

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

#environnement.section-flex .txt { margin-left: auto; width: 30%; }

/* GALERIE **********************************/
#galerie { background-color: #F5F3F2; padding: 150px 0; overflow-x: hidden; }

#galerie .galerie--title { padding-left: 200px; 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 { max-width: 12ch; }

#galerie .galerie--title span { cursor: pointer; display: inline-block; font-size: 3em; margin-left: 2em; position: relative; animation: arrowMove 1s linear infinite alternate-reverse; }

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

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

#galerie #roller { height: 100%; 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 150px 0em 150px; }

#galerie #roller img { width: 30%; height: 50vh; min-width: 30%; margin-right: 6em; -webkit-transition-duration: .6s; transition-duration: .6s; -webkit-box-shadow: 1px 1px 4px #c2c1c1; box-shadow: 1px 1px 4px #c2c1c1; -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; }

.fullMap { position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; z-index: 9999; background-color: rgba(255, 255, 255, 0.95); -webkit-transition-duration: .5s; transition-duration: .5s; opacity: 0; visibility: hidden; padding: 40px; }

.fullMap .full-img { position: relative; }

.fullMap .full-img .close-btn { position: absolute; top: 0em; right: 1em; background: none; border: none; width: 40px; height: 40px; font-size: 30px; color: #272729 !important; z-index: 9999; cursor: pointer; }

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

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

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

.fullMap img { display: none; }

.fullMap 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; }

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

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

#contact .details form input:not([type="submit"]), #contact .details form textarea { width: 100%; background-color: #F5F3F2; padding: 8px 20px; border-radius: 20px; border: none; margin-bottom: 25px; font-family: 'Open Sans', sans-serif; }

#contact .details form textarea { height: 150px; }

#contact .details form .btn { border: none; width: 200px; cursor: pointer; font-size: 18px; font-weight: bold; padding: 0.5em 3em; }

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

/* FOOTER ***********************************/
footer { min-height: 20vh; background-color: #F5F3F2; padding: 10px 200px 2px 200px; }

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; position: relative; }

footer .container:after { content: ''; position: absolute; left: 50%; top: 15%; height: 70%; width: 1px; background-color: #272729; }

footer .container div { width: 45%; }

footer .container div 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 .container div nav ul li a { color: #272729; }

footer .container div a { color: #272729; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; max-width: 350px; display: inline-block; }

footer .container div a:hover { color: #343434; }

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

footer .footer-details a:hover { color: #343434; }

/******************************/
@media only screen and (max-width: 1600px) { header { padding: 20px 120px; }
  header .menu { width: 65%; }
  #accueil div { width: 75%; padding-left: 120px; top: 25%; }
  .section-flex { padding: 50px 120px; }
  #galerie .galerie--title { padding-left: 130px; }
  #galerie #roller { margin: 4em 120px 3em 120px; }
  #contact .details { padding: 0 120px; }
  #footer { padding: 0px 120px 10px 120px; } }

@media only screen and (max-width: 1300px) { h2 { font-size: 36px; }
  header { padding: 32px 100px 20px 100px; }
  header .menu ul li { margin: 0.3em 0.7em; }
  header .menu ul li a { font-size: 17px; }
  #accueil div { padding-left: 100px; }
  .section-flex { padding: 50px 100px 50px 100px; }
  .section-flex div p { max-width: 30ch; }
  #galerie { padding: 100px 0; }
  #galerie .galerie--title { padding-left: 100px; }
  #galerie #roller { margin: 4em 100px 0em 100px; }
  #contact .details { padding: 0 100px; }
  footer { padding: 0 80px 10px 80px; }
  footer .footer-details p, footer .footer-details a { font-size: 13px; } }

@media only screen and (max-width: 1170px) { h1 { font-size: 56px; max-width: 15ch; }
  header .menu { width: 70%; }
  footer .container:after { left: 38%; }
  footer .container div { width: 55%; }
  footer .container div nav ul { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
  footer .container div nav ul li { margin: 1em 0; }
  footer .container div:first-child { width: 30%; } }

@media only screen and (max-width: 1024px) { p, a, li { font-size: 16px; }
  span { font-size: 18px; }
  header { padding-top: 15px; }
  header .menu.active { right: 0; -webkit-transition: all 0.6s linear; transition: all 0.6s linear; }
  header .logo a { max-width: 150px; }
  header .menu { position: fixed; top: 95px; background: rgba(255, 255, 255, 0.9); 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; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 80%; }
  header .menu ul li:last-child { margin-left: initial; }
  #menu-btn { display: block; right: 40px; top: 25px; }
  #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); }
  #accueil div { padding: 50px 50px 50px 100px; top: 40%; }
  .section-flex div p { max-width: 32ch; }
  #galerie .galerie--title { padding-left: 100px; }
  #galerie #roller img { margin-right: 4em; }
  #contact .details { padding: 0 50px 0 100px; } }

@media only screen and (max-width: 800px) { h1 { font-size: 42px; }
  h2 { font-size: 36px; }
  section { min-height: 40vh; }
  .section-centre { padding: 30px; }
  .section-flex { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 80px 50px 0 50px; }
  .section-flex div { width: 100%; text-align: center; }
  .section-flex div p { max-width: initial; }
  .section-flex div .btn { margin: 0.5em; }
  .section-flex div:first-child { padding: 0 50px 50px 50px; }
  .section-flex .img { width: 100%; padding: 0 !important; height: 500px; }
  .masterplan { height: 70vh; }
  .masterplan2 { margin-top: 80px; }
  #environnement.section-flex .txt { width: 100%; padding: 0 50px 50px 50px; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  #environnement.section-flex .img { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  #galerie { padding: 100px 0; }
  #galerie .galerie--title { padding-left: 60px; }
  #galerie #roller { margin: 3em 50px 0em 50px; }
  #galerie #roller img { margin-right: 2em; }
  #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 .img { width: 100%; height: 50vh; } }

@media only screen and (max-width: 600px) { h1 { font-size: 34px; }
  h2 { font-size: 28px; }
  header { padding: 30px 50px; }
  header .menu { padding: 40px 0px; }
  header .logo a { font-size: 16px; }
  #menu-btn { right: 20px; }
  #accueil div { padding: 50px; top: 40%; width: 85%; }
  #projet { padding-top: 80px; padding-bottom: 80px; }
  #projet .btn { margin-top: 1em; }
  .section-flex div:first-child { padding: 0 0px 50px 0px; }
  .section-flex .img { background-position: center center; }
  #environnement.section-flex .txt { width: 100%; padding: 0 0px 50px 0px; }
  #galerie { padding: 100px 0; }
  #galerie .galerie--title { padding-left: 50px; }
  #galerie .galerie--title span { margin-left: 0.5em; }
  #contact .details { width: 100%; padding: 100px 50px 30px 50px; }
  footer { padding: 0 30px 5px 30px; }
  footer .container { padding: 100px 0 50px 0; }
  footer .container:after { left: 2%; }
  footer .container div:first-child { width: 0%; }
  footer .container div { width: 88%; }
  footer nav { display: none; }
  .footer-details p, .footer-details a { font-size: 12px !important; }
  .footer-details a { display: block; } }

@media only screen and (max-width: 400px) { h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  #accueil div { padding: 30px; top: 30%; width: 95%; }
  .section-centre { padding: 30px 50px; }
  .section-flex { padding: 100px 0 0px 0; }
  .section-flex div:first-child { padding: 0 30px 30px 30px; }
  #environement.section-flex { padding: 50px 0 0 0; }
  #plans { padding: 50px 20px; }
  section#galerie { min-height: auto; }
  #galerie { padding: 50px 0 100px 0; }
  #galerie #roller { margin: 2em 30px 0 30px; }
  #galerie #roller img { height: 20vh; }
  #contact .details { padding: 50px 30px 30px 30px; }
  footer .container span { font-size: 16px; }
  footer .container p, footer .container a { font-size: 14px; } }
/*# sourceMappingURL=style.css.map */