/*BANNER*/
.page-single-bien .blc-top{
	background: rgba(0, 79, 55, .27);
}

/*.page-single-bien .blc-menu {
	background: rgba(0, 79, 55, .27);
}*/

.sec-banner-single{
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}

.sec-banner-single:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom,  rgba(0,79,55,0.27) 0%,rgba(0,79,55,0.27) 1%,rgba(0,79,55,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

/* video */
.sec-banner-single {
  position: relative;
  overflow: hidden;
  height: 100vh; /* Ajustez la hauteur selon vos besoins */
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Vidéo derrière le contenu */
  pointer-events: none; /* Pas d'interaction avec la vidéo */
}

.video-container iframe {
  width: 100vw;
  height: 56.25vw; /* Ratio 16:9 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* end video */


.sec-banner-single .bg-mobile{
	display: none;
}

.sec-banner-single .container{
	margin:0 auto;
	width: 100%;
}


.sec-banner-single .content-banner{
	margin-top: 25px;
	padding: 35px 0;
	position: relative;
}

.sec-banner-single .content-banner:before{
	content: '';
	width: calc(100% - 40px);
	position: absolute;
	left: 20px;
	top: 0;
	background-color: var(--green);
	height: 100%;
	clip-path: polygon(0% 0%, calc(100% - 208px) 0%, 100% 57px, 100% 100%, 0% 100%);
}

.page-single-bien .sec-banner-single .content-banner:before{
	display: none;
}

.sec-banner-single .content-banner .container{
	position: relative;
}

.sec-banner-single .title-banner{
	font-size: 40px;
	line-height: 45px;
	font-weight: 700;
	margin-bottom: 20px;
}

.infos-banner .item-info{
	padding: 0 20px;
	position: relative;
	color: var(--beige);
}

.infos-banner .item-info:after{
	content: '';
	width: 1px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	background-color: var(--beige);
}

.infos-banner .item-info:last-child:after{
	display: none;
}

.infos-banner .item-info .title-info{
	text-transform: uppercase;
	font-family: var(--f2);
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	margin-bottom: 7px;
}

.infos-banner .item-info strong{
	font-size: 24px;
	font-family: var(--f2);
}

.infos-banner .item-info:first-child{
	padding-left: 0;
}

.location{
	padding-left: 22px;
	font-family: var(--f2);
	font-size: 19px;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--beige);
	font-weight: 500;
	background: url(../images/ico-location.svg)left center no-repeat;
}


.infos-banner .info-right-banner .btn:first-child{
	margin-right: 20px;
}

.blc-infos-right{
	left: -58px;
	bottom: 400px;
}

.sec-nav-single,
.sec-nav-single .container{
	position: relative;
}

.sec-nav-single:before {
    content: '';
    width: calc(100% - 40px);
    height: 100%;
    background: var(--green2);
    position: absolute;
    left: 20px;
    top: 0;
}

.sec-nav-single a{
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	font-family: var(--ff2);
}

.sec-nav-single ul{
	display: flex;
	flex-wrap: wrap;
}

.sec-nav-single li{
	padding: 35px 0;
	margin-right: 65px;
}


.before-white,
.before-white .container{
	position: relative;
}
.before-white:before{
	content: '';
    width: calc(100% - 40px);
    height: 100%;
    background: var(--white);
    position: absolute;
    left: 20px;
    top: 0;
}

.before-white{
	color: var(--green);
}

.sec-detail {
	padding: 100px 0;
}

.title-detail{
	font-family: var(--f2);
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 30px;
}

.sec-detail .left-detail{
	width: 58%;
	padding-right: 140px;
}

.sec-detail .blc-description{
	margin-bottom: 45px;
}

.sec-detail .right-detail{
	width: 42%;
}

.blc-agent{
	background: var(--green);
	color: var(--beige);
	padding: 28px 20px;
	clip-path: polygon(0% 0%, calc(100% - 105px) 0%, 100% 33px, 100% 100%, 0% 100%);
}

.blc-agent .img-agent img{
	width: 137px;
	height: 137px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
}

.infos-agent{
	padding-left: 24px;
}

.infos-agent .agent-name{
	font-size: 22px;
	line-height: 28px;
	font-family: var(--f2);
	font-weight: 700;
	margin-bottom: 5px;
}

.infos-agent .ipi-number{
	font-family: var(--f2);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;

}

.infos-agent .coord-agent,
.infos-agent .coord-agent a{
	color: var(--white);
	font-size: 17px;
}

.infos-agent .coord-agent a:first-child{
	text-decoration: underline;
}

.right-detail .infos-bien{
	border:7px solid var(--green);
	border-top: none;
	padding: 50px 20px;
	text-align: center;
}


.right-detail .title-info-bien{
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	max-width: 400px;
	margin:0 auto 20px;
}

.right-detail .list-infos-bien .item-info{
    padding: 0 20px;
    position: relative;
}

.right-detail .list-infos-bien .title-info {
    text-transform: uppercase;
    font-family: var(--f2);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.right-detail .list-infos-bien .item-info strong {
    font-size: 24px;
    font-family: var(--f2);
}

.right-detail .list-infos-bien .item-info:after{
    content: '';
    width: 1px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -23px;
    background-color: var(--beige);
}


.right-detail .list-infos-bien{
	margin-bottom: 40px;
}

.right-detail .btn{
	width: 100%;
}

.blc-characteristic{
	margin-top: 100px;
}

.blc-characteristic .title-item{
	font-size: 18px;
	line-height: 18px;
	font-family: var(--f2);
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--green);
}

.blc-characteristic .item-characteristic{
	width: calc(50% - 43px);
	margin-bottom: 50px;
}

.blc-characteristic .item-characteristic li{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
}
.blc-characteristic .item-characteristic li img{
	display: block;
	margin:15px 0;
}

.blc-gal .item-gal img{
	width: 100%;
	display: block;
	object-fit: cover;
	transition: all ease-in-out .4s;
	height: 192px;
}

.list-gal{
	margin:0 -10px;
}

.blc-gal .item-gal{
	width: 33.33%;
}

.blc-gal .item-gal{
	padding: 10px;
}

.blc-gal .item-gal .inner-gal{
	position: relative;
	overflow: hidden;
	display: block;
}

.blc-gal .item-gal .inner-gal:before{
	content: '';
	width: calc(100% - 26px);
	height: calc(100% - 26px);
	top: 13px;
	left: 13px;
	background: url(../images/ico-search.svg) center no-repeat rgba(0, 79, 55, .8);
	position: absolute;
	opacity: 0;
	transition: all ease-in-out .4s;
	z-index: 5;
}

.blc-gal .item-gal.last-item-gal .inner-gal:before{
	display: none;
}

.blc-gal .item-gal .inner-gal span{
	width: calc(100% - 26px);
	height: calc(100% - 26px);
	top: 13px;
	left: 13px;
	background: rgba(0, 79, 55, .8);
	position: absolute;
	color: var(--white);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: var(--f2);
}

.blc-gal .item-gal .inner-gal span strong{
	font-size: 23px;
	line-height: 29px;
	margin-bottom: 3px;
}

.sec-visite .row-visite{
	max-width: 1270px;

}

.sec-visite .row-visite .blc-form{
	width: 61%;
}

.sec-visite .blc-agent{
	width: 39%;
	padding:0 190px 0 0;
}

.sec-visite .blc-agent .img-agent img{
	width: calc(100% - 8px);
	display: block;
	border-radius: 0;
	height: auto;
}

.sec-visite .infos-agent{
	padding: 30px 0 0;
}

.sec-visite .infos-agent .agent-name{
	font-size: 27px;
    line-height: 34px;
}

.sec-visite .infos-agent .ipi-number{
	font-size: 18px;
}

.sec-visite .infos-agent .coord-agent,
.sec-visite .infos-agent .coord-agent a{
	font-size: 18px;
}

.sec-visite .infos-agent .coord-agent{
	margin-top: 10px;
}

.sec-visite{
	padding: 100px 0;
	position: relative;
}

.sec-visite:after{
	content: '';
	width: 130px;
	height: 40px;
	background: var(--white);
	position: absolute;
	right: 20px;
	top: -1px;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.sec-visite .title-detail{
	margin-bottom: 10px;
}

.sec-visite .intro-form,
.sec-visite .intro-form a{
	font-size: 16px;
	line-height: 20px;
	color: var(--beige);
	font-family: var(--f2);
	text-transform: uppercase;
}


.blc-form .row-form{
	margin:28px -11px 10px;
}

.w-50{
	width: 50%;
}
.w-100{
	width: 100%;
}

.blc-form .form-group{
	padding: 0 11px 15px;
}

.blc-form .form-group label{
	display: block;
	font-size: 16px;
	color: var(--beige);
	font-weight: 700;
}

.form-group input{
	width: 100%;
	display: block;
	height: 65px;
	padding: 10px 25px;
	border:none;
	font-size: 18px;
	font-family: var(--f2);
}

.blc-form .form-group br {
	display: none;
}

.blc-form .form-group p {
	margin: 0
}

.blc-acceptance br {
	display: none;
}

.blc-acceptance label{
	display: block;
	margin-bottom: 10px;
	position: relative;
	
}

.blc-acceptance input{
	opacity: 0;
	position: absolute;
}
.blc-acceptance label span {
	margin-left: 0;
}

.blc-acceptance label > span{
	display: block;
	padding-left: 35px;
	cursor: pointer;
}

.blc-acceptance label span:before{
	content: '';
	width: 18px;
	height: 18px;
	border:2px solid var(--white);
	position: absolute;
	left: 0;
	top: 3px;
}

.blc-acceptance label span:after{
	content: '';
    position: absolute;
    width: 22px;
    height: 17px;
    background: url(../images/ico-check.svg)center no-repeat;
    left: 4px;
    top: 3px;
    opacity: 0;
}

.blc-acceptance label input:checked + span:after{
	opacity: 1;
}


.blc-acceptance{
	margin-bottom: 45px;
}


.blc-form .btn{
	width: 100%;
	cursor: pointer;
}

 .blc-form form > p {
 	position: relative;
 	background-color: var(--beige) ;
 }

 .blc-form form > p .btn {
 	background-color: var(--beige);
 	color: var(--green) ;
 	border: none
 }

.blc-form form > p:after {
    content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: url(../images/arrow-btn-green.svg) center no-repeat;
  right: 0;
  left:95px;
  margin: auto;
  top: 29px;
  transform: rotate(-50deg);
  transition: all ease-in-out .4s;
}


.blc-form form > p:hover:after {
    transform: rotate(0deg);
    right:-4px;
    top: 30px;
}
.blc-form form > p .wpcf7-spinner {
    display: none
}
.wpcf7-not-valid-tip {
	font-size: 14px !important
}
.wpcf7-response-output {
	margin: 0 auto !important;
}

.intro-similaire{
	font-size: 16px;
	color: var(--green);

}

.sec-list-bien .title{
	margin-bottom: 0;
}

.sec-list-bien:before{
	height: 50%;
	top: inherit;
	bottom: 0;
}

/*Brochure*/

 ul.lst-pdf li a {
	color: var(--green);
	font-size: 18px;
	display: block;
	padding-left: 29px;
	background: url(../images/ico-pdf.png) no-repeat left center;
}
#PopUpAgent {
	max-width: 600px;
	padding: 45px 50px 50px;
	clip-path: polygon(0% 0%, calc(100% - 73px) 0%, 100% 40px, 100% 100%, 0% 100%);
}
.title_popup {
	font-size: 24px;
	margin-bottom: 30px;
	font-family: var(--f2);
	line-height: 26px;
	text-align: center;
	color: var(--green)
}
#PopUpAgent .form-group .form-control {
	border: rgba(0,79,55,0.3) solid 1px;
	color: var(--green);
	font-family: var(--f1)
}
#PopUpAgent .form-group {
	margin-bottom: 20px
}

