@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.slick-slide {
  background-size: cover;
  background-position: center;
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
}
.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 10px;
  border-radius: 999px;
  overflow: hidden;
  text-indent: -999em;
  border: 1px solid rgb(22, 24, 26);
  background-color: rgba(22, 24, 26, 0);
  cursor: pointer;
}
.slick-dots .slick-active {
  background-color: #16181a !important;
}

.remodal {
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  background: rgb(255, 255, 255);
}
@media only screen and (min-width: 850px) {
  .remodal {
    max-width: 800px;
  }
}
.remodal-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.remodal-text {
  text-align: justify;
  font-size: 0.625rem;
}
@media only screen and (min-width: 850px) {
  .remodal-text {
    font-size: 0.75rem;
  }
}
.remodal-overlay {
  background: rgba(22, 24, 26, 0.8);
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-si-closing {
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-si-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal-wrapper::after {
  vertical-align: middle;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: rgba(22, 24, 26, 0.5);
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover, .remodal-close:focus {
  color: rgb(22, 24, 26);
}
.remodal-close::before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}
.remodal--cookieScript {
  padding-top: 20px;
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.title-t2 {
  font-weight: 700;
}

.title-t2 {
  font-size: 2.1875rem;
  margin: 60px 0 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(22, 24, 26, 0.1);
}

.form {
  margin-bottom: 35px;
}
@media only screen and (min-width: 850px) {
  .form {
    margin-bottom: 15px;
  }
}
.form__display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.form__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (min-width: 850px) {
  .form__title {
    display: none;
  }
}
.form__title span,
.form__title strong {
  display: block;
}
.form__title strong {
  font-size: 0.9375rem;
}
.form__block {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1300px) {
  .form__block {
    margin-bottom: 8px;
  }
}
.form__block--variante {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .form__block--variante {
    width: 45%;
    margin-bottom: 20px;
  }
}
.form__label {
  display: block;
  font-size: 0.875rem;
}
.form__label--inline {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 16px;
}
.form__input {
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  color: rgb(22, 24, 26);
  padding: 8px 0;
  border-radius: 0;
  background-color: rgb(255, 255, 255);
  border: none;
  border-bottom: 1px solid rgba(22, 24, 26, 0.1);
  outline: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  box-shadow: none;
  -moz-appearance: textfield;
}
@media only screen and (min-width: 850px) {
  .form__input {
    background-color: rgb(249, 247, 242);
  }
}
@media only screen and (min-width: 1300px) {
  .form__input {
    font-size: 0.875rem;
  }
}
.form__input--variante {
  background-color: transparent;
}
.form__required {
  font-size: 0.625rem;
  margin: 10px 0 20px;
}
.form__legal {
  font-size: 0.625rem;
  text-align: justify;
  color: rgba(22, 24, 26, 0.5);
  margin-top: 20px;
  line-height: 1;
}
.form__legal span {
  cursor: pointer;
}
.form__choice {
  padding-left: 30px;
  cursor: pointer;
}
.form__choice__open {
  display: inline-block;
  font-size: 0.6875rem;
  text-decoration: underline;
  margin-bottom: 10px;
  position: relative;
}
.form__choice__open:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -15px;
  height: 0;
  width: 0;
  border-right: 5px solid transparent;
  border-top: 6px solid rgb(22, 24, 26);
  border-left: 5px solid transparent;
  transition: transform 0.5s;
}
.form__choice__open--active:after {
  transform: rotateZ(180deg);
}
.form__choice__mask {
  display: none;
}
.form__choice__mask__block {
  margin-bottom: 5px;
}
.form__confirm {
  display: none;
  margin: 30px 0;
}
@media only screen and (min-width: 1300px) {
  .form__confirm {
    margin: 50px 0;
  }
}
.form__confirm p {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1300px) {
  .form__confirm p {
    font-size: 0.9375rem;
  }
}
.form__submit__button {
  display: block;
  width: 100%;
  max-width: 185px;
  padding: 13px 10px;
  margin: 25px auto 10px;
  background-color: rgb(182, 208, 42);
  color: rgb(22, 24, 26);
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border: none;
  outline: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.7s, border 0.7s;
}
@media only screen and (min-width: 850px) {
  .form__submit__button {
    margin: 10px auto;
  }
}
@media only screen and (min-width: 1300px) {
  .form__submit__button:hover {
    background-color: #98ae23;
  }
}
.form input[type=radio]:checked, .form input[type=radio]:not(:checked), .form input[type=checkbox]:checked, .form input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form input[type=radio]:checked + label, .form input[type=radio]:not(:checked) + label, .form input[type=checkbox]:checked + label, .form input[type=checkbox]:not(:checked) + label {
  position: relative;
  padding: 2px 0 0 25px;
  margin: 0 16px 0 0;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
}
.form input[type=radio]:checked + label::before, .form input[type=radio]:not(:checked) + label::before, .form input[type=checkbox]:checked + label::before, .form input[type=checkbox]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 19px;
  height: 19px;
  border-radius: 999px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(22, 24, 26, 0.1);
}
@media only screen and (min-width: 850px) {
  .form input[type=radio]:checked + label::before, .form input[type=radio]:not(:checked) + label::before, .form input[type=checkbox]:checked + label::before, .form input[type=checkbox]:not(:checked) + label::before {
    background-color: rgb(249, 247, 242);
  }
}
.form input[type=radio]:checked + label::after, .form input[type=radio]:not(:checked) + label::after, .form input[type=checkbox]:checked + label::after, .form input[type=checkbox]:not(:checked) + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 11px;
  height: 11px;
  background-color: rgb(182, 208, 42);
  border-radius: 999px;
  transition: opacity 0.2s, transform 0.2s;
}
.form input[type=radio]:not(:checked) + label::after, .form input[type=checkbox]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}
.form input[type=radio]:checked + label::after, .form input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.form input[type=checkbox]:checked + label, .form input[type=checkbox]:not(:checked) + label {
  font-size: 0.625rem;
  text-align: justify;
  padding: 2px 0 0 30px;
}
.form input[type=checkbox]:checked + label::before, .form input[type=checkbox]:not(:checked) + label::before {
  top: -2px;
  border-radius: 0;
}
.form input[type=checkbox]:checked + label::after, .form input[type=checkbox]:not(:checked) + label::after {
  top: 2px;
  border-radius: 0;
}
.form ::-webkit-input-placeholder {
  color: inherit;
}
.form ::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: rgb(22, 24, 26);
}
.form label[class*=error] {
  display: inline-block;
  color: rgb(183, 16, 119);
  font-size: 0.875rem;
  margin-top: 2px;
}
.form input[class*=error] {
  border-bottom: 1px solid rgb(183, 16, 119);
  color: rgb(183, 16, 119);
}
.form input[class*=error] + label {
  color: rgb(183, 16, 119) !important;
}
.form input[class*=error] + label::before {
  border: 1px solid rgb(183, 16, 119) !important;
}

