@media (max-width: 1345px) {
	.tableSection .tableBlock {
		overflow: auto;
	}
	.tableSection .tableBlock table{
		width: 840px;
	}
}

@media (max-width: 991px) {
	.navigation{
		display: none;
	}
	.mainSlider.owl-carousel .owl-item img {
		height: calc(100dvh - 100px);
		object-fit: cover;
		object-position: center;
	}
	#sec-maison {
		overflow: hidden;
	}
	#sec-maison .secondSlider.owl-carousel .owl-item img {
		height: calc(100dvh - 100px);
		object-fit: cover;
		object-position: center;
	}
	#la-appartements,
	#espritmaison {
		overflow: hidden;
	}
	#la-appartements .secondSlider.owl-carousel .owl-item img,
	#espritmaison .secondSlider.owl-carousel .owl-item img {
		height: calc(100dvh - 100px);
		object-fit: cover;
		object-position: center;
	}
	.sec-chessy-image {
		overflow: hidden;
	}
	.sec-chessy-image img {
		height: calc(100dvh - 100px);
		object-fit: cover;
		object-position: center;
	}
	.siteMap {
		overflow: hidden;
	}
	.siteMap .siteMap-image {
		height: calc(100dvh - 100px);
		object-fit: cover;
		object-position: center;
	}
	.secondBlock, .thirdBlock, .forthBlock, .sixBlock, .foubourgBlock {
		text-align: center;
	}
	.thirdBlock .listWrap{
		display: block;
	}
	.thirdBlock .listWrap:last-child{
		padding-bottom: 0;
	}
	.thirdBlock .listWrap .imgWrap {
		margin: 0 0 20px;
	}
	.thirdBlock .listWrap .imgWrap img {
		display: inline-block;
	}
	.thirdBlock .listWrap .colWrap{
		border-right: none;
		padding-left: 0;
	}
	.foubourgBlock {
		flex-wrap: nowrap;
		flex-direction: column;
		padding: 50px 30px;
	}
	.foubourgBlock .textBlock {
		padding: 0;
		width: 100%;
	}
	.foubourgBlock .imgBlock {
		width: 100%;
		margin-top: 50px;
	}
	.footer {
		flex-direction: column;
		text-align: center;
		gap: 35px;
	}
	.footer-top {
		flex-direction: column;
		gap: 25px;
	}
	.footer .uneRealis {
		gap: 15px;
		margin: 0;
		padding-right: 0;
		border-right: none;
		flex-direction: column;
	}
	.footer .uneRealis img {
		width: 100px;
	}
	.footer-bottom {
		flex-direction: column;
		gap: 10px;
		margin-top: 0;
		padding-top: 25px;
	}
	.footer-bottom img {
		margin-top: 5px;
	}
	.page-wrapper .rightColumn{
		display: none !important;
	}
	.contact-section-mobile {
		background: #00845f;
		padding: 50px 40px;
		text-align: center;
	}	
	.btnBlock .action.primary{
		height: auto;
		min-height: 45px;
		line-height: 1.2;
		padding: 10px 16px;
		white-space: normal;
		text-align: center;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		max-width: 100%;
	}
	.tableSection .tableBlock table {
        width: 950px;
    }
	.tableSection .tableBlock table th:first-child, .tableSection .tableBlock table td:first-child{
		padding-left: 40px;
	}
	.tableSection .tableBlock table th:last-child, .tableSection .tableBlock table td:last-child{
		padding-right: 40px;
	}
	#section-slider {
		overflow: hidden;
	}
	.housePic:before{
		display: none !important;
	}
	.mainSlider .item .textBlock{
		font-size: 24px;
		padding-right: 15px;
		top: 30px;
	}
	.mainSlider .item .textBlock span {
		font-size: 18px;
	}
	.foubourgBlock:before{
		display: none;
	}
	.foubourgBlock:after{
		bottom: -81px;
		height: 160px;
		width: 80px;
	}
	.header .logo{
		flex: 1;
		width: auto;
	}
	.header .logo img {
		width: 120px;
	}
}

