body, html {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #252122;
	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;
}


body{
background-repeat: no-repeat;
background-position:top center;
	
-webkit-animation: fadein 2s; 
-moz-animation: fadein 2s; 
-ms-animation: fadein 2s; 
-o-animation: fadein 2s; 
animation: fadein 2s;	
	
}

body.contact{
	background-image:url(/img/fond_contact.gif);
	background-color:#eae6e0;
}

body.onepage{
	background-image:url(/img/fond_onepage.gif);
}
body.home{
	background-image:url(/img/fond_home.gif);
}
body.page{
	background-image:url(/img/fond_page.gif);
}
body.partenaires{
	background-image:url(/img/fond_page.gif);
}

body.ios .makeitfull iframe{
	display:none;	
}


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


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

a:hover{
 	color: #685f61;
	text-decoration:none;
}


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

strong{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}



h1, h2, h3, h4, h5{ 
	font-family: 'EB Garamond', serif;
	 font-feature-settings: 'clig' 0;
	font-weight: normal; 
	font-style: normal; 
	 line-height: 1em;
}

.homepopup h1, .homepopup h2, .homepopup h3, .homepopup h4, .homepopup h5{ 
font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 48px;
	color: #88795e;
	padding-bottom:20px;
}
h1.home_intro{
	font-size: 40px;
	color: #252122;
	text-align:center;
	padding:76px 0px 50px 0px;
}

h2 {
	font-size: 36px;
	color: #252122;
	padding-bottom:20px;
}

h3{
	
  color: #88795e;
  font-size: 30px;
   padding-bottom:20px;
}

h4{
	color:#88795e;
	font-size: 16px;
	font-weight:normal;
}

.bgcolor_beige{
	background-color:#eae6e0;
	
}
.bgcolor_brun{
	background-color:#685f61;
	
}
.bgcolor_brun *{
color:#FFF;
	
}
.bgcolor_brun h2, .bgcolor_brun p{
	padding-left:50px;
}
.bgcolor_brun ul{
	padding-left:80px !important;
	list-style:none;
}
.bgcolor_brun ul li{
	margin-bottom:20px;
}


li.aeroport:before{
	 font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	content:'\f072';
	    margin-left: -28px;
    padding-right: 14px;
	
}
li.gare:before{
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	content:'\f238';
    margin-left: -28px;
    padding-right: 14px;
}
li.tpg:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	content:'\f207';
    margin-left: -28px;
    padding-right: 14px;
}

li.autoroutre:before{
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	content:'\f1b9';
    margin-left: -28px;
    padding-right: 14px;
}

a.btn_site, span.btn_site a {
   padding: 18px 23px;
    background-color: #88795e;
    color: #FFFFFF !important;
    margin-top: 20px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}
a.btn_site:hover, span.btn_site a:hover {

    background-color: #685f61;
    color: #FFFFFF !important;
 
}


img {
	border: 0px;
	max-width:100%;
}

.img_bgcover{
	background-position:center center;
	background-size: cover;
	background-repeat:no-repeat;
	transition: all .3s ease-in-out  
}

.img_ombre{
-webkit-box-shadow: -1px 64px 35px -42px rgba(0,0,0,0.39);
-moz-box-shadow: -1px 64px 35px -42px rgba(0,0,0,0.39);
box-shadow: -1px 64px 35px -42px rgba(0,0,0,0.39);
	
}


img.rondeImg{
	border-radius:50%;
}

table , iframe{
	width: 100%;
}

.clear {
	clear: both;
}

*:focus {
    outline: 0;
}



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

.firstlink, .ajaxpopup {
	cursor: pointer;
}




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

.middle_top{
	position: absolute;
	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%);
}


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


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

.container{
	position:relative;
	min-height:400px;
	padding-top:150px;
}

body.home .container{
	padding-top:150px;	
}
body.menusousrub .container{
	padding-top:204px;	
}
/*body.onepage .container{
	margin-top:0px;	
}
body.onepage .onepagepage:first-child{
	margin-top:260px;	
}*/

.container *{

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
		
}

