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

body,
html {
	

    font-family: 'Open Sans', sans-serif;
  



	font-size: 15px;
	color: #323E48;
	background-color: #FFF;
	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;
}

.bodyspacer {
	padding-top: 140px;
	position: relative;
}




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

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

a:hover {
	color: #005587;
}

p {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 22px;
	padding-bottom:10px;
}

h1 {
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 45px;
	margin-bottom:15px;
}

h1.immeubles{
	background-image:url(../img/icone_titre_immeuble.svg);
	background-position:-30px center;
	background-repeat:no-repeat;
	padding-left:130px;
	line-height:100px;
}

h1.projets{
	background-image:url(../img/icone_titre_projet.svg);
	background-position:-30px  center;
	background-repeat:no-repeat;
	padding-left:130px;
	line-height:100px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color:#00A19B;
	font-weight:700;
	letter-spacing: 0;
	line-height: 42px;
	margin-bottom:16px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color:#005587;
	letter-spacing: 0;
	line-height: 33px;
	margin-bottom:16px;
}

h4 {
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 20px;
	color:#005587;
	letter-spacing: 0;
	line-height: 30px;
	margin-bottom:16px;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 28px;
}

h6 {
	font-family: 'Bitter', serif;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 20px;
}


.hero_title{
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 70px;
letter-spacing: 0;
line-height: 80px;
text-shadow: 0 2px 10px rgba(0,0,0,0.50);
}

.intro{
font-family: 'Open Sans', sans-serif;
font-size: 18px;
letter-spacing: 0;
line-height: 26px;
}

.container_page .intro{
	font-weight:700;
	margin-bottom:20px;	
}

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

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

hr{
	border:0;
	height:1px;
	background-color:#00A19B;

}

#clock{
    font-size: 30px;
    font-weight: 600;
}
/*///////////// COLORS /////////*/

.white {
	color: #FFF;
}

.bleu {
	color: #005587 !important;
}
.bleu_bg {
	background-color: #005587;
}

.vert {
	color: #00A19B !important;
}
.vert_bg {
	background-color: #00A19B;
}

.grey_dark {
	color: #323E48 !important;
}
.grey_dark_bg {
	background-color: #323E48;
}

.grey_light {
	color: #EAEBEC !important;
}
.grey_light_bg {
	background-color: #EAEBEC;
}

.yellow {
	color: #F8AF36 !important;
}
.yellow_bg{
	background-color: #F8AF36;
}

.yellow_light {
	color: #FEF7EA !important;
}
.yellow_light_bg{
	background-color: #FEF7EA;
}


/*///////////// Buttons /////////*/

a.button_bleu, span.button_bleu a, button.button_bleu {
	font-size: 14px;
	font-weight: 600;
	padding: 15px 60px;
	border-radius: 5000px;
	color: #005587;
	border: 1px solid #005587;
	background-color:#FFF;
	cursor: pointer;
	transition: all .3s linear;
	text-transform: uppercase;
	margin: 15px auto;
	display: inline-block;
}

a.button_bleu:hover, span.button_bleu a:hover,  button.button_bleu:hover{
	background-color: #005587;
	color: #FFF;
	text-decoration: none !important;
}


a.button_blanc, span.button_blanc a {
	font-size: 14px;
	font-weight: 600;
	padding: 15px 60px;
	border-radius: 5000px;
	color: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
	transition: all .3s linear;

	text-transform: uppercase;
	margin: 15px auto;
	display: inline-block;
}

a.button_blanc:hover, span.button_blanc a:hover{
	background-color: #FFF;
	color: #005587;
	text-decoration: none !important;
}




a.button_vert, span.button_vert a {
	color: #00A19B;
	border: 1px solid #00A19B;
	
	font-size: 14px;
	font-weight: 600;
	padding: 15px 60px;
	border-radius: 5000px;
	cursor: pointer;
	transition: all .3s linear;
	text-transform: uppercase;
	margin: 15px auto;
	display: inline-block;
}

a.button_vert:hover, span.button_vert a:hover{
	background-color: #00A19B;
	color: #FFF !important;
	text-decoration: none !important;
}

a.button_violet, span.button_violet a{
	color: #6F2277;
	border: 1px solid #6F2277;
	
	font-size: 14px;
	font-weight: 600;
	padding: 8px 30px;
	cursor: pointer;
	transition: all .3s linear;
	border-radius: 0;
	text-transform: uppercase;
	margin: 15px auto;
	display: inline-block;
}

a.button_violet:hover, span.button_violet a:hover{
	background-color: #6F2277;
color: #FFF !important;
	text-decoration: none !important;
}

 a.button_yellow:hover, span.button_yellow a{
	color: #F8AF36;
	border: 1px solid #F8AF36;
	
	font-size: 14px;
	font-weight: 600;
	padding: 15px 60px;
	border-radius: 5000px;
	cursor: pointer;
	transition: all .3s linear;
	text-transform: uppercase;
	margin: 15px auto;
	display: inline-block;
}

a.button_yellow:hover, span.button_yellow a:hover{
	background-color: #F8AF36;
	color: #FFF !important;
	text-decoration: none !important;
}

 a.button_grey :hover, span.button_grey a{
	color: #323E48;
	border: 1px solid #323E48;
	
	font-size: 14px;
	font-weight: 600;
	padding: 15px 60px;
	border-radius: 5000px;
	cursor: pointer;
	transition: all .3s linear;
	text-transform: uppercase;
	margin: 15px auto;
	display: inline-block;
}

a.button_grey:hover, span.button_grey a:hover{
	background-color: #323E48;
	color: #FFF !important;
	text-decoration: none !important;
}

.button_desactive{
	color: #ADB2B6;
	border: 1px solid #ADB2B6;
	
	font-size: 14px;
	font-weight: 600;
	padding: 15px 60px;
	border-radius: 5000px;
	cursor: pointer;
	transition: all .3s linear;
	text-transform: uppercase;
	margin: 15px auto;
	display: inline-block;
}

.button_desactive:hover {
	background-color: #ADB2B6;
	color: #FFF;
	text-decoration: none !important;
}
/*///////////// SPLASH /////////*/

.splash{
	position: fixed;
	height: 100vh;
	width: 100vw;
	 background-color: rgba(0,0,0,.7);
	z-index: 99999999999999999;
	top: 0px;
	left: 0px;
	text-align:center;
	cursor:pointer;
	overflow: auto;
	}
	
