/*/////////////DEFAULTS /////////*/

body,
html {
	
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	min-height: 100%;
	background-color: #FFFFFF;
	
	text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

html  {
	
-webkit-animation: fadein 1s; 
-moz-animation: fadein 1s; 
-ms-animation: fadein 1s; 
-o-animation: fadein 1s; 
animation: fadein 1s;	
	
}


* {
	padding: 0px;
	margin: 0px;
}

a {
	color: #333333;
	transition: color 0.5s;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

p {
	letter-spacing: 0;
	line-height: 1.6em;
	padding-bottom:10px;
}

strong, b{
    font-weight: 500;
}

h1, h2, h3, h4, h5{ 
	font-family: 'Poppins', sans-serif;
	font-feature-settings: 'clig' 0;
	font-style: normal; 
	line-height: 1.2em;
	
	
}


h1 {
	color: #968888;
	font-size: 40px;
	letter-spacing: 0;
	 margin-bottom:20px;
	font-weight: 200;
}

h2 {
	color: #968888;
	font-size: 30px;
	letter-spacing: 0;
	margin-bottom:16px;
	font-weight: 200;
}

h3{
  font-size: 18px; 	
  font-weight: 500;
  color: #333333;
}

.content_txt a{
	position: relative;
}


.content_txt a:after{
content: '';
border-bottom: 1px solid;
width: 100%;
position: absolute;
left: 0px;
bottom: 2px;

}


/*///////////// UTILITIES /////////*/
.grecaptcha-badge{
	visibility: hidden;
}
#MessageOK{
	display: none;
}

a.btn_site{
	background-color: #C4B6B5;
	color: #FFFFFF;
	padding:7px 30px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	 transition: all 0.5s ease-in-out;
	white-space: nowrap;
}

a.btn_site:hover{
	background-color: #b1a4a3;
	 transition: all 0.5s ease-in;
}



.item_confidentiel_popup .btn_site{
	margin-top: 10px;
	display: inline-block;
}


.mobile {
  display: none;
	}


.center {
	text-align: center;
}


.clear {
	clear: both;
}

*:focus {
	outline: 0;
}

#mobile_menu:not( .mm-menu) {
	display: none;
}


.firstlink, .ajaxpopup {
	cursor: pointer;
}

img {
	border: 0px;
	max-width: 100%;
	height: auto !important;
}

table,
iframe {
	width: 100%;
	border:none;
}

sup {
  margin-top: -6px;
  display: inline-block;
  position: absolute;
	font-size: 10px;
}


.col iframe {
  max-height: 100%;
}

.myhr, hr{
	position: relative;
	width: 100% ;
	background-color: #CAC6C9;
	height: 1px;
	margin: 15px 0px;
	border: none;
}

.round {
    border-radius: 50%;
	overflow: hidden;
}



/*/////////////VIDEOS  /////////*/
.backgroundimg iframe, .backgroundimg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.videobackcountainer{
	overflow: hidden;
}
/*/////////////ISOTOP/////////*/

.gutteritem{
	width:30px;	
}



.container_col_biens .gutteritem{
	width:20px;	
}



/* GRID */


.grid, .grid_packery{
		display: block;
	/*margin-left: -15px;
	margin-right: -15px;*/
}
.grid_packery .col{
	/*margin:0px;*/
}


/*/////////////LAZY /////////*/

.lazy_alpha {
opacity: 0;
}
.lazy_alpha:not(.initial) {
transition: opacity 1.5s;
}
.lazy_alpha.initial,
.lazy_alpha.loaded,
.lazy_alpha.error {
opacity: 1;
}

/*/////////////BODY SPACER /////////*/

.bodyspacer{
	padding-top: 116px;
}

/*/////////////CONTENT INSIDE /////////*/


#content{
	min-height: 800px;
}

.inside {
	box-sizing: border-box;
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1440px;
	padding: 0px 40px;
}



/*/////////////HEADER/////////*/


#header {
	background-color: #FFFFFF;
	height: auto;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
}


/*/////////////LOGO /////////*/



#logo {
	width: 170px;
	height: 65px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	background-image: url(/img/logo.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0px;
	/*margin: 43px 0 43px 0;*/
}



/*/////////////HEADER /////////*/
#header{
	
	border-bottom: 1px solid #EDEDED;
}



#header .inside{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 115px;
}


/*///////////// MOBILE MENU /////////*/