.container ul {
    margin-bottom: 10px;
    padding: 0 20px;

}
.container ul li {
    padding-bottom:10px;
	line-height:1.4em;
}

.inside_big{
     box-sizing: border-box;
	position: relative;
	margin: auto;
	/*width:100%;*/
	max-width: 1410px;
	padding: 0px 20px;
}

.inside{
     box-sizing: border-box;
	position: relative;
	margin: auto;
	/*width:100%;*/
	max-width: 1228px;
	padding: 0px 20px;
	
}

.inside_box_block {
    text-align: center;
    margin-left: -11px;
    margin-right: -11px;

}

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

.inside_box{
	margin-left:-10px;
	margin-right:-10px;
}






.bloc_10{
	height:10px;
}

.bloc_20{
	height:20px;
}
.bloc_35{
	height:35px;
}
.bloc_40{
	height:40px;
}
.bloc_50{
	height:50px;
}
.bloc_65{
	height:65px;
}
/*/////////////HEADER/////////*/
#header {
    height: auto;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 300;
	background-color:#FFF;
	border-bottom:1px solid #d5d4d4;
}
body.menusousrub #header {
		border-bottom: none;
}
#header_mobile {
    height: auto;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 300;
	background-color:#FFF;
	
}


body:not(.home) #header{
	 background-color: rgba(255, 255, 255, 1);
	
}

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


.headroom--unpinned {
    transform: translateY(-100%);
    transition: all 0.4s ease-in-out 0s;
}
.headroom--not-top {
    background-color: rgba(255, 255, 255, 0.9);
}
.headroom--not-top .social_link_header{
	height:0px;
	overflow:hidden;
    opacity:0;

}


.header_page{
	box-sizing:border-box;
	padding-top:60px;
	padding-bottom:50px;
	width:100%;
	min-height: 340px;
	text-align:center;
	background-color:#FFF;
}
.header_page i{
	color:#88795e;
	padding-right:4px;
	
}



#logo_little{
	float:left;
	display:inline-block;
	z-index: 300;
}

#header #logo_little{
	display: none;
	z-index: 400;
	
}



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

#logo h1{
	
	width:228px;
	height: 43px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	background-image:url(/img/logo.svg);
	
	background-position: left center;
	background-repeat: no-repeat;
	
	padding: 0px;
	margin: 0px;
	 
}
#logo h1:before{
	content: normal;
}


body.home .headroom--top #logo h1{

}



/*/////////////MAINMENU/////////*/
.all_nav{
	 position: absolute;
    right: 20px;
    top: 50%;
	
	-webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	
}
.main_nav{
	 opacity: 1;
    pointer-events: all;
    position: relative;
    z-index: 500;
	float:right;
	right: 0px;
	   top: 0px;
}


#nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul#nav li {
    float: left;
    position: relative;
	padding-left:16px;
    padding-top: 30px;
    padding-bottom: 25px;
}
ul#nav>li a {
	box-sizing:border-box;
    color: #252122;
    float: left;
    font-size: 12px;
	font-weight: normal;
    display: block;
    position: relative;
    text-decoration: none;
	text-transform:uppercase;
	/*line-height:90px;*/
	z-index:999;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:2px solid transparent;
}
ul#nav a:hover, ul#nav li.active>a  {
	
    color: #685f61;
	border-bottom:2px solid #685f61;
}

 ul#nav li.active.childrenme{
	 background-image:url(/img/fleche_select_menu.svg);
	 background-position:bottom center;
	 background-repeat:no-repeat;
	 
 }
ul#nav li.active.childrenme a{
	border-bottom:2px solid transparent;
 }
ul#nav>li a.btn_contact{
	background-color:#685f61;
	padding-left:20px;
	padding-right:20px;
	color:#FFF;
/*	border-bottom:2px solid #FFF;*/
	
}

ul#nav>li a.btn_contact:hover {
	background-color:#88795e !important;
	color:#FFF !important;
	
}
/*/////////////SOUSMENU/////////*/


div.sousmenu{
	width:100%;
	background-color:#252122;
	position:relative;
	height:40px;
	text-align:center;
	height:54px;
	
}

