* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif !important;
  scroll-behavior: smooth;
}

h2 {
  color: #003a27;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  h2 {
    font-size: 32px;
  }
}

p {
  font-size: 16px;
}

.cta-button {
  background-color: #2b9b8d;
  border-radius: 500px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 24px;
  transition: all 0.2s ease-in-out;
}
.cta-button:hover {
  background-color: #003a27;
}
.cta-button-icon {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.cta-button-icon img {
  width: 20px;
}
.cta-button-icon-only {
  padding: 10px 12px;
  height: 45px;
  width: 45px;
}
.cta-button-mobile {
  display: none;
}
@media screen and (max-width: 950px) {
  .cta-button-mobile {
    display: flex;
  }
}
.cta-button-desktop {
  display: none;
}
@media screen and (min-width: 951px) {
  .cta-button-desktop {
    display: flex;
  }
}

.nav-desktop {
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
.nav-desktop .logo img {
  width: 151px;
}
@media screen and (max-width: 950px) {
  .nav-desktop .logo img {
    width: 111px;
  }
}
.nav-desktop .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 950px) {
  .nav-desktop .links {
    display: none;
  }
}
.nav-desktop .links a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}
.nav-desktop .cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

.nav-mobile {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #dfdbd7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12%;
  padding: 10%;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.nav-mobile.active {
  transform: translateX(0);
}
.nav-mobile .logo img {
  width: 200px;
}
.nav-mobile-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.nav-mobile-links a {
  color: #003a27;
  text-decoration: none;
  font-size: 18px;
}
.nav-mobile-links a:visited {
  color: #003a27;
}
.nav-mobile .icon-menu {
  position: fixed;
  top: 8px;
  right: 20px;
  width: 45px;
}

header {
  margin-top: 63px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-image: url(images/line.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 950px) {
  header {
    flex-direction: column;
    background-size: 1200px;
    background-position: 10% 40px;
  }
}
header .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 90px 22px 17px 10%;
}
@media screen and (max-width: 950px) {
  header .text {
    gap: 40px;
    padding: 90px 20px 39px 20px;
  }
}
header .text h1 {
  color: #003a27;
  font-size: 75px;
  font-weight: 700;
  line-height: 89px;
  text-transform: capitalize;
}
@media screen and (max-width: 950px) {
  header .text h1 {
    font-size: 52px;
    line-height: 125%;
  }
}
header .text a.cta-button {
  margin-top: 30px;
}
@media screen and (max-width: 950px) {
  header .text a.cta-button {
    margin-top: 0;
  }
}
header .text .infos-cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
header .text .infos-cards-1 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
  margin-top: 16px;
}
@media screen and (max-width: 950px) {
  header .text .infos-cards-1 {
    gap: 40px;
  }
}
header .text .infos-card {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  gap: 15px;
}
header .text .infos-card img {
  width: 42px;
}
header .text .infos-card p:first-child {
  color: #003a27;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
header .text .infos-card p {
  font-size: 20px;
  color: #2b9b8d;
}
header .image {
  background-image: url(images/facade.jpg);
  background-size: cover;
  background-position: center;
  height: 710px;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 950px) {
  header .image {
    width: 100%;
    height: 400px;
  }
}
header .image .price {
  position: absolute;
  background-color: #003a27;
  color: #ffffff;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 32px;
}
header .image .price h4 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  header .image .price h4 {
    font-size: 22px;
  }
}
header .image .price p {
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 950px) {
  header .image .price p {
    font-size: 10px;
  }
}
header .image img {
  position: absolute;
  top: 65%;
  left: -120px;
  width: 100px;
}

section#appartemments-renoves {
  padding: 120px 10% 0 10%;
  background-image: url(images/line-reverse.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -100px 100%;
}
@media screen and (max-width: 950px) {
  section#appartemments-renoves {
    padding: 52px 0 0 0;
    background-position: center;
  }
}
section#appartemments-renoves .intro {
  padding: 0 120px;
}
@media screen and (max-width: 950px) {
  section#appartemments-renoves .intro {
    padding: 0 20px;
  }
}
section#appartemments-renoves .intro h2 {
  margin-bottom: 36px;
}
@media screen and (max-width: 950px) {
  section#appartemments-renoves .intro h2 {
    margin-bottom: 24px;
  }
}
section#appartemments-renoves .slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 36px;
}
section#appartemments-renoves .slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
section#appartemments-renoves .slide {
  min-width: 100%;
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
@media screen and (max-width: 950px) {
  section#appartemments-renoves .slide {
    height: 50vh;
  }
}
section#appartemments-renoves .slide.active {
  display: block;
}
section#appartemments-renoves .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: 2;
}
section#appartemments-renoves .arrow.left {
  left: 0;
}
section#appartemments-renoves .arrow.right {
  right: 0;
}
section#appartemments-renoves .dots {
  text-align: center;
  margin-top: 24px;
}
section#appartemments-renoves .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 3px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
}
section#appartemments-renoves .dot.active {
  background-color: #333;
}

