/*
Theme Name: WP Bootstrap Starter - Agence E+P
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Colors
# Typography
# Elements
# Forms
# Buttons
# Modal / Popin
# Menus Principal
# Bandeau
# BLOCKS
# Archives Actualités
# SINGLE Actu
# CPT Nos résidences
# Alignments
# Galleries
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
/* kumbh-sans-regular - latin */
@font-face {
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../happysenior/assets/fonts/kumbh-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-regular.svg#KumbhSans') format('svg'); /* Legacy iOS */
       font-display: swap;
}
/* kumbh-sans-300 - latin */
@font-face {
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../happysenior/assets/fonts/kumbh-sans-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-300.svg#KumbhSans') format('svg'); /* Legacy iOS */
       font-display: swap;
}
/* kumbh-sans-700 - latin */
@font-face {
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../happysenior/assets/fonts/kumbh-sans-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../happysenior/assets/fonts/kumbh-sans-v11-latin-700.svg#KumbhSans') format('svg'); /* Legacy iOS */
  font-display: swap;
}
.margin-bloc{
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 576px) {
  .margin-bloc{
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.wp-block-quote,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-table,
.wp-block-verse,
.wp-block-buttons,
.wp-block-columns,
.wp-block-embed
{
  max-width: 1620px ;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1620px) {
  .container,
  .wp-block-quote,
  .wp-block-preformatted,
  .wp-block-pullquote,
  .wp-block-table,
  .wp-block-verse,
  .wp-block-buttons,
  .wp-block-columns,
  .wp-block-embed
  {
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 996px) {
  .container,
  .wp-block-columns,
  .wp-block-quote,
  .wp-block-preformatted,
  .wp-block-pullquote,
  .wp-block-table,
  .wp-block-verse,
  .wp-block-buttons,
  .wp-block-columns,
  .wp-block-embed
  {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .container,
  .wp-block-columns,
  .wp-block-quote,
  .wp-block-preformatted,
  .wp-block-pullquote,
  .wp-block-table,
  .wp-block-verse,
  .wp-block-buttons,
  .wp-block-columns,
  .wp-block-embed
  {
    padding: 0 2rem;
  }
}

.wp-block-gallery img {
  vertical-align: middle;
  border-style: none;
  max-width: -webkit-fill-available;
  height: auto;
}

#breadcrumbs{
  font-size: 16px;
}
#breadcrumbs a{
  color:#3f2c4f;
}
img.scaled-image {
  border: none !important; 
  margin: 0 !important;
}
table, th, td {
  border: 1px solid;
  padding: 10px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.txt-orange{
  color: #ee7043;
}
.txt-purple{
  color: #3f2c4f;
}
.txt-white{
  color: white;
}
.txt-blue{
  color: #ebf6f7;
}
.bg-white{
  background-color: white;
}
.bg-orange{
  background-color: #ee7043;
}
.bg-purple{
  background-color: #3f2c4f;
}
.bg-blue{
  background-color: #ebf6f7;
}
.text-decoration-none {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4 {
  clear: both;
  font-weight: 700 !important;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1{
  font-size: 36px;
}
.h2-titre-bloc{
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
.h2-titre-xl {
  font-size: 72px;
  line-height: 1;
}
.h3-titre-xl {
  font-size: 24px;
}
p {
  font-size: 18px;
  font-weight: 400;
  color: #3f2c4f;
  margin-bottom: 1.5em;
}
ul li{
  font-size: 18px;
}

@media only screen and (max-width: 576px) {
  .h2-titre-bloc{
    font-size: 26px;
    line-height: 30px;
  }
  .h2-titre-xl {
    font-size: 36px;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.wpcf7 .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #67aaff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(103, 170, 255, .25);
}
.wpcf7 form .wpcf7-response-output {
  display: block;
  font-size: 16px;
  padding: 16px;
  margin: 0;
  border-radius: 6px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
  border-width: 1px;
}
.wpcf7 .form-container,
.form-contact,
.my_modal
{
  padding: 20px 40px;
}
@media only screen and (max-width: 500px) {
  .wpcf7 .form-container, .form-contact, .my_modal{
    padding: 20px 20px;
  }
}
.form-title{
  font-size: 36px;
  font-weight: bold;
}
.form-group {
  margin-bottom: 10px;
}
.wpcf7 .form-control{
  margin-top: 5px;
}
.wpcf7 .wpcf7-form p{
  margin-bottom: 0;
}
.wpcf7 label{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  width: 100%;
}

input[name=telephone] {
  max-width: 220px;
}
/* checkbox text */
.wpcf7 .text-checkbox {
  font-size: 13px;
  color: white;
  position: relative;
  top: -20px;
  left: 2rem;
  max-width: 90%;
}
.wpcf7 .text-checkbox a{
  color: white;
  text-decoration: underline;
}
.wpcf7-list-item {
  margin: 0;
}
input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 10px;
}

input[type=submit]{
  margin: 0;
}

/* Formulaire validée */
.wpcf7 form.sent .wpcf7-response-output {
  position: relative;
  bottom: 0;
  margin: 5px 5px 10px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  border: 3px solid #2cf54e;
  border-radius: 5px;
  color: #3f2c4f;
  background-color: white;
}

/* Formulaire invalide */
.wpcf7-not-valid-tip {
  color: #dc3332;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  background: #fde9e3;
  padding: 0.15rem 0.5rem;
  margin-top: 8px;
  border-radius: 5px;
  text-transform: none;
}

.wpcf7 form .wpcf7-response-output {
  position: relative;
  bottom: 0;
  margin: 5px -2em 10px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  color: red;
  border: 3px solid red;
  border-color: red;
  background-color: white;
}


/* Formulaire de contact */
.form-contact{
  width: 450px;
  height: fit-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5rem;
}
@media only screen and (max-width: 1800px) {
  .form-contact{
    right: 2rem;
  }
}
@media only screen and (max-width: 1500px) {
  .form-contact{
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .form-contact{
    width: 100%;
  }
}
.form-contact .wpcf7{
  margin-top: 0;
}
.bandeau-page .form-contact{
  bottom: 0;
}

/* Fomrulaire de contact Résidence */
.bandeau-residence .form-contact{
  top: 50%;
  transform: translatey(-50%);
}
.bandeau-residence .form-contact .hide-select-residence{
  display: none;;
}
/* Formulaire de brochure */
.form-brochure{
  max-width: 450px;
}
@media only screen and (max-width: 500px) {
  .form-brochure{
    max-width: 100%;
  }
}







/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn{
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 700;
  border-radius: 40px;
  padding: 12px 45px;
  margin: 1rem 0;
  text-transform: uppercase;
  width: fit-content;
  transition: all linear .3s;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
input[type=submit] {
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 576px) {
  .btn{
    font-size: 14px;
    padding: 10px 30px;
  }
}
.btn:hover{
  box-shadow: 0px 1px 16px rgba(94,69,60,0.45);
}
.btn-border-white{
  border: 1px solid white;
  background-color: transparent;
}
.btn-border-purple{
  border: 1px solid #3f2c4f;
  background-color: transparent;
  color: #3f2c4f;
}
.btn-bg-purple{
  color: white;
  background-color: #3f2c4f;
  border-color: #3f2c4f;
}
.btn-bg-orange{
  color: white;
  background-color:#ee7043;
  border-color: #ee7043;
}
.btn-bg-white{
  background-color: white;
}
.btn-hover-bg-white-txt-purple:hover{
  color: #3f2c4f;
  background-color: white;
  border-color: white;
}
.btn-hover-bg-purple-txt-white:hover{
  color: white;
  background-color: #3f2c4f;
}
.btn-hover-bg-white-txt-orange:hover{
  color: #ee7043;
  background-color: white;
}
.btn-hover-bg-white-txt-purple:disabled {
  color: white !important;
}
.btn-bg-purple:focus {
  color: #fff;
  background-color: #3f2c4f;
  border-color: #3f2c4f;
  box-shadow: 0 0 0 0.2rem rgb(63, 44, 79 / 50%);
}
.btn-bg-orange:focus {
  color: #fff;
  background-color: #ee7043;
  border-color: #ee7043;
  box-shadow: 0 0 0 0.2rem rgb(238, 112, 67 / 50%);
}
.btn-hover-orange:hover{
  color: #ee7043;
  background-color: white;
  border-color: #ee7043;
}
.btn-purple:hover{
  color: #3f2c4f;
  background-color: white;
}
.btn-bg-orange:disabled {
  background-color: #ee7043 !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3f2c4f;
  border-color: #3f2c4f;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #3f2c4f;
  border-color: #3f2c4f;
}


.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.h-100 {
  height: 100% !important;
}
.text-center {
  text-align: center !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}


/*--------------------------------------------------------------
# Modal / Popin
--------------------------------------------------------------*/
.my_modal {
  display: none; 
  position: fixed; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
}
.my_modal .popin-appeler-link:hover{
  color: #ee7043;
}
.popin-form-contact{
  flex-direction: column;
  top: 5rem !important;
  right: 50% !important;
  transform: translateX(50%) !important;
}
#brochureModal {
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .popin-form-contact{
    top: 0 !important;
  }
}

.popin-telephone-residence{
  max-width: 406px;
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin: 15% auto;
  position: relative;
}
.popin-brochure-residence{
  position: relative;
}
body .modal-open {
  overflow: hidden;
}
body .menu-open {
  overflow: hidden;
}
.close {
  position: absolute;
  top: -4rem;
  right: -2rem;
  color: white;
  font-size: 60px;
  font-weight: bold;
  opacity: 1;
}
@media only screen and (max-width: 576px) {
  .close{
    top: -20px;
    right: 20px;
  }
}
.close:hover,
.close:focus {
  color: #ee7043;
  text-decoration: none;
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}





/*--------------------------------------------------------------
# BLOCKS
--------------------------------------------------------------*/

/* HP bloc culture du bien vivre */
.bloc-culture-du-bien-vivre .picto{
  width: 50px;
}


/* HP bloc RSH accueil */
.bloc-hp-rhs-accueil{
  position: relative;
  height: 615px;
}
.bloc-hp-rhs-accueil .bg-image{
  position: absolute;
  top: 0;
  left: 0;
  height: 615px;
  width: 100%;
  object-fit: cover;
}
.bloc-hp-rhs-accueil .square{
  width: 540px;
  padding: 65px;
}
.bloc-hp-rhs-accueil .bulle-white{
  position: absolute;
  bottom: 6rem;
  right: 4rem;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.bloc-hp-rhs-accueil .bulle-white .bulle-picto{
  width: 50px;
}
.bloc-hp-rhs-accueil .bulle-white .bulle-title, .bloc-hp-rhs-accueil .bulle-white .bulle-text{
  max-width: 300px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.bloc-hp-rhs-accueil .bulle-white .bulle-title{
  font-size: 24px;
}

@media only screen and (max-width: 992px) {
  .bloc-hp-rhs-accueil{
    margin-top: 18rem !important;
  }
  .bloc-hp-rhs-accueil .square{
    position: absolute;
    top: -15rem;
    left: 50%;
    transform: translateX(-50%);
    width: 86%;
  }
  .bloc-hp-rhs-accueil .square .text-bloc{
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .bloc-hp-rhs-accueil .bulle-white{
    bottom: 2rem;
    right: initial;
    left: 4rem;
  }
}

@media only screen and (max-width: 576px) {
  .bloc-hp-rhs-accueil{
    margin-top: 15rem !important;
    height: 435px;
  }
  .bloc-hp-rhs-accueil .bg-image{
    height: 435px;
  }
  .bloc-hp-rhs-accueil .square{
    top: -13rem;
    width: 95%;
    padding: 30px 20px;
  }
  .bloc-hp-rhs-accueil .square .text-bloc{
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .bloc-hp-rhs-accueil .bulle-white{
    width: 250px;
    height: 250px;
    right: 1rem;
    bottom: 1rem;
    left: initial;
  }
  .bloc-hp-rhs-accueil .bulle-white .bulle-title, .bloc-hp-rhs-accueil .bulle-white .bulle-text{
    max-width: 250px;
  }
  .bloc-hp-rhs-accueil .bulle-white .bulle-title{
    font-size: 18px;
  }
}



/* Bloc Decouvrez nos residences */
.bloc-decouvrez-nos-residences .photo{
  padding: 0 7rem 0 1rem;
}
.bloc-decouvrez-nos-residences .photo img{
  width: 100%;
  height: auto;
}
.bloc-decouvrez-nos-residences .contenu{
  max-width: 370px;
}
@media only screen and (max-width: 1390px) {
  .bloc-decouvrez-nos-residences .photo{
    max-width: 800px;
    padding: 0 7rem 0 0;
  }
}
@media only screen and (max-width: 1370px) {
  .bloc-decouvrez-nos-residences .d-flex{
    flex-direction: column-reverse;
  }
  .bloc-decouvrez-nos-residences .contenu{
    min-width: 70%;
    padding-bottom: 4rem;
  }
  .bloc-decouvrez-nos-residences .photo{
    padding: 0 4rem;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .bloc-decouvrez-nos-residences .contenu{
    min-width: 88%;
  }
  .bloc-decouvrez-nos-residences .photo{
    padding: 0 1rem;
    
  }
}



/* bloc slider résidences  */
.bloc-slider-residences .item-slider{
  position: relative;
  overflow: hidden;
}
.bloc-slider-residences .bg-image{
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.bloc-slider-residences .item-residence{
  overflow: hidden;
  position: relative;
}
.bloc-slider-residences .bulle{
  position: absolute;
  bottom: -10rem;
  left: -27rem;
  width: 56rem;
  height: 50rem;
  border-radius: 50%;
  background-color: #ebf6f7;
}
.bloc-slider-residences .bulle .text-in-bulle{
  position: relative;
  left: 30rem;
  top: 50%;
  transform: translateY(-50%);
  max-width: 24rem;
}
.bloc-slider-residences .bulle .text-in-bulle .localisation{
  padding-bottom: 15px;
}
.bloc-slider-residences .bulle .text-in-bulle .title{
  font-size: 24px;
  font-weight: bold;
}
.bloc-slider-residences .bulle .text-in-bulle .city span{
  color: #ee7043;
  margin-right: 3px;
}
.bloc-slider-residences .bulle .text-in-bulle .city span img{
  width: 20px;
}
@media only screen and (max-width: 1780px) {
  .bloc-slider-residences{
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 1710px) {
  .bloc-slider-residences{
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 996px) {
  .bloc-slider-residences{
    padding: 0 3rem;
  }
  .bloc-slider-residences .bulle{
    position: relative;
    bottom: -10px;
    left: inherit;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
  }
  .bloc-slider-residences .item-residence{
    padding-bottom: 7rem;
  }
  .bloc-slider-residences .bulle .text-in-bulle{
    position: absolute;
    left: inherit;
    top: inherit;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    transform: none;
    width: 100%;
    max-width: 100%;
  }
  .bloc-slider-residences .bulle .text-in-bulle .localisation {
    padding-bottom: 0;
  }
  .bloc-slider-residences .bulle .text-in-bulle .btn {
    margin: 0;
  }
}
@media only screen and (max-width: 576px) {
  .bloc-slider-residences .bg-image {
    height: 300px;
  }
  .bloc-slider-residences .bulle .text-in-bulle .title{
    font-size: 18px;
  }
  .bloc-slider-residences .bulle .text-in-bulle .city span img {
    width: 13px;
  }
  .bloc-slider-residences .bulle .text-in-bulle{
    align-items: end;
  }
}



/* Bloc titre contenu */
.bloc-titre-contenu{
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1400px) {
  .bloc-titre-contenu .container-xs{
    max-width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 996px) {
  .bloc-titre-contenu{
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 996px) {
  .bloc-titre-contenu .h2-titre-bloc{
    margin-bottom: 0;
  }
}





/* bloc photo carrée 4 paragraphes */
.bloc-photo-carree-4-paragraphes .bg-image{
  width: 50%;
  height: 760px;
  overflow: hidden;
}
.bloc-photo-carree-4-paragraphes .bg-image > img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
.bloc-photo-carree-4-paragraphes .image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloc-photo-carree-4-paragraphes .container-text{
  width: 50%;
  padding-left: 3rem;
}

.bloc-photo-carree-4-paragraphes .position-titre{
  padding: 60px 45px;
}
.bloc-photo-carree-4-paragraphes .titre-top{
  top: 0;
}
.bloc-photo-carree-4-paragraphes .titre-bottom{
  bottom: 0;
}
.bloc-photo-carree-4-paragraphes .text-bloc ul{
  padding-left: 21px;
}
.bloc-photo-carree-4-paragraphes .text-bloc li{
  font-size: 18px;
  list-style-type: none;
  position: relative;
  padding-bottom: 10px;
}
.bloc-photo-carree-4-paragraphes .text-bloc li:before{
  content: '•';
  position: absolute;
  left: -20px;
  font-size: 24px;
  color:#3f2c4f;
}
.bloc-photo-carree-4-paragraphes .cta{
  width: 100%;
  padding: 30px;
}
@media only screen and (max-width: 1440px) {
  .bloc-photo-carree-4-paragraphes .bg-image, .bloc-photo-carree-4-paragraphes .container-text{
    width: 100%;
  }
  .bloc-photo-carree-4-paragraphes .bg-image{
    height: 575px;
  }
  .bloc-photo-carree-4-paragraphes .container-text{
    padding: 2rem 4rem 0 4rem;
  }
}
@media only screen and (max-width: 996px) {
  .bloc-photo-carree-4-paragraphes .bg-image, .bloc-photo-carree-4-paragraphes .container-text{
    width: 100%;
  }
  .bloc-photo-carree-4-paragraphes .container-text{
    padding: 2rem 2rem 0 2rem;
  }
  .bloc-photo-carree-4-paragraphes .bg-image{
    height: 595px;
  }
  .bloc-photo-carree-4-paragraphes .cta{
    width: fit-content;
    padding: 0;
  }
}
@media only screen and (max-width: 576px) {
  .bloc-photo-carree-4-paragraphes .bg-image {
    height: 290px;
  }
  .bloc-photo-carree-4-paragraphes .bg-image, .bloc-photo-carree-4-paragraphes .container-text{
    margin: 0;
  }
  .bloc-photo-carree-4-paragraphes .position-titre{
    padding: 30px 45px;
  }
  .bloc-photo-carree-4-paragraphes .container-text{
    padding: 2rem 1rem 0 2rem;
  }
  .bloc-photo-carree-4-paragraphes .container-text .item{
    padding-right: 1rem;
    padding-left: 0;
  }
  .bloc-photo-carree-4-paragraphes .container-text .item .h3-titre-xl{
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .bloc-photo-carree-4-paragraphes .text-bloc li{
    font-size: 14px;
  }
  .bloc-photo-carree-4-paragraphes .cta{
    width: 100%;
  }
}




/* bloc prenons contact */
.bloc-prenons-contact{
  overflow: hidden;
  height: 460px;
  padding: 0;
  position: relative;
  margin-top: 60px;
}
.bloc-prenons-contact .bulle{
  width: 825px;
  height: 825px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.bloc-prenons-contact .image{
  height: 460px;
  width: 100%;
  background: var(--desktop) no-repeat;
  background-position: center;
  background-size: cover;
}
.bloc-prenons-contact .image img{
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1700px) {
  .bloc-prenons-contact .image img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.bloc-prenons-contact .position-text{
  top: 50%;
  transform: translateY(-50%);
  max-width: 30rem;
}
.bloc-prenons-contact .btn{
  padding: 12px 22px;
}
.bloc-prenons-contact .bulle-left{
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  right: -3rem;
}
.bloc-prenons-contact .bulle-left .bulle{
  left: -20rem;
}
.bloc-prenons-contact .bulle-right{
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  left: -4rem;
}
.bloc-prenons-contact .container-img-left{
  position: absolute;
  right: 0;
  max-width: 73vw;
  height: 100%;
}
.bloc-prenons-contact .container-img-right{
  position: absolute;
  left: 0;
  max-width: 73vw;
  height: 100%;
}
.bloc-prenons-contact .bulle-right .position-text{
  text-align: end;
}
@media only screen and (max-width: 1440px) {
  .bloc-prenons-contact .container-img{
    max-width: 68vw;
  }
}
@media only screen and (max-width: 996px) {
  .bloc-prenons-contact .image{
    background: var(--tab) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .bloc-prenons-contact{
    height: 360px;
  }
  .bloc-prenons-contact .position-text{
    max-width: 25rem;
  }
  .bloc-prenons-contact .bulle-left .bulle {
    left: -29rem;
  }
}
@media only screen and (max-width: 936px) {
  .bloc-prenons-contact .bulle-left {
    right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .bloc-prenons-contact{
    height: 200px;
    margin-top: 40px;
  }
  .bloc-prenons-contact .container-img-left {
    max-width: 39vw;
  }
  .bloc-prenons-contact .position-text {
    max-width: 19rem;
  }
  .bloc-prenons-contact .h2-titre-xl{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bloc-prenons-contact .bulle-right .bulle{ 
    right: -31rem;
  }
  .bloc-prenons-contact .bulle-left .bulle {
    left: -31rem;
  }
}

/* bloc photo full width et bulle */
.bloc-photo-full-width-bulle.padding{
  padding: 4rem 6rem;
  overflow: hidden;
}
.bloc-photo-full-width-bulle .image {
  height: 100%;
  object-fit: cover;
}
.bloc-photo-full-width-bulle .bg-img{
  height: 460px;
  background: var(--desktop) no-repeat;
  background-position: center;
  background-size: cover;
}
.bloc-photo-full-width-bulle .bulle{
  width: 825px;
  height: 825px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.bloc-photo-full-width-bulle .bulle .position-text{
  top: 50%;
  transform: translateY(-50%);
  max-width: 30rem;
}
.bloc-photo-full-width-bulle .bulle .position-text .btn{
  position: relative;
  left: -8px;
  padding: 12px 20px;
}
.bloc-photo-full-width-bulle .h2-titre-xl{
  margin: 0;
}
/* position bulle left */
.bloc-photo-full-width-bulle .position-bulle-left{
  justify-content: flex-end;
}
.bloc-photo-full-width-bulle .position-bulle-left .bulle{
  left: -40rem;
}
.bloc-photo-full-width-bulle .position-bulle-left .position-text{
  left: 19rem;
}
/* position bulle right */
.bloc-photo-full-width-bulle .position-bulle-right{
  justify-content: flex-start;
}
.bloc-photo-full-width-bulle .position-bulle-right .bulle{
  right: -40rem;
}
.bloc-photo-full-width-bulle .position-bulle-right .position-text{
  left: 8rem;
}
@media only screen and (max-width: 1650px) {
  .bloc-photo-full-width-bulle .position-bulle-right .position-text {
    left: 7rem;
  }
}
@media only screen and (max-width: 1580px) {
  .bloc-photo-full-width-bulle .position-bulle-right .bulle {
    right: -38rem;
  }
}
@media only screen and (max-width: 1440px) {
  .bloc-photo-full-width-bulle .position-bulle-right .position-text {
    left: 6rem;
  }
  .bloc-photo-full-width-bulle.padding .position-bulle-right .bulle {
    right: -36rem;
  }
  .bloc-photo-full-width-bulle.padding .position-bulle-left .bulle {
    left: -37rem;
  }
  .bloc-photo-full-width-bulle.padding .position-bulle-left .position-text {
    left: 25rem;
  }
  .bloc-photo-full-width-bulle .position-bulle-left .position-text {
    left: 27rem;
  }
  .residences .bloc-photo-full-width-bulle .position-bulle-right .bulle {
    right: -35rem;
  }
  .residences .bloc-photo-full-width-bulle .position-bulle-left .bulle {
    left: -34rem;
  }
  .residences .bloc-photo-full-width-bulle .position-bulle-left .position-text {
    left: 20rem;
  }
}
@media only screen and (max-width: 1200px) {
  .bloc-photo-full-width-bulle.padding{
    padding: 0;
  }
  .bloc-photo-full-width-bulle.padding .position-bulle-right .bulle {
    right: -34rem;
  }
  .bloc-photo-full-width-bulle .position-bulle-right .bulle {
    right: -38rem;
  }
  .residences .bloc-photo-full-width-bulle .position-bulle-right .bulle {
    right: -31rem;
  }
}
@media only screen and (max-width: 992px) {
  .bloc-photo-full-width-bulle .bg-img{
    background: var(--tab) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .bloc-photo-full-width-bulle .bg-image-normal{
    height: 365px;
  }
  .bloc-photo-full-width-bulle .bg-image-large{
    height: 465px;
  }
  .bloc-photo-full-width-bulle .position-bulle-left .bulle {
    left: -37rem;
  }
  .bloc-photo-full-width-bulle .position-bulle-right .position-text {
    left: 5rem;
  }
  .bloc-photo-full-width-bulle.padding .position-bulle-right .position-text {
    left: 3rem;
}
  .residences .bloc-photo-full-width-bulle .h2-titre-xl.font-sm {
    font-size: 30px;
  }
  .residences .bloc-photo-full-width-bulle .position-bulle-right .bulle {
    right: -46rem;
  }
  .residences .bloc-photo-full-width-bulle .bulle .position-text {
    max-width: 12.5rem;
  }
  .residences .bloc-photo-full-width-bulle .position-bulle-left .bulle {
    left: -46rem;
  }
  .residences .bloc-photo-full-width-bulle .position-bulle-left .position-text {
    left: 36rem;
  }
}
@media only screen and (max-width: 768px) {
  .bloc-photo-full-width-bulle .bulle .position-text {
    max-width: 22rem;
  }
  .bloc-photo-full-width-bulle .h2-titre-xl{
    font-size: 60px;
    line-height: 1;
  }
  .bloc-photo-full-width-bulle .position-bulle-left .position-text {
    left: 31rem;
  }
  .bloc-photo-full-width-bulle .position-bulle-right .position-text {
    left: 4rem;
  }
  .bloc-photo-full-width-bulle.padding .position-bulle-right .bulle {
    right: -37rem;
  }
  .residences .bloc-photo-full-width-bulle .position-bulle-right .bulle {
    right: -44rem;
  }
}
@media only screen and (max-width: 680px) {
  .bloc-photo-full-width-bulle .h2-titre-xl{
    padding-bottom: 1rem;
  }
  .bloc-photo-full-width-bulle.padding .position-bulle-right .bulle {
    right: -35rem;
  }
  .residences .bloc-photo-full-width-bulle .position-bulle-left .bulle {
    left: -43rem;
  }
}
@media only screen and (max-width: 576px) {
  .bloc-photo-full-width-bulle .bg-image-normal{
    height: 200px;
  }
  .bloc-photo-full-width-bulle .bg-image-large{
    height: 325px;
  }
  .bloc-photo-full-width-bulle .h2-titre-xl{
    padding-bottom: 1rem;
    font-size: 34px;
  }
  .bloc-photo-full-width-bulle .position-bulle-left .bulle {
    left: -44rem;
  }
  .bloc-photo-full-width-bulle .position-bulle-left .position-text {
    left: 38rem;
  }
  .bloc-photo-full-width-bulle .position-bulle-right .bulle {
    right: -47rem;
  }
  .bloc-photo-full-width-bulle .position-bulle-right .position-text {
    left: 3rem;
  }
  .bloc-photo-full-width-bulle .bulle .position-text {
    max-width: 13rem;
  }
  .bloc-photo-full-width-bulle.padding .position-bulle-right .bulle {
    right: -46rem;
  }
  .bloc-photo-full-width-bulle.padding .position-bulle-left .bulle {
    left: -48rem;
  }
  .bloc-photo-full-width-bulle.padding .position-bulle-left .position-text {
    left: 36rem;
  }
  .residences .bloc-photo-full-width-bulle .position-bulle-right .bulle {
    right: -46rem;
  }
  .residences .bloc-photo-full-width-bulle .position-bulle-left .bulle {
    left: -45rem;
  }
  .residences .bloc-photo-full-width-bulle .position-bulle-left .position-text {
    left: 37rem;
  }
}
@media only screen and (max-width: 480px){
  .bloc-photo-full-width-bulle .position-bulle-right .position-text {
    left: 2rem;
  }
  .bloc-photo-full-width-bulle.padding .position-bulle-right .bulle {
    right: -43rem;
  }
  .residences .bloc-photo-full-width-bulle .position-bulle-right .bulle {
    right: -44rem;
  }
  .residences .bloc-photo-full-width-bulle .position-bulle-left .bulle {
    left: -43rem;
  }
}





/* HP bloc votre appartement */
.bloc-hp-votre-appartement{
  margin-top: 60px;
}
.bloc-hp-votre-appartement .content-bloc{
  padding-top: 7rem;
}
.bloc-hp-votre-appartement .text-bold p{
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.bloc-hp-votre-appartement .colonne-slider{
  padding-left: 4rem;
}
.bloc-hp-votre-appartement .bulle-on-slider{
  height: 210px;
  width: 210px;
  border-radius: 50%;
  top: -6rem;
  left: 0;
  text-align: center;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bloc-hp-votre-appartement .bulle-on-slider .text-bulle{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 5px;
}
.bloc-hp-votre-appartement .bulle-on-slider .picto-bulle {
  font-size: 26px;
  padding-top: 1.2rem;
}

@media only screen and (max-width: 1200px) {
  .bloc-hp-votre-appartement .bulle-on-slider {
    top: 2rem;
    left: inherit;
    right: -8rem;
  }
  .bloc-hp-votre-appartement .content-bloc{
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 996px) {
  .bloc-hp-votre-appartement .content-bloc{
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bloc-hp-votre-appartement .colonne-slider{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10rem;
  }
  .bloc-hp-votre-appartement .bulle-on-slider {
    top: inherit;
    left: 2rem;
    right: inherit;
    bottom: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .bloc-hp-votre-appartement{
    margin-top: 25px;
  }
  .bloc-hp-votre-appartement .text-bold p{
    font-size: 16px !important;
  }
  .bloc-hp-votre-appartement .bulle-on-slider{
    height: 180px;
    width: 180px;
  }
  .bloc-hp-votre-appartement .bulle-on-slider .text-bulle{
    font-size: 14px;
  }
}




/* bloc information personne */
.bloc-information-personne .bg-blue {
  max-width: 1350px;
  padding: 1rem 4rem 3rem;
  margin: 0 auto;
}
.bloc-information-personne .h2-titre-bloc{
  width: 280px;
}
.bloc-information-personne .grande-bulle{
  width: 430px;
}
.bloc-information-personne .text{
  max-width: 470px;
}
.bloc-information-personne .bulle-purple {
  border-radius: 50%;
  margin-top: 9rem;
  font-size: 24px;
  background-color: #3f2c4f;
  color: white;
  justify-content: center;
}
.bloc-information-personne .bulle-purple .infos{
  text-align: center;
}
/* Petite bulle */
.bloc-information-personne .petite-bulle .bulle-purple{
  width: 280px;
  height: 280px;
}
.bloc-information-personne .petite-bulle{
  width: 340px;
}
/* Grande bulle */
.bloc-information-personne .grande-bulle .bulle-purple{
  width: 385px;
  height: 385px;
  margin-right: 1rem;
}
.bloc-information-personne .bulle-purple .tel, .bloc-information-personne .bulle-purple .email {
  font-size: 18px;
  color: white;
  word-break: break-all;
}
.bloc-information-personne .portrait {
  position: absolute;
  width: 200px;
  height: 200px;
  min-width: 200px;
  border-radius: 50%;
  top: -8rem;
  background-size: cover;
  background-position: center;
}
/* photo left */
.bloc-information-personne .photo-left {
  justify-content: end;
}
.bloc-information-personne .photo-left.petite-bulle .portrait{
  left: -4rem;
}
.bloc-information-personne .photo-left.grande-bulle .portrait{
  left: 0;
}
/* photo right */
.bloc-information-personne .photo-right {
  justify-content: start;
}
.bloc-information-personne .photo-right.petite-bulle .portrait{
  right: -5rem;
}
.bloc-information-personne .photo-right.grande-bulle .portrait{
  right: -2rem;
}
.bloc-information-personne .guillemet-xl{
  font-size: 60px;
  font-weight: 700;
  position: relative;
  top: -40px;
  padding-right: 1rem;
}
@media only screen and (max-width: 1438px) {
  .bloc-information-personne .h2-titre-bloc, .bloc-information-personne .photo-name{
    width: 100%;
  }
  .bloc-information-personne .text{
    max-width: 100%;
  }
  .bloc-information-personne .photo-left {
    justify-content: start;
  }
  .bloc-information-personne .bulle-purple {
    width: fit-content !important;
    height: fit-content !important;
    border-radius: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 24px;
    background-color: transparent;
    color: #3f2c4f;
  }
  .bloc-information-personne .bulle-purple .infos{
    text-align: left;
  }
  .bloc-information-personne .bulle-purple .tel, .bloc-information-personne .bulle-purple .email {
    color:#3f2c4f;
  }
  .bloc-information-personne .portrait {
    position: relative;
    top: 0;
    left: inherit !important;
    right: inherit !important;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .bloc-information-personne .bg-blue {
    padding: 0rem 2rem 2rem;
  }
  .bloc-information-personne .portrait {
    width: 134px;
    height: 134px;
    min-width: 134px;
  }
  .bloc-information-personne .bulle-purple {
    font-size: 18px;
  }
  .bloc-information-personne .bulle-purple .tel, .bloc-information-personne .bulle-purple .email {
    font-size: 14px;
  }
  .bloc-information-personne .guillemet-xl{
    font-size: 40px;
    top: -40px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 460px) {
  .bloc-information-personne .bulle-purple {
    flex-wrap: wrap;
  }
}




/* bloc liste pictos avec titre  */
.bloc-liste-pictos-avec-titre .liste-titre{
  min-width: 210px;
}
.bloc-liste-pictos-avec-titre .item{
  min-width: 122px;
}
.bloc-liste-pictos-avec-titre .picto svg{
  font-size: 40px;
  padding-bottom: 10px;
}
.bloc-liste-pictos-avec-titre .picto .fas{
  font-size: 30px;
  padding-bottom: 10px;
}



/* bloc liste pictos  */
.bloc-liste-pictos .picto svg{
  font-size: 40px;
  padding-bottom: 10px;
}
.bloc-liste-pictos .picto .fas{
  font-size: 30px;
  padding-bottom: 10px;
}
.bloc-liste-pictos .item{
  min-width: 125px;
}
@media only screen and (max-width: 1090px){
  .bloc-liste-pictos{
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 576px){
  .bloc-liste-pictos {
    padding: 0 1rem;
  }
  .bloc-liste-pictos .item {
    min-width: 107px;
  }
  .bloc-liste-pictos .description{
    font-size: 14px;
  }
}



/* bloc liste pictos chiffres clés  */
.bloc-liste-pictos-chiffres-cles .content-list{
  justify-content: space-around;
}
.bloc-liste-pictos-chiffres-cles .item{
  margin: 3rem;
}
.bloc-liste-pictos-chiffres-cles .picto svg{
  width: auto;
  height: 40px;
  fill: #ee7043;
}
.bloc-liste-pictos-chiffres-cles .picto .fas{
  font-size: 40px;
  padding-bottom: 10px;
}
.bloc-liste-pictos-chiffres-cles .chiffre-cle{
  font-size: 60px;
}
@media only screen and (max-width: 996px){
  .bloc-liste-pictos-chiffres-cles .item{
    width: 11rem;
  }
}
@media only screen and (max-width: 870px){
  .bloc-liste-pictos-chiffres-cles .item{
    margin: 2rem;
  }
}
@media only screen and (max-width: 576px){
  .bloc-liste-pictos-chiffres-cles .item{
    margin: 20px 10px;
  }
  .bloc-liste-pictos-chiffres-cles .chiffre-cle{
    font-size: 50px;
  }
}




/* bloc slider actu */
.bloc-slider-actu .container{
  padding-right: 0 !important;
}
.bloc-slider-actu-img {
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
.bloc-slider-actu .bulle{
  position: absolute;
  left: -23rem;
  top: 50%;
  transform: translateY(-50%);
  width: 770px;
  height: 770px;
  border-radius: 50%;
  background-color: #3f2c4f;
  color: white;
}
.bloc-slider-actu .lign-actus{
  justify-content: flex-end;
}
.bloc-slider-actu .bulle .position-text{
  left: 22rem;
  top: 47%;
  transform: translateY(-50%);
  max-width: 22rem;
}
.bloc-slider-actu .splide-actu{
  padding: 0 3rem 0 5rem;
}
.bloc-slider-actu .splide-actu .img-actu{
  border: 3px solid white;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bloc-slider-actu .splide-actu .categorie{
  font-weight: bold;
  width: fit-content;
  border-radius: 15px;
  padding: 5px 15px;
  margin: 8px;
  position: absolute;
  right: 0;
}
.bloc-slider-actu .splide-actu .date{
  font-size: 14px;
  text-transform: uppercase;
}
.bloc-slider-actu .splide-actu .excerpt{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
}
.bloc-slider-actu .splide-actu .read{
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all linear .3s;
}
.bloc-slider-actu .splide-actu .read:hover{
  color: #3f2c4f;
}
@media only screen and (max-width: 1670px) {
  .bloc-slider-actu .bulle {
    left: -25rem;
  }
  .bloc-slider-actu .bulle .position-text {
    max-width: 18rem;
    left: 28rem;
  }
  .bloc-slider-actu .h2-titre-xl {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1310px) {
  .bloc-slider-actu .splide-actu{
    padding: 0 3rem 0 7rem;
  }
}
@media only screen and (max-width: 1200px) {
  .bloc-slider-actu .bulle .position-text {
    max-width: 12rem;
    left: 34rem;
  }
  .bloc-slider-actu .bulle {
    left: -35rem;
  }
  .bloc-slider-actu .h2-titre-xl {
    font-size: 30px;
    line-height: 30px;
  }
  .bloc-slider-actu .splide-actu {
    margin: 0 3rem 0 7rem;
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .bloc-slider-actu .splide-actu {
    margin: 0 3rem 0 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .bloc-slider-actu .container {
    padding-right: 2rem !important;
  }
  .bloc-slider-actu .splide-actu {
    margin: 0;
  }
  .bloc-slider-actu .bulle {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: fit-content;
    height: fit-content;
    border-radius: 0;
    background-color: transparent;
    color: #3f2c4f;
  }
  .bloc-slider-actu .bulle .position-text {
    max-width: 100%;
    left: inherit;
    top: 20px;
  }
  .bloc-slider-actu .h2-titre-xl {
    color: #3f2c4f;
  }
}
@media only screen and (max-width: 576px) {
  .bloc-slider-actu .bulle .position-text {
    height: 4rem;
    top: 40px;
  }
  .bloc-slider-actu .date{
    font-size: 11px;
  }
  .bloc-slider-actu .h3-titre-xl{
    font-size: 14px;
  }
  .bloc-slider-actu .excerpt{
    font-size: 12px;
  }
  .bloc-slider-actu .read{
    font-size: 14px;
  }
}




/*  Bloc image full screen et carré texte */
.bloc-img-full-carre-text{
  position: relative;
  height: 550px;
  background-size: cover;
  background-position: center;
}
.bloc-img-full-carre-text .container, .bloc-img-full-carre-text .container-xs{
  align-items: center;
}
.bloc-img-full-carre-text .square{
  width: 540px;
  padding: 50px;
}
.bloc-img-full-carre-text .bg-purple .text-bloc{
  color: white;
}
.bloc-img-full-carre-text .picto{
  width: 60px;
}
.bloc-img-full-carre-text .txt-lg{
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
}
@media only screen and (max-width: 576px) {
  .bloc-img-full-carre-text{
    min-height: 550px;
    height: 100%;
  }
  .bloc-img-full-carre-text .container, .bloc-img-full-carre-text .container-xs{
    align-items: baseline;
    padding: 3rem 2rem;
    margin: 0 1rem;
  }
  .bloc-img-full-carre-text .square{
    width: 80%;
    padding: 40px;
  }
  .bloc-img-full-carre-text .txt-lg{
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 400px) {
  .bloc-img-full-carre-text .container, .bloc-img-full-carre-text .container-xs{
    padding: 3rem 0;
  }
  .bloc-img-full-carre-text .square{
    width: 100%;
  }
}




/* Bloc 2 columns text */
.bloc-2columns-text .h2-titre-bloc{
  margin-top: 0;
}

.bloc-2columns-text ul{
  padding-left: 21px;
}
.bloc-2columns-text li{
  list-style-type: none;
  position: relative;
  padding-bottom: 10px;
}
.bloc-2columns-text li:before{
  content: '•';
  position: absolute;
  left: -20px;
  font-size: 24px;
  color:#3f2c4f;
}
@media only screen and (max-width: 996px) {
  .bloc-2columns-text .colonne-1{
    padding-right: 2rem;
  }
  .bloc-2columns-text .colonne-2{
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .bloc-2columns-text .colonne-1{
    padding-right: 15px;
  }
  .bloc-2columns-text .colonne-2{
    padding-left: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .bloc-2columns-text{
    margin: 0;
  }
}




/* Bloc CPT Résidence Decouvrez-votre-residence */
.bloc-decouvrez-votre-residence .h2-titre-bloc{
  padding-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .bloc-decouvrez-votre-residence .h2-titre-bloc{
    padding-bottom: 0;
  }
}




/* Bloc carousel fullscreen */
.bloc-carousel-fullscreen .splide-fullscreen .item{
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 996px){
  .bloc-carousel-fullscreen{
    padding-right: 0;
    padding-left: 0;
  }
  .bloc-carousel-fullscreen .splide-fullscreen .item{
    height: 320px;
  }
}
@media only screen and (max-width: 576px){
  .bloc-carousel-fullscreen .splide-fullscreen {
    border-top: 3px solid #ee7043;
  }
}





/* Bloc Résidence - Nos prestations */
.bloc-nos-prestations{
  padding-bottom: 3rem;
}
.bloc-nos-prestations .bg-orange{
  padding: 0 35px;
}
.bloc-nos-prestations .h2-titre-bloc{
  padding: 1.5rem 0;
}
.bloc-nos-prestations .bg-orange .h2-titre-bloc{
  font-size: 51px;
}
.bloc-nos-prestations ul{
  padding-left: 21px;
}
.bloc-nos-prestations li{
  font-size: 18px;
  list-style-type: none;
  position: relative;
  padding-bottom: 10px;
}
.bloc-nos-prestations li:before{
  content: '•';
  position: absolute;
  left: -20px;
  font-size: 24px;
  color:#3f2c4f;
}
@media only screen and (max-width: 996px){
  .bloc-nos-prestations{
    padding-bottom: 1rem;
  }
  .bloc-nos-prestations .bg-orange {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 576px){
  .bloc-nos-prestations{
    padding-bottom: 0;
  }
  .bloc-nos-prestations .h2-titre-bloc{
    padding: 0;
  }
  .bloc-nos-prestations .bg-orange .h2-titre-bloc{
    font-size: 24px;
  }
  .bloc-nos-prestations li{
    font-size: 14px;
  }
}




/* Bloc Résidence Vidéo */
.bloc-residence-video{
  height: 460px;
}
.bloc-residence-video .position-container-video{
  background-color: #ebf6f7;
  justify-content: flex-end;
}
.bloc-residence-video .bulle{
  position: absolute;
  left: -41rem;
  top: 50%;
  transform: translateY(-50%);
  width: 825px;
  height: 825px;
  border-radius: 50%;
}
.bloc-residence-video .bulle .position-text{
  max-width: 26rem;
  left: 18rem;
  top: 50%;
  transform: translateY(-50%);
}
.bloc-residence-video .h2-titre-xl{
  margin: 0;
}
.bloc-residence-video .embed-container{
  justify-content: center;
  padding-left: 5rem;
}
.bloc-residence-video iframe{
  width: 800px;
  max-height: 390px;
}
@media only screen and (max-width: 1600px){
  .bloc-residence-video .bulle .position-text {
    left: 23rem;
  }
  .bloc-residence-video .embed-container {
    padding-left: 10rem;
  }
}
@media only screen and (max-width: 1480px){
  .bloc-residence-video iframe{
    width: 650px;
  }
}
@media only screen and (max-width: 1200px){
  .bloc-residence-video{
    height: 370px;
  }
  .bloc-residence-video .bulle .position-text {
    left: 39rem;
  }
  .bloc-residence-video .bulle .position-text {
    max-width: 11rem;
  }
  .bloc-residence-video .h2-titre-xl{
    font-size: 30px;
  }
  .bloc-residence-video iframe{
    max-height: 320px;
  }
}
@media only screen and (max-width: 996px){
  .bloc-residence-video .bulle {
    left: -42rem;
  }
  .bloc-residence-video .embed-container {
    justify-content: end;
  }
  .bloc-residence-video iframe{
    width: 95%;
  }
}
@media only screen and (max-width: 768px){
  .bloc-residence-video{
    height: fit-content;
  }
  .bloc-residence-video .bulle{
    position: relative;
    left: inherit;
    top: inherit;
    transform: none;
    width: fit-content;
    height: fit-content;
    border-radius: 0;
  }
  .bloc-residence-video .bulle .position-text{
    max-width: 100%;
    left: inherit;
    top: inherit;
    transform: none;
  }
  .bloc-residence-video .h2-titre-xl {
    margin-top: 24px;
    margin-bottom: 30px;
  }
  .bloc-residence-video .position-container-video{
    background-color: #3f2c4f;
    justify-content: inherit;
  }
  .bloc-residence-video .embed-container {
    justify-content: center;
    padding-left: 0;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 576px){
  .bloc-residence-video .h2-titre-xl{
    padding: 0 15px;
  }
}




/* Bloc Résidence slider appartement */
.bloc-residence-slider-appartement .row{
  padding-top: 3rem;
  justify-content: end;
}
.bloc-residence-slider-appartement .h2-titre-bloc{
  padding-bottom: 1.5rem;
}
.bloc-residence-slider-appartement .colonne-slider{
  padding-left: 4rem;
}
.bloc-residence-slider-appartement .bulle-on-slider{
  height: 210px;
  width: 210px;
  border-radius: 50%;
  top: 2rem;
  right: 3rem;
  text-align: center;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bloc-residence-slider-appartement .bulle-on-slider .text-bulle{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 10px;
}
.bloc-residence-slider-appartement .bulle-on-slider .picto-bulle {
  height: 50px;
}
.bloc-residence-slider-appartement .splide-residence-appartement .photo{
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1200px){
  .bloc-residence-slider-appartement .row{
    padding-top: 0;
    justify-content: left;
  }
  .bloc-residence-slider-appartement .h2-titre-bloc{
    padding-bottom: 0;
  }
  .bloc-residence-slider-appartement .colonne-slider {
    padding-left: 1rem;
    margin-top: 2rem;
  }
  .bloc-residence-slider-appartement .bulle-on-slider {
    right: -8rem;
  }
  .bloc-residence-slider-appartement .splide-residence-appartement {
    padding-right: 2rem;
  }
  .bloc-residence-slider-appartement .splide-residence-appartement .photo {
    height: 515px;
  }
}
@media only screen and (max-width: 576px) {
  .bloc-residence-slider-appartement .splide-residence-appartement .photo {
    height: 400px;
  }
  .bloc-residence-slider-appartement .bulle-on-slider {
    height: 188px;
    width: 188px;
    top: inherit;
    right: inherit;
    left: 3rem;
    bottom: -7rem;
  }
  .bloc-residence-slider-appartement .bulle-on-slider .text-bulle {
    font-size: 14px;
    max-width: 9rem;
  }
  .bloc-residence-slider-appartement .colonne-slider {
    margin-bottom: 6rem;
  }
  .bloc-residence-slider-appartement .splide-residence-appartement {
    padding-right: 0;
  }
} 





/* Bloc Résidences - Services et équipements */
.bloc-residences-services-equipements .bg-photo{
  background: var(--desktop) no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 405px;
  padding: 39px;
}
.bloc-residences-services-equipements .listes-container{
  padding-left: 3rem;
}
.bloc-residences-services-equipements .listes-container .item{
  padding-left: 3rem;
}
.bloc-residences-services-equipements .h2-titre-bloc{
  font-size: 51px;
  line-height: 1;
  margin-top: 0;
}
.bloc-residences-services-equipements ul{
  padding-left: 21px;
}
.bloc-residences-services-equipements li{
  font-size: 18px;
  list-style-type: none;
  position: relative;
  padding-bottom: 10px;
}
.bloc-residences-services-equipements li:before{
  content: '•';
  position: absolute;
  left: -20px;
  font-size: 24px;
  color:#3f2c4f;
  line-height: 1;
  top: 0;
}
@media only screen and (max-width: 1600px) {
  .bloc-residences-services-equipements .listes-container .item {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .bloc-residences-services-equipements{
    flex-wrap: wrap;
  }
  .bloc-residences-services-equipements .bg-photo{
    background: var(--tab) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
  }

  .bloc-residences-services-equipements .h2-titre-bloc {
    width: 21rem;
    font-size: 50px;
    margin: 0;
  }
}
@media only screen and (max-width: 996px) {
  .bloc-residences-services-equipements .h2-titre-bloc {
    width: 13rem;
    font-size: 30px;
  }
  .bloc-residences-services-equipements .listes-container{
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .bloc-residences-services-equipements .h2-titre-bloc {
    font-size: 24px;
  }
  .bloc-residences-services-equipements .listes-container {
    padding-left: 0;
  }
  .bloc-residences-services-equipements li{
    font-size: 14px;
  }
  .bloc-residences-services-equipements .h3-titre-xl{
    font-size: 18px;
  }
  .bloc-residences-services-equipements .bg-photo{
    min-width: 100%;
  }
}




/* Bloc carte */
.bloc-carte{
  margin: 3rem auto;
}
.bloc-carte #map{
  height: 340px;
  z-index: 5;
}
.bloc-carte .text-complementaire{
  display: none;
}
.bloc-carte .adresse svg {
  width: 12px;
  height: auto;
  fill: #ee7043;
}
@media only screen and (max-width: 1200px) {
  .bloc-carte{
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .bloc-carte{
    margin-top: 0;
  }
  .bloc-carte #map{
    height: 235px;
  }
  .bloc-carte .text-complementaire{
    display: block;
  }
}




/* Bloc membres */
.bloc-membres .item{
  align-items: center;
  padding-bottom: 3rem;
}
.bloc-membres .photo {
  min-width: 200px;
  height: 200px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: #3f2c4f;
}
.bloc-membres .informations{
  font-size: 18px;
  padding: 1.5rem;
  word-break: break-word;
}
.bloc-membres .nom{
  font-weight: 21px;
}
.bloc-membres .email{
  color:#3f2c4f;
  word-break: break-all;
}
@media only screen and (max-width: 996px) {
  .bloc-membres{
    background-color: transparent;
  }
}
@media only screen and (max-width: 576px) {
  .bloc-membres .photo{
    min-width: 165px;
    height: 165px;
  }
  .bloc-membres .informations{
    font-size: 14px;
    padding-right: 0;
  }
  .bloc-membres .nom{
    font-weight: 18px;
  }
}
@media only screen and (max-width: 460px) {
  .bloc-membres .item{
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }
}




/* Bloc photo titre contenu */
.bloc-photo-titre-contenu img{
  max-width: -webkit-fill-available;
}





/* Bloc formulaire */
@media only screen and (max-width: 576px) {
  .bloc-formulaire .container-xs{
    margin: 0;
  }
  .container-xs.bloc-formulaire {
    margin: 0;
  }
}




/*--------------------------------------------------------------
# Archives Actualités
--------------------------------------------------------------*/
.container-xl{
  max-width: 1400px;
  margin: 0 auto;
}
.archive-actualites .actualite-taxo:hover{
  color: #ee7043;
}
.archive-actualites .grid{
  width: 1400px;
}
.archive-actualites .item-actu {
  max-width: 440px;
  min-height: 340px;
}

.archive-actualites .item-actu .img-actu{
  border: 3px solid white;
  background-size: cover;
  background-position: center;
  position: relative;
}
.archive-actualites .item-sm .img-actu{
  height: 220px;
}
.archive-actualites .item-xl .img-actu{
  height: 270px;
}
.archive-actualites .item-actu .categorie{
  font-size: 14px;
  font-weight: bold;
  width: fit-content;
  border-radius: 15px;
  padding: 5px 15px;
  margin: 8px;
  position: absolute;
  right: 0;
}
.archive-actualites .item-actu h3{
  font-size: 24px;
  color: #3f2c4f;
}
.archive-actualites .item-actu .date{
  color: #3f2c4f;
  font-size: 14px;
  text-transform: uppercase;
}
.archive-actualites .item-actu .excerpt{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
}
.archive-actualites .item-actu .excerpt p{
  margin-bottom: 5px;
}
.archive-actualites .item-actu a:hover{
  color: #3f2c4f;
  text-decoration: none;
}
.archive-actualites .item-actu .read{
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all linear .3s;
}
.archive-actualites .item-actu .read:hover{
  color: #3f2c4f;
  text-decoration: underline;
}
@media only screen and (max-width: 996px) {
  .archive-actualites .container-grid-actus{
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .archive-actualites .item-actu .categorie,
  .archive-actualites .item-actu .date{
    font-size: 11px;
  }
  .archive-actualites .item-actu h3{
    font-size: 14px;
  }
  .archive-actualites .item-actu .excerpt{
    font-size: 12px;
  }
  .archive-actualites .item-actu .read{
    font-size: 14px;
  }
}

/* Pagination */
.list-pagination .pagination{
  display: flex;
  justify-content: center;
  font-weight: bold;
  list-style-type: none;
}
.list-pagination .pagination li{
  margin: 0 2px;
}
.list-pagination .pagination li a{
  color: #3f2c4f;
  padding: 10px;
  text-decoration: none;
}
.list-pagination .pagination .active a, .list-pagination .pagination li a:hover{
  color: #ee7043;
  text-decoration: none;
  border-bottom: 4px solid #ee7043;
}




/*--------------------------------------------------------------
# SINGLE Actu
--------------------------------------------------------------*/
.single-actualite .post-thumbnail img{
  width: 100%;
  height: 554px;
  object-fit: cover;
}

.single-actualite .post-informations{
  font-size: 18px;
  font-weight: bold;
}





/*--------------------------------------------------------------
# CPT Nos résidences
--------------------------------------------------------------*/

.single-residences .menu-ancres{
  border-bottom: 4px solid #ebf6f7;
  margin-bottom: 2rem;
}
.single-residences .lign-ancres{
  margin: 0 10rem;
  position: relative;
  bottom: -4px;
  align-items: center;
}
.single-residences .lign-ancres a{
  color:#3f2c4f;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 10px;
  border-bottom: 4px solid #ebf6f7;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.single-residences .lign-ancres a svg{
  width: 18px;
  height: auto;
  margin-right: .5rem;
}
.single-residences .lign-ancres a:hover{
  color:#ee7043;
  border-color: #ee7043;
  text-decoration: none;
}
.single-residences .lign-ancres a:hover svg{
  fill:#ee7043;
}
@media only screen and (max-width: 1500px) {
  .single-residences .lign-ancres {
    margin: 0;
  }
  .single-residences .menu-ancres .container{
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .single-residences .lign-ancres a{
    font-size: 15px;
  }
}
@media only screen and (max-width: 980px) {
  .single-residences .lign-ancres {
    align-items: flex-start;
    flex-direction: column;
  }
  .single-residences .lign-ancres a{
    padding: 10px 10px;
  }
  .single-residences .lign-ancres a:hover {
    border-color: #ee7043;
  }
  .single-residences .lign-ancres a:not(:last-child){
    border-color: white;
  }
}






/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}






/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}






/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer a {
  text-decoration: none;
}
.site-footer .container{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.site-footer .row-menu{
  justify-content: end;
}
.site-footer .bulle{
  position: absolute;
  bottom: -15rem;
  width: 56rem;
  height: 50rem;
  border-radius: 50%;
  right: -60rem;
  background-color: #3f2c4f;
}
.site-footer .title{
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
}
.site-footer .nav-footer{
  padding: 0 !important;
}
.site-footer .picto-reseau {
  text-decoration: none;
}
.site-footer .picto-reseau svg{
  font-size: 60px;
  color: white;
  margin-right: 10px;
  transition: all linear 0.3s;
  display: inline-block;
}

.site-footer .picto-reseau svg{
  width: 50px;
  height: auto;
  fill: white;
  margin-right: 10px;
  transition: transform ease-in .25s, fill ease-in .25s;
}
.site-footer .picto-reseau svg:hover{
  transform: scale(1.075);
  fill: #3f2c4f;
}
.site-footer .nav-footer li{
  list-style: none;
  padding-bottom: 5px;
}
.site-footer .nav-footer li a, .site-footer .ville, .site-footer .magazine {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
  transition: color ease-in .25s;
}
.site-footer .nav-footer li a:hover, .site-footer .ville:hover, .site-footer .magazine:hover {
  color: #3f2c4f;
}
.site-footer .btn-appeler{
  margin: 0;
}
.site-footer .logo-footer{
  width: 200px;
}
.site-footer .position-logo{
  top: 50%;
  transform: translateY(-50%);
  left: 5rem;
}
.site-footer .col-last .title-contact{
  padding-top: 1.5rem;
}
@media only screen and (max-width: 1710px) {
  .site-footer .position-logo {
    left: 3rem;
  }
}
@media only screen and (max-width: 1500px) {
  .site-footer .bulle {
    right: -53rem;
  }
}
@media only screen and (max-width: 1400px) {
  .site-footer .bulle {
    right: -57rem;
  }
  .site-footer .position-logo {
    left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .site-footer .container{
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .site-footer .bulle{
    position: relative;
    bottom: inherit;
    right: inherit;
    width: fit-content;
    height: fit-content;
    border-radius: 0;
    background-color: transparent;
  }
  .site-footer .position-logo{
    top: inherit;
    transform: none;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .col-last .title-contact{
    padding-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .site-footer .title {
    font-size: 18px;
    line-height: 28px;
  }
  .site-footer .nav-footer li a, .site-footer .ville, .site-footer .magazine{
    font-size: 14px;
    line-height: 28px;
  }
  .site-footer .row-menu .col-last{
    margin-top: 1rem;
  }
}
.grecaptcha-badge { visibility: hidden; }

/* Splide */
.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list{display:block}.splide__track--fade>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:transparent}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}

/* Leaflet */
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}


  
/* Popup */
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 0;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.custom-model-wrap-title {
  font-size: clamp(18px, 5vw, 32px);
  font-weight: 700;
}
.custom-model-wrap-phone {
  font-weight: 700;
  font-size: clamp(22px, 5vw, 32px);
}
.custom-model-wrap-phone a {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  border: none;
  background-color: #E6592B;
  height: 46px;
  width: 46px;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .35s ease-in-out, transform .35s ease-in-out;
}
.close-btn:hover {
  transform: rotate(90deg);
  background-color: #b64621;
}
.pop-up-content-wrap-title {
  font-size: clamp(22px, 5vw, 34px);
  font-weight: 700;
  margin-bottom: 1em;
  display: block;
}
@media screen and (min-width:800px){
    .custom-model-main:before {
      content: "";
      display: inline-block;
      height: auto;
      vertical-align: middle;
      margin-right: -0px;
      height: 100%;
    }
}
@media screen and (max-width:799px){
  .custom-model-inner{
      margin-top: 45px;
  }
}

p.callout {
  background: #f1f4f8;
  border-left: 4px solid #ee7043;
  padding: clamp(1rem, 5vw, 2rem);
  margin-bottom: 1em;
}