ul#nav_sous {
	list-style: outside none none;
    padding: 0px;
    position: relative;
	display:inline-block;
 
}
ul#nav_sous li {
    float: left;
    position: relative;
	padding-left:32px;
	padding-right:32px;
	
}

ul#nav_sous li a {
    color: #FFF;
    float: left;
    font-size: 12px;
	font-weight: normal;
    display: block;
    position: relative;
    text-decoration: none;
	text-transform: none;
	/*line-height:90px;*/
	z-index:999;
	padding-top:18px;
	padding-bottom:8px;
	border-bottom:2px solid transparent;
}
ul#nav_sous a:hover, ul#nav_sous li.active>a, ul#nav_sous a.active  {
	
    color: #FFF;
	border-bottom:2px solid #FFF;
}



/*/////////////social_link/////////*/

.social_link_header{
	height:48px;
	line-height:48px;
	opacity:1;
	background-color:#eae6e0;
	 transition: all 0.5s ease-in-out 0s;
	 text-align: right;
}
.social_link_header span{
	text-transform:uppercase;
	color:#88795e;
	font-size:11px;
	padding-right:20px;
	font-weight:600;
}

.social_link_header a{
	margin-left:12px;
}

.social_link_header a:hover{
	color:#685f61;
}

.social_link_footer {
	position:relative;
	height:190px;
	line-height:190px;
	opacity:1;
	background-color:#eae6e0;
	 transition: all 0.5s ease-in-out 0s;
	 text-align: right;
}

.social_link_footer span{
	color:#252122;
	font-size:24px;
	padding-right:20px;
	line-height:64px;
}

.social_link_footer a{
	margin-left:16px;
	width:64px;
	height:64px;
	text-align:center;
	
	background-color:#88795e;
	color:#eae6e0;
	display: inline-block;
	font-size:17px;
}
.social_link_footer a:hover{
	background-color:#685f61;
}

.social_link_footer a i{
line-height:64px;

}

/*/////////////Home Intro/////////*/
.popupclose{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	
}

.homepopup {
  box-sizing: border-box;
  background-color: rgb(161, 114, 90);
  opacity: 0.949;
  box-shadow: 0px 11px 19px 0px rgba(0, 0, 0, 0.65);
  position: fixed;
  right: 20px;
  top: 50%;
  width: 434px;
  height: auto;
  padding:70px 50px;
  z-index: 3;
  transform:translateY(-50%);
  

}
.homepopup , .homepopup h2 {
	  color:#FFF !important;
	  text-align:center;
}
.homepopup .myhr{
	width:50%;
	margin:auto;
	background-color: #4e443d !important;
	margin-top:20px;
	margin-bottom:20px;
	
}
.homepopup a{
	color:#FFF !important;
	font-size:14px;
	text-decoration:underline;
}

.homepopup b, .homepopup strong{
	font-weight:800;
}

.home_header_box{
/*position:relative;*/
width: 100%;
overflow: hidden;

}
.home_header_box:after{
display: block;
content: "";
padding-top: 48%;
	
}

.home_header_inbox{
	position:absolute;
	background-color:#88795e;
	max-width:394px;
	padding:54px 24px;
	text-align:center;
	color:#eae6e0;
	font-weight: 300;
	font-size:20px;
}

.home_header_box_titre{
	font-size:34px;
	padding-top:30px;
	padding-bottom:20px;
	font-weight: 300;
}

.home_box *{
	background-color:#eae6e0;
	color:#252122;
}
.home_box a{
	font-size:14px;
	padding:14px 52px;
	border:1px solid;
	font-weight:600;
	display:inline-block;
	margin-top:34px;
	text-transform:uppercase;
}

.home_box_inside{
	padding:75px 75px 40px 75px;
}
.home_box:hover *{
	background-color:#88795e !important;
	color:#eae6e0 !important;
	
}
.home_box a:hover {
	background-color:#FFF !important;
	color:#88795e !important;
	
}


.home_box_chiffre{
	text-align:center !important;
}
.home_box_chiffre h3{
		font-size:24px;
		color:#88795e;
}
.home_box_chiffre_picto{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	height:48px;
	margin-bottom:15px;
	
}
.box_citation h2{
	font-size:40px;
	color:#685f61;
	
}
.box_citation p{
	font-size:14px;
	font-weight:600;
	
}