@media (max-width: 767px) {
	.tableSection .linksBlock {
		gap: 30px;
		padding: 20px 30px 60px;
		flex-direction: column;
		align-items: flex-start;
	}
	.tableSection .linksBlock .tsLinks {
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.page-wrapper{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.page-wrapper .leftColumn{
		background: #ffffff;
		padding: 0 0 0 50px;
		width: 68.75%;
	}
	.page-wrapper .rightColumn{
		position: sticky;
        top: 0;
        right: 0;
        width: 31.25%;
	}
	.page-wrapper .rightColumn:before {
        /*background: url(../images/rightColTopbg.png) no-repeat top right;*/
		background-size: contain;
        content: '';
        height: 129px;
		max-width: 88px;
        width: 15%;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
		z-index: 1;
    }
	#section-contact {
		background: #00845f;
        position: relative;
		padding: 0;		
    }
	#section-contact .contact-form{
		border: 20px solid #00845f;
        min-height: 100dvh;
        max-width: 100%;
		
	}
	#section-contact .contact-form-inner{		
		max-width: 400px;
		margin: 0 auto;
		padding: 30px 20px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	/*#section-contact:before {
		background: #00845f;
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		-webkit-transition: all .1s ease;
		-moz-transition: all .1s ease;
		transition: all .1s ease;
	}
	#section-contact:hover:before, #section-contact.active:before{
		left: 30px;
		top: 30px;
		right: 30px;
		bottom: 30px;
	}*/
	#section-contact:hover .contact-form, #section-contact.active .contact-form{
		border-color: #ffffff !important;
	}
	.secondBlock, .forthBlock, .thirdBlock, .sixBlock{
		padding: 50px 40px;
	}
	.tableSection .titleBlock{
		padding: 40px;
	}
	.tableSection .linksBlock{
		padding: 20px 40px 70px;
	}
	.foubourgBlock .imgBlock {
		width: 230px;
	}
	.foubourgBlock .textBlock{
		padding: 60px 30px 120px 40px;
	}
	.foubourgBlock:before{
		height: 51px;
        width: 265px;
        top: -33px;
	}
	.header .logo{
		height: 130px;
		padding: 0 12px;
		width: 130px;
	}
	.navigation {
		margin-bottom: 18px;
		padding: 0 1%;
	}
	.navigation ul li a {
		font-size: 13px;
		letter-spacing: 0.03em;
		padding: 0 6px;
	}
	.mainSlider .item .textBlock {
		left: 145px;
	}
	.contact-form .title1{
		font-size: 26px;
	}
	.contact-form .title1 strong{
		font-size: 30px;
	}
	.contact-form .title2 {
		font-size: 40px;
	}
	.contact-form .title3 {
		font-size: 25px;
	}
	.contact-form .title3 span {
		font-size: 19.5px;
	}
	.formBlock .form-button button{
		font-size: 15px;
	}
	.footer {
		padding: 0;
	}
	.footer-top {
		padding: 30px 25px;
	}
	.footer-bottom {
		position: relative;
		left: -50px;
		width: calc(68.75vw);
	}
	.footer .uneRealis img{
		width: 80px;
	}
	.epaFranc img{
		width: 120px;
	}
	.epaFranc2 img{
		width: 240px;
	}
	.action.primary{
		font-size: 16px;
		letter-spacing: 0.06em;
	}
	.section-title-bold{
		font-size: 28px;
	}
	.secondBlock h3 {
		font-size: 22px;
		margin: 0 0 48px;
	}
	.contact-section-mobile{
		display: none !important;
	}
	.tableSection .linksBlock{
		gap: 3%;
	}
	.tableSection .linksBlock .tsLinks{
		font-size: 16px;
		max-width: 400px;
		width: 50%;
	}
	.mainSlider.owl-carousel:before{
		width: 130px;
	}
	#section-slider:before{
		height: 340px;
		width: 256px;
		bottom: -33px;
		right: -42px;
	}
	.housePic:before{
		height: 55px;
		width: 55px;
	}
	.housePic:after{
		height: 89px;
		width: 160px;
	}
	.forthBlock:before{
		height: 82px;
		width: 115px;
		bottom: -59px;
	}
	.forthBlock:after{
		height: 130px;
		width: 120px;
		bottom: -65px;
	}
	.attentePic:before{
		height: 60px;
		width: 59px;
	}
	.tableSection:before{
		height: 306px;
        width: 154px;
        top: -153px;
	}
	.tableSection:after{
		height: 92px;
		width: 130px;
		bottom: -66px;
	}
	.sixBlock .section-title-bold{
		padding-right: 90px;
	}
	.sixBlock:before {
		height: 89px;
        width: 45px;
        top: -46px;
	}
	.sixBlock:after{
		height: 259px;
		width: 130px;
		top: -130px;
	}
}

