/* 		
--------------------
style base 
--------------------
*/


.ribbon {
	position: fixed;
	left: -5px; top: -5px;
	z-index: 10000000;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
  }
  .ribbon span {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#F70505 0%, #8F0808 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; left: -21px;
  }
  .ribbon span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #8F0808;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
  }
  .ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #8F0808;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
  }

body, html {
	
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #9B9B9B;
	background-color: #F9FAFC;
	font-weight: 400;
	
	min-height: 100%;
	
	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;
}

body{
	
/*-webkit-animation: fadein 2s; 
-moz-animation: fadein 2s; 
-ms-animation: fadein 2s; 
-o-animation: fadein 2s; 
animation: fadein 2s;	*/
	
}


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

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

a:hover{
  color: #1D1F24;
 text-decoration: underline;
}


p {
	line-height: 1.4em;
	padding-bottom: 10px;
}

.font_little{
	font-size:12px;	
}
.font_little_mini{
    font-size:9px;	
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	color: #1D1F24;
	font-weight:600;
    margin-bottom: 15px;

}


h2 {
   font-family: 'Lato', sans-serif;
	font-size: 24px;
	color: #1D1F24;
	font-weight:600 ;
	margin-bottom: 14px;
	line-height: 1.1em;
}



h3 {
   font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#1D1F24;
	font-weight:600;
	margin-bottom:10px;

}


h4 {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#1D1F24;
	font-weight:400;
	padding-top:10px;
	padding-bottom:5px;
	
}

.btn_simple{
	background-color: #4A90E2;
	border: 1px solid #4A90E2;
	font-weight: 400;
	border-radius: 50px;
	color: #FFFFFF !important;
	padding: 4px 20px;
	text-align: center;
	text-decoration: none;
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
	height:auto !important;
	line-height:normal !important;
    margin-top: 20px;
    margin-bottom: 0px;
    float: left;
}

.btn_simple:hover {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	color: #4A90E2 !important;
    text-decoration: none;
}




img {
	border: 0px;
	max-width:100%;
	height:auto;
}
.img_bgcover{
	background-position:center center;
	background-size: cover;
	background-repeat:no-repeat;
}

img.rondeImg, .rondeImg{
	border-radius:50%;
}
table , iframe{
	width: 100%;
}



.clear {
	clear: both;
}

*:focus {
    outline: 0;
}



.myhr {
	 position: relative;
	width: 100% ;
	background-color: #D7D7E0;
	height: 1px;
	margin-top: 26px;
	margin-bottom: 30px;
}

.firstlink {
	cursor: pointer;
}




.centerme{
	float:none !important;
	margin:auto !important;
	text-align:center;
}

.middle_top{
	position: absolute !important;
	top:50%;
    -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}


.middle_middle, .fullscreenvideowrapper iframe{
	position: absolute;
	top:50%;
	left:50%;
	
    -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.fullscreenvideowrapper{
	position: relative;
	width:100vw;
	height: 100vh;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}



.makeitfull{
	overflow:hidden;
	
}
.makeitfull > iframe, .makeitfull > img{
	position:absolute;
	top:50%;
	left:50%;
	
	-webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


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





/* 		
--------------------
container / inside 
--------------------
*/
.container{
	min-height:200px;
	padding-top:100px;

}
.container_page{
	margin-bottom:40px;
	
}


.container ul{
	padding: 0px 0px 30px 20px;
}



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




/* 		
--------------------
header
--------------------
*/



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

body:not(.home) #header{
	 background-color: rgba(249, 250, 252, 0.9);
	
}

.headroom--pinned {
    transform: translateY(0%);
   
}


.headroom--unpinned {
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out 0s;
}
.headroom--not-top {
    background-color: rgba(249, 250, 252, 0.9);
}



#logo{
	float:left;
	display:inline-block;
	z-index: 400;
	padding:0px 0px;
}

#logo h1{
	
	width:95px;
	height: 70px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	background-image:url(/img/logo.svg);
	
	background-position: left 22px;
	background-repeat: no-repeat;
	background-size:contain;
	
	padding: 0px;
	margin: 0px;
	 
}


.header_page{
	position:relative;
	min-height:178px;
	 border-bottom-right-radius: 5000px;
	 border-top-right-radius: 5000px;
	 margin-right:20px;
	 background-position: center center;
	 background-size:cover;
}