.home_encart_middle_fond{
	position:absolute;
	top:50%;
	height:50%;
	left:0px;
	width:100%;
	background-color:#eae6e0;
}

.home_encart_content{
	position:relative;
	width:100%;
}

.home_encart_360 {
	position:relative;
	padding:28px 0px 26px 0px;
	text-align:center;
}
.home_encart_360_legende{
	background-image:url(/img/360.png);
	background-position:center top;
	background-repeat:no-repeat;
	color: #FFF !important;
	left:0px;
	padding-top:120px;
	max-width:700px;
	margin:auto;
}
.home_encart_360_legende , .home_encart_360_legende h2{
	color:#FFF !important;	
}

.home_encart_360_lien{
	color: #FFF;
	border:1px solid #FFF;
	padding:22px 64px;
	display:inline-block;
	margin-top:30px;
	
}
a.home_encart_360_lien:hover {
	background-color:#FFF !important;
	color:#252122 !important;
	
}



.fleche_bas{

	

	height:56px;
	width:56px;
	position:absolute;
	bottom:-56px;
	z-index:200;
	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%);
	
    animation: 2s ease 0s normal none infinite running pulse;
    display: block;
   
}
.fleche_bas a:hover{
	background-image:url(/img/fleche_bas_over.svg);
}
.fleche_bas a{
	transition:none;
	background-image:url(/img/fleche_bas.svg);
		background-position:center center;
	background-repeat:no-repeat;
	
	height:56px;
	width:56px;
	display:block;
}


@keyframes pulse {
0% {
	-webkit-transform: translate( -50%, -25%);
     -moz-transform: translate( -50%, -25%);
    -ms-transform: translate( -50%, -25%);
    -o-transform: translate( -50%, -25%);
    transform: translate( -50%, -25%);
}
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%);
}
100% {
	
	-webkit-transform: translate( -50%, -25%);
     -moz-transform: translate( -50%, -25%);
    -ms-transform: translate( -50%, -25%);
    -o-transform: translate( -50%, -25%);
    transform: translate( -50%, -25%);
}
}
/*/////////////COLONNE/////////*/

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

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

.grid, .grid_packery{
		display: block;
	margin-left: -15px;
	margin-right: -15px;
}
.col{
	float: left;
	position: relative;
	margin: 10px;
}

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


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


.col.w100 img{
	width:100%;
	
}
.col .cocoen * {
	transition:none !important;	
}

.col .cocoen img{
	max-width: none !important;
	height:auto !important;
	
}
.col_center *{
	text-align:center;	
}
.col_right{
	float:right !important;	
}


.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/////////*/
.myslide_page {
    width: 100%;
}
.myslide_page:after{
	display:block;
	content:"";
	padding-top: 50%;
/*	position:absolute;*/
}

.owl-prev,.owl-next{
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:0px;
	width:56px;
	height:100%;
	font-size:0px;

}
.owl-prev{
		background-image: url(/img/fleche_left.svg);
		left:-28px;
		
}
.owl-next{
		background-image: url(/img/fleche_right.svg);
		right:-28px;
}

.owl-prev:hover{
		background-image: url(/img/fleche_left_over.svg);
		left:-28px;
		
}
.owl-next:hover{
		background-image: url(/img/fleche_right_over.svg);
		right:-28px;
}
/*/////////////PAGE/////////*/


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

.pager ul {
    display: inline-block;
	list-style:none;
}

.pager li {
    float: left;
    padding: 10px;
}

.pager li a {
    text-decoration: none;
	
}

.pager li a.active {
     text-decoration: none;

}


.page_box_chiffre{
	text-align:center !important;
}
.page_box_chiffre h3{
		font-size:24px;
		color:#88795e;
}
.page_box_chiffre_picto{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	height:48px;
	margin-bottom:15px;
	
}

.page_color{
	padding:50px 0px;	
}