.svg--black {
  fill: rgb(22, 24, 26);
}
.svg--green {
  fill: rgb(182, 208, 42);
}
.svg--vinci-blue {
  fill: rgb(29, 82, 155);
}
.svg--vinci-red {
  fill: rgb(238, 51, 59);
}
.svg--quartus-purple {
  fill: rgb(36, 25, 93);
}
.svg--quartus-pink {
  fill: rgb(215, 0, 110);
}
.svg--legendre-black {
  fill: rgb(25, 22, 22);
}
.svg--legendre-red {
  fill: rgb(235, 41, 58);
}
.svg--sycomore-blue {
  fill: rgb(0, 174, 239);
}
.svg--sycomore-blue-dark {
  fill: rgb(28, 47, 90);
}
.svg--sycomore-green {
  fill: rgb(101, 188, 70);
}
.svg--sycomore-green-dark {
  fill: rgb(0, 166, 81);
}
.svg--sycomore-red {
  fill: rgb(238, 49, 42);
}
.svg--sycomore-yellow {
  fill: rgb(255, 242, 0);
}

.burger {
  width: 35px;
  height: 35px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 5;
  cursor: pointer;
  background-color: rgb(182, 208, 42);
  border-radius: 999px;
}
@media only screen and (min-width: 850px) {
  .burger {
    display: none;
  }
}
.burger__line1, .burger__line2, .burger__line3 {
  width: 22px;
  height: 1px;
  background-color: rgb(22, 24, 26);
  margin: 0 auto 4px;
  transition: all 0.7s;
}
.burger__line1 {
  margin-top: 12px;
}
.burger--active {
  background-color: rgb(255, 255, 255);
}
.burger--active .burger__line1 {
  transform: rotateZ(45deg);
  margin-top: 17px;
}
.burger--active .burger__line2 {
  opacity: 0;
}
.burger--active .burger__line3 {
  transform: rotateZ(-45deg);
  margin-top: -10px;
}