.header_sousmenu{
	position:relative;
	
}

.header_sousmenu .inside{
	background-color:#eeeeee;
	 border-bottom-right-radius: 5000px;
	 border-top-right-radius: 5000px;
	
}



/* 		
--------------------
Main menu
--------------------
*/



.main_nav{
	 opacity: 1;
    pointer-events: all;
    position: relative;
    z-index: 500;
	float:right;
	 top:0px;
}


#nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul#nav li {
    float: left;
    position: relative;
	padding:0px 20px;
	
	line-height:70px;
	height:70px;
}
ul#nav li.childrenme{
	background-image:url(/img/selectric_fleche.svg);
	background-position:right center;
	background-repeat:no-repeat;
}


ul#nav li:last-child {
   padding-right:0px !important;
}
ul#nav>li a {
    color: #9B9B9B;
    float: left;
    font-size: 12px;
	font-weight:400;
    position: relative;
    text-decoration: none;
	
	text-transform:uppercase;
}


 ul#nav li.childrenme:hover {
    color: #1D1F24;
}


ul#nav li.active>a,  ul#nav li a:hover{
	    color: #1D1F24;
}

ul#nav ul {
    left: 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    top: 52px;
    transition: all 0.1s ease-in-out 0s;
    visibility: hidden;
    z-index: 100;
}
ul#nav ul li {
    display: block;
    float: none;
	padding:0px ;
	background-color:#F9FAFC;
	line-height:30px;
	height:30px;
	
}
ul#nav li:hover>a {
  color: #1D1F24;
	
}
ul#nav ul li.first {
	
}

ul#nav li:hover ul {
    opacity: 1;
    visibility: visible;
}
ul#nav ul li a {
	
	box-sizing:border-box;
    color: #9B9B9B;
    display: block;
    float: none;
    font-size: 12px;
	font-weight:400;
    height: auto;
	padding: 8px 20px;
	line-height:normal;
    white-space: nowrap;
    min-width:100%;

}

ul#nav li:hover ul, ul#nav li:focus ul {
    display: block;
    visibility: visible;
}

ul#nav ul li.active a, ul#nav ul li:hover  a{
	   color: #1D1F24;
}



.pnp_conexion{
	background-color: #4A90E2;
	border: 1px solid #4A90E2;
	font-weight: 600;
	border-radius: 50px;
	color: #FFFFFF !important;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
	margin-top:18px;
	
	height:auto !important;
	line-height:normal !important;
}

.pnp_conexion:hover {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	color: #4A90E2 !important;
}








/* 		
--------------------
Colonnes
--------------------
*/

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

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

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


.col50{
	float:left;
	width:50%;
}

.col1{
	width:calc(((100% - (12*30px))/12)*1);
}
.col2{
	width:calc((((100% - (12*30px))/12)*2) + (1 * 30px));
}
.col3{
	width:calc((((100% - (12*30px))/12)*3) + (2 * 30px));
}
.col4{
	width:calc((((100% - (12*30px))/12)*4) + (3 * 30px));
}
.col5{
	width:calc((((100% - (12*30px))/12)*5) + (4 * 30px));
}
.col6{
	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
	
}
.col7{
	width:calc((((100% - (12*30px))/12)*7) + (6 * 30px));
}
.col8{
	width:calc((((100% - (12*30px))/12)*8) + (7 * 30px));
}
.col9{
	width:calc((((100% - (12*30px))/12)*9) + (8 * 30px));
}
.col10{
	width:calc((((100% - (12*30px))/12)*10) + (9 * 30px));
}
.col11{
	width:calc((((100% - (12*30px))/12)*11) + (10 * 30px));
}
.col12{
	width:calc((((100% - (12*30px))/12)*12) + (11 * 30px));
}


.col50 img, .col img, .col a img, .col_full img{
	min-width:100% ;
	max-width:100% ;
	height:auto !important;
}

.col_debore{
	margin-top:-78px;
	background-color:#F9FAFC;
	z-index:99;
	position:relative;
	padding-right: 30px;
	padding-top:40px;
    box-sizing: border-box;
}
.col_pad_top{

	padding-top:30px;

}
.col_pad_top_20{
	padding-top:20px;
}

.col_content_center {
	text-align:center;	
}