.blcBtn p {
	position: relative;
	background-color: var(--green);
	height: 66px;
	margin-bottom: 0
}
.blcBtn .btn {
	width: 100%;
	background-color: var(--green);
	color: var(--beige);
	border: none;
	cursor: pointer;
}
.blcBtn  p::after {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	background: url(../images/arrow-btn-beige.svg) center no-repeat;
	right: 0;
	left: 108px;
	margin: auto;
	top: 29px;
	transform: rotate(-50deg);
	transition: all ease-in-out .4s;
}
.blcBtn  p:hover::after {
	transform: rotate(0deg);
	right: -4px;
	top: 30px;
}

.fancybox-close-small {
	width: 75px;
	height: 75px;
	background: url(../images/close.svg) no-repeat center;
	background-color: var(--beige);
	position: absolute;
	right: 0;
	top: 0;
	background-size: 25px;
  background-position: center 32px;
}
.fancybox-button svg {
	display: none;
}

.blcBtn.ng-scope p::after {
	display: none;
}



.title-dispo{
	font-size: 30px;
	line-height: 38px;
	font-family: var(--f2);
	margin-bottom: 20px;
}

.sec-bien-dispo .list-appart{
	margin:0 -43px;
}

.sec-bien-dispo .item{
	width: 33.33%;
	padding: 43px;
}