.dilation {
  width: 100%;
  position: relative;
}
.dilation::before {
  content: "";
  display: block;
  padding-top: 48.2%;
  /* The percentage of the padding-top defines the ratio of homothety:
      100% -> height = width
      50% -> height = 1/2 width
      56.25% -> 16/9 ratio
  */
}
.dilation__block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

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

body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 300;
  color: rgb(22, 24, 26);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 1rem;
  }
}
body strong {
  font-weight: 700;
}
body em {
  font-style: italic;
}

footer,
header,
main {
  display: block;
}

sup {
  position: relative;
  bottom: 1px;
  font-size: 0.625rem;
  line-height: 1;
  vertical-align: super;
}
@media only screen and (min-width: 1300px) {
  sup {
    font-size: 0.6875rem;
  }
}

img,
svg {
  display: block;
}

.nav {
  background-color: rgb(255, 255, 255);
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: top 0.7s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 850px) {
  .nav {
    position: static;
    height: 60px;
    -ms-flex-direction: row;
        flex-direction: row;
    overflow: hidden;
    transition: none;
  }
}
.nav--active {
  top: 0;
}
.nav--sticky {
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 850px) {
  .nav--sticky .open-form {
    margin-top: 0 !important;
  }
}
.nav__item {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .nav__item {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 20px;
    font-size: 0.875rem;
    transition: all 0.7s;
  }
}
@media only screen and (min-width: 850px) {
  .nav__item:after {
    content: "";
    width: calc(100% + 20px);
    height: 6px;
    position: absolute;
    left: -10px;
    bottom: 0;
    transition: opacity 0.7s;
    opacity: 0;
  }
}
.nav__item:first-child {
  margin-top: 70px;
}
@media only screen and (min-width: 850px) {
  .nav__item:first-child {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 850px) {
  .nav__item span {
    display: none;
  }
}
.nav__item--active:first-child {
  color: rgb(182, 208, 42);
}
@media only screen and (min-width: 850px) {
  .nav__item--active:first-child:after {
    background-color: rgb(182, 208, 42);
    opacity: 1;
  }
}
.nav__item--active:nth-child(2) {
  color: rgb(24, 130, 92);
}
@media only screen and (min-width: 850px) {
  .nav__item--active:nth-child(2):after {
    background-color: rgb(24, 130, 92);
    opacity: 1;
  }
}
.nav__item--active:nth-child(3) {
  color: rgb(206, 116, 167);
}
@media only screen and (min-width: 850px) {
  .nav__item--active:nth-child(3):after {
    background-color: rgb(206, 116, 167);
    opacity: 1;
  }
}
.nav .open-form {
  background-color: rgb(182, 208, 42);
  margin-top: 60px;
  padding: 13px 20px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border: none;
  outline: none;
  border-radius: 999px;
}
@media only screen and (min-width: 850px) {
  .nav .open-form {
    height: 60px;
    margin-top: -120px;
    border-radius: 0px;
    transition: margin-top 0.7s, background-color 0.7s;
  }
}
@media only screen and (min-width: 1300px) {
  .nav .open-form:hover {
    background-color: #98ae23;
  }
}

.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  padding: 20px 15px;
}
@media only screen and (min-width: 500px) {
  .footer {
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 850px) {
  .footer {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (min-width: 1300px) {
  .footer {
    padding: 30px 60px;
  }
}
.footer__cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  background-color: rgb(182, 208, 42);
  text-transform: uppercase;
  font-size: 0.9375rem;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (min-width: 850px) {
  .footer__cta {
    display: none;
  }
}
.footer__logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 850px) {
  .footer__logos {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 0;
  }
}
.footer__logos__legendre, .footer__logos__quartus, .footer__logos__vinci {
  margin: 0 15px;
}
.footer__logos__vinci {
  width: 75px;
}
@media only screen and (min-width: 500px) {
  .footer__logos__vinci {
    width: 125px;
  }
}
.footer__logos__quartus {
  width: 80px;
}
@media only screen and (min-width: 500px) {
  .footer__logos__quartus {
    width: 140px;
  }
}
.footer__logos__legendre {
  width: 85px;
}
@media only screen and (min-width: 500px) {
  .footer__logos__legendre {
    width: 145px;
  }
}
.footer__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.footer__links p {
  font-size: 0.5625rem;
  margin: 0 20px;
  cursor: pointer;
}
@media only screen and (min-width: 500px) {
  .footer__links p {
    font-size: 0.75rem;
  }
}
.footer__links p:first-child {
  position: relative;
}
.footer__links p:first-child:after {
  content: "/";
  position: absolute;
  top: -2px;
  right: -23px;
  color: rgb(182, 208, 42);
  font-size: 0.875rem;
  font-weight: 400;
}

@media only screen and (min-width: 850px) {
  .intro {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 850px) {
  .intro__data {
    width: calc(100% - 400px);
  }
}
@media only screen and (min-width: 1300px) {
  .intro__data {
    width: calc(100% - 500px);
  }
}
.intro__data__title {
  background-color: rgb(182, 208, 42);
  padding: 27px 10px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media only screen and (min-width: 500px) {
  .intro__data__title {
    font-size: 0.9375rem;
    padding: 20px;
  }
}
@media only screen and (min-width: 850px) {
  .intro__data__title {
    text-align: center;
    height: 76px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (min-width: 1300px) {
  .intro__data__title {
    font-size: 1.5rem;
    line-height: 1.4;
    height: 100px;
  }
}
@media only screen and (min-width: 1441px) {
  .intro__data__title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.intro__data__title > span {
  display: block;
}
.intro__data__title > span > span {
  display: block;
}
@media only screen and (min-width: 500px) {
  .intro__data__title > span > span {
    display: inline;
  }
}
@media only screen and (min-width: 850px) {
  .intro__data__content {
    position: relative;
    height: calc(100% - 76px);
  }
}
@media only screen and (min-width: 1300px) {
  .intro__data__content {
    height: calc(100% - 100px);
  }
}
.intro__data__content__visual {
  height: 190px;
  background-image: url("../img/agora-parc.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (min-width: 500px) {
  .intro__data__content__visual {
    height: 350px;
  }
}
@media only screen and (min-width: 850px) {
  .intro__data__content__visual {
    height: 100%;
  }
}
.intro__data__content__visual:after {
  content: "";
  width: 65px;
  height: 135px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../img/foliage1.png");
  background-size: cover;
  background-position: bottom left;
}
@media only screen and (min-width: 500px) {
  .intro__data__content__visual:after {
    width: 150px;
    height: 275px;
  }
}
@media only screen and (min-width: 850px) {
  .intro__data__content__visual:after {
    width: 255px;
    height: 470px;
  }
}
.intro__data__content__visual__title {
  background-color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  padding: 7px 0 7px 10px;
}
@media only screen and (min-width: 500px) {
  .intro__data__content__visual__title {
    padding: 10px 0 10px 20px;
  }
}
@media only screen and (min-width: 850px) {
  .intro__data__content__visual__title {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 15px 25px;
    height: 100px;
  }
}
@media only screen and (min-width: 1300px) {
  .intro__data__content__visual__title {
    height: 135px;
    line-height: 1.4;
  }
}
.intro__data__content__visual__title > strong {
  display: block;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 500px) {
  .intro__data__content__visual__title > strong {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1300px) {
  .intro__data__content__visual__title > strong {
    font-size: 1.4375rem;
  }
}
.intro__data__content__visual__title > span {
  font-size: 0.625rem;
}
@media only screen and (min-width: 500px) {
  .intro__data__content__visual__title > span {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1300px) {
  .intro__data__content__visual__title > span {
    font-size: 1rem;
  }
}
.intro__data__content__visual__title > span strong {
  color: rgb(183, 16, 119);
}
.intro__data__content__visual__title > span > span {
  display: block;
}
@media only screen and (min-width: 850px) {
  .intro__data__content__visual__title > span > span > span {
    display: block;
  }
}
.intro__data__content__visual__label {
  background-color: rgba(22, 24, 26, 0.6);
  font-size: 0.5rem;
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 5px;
}
.intro__registration {
  background-color: rgb(255, 255, 255);
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  z-index: 10;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: bottom 0.7s;
  padding: 35px 20px;
}
@media only screen and (min-width: 850px) {
  .intro__registration {
    position: static;
    background-color: rgb(249, 247, 242);
    width: 400px;
    height: 855px;
    overflow: auto;
    padding: 35px 20px 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .intro__registration {
    width: 500px;
    padding: 35px 50px 20px;
  }
}
.intro__registration--active {
  bottom: 0;
}
.intro__registration__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media only screen and (min-width: 850px) {
  .intro__registration__close {
    display: none;
  }
}
.intro__registration__close:after, .intro__registration__close:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(22, 24, 26);
  position: absolute;
  top: 9px;
  left: 0;
}
.intro__registration__close:before {
  transform: rotateZ(45deg);
}
.intro__registration__close:after {
  transform: rotateZ(-45deg);
}
.intro__registration__logos {
  display: none;
}
@media only screen and (min-width: 850px) {
  .intro__registration__logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 40px;
  }
}
.intro__registration__logos__vinci {
  width: 100px;
}
.intro__registration__logos__quartus {
  width: 105px;
}
.intro__registration__logos__legendre {
  width: 110px;
}
.intro__registration__program {
  width: 180px;
  margin: 0 auto 5px;
}
@media only screen and (min-width: 1300px) {
  .intro__registration__program {
    width: 250px;
  }
}
.intro__registration__baseline {
  color: rgb(182, 208, 42);
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1300px) {
  .intro__registration__baseline {
    font-size: 0.8125rem;
  }
}
.intro__registration__text {
  color: rgb(182, 208, 42);
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 850px) {
  .intro__registration__text {
    display: none;
  }
}
.intro__registration__text strong {
  display: block;
}

.district {
  background-color: rgb(249, 247, 242);
  padding: 35px 0 50px;
}
@media only screen and (min-width: 850px) {
  .district {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.district__program {
  width: 190px;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 850px) {
  .district__program {
    display: none;
  }
}
.district__baseline {
  font-size: 0.75rem;
  text-align: center;
  color: rgb(182, 208, 42);
  font-weight: 400;
  margin-bottom: 35px;
}
@media only screen and (min-width: 850px) {
  .district__baseline {
    display: none;
  }
}
.district__data {
  padding: 0 25px;
}
@media only screen and (min-width: 850px) {
  .district__data {
    width: 45%;
    padding: 75px 35px 50px 65px;
  }
}
@media only screen and (min-width: 1300px) {
  .district__data {
    width: calc(100% - 800px);
    padding: 100px 55px 25px 100px;
  }
}
@media only screen and (min-width: 1441px) {
  .district__data {
    padding: 100px 65px 25px 150px;
  }
}
.district__data__title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1300px) {
  .district__data__title {
    margin-bottom: 60px;
  }
}
.district__data__title span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.district__data__title span:first-child {
  font-size: 1.25rem;
  margin-left: -10px;
}
@media only screen and (min-width: 1300px) {
  .district__data__title span:first-child {
    font-size: 2rem;
    margin-left: -50px;
  }
}
.district__data__title span:nth-child(2) {
  font-size: 0.9375rem;
  margin-left: -100px;
}
@media only screen and (min-width: 1300px) {
  .district__data__title span:nth-child(2) {
    font-size: 1.375rem;
    margin-left: -200px;
  }
}
.district__data__title span:nth-child(3) {
  font-size: 1.625rem;
  color: rgb(182, 208, 42);
  margin-left: 60px;
}
@media only screen and (min-width: 1300px) {
  .district__data__title span:nth-child(3) {
    font-size: 2.75rem;
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1441px) {
  .district__data__title span:nth-child(3) {
    margin-left: 80px;
  }
}
.district__data__subtitle {
  margin-bottom: 25px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 850px) {
  .district__data__subtitle {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1300px) {
  .district__data__subtitle {
    font-size: 1.125rem;
  }
}
.district__data__text {
  font-size: 0.75rem;
  margin-bottom: 8px;
  text-align: justify;
}
@media only screen and (min-width: 850px) {
  .district__data__text {
    font-size: 0.8125rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1300px) {
  .district__data__text {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.district__caroussel {
  position: relative;
  margin-top: 50px;
}
@media only screen and (min-width: 850px) {
  .district__caroussel {
    width: 55%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .district__caroussel {
    width: 800px;
  }
}
.district__caroussel .slick-slide {
  min-height: 180px;
}
@media only screen and (min-width: 500px) {
  .district__caroussel .slick-slide {
    min-height: 350px;
  }
}
@media only screen and (min-width: 1300px) {
  .district__caroussel .slick-slide {
    min-height: 410px;
  }
}
.district__caroussel__logo {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  padding: 12px 15px;
}
@media only screen and (min-width: 850px) {
  .district__caroussel__logo {
    width: 250px;
    padding: 18px 25px;
  }
}
@media only screen and (min-width: 1300px) {
  .district__caroussel__logo {
    width: 330px;
    padding: 20px 40px;
  }
}

.city {
  background-color: rgb(249, 247, 242);
}
@media only screen and (min-width: 850px) {
  .city {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.city__data {
  margin: 0 0 35px 25px;
  background-image: url("../img/bussy.jpg");
  background-size: cover;
  background-position: center;
  padding: 30px 20px 30px 40px;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 850px) {
  .city__data {
    width: 350px;
    -ms-flex-order: 2;
        order: 2;
    margin: 0 0 55px 25px;
    padding: 40px 40px 40px 50px;
  }
}
@media only screen and (min-width: 1300px) {
  .city__data {
    width: 450px;
    padding: 55px 30px 65px 75px;
  }
}
.city__data__logo {
  width: 165px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1300px) {
  .city__data__logo {
    width: 220px;
    margin-bottom: 35px;
  }
}
.city__data ul li {
  font-size: 0.75rem;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .city__data ul li {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1300px) {
  .city__data ul li {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}
.city__data ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -20px;
  width: 11px;
  height: 7px;
  background-image: url("../img/leaf.png");
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 850px) {
  .city__salesoffice {
    width: calc(100% - 315px);
    -ms-flex-order: 1;
        order: 1;
    margin: 45px -45px 0 0;
  }
}
@media only screen and (min-width: 1300px) {
  .city__salesoffice {
    width: calc(100% - 415px);
    margin: 45px -55px 0 0;
  }
}
.city__salesoffice__map__visual {
  background-image: url("../img/map-district.jpg");
  background-size: cover;
  background-position: center;
}
.city__salesoffice__information {
  width: 270px;
  margin: -20px auto 0;
  background-color: rgba(22, 24, 26, 0.9);
  padding: 7px 15px;
  color: rgb(255, 255, 255);
  font-size: 0.625rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 500px) {
  .city__salesoffice__information {
    width: 370px;
  }
}
@media only screen and (min-width: 850px) {
  .city__salesoffice__information {
    margin: -40px auto 0;
    font-size: 0.6875rem;
  }
}
@media only screen and (min-width: 1300px) {
  .city__salesoffice__information {
    width: 550px;
    font-size: 0.75rem;
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .city__salesoffice__information--line {
    display: block;
  }
}
.city__salesoffice__information p {
  margin-bottom: 7px;
}
@media only screen and (min-width: 1300px) {
  .city__salesoffice__information p {
    margin-bottom: 9px;
  }
}
.city__salesoffice__information p:first-child {
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 850px) {
  .city__salesoffice__information p:first-child {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 1300px) {
  .city__salesoffice__information p:first-child {
    font-size: 1rem;
  }
}
.city__salesoffice__information p:nth-child(2) {
  font-weight: 700;
}
.city__salesoffice__information p:nth-child(3) {
  font-weight: 600;
}
.city__salesoffice__information p:nth-child(4) {
  font-weight: 400;
}

.daily {
  background-color: rgb(249, 247, 242);
  padding-top: 25px;
}
@media only screen and (min-width: 850px) {
  .daily {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1300px) {
  .daily {
    padding-top: 110px;
  }
}
.daily__intro {
  padding: 0 25px;
}
@media only screen and (min-width: 850px) {
  .daily__intro {
    width: 35%;
    padding: 45px 25px;
  }
}
@media only screen and (min-width: 1300px) {
  .daily__intro {
    padding: 60px 60px 60px 70px;
  }
}
@media only screen and (min-width: 1441px) {
  .daily__intro {
    padding: 60px 60px 60px 110px;
  }
}
.daily__intro__title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1300px) {
  .daily__intro__title {
    margin-bottom: 60px;
  }
}
.daily__intro__title span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.daily__intro__title span:first-child {
  font-size: 0.9375rem;
  margin-left: -50px;
}
@media only screen and (min-width: 1300px) {
  .daily__intro__title span:first-child {
    font-size: 1.625rem;
    margin-left: -180px;
  }
}
.daily__intro__title span:nth-child(2) {
  font-size: 1.625rem;
  margin-left: 10px;
  color: rgb(24, 130, 92);
}
@media only screen and (min-width: 1300px) {
  .daily__intro__title span:nth-child(2) {
    font-size: 3rem;
    margin-left: -50px;
  }
}
.daily__intro__title span:nth-child(3) {
  font-size: 1.375rem;
  margin-left: 20px;
}
@media only screen and (min-width: 1300px) {
  .daily__intro__title span:nth-child(3) {
    font-size: 2.25rem;
    margin-left: -40px;
  }
}
.daily__intro p {
  text-align: justify;
  font-size: 0.75rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1300px) {
  .daily__intro p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.daily__caroussel {
  margin: 60px 0 50px;
  position: relative;
}
@media only screen and (min-width: 500px) {
  .daily__caroussel {
    margin: 60px 0 90px;
  }
}
@media only screen and (min-width: 850px) {
  .daily__caroussel {
    width: 65%;
    margin: 0;
  }
}
.daily__caroussel:after {
  content: "";
  width: 155px;
  height: 155px;
  background-image: url("../img/foliage2.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -55px;
  right: 0;
}
@media only screen and (min-width: 500px) {
  .daily__caroussel:after {
    width: 250px;
    height: 250px;
    top: -60px;
  }
}
@media only screen and (min-width: 1300px) {
  .daily__caroussel:after {
    width: 500px;
    height: 500px;
    top: -180px;
  }
}
.daily__caroussel .slick-slide {
  min-height: 180px;
}
@media only screen and (min-width: 500px) {
  .daily__caroussel .slick-slide {
    min-height: 350px;
  }
}
@media only screen and (min-width: 1300px) {
  .daily__caroussel .slick-slide {
    min-height: 580px;
  }
}
.daily__advantages {
  background-color: rgb(24, 130, 92);
  padding: 35px 25px 10px;
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
}
@media only screen and (min-width: 850px) {
  .daily__advantages {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 410px;
    margin-top: -25px;
    position: relative;
    z-index: 1;
    padding: 35px 15px 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .daily__advantages {
    margin-top: -55px;
    padding: 50px 35px 35px 55px;
  }
}
@media only screen and (min-width: 1441px) {
  .daily__advantages {
    padding: 60px 45px 45px 80px;
  }
}
.daily__advantages__part {
  margin-bottom: 30px;
  text-align: justify;
}
@media only screen and (min-width: 850px) {
  .daily__advantages__part {
    width: 50%;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .daily__advantages__part {
    font-size: 0.875rem;
    margin: 0 25px;
  }
}
@media only screen and (min-width: 1441px) {
  .daily__advantages__part {
    margin: 0 35px;
  }
}
.daily__advantages__part__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1300px) {
  .daily__advantages__part__title {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.daily__advantages__part p {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1300px) {
  .daily__advantages__part p {
    margin-bottom: 25px;
    line-height: 1.4;
  }
}
.daily__advantages__part ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  .daily__advantages__part ul li {
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.daily__advantages__part ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 11px;
  height: 7px;
  background-image: url("../img/leaf.png");
  background-size: cover;
  background-position: center;
}

.apartment {
  background-color: rgb(249, 247, 242);
}
@media only screen and (min-width: 850px) {
  .apartment {
    position: relative;
  }
}
.apartment__data {
  padding: 50px 25px 10px;
}
@media only screen and (min-width: 850px) {
  .apartment__data {
    width: 50%;
    position: relative;
    top: -350px;
    left: 50%;
    padding: 50px 60px 40px;
  }
}
@media only screen and (min-width: 1300px) {
  .apartment__data {
    top: -450px;
    padding: 50px 90px 80px 120px;
  }
}
.apartment__data__logo {
  width: 185px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 850px) {
  .apartment__data__logo {
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 1300px) {
  .apartment__data__logo {
    width: 260px;
    margin: 0 0 60px;
  }
}
.apartment__data__title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1300px) {
  .apartment__data__title {
    margin-bottom: 40px;
  }
}
.apartment__data__title span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  .apartment__data__title span {
    text-align: left;
  }
}
.apartment__data__title span:first-child {
  font-size: 0.9375rem;
  margin-left: -150px;
}
@media only screen and (min-width: 850px) {
  .apartment__data__title span:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .apartment__data__title span:first-child {
    font-size: 1.625rem;
  }
}
.apartment__data__title span:nth-child(2) {
  font-size: 1.75rem;
  color: rgb(206, 116, 167);
  margin-left: 40px;
}
@media only screen and (min-width: 850px) {
  .apartment__data__title span:nth-child(2) {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .apartment__data__title span:nth-child(2) {
    font-size: 3rem;
    margin-left: 60px;
  }
}
.apartment__data__title span:nth-child(3) {
  font-size: 0.8125rem;
  margin-left: -40px;
}
@media only screen and (min-width: 850px) {
  .apartment__data__title span:nth-child(3) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .apartment__data__title span:nth-child(3) {
    font-size: 1.125rem;
  }
}
.apartment__data p {
  font-size: 0.75rem;
  margin-bottom: 25px;
  text-align: justify;
}
@media only screen and (min-width: 1300px) {
  .apartment__data p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 850px) {
  .apartment__visual {
    margin-top: -350px;
  }
}
@media only screen and (min-width: 1300px) {
  .apartment__visual {
    margin-top: -450px;
  }
}
@media only screen and (min-width: 850px) {
  .apartment__visual__caroussel {
    position: relative;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 850px) {
  .apartment__visual__caroussel__foliage {
    width: 30%;
    background-image: url("../img/foliage3.jpg");
    background-position: center;
    background-size: cover;
  }
}
@media only screen and (min-width: 850px) {
  .apartment__visual__caroussel .caroussel {
    width: 70%;
  }
}
.apartment__visual__caroussel .slick-slide {
  min-height: 180px;
}
@media only screen and (min-width: 500px) {
  .apartment__visual__caroussel .slick-slide {
    min-height: 350px;
  }
}
@media only screen and (min-width: 500px) {
  .apartment__visual__caroussel .slick-slide {
    min-height: 450px;
  }
}
@media only screen and (min-width: 1300px) {
  .apartment__visual__caroussel .slick-slide {
    min-height: 700px;
  }
}
.apartment__visual__caroussel .slick-dots {
  display: none;
}
.apartment__visual .intro__data__content__discount {
  background-color: rgb(206, 116, 167);
}
@media only screen and (min-width: 850px) {
  .apartment__visual .intro__data__content__discount {
    top: 20px;
    left: auto;
    right: 0;
  }
}

.price {
  padding: 70px 22px 180px;
  background: linear-gradient(116deg, rgb(249, 247, 242) 48%, #eae2d2 12%);
}
@media only screen and (min-width: 500px) {
  .price {
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 850px) {
  .price {
    padding: 70px 22px;
  }
}
.price__title {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 850px) {
  .price__title {
    font-size: 1.625rem;
  }
}
.price__title span {
  font-size: 1.5rem;
  display: block;
  color: rgb(215, 0, 110);
}
@media only screen and (min-width: 850px) {
  .price__title span {
    font-size: 3rem;
  }
}
.price__subtitle {
  font-size: 0.875rem;
  color: rgb(22, 24, 26);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 850px) {
  .price__subtitle {
    font-size: 1.125rem;
    margin-bottom: 35px;
  }
}
.price__btn {
  display: block;
  width: 162px;
  height: auto;
  background-color: rgb(215, 0, 110);
  padding: 13px 0px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
  margin: 0 auto;
  text-decoration: none;
}
@media only screen and (min-width: 1300px) {
  .price__btn:hover {
    background-color: #a40054;
  }
}