@media (min-width: 1200px){
	.page-wrapper .leftColumn{
        padding: 0 0 0 80px;
	}
	.footer-bottom {
		left: -80px;
		width: calc(68.75vw);
	}
	.secondBlock, .forthBlock, .thirdBlock, .sixBlock{
		padding: 50px 60px;
	}
	.tableSection .titleBlock{
		padding: 50px 60px;
	}
	.tableSection .linksBlock{
		padding: 20px 60px 70px;
	}
	.foubourgBlock .imgBlock {
		width: 350px;
	}
	.foubourgBlock .textBlock{
		padding: 80px 6% 140px 60px;
	}
	.foubourgBlock:before{
		height: 77px;
        width: 404px;
        top: -50px;
	}
	.header .logo{
		padding: 0 20px;
		width: 150px;
	}
	.navigation {
		margin-bottom: 18px;
		padding: 0 1%;
	}
	.navigation ul li a {
		font-size: 15px;
		letter-spacing: 0.06em;
		padding: 0 8px;
	}
	.mainSlider .item .textBlock {
		font-size: 32px;
		left: 170px;
		top: 7.5%;
	}
	.mainSlider .item .textBlock span {
		font-size: 24px;
	}
	.mainSlider.owl-carousel:before{
		width: 150px;
	}
	#section-slider:before{
		height: 420px;
		width: 320px;
		bottom: -41px;
		right: -52px;
	}
	.housePic:before{
		height: 70px;
		width: 70px;
	}
	.housePic:after{
		height: 112px;
		width: 200px;
	}
	.forthBlock:before{
		height: 115px;
		width: 162px;
		bottom: -82px;
	}
	.forthBlock:after{
		height: 214px;
		width: 198px;
		bottom: -107px;
	}
	.tableSection:before{
		height: 346px;
        width: 173px;
        top: -172px;
	}
	.sixBlock:before {
		height: 102px;
        width: 52px;
        top: -52px;
	}
	.sixBlock:after{
		height: 298px;
		width: 150px;
		top: -150px;
	}
	#section-contact .contact-form{
		border: 30px solid #00845f;
	}
	#section-contact .contact-form-inner{		
		padding: 20px 30px;
		max-width: 410px;
	}
}

@media (min-width: 992px) and (max-width: 1349px){
	/*.header .filogo {*/
	/*	display: none !important;*/
	/*}*/
	.foubourgBlock:after{
		display: none;
	}
}

@media (min-width: 1350px){
	.header .filogo {
		padding: 0 10px;
	}
	.header .filogo img{
		width: 90px;
	}
	.mainSlider .item .textBlock {
		left: 240px;
	}
	.contact-form .title1{
		font-size: 30px;
	}
	.contact-form .title1 strong{
		font-size: 30px;
	}
	.contact-form .title2 {
		font-size: 46px;
	}
	.contact-form .title3 {
		font-size: 29.5px;
	}
	.contact-form .title3 span {
		font-size: 23.5px;
	}
	.tableSection .tableBlock table td a{
		font-size: 15px;
	}
	.tableSection .linksBlock{
		gap: 6%;
	}
	.tableSection .linksBlock .tsLinks{
		font-size: 20px;
		max-width: 400px;
		width: 50%;
	}
	.footer{
		padding: 23px 25px 23px 40px;
	}
	.foubourgBlock:after{
		height: 278px;
		width: 140px;
		bottom: -139px;
	}
}

