@charset "UTF-8";


/*======================= 1.0 GENERAL =========================*/

body {
	margin:0;
	padding:0;
	overflow-x:hidden; 
	font-family: 'Exo', sans-serif;
	color: #FFF;
	letter-spacing:1px;
	text-align:left;
}

a {
	text-decoration:none;
	color:#FFF;
	outline: 0;
}

a:hover {
	text-decoration:none;
	color: #e1ded9;
	outline: 0;
}

.contact a{
	text-decoration:none;
	color:#4d4e4b;
}

.contact a:hover {
	text-decoration:none;
	color: #948a87;
}
.img {
	margin: 0;
	padding:0;
}

h1 {
	font-weight: 800;
	text-align: left;
	font-size: 36pt;
	line-height: 42px;
}

h2 {
	font-size: 26px;
	font-weight: 800;
	line-height: 36px;
}

p {
	font-size:18px;
	font-weight:400;
}

.center {
	text-align: center;
	display: block;
}

.impressum {
	font-size: 10px;
}

div#sectionlanguage {
    z-index: 3;
	float: right;
    margin-right: 37px;
    margin-top: -75px;
	position:relative;
}

.gm-link {
	font-size:14px;
	color: #c1bdb6;
	text-align:center;
}

.button {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 30%;
    letter-spacing: 0.04em;
    opacity: 0.7;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 30%;
	margin:0 auto 150px ;
}

.bold {
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: 800;
	text-align: center;

}

/*======================= TEXTE-NEG =========================*/

.text-neg {
	font-weight: 400;
	text-align: left;
	padding-bottom: 100px;
	color:#fff;
}
.text-neg-s2 {
	font-weight: 400;
	text-align: left;
	padding-bottom: 20px;
	color:#fff;
}
.text-neg a:hover{
	color:#c1bdb6;	
}


@media screen and (max-width: 960px) {
	.text-neg {
		width: 80%;
		margin: 0 auto;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 600px) {
	.text-neg {
		width: 80%;
		margin: 0 55px 0 35px;
		padding-bottom: 50px;
	}
}
/*======================= TEXTE-POS =========================*/

.text-pos {
	padding-bottom: 100px;
	font-weight: 400;
	text-align: left;
	color:#4d4e4b;
}

@media screen and (max-width: 960px) {
		.text-pos {
		padding: 60px 0px 60px 0px;
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 600px) {
		.text-pos {
		padding: 60px 0px 60px 0px;
		width: 50%;
		margin: 0 auto;
	}
}
/*======================= TITRE-NEG =========================*/

.title-neg {
	text-align: left;
	padding: 100px 0 40px 0;
	color:#fff;
}
.title-neg-s2 {
	color:#948a87;
	font-weight:400;
}


@media screen and (max-width: 960px) {
.title-neg {
	padding: 50px 0 20px 70px;
	}
}

@media screen and (max-width: 600px) {
.title-neg {
	padding: 50px 0 0 35px;
	}
}
/*======================= TITRE-POS =========================*/

.title-pos {
	text-align: left;
	padding: 100px 0 20px 0;
	color:#4d4e4b;
}

@media screen and (max-width: 960px) {
	.title-pos {
		padding: 50px 0 20px 70px;
	}
}

@media screen and (max-width: 600px) {
	.title-pos {
		padding: 50px 0 0 35px;
	}
}

/*======================= SWIPER CSS =======================*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
	width:100%;
}
.container-pagination {
    width: 100%;
    padding: 44px;
    margin-bottom:30px;
}
.swiper-pagination {
    width: 100%;
    left:0px;
}
.swiper-container-horizontal>.swiper-pagination {
	width:100%;
    bottom: 0px !important;
    left: 0;
    background: red;
}
.swiper-button-next, .swiper-button-prev {
    bottom: 122px !important;
    top:inherit !important;
}
.swiper-pagination-bullet {
    margin: 0px 4px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org…L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 20px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org…9.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 20px;
    right: auto;
}


/*======================= HEADER =========================*/

#header {
	background-color: #4f4c43;
	width: 100%;
	position:fixed;
			z-index: 2;

}

.menu-inner {
	max-width: 90%;
	margin: 0 auto;
}

#menu {
	display: none;
}

.img-logo {
	margin: 20px 0 0 0;
	height: 110px;
	z-index: 2;
	
}

/*======================= MENU NAV =========================*/

.nav {
	float: right;
	margin-top: 90px;
	letter-spacing:2px;
	font-weight: 400;
}

.nav ul {
	display: block;
}

.nav ul li {
	display: inline;
}

.nav ul li a {
	padding-left: 5px;
	padding-right: 5px;
}


/*======================= SLICKNAV MENU =========================*/

.slicknav_menu {
	display:none;
}

.js #menu {
	display:none;
}
	
.js .slicknav_menu {
	display:none; 	
}

@media screen and (max-width: 960px) {

	#header {
		display: none;
	}
	
	.slicknav_menu {
		display:block;
	}
	
	.js #menu {
		display:none;
	}
		
	.js .slicknav_menu {
		display:block; 	
	}

}