.col_content_left *{
	text-align:left;	
}
.col_content_right *{
	text-align:right;	
}

.col_carre{
	background-position:center center;
	background-repeat:no-repeat;
	background-size: contain;
	background-color: #FFF;
	
	display:block;
	content:"";
	padding-top: 100%;
}


.col_separator{
	width:100%;
	height:1px;
	float:left;
}

.colseparateur{
	width: 100%;
	clear: both;
	margin: 0px !important;
	min-height: 0px !important;
	height: 1px !important;
}

.col_full{
	position:relative;
	background-position: top center;
/*	background-position: center center;*/
	background-size:cover !important;
	background-repeat: no-repeat;
	 background-attachment:fixed;
	 width:calc(100% - 30px);
	clear: both;
	height:70vh;
}


 .col_to_left .col{
	float:left;
}


.col_to_right  .col {
	float: right !important;
	
}

.col_full img{
	display:none;	
}

.after_col_full{
	width:100%;
	height:15px;
	float:left;
	
}







/* 		
--------------------
Carousel
--------------------
*/

.owl-carousel{
	overflow:hidden;
	z-index:1;
}
.myslide{
	background-repeat:no-repeat;
	background-size: cover;
	padding-top:40%;
}

.owl-dots {
	text-align: center;
	float: left;
	position: absolute;
	bottom: 20px;
	display: inline-block;
	left: 50%;
	    -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
.owl-dot {
	float:left;
	display:inline-block;
}
.owl-dot span {
    width: 5px;
    height: 5px;
    margin: 2px 7px;
    background: #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dot.active span{
	 width: 9px;
    height: 9px;
	  margin: 0px 7px;
}



/* 		
--------------------
Home page
--------------------
*/


.home_box_txt{
	background-color:#F9FAFC;
	margin-left:-100px;
	margin-top:58px;
	padding:40px;
	
}
.home_box_txt_mobile{
	display: none;	
}

.home_img_intro{
	margin-bottom:40px;
	
}
.home_box_regule{
	min-height: 325px;	
}


.home_actu:after{
	content:'';
	display:block;
	border-bottom:1px solid #CCCCCC;
	width:50px;
	margin:10px 0px 20px 0px;
	
}

.home_actu_date{
	margin-bottom:10px;	
}
.homme_immeuble_legende{
	padding:4px 0px;
	
}

.col_immeuble:nth-child(odd) {
	  margin-top:-90px;
	}

.col_immeuble:nth-child(2) {
	margin-top:100px;
}
.col_immeuble:nth-child(1) {
	margin-top:0px;
}

/* 		
--------------------
Pages
--------------------
*/


.container_page {
	padding-top:70px;
	
}

.container_page ul{
	  list-style-type: none;
	padding-left:34px;
}

.container_page ul li{
	position:relative;
	padding-bottom:4px
}

.container_page ul li::before {
    content: "• ";
    color: #2fb4e5;
    font-size: 20px;
    position: absolute;
    left: -15px;
    top: -4px;
}


.container_page ol{
    list-style-type: none;
	padding-left:38px;
	
}


.documents_liste{
	font-weight:600;
	display:block;
	
}




/* 		
--------------------
Actualites
--------------------
*/





/* 		
--------------------
Open close
--------------------
*/




.box_open_close {
	margin-top:-1px;
    cursor: pointer;
    position: relative;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:0px;
	
}

.btn_open_close{
    background-image: url("/img/btn_open_close.svg");
    background-position: right center;
    background-repeat: no-repeat;
	display:block;
	text-decoration:none;
	padding:20px 0px;
	color:#1D1F24;
	font-size:16px;
	font-weight:600;
}
.btn_open_close:hover{
	text-decoration:none;	
}

.box_open_close.opened .btn_open_close{
	 background-image: url("/img/btn_open_close_close.svg");
}

.item_open_close{
	display:none;
	padding:10px 0px;	
}
.box_open_close.opened .item_open_close {
    display: block;
}

/*.item_open_close a{
	color:#1D1F24;
	display: block;
	text-decoration:none;
	line-height: 32px;
}
.item_open_close a:hover{
	text-decoration:none;
}*/



/* 		
--------------------
Immeubles virtuels
--------------------
*/

.immeuble_listing{
    padding: 30px 0px;
    
}

.immeuble_listing_photo{
    width: 200px;
    height: auto;
     float: left;
    
}
.immeuble_listing_photo img{
    width: 100%;
    height: auto;
}

.immeuble_listing_content{
    width: calc(100% - 230px);
    padding-left: 30px;
    float: left;
}


/* 		
--------------------
Contact
--------------------
*/


input[type=text], input[type=email] {
	 box-sizing:border-box;
    width: 100%;
    padding: 10px 20px;
    margin: 0 0 20px 0;
    border: 2px solid #CCCCCC;
    border-radius: 4px;
    font-size: 1.2rem;
 font-family: 'Lato', sans-serif;
}

textarea {
	 box-sizing:border-box;
    width: 100%;
    height: 250px;
    padding: 10px 20px;
      margin: 0 0 20px 0;
    border: 2px solid #CCCCCC;
    border-radius: 4px;
    font-size: 1.2rem;
   font-family: 'Lato', sans-serif;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
	border: 2px solid #4A90E2;
	outline: none;
}





 .styled-select {
	 box-sizing:border-box;
	 background-image:url(/img/selectric_fleche.svg);
	background-position: calc(100% - 15px) center;
	background-repeat:no-repeat;
   border: 2px solid #CCCCCC;
   background-color:#FFFFFF;
    float: left;
    height: 44px;
    overflow: hidden;
  	  margin: 0 0 20px 0;
    width:100%;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

select {
     font-size: 1.2rem;
  font-family: 'Lato', sans-serif;

}
option{
	padding-right:30px;	
}

 .dropdownliste {
    background: transparent;
	 -webkit-appearance: none;
    border: 0 none;
    border-radius: 0;
    height: 44px;
/*    line-height: 1;*/
    padding: 6px;
   width: calc(100% + 34px);
	
}

.select_immeuble{
	display:none;	
}



#message {
	height: 230px;
}

.name {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.6875rem;
  	line-height: 1.9rem;
  	margin-top: 10px;
}

.pnp_button {
	background-color: #4A90E2;
	border: 1px solid #4A90E2;
	font-weight: 600;
	border-radius: 50px;
	color: #FFFFFF;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
	/*margin: -5px;*/
	font-size: 0.8125rem;
	margin: 0 23px 50px 0;
	height:auto !important;
	line-height:normal !important;
}

.pnp_button:hover {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	color: #4A90E2;
}


.errormsg{
	   border: 2px solid #FF0000 !important;
}
.error_txt{
	color: #FF0000 !important;
}

label.error {
  color: red;
  display: block;
	margin-bottom: 6px;
}

input.error{
	margin: 0 0 0px 0;
	border-bottom: 1px #FF000;
}

/* 		
--------------------
Footer
--------------------
*/

.footer{
	border-top: 1px solid #D8D8D8;
	text-align: center;
	font-size: 12px;
	padding: 10px;
	
}




/* 		
--------------------
Autres
--------------------
*/

.num_img{
	position:absolute;
	bottom:10px;
	right:10px;
	  background-color: rgba(0, 0, 0, 0.8);
	  border-radius:5000px;
	  padding:10px 20px;
	  color:#FFF;
	
}


.nomobile{
	display: block;
}

.mobile{
	display: none ;
}



.video_ios{
	display:none ;	
}

body.ios .video_ios{
	display:block !important;
}

body.ios  .novideobackground{
	display:none;
}



select.mobile{
	display:none !important;
	
}
.selectize-control.single .selectize-input, .selectize-dropdown.single {
	background-color: #eeeeee !important;	
	border:none !important;	
	background-image:none !important;
	border-radius: none !important;
}
.selectize-control.single .selectize-input {
	background-color: #eeeeee !important;	
	border:none !important;	
	background-image:none !important;
	border-radius: none !important;
	 -webkit-box-shadow: none !important;
  box-shadow: none !important;

}
.selectize-input{
border-radius: none !important;
padding-right:20px !important;
}

.selectize-control{
	  width:100%;
}

.selectize-control.single .selectize-input:after {
	background-image:url(/img/selectric_fleche.svg);
	background-repeat:no-repeat;
	background-position:center center;
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    border-style: none !important;
    border-width: none !important;
    border-color: none !important;
}

.selectize-dropdown [data-selectable] {

  background-color:#f2f2f2!important;
  -webkit-border-radius: none !important;
  -moz-border-radius: none !important;
  border-radius: none !important;
  padding:10px 8px !important;
}

.option.selected{
	color:#2fb4e5 !important;
	
}



.mm-page__blocker{
	z-index:999;
}


@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:1024px){

ul#nav li {
    padding: 0px 34px;
}
ul#nav ul li a {
    font-size: 12px;
}
}


