@font-face {
    font-family: 'Neutra Text';
    src: url('../fonts/NeutraText-Book.woff2') format('woff2'),
        url('../fonts/NeutraText-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neutra Text';
    src: url('../fonts/NeutraText-Bold.woff2') format('woff2'),
        url('../fonts/NeutraText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra Text Alt';
    src: url('../fonts/NeutraText-BookAlt.woff2') format('woff2'),
        url('../fonts/NeutraText-BookAlt.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neutra Text Alt';
    src: url('../fonts/NeutraText-BoldAlt.woff2') format('woff2'),
        url('../fonts/NeutraText-BoldAlt.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


*, *::before, *::after {
    box-sizing: border-box;
}

body{
	background: #ffffff;
	color: #015B4E;
    font-family: 'Neutra Text';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
	margin: 0;
    padding: 0;
}
a{
	text-decoration: none;
}
img{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}


#section-contact {
    padding: 50px 40px;
}
#section-contact .contact-form, .contact-section-mobile .contact-form {
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
}

.contact-form .title1{
	color: #ffffff;
	font-family: 'Neutra Text Alt';
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 0.9;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.contact-form .title1 strong{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.35;
	display: block;
}
.contact-form .title1 .title1-line2{
	margin-bottom: 15px;
}
.contact-form .title2{
	color: #ffffff;
	font-family: 'Neutra Text Alt';
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.05;
	margin: 26px 0 7px;
}
.contact-form .title3,
.contact-form .title3 strong {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 0.95;
	margin: 18px 0 12px;
	text-transform: uppercase;
}

.contact-form .smallText{
	color: #75C096;
	font-family: 'Neutra Text Alt';
	font-size: 13.3px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.contact-form .smallText span{
	font-size: 12.4px;
}

.formBlock .form-row{
	margin: 0 0 8px;
}
.formBlock .input-text{
	background: none;
	border: 1px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
	font-family: 'Helvetica', Arial;
	font-size: 15.3px;
	font-weight: 400;
	letter-spacing: 0.06em;
	height: 38px;
	padding: 0 15px;
	width: 100%;
}
.formBlock .input-text:focus{
	box-shadow: none;
	outline: none;
}
input::placeholder, textarea::placeholder {
	color: #ffffff;
	opacity: 0.75;
}
.formBlock .input-text.input-textarea{
	height: 120px;
	padding: 10px 15px;
}

.formBlock .form-row.checkbox-row{
	margin: 0 0 18px;
}
.checkbox-row label{
	color: #ffffff;
	font-family: 'Helvetica';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 18px;
	position: relative;
    display: block;
	padding-left: 30px;
	text-align: left;
}
.checkbox-row input[type=checkbox] {
    border: 1px solid #fff;
    padding: .5em;
    -webkit-appearance: none;
    border-radius: inherit;
    height: 15px;
    width: 15px;
    position: absolute;
	left: 0;
    top: 2px;
    visibility: hidden;
    opacity: 0;
	margin: 0;
}
.checkbox-row input[type=checkbox] + span:before, .contect-section-mobile .checkbox-row input[type=checkbox]+span:before {
    border: 1px solid #ffffff;
    border-radius: 4px;
	content: " ";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 2px;
    left: 0;
}
.checkbox-row input[type=checkbox]:checked + span:after, .contect-section-mobile .checkbox-row input[type=checkbox]:checked + span:after {
    background: #ffffff;
    border-radius: 2px;
	content: " ";
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 6px;
    left: 4px;
}
.formBlock .form-button button{
	background: #ffffff;
	border: 2px solid #B3D8C1;
	border-radius: 8px;
	color: #BF995A;
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
	font-family: 'Helvetica';
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.06em;
	height: 50px;
	line-height: 1.2;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.formBlock .form-button button:hover{
	background: #015B4E;
	border-color: #ffffff;
	color: #ffffff;
}

.contact-terms{
	color: #ffffff;
	font-family: 'Helvetica';
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
	margin-top: 15px;
	text-align: left;
}

.header{
	display: flex;
}
.header .logo {
    background: #015b4e;
    /*border: 2px solid #bf995a;*/
	border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 20px;
    height: 100px;
    width: 263px;
}
.header .filogo {
    background: #79766F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.header .filogo img{
	width: 65px;
	border: 1px solid #fff;
}

.navigation {
    flex: 1;
    margin-top: auto;
	margin-bottom: 25px;
	padding: 0 2%;
}
.navigation ul {
    display: flex;
    align-items: center;
	justify-content: space-around;
}
.navigation ul li a {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.06em;
    display: block;
    line-height: 35px;
	padding: 0 8px;
}
.navigation ul li a:hover {
	color: #BF995A;
}

#section-slider{
	position: relative;
}
#section-slider:before{
	background: url('../images/bannerRightShape.png') no-repeat right bottom;
	background-size: contain;
	content: '';
	display: block;
	height: 380px;
	width: 300px;
	position: absolute;
	bottom: -39px;
    right: -49px;
	z-index: 2;
}
.mainSlider.owl-carousel:before{
	/*background: url('../images/bannerTopLeftShape.png') no-repeat;*/
	background-size: contain;
	content: '';
	display: block;
	height: 129px;
	width: 130px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.mainSlider .item{
	position: relative;
}
.mainSlider .item .textBlock{
	color: #ffffff;
	font-family: 'Neutra Text Alt';
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.05;
	padding-right: 30px;
	position: absolute;
	left: 140px;
	top: 5.5%;
}
.mainSlider .item .textBlock span {
    display: block;
	font-size: 20px;
}
.mainSlider.owl-carousel .owl-nav {
	position: absolute;
	bottom: 25px;
	left: 70px;
	z-index: 2;
}
.mainSlider.owl-carousel .owl-nav button.owl-next, .mainSlider.owl-carousel .owl-nav button.owl-prev {
	background: url('../images/arrow-right.png') no-repeat center;
    height: 55px;
    width: 36px;
}
.mainSlider.owl-carousel .owl-nav button.owl-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.action.primary{
	background: #BF995A;
	border: 1px solid #ffffff;
	border-radius: 10px;
	color: #ffffff;
	display: inline-block;
	font-family: 'Helvetica';
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.03em;
	height: 45px;
	line-height: 43px;
	padding: 0 22px;
	text-transform: uppercase;
}
.action.primary:hover{
	background: #015B4E;
}
.section-title-bold{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.25;
	text-transform: uppercase;
}

.section-title-bold.bold-alt{
	font-family: 'Neutra Text Alt';
	font-weight: bold;
}

.secondBlock{
	background: #75C096;
	padding: 50px 30px;
}
.secondBlock h1{
	color: #015B4E;
	margin: 0 0 40px;
}
.secondBlock h1 span{
	color: #FFFFFF;
	display: block;
}
.secondBlock p{
	color: #ffffff;
	margin: 0 0 55px;
}
.secondBlock h3{
	color: #ffffff;
	font-family: 'Neutra Text Alt';
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
	margin: 0 0 35px;
}

.forthBlock{
	background: #015B4E;
	color: #ffffff;
	padding: 50px 30px;
	position: relative;
}
.forthBlock:before{
	display: none;
	background: url('../images/forthBlockLeftBottom.png') no-repeat;
	background-size: contain;
	content: '';
	height: 46px;
	width: 65px;
	position: absolute;
	bottom: -33px;
    left: 0;
	z-index: 1;
}
.forthBlock:after{
	display: none !important;
	background: url('../images/forthBlockBottomRight.png') no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 86px;
	width: 80px;
	position: absolute;
	bottom: -42px;
    right: 0;
	z-index: 1;
}
.forthBlock h2{
	margin: 0 0 40px;
}
.forthBlock p{
	margin: 0 0 30px;
}
.forthBlock p:last-child{
	margin: 0;
}
.forthBlock .btnBlock{
	margin: 50px 0 0;
}

.thirdBlock{
	background: #BF995A;
	color: #FFFFFF;
	padding: 50px 30px;
}
.thirdBlock .titleWrap{
	border-bottom: 2px solid #015B4E;
	color: #015B4E;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.25;
	padding: 10px 0;
}
.thirdBlock .listWrap{
	border-bottom: 4px solid #BF995A;
	display: flex;
	padding: 45px 0;
}
.thirdBlock .listWrap .imgWrap img{
	width: 65px;
}
.thirdBlock .listWrap .colWrap {
	border-right: 2px solid #FFFFFF;
    flex: 1;
	font-family: 'Neutra Text Alt';
	font-size: 20px;
	padding-left: 25px;
}
.thirdBlock .listWrap .colWrap:last-child, .thirdBlock .listWrap:last-child{
	border: none;
}

.singleImg img, .siteMap img{
	width: 100%;
	display: block;
}
.secondSlider .item,
.secondSlider .owl-item,
#sec-maison .owl-item {
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
#sec-maison .item {
	position: relative;
	aspect-ratio: 16/9;
	overflow: hidden;
}
#sec-maison .item img,
#sec-maison .item video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.siteMap{
	background-color: #E2F7EA;
}

.sixBlock{
	background: #75C096;
	border-top: 2px solid #BF995A;
	color: #000000;
	padding: 80px 30px 50px;
	position: relative;
}
.sixBlock:after{
	background: url('../images/tableSectionTopRight.png') no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 159px;
	width: 80px;
	position: absolute;
	top: -81px;
    right: 0;
	z-index: 1;
}
.sixBlock:before{
	background: url('../images/smallRoundShape.png') no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 89px;
	width: 45px;
	position: absolute;
	top: -46px;
    left: 0;
	z-index: 1;
}
.sixBlock h3{
	color: #005052;
	margin: 0 0 40px;
}
.sixBlock h3 span{
	color: #ffffff;
	display: block;
}
.sixBlock h4{
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 35px;
}
.sixBlock p{
	margin: 0 0 55px;
	max-width: 810px;
	width: 100%;
}

.foubourgBlock {
    display: flex;
	position: relative;
}
.foubourgBlock:before {
    background: url('../images/faubourgTopShape.png') no-repeat;
	background-size: contain;
    content: '';
    display: block;
    height: 95px;
    width: 502px;
    position: absolute;
    top: -63px;
    right: 0;
    z-index: 1;
}
.foubourgBlock:after {
    background: url('../images/tableSectionTopRight.png') no-repeat;
	background-size: contain;
    content: '';
    display: block;
    height: 364px;
    width: 183px;
    position: absolute;
    bottom: -183px;
    left: 0;
    z-index: 1;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.foubourgBlock .textBlock{
	padding: 35px;
	flex: 1;
}
.foubourgBlock .textBlock h3{
	color: #005052;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.06em;
	margin: 0 0 35px;
	text-transform: uppercase;
}
.foubourgBlock .textBlock p{
	color: #000000;
	margin: 0;
}
.foubourgBlock .imgBlock {
    width: 436px;
}
.foubourgBlock .imgBlock img{
	width: 100%;
}
.foubourgBlock .imgBlock p {
    color: #000000;
    font-size: 16px;
	font-style: italic;
    margin: 10px 0 35px;
}

.footer{
	display: flex;
	flex-direction: column;
	font-size: 15px;
	line-height: 24px;
}
.footer-top{
	background: #ffffff;
	color: #3C3C3C;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 30px;
}
.footer .uneRealis {
    display: flex;
    align-items: center;
    gap: 20px;
	margin-right: 5%;
	padding-right: 5%;
	border-right: 2px solid #BF995A;
	color: #BF995A;
}
.footer .uneRealis img {
	max-height: 140px;
	width: auto;
}
.epaFranc {
    margin-right: 25px;
}
.footer-bottom{
	background: #BF995A;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	width: 100%;
	padding: 20px 30px;
}
.footer-bottom a{
	color: #ffffff;
	text-decoration: underline;
}
.footer-bottom span{
	color: #ffffff;
}
.footer-bottom a:last-child{
	text-decoration: none;
}
.footer-bottom img{
	vertical-align: middle;
}

.tableSection{
	background: #015B4E;
	color: #ffffff;
	position: relative;
}
.tableSection:before{
	background: url('../images/tableSectionTopRight.png') no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 160px;
	width: 80px;
	position: absolute;
	top: -79px;
    right: 0;
	z-index: 1;
}
.tableSection:after{
	background: url('../images/tableSectionLeftBottom.png') no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 64px;
	width: 90px;
	position: absolute;
	bottom: -46px;
    left: 0;
	z-index: 1;
}
.tableSection .titleBlock{
	border-bottom: 2px solid #BF995A;
	padding: 40px 30px;
}
.tableSection .titleBlock h2{
	font-weight: 400;
	margin: 0;
}
.tableSection .titleBlock h2 strong{
	display: block;
}

.tableSection .linksBlock{
	display: flex;
	align-items: center;
	gap: 6%;
	padding: 50px 30px;
}

.tableSection .linksBlock .tsLinks{
	display: flex;
    align-items: center;
	flex: 1;
	font-size: 16px;
    letter-spacing: 0.05em;
    text-decoration: underline;
    text-transform: uppercase;
	max-width: 400px;
    width: 50%;
}
.tableSection .linksBlock .tsLinks a{
	background: #B3D8C1 url('../images/white-arrow-up.png') no-repeat center;
	border-radius: 50%;
	display: block;
	height: 50px;
	width: 50px;
	margin-left: auto;
}
.tableSection .linksBlock .tsLinks.whiteArrow a{
	background: #ffffff url('../images/black-arrow-up.png') no-repeat center;
}

.tableSection .tableBlock{
	padding-bottom: 40px;
}
.tableSection .tableBlock table{
	border-collapse: collapse;
    border-spacing: 0;
	text-align: left;
	width: 100%;
}
.tableSection .tableBlock table th, .tableSection .tableBlock table td{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.tableSection .tableBlock table th{
	padding: 15px 20px;
}
.tableSection .tableBlock table td{
	border-top: 1px solid #BF995A;
	padding: 28px 20px;
}
.tableSection .tableBlock table tr:nth-child(odd) td{
	background: #1b6c60;
}
.tableSection .tableBlock table td a{
	border: 1px solid #ffffff;
	border-radius: 30px;
	color: #ffffff;
	display: inline-block;
	font-family: 'Helvetica';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.06em;
	height: 40px;
	line-height: 38px;
	padding: 0 22px 0 44px;
	position: relative;
	white-space: nowrap;
}
.tableSection .tableBlock table td a:before{
	background: #ffffff;
	border-radius: 50%;
	content: '';
	height: 15px;
	width: 15px;
	position: absolute;
	top: 11px;
	left: 14px;
}

.housePic{
	position: relative;
}
.housePic:before{
	background: url('../images/righticonslider2.png') no-repeat right top;
	background-size: contain;
	content: '';
	display: block;
	height: 120px;
	width: 120px;
	position: absolute;
	top: 0;
    right: 0;
	z-index: 2;
}
.housePic:after{
	background: url('../images/bottomicon.png') no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 56px;
	width: 100px;
	position: absolute;
	bottom: 0;
    right: 0;
	z-index: 1;
}
.attentePic{
	position: relative;
}
.attentePic:before{
	background: url('../images/attenteLeftBottom.png') no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	bottom: 0;
    left: 0;
	z-index: 1;
}

.mainSlider.owl-carousel .owl-nav button.owl-next span, .mainSlider.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

/* Second slider nav */
.secondSlider.owl-carousel .owl-nav {
	position: absolute;
	bottom: 25px;
	left: 70px;
	z-index: 2;
}
.secondSlider.owl-carousel .owl-nav button.owl-next, .secondSlider.owl-carousel .owl-nav button.owl-prev {
	background: url('../images/arrow-right.png') no-repeat center;
	height: 55px;
	width: 36px;
}
.secondSlider.owl-carousel .owl-nav button.owl-prev {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.secondSlider.owl-carousel .owl-nav button.owl-next span, .secondSlider.owl-carousel .owl-nav button.owl-prev span {
	display: none;
}
.inlineBlock{
    display: inline-block;
}
@media (max-width: 690px) {
    #sec-maison,
    #sec-maison .secondSlider,
    #sec-maison .owl-stage-outer,
    #sec-maison .owl-stage,
    #sec-maison .owl-item,
    #sec-maison .item {
        height: 80vh !important;
        aspect-ratio: unset !important;
        overflow: hidden !important;
    }
    #sec-maison .item {
        position: relative !important;
    }
    #sec-maison .item video,
    #sec-maison .item img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}