@media (min-width: 1600px){
	.page-wrapper .leftColumn{
        padding: 0 0 0 120px
	}
	.footer-bottom {
		left: -120px;
		width: calc(68.75vw);
	}
	.secondBlock, .forthBlock, .thirdBlock, .sixBlock{
		padding: 50px 80px;
	}
	.tableSection .titleBlock{
		padding: 55px 80px;
	}
	.tableSection .linksBlock{
		padding: 20px 80px 70px;
	}
	.header .logo{
		width: 180px;
	}
	.header .filogo img{
		width: 100px;
		border: 1px solid #fff;
	}
	.navigation {
		padding: 0 2%;
	}
	.navigation ul li a {
		font-size: 16px;
	}
	.mainSlider .item .textBlock {
		left: 287px;
	}
	.thirdBlock .titleWrap{
		font-size: 28px;
	}
	.thirdBlock .listWrap {
		padding: 55px 0;
	}
	.thirdBlock .listWrap .imgWrap img{
		width: auto;
	}
	.thirdBlock .listWrap .colWrap {
		font-size: 22px;
		padding-left: 45px;
	}	
	.formBlock .form-button button{
		font-size: 17px;
	}
	.footer {
		padding: 23px 30px 23px 130px;
	}
	.footer .uneRealis img{
		width: 120px;
	}
	.epaFranc img{
		width: 160px;
	}
	.epaFranc2 img{
		width: 350px;
		padding-right: 5px;
	}
	.tableSection .tableBlock table th:first-child, .tableSection .tableBlock table td:first-child{
		padding-left: 40px;
	}
	.tableSection .tableBlock table th:last-child, .tableSection .tableBlock table td:last-child{
		padding-right: 40px;
	}
	.mainSlider.owl-carousel:before{
		width: 179px;
	}
	#section-slider:before{
		height: 561px;
		width: 436px;
		bottom: -56px;
		right: -71px;
	}
	.housePic:before{
		height: 97px;
		width: 97px;
	}
	.housePic:after{
		height: 148px;
		width: 265px;
	}
	.forthBlock:before{
		height: 115px;
		width: 162px;
		bottom: -82px;
	}
	.forthBlock:after{
		height: 214px;
		width: 198px;
		bottom: -107px;
	}
	.attentePic:before{
		height: 88px;
		width: 87px;
	}
	.tableSection:before{
		height: 364px;
		width: 183px;
		top: -182px;
	}
	.tableSection:after{
		height: 115px;
		width: 162px;
		bottom: -82px;
	}
	.sixBlock .section-title-bold{
		padding-right: 100px;
	}
	.sixBlock:before {
		height: 124px;
		width: 63px;
		top: -63px;
	}
	.sixBlock:after{
		height: 364px;
		width: 183px;
		top: -183px;
	}
	.foubourgBlock:after{
		height: 364px;
		width: 183px;
		bottom: -183px;
	}
	.foubourgBlock .imgBlock {
		width: 400px;
	}
	.foubourgBlock .textBlock{
		padding: 130px 6% 175px 80px;
	}
	.foubourgBlock:before{
		height: 88px;
        width: 461px;
        top: -57px;
	}
}

@media (min-width: 1900px){
	.page-wrapper .leftColumn{
		padding: 0 0 0 180px;
	}
	.footer-bottom {
		left: -131px;
		width: calc(59.79vw);
	}
	.header .logo{
		width: 200px;
	}
	.header .filogo {
		padding: 0 14px;
		width: 125px;
	}
	.navigation {
		margin-bottom: 25px;
	}
	.navigation ul li a {
		font-size: 18px;
	}
	.mainSlider .item .textBlock {
		font-size: 38px;
		left: 327px;
	}
	.mainSlider .item .textBlock span {
		font-size: 28px;
	}
	.mainSlider.owl-carousel:before{
		width: 212px;
	}
	.footer .uneRealis img{
		width: auto;
	}
	.epaFranc img{
		width: auto;
	}
	.foubourgBlock .imgBlock {
		width: 436px;
	}
	.foubourgBlock .textBlock{
		padding: 175px 10% 175px 80px;
	}
	.foubourgBlock:before{
		height: 95px;
		width: 502px;
		top: -63px;
	}
}