.sec-bien-dispo .item .inner-item{
	background: var(--green2);
	padding:20px;
	min-height: 274px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	clip-path: polygon(0% 0%, calc(100% - 130px) 0%, 100% 40px, 100% 100%, 0% 100%);
	cursor: pointer;
}


.sec-bien-dispo .item.active .inner-item{
	background: var(--green);
	color: var(--white);
}


.sec-bien-dispo .item .title-item{
	font-size: 40px;
	font-weight: 700;
	font-family: var(--f2);
	margin-bottom: 20px;

}

.blc-table{
	padding-top: 70px;
}

.blc-table table{
	width: 100%;
	font-size: 18px;
	text-align: center;
	min-width: 1280px;
}


.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: var(--green)!important;
}

.blc-table table th:last-child{
	width: 28.5%;
}

.blc-table table th{
	width: 14.3%;
}


.blc-table table td:not(:last-child),
.blc-table table th:not(:last-child){
	border-right: 1px solid var(--green);
	
}

.blc-table table td{
	padding:15px 25px
}


.blc-table table th{
	font-size: 25px;
	font-weight: 700;
	font-family: var(--f2);
	padding: 5px 0 40px;
	text-align: center;

}

.blc-table table th:first-child{
	text-align: left;
	padding-left: 0;
}