section#appartemments-neufs {
  padding: 160px 10% 183px 10%;
  display: flex;
  align-items: stretch;
  gap: 10%;
}
@media screen and (max-width: 950px) {
  section#appartemments-neufs {
    flex-direction: column;
    gap: 48px;
    padding: 52px 20px 94px 20px;
  }
}
section#appartemments-neufs .text,
section#appartemments-neufs .image {
  width: 50%;
}
@media screen and (max-width: 950px) {
  section#appartemments-neufs .text,
  section#appartemments-neufs .image {
    width: 100%;
  }
}
section#appartemments-neufs .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
section#appartemments-neufs .image {
  background-image: url(images/cuisine.jpg);
  background-size: cover;
  background-position: center;
  height: 75vh;
  position: relative;
}
@media screen and (max-width: 950px) {
  section#appartemments-neufs .image {
    height: 400px;
  }
}
section#appartemments-neufs .image img {
  position: absolute;
  top: -10%;
  right: -100px;
  width: 130px;
}
@media screen and (max-width: 950px) {
  section#appartemments-neufs .image img {
    width: 90px;
    top: -8%;
    right: 0;
  }
}

section#adresse {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 950px) {
  section#adresse {
    flex-direction: column;
  }
}
section#adresse .text,
section#adresse .image {
  width: 50%;
}
@media screen and (max-width: 950px) {
  section#adresse .text,
  section#adresse .image {
    width: 100%;
  }
}
section#adresse .text {
  background-color: #2b9b8d;
  padding: 102px 138px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 950px) {
  section#adresse .text {
    padding: 20px;
  }
}
section#adresse .text h2,
section#adresse .text p {
  color: #ffffff;
}
section#adresse .text a.cta-button {
  color: #2b9b8d;
  background-color: #ffffff;
}
section#adresse .image {
  background-image: url(images/map.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 950px) {
  section#adresse .image {
    height: 395px;
    background-size: 865px;
  }
}

section#contact {
  position: relative;
  padding: 120px 0 96px 0;
}
@media screen and (max-width: 950px) {
  section#contact {
    padding: 94px 20px 72px 20px;
  }
}
section#contact h2 {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 950px) {
  section#contact h2 {
    margin-bottom: 16px;
    text-align: left;
  }
}
section#contact .decor {
  width: 13%;
  position: absolute;
  bottom: 10%;
}
@media screen and (max-width: 950px) {
  section#contact .decor {
    display: none;
  }
}
section#contact .decor-1 {
  left: 5%;
}
section#contact .decor-2 {
  transform: scaleX(-1);
  right: 5%;
}

form {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 950px) {
  form {
    width: 100%;
  }
}
form .form-row {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-bottom: 27px;
}
@media screen and (max-width: 950px) {
  form .form-row {
    display: block;
    margin-bottom: 0;
  }
}
form .form-row div {
  flex: 1;
}
form .input-box {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 950px) {
  form .input-box {
    margin-bottom: 20px;
  }
}
form .input-box input {
  border: 1px solid #003a27;
  border-radius: 5px;
  font-size: 16px;
  color: #839a7a;
  padding: 15px 24px;
  transition: border-color 0.3s ease, color 0.3s ease;
}
form .input-box input::-moz-placeholder {
  color: #839a7a;
}
form .input-box input::placeholder {
  color: #839a7a;
}
form .input-box input:invalid:not(:focus):not(:-moz-placeholder-shown) {
  border-color: #5e0101;
  color: #5e0101;
}
form .input-box input:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #5e0101;
  color: #5e0101;
}
form .input-box input:valid {
  border-color: #2b9b8d;
  color: #2b9b8d;
}
form .input-box label {
  color: #003a27;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 8px 24px;
}
form input[type=radio] {
  display: none;
}
form input[type=radio] + label {
  cursor: pointer;
  position: relative;
  padding: 0 5px 0 26px;
}
form input[type=radio] + label:before, form input[type=radio] + label:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50px;
}
form input[type=radio] + label:before {
  bottom: 0;
  left: 0;
  border: 1px solid #003a27;
  width: 16px;
  height: 16px;
}
form input[type=radio] + label:after {
  bottom: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
}
form input[type=radio]:checked + label:after {
  background-color: #003a27;
}
form p.mentions {
  margin: 10px 0 60px 0;
  font-size: 12px;
}
form p.mentions a {
  color: #003a27;
}
form p.asterisque {
  text-align: center;
  margin-top: 13px;
  font-size: 12px;
}
form input.cta-button {
  border: none;
  font-size: 14px;
  padding: 12px 24px;
  width: 115px;
  margin: auto;
  display: block;
}
form #acceptation {
  margin-top: 40px;
}

footer {
  height: 80px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 950px) {
  footer {
    padding-bottom: 43px;
    height: auto;
    flex-direction: column;
    gap: 32px;
  }
}
footer div {
  flex: 1;
  width: 100%;
}
footer .links {
  color: #2b9b8d;
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 950px) {
  footer .links {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
footer .links a {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration-line: underline;
}
footer .links a:visited {
  color: #2b9b8d;
}
@media screen and (max-width: 950px) {
  footer .links a {
    padding: 15px 0;
  }
}
@media screen and (max-width: 950px) {
  footer .links span {
    display: none;
  }
}
footer .catella {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 950px) {
  footer .catella {
    justify-content: center;
  }
}
footer .catella p {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
footer .catella img {
  width: 86px;
}

#form-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  text-align: center;
  height: 100vh;
  max-width: 100%;
}
#form-result img {
  width: 20%;
}
#form-result h2 {
  font-size: 35px;
}/*# sourceMappingURL=style.css.map */