.splash_popup{
	width:700px;
	height:700px;
	background-color: rgba(0,85,135,.7);
	margin:auto;
		margin-top: 10vh;
	border-radius:50%;
	
	
}
.splash_popup_texte{
	padding:87px 64px;
	color:#FFF;
	
}

.splash_popup_texte h3 {
  font-size: 30px;
  color:#FFF !important;
    padding: 0px 45px;
}

.splash_popup_texte img{
	margin-bottom:20px;
}
.splash_popup_texte a{
    color: #FFF;
    text-decoration: underline;
	
	
}

.button_100ans{
	background-image:url(../img/icon_100ans.svg);
	background-position:20px center;
	background-repeat:no-repeat;
	
	font-family: 'Bitter', serif;
	font-weight: 800;
	float: left;
	background-color:#F8AF36;
	padding:11px 16px 11px 41px;
	border-radius:50000px;
	margin-right:30px;
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
	
-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
	
}

li.menu_mobile_popup a{
	background-color:#F8AF36;
	background-image:url(/img/icon_100ans.svg);
	background-position:left center;
	background-repeat:no-repeat;
	padding: 10px 20px;
	margin:0px 40px;
	color: #FFF;
	display: block;
	margin-top: 0px !important;
	transition: all .3s linear;
	font-size: 14px;
	text-align: center;
}
 li.menu_mobile_popup a{
	margin:0px 0px;
	margin-right: 0px !important;
	padding: 10px 20px;
	background-position:30px center;
	color:#FFF !important;
}

.flipdown {
    padding-top: 50px;
    margin: auto;
}

/*///////////// FILTRES /////////*/

.filter_bleu{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(0, 85, 135, 0.7);
	
}

.filter_yelleow{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(248, 175, 54, 0.8);
}

.filter_vert{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(0, 161, 155, 0.8);
	
}

.fond_vert{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: #5db2ae;
}

/*///////////// UTILITIES /////////*/

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.centered {
	margin-right: auto !important;
	margin-left: auto !important;
}

.clear {
	clear: both;
}

*:focus {
	outline: 0;
}

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

.mobile {
	display: none;
}

.shadow{
	box-shadow: 0px 40px 30px -20px rgba(0,0,0,0.25);
}

.push-right {
	float: right !important;
}

.push-left {
	float: left !important;
}

.middle_middle{
	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%);
}

.middle_top{
	position: relative;
	top:50%;
	left:0px;
	
    -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn_back{
	font-size:15px;
	margin-bottom:40px;
	display:block;	
}
.btn_back span{
	padding-left:10px;
}

/*/////////////CONTAINER INSIDE /////////*/

.container {
	width: 100%;
}


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

.inside_projet_details{
	margin-top:-200px;
	background-color: #FFF;
    padding: 50px;
}


.content {
	box-sizing: border-box;
	padding: 50px;
}

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

#header {
	height: auto;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
	background-color: rgba(255, 255, 255, 1);
}

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

}

.headroom--unpinned {
	transform: translateY(-100%);
	transition: all 0.4s ease-in-out 0s;
}

.headroom--not-top {
	background-color: rgba(255, 255, 255, 0.9);
	
}

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

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

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


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

#header ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

#header ul li {
	float: left;
	position: relative;
	cursor:pointer;
}


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

#menumobile {
	display: none;
	
}

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

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

.main_nav ul>li a {
	font-weight:400;
	color: #005587;
	float: left;
	font-size: 16px;
	padding: 10px 23px 36px 23px;
	position: relative;
	text-decoration: none;
	z-index: 999;
	display:block;
	
}
.main_nav ul>li:last-child a{
	padding-right:0px;
	
}
.main_nav ul>li :first-child a{
/*	padding-left:0px;
*/	
}

.main_nav ul>li a.active, #header .main_nav ul>li:hover a{
	
}


 .main_nav ul>li.childrenme:hover a {
	background-image:url(/img/menu_yellow_fleche.svg);
	background-position:center 40px ;
	background-repeat:no-repeat;
}


 .main_nav ul ul {
	left: 23px;
	opacity: 0;
	padding: 0px;
	position: absolute;
	top: 68px;
	transition: all 0.1s ease-in-out 0s;
	visibility: hidden;
	z-index: 600;
	background-color: #005587;
}

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

.main_nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

.main_nav ul ul li a {
	box-sizing: border-box;
	background-color: #005587;
	background-image:none !important;
	display: block;
	float: none;
	font-size: 15px;
		font-weight:600;
	height: auto;
	padding: 10px 100px 10px 15px;
	line-height: 1.8em;
	white-space: nowrap;
	min-width: 100%;
	color: #FFF;
	text-transform: none !important;
}

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





/*//////////// TOP NAV /////////*/


#top_nav {
	
	position: absolute;
	top: 0px;
	right: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display:inline-block;
}

/*//////////// TOP NAV SEARCH /////////*/

#top_nav_search{
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display:inline-block;
	float:left;
	display:none !important;
}
#top_nav_search a img{
	margin-left:42px;
	margin-top:4px;
}
#top_nav_search input{
	width:76px;
	color:#323E48;
	font-size:14px;
	padding-left:0px;
	margin-left:6px;
	
	 -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
	border:none;
	background-color:#FFF;
	font-weight:400;
	height: 40px;

	 box-sizing: border-box;
}


/*//////////// TOP NAV LOGIN /////////*/

#top_nav_login {
	background-color: #00A19B;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display:inline-block;
	float:left;
	
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
}


#top_nav_login > ul > li > a.button, li.menu_mobile_login a{
	background-color: #00A19B;
	background-image:url(/img/login_icon.svg);
	background-position:left center;
	background-repeat:no-repeat;
	padding: 10px 20px;
	margin:0px 40px;
	color: #FFF;
	display: block;
	margin-top: 0px !important;
	transition: all .3s linear;
	font-size: 14px;
	text-align: center;
}
 li.menu_mobile_login a{
	margin:0px 0px;
	margin-right: 0px !important;
	padding: 10px 20px;
	background-position:30px center;
	color:#FFF !important;
}

 li.menu_mobile_logout a{
	 background-color: #00A19B;
	margin:0px 0px;
	margin-right: 0px !important;
	padding: 10px 20px;
	color:#FFF !important;
}


#top_nav_login > ul  li > a:hover {
	color: #FFF;
	cursor: pointer;
	transition: all .3s linear;
	text-decoration:none;
}

#top_nav_login > ul > li > a.button {
	padding-left:30px;
}