.blc-table table td:first-child{
	font-weight: 700;
	text-align: left;
}


.blc-table table tr:nth-child(even){
	background: var(--beige);
}

.blc-table table tr:nth-child(odd){
	background: rgba(234,224,206,.3);
}

.blc-table table tr:first-child{
	background: none;
}

.blc-table .inner-price{
	max-width: 326px;
	margin:auto;
}

.blc-table .inner-price .btn{
	padding: 13px 40px 13px 20px
}


.blc-table .inner-price .btn span:after{
	right: -18px;
}

/*
.content-tab .tab{
	 display: none;
}

.content-tab .tab1{
	display: block;
}*/

.indispo {
	background: #bab7b2;
	color: #bbb;
}

.biens-mobile {
	display: none
}


@media (min-width:1200px) {
	.blc-gal .item-gal:hover .inner-gal:before{
		opacity: 1;
	}

	.blc-gal .item-gal:hover img{
		transform: scale(1.05);
	}

	.infos-agent .coord-agent a:hover{
		color: var(--beige);
	}

	.blc-table .inner-price .btn:hover span:after{
		right: -18px;
		top: 8px;
	}

	.sec-bien-dispo .item:hover .inner-item{
		background: var(--green);
		color: var(--white);
		clip-path: polygon(0% 0%, calc(100% - 0px) 0%, 100% 0px, 100% 100%, 0% 100%);
		transition: all ease-in-out .4s;
	}

	

}

@media (max-width:1700px) { 
		.blc-gal .item-gal .inner-gal {
		max-height: 160px;
		height: 160px
	}
	.blc-gal .item-gal .inner-gal img{
		height: 100%
	}
}

@media (max-width:1439px) {
	.sec-detail .left-detail{
		padding-right: 60px;
	}
	.blc-gal .item-gal .inner-gal {
		max-height: 160px;
	}
	
	.video-container {
		position: static;
		height: 500px;
	}


}