.img-logo-mobile {
	display: none;
}

/*======================= LOGO SLICKNAV MENU =========================*/

@media screen and (max-width: 960px) {
	.img-logo-mobile {
		display: block;
		position: fixed;
		z-index: 2;
		margin:5px 0 0 70px;
	}
}

@media screen and (max-width: 600px) {
	.img-logo-mobile {
	margin: 5px 0 0 35px;
	}
}


/*======================= ANCHORS =========================*/

.anchor-section1 {
	margin-top: -145px;
	position: absolute;
}

@media screen and (max-width: 960px) {
	.anchor-section1 {
	margin-top: -145px;
	position: absolute;
	}
}

@media screen and (max-width: 600px) {
	.anchor-section1 {
		margin-top: -95px;
		position: absolute;
	}
}

.anchor-section2 {
	margin-top: -95px;
	position: absolute;
}

@media screen and (max-width: 960px) {
	.anchor-section2 {
	margin-top: -95px;
	position: absolute;
	}
}

@media screen and (max-width: 600px) {
	.anchor-section2 {
		margin-top: -96px;
		position: absolute;
	}
}


/*======================= SECTION Header =========================*/

.section-inner {
	max-width: 900px;
	margin: 0 auto;
}

.tablet-img {
	display: none;
}

@media screen and (max-width: 960px) {
	.tablet-img {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
}

/*======================= SECTION 1 Accueil =========================*/

#section1 {
	background: url(assets/bellespace-bois-ancien-chalet.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 850px;
	z-index:auto;
	overflow: hidden;
}
.section1-text {
	max-width: 900px;
	padding: 200px 0 0 250px;
	color: #fff;
	z-index: 1;
	text-shadow: 0px 0px 5px #4d4e4b;
	font-weight: 800;
	letter-spacing: 2px;
}
.arrow {
	position: relative;
	margin-top: 30px;
	z-index: 1;
}

.arrow-container {
	width: 7%;
	margin: 0 auto;
}

@media screen and (max-width: 960px) {
	#section1 {
		height: 560px;
			overflow: hidden;

	}
	.section1-text {
		font-weight: 800;
		font-size: 28px;
		line-height:30px;
		padding: 120px 100px 0 70px;
		color:#fff;
		z-index: 1;
	}
	.arrow {
		position: relative;
		z-index: 1;
}
}

@media screen and (max-width: 560px) {
	.section1-text {
		font-weight: 800;
		font-size: 22pt;
		padding: 110px 40px 0 35px;
		column-rule: #fff;
		z-index: 1;
	}
}


/*======================= SECTION 2 Activites =========================*/

#section2 {
	background-color: #4f4c43;
	overflow: hidden;
}
.col1 {
    float: left;
    max-width: 70%;
}
.col2 {
	float: left;
	margin: 40px 0 30px 0;
	max-width: 30%;
}

@media screen and (max-width: 960px) {
.col1 {
    float: left;
    margin: 20px 0 40px 70px;
    max-width: 90%;
}
.col2 {
	float: left;
	margin: 0 0 40px 70px;
}
}

@media screen and (max-width: 560px) {
.col1 {
    float: left;
    margin: 0 0 0 35px;
    max-width: 90%;
}
.col2 {
	float: left;
	margin: 0 0 40px 35px;
}
}

/*======================= SECTION 3 Expertises =========================*/

#section3 {
	background-color: #97a83e;
	overflow: hidden;
}
#section33 {
	background: url(assets/bellespace-professionnel-2.png) no-repeat bottom right #4f4c43; 
	overflow: hidden;
}



/*======================= SECTION 4 Contact =========================*/

#section4 {
	background-color: #e1ded9;
	overflow: hidden;
}
.col_c1 {
	display: block;
	float: left;
	margin-right:160px;
}
.col_c2 {
	display: block;
	float: left;
	margin-right:160px;
}
.col_c3 {
	display: block;
	float: left;
}
/*
.col_c4 {
	float: left;
	max-width: 25%;
}
*/



@media screen and (max-width: 960px) {
.col_c1, .col_c2, .col_c3 {
	margin: 0 0 0 35px;
	text-align:center;
	max-width: 90%;
	min-width: 25%;
}
	.text-pos {
	padding:0 0 50px 0;
}

}
@media screen and (max-width: 600px) {
.col_c1, .col_c2, .col_c3 {
	margin: 0 0 0 25px;
	text-align:center;
	max-width: 90%;
	min-width: 90%;
}
	.text-pos {
	padding:0 0 40px 0;
}
}

/*======================= FOOTER =========================*/


#footer {
    background: #4f4c43;/*4d4e4b;*/
    overflow: hidden;
}

.footer-inner {
	margin: 0 auto;
	max-width: 90%;
	padding:5px 0;
}

#footer p {
	font-size: 12px;
}

.top {
	font-size:12px;
	text-align:right;
}

.left {
	display: block;
	float: left;
	opacity: 0.7;
}

.right {
	display: block;
	float: right;
	text-align:right;
	opacity: 0.7;
}


@media screen and (max-width: 600px) {
.footer-inner {
	max-width: 80%;
}

}