#top_nav_login ul ul {
	opacity: 0;
	padding: 0px;
	position: relative;
	transition: all 0.1s ease-in-out 0s;
	visibility: hidden;
	z-index: 600;
	background-color: #00A19B;
	height:1px;

}

#top_nav_login ul ul li {
	display: block;
	float: none;
	background-image:none !important;
}

#top_nav_login ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	height: auto;
}

#top_nav_login ul ul li a {
	box-sizing: border-box;
	background-image:none !important;
	display: block;
	float: none;
	font-size: 15px;
	font-weight: 700;
	height: auto;
	padding: 15px 15px 15px 15px;
	line-height: 1.8em;
	white-space: nowrap;
	min-width: 100%;
	color: #FFF;
	text-transform: none !important;
}



/*//////////// TOP NAV PORTAIL /////////*/

#top_nav_portail{
    background-color: #e97132;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display:inline-block;
	float:left;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
	
}


#top_nav_portail > ul > li > a{
	background-color: #e97132;
	padding: 10px 20px 9px 30px;
    margin: 0px 40px;
    
	color: #FFF;
	display: block;
	margin-top: 0px !important;
	transition: all .3s linear;
	font-size: 14px;
	text-align: center;
}

#top_nav_portail ul ul {
	opacity: 0;
	padding: 0px;
	position: relative;
	transition: all 0.1s ease-in-out 0s;
	visibility: hidden;
	z-index: 600;
	background-color: #e97132;
	height:1px;

}

#top_nav_portail ul ul li {
	display: block;
	float: none;
	background-image:none !important;
}

#top_nav_portail ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	height: auto;
}

#top_nav_portail ul ul li a {
	box-sizing: border-box;
	background-image:none !important;
	display: block;
	float: none;
	font-size: 15px;
	height: auto;
	padding: 10px 15px 10px 15px;
	line-height: 1.2em;
	white-space: nowrap;
	min-width: 100%;
	color: #FFF !important;
	text-transform: none !important;
}

#top_nav_portail.mobile{
    float: none;
    width: 100%;
    box-shadow: none;
    
}

 #top_nav_portail.mobile li{
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#top_nav_portail.mobile a{
    text-align: center;
    color: #FFF !important;
    width: 100%;
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
}

/*//////////// CONTAINER IMAGE HOME  /////////*/

/*//////////// IMAGE HOME FULL  /////////*/
.container_home_full_general{
	position:relative;
	margin-bottom:50px;
	
}
.container_home_full{
	position:relative;
	width:calc(50vw + 570px);

	float:right;
	
		
}
.home_full_img{
	position:absolute;
	left:0px;
	right:0px;
	width:100%;
	height:500px;
	background-size:cover;
	background-position:center center;
}

.home_full_titre{
/*	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.30);*/
	position:relative;
	padding-left:30px;
	margin-left:66px;
	margin-top:80px;
	border-left:1px solid #FFF;
	min-height:420px;
	color:#FFF;
	font-weight:600;
}


.home_full_txt{
	position:relative;
	padding-left:30px;
	margin-left:66px;
	padding-top:40px;
	border-left:1px solid #FFF;
	max-width:1000px;
	color:#FFF;
	margin-bottom:47px;
    display: none;
   
	
}

.owl-item.active .home_full_txt{
    display: block;
    
}
.home_full_txt *{
	font-weight:600 !important;
	/*font-size:20px !important;*/
}

.home_full_reverse{
	    background-size:cover;
	    background-position:center center;
	     position:absolute;
		 bottom:0px;
		 left:0px;
	     width:calc(50vw + 570px);
		 height:500px;
		 
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";

}

/*//////////// IMAGE HOME DEMI  /////////*/
.container_home_demi_general{
	position:relative;
	margin-bottom:50px;
	
}

.home_demi_txt{
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.30);
	position:relative;
	color:#FFF;
	padding:40px 50px;
	box-sizing:border-box;
	margin-top:50%;
	z-index: 99;
}

.home_demi_txt_content{
	position:relative;
	z-index:9;
}

.home_demi_img{
	padding:30px 40px;
	width:140%;
	
}
.home_demi_img.home_demi_img_odd{
    left: -54%;
    position: relative;
}

/*//////////// IMAGE HOME CUBE  /////////*/

.home_cube_img:after{
/*	content: '';
	padding-top: 100%;
	display: block;*/
	
}

.home_cube_container{
    text-align: center;
}

.home_swiper_cube{
    margin-top: -300px;
}

.home_cube_fond_bleu{
  background-color: #005587;
  width: 100%;
    max-width: 680px;
  padding: 40px 40px 300px 40px;
  min-height: 300px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  justify-content: center;
}

.home_cube_fond_bleu_txt{
    max-width: 680px;
}

.home_cube_fond_bleu h1{
    color: #F8AF36;
}

 #bomebox_cube.owl-carousel {
      perspective: 1200px;
    }

  #bomebox_cube   .owl-item {
      transform-style: preserve-3d;
      transition: transform 0.6s;
    }

  #bomebox_cube   .owl-item:not(.active) {
      transform: rotateY(90deg);
      pointer-events: none;
      opacity: 0.5; /* Réduire l'opacité des éléments non actifs pour donner un effet de profondeur */
    }

/*//////////// IMAGE HOME BANNER  /////////*/

.container_home_banner_general{
	position:relative;
	margin-bottom:50px;
	
}


.home_banner_txt{
	box-sizing:border-box;
	width:calc(50vw - 50px);
	float:left;
}

.home_banner_txt_content{
	position:relative;
	padding:40px 50px 40px 0px;
	color:#FFF;
	
}

.home_banner_txt_content h1{
	
	color:#F8AF36;
	
}
.home_banner_img{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:calc(50vw + 50px);
	background-position:center center;
	background-size:cover;
	
}

.home_banner_pastille{
top: 50%;
transform: translate(-50%, -50%);
left: calc(50% - 50px) ;
z-index: 9;
position: absolute;
	
}

/*///////////// HOME ( IMMEUBLE & PROJECT ) /////////*/

.home_objet{
	padding:0 98px 0 98px ;
	position:relative;
		text-align:center;
}

.home_objet_icone{
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.30);
	position:absolute;
	left:0px;
	top:0px;	
}

.home_objet_titre{
	margin-bottom:20px;
	text-align:center;
	padding:24px;
		
}

.home_objet_titre.vert_bg{
	color:#FFF;
		
}

