@charset "UTF-8";
/* 
Theme Name: Corfias
Text Domain: corfias
Author: Martin
*/
/******************************************/
/***********      FONTS        ***********/
/******************************************/
/******************************************/
/***********      COLORS       ***********/
/******************************************/
/******************************************/
/***********      GLOBALES      ***********/
/******************************************/
html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
html body {
  font-family: "Parkinsans";
  font-size: 22px;
  line-height: 135%;
  color: #5960A8;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  html body {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  html body {
    font-size: 17px;
  }
}
html body .main_content {
  width: 100%;
  overflow: hidden;
  margin-top: 180px;
}
@media screen and (max-width: 1200px) {
  html body .main_content {
    margin-top: 160px;
  }
}
@media screen and (max-width: 992px) {
  html body .main_content {
    margin-top: 160px;
  }
}
@media screen and (max-width: 576px) {
  html body .main_content {
    margin-top: 40px;
  }
}
html body .main_content .margin_cent {
  margin-top: -100px;
  padding-top: 100px;
}
html body .main_content .h2 h1,
html body .main_content .h2 h2,
html body .main_content .h2 h3,
html body .main_content .h2 p {
  font-family: "Parkinsans";
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 0px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  html body .main_content .h2 h1,
  html body .main_content .h2 h2,
  html body .main_content .h2 h3,
  html body .main_content .h2 p {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  html body .main_content .h2 h1,
  html body .main_content .h2 h2,
  html body .main_content .h2 h3,
  html body .main_content .h2 p {
    font-size: 34px;
  }
}
html body .main_content .contenu ul {
  padding: 0px;
  margin: 40px 0px 50px 0px;
}
html body .main_content .contenu ul li {
  position: relative;
  list-style: none;
  line-height: 135%;
  margin-bottom: 3px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  html body .main_content .contenu ul li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  html body .main_content .contenu ul li {
    padding-left: 18px;
  }
}
html body .main_content .contenu ul li strong {
  font-weight: normal;
  font-family: "madera-bold";
}
html body .main_content .contenu ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
html body .main_content .bouton {
  display: table;
  text-align: center;
  text-decoration: none;
  font-family: "Parkinsans";
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 30px 10px 30px;
  border-radius: 22px;
  margin-top: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  html body .main_content .bouton {
    font-size: 20px;
    line-height: 20px;
  }
}
html body .main_content .bouton.vert {
  color: #ffffff;
  border: 2px solid #D3DA3D;
  background-color: #D3DA3D;
  transition: all 0.3s ease;
}
html body .main_content .bouton.vert:hover {
  background-color: #ffffff;
  color: #D3DA3D;
  transition: all 0.3s ease;
}
html body .main_content .bouton.rouge {
  color: #ffffff;
  border: 2px solid #F2935C;
  background-color: #F2935C;
  transition: all 0.3s ease;
}
html body .main_content .bouton.bouton.orange:hover {
  background-color: #F2935C;
  color: #F2935C;
  transition: all 0.3s ease;
}
html body .main_content .display_mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  html body .main_content .display_mobile {
    display: inline-block;
  }
}
html body .main_content .hide_mobile {
  display: inline-block;
}
@media screen and (max-width: 576px) {
  html body .main_content .hide_mobile {
    display: none;
  }
}

