/* ===================
   ESPACE LOCATAIRE
   ================== */
.page-template-espace-locataire {
  --main-color: var(--acf-main-color, #e1ab25);
  --secondary-color: var(--acf-secondary-color, #1b5a74);
  --tertiary-color: var(--acf-tertiary-color, #ca8d5d);
  --quarternary-color: var(--acf-quarternary-color, #f8edd0);
}
.page-template-espace-locataire h1,
.page-template-espace-locataire h2,
.page-template-espace-locataire h3,
.page-template-espace-locataire h4,
.page-template-espace-locataire h5,
.page-template-espace-locataire h6 {
  text-transform: none;
}
.page-template-espace-locataire h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  padding: 0;
}
@media (min-width: 992px) {
  .page-template-espace-locataire h2 {
    margin-bottom: 60px;
    font-size: 55px;
  }
}
.page-template-espace-locataire .vmiddle {
  display: flex;
  align-items: center;
}
.page-template-espace-locataire .justify-space-between {
  justify-content: space-between;
}
.page-template-espace-locataire .justify-end {
  justify-content: flex-end;
  gap: 20px;
}
.page-template-espace-locataire footer {
  display: none;
}
.page-template-espace-locataire #copyright {
  display: none;
}
.page-template-espace-locataire .site-main * {
  font-family: "Arial", sans-serif !important;
  letter-spacing: 0.05em;
  text-shadow: none !important;
}
.page-template-espace-locataire .btn {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  font-size: 18px;
  transition: all 0.3s ease;
}
.page-template-espace-locataire .btn:hover {
  color: var(--quarternary-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.page-template-espace-locataire input[type=submit],
.page-template-espace-locataire input.wpcf7-submit {
  color: var(--quarternary-color);
  border: 1px solid var(--quarternary-color);
  background: transparent;
  display: table;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}
.page-template-espace-locataire input[type=submit]:hover,
.page-template-espace-locataire input.wpcf7-submit:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.page-template-espace-locataire .wpcf7-form label,
.page-template-espace-locataire form label {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: var(--quarternary-color);
  text-transform: uppercase;
  margin-top: 16px;
}
.page-template-espace-locataire .wpcf7-form .wpcf7-form-control-wrap,
.page-template-espace-locataire form .wpcf7-form-control-wrap {
  width: 100%;
}
.page-template-espace-locataire .wpcf7-form textarea,
.page-template-espace-locataire .wpcf7-form input[type=text],
.page-template-espace-locataire .wpcf7-form input[type=email],
.page-template-espace-locataire .wpcf7-form input[type=tel],
.page-template-espace-locataire .wpcf7-form input[type=number],
.page-template-espace-locataire .wpcf7-form input[type=password],
.page-template-espace-locataire form textarea,
.page-template-espace-locataire form input[type=text],
.page-template-espace-locataire form input[type=email],
.page-template-espace-locataire form input[type=tel],
.page-template-espace-locataire form input[type=number],
.page-template-espace-locataire form input[type=password] {
  width: 100%;
  background: transparent;
  border: 1px solid var(--quarternary-color);
  margin-top: 12px;
  color: var(--quarternary-color);
}
.page-template-espace-locataire .wpcf7-form .row,
.page-template-espace-locataire form .row {
  display: flex;
  flex-wrap: wrap;
}
.page-template-espace-locataire .wpcf7-form .row .col-lg-6,
.page-template-espace-locataire .wpcf7-form .row .col-lg-12,
.page-template-espace-locataire form .row .col-lg-6,
.page-template-espace-locataire form .row .col-lg-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page-template-espace-locataire .wpcf7-form .row .col-lg-6,
  .page-template-espace-locataire form .row .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.page-template-espace-locataire .wpcf7-form .wpcf7-not-valid-tip,
.page-template-espace-locataire form .wpcf7-not-valid-tip {
  text-transform: none;
  margin-top: 10px;
}
.page-template-espace-locataire .wpcf7-form .wpcf7-response-output,
.page-template-espace-locataire form .wpcf7-response-output {
  background-color: var(--quarternary-color);
  border: 0 none;
  color: unset !important;
  max-width: 100% !important;
}
.page-template-espace-locataire header {
  position: relative;
  display: block;
  padding: 25px 0;
  background: var(--main-color);
}
.page-template-espace-locataire header .logo,
.page-template-espace-locataire header .navbar {
  margin-bottom: 0;
}
.page-template-espace-locataire header .logo img {
  max-height: 40px;
}
.page-template-espace-locataire header nav {
  width: 5%;
  padding: 0;
}
.page-template-espace-locataire header .navbar-collapse {
  box-shadow: none;
}
.page-template-espace-locataire header .navbar-toggle {
  border: 0 none;
  padding: 0;
  margin-bottom: 0;
}
.page-template-espace-locataire header .navbar-toggle .icon-bar {
  background-color: var(--quarternary-color);
  width: 28px;
}
@media (min-width: 992px) {
  .page-template-espace-locataire header .lang a {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .page-template-espace-locataire header .lang.nav a {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .page-template-espace-locataire header.fixation {
    background: var(--main-color);
  }
}
.page-template-espace-locataire header.fixation .principal {
  width: 94%;
  margin: 0;
  padding: 0;
}
.page-template-espace-locataire header .header-principal {
  display: flex;
  gap: 30px;
  margin-bottom: 0;
  column-count: 1;
  -webkit-column-count: 1;
  justify-content: center;
}
.page-template-espace-locataire header a {
  font-family: "Arial", sans-serif;
  letter-spacing: 0.05em;
}
.page-template-espace-locataire .password-required {
  background-color: var(--main-color);
  min-height: 100vh;
}
.page-template-espace-locataire .password-required form label {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.page-template-espace-locataire .password-required form input[type=password] {
  color: black;
  padding: 10px;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 10px;
}
.page-template-espace-locataire .password-required form input[type=submit] {
  padding: 10px 20px;
}
.page-template-espace-locataire .espace-hero {
  --hero-height: 700px;
  position: relative;
  display: block;
  min-height: var(--hero-height);
  background-color: var(--main-color);
}
@media (min-width: 768px) {
  .page-template-espace-locataire .espace-hero {
    height: 100vh;
    max-height: var(--hero-height);
    min-height: none;
  }
}
@media (min-width: 1200px) {
  .page-template-espace-locataire .espace-hero {
    max-height: none;
  }
}
.page-template-espace-locataire .espace-hero h1 {
  position: relative;
  z-index: 2;
  color: var(--quarternary-color);
  font-size: 40px;
}
@media (min-width: 768px) {
  .page-template-espace-locataire .espace-hero h1 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .page-template-espace-locataire .espace-hero h1 {
    font-size: 100px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .page-template-espace-locataire .espace-hero h1 {
    font-size: 120px;
  }
}
.page-template-espace-locataire .espace-hero .image-mobile {
  position: relative;
  z-index: -1;
  width: calc(100% + 60px);
  max-width: none;
  margin-left: -30px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.page-template-espace-locataire .espace-hero .espace-hero__content {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .page-template-espace-locataire .espace-hero .espace-hero__content {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .page-template-espace-locataire .espace-hero .image-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100vh;
    max-height: 700px;
    z-index: 0;
  }
  .page-template-espace-locataire .espace-hero .image-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1200px) {
  .page-template-espace-locataire .espace-hero .image-container {
    max-height: none;
  }
}
.page-template-espace-locataire .espace-hero .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-template-espace-locataire .espace-introduction {
  padding: 140px 0;
  background-color: var(--secondary-color);
  text-align: center;
}
.page-template-espace-locataire .espace-introduction h2 {
  color: var(--main-color);
}
.page-template-espace-locataire .espace-introduction p {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 200;
  font-family: "Arial", sans-serif;
}
@media (min-width: 992px) {
  .page-template-espace-locataire .espace-introduction p {
    font-size: 36px;
  }
}
.page-template-espace-locataire .espace-introduction a {
  color: var(--main-color);
  text-decoration: underline;
}
.page-template-espace-locataire .espace-form {
  padding: 140px 0;
  background-color: var(--tertiary-color);
  text-align: center;
}
.page-template-espace-locataire .espace-form p {
  font-size: 18px;
}
.page-template-espace-locataire .espace-form .text {
  margin-bottom: 50px;
}
.page-template-espace-locataire .espace-faq {
  background-color: var(--main-color);
}
.page-template-espace-locataire .espace-faq h2 {
  color: var(--secondary-color);
}
.page-template-espace-locataire .espace-faq .accordions .accordion-item h3 {
  color: var(--secondary-color);
  font-size: 22px;
  font-weight: 400;
  border-top: 1px solid var(--secondary-color);
  margin-top: 35px;
  padding-top: 35px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .page-template-espace-locataire .espace-faq .accordions .accordion-item h3 {
    font-size: 26px;
    margin-top: 40px;
    padding-top: 40px;
  }
}
.page-template-espace-locataire .espace-faq .accordions .accordion-item h3.collapsed:after {
  transform: rotate(0deg);
}
.page-template-espace-locataire .espace-faq .accordions .accordion-item h3:after {
  min-width: 30px;
  width: 30px;
  height: 14.5px;
  transform: rotate(180deg);
  transition: transform 0.2s linear;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='18' fill='none'%3E%3Cpath stroke='%231B5A74' stroke-width='2' d='m1 1.25 14.5 14.5L30 1.25'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-espace-locataire .espace-faq .accordions .accordion-item h3 .arrow * {
  fill: var(--secondary-color);
}
.page-template-espace-locataire .espace-faq .accordions .accordion-item:nth-child(1) h3 {
  margin-top: 0;
  border-top: 0 none;
  padding-top: 0;
}
.page-template-espace-locataire .espace-faq .accordions .accordion-item .collapse-content {
  padding: 20px 15px 0 0;
}
@media screen and (min-width: 768px) {
  .page-template-espace-locataire .espace-faq .accordions .accordion-item .collapse-content {
    padding: 30px 10% 0 0;
  }
}
.page-template-espace-locataire .espace-faq .accordions .accordion-item .collapse-content * {
  color: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .page-template-espace-locataire .espace-faq .accordions .accordion-item .collapse-content p {
    font-size: 16px;
  }
}
.page-template-espace-locataire .espace-files {
  background-color: var(--main-color);
  color: var(--secondary-color);
}
.page-template-espace-locataire .espace-files h2 {
  color: var(--secondary-color);
}
.page-template-espace-locataire .espace-files * {
  color: var(--secondary-color);
  text-align: center;
}
.page-template-espace-locataire .espace-files .files-list {
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-espace-locataire .espace-files .files-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    row-gap: 60px;
  }
}
.page-template-espace-locataire .espace-files .files-list .file-item {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .page-template-espace-locataire .espace-files .files-list .file-item {
    margin-bottom: 0;
  }
  .page-template-espace-locataire .espace-files .files-list .file-item.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .page-template-espace-locataire .espace-files .files-list .file-item.offset-lg-1 {
    margin-left: 8.333333%;
  }
  .page-template-espace-locataire .espace-files .files-list .file-item.offset-lg-2 {
    margin-left: 16.666667%;
  }
  .page-template-espace-locataire .espace-files .files-list .file-item.offset-lg-3 {
    margin-left: 25%;
  }
  .page-template-espace-locataire .espace-files .files-list .file-item.offset-lg-4 {
    margin-left: 33.333333%;
  }
  .page-template-espace-locataire .espace-files .files-list .file-item.offset-lg-5 {
    margin-left: 41.666667%;
  }
}
.page-template-espace-locataire .espace-files .files-list .file-item h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--secondary-color);
}
.page-template-espace-locataire .espace-files .files-list .file-item img {
  width: 60px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-template-espace-locataire .espace-files .files-list .file-item .btn {
    margin-top: 20px;
  }
}
.page-template-espace-locataire .espace-contact {
  background-color: var(--secondary-color);
  text-align: center;
  padding-bottom: 30px;
}
.page-template-espace-locataire .espace-contact p {
  color: var(--quarternary-color);
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .page-template-espace-locataire .espace-contact p {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.page-template-espace-locataire .espace-contact a {
  color: var(--quarternary-color);
}
.page-template-espace-locataire .espace-contact h3,
.page-template-espace-locataire .espace-contact h4 {
  color: var(--main-color);
}
.page-template-espace-locataire .espace-contact h3 {
  font-size: 22px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-template-espace-locataire .espace-contact h3 {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
.page-template-espace-locataire .espace-contact h4 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-template-espace-locataire .espace-contact h4 {
    font-weight: 300;
    font-size: 28px;
  }
}
.page-template-espace-locataire .espace-contact hr {
  border-color: var(--main-color);
  margin: 40px 0 40px;
}
@media screen and (min-width: 768px) {
  .page-template-espace-locataire .espace-contact hr {
    margin: 20px 0 60px;
  }
}
.page-template-espace-locataire .espace-contact .btn {
  color: var(--main-color);
  border-color: var(--main-color);
  padding: 30px;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-template-espace-locataire .espace-contact .btn {
    font-size: 28px;
  }
}
.page-template-espace-locataire .espace-contact .btn:hover {
  color: var(--secondary-color);
  background-color: var(--quarternary-color);
  border-color: var(--quarternary-color);
}
.page-template-espace-locataire .espace-contact .contact-note {
  font-size: 12px;
  margin-top: 80px;
  font-weight: 200;
  font-style: italic;
  color: var(--quarternary-color);
}
@media screen and (min-width: 768px) {
  .page-template-espace-locataire .espace-contact .contact-note {
    margin-top: 125px;
  }
}

/*# sourceMappingURL=espace-locataire.css.map */