.container_home_news{
	z-index:10;
	
}

h2.home_titre_all_news {
	margin-top:60px;
	font-weight: 700;
	text-align:center;
	
}



.container_home_newsletter{
	position:relative;
	padding-top:233px;
	padding-bottom:40px;
	margin-top:-190px;
	z-index:1;
	background-image:url("/users_uploads/editor/source/fond_newsletter/fond_newsletter.jpg");
	background-position:center center;
	background-size:cover;
	
}

.home_newsletter_txt{
	position:relative;
	background-image:url("/img/icon_newsletter.svg");
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:60px;
	margin-left:98px;
	padding-right: 20px;
	box-sizing:border-box;
	color:#FFF;
	
}
.home_newsletter_txt *{
	color:#FFF !important
}

.home_newsletter_form{
	position:absolute;
	bottom:0px;
	margin-left:30px;
	width: calc(100% - 30px);
	transform: translateX(100%);
	
	
}

.form_newsletter input{
    height: 50px;
    line-height: 50px;
    color: #005587 !important;
    border: 1px solid #FFF;
    width: 100%;
 
    background-color: #FFF;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding-left: 52px;
    border-radius: 0px !important;
}

#input_newsletter{
	background-image:url(/img/icon_newsletter_little.svg);
	background-position:20px center;
	background-repeat:no-repeat;
	   padding-right: 133px;
	
}
.form_newsletter input.btn_newsletter {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
	 border: 1px solid #00A19B;
    background-color: #00A19B;
    height: 50px;
    line-height: 50px;
    color: #FFF !important;
    width: 118px;
    margin-right: 0px;
	 padding-left: 0px;
	text-align:center;
}

/*/////////////  NEWS BOX /////////*/

.news_box_img{
	 background: linear-gradient(0, #FEF7EA 50%, #FFF 50%);
	 padding:0px 30px 0px 30px;
	
}

.news_box_txt{
		padding:30px;
		border-bottom:10px solid #F8AF36;
}

.news_box_txt p a{
	text-decoration:underline !important;	
}
.news_box_txt h4{
	font-weight:700;
	margin-top:16px;
}


.news_box_date{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	

}


/*/////////////  HEADER BIG /////////*/

.header_little_img{
	position:relative;
	height:190px;
	line-height:190px;
	width:100%;
	margin-bottom:50px;
	
	background-position: center center;
	background-size:cover;
	color:#FFF;
}

.header_little_img  .inside{
	height:100%;
}


.header_full_img{
    position: relative;
    width: calc(50vw + 286px);
    float: right;
	background-position: center top;
	background-size:cover;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.30);
		margin-bottom:50px;

}
.header_full_content{
	position: relative;
	width:458px;
    width:520px;
	margin:40px 0px 40px -284px;
	padding:60px 40px 40px 0px;
	box-sizing:border-box;
	
}

.header_full_txt{
	position: relative;

	padding-left:40px;
	border-left:1px solid #FFF;
	z-index:9;
	
}
.header_full_txt *{
		color: #FFF;
}

.header_full_txt_filter{
	width:100vw;
	right:0px !important;
	left:auto;
	z-index:1;
}

.header_little_img h1{
	width:50%;
	float:left;
	
}


/*///////////// MENU PAGE /////////*/

.container_menu_page{
	width: 360px;
	float:left;
	box-sizing:border-box;
	
}
.container_menu_page_box{
	padding:36px 40px 24px 40px;
	width:100%;
	box-sizing:border-box;
	margin-bottom:30px;
}


/*///////////// PAGE /////////*/

.container_page{
	width: calc(100% - 390px);
	float:right;
	margin-bottom:50px;
}

.container_page ul{
    padding-left: 20px;
}

.container_page_padding{
	padding-top:47px;
	
}

ul#page_nav, ul#page_nav li{
	list-style:none;	
}
ul#page_nav li a{
   font-family: 'Open Sans', sans-serif;
	padding-bottom:4px;
	list-style:none;
	font-size:20px;
	color:#005587;
	font-weight:700;
	margin-bottom:12px;
	margin-top:12px;
	display:inline-block;
	border-bottom:3px solid  #EAEBEC;
}

ul#page_nav li a:first-child {
	margin-top:0px;
}


ul#page_nav li a.active, ul#page_nav li a:hover{
	border-bottom:3px solid #F8AF36;
	
}

#page_nav li ul li{
	padding-left:20px;
	
}


#page_nav li ul li a{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#323E48;
	margin-top:0px;
	margin-bottom:4px;
	font-weight:400;
	
}
#page_nav li ul li a:before{
	content:"—";
	margin-left:-20px;
	padding-right:6px;
}

#page_nav li ul li:last-child {
	margin-bottom:16px;
	
}
/*///////////// PAGE SOCIETAIRES /////////*/

.page_demi_img{
	padding:30px 40px;
	width: calc(125% - 30px);
	
}


.societaire_container_carousel{
	padding:50px 0px;
	/*display:inline-block;*/
}

.societaire_container_carousel .myslide{
	background-color:#00A19B;
	border-bottom:10px solid #F8AF36;
}

.societaire_container_carousel .carousel_legende{
	text-align:left;
	padding:30px;
	color:#FFFFFF;
	
}

.team_societaire{
	position:relative;
	padding-bottom:23px !important;
}

.team_societaire_liste_titre{
	margin-bottom:0px;
	margin-top:10px;	
}
.team_societaire_img{
	
	margin-top:30px;
	padding-left:30px;
	width:75%;
	box-sizing:border-box;
}


.team_societaire_img img{
	
   margin-top: -30px;
    padding-bottom: 30px;
	width: calc(100% + 30px) !important;
	max-width:none;

}

.team_societaire_nom{
		font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:700;
	
	
}

.team_societaire_img_detail{
background-repeat: no-repeat;
background-size: cover;
width: 80%;
float: right;
margin-top: 36px;
}

.team_societaire_img_detail:after {
    display: block;
    content: "";
    padding-top: 100%;
}

.container_banner_general{
	position: relative;
    margin-top: 50px;
	margin-bottom:50px
}

/*///////////// PAGE TEAM /////////*/

.team_page_intro{
	margin-top:32px;
	
}

.team_titre_cat{
	margin-top:35px;
	margin-bottom:-15px;
	
}



.team_titre_cat:first-child {
	margin-top: 2px;

}
.team_intro{
	margin-bottom:40px
	
}

.team_box{
	padding-bottom:23px !important;
}