/******************************************/
/***********      HEADER      ***********/
/******************************************/
header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 180px;
  background-color: #FAF0C9;
  padding: 0px 0px 0px 0px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1400px) {
  header {
    padding: 22px 0px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 992px) {
  header {
    padding: 15px 0px 5px 0px;
  }
}
@media screen and (max-width: 576px) {
  header {
    background-color: white;
    height: 130px;
  }
}
header .menu_desktop {
  display: block;
  transition: all 0.2s ease;
}
@media screen and (max-width: 992px) {
  header .menu_desktop {
    display: none;
  }
}
header .menu_desktop .container .logo {
  position: relative;
  display: inline-block;
  height: 85px;
  transition: all 0.2s ease;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  header .menu_desktop .container .logo {
    height: 80px;
  }
}
@media screen and (max-width: 1200px) {
  header .menu_desktop .container .logo {
    height: 80px;
  }
}
header .menu_desktop .container .main_menu {
  list-style: none;
  float: right;
  top: 50px;
  margin: 0px;
  padding: 0px;
  position: relative;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1400px) {
  header .menu_desktop .container .main_menu {
    top: 35px;
  }
}
@media screen and (max-width: 1200px) {
  header .menu_desktop .container .main_menu {
    top: 35px;
  }
}
header .menu_desktop .container .main_menu > li {
  display: inline-block;
  padding: 0px;
  margin: 0px 20px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  header .menu_desktop .container .main_menu > li {
    margin: 0px 15px;
  }
}
@media screen and (max-width: 1200px) {
  header .menu_desktop .container .main_menu > li {
    margin: 0px 10px;
  }
}
header .menu_desktop .container .main_menu > li > a {
  display: block;
  text-decoration: none;
  font-family: "Parkinsans";
  font-weight: 400;
  font-size: 20px;
  color: #5960A8;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1400px) {
  header .menu_desktop .container .main_menu > li > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  header .menu_desktop .container .main_menu > li > a {
    font-size: 16px;
  }
}
header .menu_desktop .container .main_menu > li:hover > a {
  color: #F2935C;
  transition: all 0.3s ease;
}
header .menu_desktop .container .main_menu > li:last-child {
  position: relative;
  margin-right: 0px;
  top: 15px;
}
@media screen and (max-width: 1400px) {
  header .menu_desktop .container .main_menu > li:last-child {
    top: 13px;
  }
}
@media screen and (max-width: 1200px) {
  header .menu_desktop .container .main_menu > li:last-child {
    top: 15px;
  }
}
header .menu_desktop .container .main_menu > li:last-child a {
  display: table;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 30px 10px 30px;
  border-radius: 20px;
  color: white;
  border: 2px solid #F2935C;
  background-color: #F2935C;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1400px) {
  header .menu_desktop .container .main_menu > li:last-child a {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 1200px) {
  header .menu_desktop .container .main_menu > li:last-child a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 20px;
  }
}
header .menu_desktop .container .main_menu > li:last-child a:hover {
  background-color: #ffffff;
  color: #F2935C;
  transition: all 0.3s ease;
}
header .menu_mobile {
  display: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 992px) {
  header .menu_mobile {
    display: block;
  }
}
header .menu_mobile .container {
  position: relative;
}
@media screen and (max-width: 576px) {
  header .menu_mobile .container {
    padding: 0px 20px;
  }
}
header .menu_mobile .container .logo_mobile {
  width: 200px;
  display: block;
  margin: 20px auto 0px auto;
  transition: all 0.2s ease;
}
header .menu_mobile .menu {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 900;
  left: -100%;
  top: 0;
  background-color: #ffffff;
  opacity: 0;
}
header .menu_mobile .menu .contenu_menu {
  text-align: left;
  margin-top: 180px;
}
header .menu_mobile .menu .contenu_menu .main_menu {
  list-style: none;
  padding-left: 60px;
  margin-top: 40px;
}
header .menu_mobile .menu .contenu_menu .main_menu > li {
  margin-bottom: 40px;
}
header .menu_mobile .menu .contenu_menu .main_menu > li > a {
  text-decoration: none;
  font-family: "Parkinsans";
  font-size: 32px;
  color: #5960A8;
  transition: all 0.3s ease;
}
header .menu_mobile .menu .contenu_menu .main_menu > li:nth-child(3) {
  display: none;
}
header .menu_mobile .menu .contenu_menu .main_menu > li:last-child a {
  display: table;
  font-size: 32px;
  line-height: 32px;
  padding: 10px 30px;
  color: #ffffff;
  border: 2px solid #F2935C;
  border-radius: 26px;
  background-color: #F2935C;
  transition: all 0.3s ease;
}
header .menu_mobile .menu .contenu_menu .main_menu > li:last-child a:hover {
  background-color: #ffffff;
  color: #F2935C;
  transition: all 0.3s ease;
}
header .menu_mobile .visible {
  opacity: 1;
  left: 0;
  transition: all 0.2s ease;
}
header .menu_mobile #menuToggle {
  position: absolute;
  right: 0px;
  top: 16px;
  z-index: 1000;
  transition: all 0.2s ease;
}
@media screen and (max-width: 576px) {
  header .menu_mobile #menuToggle {
    right: 20px;
  }
}
header .menu_mobile #menuToggle input {
  color: #5960A8;
  display: flex;
  width: 30px;
  height: 21px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