#menumobile {
	display: none;
	
}

/*/////////////MAIN NAV /////////*/


.main_nav  ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	float: left;
}


.main_nav  ul li {
	float: left;
	position: relative;
	cursor:pointer;
}

.main_nav ul>li>a {
	font-weight:400;
	color: #333333;
	float: left;
	font-size: 16px;
	padding: 5px 0px;
	margin: 0px 20px;
	position: relative;
	text-decoration: none;
	display:block;
	border-bottom: 1px solid #FFF;
	 transition: all 0.5s ease-in-out;
}



.main_nav>ul>li>a.active{
	color: #333333;
	border-bottom: 1px solid #CAC6C9;
	
}
 .main_nav>ul>li:hover>a{
	border-bottom: 1px solid #CAC6C9;
	 transition: all 0.5s ease-in;
}


.main_nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
	  -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
	
}


 .main_nav ul ul {

	left: 20px;
	opacity: 0;
	position: absolute;
	transition: all 0.1s ease-in-out 0s;
	visibility: hidden;
	z-index: 600;
	border-top: 50px solid transparent;
	 padding: 20px 0px;
	 width: 200px;
	 top: 17px;
}

.main_nav ul ul:after {
	content: '';
	display: block;
	width: 200vW;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	z-index: -1;
	left: 0px;
	left: -100vw;
	border-bottom: 1px solid #EDEDED;
}




.main_nav ul ul li {
	display: block;
	float: none;
	background-image:none !important;
}

.main_nav ul ul li:first-child  {
	padding-top: 0px;
}


.main_nav ul ul li a {
	box-sizing: border-box;
	background-image:none !important;
	display: block;
	float: none;
	font-size: 14px;
	height: auto;
	padding: 20px 0px 20px 0px;
	line-height: 1.2em;
	width: 100%;
}


.main_nav ul ul li a:hover, .main_nav ul ul li a.active {
	color: #C4B6B5;
}

#langue {
	position: relative;
}

#langue:before {
	position: absolute;
	height: 14px;
	width: 1px;
	display: block;
	content: '';
	background-color: #CAC6C9;
	top: 11px;
}

#langue a{
	margin-right: 0px;
	
}



/*///////////// CONTAINER PAGE /////////*/
.languette_page{
	margin-top: -100px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
.container_page {
	width: 100%;

}

.container_page  ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
	padding-top: 16px;
}

.container_page ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.container_page ul li::before {
    content: "·";
	font-size: 26px;
    position: absolute;
    top: -2px;
    left:6px;
}

.container_page  ol {
	list-style: none;
    counter-reset: my-awesome-counter;
}

 .container_page  ol li {
	 counter-increment: my-awesome-counter;
	 position: relative;
	 margin-bottom: 10px;
	 padding-left: 20px;
}

 .container_page  ol li::before {
    content: counter(my-awesome-counter) "";
    position: absolute;
    top: 0px;
    left: 3px;
}


/*/////////////  HOME SLIDER /////////*/
.home_swiper_intro{
	width: 100%;
	margin-bottom: 70px;
}


.home_swiper_intro .swiper-slide{
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 76vh;

}