.team_photo{
	background-repeat:no-repeat;
	background-size: cover;
    background-position: center center;
	width:80%;
}
.team_photo_detail{
	width:50% !important;
	margin-bottom:30px;
}
.team_photo:after {
    display: block;
    content: "";
    padding-top: 149%;
}

.team_liste_nom{
	margin-top:10px;
	margin-bottom:0px;
	font-weight:700;
}
.team_liste_fonction{
	font-weight:400;
	font-size:16px;
	
}
/*///////////// FAQs /////////*/

.box_open_close {
    position: relative;
    padding:  16px 30px;
    margin-bottom: 30px;
}

.btn_open_close {
    background-image: url(../img/icone_open.svg);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    padding: 10px 0;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 33px;
	padding-right: 40px;
	
}


.item_open_close {
    display: none;
    padding: 40px 0 0 0;
}

.box_open_close.opened .item_open_close {
    display: block;
}

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

.loginbox *{
	background-image:none !important;
	
}

.loginbox a.btn_open_close{
	font-size:15px;
	
}
.loginbox .box_open_close{
	padding:0px !important;
	
}
.loginbox .box_open_close.grey_light_bg{
	background-color:transparent !important;	
}

/*///////////// DOC liste /////////*/
.doc_box_txt h4 {
	margin-bottom:0px;
	
}
.doc_box_img{
	width:165px;
	max-width:100%;
	height:221px;
	max-height:100%;
	border: 1px solid #EFEFEF;

	
}
.doc_box_date{
	font-size:15px;
	
}

/*///////////// LIENS /////////*/

.liens_box:nth-child(odd) {
  background-color: #EAEBEC;
}

.liens_titre{
	font-size:15px;
	color:#939393;
	background-image: url(/img/icone_lien.svg);
	background-size: auto 15px;
	background-position: 10px center;
	background-repeat:no-repeat;
	cursor:pointer;
	
	height: auto;
	min-height:20px;
    line-height: 1.2em;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-top: 10px;
}
.liens_cat{
	
}
/*///////////// PROJETS /////////*/

.projet_container_box{
	margin-top:50px;
}


.projet_box{
	margin-bottom:60px;
	width:100%;
	position:relative;
	display:inline-block;
	
}

.projet_box_img{
	position:absolute;
	top:0px;
	right:0px;
	width:70%;
	height:100%;
	background-repeat:no-repeat;
	background-position:left center;
	background-size: cover;
	z-index:1;

	
}
.projet_box_txt{
	position:relative;
	padding:50px;
	width:50%;
  
	box-sizing:border-box;
	margin:25px 0px;
	z-index:99;
	
}

.projet_box.right .projet_box_img{
	right:auto;
	left:0px;
}
.projet_box.right .projet_box_txt{
	  margin-left:50%;
}


.projet_quartier {
	font-family: 'Bitter', serif;
	font-weight: 700;
	font-size: 20px;
	color:#005587;

}

/*///////////// MAP  /////////*/

#map {
	width: 100%;
	height: 100%;
	min-height: 400px;
}

#map_projet{
	width: 100%;
	height: 100%;
	min-height: 530px;
	margin-top:-50px;
}
#map_projet.fullmap_close{
min-height: 230px;
}

.map_popup_img{
	width:300px;
	height:170px;
	display:block;
	
}
/*///////////// IMMEUBLES MAP /////////*/


.container_fullmap{
	position:relative;
	width:100vw;
	height:100vh;
	margin-top:50px;
	min-height:900px;
}

.filter_quartier.highlight{
	
	right:0px;
	
}

.filter_quartier{
	position:absolute;
	top:0px;
	right: 100%;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, .9);
	z-index: 9;
	transition: all 1s ease;
	
}
.filter_quartier_menu{
	padding:100px 100px 50px 6%;	
}

.filter_quartier_btn{
	background-image:url(/img/filter_quartier_close.svg);
	background-position:right center;
	background-repeat:no-repeat;
	position:absolute;
	right:-100px;
	top: 0px;
	height:100%;
	width:100px;
	cursor:pointer;
	
}
.filter_quartier_btn.highlight{
		background-image:url(/img/filter_quartier_open.svg);
		right:0px;
		background-position:left center;


	
}


a.immeubles_quartierlink span{
	font-family: 'Bitter', serif !important;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0;
	margin:20px 0px;
	display:block;
	
}
#filter_cat li{
	list-style:none;
}
#filter_cat>li{
	
	width: calc(25% - 30px);
	float:left;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:20px;
}
#filter_cat li ul li a{
	font-size:15px;
	color:#323E48;
}



.immeubles_map .container {
	 min-height: 100% !important;
}

.gm-style {
	font-family: 'Open Sans', sans-serif  !important;
	
}

.gm-style-iw {
	top:15px !important;	
	
}
.gm-style-iw + div {
  	display: none;
	
 }
.myboxmap *{
	box-shadow:none !important;
	
}
.myboxmap{
	background-color:#FFFFFF;
	border:50px solid #FFF ;
	width: 100%;
	box-sizing:border-box;
	
}



.myboxmap p{
	 margin-top:4px solid #FFF ;
	 margin-bottom:0px;
	 padding-bottom:0px;
	 line-height:1.6em;

}

.myboxmap img{
	max-width:100% !important;	
}

.myboxmap p.quartier{
	font-size:20px;
	color:#005587;
	
}
/*///////////// READ MORE /////////*/

a.read_more{
	padding-left:40px;
	background-image:url(../img/icone_plus.svg);
	background-position:center left;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:700;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	
	margin:30px 0px 0px 0px;
	
}


a.read_more_white{
	background-image:url(../img/icone_plus_white.svg);
}
/*///////////// TELECHARGER /////////*/
.telecharger{
	padding-left:40px;
	background-image:url(../img/icone_download.svg);
	background-position:center left;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:700;
	height: 30px;
	line-height: 30px;
	display: inline-block;
		margin:15px 0px 30px 0px;
}

/*///////////// VIDEOS /////////*/
.page_video_top{
	padding-top:40px;
	
}

/*///////////// CAROUSEL /////////*/

#carousel{
	width:100%;
	overflow:hidden;	
	z-index: 2;
}

#carousel .myslide{
   width:100%;
}

.page_carousel{
	margin:50px 0px;
	
}
.page_carousel .myslide::after {
    display: block;
    content: "";
    padding-top: 60%;
}
.myslide{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;	
}
.owl-dots {
	z-index: 99999;
display: inline-block;
margin: auto;
left: 50%;
position: absolute;
transform: translateX(-50%);
}