header .menu_mobile #menuToggle span {
  display: flex;
  width: 30px;
  height: 3px;
  margin-bottom: 6px;
  position: relative;
  background: #5960A8;
  border-radius: 5px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
header .menu_mobile #menuToggle span {
  transform-origin: 0% 100%;
}
header .menu_mobile #menuToggle span:last-child {
  transform-origin: 0% 0%;
  margin-bottom: 0px;
}
header .menu_mobile #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-9px, -8px);
  background: #5960A8;
}
header .menu_mobile #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header .menu_mobile #menuToggle input:checked ~ span:nth-last-child(1) {
  transform: rotate(-45deg) translate(-1px, 0px);
}

.navshrink header {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  height: 150px;
}
.navshrink header .menu_desktop .logo {
  height: 70px;
}
@media screen and (max-width: 1400px) {
  .navshrink header .menu_desktop .logo {
    height: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .navshrink header .menu_desktop .logo {
    height: 110px;
  }
}
.navshrink header .menu_desktop .main_menu {
  top: 35px;
}
@media screen and (max-width: 1200px) {
  .navshrink header .menu_desktop .main_menu {
    top: 2px;
  }
}

/******************************************/
/***********      HOME      ***********/
/******************************************/
.home header {
  opacity: 0;
}
.home .hero {
  opacity: 0;
  position: relative;
  width: 100%;
}
.home .hero .fond {
  height: 720px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .home .hero .fond {
    height: 680px;
  }
}
@media screen and (max-width: 767px) {
  .home .hero .fond {
    height: 450px;
  }
}
@media screen and (max-width: 576px) {
  .home .hero .fond {
    height: 400px;
  }
}
.home .hero .desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .home .hero .desktop {
    display: none;
  }
}
.home .hero .mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .hero .mobile {
    display: block;
  }
}
.home .margin_contact {
  margin-top: -1000px;
  padding-top: 1000px;
}
@media screen and (max-width: 992px) {
  .home .margin_contact {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.home .contact {
  opacity: 0;
  position: absolute;
  background-color: #5960A8;
  right: 5%;
  top: 50%;
  border-radius: 50px;
  transform: translateY(-50%);
  width: 550px;
  /*height: 530px;*/
  padding: 30px 10px;
  z-index: 50;
}
@media screen and (max-width: 1200px) {
  .home .contact {
    width: 490px;
  }
}
@media screen and (max-width: 992px) {
  .home .contact {
    background-color: #5960A8;
    position: relative;
    width: 100%;
    right: 0px;
    height: auto;
    padding: 30px 20px;
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .home .contact {
    border-radius: 0px;
  }
}
.home .contact .titre {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 576px) {
  .home .contact .titre {
    margin-top: 0px;
  }
}
.home .contact .titre h3 {
  font-family: "Parkinsans";
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: white;
  margin: 20px;
}
@media screen and (max-width: 1200px) {
  .home .contact .titre h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .home .contact .titre h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 576px) {
  .home .contact .titre h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 15px 0px;
  }
  .home .contact .titre h3 br {
    display: none;
  }
}
.home .contact .titre h3 strong {
  font-weight: 700;
}
.home .contact .titre h2 {
  font-family: "Parkinsans";
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  margin: 20px;
}
.home .contact .titre h2 strong {
  font-weight: 700;
  font-size: 55px;
  line-height: 60px;
}
@media screen and (max-width: 576px) {
  .home .contact .titre h2 strong {
    font-size: 32px;
    line-height: 40px;
  }
}
.home .contact .titre h2 em {
  font-style: normal;
  font-size: 35px;
}
@media screen and (max-width: 576px) {
  .home .contact .titre h2 em {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .home .contact .titre h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 576px) {
  .home .contact .titre h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 15px 0px;
  }
}
.home .contact .titre h2::after {
  width: 70%;
  height: 4px;
  background-color: white;
  margin: 15px auto 10px auto;
  display: block;
  position: relative;
  content: " ";
}
.home .contact .formulaire {
  padding: 0px;
  text-align: center;
  color: white;
  /* On masque les champs à ne pas rendre visibles */
}
.home .contact .formulaire #row_nom, .home .contact .formulaire #row_telephone, .home .contact .formulaire .check_relative {
  display: none;
}
.home .contact .formulaire #firstbutton, .home .contact .formulaire #secondbutton {
  display: none;
}
.home .contact .formulaire #firstbutton {
  display: inline-block;
}
.home .contact .formulaire .show {
  display: inline-block !important;
  opacity: 1 !important;
}
.home .contact .formulaire .hide {
  display: none !important;
  opacity: 0 !important;
}
.home .contact .formulaire .wpcf7-not-valid-tip {
  padding: 5px 0px;
  color: #ffffff;
  text-align: center;
}
.home .contact .formulaire p {
  font-family: "Parkinsans";
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.home .contact .formulaire input[type=text],
.home .contact .formulaire input[type=email],
.home .contact .formulaire input[type=tel] {
  text-align: left;
  width: 80%;
  font-family: "Parkinsans";
  border: 1px solid #5960A8;
  border-radius: 25px;
  color: #5960A8;
  padding: 10px 25px 15px 25px;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
  .home .contact .formulaire input[type=text],
  .home .contact .formulaire input[type=email],
  .home .contact .formulaire input[type=tel] {
    padding: 5px 20px 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .home .contact .formulaire input[type=text],
  .home .contact .formulaire input[type=email],
  .home .contact .formulaire input[type=tel] {
    font-size: 20px;
    line-height: 20px;
  }
}
.home .contact .formulaire input[type=text]::-moz-placeholder, .home .contact .formulaire input[type=email]::-moz-placeholder, .home .contact .formulaire input[type=tel]::-moz-placeholder {
  font-family: "Parkinsans";
  color: #5960A8;
  font-size: 24px;
  line-height: 25px;
  font-style: normal;
}
.home .contact .formulaire input[type=text]::placeholder,
.home .contact .formulaire input[type=email]::placeholder,
.home .contact .formulaire input[type=tel]::placeholder {
  font-family: "Parkinsans";
  color: #5960A8;
  font-size: 24px;
  line-height: 25px;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .home .contact .formulaire input[type=text]::-moz-placeholder, .home .contact .formulaire input[type=email]::-moz-placeholder, .home .contact .formulaire input[type=tel]::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
  }
  .home .contact .formulaire input[type=text]::placeholder,
  .home .contact .formulaire input[type=email]::placeholder,
  .home .contact .formulaire input[type=tel]::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
.home .contact .formulaire input:focus {
  border: 1px solid #FAF0C9 !important;
  outline: 0;
  box-shadow: none;
}
.home .contact .formulaire .check_relative {
  position: relative;
  margin: 0px 0px 20px 1px;
}
.home .contact .formulaire .check_relative .check_pers {
  position: absolute;
  width: 18px;
  height: 18px;
  background-size: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 1px solid #FAF0C9;
  left: 0;
  top: 5px;
  color: #FAF0C9;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .home .contact .formulaire .check_relative .check_pers {
    bottom: inherit;
    top: 0;
  }
}
.home .contact .formulaire .check_relative .check_pers:hover {
  cursor: pointer;
}
.home .contact .formulaire .check_relative .checked {
  background-image: url(../../src/img/checked.svg);
}
.home .contact .formulaire .check_relative p {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 0;
}
.home .contact .formulaire .check_relative .wpcf7-list-item {
  margin-left: 0px;
}
.home .contact .formulaire .check_relative .wpcf7-list-item label {
  margin: 0px;
}
.home .contact .formulaire .check_relative .wpcf7-list-item input {
  display: none;
}
.home .contact .formulaire .check_relative .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  z-index: 10;
  font-family: "Parkinsans";
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}
.home .contact .formulaire .submit_container {
  text-align: center;
}
.home .contact .formulaire .submit_container p {
  margin-bottom: 0px;
  text-align: center;
}
.home .contact .formulaire .submit_container .wpcf7-submit {
  display: none;
  text-align: center;
  text-decoration: none;
  font-family: "Parkinsans";
  font-size: 24px;
  line-height: 24px;
  padding: 10px 30px;
  margin-top: 10px;
  color: #ffffff;
  border: 2px solid #F2935C;
  border-radius: 22px;
  background-color: #F2935C;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .home .contact .formulaire .submit_container .wpcf7-submit {
    font-size: 20px;
    line-height: 20px;
  }
}
.home .contact .formulaire .submit_container .wpcf7-submit:hover {
  background-color: #ffffff;
  color: #F2935C;
  transition: all 0.3s ease;
}
.home .contact .formulaire .submit_container .wpcf7-spinner {
  display: none;
}
.home .residence {
  z-index: 60;
  position: relative;
  padding: 60px 0px;
}
@media screen and (max-width: 992px) {
  .home .residence {
    padding: 40px 18px;
  }
}
.home .residence .h2 {
  margin: 30px 0px;
}
@media screen and (max-width: 992px) {
  .home .residence .h2 {
    margin-top: 0px;
  }
}
.home .residence .h2 h1,
.home .residence .h2 h2,
.home .residence .h2 h3,
.home .residence .h2 p {
  color: #A5CBC5;
}
@media screen and (max-width: 1400px) {
  .home .residence .h2 h1 br,
  .home .residence .h2 h2 br,
  .home .residence .h2 h3 br,
  .home .residence .h2 p br {
    display: none;
  }
}
.home .residence .bouton {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .home .residence .bouton {
    margin-bottom: 40px;
  }
}
.home .residence .bouton.display_mobile {
  margin-left: auto;
  margin-right: auto;
}
.home .residence img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .home .residence img {
    padding-left: 0px;
  }
}
.home .residence .contenu {
  font-size: 34px;
  line-height: 38px;
  color: #5960A8;
}
@media screen and (max-width: 992px) {
  .home .residence .contenu {
    font-size: 28px;
  }
}
.home .residence .contenu strong {
  font-weight: 900;
  font-family: "Parkinsans";
}
.home .residence .contenu p {
  margin: 40px 0px;
}
@media screen and (max-width: 768px) {
  .home .residence .contenu p {
    margin: 20px 0px;
  }
  .home .residence .contenu p br {
    display: none;
  }
}
.home .appartements {
  /*margin-top: 40px;*/
}
.home .appartements .visite {
  background: linear-gradient(180deg, #5960A8, 65%, #ffffff 50%);
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .home .appartements .visite {
    padding-top: 60px;
  }
}
.home .appartements .visite .h2 {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .home .appartements .visite .h2 {
    margin-bottom: 40px;
    padding: 0px 18px;
  }
}
.home .appartements .visite .h2 h1,
.home .appartements .visite .h2 h2,
.home .appartements .visite .h2 h3,
.home .appartements .visite .h2 p {
  color: #D3DA3D;
}
@media screen and (max-width: 1400px) {
  .home .appartements .visite .h2 h1 br,
  .home .appartements .visite .h2 h2 br,
  .home .appartements .visite .h2 h3 br,
  .home .appartements .visite .h2 p br {
    display: none;
  }
}
.home .appartements .visite .video {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .home .appartements .visite .video {
    padding: 0px 18px;
  }
}
.home .appartements .visite .video a img {
  display: block;
  z-index: 10;
  width: 100%;
}
.home .appartements .visite .video a .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8rem;
  height: 8rem;
  margin-left: -4rem;
  margin-top: -4rem;
  background-image: url(../../src/img/play.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
  transform: scale(1);
  transition: all 0.2s ease;
}
@media screen and (max-width: 992px) {
  .home .appartements .visite .video a .play {
    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    margin-top: -3rem;
  }
}
.home .appartements .visite .video a:hover .play {
  transform: scale(1.2);
  transition: all 0.2s ease;
}
.home .appartements .infos {
  position: relative;
  padding-bottom: 60px;
}
.home .appartements .infos .inner {
  background-color: #FAF0C9;
  padding: 40px;
  border-radius: 50px;
}
@media screen and (max-width: 576px) {
  .home .appartements .infos .inner {
    border-radius: 0px;
  }
}
@media screen and (max-width: 992px) {
  .home .appartements .infos .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
  }
}
.home .appartements .infos .container img {
  width: 100%;
  height: auto;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .home .appartements .infos .container img {
    padding-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  .home .appartements .infos .container .ensemble {
    max-width: 696px;
    display: block;
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .home .appartements .infos .container .ensemble {
    max-width: 516px;
  }
}
@media screen and (max-width: 576px) {
  .home .appartements .infos .container .ensemble {
    max-width: 100%;
    width: 100%;
    padding: 0px 30px;
  }
}
.home .appartements .infos .container .ensemble .h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .home .appartements .infos .container .ensemble .h2 {
    margin: 30px 0px;
  }
}
.home .appartements .infos .container .ensemble .h2 h1,
.home .appartements .infos .container .ensemble .h2 h2,
.home .appartements .infos .container .ensemble .h2 h3,
.home .appartements .infos .container .ensemble .h2 p {
  color: #5960A8;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 576px) {
  .home .appartements .infos .container .ensemble .h2 h1,
  .home .appartements .infos .container .ensemble .h2 h2,
  .home .appartements .infos .container .ensemble .h2 h3,
  .home .appartements .infos .container .ensemble .h2 p {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .home .appartements .infos .container .ensemble .h2 h1 br,
  .home .appartements .infos .container .ensemble .h2 h2 br,
  .home .appartements .infos .container .ensemble .h2 h3 br,
  .home .appartements .infos .container .ensemble .h2 p br {
    display: none;
  }
}
.home .appartements .infos .container .ensemble .h2::after {
  content: " ";
  height: 5px;
  display: block;
  width: 90%;
  background-color: #5960A8;
  margin: 40px 0px;
}
@media screen and (max-width: 576px) {
  .home .appartements .infos .container .ensemble .h2::after {
    margin: 20px 0px;
    height: 3px;
  }
}
.home .appartements .infos .container .ensemble .contenu p {
  margin: 30px 0px;
}
.home .appartements .infos .container .ensemble .bouton {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .home .appartements .infos .container .ensemble .bouton {
    margin: 60px auto 40px auto;
  }
}
.home .appartements .infos:last-child {
  display: none;
}
.home .carbon {
  position: relative;
  display: block;
}
@media screen and (max-width: 992px) {
  .home .carbon {
    display: none;
  }
}
.home .carbon img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 20;
}
.home .carbon .ensemble_carbon .h2 {
  text-align: center;
  margin: 50px 0px 40px 0px;
}
.home .carbon .ensemble_carbon .h2 h1,
.home .carbon .ensemble_carbon .h2 h2,
.home .carbon .ensemble_carbon .h2 h3,
.home .carbon .ensemble_carbon .h2 p {
  color: #A5CBC5;
}
.home .carbon .ensemble_carbon .contenu {
  padding: 0px 15%;
}
.home .carbon .ensemble_carbon .bouton {
  margin: 30px auto 0px auto;
}
.home .propri {
  margin-top: 60px;
  background-color: #F2D95C;
}
@media screen and (max-width: 992px) {
  .home .propri {
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .home .propri .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
  }
}
.home .propri .container .fond {
  padding: 60px 80px;
}
@media screen and (max-width: 1200px) {
  .home .propri .container .fond {
    padding: 50px 70px;
  }
}
@media screen and (max-width: 992px) {
  .home .propri .container .fond {
    padding: 30px;
  }
}
.home .propri .container .fond .h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .home .propri .container .fond .h2 {
    margin-bottom: 40px;
  }
}
.home .propri .container .fond .h2 h1,
.home .propri .container .fond .h2 h2,
.home .propri .container .fond .h2 h3,
.home .propri .container .fond .h2 p {
  text-align: center;
  color: #5960A8;
}
@media screen and (max-width: 576px) {
  .home .propri .container .fond .h2 h1,
  .home .propri .container .fond .h2 h2,
  .home .propri .container .fond .h2 h3,
  .home .propri .container .fond .h2 p {
    text-align: left;
    font-size: 28px;
    line-height: 32px;
  }
}
.home .propri .container .fond .h2::after {
  content: " ";
  height: 5px;
  display: block;
  width: 50%;
  background-color: #5960A8;
  margin: 40px auto;
}
@media screen and (max-width: 576px) {
  .home .propri .container .fond .h2::after {
    margin: 20px auto;
  }
}
@media screen and (max-width: 992px) {
  .home .propri .container .fond .contenu {
    margin-top: 0px;
  }
}
.home .propri .container .fond .contenu p,
.home .propri .container .fond .contenu li {
  color: #5960A8;
  font-family: "Parkinsans";
  font-size: 26px;
  line-height: 144%;
}
@media screen and (max-width: 992px) {
  .home .propri .container .fond .contenu p,
  .home .propri .container .fond .contenu li {
    font-size: 14px;
  }
}
.home .propri .container .fond .contenu p {
  margin-bottom: 20px;
}
.home .propri .container .fond .contenu li::before {
  color: #ffffff;
}
.home .propri .container .fond .liste {
  margin-top: 50px;
}
.home .propri .container .fond .liste img {
  width: 90%;
  height: auto;
  margin: 0px auto 60px auto;
  padding: 0px 10px;
}
@media screen and (max-width: 992px) {
  .home .propri .container .fond .liste img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .home .propri .container .fond .liste img {
    width: 100%;
  }
}
.home .propri .container .fond .bouton {
  margin: 0px auto;
}
.home .clairsienne {
  position: relative;
  margin: 60px 0px;
}
@media screen and (max-width: 992px) {
  .home .clairsienne {
    margin: 40px 0px;
  }
}
.home .clairsienne .infos {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .home .clairsienne .infos {
    padding: 40px 0px;
  }
}
.home .clairsienne .infos .inner {
  background-color: #FAF0C9;
  padding: 40px;
  border-radius: 50px;
}
@media screen and (max-width: 992px) {
  .home .clairsienne .infos .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
  }
}
.home .clairsienne .infos .container img {
  width: 100%;
  height: auto;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .home .clairsienne .infos .container img {
    padding-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  .home .clairsienne .infos .container .ensemble {
    max-width: 696px;
    display: block;
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .home .clairsienne .infos .container .ensemble {
    max-width: 516px;
  }
}
@media screen and (max-width: 576px) {
  .home .clairsienne .infos .container .ensemble {
    max-width: 100%;
    width: 100%;
    padding: 0px 30px;
  }
}
.home .clairsienne .infos .container .ensemble .h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .home .clairsienne .infos .container .ensemble .h2 {
    margin: 30px 0px;
  }
}
.home .clairsienne .infos .container .ensemble .h2 h1,
.home .clairsienne .infos .container .ensemble .h2 h2,
.home .clairsienne .infos .container .ensemble .h2 h3,
.home .clairsienne .infos .container .ensemble .h2 p {
  color: #5960A8;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 1400px) {
  .home .clairsienne .infos .container .ensemble .h2 h1 br,
  .home .clairsienne .infos .container .ensemble .h2 h2 br,
  .home .clairsienne .infos .container .ensemble .h2 h3 br,
  .home .clairsienne .infos .container .ensemble .h2 p br {
    display: none;
  }
}
.home .clairsienne .infos .container .ensemble .h2::after {
  content: " ";
  height: 5px;
  display: block;
  width: 90%;
  background-color: #5960A8;
  margin: 40px 0px;
}
.home .clairsienne .infos .container .ensemble .contenu p {
  margin: 30px 0px;
}
.home .clairsienne .infos .container .ensemble .bouton {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .home .clairsienne .infos .container .ensemble .bouton {
    margin: 60px auto 0px auto;
  }
}

/******************************************/
/***********      CONFIRMATION      ***********/
/******************************************/
.page-template-confirmation header {
  display: none;
}
.page-template-confirmation .confirmation {
  text-align: center;
  margin-top: 100px;
}
.page-template-confirmation .confirmation img {
  width: 400px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .page-template-confirmation .confirmation img {
    margin-bottom: 40px;
  }
}
.page-template-confirmation .confirmation .h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .page-template-confirmation .confirmation .h2 {
    margin-bottom: 40px;
  }
}
.page-template-confirmation .confirmation .h2 h1,
.page-template-confirmation .confirmation .h2 h2,
.page-template-confirmation .confirmation .h2 h3,
.page-template-confirmation .confirmation .h2 p {
  color: #5960A8;
  font-size: 30px;
  line-height: 100%;
}
.page-template-confirmation .confirmation .bouton {
  margin: 0px auto 60px auto;
}
@media screen and (max-width: 992px) {
  .page-template-confirmation .confirmation .bouton {
    margin-bottom: 40px;
  }
}