@media (max-width:1200px) {
	.sec-detail .left-detail{
		width: 100%;
		padding-right: 0;
	}
	.sec-detail .right-detail{
		width: 100%!important;
		margin-top: 50px;
		position: static!important;
	}

	.sec-detail{
		padding: 40px 0;
	}
	.blc-characteristic{
		margin-top: 40px;
	}
	
	.sec-banner-single{
		padding-bottom: 40px;
	}

	.sec-visite .blc-agent{
		padding-right: 40px;
	}
	.sec-visite{
		padding: 40px 0;
	}

	.sec-banner-single .bg-mobile{
		display: block;
		height: 500px;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.sec-banner-single{
		height: auto;
		background: none!important;
	}

	.breadcrumb{
		margin-top: -100px;
	}

	.video-container {
		position: static;
		height: 500px;
	}

	.sec-banner-single .content-banner::before {
		width: 100%;	
		left: 0;
		clip-path:inherit;
	}

	.sec-bien-dispo .list-appart{
		margin:20px -20px 0;
	}

	.sec-bien-dispo .item{
		padding: 20px;
	}
	.sec-banner-single .title-banner {
		font-size: 35px;
		line-height: normal;
	}




}


@media (max-width:1023px) {
	.sec-nav-single li {
		margin-right: 35px;
	}

	.sec-visite .blc-agent{
		width: 100%;
		padding: 0;
	}

	.sec-visite .blc-agent .img-agent img{
		width: 200px !important;
		object-fit: cover;
	}
	.sec-visite .row-visite .blc-form{
		width: 100%;
		margin-top: 50px;
	}

	.info-right-banner {
		width: 100%;
		margin-top: 40px;
	}
	.sec-detail {
		padding: 40px 20px
	}
	.nav-single {
		padding: 0 20px;
	}
	.video-container {
		height: 356px;
	}
	.video-container iframe {

		top: 36%;
		left: 50%;
		
	}

	.sec-bien-dispo .item {
		width: 100%;
	}


	.blc-table table {
		display: block;
		min-width: inherit;
	}
	.blc-table table th {
		display: none;
	}
	.blc-table table td {
		display: block;
		width: 100%;
		text-align: right;
		min-height: 55px
	}
	.mCSB_horizontal.mCSB_inside > .mCSB_container {
		position: static !important;
		width: 100% !important;
	}
	.mCustomScrollBox {
		overflow-x: visible !important;
	}
	.blc-table table tr:nth-child(2n) {
		width: 100%;
		display: block;
	}
	.blc-table table tr:nth-child(2n+1) {
		width: 100%;
		display: block;

	}
	.blc-table table td:not(:last-child), .blc-table table th:not(:last-child) {
		border-bottom: 1px solid var(--green);
		border-right: none
	}
	.blc-table table td:first-child {
		text-align: right;
	}
	.blc-table .inner-price {
			max-width: 100%;
			margin: auto;

			display: block;
			text-align: center;
		}

	.blc-table table tr td::before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
		text-align: left;
	}
	.blc-table table tr td::before {
		font-size: 14px;
	}
	.blc-table .inner-price .btn {
		margin-bottom: 5px
	}
	.blc-table .inner-price strong {
		margin-bottom: 10px;
		text-align: right;
		display: block;
	}

	.blc-table table td:nth-child(4), .blc-table table td:nth-child(5) {
		display: none;
	}

	.blc-table  tbody {
		width: 100%;
		display: block;
	}

	.biens-mobile {
		display: block;
		background: var(--green);
		color: var(--beige);
		margin: 20px 0 0;
		padding: 20px 25px;
		font-weight: bold;
		font-family: var(--f2);
		position: relative;
		cursor: pointer
	}
	.biens-mobile:after {
		content: "";
		background: url(../images/arrow-select.svg)center no-repeat;
		width: 15px;
		height: 15px;
		position: absolute;
		right: 25px;
		top: 0;
		bottom: 0;
		margin: auto
	}

	.sec-bien-dispo .list-appart {
		display: none
	}
	.blc-table {
		padding-top: 20px;
	}


	.sec-bien-dispo .list-appart.active {
		display: block;
	}

	.blcChambre.active .list-appart{
		display: block;
	}
	
	.sec-bien-dispo .item .inner-item {
		min-height: inherit;
		padding: 10px 20px
	}

	.sec-bien-dispo .list-appart{
		margin:0  -10px 0;
	}

	.sec-bien-dispo .item .inner-item {
		clip-path: none;
	}
	.sec-bien-dispo .item {
		border-bottom: #fff solid 1px;
	}
	.sec-bien-dispo .item {
		width: 100%;
		padding: 0 10px;
		border-bottom: #fff solid 1px;
	}

	.sec-bien-dispo .list-appart{
		margin:0 -10px 0;
	}
	.sec-bien-dispo .item .title-item {
		margin-bottom: 0;
		padding: 10px 20px;
		font-size: 25px;
	}
	.infos-item.ng-binding {
		font-size: 16px;
	}
	.sec-bien-dispo .item .title-item {
		margin-bottom: 0;
		padding: 0px 20px;
		font-size: 20px;
	}
	#sec-dispo .btn.scroll {
		display: none;
	}
	.blc-table table tr {
		margin-bottom: 20px;
	}
	
	







}