.page_encart_360 {
	
	position:relative;
	padding:56px 0px;
}
.page_encart_360_legende{
	background-image:url(/img/360.png);
	background-position:center left;
	background-repeat:no-repeat;
	color: #FFFFFF !important;
	left:0px;
    padding-left: 178px;
    padding-right: 200px;
    max-width: 700px;
}
.page_encart_360_legende *{
	color:#FFF;	
}

.page_encart_360_lien{
	color: #FFFFFF;
	border:1px solid #FFF;
	padding:22px 64px;
	display:block;
	right:20px;
	
}
a.page_encart_360_lien:hover{
	background-color:#FFF;
	color: #252122;
	
}

.container_box_middle_fond{
	position:relative;	
}

.box_middle_fond{
	position:absolute;
	top:50% ;
	height:calc(50% + 20px);
	left:0px;
	width:100%;
	background-color:#eae6e0;
}

.partenaire_logo{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

.page_contact{
	
}

ul.page_contact_info{
    list-style:none;
    margin: 0;
    padding: 78px 0 0 0;
	display:inline-block;
	margin:auto;
	
}
ul.page_contact_info li {
    float: left;
    position: relative;
    padding-right: 32px;
	font-size:15px;
}
ul.page_contact_info li:after {
  content: " | ";
  padding-left:32px;
}
ul.page_contact_info li:last-child{
	 padding-right:0px;
}
ul.page_contact_info li:last-child:after {
  content: " "; 
  padding-left:0px;
}

/*//////////////////////*/

/*///////////// APPART /////////*/

.col_app{
	position:relative;
	/*position:fixed;*/
	margin-top:60px;
	
 -webkit-transition:  none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  padding-left: 60px;
	
}
.col_app *{
   -webkit-transition:  none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.col_app_plan{
position:relative;


}

.col_app_plan img, .col_app_situation img{
	visibility:hidden;
	position:relative;
	width:100% !important;
	height:auto !important;
}

.col_app_plan svg, .col_app_situation svg{
	position:absolute;
	top:0px;
	left:0px;
	max-width:100% !important;
	width:100% !important;
	height:auto !important;
}

.col_app_situation{
	margin-top:40px;	
	position:relative;
	
}

.col_app_situation svg{
	background-image:url(/img/planmasse_SINatacha_02.jpg);
	background-position:center center;
	background-size:contain;
	
}


.legende_plan{
	font-size:12px;
	padding-top:10px;	
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
	text-align:left;
	font-size:10px;
	color:#88795e;
	
}
th{
	vertical-align:top;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	 padding-bottom:20px;
	 padding-top:20px;
	 text-transform:uppercase;
	 padding-left:10px;
}
 tfoot {

    border-color: inherit;
	text-align:left;
	font-size:10px;
	color:#88795e;
	
	
}
 tfoot td{
	 padding-top:20px;
  vertical-align:top;
 padding-left:10px;
 }

table { 
    border-collapse: collapse; 
}

.check_id_app{
	
	/*cursor:pointer;	*/
}
.check_id_app td{
	border:0px;
	padding:20px 0px 20px 0px;
	border-bottom:1px solid #e5e5e5;
	font-size:12px;
	  padding-left:10px;
}


.active_tr, .check_id_app:hover{
	background-color:#ebe6de;
	
}
.mini_popup{
	font-size:12px;
	display:none;
	position:absolute;
	
	background-color:#000000;
	color:#FFFFFF;
	width:110px;
	padding:10px;
	z-index:99999999999;	
}
.fleche_popin{
	background-image:url(../img/fleche_popin.svg);
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	bottom:-9px;
	left:0px;
	width:100%;
	height:10px;
}
.active_minipoup{
display:block;
}

.filter_appartement{
	background-image: url(/img/carre_noselect.svg);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left:24px;
	display:block;
}

.filter_appartement.active{
	background-image: url(/img/carre_select.svg);
	background-position: center left;
	background-repeat: no-repeat;
	
}
/*//////////////////////*/
 .mfp-close{
	isplay: block;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 10000;
    outline: none;
    font-size: 30px;
    line-height: 30px;
    transition: transform .3s ease-in-out;
    color: #FFFFFF;
    width: 65px;
    height: 65px;
    background-image: url(../img/icone_close.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 1;
    overflow: hidden;
    text-indent: -4000px;
}
  


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

.col_map{
	padding-top:0px !important;
	padding-bottom:0px !important;	
}
.map_contact{
	width:100%;
	height:355px;	
}

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

#footer *{
	color:#898788 !important;
}
#footer h1{
	font-size:24px;
}

#footer * a:hover{
	color:#88795e !important;
}

