/*
	Theme Name: Lithium Marketing
	Theme URI: https://lithiummarketing.com/
	Author: Lithium Marketing
	Author URI: https://lithiummarketing.com/
	Description: Thème par Lithium Marketing
	Version: 2.0
	Text Domain: lithiummarketing
	Bootstrap 4
*/

@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
    .container-smaller{
        max-width: 1000px;
    }
    .container-larger{
        max-width: 1600px;
    }
    .container-xxl{
        max-width: 1920px;
    }
}

*{
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
.position-relative{position: relative}
a{
	color: #252525;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
ul, ol{
	padding-left: 25px;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.h-100{height: 100%;}
.w-100{width: 100%;}
.mw-100{max-width: 100%;}
body{
	font-family: 'Playfair Display', sans-serif;
	color: #333;
}
.playfair{
    font-family: 'Playfair Display', sans-serif;
}
.mukta{
    font-family: 'Mukta', sans-serif;
}
.text-uppercase{
    text-transform: uppercase;
}
header.header{
	position: fixed;
	top: 0;
	background: #fff;
	width: 100%;
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 44px -15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 44px -15px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 44px -15px rgba(0,0,0,0.2);
}
header.header.menu-openned{
	background: rgba(255,255,255,1);
	transition: all 500ms;
}
header.header.stickysmall{
	-webkit-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
}
header.header #logo{
	width: 370px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto 50px;
}
.main-menu{
	display: flex;
	list-style: none;
	padding: 0;
}
.main-menu a{
	padding: 25px 15px 5px;
	position: relative;
	color: #82837e;
	display: block;
	transition: all 300ms;
}
.main-menu a:hover,
.main-menu .current_page_item a,
.main-menu .current_page_ancestor a{
	color: #9ebc5c;
}
.main-menu a::before{
	content: '';
    width: 1px;
    height: 100px;
    background: #cbcbc9;
    position: absolute;
    bottom: 100%;
    left: 50%;
	transform: translateX(-50%);
	transition: all 300ms;
}
.main-menu a:hover::before,
.main-menu .current_page_item a::before,
.main-menu .current_page_ancestor a::before{
    background: #9ebc5c;
    bottom: 75%;
}
.main-menu li{
	position: relative;
}
.main-menu .sub-menu{
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	min-width: 200px;
	width: 100%;
	background: #fff;
	padding-left: 0;
	list-style: none;
	display: none;
	-webkit-box-shadow: -3px 4px 14px -6px rgba(0,0,0,0.25);
	-moz-box-shadow: -3px 4px 14px -6px rgba(0,0,0,0.25);
	box-shadow: -3px 4px 14px -6px rgba(0,0,0,0.25);
}
.main-menu .sub-menu a{
	padding: 7px 15px;
}
.main-menu .sub-menu a::before{
	display: none;
}
.main-menu li.menu-item-has-children:hover .sub-menu{
	display: block;
}
p{
	line-height: 24px;
	font-size: 17px;
    margin-bottom: 0px;
    font-weight: 400;
}
.bg-black{
	background: #333;
}
.bg-white{
	background: #fff;
}
.bg-vert{
    background: #b7ce88;
}
.bg-vert2{
	background: #9cbc59;
}
.bg-grisvert{
	background: #e6e7e2;
}
.bg-gris{
	background: #82837e;
}
.footer-scroll-button {
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    left: 0;
    right: 0;
    height: 100%;
    font-size: 30px;
}
.footer-scroll-button a{
	color: #333;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpfooter{
	border-top: 1px solid #dfdfdf;
}
.copyright,
.lithium{
	font-family: 'Mukta';
}
.copyright,
.lithium a,
.lithium a span{
	color: #333;
}
.lithium a{
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.object-fit{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.colorblack{
	color: #333;
}
.colorwhite{
	color: #fff !important;
}
.colorgray{
	color: #82837e;
}
.colorgreen{
	color: #9ebc5c;
}
.prev:not(.page-numbers),
.next:not(.page-numbers){
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	padding: 50px 16px;
	z-index: 10;
	cursor: pointer;
}
.prev i,
.next i{
	font-size: 18px;
}
.prev:not(.page-numbers):hover,
.next:not(.page-numbers):hover{
	opacity: 0.7;
}
.prev:not(.page-numbers){
	left: 0;
}
.next:not(.page-numbers){
	right: 0;
}
.slick-slide{
	outline: none;
}
.slick-disabled {
    opacity: 0;
    pointer-events:none;
}
.btn{
    font-family: 'Mukta', sans-serif;
	text-align: center;
}
.btn-white{
	display: inline-block;
	background: #fff;
	color: #333;
	padding: 9px 30px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 17px;
	transition: all 300ms;
	border: 1px solid #9ebc5c;
	cursor: pointer;
}
.btn-white:hover{
	background: #9ebc5c;
	color: #fff;
}
.btn-all-white{
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
.btn-all-bl{
    color: #333;
    background: transparent;
    border: 1px solid #333;
}
.btn-square{
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-gros{
    display: inline-block;
    background: #9dbd5c;
    color: #fff;
    padding: 14px 40px;
    font-weight: 500;
    font-size: 25px;
    transition: all 300ms;
    border: 1px solid #9ebc5c;
    cursor: pointer;
    letter-spacing: 2px;
    font-family: 'Playfair Display', sans-serif;
}
.btn-gros:hover{
    background: #fff;
    color: #9ebc5c;
    border: 1px solid #9ebc5c;
}
.btn-vert{
    background: #9dbd5c;
    color: #fff;
}
.btn-vert:hover{
    background: #fff;
    color: #333;
}
.btn-black{
	background: #333;
	color: #fff;
	border-color: #333;
}
.btn-black:hover{
	background: #9dbd5c;
	border-color: #9dbd5c;
	color: #333;
}
.box-hamb{
    border: 2px solid #82837e;
    border-radius: 5px;
}
.hamburger {
	font: inherit;
	display: flex;
	align-items: center;
	overflow: visible;
	margin: 0;
	padding: 10px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity,filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}
.hamburger-box {
	position: relative;
	display: inline-block;
	width: 33px;
	height: 24px;
}
.hamburger--squeeze .hamburger-inner {
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	transition-duration: 75ms;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 33px;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #82837e;
}
.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
}
.hamburger--squeeze .hamburger-inner:before {
	transition: top 75ms ease .12s,opacity 75ms ease;
}
.hamburger-inner:before {
	top: -10px;
}
.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: "";
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 33px;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #82837e;
}
.hamburger--squeeze .hamburger-inner:after {
	transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}
.hamburger-inner:after {
	bottom: -10px;
}
.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: "";
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 33px;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #82837e;
}
.hamburger--squeeze.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease,opacity 75ms ease .12s;
	opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
	transform: rotate(-90deg);
}
.hamburger + span{
	font-weight: bold;
	padding-left: 10px;
}
.font-weight-normal{
	font-weight: normal;
}
.font-weight-bold{
	font-weight: bold;
}
#topmenu, #top_menu{
	display: flex;
	list-style: none;
}
#top_menu a{
	font-family: 'Mokta', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 8px;
	color: #82837e;
	transition: all 300ms;
}
#top_menu a:hover{
	color: #9ebc5c;
}
.boxtopmenu{
	position: absolute;
	top: 8px;
	right: 75px;
}
.footer-parallax{
	background: url("/wp-content/themes/lithiummarketing/images/Contact-photo-parallaxe.jpg");
	min-height: 400px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home .footer-parallax{
    padding: 5rem 0 8rem;
}
.bg-infolettre{
	background: #e7e8e3 url("/wp-content/uploads/2020/12/texture-footer.png") no-repeat;
	background-size: cover;
	background-position: center right;
}
.bg-infolettre > div{
	width: 100%;
	padding: 50px;
}
.leftfoot{
	width: 100%;
    max-width: 1100px;
    padding: 30px 50px;
}
.h1{
	font-size: 43px;
	letter-spacing: 1px;
}
.h2{
	font-size: 50px;
}
.h3{
	font-size: 43px;
}
.h4{
	font-size: 30px;
}
#menu-footer-menu{
	display: flex;
	list-style: none;
	padding: 10px 0;
	border-top: 1px solid #82837e;
	margin-top: 15px;
}
#menu-footer-menu a{
	color: #5d5c5c;
    padding: 5px 20px 5px 0;
    display: block;
}
.box-img-banner{
	height: 600px;
}
.banner-top .h1pages,
.banner-top-pages .h1pages{
    display: inline-block;
    padding: 13px 38px 19px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
}
.banner-top-pages .h1pages{
    top: initial;
    transform: initial;
    position: absolute;
    bottom: 130px;
    left: -85px;
}
.banner-top{
    background: url(/wp-content/uploads/2021/04/texture-bandeau-accueil.jpg);
    position: relative;
}
.banner-top > div{
    position: relative;
    z-index: 10;
}
.banner-top::after{
    content: '';
    height: 115%;
    width: 60vw;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #aac571;
    z-index: 0;
}
.banner-top-pages{
    height: 650px;
    position: relative;
    overflow: hidden;
}
.banner-top-pages .img-pag{
    width: calc(1280px + (100vw - 1280px) / 2);
    height: 650px;
}
.banner-top-pages::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 520px;
    width: 100%;
}
.banner-top-pages.b-gray::before{
    background: #82837e;
}
.banner-top-pages.b-green::before{
    background: #aac075;
}
#main-content{
    background-image: url('/wp-content/themes/lithiummarketing/images/BG-papillon.png');
    background-repeat: no-repeat;
    background-position: right top;
}
  