@media (max-width:767px) {
	.sec-nav-single{
		display: none;
	}

	.sec-detail {
	    padding: 40px 20px;
	}

	.before-white:before{
		width: 100%;
		left: 0;
	}
	.blc-characteristic .item-characteristic{
		width: 100%;
	}

	.blc-gal .item-gal {
		width: 50%;
		padding: 5px;
	}
	.list-gal{
		margin:0 -5px;
	}
	.infos-agent{
		padding:20px 0 0;
	}
	.right-detail .list-infos-bien .item-info{
		width: 100%;
		padding: 0 0 15px;
		margin-bottom: 20px;
	}
	.right-detail .list-infos-bien .item-info:after{
		right: 0;
		left: 0;
		top: inherit;
		bottom: 0;
		width: 100%;
		height: 1px;

	}
	.right-detail .infos-bien{
		padding: 50px 15px;
	}
	.w-50{
		width: 100%;
	}
	.sec-visite{
		padding: 60px 0;
	}

	.infos-banner .item-info .title-info{
		font-size: 9px;

	}
	.infos-banner .item-info strong{
		font-size: 17px;
	}
		.infos-banner .info-right-banner .btn{
			width: 100%;
		}
	.infos-banner .info-right-banner .btn:first-child{
		margin:0 0 15px;
	}

	.sec-banner-single .content-banner{
		margin:0;
		padding:30px 20px 25px;
	}

	.sec-banner-single .content-banner::before {
		width: 100%;	
		left: 0;
		clip-path:inherit;
	}
	.video-container iframe {
		top: 32%;
	}


	.sec-banner-single .title-banner {
    font-size: 35px;
    line-height: 40px;
	}
	.blc-characteristic{
		margin-top: 50px;
	}

	.sec-banner-single .bg-mobile{
		height: 400px;
	}
	.sec-visite:after {
		right: 0;
	}
	.video-container iframe {	
		height: 169.35vw;
		width: 200.4vw;

	}

	.sec-bien-dispo .item{
		width: 100%;
		padding:0 10px;
	}

	.sec-bien-dispo .list-appart{
		margin:0 -10px 0;
	}

	.blc-table{
		padding-top: 20px;
	}

	.sec-bien-dispo .item .title-item {
		font-size: 20px;
	}

	.blc-table table th{
		font-size: 22px;
	}
	#sec-dispo .btn.scroll {
		display: none;
	}
	



}
@media (max-width:600px) { 
	#PopUpAgent {
		padding: 25px 20px 20px;
		clip-path: inherit;
	}
	.fancybox-close-small {
		width: 60px;
		height: 60px;
		background-position: center 20px;
		background-size: 20px
		
	}
	.title_popup {
		font-size: 20px;
		line-height: 26px;
		padding: 0 35px 20px 0;
		
	}
	.sec-detail {
	    padding: 20px 0;
	}
	.title-detail {
		margin-bottom: 20px
	}
	.sec-banner-single .content-banner{
		margin:0;
		padding:40px 0 25px;
	}
	.video-container iframe {
		top: 25%;

	}
	.sec-banner-single .title-banner {
		font-size: 30px;
		line-height: 40px;
	}
	.blc-table table td {
		padding: 15px 20px;
	}

}


@media (max-width:375px) {
	.infos-banner .item-info {
		padding: 0 16px;
	}

}