@font-face { font-family: 'dharma'; src: url("../fonts/dharma.woff2") format("woff2"), url("../fonts/dharma.woff") format("woff"); font-weight: normal; font-style: normal; }

html { scroll-behavior: smooth; }

body { max-width: 1920px; margin: auto; padding: 0; overflow-x: hidden; width: 100%; height: 100%; background-color: #051D2B; font-family: 'Exo 2', sans-serif; }

* { box-sizing: border-box; font-weight: 400; font-style: normal; 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; }

section { width: 100%; }

section > div { width: 100%; height: 100%; padding: 150px; }

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

#succes.active { display: flex; }

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

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

.close { position: absolute; top: 0; left: 0; background: none; border: none; width: 40px; height: 40px; font-size: 30px; color: #fff; z-index: 9999; }

p, p a { font-size: 18px; font-weight: 300; letter-spacing: 1px; line-height: 1.5; margin-bottom: 15px; color: #fff; }

a, button, input[type="submit"] { transition-duration: .3s; font-size: 16px; text-decoration: none; cursor: pointer; }

h1, h2, h3 { font-family: 'dharma'; font-style: normal; }

h2 { font-size: 36px; margin-bottom: 0.5em; }

h3 { margin-bottom: 20px; font-size: 36px; font-weight: 300; }

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

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

/* Handle */
::-webkit-scrollbar-thumb { background: #fff; border-radius: 7.5px; }

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

/* HEADER ***********************************/
header { width: 100%; max-width: 1920px; height: 100px; background-color: #041C2C; position: fixed; margin: auto; padding: 10px 150px; z-index: 101; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; flex-direction: row; transition-duration: .6s; }

header.active { background-color: #041C2C; box-shadow: 0 0 2px #05BDDF; }

header.active h1 { color: #fff; }

header.active ul li a { color: #fff; }

header.active .menu li:hover::before, header.active .menu li:hover::after { border-color: #05BDDF; }

header.active .button { border: 1px solid #fff; }

#menu-btn { display: none; background-color: transparent; position: fixed; cursor: pointer; z-index: 105; 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: 2px; display: block; position: absolute; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }

#menu-btn span::before { top: 13px; }

#menu-btn span::after { bottom: 13px; }

.menu { width: 60%; }

.menu ul { display: flex; align-content: center; justify-content: space-between; flex-direction: row; }

.menu ul li { list-style: none; position: relative; cursor: pointer; z-index: 44; }

.menu ul li a { color: #fff; font-size: 15px; text-align: center; display: flex; align-items: center; justify-content: center; margin: 0.2em 1em; letter-spacing: 1px; transition: all 0.7s linear; font-family: 'Exo 2', sans-serif; }

.menu ul .blue-hover:hover a { background: linear-gradient(to right, #05BDDF, #0e7d9c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; }

.logo { display: flex; justify-content: center; align-items: center; width: auto; }

.logo h1 { color: #05BDDF; margin-left: 0.2em; }

.logo a { height: 6vh; }

.logo a img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

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

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

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

.menu li:hover::before, .menu li:hover::after { width: 100%; height: 100%; border-color: #05BDDF; }

.dropdown_menu { position: absolute; top: 100%; width: 100%; z-index: -1; background-color: #041C2C; }

.dropdown_menu li { display: none !important; color: white; background-color: #041C2C; text-align: center; margin: 0.5em auto; padding: 0.5em 1.3em; font-size: 15px; opacity: 0; }

.dropdown { display: flex; justify-content: center; align-items: center; position: relative; font-size: 18px; z-index: 100; }

.dropdown:hover { cursor: pointer; }

.dropdown:hover .dropdown_menu li { display: block !important; }

.dropdown:hover .dropdown_menu--animated { display: block; }

.dropdown_menu-6 .dropdown_item-1 { transform-origin: top center; -webkit-animation: scaleZ 500ms 60ms ease-in-out forwards; animation: scaleZ 500ms 60ms ease-in-out forwards; }

.dropdown_menu-6 .dropdown_item-2 { transform-origin: top center; -webkit-animation: scaleZ 500ms 120ms ease-in-out forwards; animation: scaleZ 500ms 120ms ease-in-out forwards; }

.dropdown_menu-6 .dropdown_item-3 { transform-origin: top center; -webkit-animation: scaleZ 500ms 180ms ease-in-out forwards; animation: scaleZ 500ms 180ms ease-in-out forwards; }

.dropdown_menu-6 .dropdown_item-4 { transform-origin: top center; -webkit-animation: scaleZ 500ms 240ms ease-in-out forwards; animation: scaleZ 500ms 240ms ease-in-out forwards; }

.dropdown_menu-6 .dropdown_item-5 { transform-origin: top center; -webkit-animation: scaleZ 500ms 300ms ease-in-out forwards; animation: scaleZ 500ms 300ms ease-in-out forwards; }

@-webkit-keyframes scaleZ { 0% { opacity: 0;
    transform: scale(0); }
  80% { transform: scale(1.07); }
  100% { opacity: 1;
    transform: scale(1); } }

@keyframes scaleZ { 0% { opacity: 0;
    transform: scale(0); }
  80% { transform: scale(1.07); }
  100% { opacity: 1;
    transform: scale(1); } }

/* ACCUEIL **********************************/
#accueil { height: 100vh; }

.accueil { position: relative; overflow: hidden; }

.accueil .accueil-decoration { position: absolute; top: -10em; left: 50%; width: 50%; transform: translate(-50%); z-index: 44; }

.accueil .accueil-decoration2 { position: absolute; top: 30%; left: 50%; width: 50%; transform: translate(-50%) rotate(180deg); z-index: 44; }

.accueil::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(4, 28, 44, 0.7); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }

.accueil .accueil-logo { position: relative; z-index: 44; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 80%; }

.accueil .accueil-logo h1 { color: #05BDDF; font-size: 38px; text-align: center; }

.accueil .accueil-logo img { width: 60%; height: auto; -o-object-fit: contain; object-fit: contain; }

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

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

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

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

.animationAdd { -webkit-animation: slider 2s normal ease-in-out; animation: slider 2s normal ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }

@-webkit-keyframes slider { from { opacity: 0.1; }
  to { opacity: 1; } }

@keyframes slider { from { opacity: 0.5; }
  to { opacity: 1; } }

.slider-controlers { cursor: pointer; position: absolute; left: 90px; top: 50%; z-index: 44; transform: translateY(-50%); height: 40vh; display: flex; flex-direction: column; justify-content: space-between; align-items: center; }

.slider-controlers .slider-arrows { width: 70px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; }

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

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

.dot { display: none; }

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

.accueil-container { width: 95%; margin: 0 auto; text-align: center; position: relative; }

.overflow { overflow: hidden; margin: 0; padding: 0 !important; }

.parallax { width: 100%; height: 100%; background-position: center; }

.parallax::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.parallax > div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; }

.container { display: flex; justify-content: space-between; align-items: center; }

.container .text { width: 30%; }

.container .text h2 { margin-bottom: 1em; }

.container .image { width: 55%; cursor: pointer; }

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

/* PROJET ***********************************/
.projet { background-color: #041C2C; }

.projet .text p, .projet .text h2 { color: #fff; }

.projet .image { height: 950px; }

.projet .image img { border-radius: 0 0 100px 100px; width: 100%; height: 100%; -o-object-fit: contain; object-fit: cover; }

.projet .image2 img { border-radius: 0 0 100px 0; }

.projet2 .text, .projet-span-section .text { width: 50%; }

.projet2 .image, .projet-span-section .image { width: 50%; margin-left: -150px; }

.image2 { border-radius: 0 0 100px 0; width: 60%; }

/* SITUATION ********************************/
#situation { color: #fff; background-color: #041C2C; }

#situation .container { display: flex; justify-content: space-between; align-items: center; }

#situation .container .text { width: 35%; }

#situation .container .image { width: 55%; }

#situation .container .image img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

#situation .image-smaller { width: 100%; padding: 0; }

#situation .image-smaller img { border-radius: 0 0 150px 150px; }

#situation .img-map { width: 70%; padding: 3em 0; margin: 0 auto; }

/*LOFTS********************************/
#lofts { background-color: #041C2C; }

#lofts .lofts-first-img { display: block; width: 70%; margin-left: auto; border-radius: 0 0 0 100px; }

#lofts h2 { color: #fff; padding-bottom: 1em; }

#lofts p { color: #fff; }

.loft-item-intro { background-color: #0B1C2C; padding: 150px; }

.loft-item-intro div:first-child { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 1em; }

.loft-item-intro div:first-child .loft-item-intro-logo { width: 25%; }

.loft-item-intro div:first-child .loft-item-intro-logo img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.loft-item-intro div:first-child .loft-item-intro-img { width: 70%; }

.loft-item-intro div:first-child .loft-item-intro-img img { border-radius: 0 0 100px 0; }

.loft-item-intro .loft-item-intro-img-left { width: 70%; margin-top: 2em; }

.loft-item-intro .loft-item-intro-img-left img { border-radius: 100px 0 0 0; }

.loft-item-intro .loft-item-intro-img-right { margin-top: 2em; margin-left: auto !important; width: 70%; }

.loft-item-intro .loft-item-intro-img-right img { border-radius: 0 0 100px 0; }

.loft-item-intro .loft-item-intro-img-2 { width: 70%; margin-left: auto; }

.loft-item-intro .loft-item-intro-img-2 img { border-radius: 100px 0 0 0; }

.loft-item-plans { padding: 150px; display: flex; justify-content: space-between; align-items: center; }

.loft-item-plans div { width: 50%; height: 80vh; }

.loft-item-plans div img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.loft-item-plans div p { color: #0B1C2C; }

.loft-item-plans div:last-child { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; }

.loft-item-plans div:last-child div { text-align: left; height: auto; margin-bottom: 5em; }

.loft-item-plans div:last-child h2 { margin-bottom: 1em; }

.loft-item-plans div:last-child img { height: 30%; }

.button-container { margin-top: -60px; }

.button-container .button-plans { border: 1px solid #05BDDF; border-radius: 0 50px 50px 0; padding: 1em 2.5em; display: inline-block; cursor: pointer; transition: 0.7s linear; font-weight: bold; background: linear-gradient(to right, #05BDDF, #0e7d9c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; transition: 0.7s linear; }

.button-container .button-plans:hover { background: #05BDDF !important; -webkit-background-clip: none; -webkit-text-fill-color: white; transition: 0.7s linear; }

.button-container .button-plans2 { border-radius: 50px 0 0 50px; }

#architecte { background-color: #041C2C; }

#architecte .container .text { width: 50%; }

#architecte .container .text p, #architecte .container .text h2 { color: #fff; }

#architecte .container .image-icons { width: 45%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; }

#architecte .container .image-icons img { width: 40%; height: 40%; margin-bottom: 2em; }

section.financement > div { padding: 0; }

.button-brochure { margin: 2em auto 4em; text-align: center; background-color: #051D2B; text-transform: uppercase; }

.button-brochure a { font-size: 20px; }

.financement { padding: 150px; background-color: #051D2B; }

.financement .financement-container { display: flex; justify-content: flex-start; align-items: center; }

.financement .financement-container div:first-child { width: 65%; }

.financement .financement-container div:first-child img { border-radius: 0 100px 0 0; height: 400px; width: auto;
object-fit: cover}

.financement .financement-container div:last-child { margin: 0 0 2em 2em; color: #fff; -ms-grid-row-align: end; align-self: end; }

.financement .financement-container div:last-child h4 { font-size: 26px; font-weight: 100 !important; }

.financement .financement-container div:last-child p { font-size: 36px; padding: 0.5em 0 0 0 ; font-family: 'dharma'; }
.financement .financement-container div:last-child span { display: block; font-size: 20px; padding-bottom: 0.5em; ; }

.financement .financement-container div:last-child a { color: #fff; font-size: 18px; }

.financement .financement-container div:last-child a:hover { color: #05BDDF; }

.financement .financement-container div:last-child .financement-logo { margin: 4em 0 0 0; width: 50%; }

.financement2 { padding: 0px 150px 0px 150px; background-color: #051D2B; }

/* GALERIE **********************************/
#galerie { position: relative; }

#galerie .galerie-bcg { position: absolute; top: 63%; left: -3em; z-index: -1; }

#galerie h2 { text-align: center; }

#galerie #roller { height: 100%; display: flex; align-items: center; flex-direction: row; position: relative; transition-duration: .6s; left: 0%; }

#galerie #roller img { outline: 1px solid #fff; outline-offset: -8px; width: 33.33%; min-width: 33.33%; transition-duration: .6s; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }

#galerie #roller .active { transform: scale(2); outline-offset: 0px; transition-delay: .6s; }

.gal { height: 35vw; overflow: hidden; position: relative; }

.arrows { margin: 2em auto 0; width: 100%; text-align: center; cursor: pointer; }

.arrows img { width: 40px; margin: 0 2em; }

/* CONTACT **********************************/
section.contact > div { padding: 0; }

.contact { height: 100%; background-color: #0E1C2C; color: #fff; padding: 150px; display: flex; justify-content: space-between; align-items: center; }

.contact > div:first-child { width: 50%; }

.contact h2 { margin-bottom: 3em; color: #fff !important; }

.contact h4 { font-size: 22px; color: #fff; }

.contact hr { width: 80%; margin: 0 auto; margin-top: 1em; }

input[type="text"], input[type="email"], textarea { background-color: transparent; margin-bottom: 15px; color: #fff; padding: 15px; border: none; resize: none; width: 80%; border-bottom: solid 1px #fff; }

textarea { font-family: Arial, Helvetica, sans-serif; padding-top: 6.2em; }

input:focus, textarea:focus { box-shadow: 0 0 0 4px #05BDDF; border-radius: 3px; }

input[type="submit"] { border: 1px solid #fff; padding: 1em 2.5em; margin: 2em 0; display: inline; cursor: pointer; transition: 0.7s linear; font-weight: bold; background-color: transparent; color: #fff; }

input[type="submit"]:hover { background: #05BDDF !important; -webkit-background-clip: none; -webkit-text-fill-color: white; transition: 0.7s linear; }

textarea { height: 120px; }

input::-webkit-input-placeholder, message::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.7); }

input:-ms-input-placeholder, message:-ms-input-placeholder { color: rgba(255, 255, 255, 0.7); }

input::-ms-input-placeholder, message::-ms-input-placeholder { color: rgba(255, 255, 255, 0.7); }

input::-webkit-input-placeholder, message::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.7); }

input:-ms-input-placeholder, message:-ms-input-placeholder { color: rgba(255, 255, 255, 0.7); }

input::-ms-input-placeholder, message::-ms-input-placeholder { color: rgba(255, 255, 255, 0.7); }

input::-moz-placeholder, message::-moz-placeholder { color: rgba(255, 255, 255, 0.7); }

input::placeholder, message::placeholder { color: rgba(255, 255, 255, 0.7); }

::-webkit-input-placeholder { /* Chrome */ color: rgba(255, 255, 255, 0.7); }

:-ms-input-placeholder { /* IE 10+ */ color: rgba(255, 255, 255, 0.7); }

::-moz-placeholder { /* Firefox 19+ */ color: rgba(255, 255, 255, 0.7); }

:-moz-placeholder { /* Firefox 4 - 18 */ color: rgba(255, 255, 255, 0.7); }

.contact-details { text-align: center; display: flex; flex-wrap: wrap; }

.contact-details > div { width: 50%; margin-bottom: 2em; }

.contact-details .client { display: flex; text-align: left; justify-content: space-between; align-items: center; margin: 2em 0; padding: 1em 0; }

.contact-details .client .client-logo { margin: 0 auto; width: 30%; -webkit-filter: contrast(0) brightness(2); filter: contrast(0) brightness(2); }

.contact-details .client .client-logo-porta { margin: 0 auto; width: 20%; }

.contact-details .client .client-data { width: 50%; }

.contact-details .client .client-data p, .contact-details .client .client-data a { font-size: 16px; line-height: 1.3em; color: #fff; }

.contact-details .client .client-data a:hover { color: #05BDDF !important; }

/* FOOTER ***********************************/
footer { background-color: #041C2C; padding: 10px 100px; }

footer * { color: #fff; font-weight: 600; }

footer > div { display: flex; align-items: center; justify-content: space-between; }

footer .logos { display: flex; flex-direction: column; }

footer .logos img { width: 150px; }

footer .logos a { margin-top: 20px; }

footer .menu { text-align: center; }

footer .menu a { margin-left: 1.5em; font-size: 16px; font-weight: 100; }

footer .menu a:hover { color: #05BDDF; }

#avp p, #avp a { font-size: 12px; margin: 0; text-align: right; }

#avp a:hover { color: #041C2C; }

#avp br { display: none; }

/******************************/
@media only screen and (max-width: 1580px) { .menu { width: 65%; } }

@media only screen and (max-width: 1470px) { .menu { width: 69%; } }

@media only screen and (max-width: 1400px) { h2 { font-size: 28px; }
  p, a { font-size: 16px; }
  header { padding: 10px 100px; }
  section > div { padding: 100px 100px; }
  .container .text h2 { margin-bottom: 1.4em; }
  .loft-item-intro { padding: 100px; }
  .loft-item-plans { padding: 100px; }
  .contact { padding: 100px; }
  .contact h2 { margin-bottom: 1em; }
  .financement { padding: 100px; }
  .financement .financement-logo { width: 35%; }
  .projet2 .image, .projet-span-section .image { margin-left: -100px; } }

@media only screen and (max-width: 1295px) { header { padding: 10px 50px; }
  header .logo a { height: 5vh; }
  header .menu { width: 75%; }
  header .menu ul li a { margin: 0.2em 0.8em; }
  section > div { padding: 80px; }
  .loft-item-intro { padding: 80px; }
  .loft-item-plans { padding: 80px; }
  .financement { padding: 80px; }
  .financement2 { padding: 0px 150px 0px 150px; }
  .contact { padding: 80px; }
  footer { padding: 10px 80px; }
  footer .menu a { margin-left: 1em; } }

@media only screen and (max-width: 1200px) { h2 { font-size: 28px; }
  .button-container .button-plans { padding: 1em; }
  .financement2 { padding: 0 80px; }
  #architecte .container .text { width: 60%; }
  #architecte .container .image-icons { width: 45%; }
  .projet-span-section .image { margin-left: -80px; } }

@media only screen and (max-width: 1080px) { header { padding: 10px 60px; height: 80px; background-color: #081C2C; }
  #menu-btn { display: block; }
  header .menu { position: fixed; top: 80px; background: #081C2C; padding: 15px; width: 300px; flex-direction: column; align-items: center; height: calc(90vh); right: -300px; transition-duration: .6s; overflow: scroll; }
  header .menu ul { display: flex; flex-direction: column; justify-content: space-between; align-items: center; height: 80%; }
  header .menu li a { color: #fff; font-size: 16px; }
  header .menu.active { right: 0; }
  .dropdown_menu { position: static; width: 100%; }
  .dropdown_menu li { display: inline-block !important; padding: 0.1em; margin: 0.1em 0; }
  .dropdown_menu .dropdown_item-1 a, .dropdown_menu .dropdown_item-2 a, .dropdown_menu .dropdown_item-3 a, .dropdown_menu .dropdown_item-4 a, .dropdown_menu .dropdown_item-5 a { font-size: 14px !important; color: #05BDDF; }
  .dropdown { padding: 0.4em 0.9em; display: inline-block; position: static; font-size: 15px; }
  .dropdown:hover .dropdown_menu--animated { display: inline-block; }
  section > div { padding: 60px; }
  .container { flex-direction: column; }
  .container .text { width: 100%; }
  .container .image { width: 80%; max-height: 650px; margin-top: 2em; }
  .projet .container { flex-direction: column-reverse; }
  .projet .container:nth-child(2) { flex-direction: column; }
  #situation .img-map { width: 90%; }
  #situation .container { flex-direction: column-reverse; }
  #situation .container .image { width: 100%; }
  #situation .container .text { width: 100%; }
  #situation .container:last-child { flex-direction: column-reverse; }
  #situation .container:last-child .image { width: 100%;}
  #situation .container:last-child .text { width: 100%; }
  .button-container { margin-top: 50px; }
  .projet-span-section { padding-top: 0 !important; }
  .projet-span-section .text { padding-top: 2em; }
  .loft-item-intro { padding: 60px; }
  .loft-item-plans { padding: 60px; }
  .financement { padding: 60px; }
  .financement .financement-container div:last-child h4 { font-size: 22px; }
  .financement .financement-container div:last-child p { font-size: 26px; }
  .financement .financement-container div:last-child a { font-size: 16px; }
  .financement .financement-container div:last-child .financement-logo { width: 40%; margin: 2em 0 0 0; }
  .financement .financement-container div:first-child { width: 100%; }
  .financement2 { padding: 0px 40px 0px 40px; }
  #architecte .container .text { width: 100%; margin-bottom: 2em; }
  #architecte .container .image-icons { flex-direction: row; width: 100%; justify-content: center; align-items: center; margin: 0 auto; }
  #architecte .container .image-icons img { width: 20%; height: 20%; margin-right: 2em; }
  .contact { padding: 60px; flex-direction: column; align-items: center; text-align: center; }
  .contact > div { width: 90%; margin: 0 auto; }
  .contact .contact-details { margin-top: 2em; }
  .contact > div:first-child { width: 90%; margin-bottom: 2em; }
  .contact-details > div { width: 100%; }
  footer { padding: 10px 60px; }
  footer .menu { display: none; }
  .projet-span-section .image { margin-left: 0; } }

@media only screen and (max-width: 800px) { header { padding: 10px 20px; }
  .logo { width: 35vw; }
  h2 { font-size: 26px; }
  .slider-controlers { left: 30px; height: 40vh; }
  .slider-controlers .slider-arrows { width: 50px; }
  .slider-controlers .slider-arrows p { font-size: 2.5rem; }
  .container .image { width: 75%; max-height: 500px; margin-top: 1em; }
  .loft-item-plans { flex-direction: column-reverse; }
  .loft-item-plans div { width: 100%; height: auto; margin: 0 auto !important; text-align: center; }
  .loft-item-plans div img { width: 70%; }
  .loft-item-plans div:last-child div { text-align: left; height: auto; margin-bottom: 1em; text-align: center; }
  .loft-item-plans div:last-child .button { margin: 1em 0; }
  .loft-item-plans div:last-child img { width: 60%; height: 20%; margin: 1em 0; }
  .loft-item-intro { padding-top: 0; }
  #architecte .container .image-icons img { width: 25%; height: 25%; }
  .button-brochure { margin: 1em auto 2em; }
  .button-brochure a { font-size: 18px; }
  .financement { padding: 30px; }
  .financement .financement-container { flex-direction: column; }
  .financement .financement-container div:first-child { width: 100%; }
  .financement .financement-container div:first-child img { border-radius: 0 50px 0 0; }
  .financement .financement-container div:last-child { padding-top: 1em; width: 100%; text-align: center; }
  .financement .financement-container div:last-child .financement-logo { margin: 2em auto 0; }
  .financement2 { padding: 0px 40px 0 40px; }
  footer { padding: 10px 20px; }
  footer > div { flex-direction: column; }
  footer #avp { margin-top: 15px; text-align: center; }
  .contact { padding: 60px; flex-direction: column; }
  .contact > div { width: 100%; }
  .contact h2 { text-align: center; }
  .contact input[type="text"], .contact input[type="email"], .contact textarea { width: 100%; }
  .contact .client { flex-direction: row; }
  .contact .client .client-logo { width: 25%; }
  .contact .contact-details { margin-top: 3em; } }

@media only screen and (max-width: 500px) { #menu-btn { right: 20px; }
  p, a, li { font-size: 15px; }
  h2 { font-size: 24px; }
  section > div { padding: 30px; }
  .container .image { width: 80%; }
  .loft-item-intro { padding: 30px; }
  .loft-item-intro div:first-child { flex-direction: column; align-items: center; }
  .loft-item-intro div:first-child .loft-item-intro-logo { width: 45%; }
  .loft-item-intro div:first-child .loft-item-intro-img { width: 100%; }
  .loft-item-intro div:first-child .loft-item-intro-img img { border-radius: 0 0 50px 0; }
  .loft-item-intro .loft-item-intro-img-left { width: 100%; }
  .loft-item-intro .loft-item-intro-img-left img { border-radius: 50px 0 0 0; }
  .loft-item-intro .loft-item-intro-img-right { width: 100%; }
  .loft-item-intro .loft-item-intro-img-right img { border-radius: 0 0 50px 0; }
  #volta.loft-item-intro div:first-child, #watt.loft-item-intro div:first-child { flex-direction: column-reverse; }
  #watt.loft-item-intro .loft-item-intro-img-2 img { border-radius: 50px 0 0 0; width: 100%; }
  .loft-item-intro .loft-item-intro-img-2 { width: 100%; }
  .loft-item-intro .loft-item-intro-img-2 img { border-radius: 0 0 50px 0; }
  .loft-item-plans { padding: 30px; }
  #lofts .lofts-first-img { width: 90%; }
  .button-container { margin-top: 22px; }
  .button-container .button-plans { padding: 1em 2em; }
  .financement { padding: 30px; }
  .financement .financement-container { flex-direction: column; }
  .financement .financement-container div:first-child { width: 100%; }
  .financement .financement-container div:first-child img { border-radius: 0 50px 0 0; }
  .financement .financement-container div:last-child { padding-top: 1em; width: 100%; }
  .financement2 { padding: 0px 10px 0px 10px; }
  .contact { padding: 30px; }
  .contact input[type="submit"] { padding: 0.5em 1em; }
  .contact .client { flex-direction: column; }
  .contact .client .client-logo { width: 35%; }
  .contact .client .client-data { width: 70%; text-align: center; }
  .contact .contact-details { margin-top: 2em; }
  .contact-details .client .client-logo-porta { margin: 0 auto 1em auto; width: 30%; }
  #architecte .container .text { margin-bottom: 0.5em; } }

@media only screen and (max-width: 450px) { .container .image { width: 100%; }
  footer #avp p { font-size: 10px; text-align: center !important; } }

@media only screen and (max-width: 380px) { h2 { font-size: 19px; }
  #architecte .container .image-icons img { width: 40%; height: 40%; margin: 0 1em; }
  .contact .client .client-logo { width: 45%; margin-bottom: 1em; }
  .contact-details .client .client-logo-porta { width: 40%; }
  .button-brochure { margin: 1em auto 2em; }
  .button-brochure .button-container .button-plans { padding: 1em; }
  .button-brochure a { font-size: 16px; } }