html { scroll-behavior: smooth; }

body { max-width: 1920px; margin: auto; padding: 0; overflow-x: hidden !important; width: 100%; height: 100%; font-family: 'Inter', 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: 40px; color: white !important; z-index: 101; }

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

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: #CBB3A8; color: #FFFFFF; padding: 0.5em 1.3em; border-radius: 20px; -webkit-box-shadow: 1px 1px 4px #c2c1c1; box-shadow: 1px 1px 4px #c2c1c1; font-weight: 500; -webkit-transition: all 0.7s linear; transition: all 0.7s linear; }

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

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

h1 { font-size: 72px; margin-bottom: 0.5em; line-height: 99%; }

h2 { font-size: 48px; margin-bottom: 0.7em; line-height: 99%; }

/* 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 120px 20px 220px; 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; font-size: 18px; color: #FFFFFF; font-weight: 800; font-family: 'Libre Baskerville', serif; max-width: 12ch; }

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

.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 0.5em; }

.menu ul li a { color: #FFFFFF; -webkit-transition: all 0.7s linear; transition: all 0.7s linear; }

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

.menu ul .btn { background-color: #FFFFFF; border-radius: 20px; padding: 0.5em 1em; color: #CBB3A8; }

.menu ul .btn:hover { background-color: #CBB3A8; 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: 20px !important; padding-bottom: 20px; }

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

.headerActive .menu ul li a { color: #272729; }

.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-menu { top: 15px !important; }

section { min-height: 100vh; }

/* 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: 100px 20px 100px 220px; background-color: rgba(255, 255, 255, 0.5); }

/* 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: 55ch; }

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

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

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

.section-flex div h2 { max-width: 11ch; }

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

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

#plans { background-color: #F5F3F2; padding: 100px 150px; text-align: center; 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-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

#plans span, #plans .arrowUp { font-size: 4em; cursor: pointer; position: relative; animation: arrowDown 1s linear infinite alternate-reverse; margin-bottom: 0; color: #272729; }

#plans .arrowUp { -webkit-transform: rotate(180deg) !important; transform: rotate(180deg) !important; display: none; }

#plans .arrowUp.active { display: inline-block; }

@-webkit-keyframes arrowDown { from { top: 0; }
  to { top: 0.3em; } }

@keyframes arrowDown { from { top: 0; }
  to { top: 0.3em; } }

#plans .section-plan, #plans .section-plan-hidden { 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; padding: 3em 1em; width: 100%; position: relative; }

#plans .section-plan :after, #plans .section-plan-hidden :after { content: ''; width: 1px; height: 60%; background-color: #272729; position: absolute; left: 35%; top: 20%; }

#plans .section-plan :before, #plans .section-plan-hidden :before { content: ''; width: 1px; height: 60%; background-color: #272729; position: absolute; right: 35%; top: 20%; }

#plans .section-plan div, #plans .section-plan-hidden div { width: 35%; padding: 2em 1em; }

#plans .section-plan div h3, #plans .section-plan-hidden div h3 { font-size: 48px; margin-bottom: 0.7em; }

#plans .section-plan div ul, #plans .section-plan-hidden div ul { list-style: none; }

#plans .section-plan div ul li, #plans .section-plan-hidden div ul li { text-transform: uppercase; margin: 0.5em 0; }

#plans .section-plan div img, #plans .section-plan-hidden div img { display: block; margin: 4em auto; }

#plans .section-plan div .btn, #plans .section-plan-hidden div .btn { padding: 0.5em 2em; margin-top: 4em; }

.section-plan-hidden { display: none !important; }

.section-plan-hidden.active { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-animation: opacityDiv 3s linear; animation: opacityDiv 3s linear; }

@-webkit-keyframes opacityDiv { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes opacityDiv { from { opacity: 0; }
  to { opacity: 1; } }

#situation { background-color: #FFFFFF; }

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

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

#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: 220px; 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: 8ch; }

#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 220px; 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: 'Inter', sans-serif; }

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

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

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

/* FOOTER ***********************************/
footer { min-height: 50vh; background-color: #F5F3F2; padding: 10px 150px 10px 150px; }

footer .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

footer .container > div { width: 28%; margin: 100px 0; }

footer .container > div .client-logo { height: 120px; width: 80%; margin-bottom: 2em; }

footer .container > div .client-logo img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

footer .container > div .client-details p, footer .container > div .client-details a { font-size: 16px; }

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

footer .container > div .client-details a:hover { color: #CBB3A8; }

footer .menu-footer { width: 100%; margin: 1em auto; }

footer .menu-footer nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 5em; list-style: none; }

footer .menu-footer nav ul li a { color: #8C8C8C; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; }

footer .menu-footer nav ul li a:hover { color: #CBB3A8; }

footer .footer-details { margin-top: 1em; }

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

/******************************/
@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; }
  .section-flex .img { width: 50%; }
  #plans { padding: 100px 120px; }
  #environnement.section-flex .txt { width: 35%; }
  #galerie .galerie--title { padding-left: 200px; }
  #galerie #roller { margin: 4em 120px 3em 120px; }
  #contact .details { padding: 0 120px; }
  #footer { padding: 10px 120px 10px 120px; } }

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

@media only screen and (max-width: 1170px) { header .menu { width: 70%; }
  #environnement.section-flex .txt { width: 40%; } }

@media only screen and (max-width: 1024px) { p, a, li { font-size: 16px; }
  span { font-size: 18px; }
  h1 { font-size: 56px; }
  h2 { font-size: 42px; }
  header .menu.active { right: 0; -webkit-transition: all 0.6s linear; transition: all 0.6s linear; }
  header .logo a { font-size: 18px; max-width: 20ch; }
  header .menu { position: fixed; top: 70px; 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: 20px; }
  #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; }
  footer .container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 6em 0 4em 0; }
  footer .container > div { margin: 0.3em; 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; gap: 4em; }
  footer .container > div .client-logo { width: 30%; }
  footer .menu-footer { width: 80%; }
  footer .menu-footer nav ul { gap: 2em; }
  footer .menu-footer nav ul li a { font-size: 14px; } }

@media only screen and (max-width: 800px) { h1 { font-size: 42px; }
  h2 { font-size: 36px; }
  .section-centre { padding: 30px 100px; }
  .section-flex { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 100px 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; }
  #environnement.section-flex .txt { width: 100%; padding: 0 100px 80px 100px; -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: 100px; }
  #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) { 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%; }
  .section-flex div:first-child { padding: 0 50px 50px 50px; }
  #environnement.section-flex .txt { width: 100%; padding: 0 50px 50px 50px; }
  #galerie { padding: 100px 0; }
  #galerie .galerie--title { padding-left: 50px; }
  #contact .details { width: 100%; padding: 100px 50px 30px 50px; }
  footer { padding: 5px 30px 5px 30px; }
  footer hr, footer .menu-footer { display: none; }
  footer .container { margin: 4em 0 1em 0; }
  footer .container > div { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0.5em; }
  footer .container > div .client-logo { width: 40%; margin-bottom: 0; }
  footer .container > div .cogar-logo { width: 70%; }
  footer .container > div .client-details { text-align: center; }
  footer .footer-details { border-top: 1px solid lightgray; }
  footer .footer-details p { padding-top: 1em; }
  footer .footer-details p, footer .footer-details a { font-size: 12px !important; }
  footer .footer-details a { display: block; } }

@media only screen and (max-width: 400px) { header { padding: 20px 30px; }
  header .logo a { max-width: 13ch; font-size: 15px; }
  header .menu { top: 98px; }
  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 .galerie--title span { margin-left: 1em; }
  #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 */