/******************************************/
/***********      FOOTER      ***********/
/******************************************/
footer .fond {
  background-color: #FAF0C9;
  padding: 60px 0px 40px 0px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  footer .fond {
    padding: 40px 0px;
  }
}
footer .fond img {
  width: 370px;
}
@media screen and (max-width: 576px) {
  footer .fond img {
    width: 320px !important;
  }
}
footer .fond .mentions {
  margin: 40px 10px 0px 10px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #5960A8;
}
@media screen and (max-width: 576px) {
  footer .fond .mentions {
    font-size: 8px;
  }
}
footer .fond .credits {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  footer .fond .credits {
    margin-top: 40px;
  }
}
footer .fond .credits p,
footer .fond .credits a {
  font-family: "Parkinsans";
  font-size: 16px;
  line-height: 100%;
  color: #5960A8;
  margin-bottom: 0px;
}
@media screen and (max-width: 576px) {
  footer .fond .credits p,
  footer .fond .credits a {
    font-size: 10px;
  }
}
footer .fond .credits p br,
footer .fond .credits a br {
  display: none;
}
@media screen and (max-width: 576px) {
  footer .fond .credits p br,
  footer .fond .credits a br {
    display: block;
  }
}
footer .fond .credits p span,
footer .fond .credits a span {
  display: inline-block;
}
@media screen and (max-width: 576px) {
  footer .fond .credits p span,
  footer .fond .credits a span {
    display: none;
  }
}/*# sourceMappingURL=landing.css.map */