.owl-dots .owl-dot {
float: left;
}
.owl-dots .owl-dot span {
	display: inline-block;
	margin-right: 10px;
	width: 7px;
	height: 7px;
	background-color: #005587;
	border-radius: 10px;
	opacity:0.6;

}

.owl-dots .owl-dot.active span {
	background-color: #005587;
	opacity:1;
}


.carousel_white .owl-dots {
	margin-top: -50px;
}

.carousel_white .owl-dots .owl-dot span{
	background-color: #FFF;
}

.carousel_white .owl-dots .owl-dot.active span {
	background-color: #FFF;
}



.owl-nav {
	margin-top: 15px;
}

.owl-next{
position: absolute;
background-image: url(../img/icon-arrow-right.svg);
background-position: center center;
background-repeat: no-repeat;
height: 100%;
width: 30px;
right: -40px;
bottom: 0px;
font-size: 0px;
opacity: 1;
}

.owl-prev{
	position:absolute;
	background-image:url(../img/icon-arrow-left.svg);
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	width:30px;
	left:-40px;
	bottom:0px;
	font-size:0px;
	opacity: 1;
}

.owl-prev:hover,
.owl-next:hover {
	opacity: .4;
	transition: all 0.5s;
}

/*/////////////SWIPER/////////*/


    .swiper {
     position: relative;


    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
    }
    .swiper-pagination-bullet-active {
    background: #323E48 !important;
    }

    .home_swiper_cube{
          width: 600px;
      height: 600px;
        padding: 40px;
    }

/*/////////////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;
	margin-left: -15px;
	margin-right: -15px;
}

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

.spacer_container_col{
	padding-bottom:50px;
	
}

.container_col {
	margin-left:-15px;
	margin-right:-15px;
	margin-top:-15px;
}


.col{
	padding:15px;
	box-sizing:border-box;
	position:relative;
	
}

.col-full {
	width: 100%;
	display: block;
	clear: left;
}

.col-33 {
	width: calc( 100% / 3);
	float: left;
}
.col-25 {
	width: calc( 100% / 4);
	float: left;
}

.col-40 {
	width: calc( 40%);
	float: left;
}


.col-50 {
	float: left;
	width: 50%;
}



.col-60 {
	width: calc( 60%);
	float: left;
}


.col-66 {
	width: calc( 100% / 3 * 2);
	float: left;
}



 .col-100{
	 width: 100%;
	float: left;
 }

.gallery_all_fond{
    padding: 55px 55px 40px 55px;
    background-color: #00A19B;
    
}
.gallery_all_fond *{
    color: #FFFFFF;
    
}
.gallery_all_icone{
    width: 60px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    background-size: cover;
}
.gallery_all_titre{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0px 16px 0px;
    
}
.gallery_all_contenu{
    
}

.gallery_all_video{
    padding: 30px 70px;
    
}
/*///////////// Contact /////////*/

label{
	margin-bottom:4px;
	font-size:12px;
	display:inline-block;	
}



input,  textarea{
	 -webkit-appearance: none;
	 
	 
	
	position:relative;


    font-family: 'Open Sans', sans-serif;
	border:none;
	background-color:#F5F5F5;
	width:100%;
  font-size:15px;
	font-weight:400;
	height: 60px;
	  color: #005587;
	 padding-left:20px;
	 box-sizing: border-box;
}

 textarea {
padding-top:10px;
min-height: 192px;
resize: none !important; /* user can resize vertically, but width is fixed */
}

.itemline input{
	margin-bottom:15px;
	margin-top:15px;
}

::-webkit-input-placeholder{ 
     font-family: 'Open Sans', sans-serif;
  color: #005587;
  font-size:15px;
  font-weight:400;

}

::-ms-input-placeholder{ 
    font-family: 'Open Sans', sans-serif;
  color: #005587;
  font-size:15px;
  font-weight:400;

}

::-moz-placeholder{ 
      font-family: 'Open Sans', sans-serif;
  color: #005587;
  font-size:15px;
  font-weight:400;

}

:-moz-placeholder{ 
    font-family: 'Open Sans', sans-serif;
  color: #005587;
  font-size:15px;
  font-weight:400;
}



input.errormsg:-moz-placeholder {
	color:#F00 !important;

}
input.errormsg::-moz-placeholder {
	color:#F00 !important;
	
}

input.errormsg::-webkit-input-placeholder {
	color:#F00 !important;
	
}

input.errormsg:-ms-input-placeholder {
	color:#F00 !important;
	
}
input.errormsg, textarea.errormsg{
border-bottom:1px solid #FF0004 !important;
}

label.error{
	padding-top: 4px;
	display: block;
	color: #FF0000;
}
.errormsg{
	color:#F00 !important;
}

input.errormsg{
border-bottom:1px solid #F00 !important;
}





.container_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	font-weight: 600;
}

.container_checkbox:hover, .container_checkbox.active {
	color:#005587  !important;
  	

}

/* Hide the browser's default checkbox */
.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border:1px solid #323E48;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
	color:#005587;
    border:2px solid #005587;
}


/* When the checkbox is checked, add a blue background */
.container_checkbox input.active ~ .checkmark {
  border:2px solid #005587 !important;
  color:#005587;
}



/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_checkbox input.active~ .checkmark:after {
    display: block;
}

.container_checkbox input:checked~ .checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #F8AF36;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



#creecompte label.container_checkbox{
	font-size:15px;
	font-weight:400;
	
}


/*///////////// SELECT /////////*/

.selectize-control{
	margin-bottom:20px;
}
.selectize-input {
	padding: 8px 8px !important;
	box-shadow: none !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;

	
}

.selectize-control.single .selectize-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #FFF;
    background-image: none !important;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-input *{
	color: #005587 !important;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
}
.selectize-input > input{
	display:none !important;
	
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-color: #005587 !important;
}

.selectize-control.single .selectize-input::after {
    border-color: #F8AF36 transparent transparent transparent ;
}



.extranetselect.selectize-control.single .selectize-input{
	color: #FFF !important;
	background-color: #005587 !important;
	
}

.extranetselect.selectize-control.single .selectize-input * {
    color: #FFF !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}


.extranetselect .selectize-dropdown.single {
    color: #FFF !important;
	background-color: #005587 !important;
}
/*///////////// EXTRANET /////////*/

#nav_extranet{
	width:100%;
	list-style:none;
	margin-top:-50px;
}