#footer{
	width:100%;
	background-color:#252122;
	position:relative;
	
	padding-top:60px;
}

#footer .myhr {
    background-color: #898788;
}
#footer a{
	margin:0px;
	padding:0px;
}
#footer ul {
   padding-top:22px !important;
    display: inline-block;
	list-style:none;
	margin:0px;
	padding:0px;
}


#footer ul.footernav li {
    float: left;
	width:100%;
	padding-top:0px;
    padding-left: 0px;
	padding-bottom:10px;
}

#footer .fas {

    margin-right: 4px;
}
.menu_annexe{
	text-align:center;	
}

.menu_annexe ul li{
	 float: left;
	 padding-left:20px;
	
}
.menu_annexe ul li:after{
	content:'|';
	display:inline-block;
	padding-left:20px;
	
}

.menu_annexe ul li:last-child:after{
	content:'';
}
.footeradresse{
	display:inline-block;
	float:left;
	padding-left:4px;
	
}

.footerpointer {
	display:inline-block;
	 float:left;
 }
 .footer_txt_newsletter h3{
	 color:#898788;
	 text-align:center;
	 	 
 }
 
 
 
 /*///////////// FORM NEWSLETTER/////////*/
 


.newsletter_col{
	text-align:center;	
}
.newsletter_form{
	    display: inline-block;
		position:relative;
	
}
#form_newsletter input{
	height:50px;
	line-height:50px;
	color:#898788;
	border:1px solid #898788;
	width:274px;
	margin-right:136px;
	background-color:transparent;
	 -webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	/* padding-left:20px;*/
	border-radius:0px !important;
}

#form_newsletter input.btn_newsletter{
	cursor:pointer;
	position:absolute;
	top:0px;
	right:0px;
	background-color:#898788;
	height:50px;
	line-height:50px;

	color:#252122 !important;
	width:136px;
	margin-right:0px;
}
#form_newsletter input.btn_newsletter:hover{
	background-color:#88795e;
	border-color:#88795e;
	color:#eae6e0 !important;
	
}

#form_newsletter ::-webkit-input-placeholder {
color:#a09194 !important;
font-size: 14px !important;
font-family: 'Open Sans', sans-serif;
opacity:1;
padding-left:26px;
font-style:italic;
}

#form_newsletter :-moz-placeholder { /* Firefox 18- */
color:#a09194 !important;
font-size: 14px !important;
font-family: 'Open Sans', sans-serif;
opacity:1;
padding-left:26px;
font-style:italic;
}

#form_newsletter ::-moz-placeholder {  /* Firefox 19+ */
color:#a09194 !important;
font-size: 14px !important;
font-family: 'Open Sans', sans-serif;
opacity:1;
padding-left:26px;
font-style:italic;
}

#form_newsletter :-ms-input-placeholder {  
color:#a09194 !important;
font-size: 14px !important;
font-family: 'Open Sans', sans-serif;
opacity:1;
padding-left:26px;
font-style:italic;
}

#form_newsletter input.placeholder {
color:#a09194 !important;
font-size: 14px !important;
font-family: 'Open Sans', sans-serif;
opacity:1;
padding-left:26px;
font-style:italic;
}






 
 /*///////////// FORM /////////*/
 
 
 .info_mail{
	 display:none;
	 
 }
 
.form_inscription *{
font-size:13px;
}

.form_inscription .myhr {
    background-color: #88795e;

}

.checkbox
{
	display: inline;
	margin-right: 15px;
	line-height: 22px;
}
.checkbox p
{
	display: inline-block;
}


.checkbox:last-child
{
	margin-right: 0px;
}


.checkbox input[type="checkbox"] ,  .checkbox input[type="radio"] {
    display:none;
}