/* 		
--------------------
930
--------------------
*/




@media all and (max-width:760px){
	
	.main_rdv, .main_langue{
		display:none;
		
	}
	
	a.logo_phone img{
		width:50px !important;
		
	}
	
	body .main_nav{
		display:none;

	}
	
	.nomobile{
		display: none !important;
	}
	
	.mobile{
		display: block !important;
	}
	
	
 #logo_phone{
		background-image:url(/img/logo.svg);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:contain;
		 display:inline-block !important;
		 height:75px;
		 width:150px;
	}
	
	
	body.home .headroom--top  #logo_phone{
		background-image:url(/img/logo.svg);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:contain;
		 display:inline-block !important;
		height:75px;
		 width:150px;
}
	
	
	
	
	
	
	#header{
		padding:0px 0px 0px 0px  !important;
		position:fixed !important;
		
		
		-webkit-animation: none; 
	-moz-animation: none; 
	-ms-animation: none; 
	-o-animation: none; 
	animation: none; 
		
		
		}
	#header .inside{
		 padding: 10px 15px;
	}
	
	
	
#menumobile {
    color: #000;
    position: absolute;
    right: 10px;
    top: 50%;
	    -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform:translateY(-50%);
    z-index: 999;
	width:40px;
	height:40px;
	
	}
	
	li.mobile_menu_separator{
		height:20px;	
	}
	
	