#nav_extranet li{
	float:left;
	list-style:none;
}

#nav_extranet li a{
	color:#FFF;
	padding-left:20px;
	font-size:18px;
	line-height:50px;
	height:50px;
}

#nav_extranet li a.active, #nav_extranet li a:hover{
	color:#F8AF36;
	
}


.extranet_info_top{
	margin:50px 0px;
	padding:15px 25px;
}

.extranet_info_top2{
	margin:-15px 0px 35px 0px;
	padding:15px 25px;
}
.extranet_titre_immeuble{
	padding-left:180px;
	
}
.extranet_img_immeuble{
	width:150px;
	height:150px;
	border-radius:5000px;
	float:left;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	margin-right:15px;
	
}



.extranet_info_user{
	font-family: 'Bitter', serif;
	font-weight: 600;
	font-size: 20px;
	color:#FFF;
	background-color:#F8AF36;
	padding:10px 75px;
	width:auto;
	display:inline-block;
	height:50px;
	line-height:50px;
	border-radius:5000px;
	float:right;
	position:absolute;
	right:15px;
	bottom:20px;
}


/*///////////// Footer /////////*/

.footer {
	padding: 45px 0px;
	color: #003a5c;
	line-height: 25px;
	font-size: 16px;
	font-style: 200;
}

.footer .logo {
	box-sizing:border-box;
	padding-top:20px;
	padding-left:97px;
	width: 408px;
	min-height: 99px;
	display: block;
	overflow: hidden;
	background-image: url(/img/logo_footer.svg);
	background-position: left center;
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:14px;
	vertical-align:middle;
}

.footer ul.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
		padding-top:20px;
}

.footer ul.nav li {
	display: inline-block;
	margin-left: 60px;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}

.footer a:hover {
	color: #F8AF36;
}

/*///////////// TOAST /////////*/
.jq-toast-wrap {
    max-width: 1140px;
    width: 100%;
	font-size:1em;
	box-sizing:border-box;

}

.jq-toast-single {
 font-size:1.2em;
 font-family:inherit !important;
 	box-sizing:border-box;
}




/*///////////// 1540px /////////*/

.firstlink{
	cursor:pointer;
	
}

.mm-page__blocker{
	z-index:999 !important;	
}
.mm-menu {
    background: #EAEBEC;
    color: #333;
}

   .mobile_change_before{
		
		float:right !important;
	}
	
	.mobile_change_after{
			float:left !important;
	}
	




/*///////////// 1240px /////////*/

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




	
}


/*///////////// 1080px /////////*/

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

.container_home_full {
    position: relative;
    width: 100%;
    float: right;
}

.header_full_img {
    position: relative;
    width: calc(100% - 286px);
    float: right;
    background-position: center top;
    background-size: cover;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.30);
    margin-bottom: 50px;
}
.header_full_txt {
    padding-left: 40px;
    border-left: 0px solid #FFF;
    z-index: 9;
}

#filter_cat>li{
	width: calc(33% - 30px);
	margin-bottom: 0px !important;
}

	
	
}

/*///////////// 1140px /////////*/

@media all and (max-width:1140px) {
	
.nav_extranet_container{
	margin-left:-15px;
	margin-right:-15px;
	
}

.main_nav ul>li a {
	padding: 10px 16px 36px 16px;
}


	
}



/*///////////// 960px /////////*/

@media all and (max-width:960px) {
	
	
.mm-page{
	overflow:hidden;
	
}
	
	.nomobile {
		display: none !important;
	}

	.mobile {
		display: block;
	}
	#logo {
		margin: 10px 0 10px 0 !important;
		width: 150px;
		height: 60px;
		display: block;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	
	#menumobile {
		display: block;
		color: #4e4e4e;
		position: absolute;
		right: 15px;
		top: calc(50% - 20px);
		z-index: 999;
		width: 40px;
		height: 40px;
	}


	.bodyspacer {
		padding-top: 80px;
	}
	#header {
		height: 80px;
	}
	
	
	.container_menu_page{
		display:none;	
	}
	.container_menu_page_contact{
		display:block;	
	}
	.container_page {
    width:100%;
    float: right;
    margin-bottom: 50px;
}

.container_home_banner_general .col-33{
	    width:100%;
}

.home_banner_txt_content {
	
padding: 40px 50px 160px 0px;
}
.home_banner_pastille{
	top: auto;
}

.home_banner_img{
	position:relative;
	height: 300px;
	width: 100%;
	
}

.home_objet {
    padding: 0 0px 0 98px;

}


.header_full_img {
   
    width: calc(100% - 80px);

}
.header_full_content{
	position: relative;
	width:458px;
	margin:40px 0px 40px -78px;

	
}


.home_newsletter_form {
    position: relative;
    bottom: 0px;
    margin-left: 0px;
    width: 100%;
    transform: none;
}

.container_menu_page_contact{
		width:100%;
	}
	
	.container_menu_page_box {
    width: calc(50% - 15px);
    float: left;

}
.container_menu_page_box:first-child{
	margin-right:30px;
	
}

.extranet_info_top {
    margin: 30px 0px;
}

.spacer_container_col {
    padding-bottom: 0px;
}

.home_full_txt {
	padding-right:30px;
}

}

/*///////////// 928px /////////*/


@media all and (max-width:890px) {
	
.col-33 {
    float: left;
    width: 50%;
}

#filter_cat > li {
    width: calc(33% - 30px);
    margin-bottom: 30px;
}
.filter_quartier_menu {
    padding: 0px 100px 40px 0px;
}

.projet_box_txt {
    width: 80%;
}
.projet_box.right .projet_box_txt {
    margin-left: 20%;
}

.home_newsletter_txt{
	margin-right: 98px;
}
.container_home_newsletter .col-50{
	width:100%;
	
}

.hero_title {

    font-size: 50px;
    line-height: normal;

}

#filter_cat>li{
	width: calc(50% - 30px);
	margin-bottom: 0px !important;
}

.filter_quartier_btn {
    background-position: right 20%;
}
.filter_quartier_btn.highlight {
    background-position: left 20%;
}

.header_little_img h1{
	font-size:30px;
	width:50%;
	
}

.extranet_info_user{
	padding:10px 30px;
	font-size:16px;
	
}

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

	


.container_col_profile .col-50{
	 width: 100%;
    float: left;
}