.checkbox input[type="checkbox"] + label,  .checkbox input[type="radio"] + label {
    color:#4d443d;
	letter-spacing:0.1em;
	letter-spacing: 0.008em;
}

.checkbox input[type="checkbox"] + label span, .checkbox input[type="radio"] + label span {
    display:inline-block;
    width:15px;
    height:15px;
    margin:-2px 7px 0 0;
    vertical-align:middle;
    background:url(../img/checkbox-off.svg) left top no-repeat;
    cursor:pointer;
}

.checkbox input[type="checkbox"]:checked + label span, .checkbox input[type="radio"]:checked + label span {
    background:url(../img/checkbox-on.svg) left top no-repeat;
}
 input[type="text"],  input[type="radio"]
{
	 -webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	border:none;
	background-color:#FFF;
	width:100%;
	font-size:14px;
	height: 40px;
	 color: #4d443d;
	 padding-left:20px;
	     box-sizing: border-box;
}

.little_input{
		width:40px !important;
}

.middle_input{
	width:calc(100% - 60px) !important;
	margin-left:20px;
}
.form_col_height{
	line-height:40px !important;	
}

.place_right ::-webkit-input-placeholder, .place_right ::-ms-input-placeholder, .place_right ::-moz-placeholder,.place_right :-moz-placeholder{
/*	text-align:right;*/
}

::-webkit-input-placeholder{ 
  font-family: 'Open Sans', sans-serif;
  color: #4d443d;
  font-size:14px;

}

::-ms-input-placeholder{ 
  font-family: 'Open Sans', sans-serif;
  color: #4d443d;
  font-size:14px;

}

::-moz-placeholder{ 
  font-family: 'Open Sans', sans-serif;
  color: #4d443d;
  font-size:14px;

}

:-moz-placeholder{ 
  font-family: 'Open Sans', sans-serif;
  color: #4d443d;
  font-size:14px;
}

 #infomail{
	 color:#F00 !important;
	 display:none;
 }
 
  #infomail.errormsg{
	  display:block !important;
	  
  }
.errormsg{
	color:#F00 !important;
}

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

.checkbox input[type="checkbox"].errormsg  + label,  .checkbox input[type="radio"].errormsg  + label {
    color: #F00 !important;
}


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

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

input.errormsg:-ms-input-placeholder {
	color:#F00 !important;
	font-weight:bold;
}


.form_inscription button
{
	cursor:pointer;
	 -webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	border:none;
	
	padding: 18px 23px;
    background-color: #88795e;
    color: #FFFFFF !important;
    margin-top: 20px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
	
}

.form_inscription button:hover
{
	   background-color: #898788;
    color: #252122 !important;
	

}



/*///////////// AUTRES /////////*/



.overlay {
    background-color:  rgba(0,0,0,.2);
    position: fixed;
    z-index: 500000000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
	display:none;
}

body.mybodypopup .overlay {
	display:block;
}

.overlaycontent {
	color: #252122;
	box-sizing:border-box;
    text-align: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	display: block;
	max-width: 640px;
	width:100%;
	max-height:100vh;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #FFF;
	padding:65px 65px 25px 65px;
	overflow:hidden;
}

a.overlayclose {
    position: absolute;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/img/close.svg);
    top: 20px;
    right: 20px;
	z-index:99999;
}


 body.mybodypopup{
	overflow: hidden !important;
	

}



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

.nomobile{
	display: inline-block;
}

.mobile{
	display: none ;
}


.video_ios{
	display:none ;	
}

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

body.ios  .novideobackground{
	display:none;
}







@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 (max-width: 980px){
.mfp-container {
    padding-left: 0px;
    padding-right: 0px;
}

.box_team .img_vignette {
    padding: 17px 25%;

}
}

@media all and (max-width:1560px){
.homepopup {
	width: calc(50% - 200px);

}                                                                                                                                                                                          
}