.container {
    padding-top: 95px;
}

.mm-listitem{
	background-image:none !important;
	background-size:0px;
}

.mm-navbar{
	height:80px;
	
}

.pnp_conexion.pnp_conexion_foorter_menu{
	margin-bottom: 15px;
margin-top: 15px;
height: 30px;
line-height: 30px !important;
display: inline-block;
margin-left:20%;
margin-right:20%;
}


}
@media all and (max-width:880px){
	
	.home_img_intro img{
			display:none;
	}
	
	.home_img_intro{
		background-size:cover;
		background-position:center center;
		
		padding-top:45%;
	}

.home_box_txt{
	display:none;	
}
.home_box_txt_mobile{
	display:block;
	max-width:70%;
	margin-top:-106px;
	padding: 30px 30px 0 0;
	background-color: #F9FAFC;
}
.home_box_regule{
	height:40px;
	min-height: 40px;
}
.col2{
		width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}

.col3{
	    width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col4{
		width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col5{
		width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col6{
		 width:calc((((100% - (12*30px))/12)*12) + (11 * 30px)) ;
}
.col6.col_immeuble{
		 	width:calc((((100% - (12*30px))/12)*6) + (5 * 30px));
}
.col6.col_immeuble img {
	width:100%;
	height:auto;	
}


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




.col8{
		 width:calc((((100% - (12*30px))/12)*12) + (11 * 30px)) ;
}
.col9{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px)) ;
}
.col10{
		width:calc((((100% - (12*30px))/12)*12) + (11 * 30px)) ;
}
.col11{
	   width:calc((((100% - (12*30px))/12)*12) + (11 * 30px)) ;
}
.col12{
	   width:calc((((100% - (12*30px))/12)*12) + (11 * 30px)) ;
}


}

@media all and (max-width:600px){
	h1{
		font-size:26px;
		
	}
	
	
	.home_img_intro{
		padding-top:60%;
	}


.home_box_txt_mobile{
	display:block;
	max-width:100%;
	margin-top:-40px;
	padding: 30px 0 0 0;
	background-color: #F9FAFC;
}


.col2, .col3, .col4, .col5, .col6, .col6.col_immeuble{
		 width:calc((((100% - (12*30px))/12)*12) + (11 * 30px)) ;
}

.col50{
	width:100%;
	
}
.col_debore {
    padding-right: 0px;
    margin-top: 0px;
	padding-top: 20px;
}


.col_immeuble:nth-child(odd), .col_immeuble:nth-child(2), .col_immeuble:nth-child(1) {
	  margin-top:20px;
	}



}