.container_col_profile .col-50  .col{
	padding-left:0px;
	padding-right:0px;
}
    
.home_demi_txt_odd{
  margin-bottom: -25%;
  margin-top: 0px !important;
}
    
.home_swiper_cube{
    width:100%;
    height: auto;
    
    }

}

/*///////////// 740px /////////*/

@media all and (max-width:740px) {
	
.container_menu_page_box {
    width: 100%;
    float: left;

}
.container_menu_page_box:first-child{
	margin-right:0px;
	
}

.home_demi_txt_container{
	 width: 100% !important;
}
.home_demi_txt{
	margin-top:-25%;
	
}

.home_objet_container {
     width: 100% !important;

}

.extranet_titre_immeuble {
    padding-left: 100px;
	font-size:20px
}

.extranet_img_immeuble {
    width: 80px;
    height: 80px;

}
    
    
    


}


@media all and (max-width:660px) {
	
.splash_popup {
	width: 96vw;
height: 96vw;
		
}
.splash_popup_texte{
	padding: 40px 30px;
}

.splash_popup_texte img{
	width:30%;
	height:auto;
	margin-bottom:10px;
	
}


.splash_popup_texte h1{
	font-size:25px;
	margin-bottom: 5px;
	
}
.splash_popup_texte h3 {
  font-size: 18px;
}
    
.splash_popup_texte p{
	font-size:13px;
	
}

.splash_popup_texte span.button_blanc a {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 5000px;
    color: #FFF;
    border: 1px solid #FFF;
    cursor: pointer;
    transition: all .3s linear;
    text-transform: uppercase;
    margin: 12px auto;
    display: inline-block;
}
.splash_popup_texte span.button_blanc a:hover{
  	color: #005587;
 
}

	
}


@media all and (max-width:620px) {
	
.col-25, .col-40, .col-50, .col-60  {
    width: 100%;
	float:left;
}

.home_newsletter_txt{
	margin-right: 0px;
		margin-left: 0px;
}

.filter_quartier{
	display:none !important;	
}


.header_little_img {
	min-height:190px !important;
}

.header_little_img_extranet {
   height: auto ;
	min-height:190px !important;
	
}


.header_little_img h1{
	font-size:30px;
	width:100%;
	
}



.extranet_info_top h3{
font-size: 18px;
margin-bottom: 0px;
}



.middle_top{
	position:relative;	
}

.middle_top.header_little_img_titre{
	margin-top:15px;
	top:auto;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	
}

.extranet_info_user{
	margin-bottom:15px;
	
}

.extranet_titre_immeuble{
	padding-left: 0px;
	padding-top: 20px;
	float: left;
	top: 0px;
	left: 0px;
	transform: none;
	margin-bottom:0px;
	
}

.myboxmap {
    padding: 0px;

}
.map_popup_img{
	width:200px;
	height:113px;
	
}

.extranet_info_user{
	
	float:left;
	position:relative;
	right: auto;
	bottom:0px;
}

myboxmap p.quartier {
    font-size: 14px;
    color: #005587;
}


.myboxmap h2{
	font-size:16px;	
}

.myboxmap {
    background-color: #FFFFFF;
	border-top:50px  solid #FFF;
    border-left:20px  solid #FFF;
	border-right:20px  solid #FFF;
	border-bottom:20px  solid #FFF;
 

}

a.btn_lien_popup{
font-size: 12px !important;
padding: 10px 30px !important;
}

#input_newsletter {
    background-position: 4px center;
  
}
.form_newsletter input {

    padding-left:  25px;

}

home_newsletter_txt{
	padding-right: 0px;
}

}
@media all and (max-width:560px) {
	
.col-33 {
    float: left;
    width: 100%;
}

.projet_box_txt {
    width: 100%;
}
.projet_box.right .projet_box_txt {
    margin-left: 0%;
}

.projet_box {
    padding-bottom: 200px;
	
}



.projet_container_box {
    margin-top: 0px;
}
.projet_container_box:first-child {
	   margin-top: 50px !important;
}
.projet_box_img {
    top: 30%;
    width: 100%;
	height:70%;
	
 
}
.col-40 {

    width: calc( 100%);
    float: left;

}

.home_objet {
    padding: 0 0px 0 0px;
}
.home_objet_icone {
	width:68px;
	height:68px;
}	
    
.flipdown {
  padding-top: 30px;
}
    
.splash_popup {
  margin-top: 90px;
}
    
.gallery_all_video {
  padding: 30px 15px;
}
    
#gallery_all .col-50 img{
    float: left;
    }
    
}



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

.splash_popup_texte{
	padding: 0px 15px;
}

.splash_popup_texte img{
	width:26%;
	height:auto;
	margin-bottom:5px;
	
}


.splash_popup_texte h1{
	font-size:18px;
	margin-bottom: 5px;
	line-height: normal;
	
}
.splash_popup_texte p{
	font-size:11px;
	line-height: normal;
	
}

.splash_popup_texte span.button_blanc a {
    font-size: 10px;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 5000px;
    color: #FFF;
    border: 1px solid #FFF;
    cursor: pointer;
    transition: all .3s linear;
    text-transform: uppercase;
    margin: 12px auto;
    display: inline-block;
}
	
.bn-news ul li a{
 font-size: 12px !important;
 line-height: 30px;
}

	
}

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

h1 {
  font-size: 36px;
}    
    
.hero_title {

    font-size: 30px;
    line-height: normal;

}
.home_full_txt{
	font-size:16px;
	margin-left: 15px;
    margin-top: 0px;
    padding-top: 0px;
	
}
.home_full_titre {
    min-height: 150px;
	margin-left: 15px;
}

.home_full_img {
    height: 200px;

}
.home_demi_txt {
    padding: 40px 20px;

}

.header_full_content {

    width: 100%;
    margin: 60px 15px 0px 15px;

}

.header_full_img {
    width: 100%;
	margin: 0px 15px 50px 15px;

}
    
.home_demi_img.home_demi_img_odd {
right: 80px;
left: auto;
}
    
.home_demi_img {
  width: 100%;
}    

.footer .logo {
    box-sizing: border-box;
    padding-top: 120px;
    padding-left: 0px;
    width: 100%;
    background-image: url(/img/logo_footer.svg);
    background-position: left top;

}
.footer .push-right{
	float:left !important;	
}

.footer ul.nav li {
    display: inline-block;
    margin-left: 0px;
	margin-right:20px;
}
.infoBox{
	width:300px !important;	
}

}