/** float container */
.float-container,
textarea{
	border: none;
	border-bottom: 1px solid #b6c780;
	border-radius: 0;
	box-sizing: border-box;
	position: relative;
	width: 100%;
}
.float-container input {
	border: none;
	font-size: 16px;
	outline: 0;
	padding: 22px 0 7px;    
	width: 100%;
	font-family: 'Mukta', sans-serif;
}
textarea{
	width: 100%;
	font-family: 'Mukta', sans-serif;
	font-size: 16px;
	outline: 0;
	height: 40px;
	margin-top: 25px;
}

.float-container label {
	font-family: 'Mukta', sans-serif;
	font-size: 16px;
	position: absolute;
	transform-origin: top left;
	transform: translate(0, 21px) scale(1); 
	transition: all .15s ease-in-out;
	z-index: 1;
}
  
/** active label */
.float-container.active label {
	transform: translate(0, 0) scale(.75);
}
.wpcf7-checkbox{
	display: flex;
	flex-direction: column;
	font-family: 'Mukta';
}
.wpcf7-not-valid-tip {
    position: absolute;
}
#mc_embed_signup_scroll_footer .email,
#mc-embedded-subscribe_footer{
	height: 44px;
	padding: 7px 25px;
	font-size: 14px;
	letter-spacing: 1px;
	background: transparent;
	border: 1px solid #9e9e9e;
}
#mc-embedded-subscribe_footer{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	padding: 0;
	border-left: none;
	flex-shrink: 0;
}
.demandeinfo{
    padding: 120px 100px 60px;
    background: #333;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 0 80px;
    grid-template-areas:
    ". .";
}
.page-template-default .demandeinfo,
.page-template-template-plans .demandeinfo{
    padding: 60px 100px;
}
.demandeinfo p{
    line-height: 1.7em;
    font-family: 'Mukta';
    font-size: 1.1em;
}
@media screen and (max-width: 991px){
    .demandeinfo,
    .demandeinfo .h2{
        text-align: center;
    }
    .demandeinfo .h2{
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 768px){
    .demandeinfo {
        padding: 50px 30px;
    }
}
.section-texte-img{
    padding-top: 50px;
    padding-bottom: 100px;
}
.img-texte{
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 0;
    grid-template-areas: ". .";
    margin-top: 40px;
    margin-bottom: 40px;
    background: #82837d;
}
.img-texte.inverted{
    grid-template-columns: 6fr 8fr;
    background: transparent;
}
.img-texte .img-box{
    position: relative;
}
.img-texte:not(.inverted) .img-box img{
    position: absolute;
    top: 50px;
    left: -70px;
    width: calc(100% + 70px);
}
.img-texte.inverted .img-box{
    order: 2;
}
.img-texte:not(.inverted){
    margin-bottom: 50px;
}
.img-texte .sect-texte{
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.liens_image{
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
}
.liens_image_col{
    height: 800px;
    display: flex;
    align-items: center;
    padding: 50px !important;
    color: #fff;
    position: relative;
}
.liens_image_col > div.contenu-l{
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: opacity 250ms;
}
a.liens_image_col:hover > div.contenu-l{
    opacity: 0;
}
.liens_image_col::after{
    content: '';
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 500ms;
}
a.liens_image_col:hover::after{
    height: 0;
}
a.liens_image_col .box-green{
    position: absolute;
    top: 0;
    left: 0;
    background: #a9c570;
    height: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    z-index: 10;
    transition: all 500ms;
}
a.liens_image_col:hover .box-green{
    top: -50px;
    height: 50px;
    opacity: 1;
}
a.liens_image_col .box-green span.tex{
    padding: 0 35px;
    font-size: 20px;
}
a.liens_image_col .box-green span.plus{
    border-left: 1px solid #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}
.bg-right-butterfly{
    background-image: url('/wp-content/themes/lithiummarketing/images/TextureGauche-bloc-2.jpg');
    background-repeat: no-repeat;
    background-position: left center;
}
.actualites-home{
    display: grid;
    gap: 30px;
    grid-template-columns: 5fr 2fr;
}
.actualites-home article{
    padding: 2.5rem;
}
.box-right-banner .h1 span{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
}
.normal-full{
    overflow: hidden;
}
.normal-full .img-box img,
.full-bg-vert .img-fl img{
    position: absolute;
    width: calc((1280px / 7 * 4) + ((100vw - 1280px) / 2)) !important;
	max-width: 1060px;
}
.full-bg-vert .img-fl img{
    left: 0;
    height: calc(100% - 65px);
}
.normal-full .img-texte{
    min-height: 500px;
}
.contenu-bg-trans{
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: calc((1266px / 7 * 4) + ((100vw - 1280px) / 2));
    height: 115%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.full-bg-img .img-texte{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: transparent;
    z-index: 20;
    grid-template-columns: 8fr 6fr;
}
.full-bg-img > img{
    max-height: 640px;
    height: 100%;
    object-fit: cover;
}
.full-bg-vert{
    padding-top: 100px;
}
.full-bg-vert .img-texte{
    grid-template-columns: 8fr 6fr;
    background: transparent;
}
.bg-cuisine{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/wp-content/uploads/2021/04/bg-cuisine.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    padding: 100px 15px;

    -webkit-box-shadow: inset 0px -22px 16px -24px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0px -22px 16px -24px rgba(0,0,0,0.35);
    box-shadow: inset 0px -22px 16px -24px rgba(0,0,0,0.35);
}
#main-content.bloc-green .demandeinfo{
    background: #aac075;
}
.commo-style{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 0px 0px;
    grid-template-areas:
    ". a"
    ". b";
}
.commodites, .style-de-vie{
    padding: 4rem 10rem;
}
.commodites{
    grid-area: a;
    background: #ffffffcc;
}
.style-de-vie{
    grid-area: b;
    background: rgba(0,0,0,0.5);
    color: #fff;
}
.liste-commo{
    list-style: none;
    padding-left: 0;
    max-width: 400px;
}
.liste-commo li{
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.style-de-vie .liste-commo li{
    border-bottom: 1px solid #fff;
}
.galerie-style{
    padding: 100px 0;
}
.svg-etages{
    width: 112%;
    position: relative;
}
.svg-etages svg{
    overflow: initial;
}
#numEtages{
    transform: translateX(-68px);
}
.bg-vert .box1{
    fill: #9ebc5c;
}
.bg-vert text{
    fill: #fff;
}
text.bg-vert,
text.stayLit{
	fill: #fff;
	cursor: pointer;
}
rect.bg-vert,
rect.stayLit{
	fill: #9ebc5c;
	cursor: pointer;
}
.svg-etages .choixetage{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    color: #9ebc5c;
    display: inline-flex;
    padding: 15px 40px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}
#etagesImage > *{
	opacity: 0;
	transition: opacity 200ms;
	cursor: pointer;
	fill: #9dbd5acc;
}
#etagesImage > path:hover,
#etagesImage > polygon:hover,
#etagesImage > g:hover,
.selectfloor.bg-vert,
.selectfloor.stayLit{
	opacity: 1 !important;
}
.slidecontainer {
	width: 100%; /* Width of the outside container */
}

/* The slider itself */
.sliderrange {
	-webkit-appearance: none;  /* Override default CSS styles */
	appearance: none;
	width: 100%; /* Full-width */
	height: 3px; /* Specified height */
	background: #828280; /* Grey background */
	outline: none; /* Remove outline */
	opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: .2s; /* 0.2 seconds transition on hover */
	transition: opacity .2s;
}

/* Mouse-over effects */
.sliderrange:hover {
	opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.sliderrange::-webkit-slider-thumb {
	-webkit-appearance: none; /* Override default look */
	appearance: none;
	width: 25px; /* Set a specific slider handle width */
	height: 25px; /* Slider handle height */
	background: #a9c571; /* Green background */
	cursor: pointer; /* Cursor on hover */
}

.sliderrange::-moz-range-thumb {
	width: 25px; /* Set a specific slider handle width */
	height: 25px; /* Slider handle height */
	background: #a9c571; /* Green background */
	cursor: pointer; /* Cursor on hover */
}
.nbchambres{
	background: #a9c571;
	padding: 20px;
	max-width: 280px;
	width: 100%;
}
.nbchambres label{
	color:#ffffff;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 7px;
}
.nbchambres .choixnbchambre{
	background: #fff;
	border: 1px solid #b6b7b2;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding-left: 15px;
	padding-right: 15px;
}
.ui-slider-horizontal {
    height: 2px !important;
    background: #828280;
    margin: 25px 10px;
}
.ui-slider-horizontal .ui-slider-handle{
    background: #a8c571;
}
.ui-slider-horizontal .ui-slider-handle{
    top: -.5rem !important;
}
.ui-slider-horizontal .ui-slider-range {
    top: -1px !important;
    height: 3px !important;
    background: #a8c571;
}
#piedcarres{
    border: none;
    font-size: inherit;
    font-family: 'Mukta', sans-serif;
}
.choixnbchambre{
    cursor: pointer;
}
.choixnbchambre.selected,
.choixnbchambre:hover{
    background: #9ebc5c66;
    border: 1px solid #ffffff;
    color: #fff;
}
.unités-fond-couleur polygon{
    opacity: 0;
    transition: all 300ms;
}
.unités-fond-couleur polygon:not(.isRented):not(.notSelectable):hover{
    opacity: 1;
    transition: opacity 200ms;
    cursor: pointer;
    fill: #9ebc5cab;
}
.unités-fond-couleur .notSelectable{
    opacity: 1;
    fill: #d4d4d2cc;
}
.unités-fond-couleur .isRented{
    opacity: 1;
    fill: #000000ad;
}
.Loue text{
    display: none;
    fill: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.unitetext{
    font-size: 53px;
}
.page-id-244 .fancybox-image{
	background: #fff;
	padding: 3rem;
}
#single_unit{
	margin-top: 3rem;
}
#single_unit .box-img{
	background: #fff;
	padding: 1rem 5rem;
	top: -10%;
	position: relative;
	height: 120%;
	display: flex;
	align-items: center;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.17);
}
#single_unit .box-img img{
	width: 100%;
}
#single_unit .liste-commo li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#single_unit .box-caracteristiques .liste-commo li{
	border-color: #fff;
	color: #fff;
}
#single_unit .box-caracteristiques,
#single_unit .box-pieces{
	padding: 4rem 0 4rem 4rem;
	width: 100%;
}
#single_unit .box-caracteristiques .bg-vert2,
#unitsForSelectedFloor .bg-vert2{
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 12px 4px;
	font-size: 1.1rem;
}
#unitsForSelectedFloor .bg-vert2{
	padding: 6px 12px;
}
#unitsForSelectedFloor .bg-vert2 sup{
	text-transform: lowercase;
}
#unitsForSelectedFloor/*,
#single_unit*/{
	display: none;
}
#unitsForSelectedFloor,
.etagemap{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
#single_unit .secondpart{
	background: url("/wp-content/uploads/2021/04/BG-gris.jpg") no-repeat;
	background-position: center left;
	background-size: cover;
}
#demandeinformation{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.h2ri{
	text-align: right;
}
.etages-mobile{
	display: none;
}
iframe{
	max-width: 100%;
}
.grecaptcha-badge{
	display: none;
}
.demandeinfo p,
.sect-texte p {
	margin-bottom: 1em;
}
.lire-suite-check {
	display: none; 
}
.texte-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.lire-suite-check:checked ~ .texte-clamp {
	-webkit-line-clamp: unset;
}
.lire-la-suite {
	cursor: pointer;
	display: inline-block;
	margin-top: .5rem;
	text-decoration: none;
}
html[lang="en-US"] .lire-la-suite {
	display: none;
}
#mc_embed_signup_scroll_footer .email {
	min-width: 240px
}
.lire-la-suite::before {
	content: "Lire la suite";
	color: #9ebc5c;
}
.lire-suite-check:checked ~ .lire-la-suite::before {
	content: "Réduire";      
}