@media all and (max-width:1090px){
	
	.homepopup {
	
		z-index:99999999999999999999;
	

}   
	
	#my-hamburger{
		position:absolute;
		right:5px;
		top:50%;
    -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
		
		
	}
	.mm-page__blocker{
		z-index:99999999999;	
	}
	
	.mm-menu {
    background: #FFF !important;
    border-color: rgba(0,0,0,.1);
    color: #252122 !important;
}


	a.logo_phone img{
		width:50px !important;
		
	}
	
	body .main_nav,  .main_langue{
		display:none !important;

	}
	
	.nomobile, .nomobile2{
		display: none !important;
	}
	
	body.appartement .col8{
		width: calc(100% - 20px);
	
	}
	
	
	.mobile{
		display: inline-block !important;
	}
	
	
 #logo_phone{
		background-image:url(/img/logo.svg);
		background-position:left center;
		background-repeat:no-repeat;
		background-size:contain;
		 display:inline-block !important;
		 height:49px;
		 width:140px;
	}
	
	

	
#menumobile {
    color: #4e4e4e;
    position: absolute;
    right: 14px;
    top: 16px;
    z-index: 999;
	width:40px;
	height:40px;
	
	}
	
	li.mobile_menu_separator{
		height:50px;	
	}
	
	
.container {
    padding-top: 49px !important;
}


.home_box_inside {
    padding: 30px 30px 20px 30px;
}
.home_header_inbox {
    min-width: 260px;
}


}

@media all and (max-width:970px){
.homepopup {

width:100%;
right:0px;
}
}

@media all and (max-width:870px){
	
	
	.social_link_footer {
    position: relative;
      height: 140px;
    padding-top: 40px;
    line-height: 80px;
    opacity: 1;
    background-color: #eae6e0;
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
}
	
	.social_link_footer span {
    color: #252122;
    font-size: 16px;
    padding-right: 20px;
    line-height: 40px;
	width:100%;
	display:block;
}
	
	
	.social_link_footer a {
    width: 40px;
    height: 40px;
    font-size: 15px;
}
.social_link_footer a i {
    line-height: 40px;
}
	
	
#contactinscription	.col2, #contactinscription	.col3,#contactinscription .col4,#contactinscription .col6{
    width: calc(100% - 20px) !important;
}
	
	
	
}
@media all and (max-width:780px){

.col5, .col6, .col7, .col8, .col9, .col10, .col11{
    width: calc(100% - 20px) !important;
}


.col3, .col4{
	 width: calc(50% - 20px) !important;
}
 .col2{
	 width: calc(50% - 20px) !important;
	 float:left !important;
}
.middle_top {
    position: relative;
    transform: none;
}

.page_content p {
    width: 100%;
}


.home_header_box:after {
    display: block;
    content: "";
    padding-top: 120%;
}


.mfp-close {
    width: 34px;
    height: 34px;

}

.partenaire_logo {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 100px;
	width:100% !important;
}

.page_encart_360 {
    text-align: center;
}

.page_encart_360_legende {
    background-image: url(/img/360.png);
    background-position: center top;
	padding-top:80px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 700px;
	text-align:center;
}
.page_encart_360_lien {
    color: #FFFFFF;
    border: 1px solid #FFF;
    padding: 22px 40px;
    display: inline-block;
	margin-top:20px;
	right:auto;
}

.bgcolor_brun h2, .bgcolor_brun p{
	padding-left:0px;
}
.bgcolor_brun ul{
	padding-left:20px;
}




ul.page_contact_info li{
	width:100%;
	
}

ul.page_contact_info li:after {
    content: "  ";
    padding-left: 0px;
}
}

@media all and (max-width:740px){
.homepopup {
		top:50px;
		transform: none;

} 
}
@media all and (max-width:540px){
	
 .col3, .col4{
	 width: calc(100% - 20px) !important;
}
#form_newsletter input {
    width: calc( 100% - 100px) !important;

}
#form_newsletter input.btn_newsletter {

    width: 100px !important;
	font-size:10px;
 
}

.put_v{
/*  writing-mode: vertical-rl;
  text-orientation: upright;*/
}

thead {
	font-size:8px;
}
th{
	 padding-left:6px;
}
 tfoot {
	font-size:10px;
}



.check_id_app td{
	font-size:10px;
	
}

}