.swiper-slide_content{
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.swiper-slide_content .inside {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.swiper-slide_content .inside h1{
	padding: 22px 20px;
	background-color: #FFFFFF;
	color: #968888;
	font-size: 35px;
	margin-bottom: 90px;
	font-weight: 200;
}

/*/////////////  HOME ITEMS /////////*/


.home_titre_lien{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.home_liste_biens_big h3{
	display: inline-block;
}
.home_liste_biens_big {
	margin-bottom: 45px;
}

.home_liste_biens{
	margin-bottom: 60px;
}

/*/////////////  HOME TEMOIGNAGE /////////*/


.home_temoignage_container{
	background-color: #C4B6B5;
	
	position: relative;
}
.home_temoignage_container *{
	color: #FFF !important;
}

.home_temoignage_image{
	width: 410px;
	height: 100%;
	position: absolute;
	left: -100px;
	top: 0px;
	background-size: cover;
	background-position: center center;
}

.home_temoignage_carousel{
	width: calc( 100% - 390px);
	float: right;
	padding: 60px 0px;
}

.home_temoignage_carousel h2{
	margin-top: 10px;
	font-size: 24px;
}

/*/////////////  HOME INFOS /////////*/

.home_info_container{
	padding: 100px 0px;
	background-color: #F6F4F4;
}

.home_info_container h3{
	margin-bottom: 16px;

}

.home_info_colonne{
	display: flex;
	flex-wrap: wrap;
	 justify-content:space-between;
}
.home_info_colonne h2{
	color: #5A5A5A;
}

.home_info_box{
	margin-top: 30px;
}

.home_info_txt{
	padding-left: 20px;
   border-left: 1px solid #9A8080;
	font-size: 14px;
	max-width: 210px;
}
.home_info_txt p{
	padding-bottom: 0px;
}


/*/////////////  ITEMS FILTRE /////////*/


.filer_cat_menu .inside{
	text-align: center;
}
.filer_cat_menu ul{
	list-style: none;
	display: inline-block;
	margin-top: 50px;
}
.filer_cat_menu ul li{
	float: left;
	margin: 5px 20px;
}
.filer_cat_menu ul li a{
	padding: 5px 0px;
	border-bottom: 1px solid #FFF;
	 transition: all 0.5s ease-in-out;
}
.filer_cat_menu ul li a:hover, .filer_cat_menu ul li a.active{
	color:#333333 ;
	border-bottom: 1px solid #CAC6C9;
	 transition: all 0.5s ease-in;
}


/*/////////////  ITEM  /////////*/
.item_infos{
	margin-top: 12px;
}

.item_infos_prix{
	font-weight: 500;
	
}
.item_infos span{
	padding-left: 20px;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 16px;
	font-size: 14px;
	position: relative;
	margin-bottom: 10px;
}
.item_infos span sup{
/*	position: absolute;
	right: -4px;
	top: -4px;
	font-size: 10px;*/
}


.item_infos_surface{
	background-image: url('/img/icone_surface.svg');

}
.item_infos_pieces{
	background-image: url('/img/icone_pieces.svg');
}

.item_infos_parcelle{
	background-image: url('/img/icone_parcelle.svg');
}
.item_infos_chambre{
	background-image: url('/img/icone_chambre.svg');;
}
.item_infos_ref{
	background-image: url('/img/icone_ref.svg');
}

.item_infos_zone{
	background-image: url('/img/icone_zone.svg');
}
.item_infos_vue{
	background-image: url('/img/icone_view.svg');
}

.item_confidentiel_popup{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	margin: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background-color: rgba(255, 255, 255, .8);
	text-align: center;
    opacity: 0;
	animation: fadein 1s;	
}



.item_liste:hover .item_confidentiel_popup{
	display: flex;
	align-items: center;
	justify-content:center;
	opacity: 1;
	
}
.item_confidentiel_content{
	padding: 40px;
	box-sizing: border-box;
	width: 100%;
	color: #333333 !important;
}
.item_confidentiel_content *{
	color: #333333 !important;
}


.item_back{
	background-image: url('/img/retour.svg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px !important;
	position: relative;
	margin-right: 13px;
	padding-right: 20px !important;
	
}
.item_back:after{
	content: '';
	position: absolute;
	height: 18px;
	top: 0px;
	right: 0px;
	width: 1px;
	background-color: #968888;
	
}
.item_back_white{
	background-image: url('/img/retour-blanc.svg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px !important;
	position: relative;
	margin-right: 20px;
	padding-right: 20px !important;
}
.item_back_white:after{
	content: '';
	position: absolute;
	height: 18px;
	top: 2px;
	right: 0px;
	width: 1px;
	background-color: #FFFFFF;
	
}
/*/////////////  ITEM DETAILS /////////*/

.breadcrumb, .breadcrumb *{
	color: #968888 !important;
	font-size: 12px;
	margin-bottom: 14px;
}

.breadcrumb a{
	padding: 0px 5px;
}

.item_infos_details{
	margin-bottom: 30px;
	margin-top: 20px;
}

.item_infos_details_liste_first{
	border-bottom:1px solid #CAC6C9;
	width: 100%;
	height: 1px;
	
}
.item_infos_details_liste{
	width: 50%;
	float: left;
	border-bottom:1px solid #CAC6C9;
	font-size: 16px;
	font-weight: 500;
	line-height: 42px;
	height: 42px;
}
.item_infos_details_liste span{
	font-weight: 300;
	display: inline-block;
	width: 40%;
}






.item_autres_container{
	background-color: #C4B6B5;
	border-bottom: 1px solid #FFFFFF;
	padding: 60px 0px;
	margin-top: 30px;
}
.item_autres_container *{
	color: #FFF ;
}



.item_autres_container .item_infos_surface{
	background-image: url('/img/icone_surface_white.svg');
}
.item_autres_container .item_infos_pieces{
	background-image: url('/img/icone_pieces_white.svg');
}
.item_autres_container .item_infos_parcelle{
	background-image: url('/img/icone_parcelle_white.svg');
}
.item_autres_container .item_infos_chambre{
	background-image: url('/img/icone_chambre_white.svg');;
}
.item_autres_container .item_infos_ref{
	background-image: url('/img/icone_ref_white.svg');
}


/*/////////////  PAGE  /////////*/
.image_hero_page{
	content: '';
	padding-top: 45%;
	display: block;
	background-position: center center;
	background-size: cover;
}

.image_hero_contact{
	content: '';
	padding-top: 30%;
	display: block;
	background-position: center center;
	background-size: cover;
}

.image_hero_biens{
	content: '';
	padding-top: 44%;
	display: block;
	background-position: center center;
	background-size: cover;
}

.container_page{
	padding-bottom: 50px;
}
.page_temoignage_container{
	padding: 40px 0px;
	background-color: #F6F4F4;
}

.page_temoignage_container .swiper-wrapper{
	max-width: 500px;
}

.page_temoignage_container .swiper-slide{
	background-color: #FFF;
	padding: 30px;
	font-size: 12px;
	color: #333333;
}
.page_temoignage_container .swiper-slide h2{
	font-size: 14px;
	color: #333333;
	 line-height: 20px;
}

.page_about_team{
	padding: 60px 0px 0px 0px;
}

.page_about_intro{
	padding: 0px 80px;
}

.page_about_fond{
	padding: 80px;
	background-color: #F6F4F4;
}




/*/////////////  TEAM  /////////*/
.team_liste {
  display: flex;
  align-items: center;
  width: auto;
  float: left;
  margin: 30px;
}
.team_photo {
  max-width: 120px;
  float: left;
  padding-right: 20px;
  min-width: 100px;
}

.team_photo  img{
  border-radius: 5000%;
}

.team_infos_nom{
width: 200px;
float: left;
font-weight: 500;
}

.team_infos_suite{
width: auto;
float: left;
}

.team_contact_colonne{
	margin-top: 15px !important;
}

.team_contact_liste{
	padding: 10px 0px 0px;	
}


.team_demande_liste{
	margin-top: 50px;
}

.team_demande_liste .team_infos_suite{
	width: auto;
}
.team_liste_demande{
	padding: 10px 0px 0px;	
}


/*///////////// FOOTER /////////*/

footer{
	padding: 35px 0px;
	float: left;
	width: 100%;
	background-color: #C4B6B5;
	
}
footer *{
	color: #FFFFFF;
	font-size: 14px;
	
}

.footer_info{
	text-align: right;
}

footer span{
	padding-left: 20px;
	
}
/*/////////////ISOTOP/////////*/

.gutter-sizer{
	width:calc(((100% - (12*30px))/12)*1);
	padding: 15px;	
}

.grid-sizer{
	width:calc(((100% - (12*30px))/12)*1);
	padding: 15px;
}
/* GRID */

.grid, .grid_packery{
display: block;

}

.gutteritem{
width:0px;	
}


/*///////////// COLUMNS /////////*/



.container_col {
	position: relative;
    margin-left: -30px;
    margin-right: -30px;

}

.container_col_biens {
	position: relative;
    margin-left: -20px;
    margin-right: -20px;

}


.col_block {
    text-align: center;
    margin-left: -30px;
    margin-right: -30px;
}

.col_block .col {
    display: inline-block;
    float: none;
    vertical-align: text-top;
    text-align: left;
}



.col{
	float: left;
	position: relative;
	margin: 30px;
	box-sizing: border-box;
}


.col_1{
	width:calc(((100% - (12*60px))/12)*1);
}
.col_2{
	width:calc((((100% - (12*60px))/12)*2) + (1 * 60px));
}
.col_3{
	width:calc((((100% - (12*60px))/12)*3) + (2 * 60px));
}

.col_4{
	width:calc((((100% - (12*60px))/12)*4) + (3 * 60px));
}

.col_5{
	width:calc((((100% - (12*60px))/12)*5) + (4 * 60px));
}
.col_6{
	width:calc((((100% - (12*60px))/12)*6) + (5 * 60px));
}
.col_7{
	width:calc((((100% - (12*60px))/12)*7) + (6 * 60px));
}
.col_8{
	width:calc((((100% - (12*60px))/12)*8) + (7 * 60px));
}
.col_9{
	width:calc((((100% - (12*60px))/12)*9) + (8 * 60px));
}
.col_10{
	width:calc((((100% - (12*60px))/12)*10) + (9 * 60px));
}
.col_11{
	width:calc((((100% - (12*60px))/12)*11) + (10 * 60px));
}
.col_12{
	width:calc((((100% - (12*60px))/12)*12) + (11 * 60px));
}


.container_col_biens  .col{
	margin: 20px;
}

.container_col_biens .col_8{
	width:calc((((100% - (12*40px))/12)*8) + (7 * 40px));
}
.container_col_biens .col_4{
	width:calc((((100% - (12*40px))/12)*4) + (3 * 40px));
}

.height_check{
	width:calc((((100% - (12*40px))/12)*4) + (3 * 40px));
}





.col_2 img,.col_3 img, .col_4 img,  .col_6 img, .col_8 img, .col_12 img, .col_full img{
	width:100% ;
	
}
.col_bg_img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 16px;
	position: relative;
}
.col_bg_img:after{
	content: '';
	padding-top: 68%;
	display: block;
}


.home_liste_biens_big .col_bg_img:after{
	content: '';
	padding-top: 45%;
	display: block;
}


.item_liste_large .col_bg_img{
	margin-bottom: 0px;
}







.item_details_galery .col{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.item_details_galery .col_4 .height_check{
	width: 100%;
}

.item_details_galery .col_4 .height_check:after{
	content: '';
	padding-top: 62%;
	display: block;
}

.item_details_galery .col_8 .height_check{
	width: calc(50% - 20px);
}

.item_details_galery .col_8 .height_check:after{
	content: '';
	padding-top:calc(124% + 40px);
	display: block;
}



.col_center *{
	text-align:center;	
}

.col_right{
	float:right !important;	
}


.separator {
    width: 100%;
	float: left;

}

.col_full{
	background-position: top center;
/*	background-position: center center;*/
	background-size: 100% auto;
	background-repeat: no-repeat;
	 background-attachment:fixed;
	 width:calc(100% - 30px);
	clear: both;
	margin: 15px 0px;
}

.col_full:after{
	display:block;
	content:"";
	padding-top: 45%;
}

.col_full img{
	display:none;	
}
.col_full_cover{
	background-size:cover !important;
	
}



/*///////////// Formualires /////////*/

.formulaire_demande{
	position: relative;
	background-color: #F6F4F4;
	padding: 30px;
}

.item_photo_number{
	position: absolute;
	right: -0px;
	top: -60px;
	background-color: #FFF;
	padding: 7px 30px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

 button{
	padding: 7px 30px;
	border-radius: 0px;
    background-color: #C4B6B5;
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	 margin-top: 20px;
	 font-weight: 500;
	 cursor: pointer;
	  transition: all 0.5s ease-in-out;

}

button:hover{
	background-color: #b1a4a3;
	 transition: all 0.5s ease-in;
}


label {
	width: 100%;
	font-weight: 300;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	text-transform: uppercase;
}

 label.error {
    color: #b1a4a3 !important;
	width: 100% !important;
	line-height: 1px;
	 font-size: 10px;
}


input[type="text"], input[type="email"], input[type="date"]{
	width: 100%;
	border: 1px solid #F6F4F4;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 45px;
	line-height: 45px;
	border-radius: 0px;
	font-weight: 300;
	
}


textarea{
	width: 100%;
	border: 1px solid #F6F4F4;
	padding: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 45px;
	box-sizing: border-box;
	border-radius: 0px;
	white-space: break-spaces;
	background-color: #FFF;
	max-width: 100%;
    min-width: 100%;
	font-weight: 300;
}


.errormsg{



}
div.errormsg{
	border: 0px;
	border-top: 2px solid #b1a4a3;
	color: #b1a4a3;
	
	font-size: 10px;
}



/*///////////// KEY /////////*/

@keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

@media all and (max-width:1650px) {
	
.home_swiper_intro .swiper-slide {
  content: '';
  padding-top: 52%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
}

}

@media all and (max-width:1170px) {

.home_info_colonne {
  display: block;
}	
	
.home_info_box {
	margin-top: 30px;
	width: 50%;
	float: left;
}
.team_infos_suite {
  width: auto;
}	
	
.languette_page {
  margin-top: 0px;
}	
		
}




@media all and (max-width:1000px) {

.home_temoignage_image{
	display: none;
	}
.home_temoignage_carousel {
  width: 100%;
}
		
}



@media all and (max-width:840px) {
	
#header{
    height: 80px;
}	
#header .inside {
    height: 80px;
}
	
.bodyspacer {
    padding-top: 80px;
}
	
.mm-page{
	overflow:hidden;
	
}
	
.mm-menu {
    color: #333333;
	background: #FFF;
}
.mm-listitem > a, .mm-listitem > span {
font-weight: 500;
font-size: 20px;
padding: 20px;
}	

.mm-panel::before {
  height: 0px;
}
	
.mm-navbars_top {
  display: none;
}
	
	.nomobile {
		display: none !important;
	}

	.mobile {
		display: block;
	}
	
	#menumobile {
	display: block;
	color: #4e4e4e;
	position: absolute;
	right: 35px;
	top: 50%;
	z-index: 999;
	width: 40px;
	height: 30px;
	transform: translateY(-50%);
	}
	
	button#menumobile:hover { 
	background-color: #FFF;	
	}
	

.col_9{
	width:calc((((100% - (12*60px))/12)*12) + (11 * 60px));
}
	
.item_infos_details_liste {
  width: 100%;
}	
	
	
	
	
}


@media all and (max-width:780px) {

.container_col {
	position: relative;
    margin-left: -15px;
    margin-right: -15px;

}


.col_block {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}


.col{
	float: left;
	position: relative;
	margin: 15px;
	box-sizing: border-box;
}

.col_1{
	width:calc(((100% - (12*30px))/12)*1);
}
.col_2{
	width:calc((((100% - (12*30px))/12)*2) + (1 * 30px));
}
.col_3{
	width:calc((((100% - (12*30px))/12)*3) + (2 * 30px));
}
.col_3_team{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}

.col_4{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
	
.col_5{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
	
.col_6{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col_7{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_8{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_9{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_10{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_11{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_12{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
	
.inside {
	padding: 0px 20px;
}


}


@media all and (max-width:680px) {

h1{
	font-size: 30px !important;
}
	
h2{
	font-size: 30px !important;
}
	
	p{
		font-size: 14px;
	}
	
.home_swiper_intro .swiper-slide {
  padding-top: 120%;
}
	
.swiper-slide_content .inside h1 {
  padding: 15px 15px;
  margin-bottom: 15px;
}
	
.home_titre_lien {
  margin-bottom: 20px;
  display: block;
}	
.home_titre_lien h3 {
  margin-bottom: 10px;
}

.home_liste_biens_big .col_bg_img::after {
  content: '';
  padding-top: 68%;
  display: block;
}	
	
.home_liste_biens_big {
  margin-bottom: 0px;
}
.home_info_box {
  width: 100%;
}
	

.home_temoignage_carousel h2, .page_temoignage_container .swiper-slide h2{
	font-size: 18px !important;
}
.image_hero_page{
	padding-top: 80%;
}
.image_hero_contact{
	padding-top: 30%;
}

.image_hero_biens{
	padding-top: 80%;
}
	
.page_about_intro{
	padding: 0px 15px;
}
.page_about_team {
  padding: 15px;
 text-align: center;
}	
	

	
.page_about_fond {
  padding: 30px;
}
	
	
/*	
.page_about_team *{
	text-align: center;
}
	
.team_liste {
  display: block;
  margin: 30px 0px;
  width: 100%;
}
	
.team_photo {
max-width: 100%;
padding-right: 0px;
margin-bottom: 10px;
float: none;
}
.team_liste_contact .team_photo {
max-width: 50%;
}
*/
	
.team_liste {
  margin: 30px 0px;
}	
	


.page_temoignage_container .swiper-wrapper {
  max-width: 60%;
}
	
.footer_info {
  text-align: left;
}
footer span {
  padding-left: 0px;
}

	
.col_1{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_2{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_3{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_3_team{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}

.col_4{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_5{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.col_6{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}

.container_col_biens .col{
  margin: 15px;
}	
	
	

.container_col_biens .col_8{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}
.container_col_biens .col_4{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}

.height_check{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}

}

