/* ------------------------------RAZ */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, p{font-weight:normal;}
ul{margin:0; padding:0; list-style:none;}
a{text-decoration:none; color:#18323d; outline: none;} 
a:hover{color:#298fee;}
a img{border:none;}
.clear{clear:both; display:block; line-height:1px; font-size:1px; height:1px;}
.clearthin{clear:both; display:block; line-height:1px; font-size:1px; height:31px;}
.clearfix{zoom:1;}
.clearfix:after{content: "."; display:block; height:0; clear:both; visibility:hidden;}
:focus{-moz-outline-style:none; outline-style:none;}
.hidden{visibility:hidden;}
input, textarea{color:#18323d; font-family:'Roboto', "trebuchet MS"; font-size:13px; outline-style: none;}
.inp-header-static,
#inputString{
	font-family:"trebuchet MS", arial;
}
::selection{background:#333; color:#fff;} 
::-moz-selection{background:#333; color:#fff;}      
fieldset{border:none;}
header, footer, section, aside, nav, article, figure, hgroup{display:block;}

@font-face {
	font-family: 'Roboto';
	src: url('/css/font/roboto-medium-webfont.eot');
	src: url('/css/font/roboto-medium-webfont.eot?#iefix') format('eot'),
	url('/css/font/roboto-medium-webfont.woff2') format('woff2'),
	url('/css/font/roboto-medium-webfont.woff') format('woff'),
	url('/css/font/roboto-medium-webfont.ttf') format('truetype'),
	url('/css/font/roboto-medium-webfont.svg#Roboto') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('/css/font/roboto-regular-webfont.eot');
	src: url('/css/font/roboto-regular-webfont.eot?#iefix') format('eot'),
	url('/css/font/roboto-regular-webfont.woff2') format('woff2'),
	url('/css/font/roboto-regular-webfont.woff') format('woff'),
	url('/css/font/roboto-regular-webfont.ttf') format('truetype'),
	url('/css/font/roboto-regular-webfont.svg#Roboto') format('svg');
	font-weight: normal;
	font-style: normal;
}

#fav-loading, #alt-loading {
    display: none;
    background: url(../images/fav-loading.gif) no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}

#alert_spinner {
    display: none;
    padding: 40px 20px;
    text-align: center;
    font-size: 2rem;
}

#alert_spinner #alt-loading-global {
    background: url(../images/fav-loading.gif) no-repeat;
    width: 32px;
    height: 32px;
    margin: 20px auto;
}

/*.outil-debug{display:none;}*/
.outil-debug{
	position:absolute;    
	top:0px;
	right:0;	
	width:0;
	height:0;  
	z-index:3;
}      
.btn-debug-header{
	background:url(/images/debug.png);
	width:111px;
	height:71px;    
	position:absolute;
	z-index:100000000;
	top:80px;
	left:-111px;                       
	cursor:pointer;  
	z-index:2;
}
#debug-header{
	width:0px;
	background:#fff;
	padding:20px;    
	display:none;           
	position:relative;
	top:0px;
	right:0; 
	-moz-box-shadow: 0px 8px 12px #aaa;  
    -webkit-box-shadow: 0px 8px 12px #aaa;  
    box-shadow: 0px 2px 2px #555;   
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    z-index:12;
    color: #555555;
}
/*-------GENERAL------------*/
html{
	height:100%;}
body{
	font-family: 'Roboto', "trebuchet MS";
	font-size:13px;    
	line-height:17px;	     
	color:#18323d;   
	background:#fff;
	height:100%;
}



#option_tries{
	display:none;
}
.center{
    width:1100px;
	position:relative;
	margin:0 auto;
}

/*----------------HEADER------------*/
#header .optiontrie{
	top:50px;
	left:10px;
	position:absolute;
}
body:not(.small-head) #header{
    background:#fff;
}
#header{
	position:relative;
	width:100%;
	z-index:11;
	background:#000;
	color:#fff;
	padding-top:45px;
	height:501px;
}
#header .bg-header{
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    -o-background-size: 100% !important;
    background-size: 100% !important;
}
.loadHeadSmall{
	display: none;
	top: 20px;
	position: absolute;
	margin-left: -20px;
}
#header .header-center{
	position:relative;    
	padding-top:310px;     
	z-index:4;
}
#header h1{
	width:357px;
	height:198px;
	text-indent:-5000px; 
	position:absolute;
	left:50%;    
	top:73px;
	margin-left:-178px;
}          
#header h1 a{
	display:block;
	width:357px;
	height:198px;
}    
.picto-logo-parking{
	background:url(/images/picto-logo-parking.png) no-repeat;
	width:105px;
	height:149px;
	position:absolute;
	top:16px;
	left:50%;
	opacity:1;
	margin-left:-56px;
	z-index:13;
}
.picto-logo-parking a{
	display:block;
	width:101px;
	height:145px;	
}
.small-head .picto-logo-parking{
	display:none;
} 
#header h2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:0 0 26px 0;
	letter-spacing:0.4px;
	text-shadow:0px 0px 8px #000000
}
#header h2 span:nth-child(1){
	margin-right: -4px;
}
#header h2 span:nth-child(3){
	margin-left: -4px;
}

#header h2 .bleu{
	color: #298fee;
}
#header .bg-header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:546px;
	overflow:hidden;
	text-align:center;
}

#header div.conteneur-input{
	width:755px;
	/*margin-top: -25px;*/
	margin:auto;
}
.small-head #header div.conteneur-input{
	margin-top: -25px;
}
#header div.conteneur-input div.bg-input{
	width:653px;
	height:40px;
	line-height:38px;
	padding-left:25px;
	background: #fff;
	position:relative;        
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
}   
.btn-del-search{
	background:url(/images/btn-ok-home.png) no-repeat;
	width:55px;
	height:36px;
	text-indent:-5000px;
	position:absolute;
	top:1px;
	right:1px;
	z-index:40;
	cursor:pointer;
	border:none;
}
#header div .input-search{
	position:relative;
	width:660px;
	height:29px;             
	float:left;
	padding-left:6px;
}           
#header div .input-search input{
	width:100%;
}
#header div .input-search span{
	position:absolute;
	top:0;
	left:0; 	
	width:100%;
}
#header div .input-search input{    
	height:38px;  
	line-height:38px;
	padding:0;
	font-size:15px;
	font-weight:bold;
	background:none;
	border:none; 
}
.bg-input-search{
	color:#ccc;
}  
.cont-nbre-annonce{
	position:absolute;
	top:85px;
	left:40px;
	z-index:12;
	height:1px;
}  
.small-head .cont-nbre-annonce{
	display:none;	
}  
.compteur-annonce{
	color:#fff;
	font-size:25px; 
	position:absolute;
	top:6px;
	left:0;
	z-index:5;
	background:url(/images/bg-nombre-annonce.png) no-repeat;
	width:224px;
	height:32px;
	padding:4px 0 0 5px;
}
.compteur-annonce span{
	display:block;
	float:left;
	width:21px;
	height:28px;
	text-align:center;
	background:url(/images/chiffre-annonce.png) 0 0px no-repeat;
	text-indent:-5000px;
}
.text-compteur{
	font-size:12px;
	margin-top:5px;
	font-weight:bold;	
}
.filet{
	background:url(/images/filet.png) no-repeat;
	width:193px;
	height:2px;
	font-size:1px;
	line-height:1px;
	position:absolute;
	top:18px;
	left:3px;
}

/*---AUTOCOMPLETE---*/
#autocomplete{
	width:792px;
	background:#fafafa;
	z-index:5;
	padding:5px 0px 5px 0px;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	top:40px;
	left:0px;      
	border-top:1px solid #e6e6e6;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff; 
    -moz-box-shadow: 0px 8px 12px #aaa;  
    -webkit-box-shadow: 0px 8px 12px #aaa;  
    box-shadow: 0px 2px 2px #555;
    display: none;
}       
#autocomplete ul li{
	padding:4px 0 4px 14px;
	line-height:20px;
}   
#autocomplete ul li:hover,
#autocomplete ul li.hover,
#autocomplete ul li.hover a,
#autocomplete ul li:hover a,
#autocomplete ul li a:hover{
	background:#d5d5d5;
	color:#828282;
}
/*---FIN AUTOCOMPLETE---*/

#header div.conteneur-input div .add-item{
	float:left;           
	padding:0 0 0 0;
	margin:10px 0;
}                                 
#header div.conteneur-input div .add-item p{
	cursor:pointer;
	border:1px solid #ccc;
	padding:3px 25px 3px 10px;
	display:inline-block;   
	background:url(/images/croix.png) 95% 8px no-repeat;
	margin-right:3px; 
	font-size:10px;
	line-height:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;		
	color:#000;
}
#header #ex-header{
	font-size:12px;         
	color:#fff;
	width:730px;
	margin:6px auto 0 auto;
}
#header #ex-header li{
	display:inline;	
	font-size:13px;
}
#header #ex-header li#voir-region{
	float:right;
	text-decoration:underline;	
}
#header #ex-header a{
	color:#fff;
	text-shadow:0px 0px 10px #000000
}
#header #ex-header a:hover{
	text-decoration:underline;
}
#header .donow{
	position:absolute;
	right:40px;
	top:13px;
	color:#fff;
}                
#header .compteur{
	position:absolute;
	top:30px;
	right:40px;
	font-size:16px;
	font-family:georgia;
	color:#000;	               
}     
#header .compteur span{
	font-size:24px;
	font-family:georgia;
	font-weight:bold; 
}                           

#info-header{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
} 
.btn-retour-recherche{
	position:absolute;
	top:35px;
	right:0px;
	background:#298FEE url(/images/puce-link-depot.png) no-repeat 12px center;
}
.btn-retour-recherche a{ 
	display:block;
	width:176px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 0 25px;
}
#color-info-header{
	display:none;
}

/*----compteur---*/
.btn-header-top{
	position:absolute;
	top:0px;
	left:0;
	height:1px;
	z-index:12;
	width:100%;
}    
.small-head .btn-header-top{
	top:0;	
}
.filet{
	background:url(/images/filet.png) no-repeat;
	width:193px;
	height:2px;
	position:absolute;
	top:17px;
	left:3px;
}
.center-btn-top-annonce{
	position:relative;
	height:1px;
	width:100%;	
	margin-top:0;
}
.small-head .center-btn-top-annonce{
	margin-top:0;	
}


#btn-other-site{
	float:left;	
}
#btn-other-site a{
	color:#fff;
	font-size:13px;
	line-height:45px;
	height:45px;
	font-weight:bold;
	position:relative;
    overflow:hidden;
    	z-index:2;
    	display:block;
    	float:left;
}
#btn-other-site a i.ots-s{
	font-size:12px;
	font-style:normal;	
}
#btn-other-site a i.ots-u{
	text-decoration:underline;
	font-style:normal;	
	padding-left:5px;
}
#btn-other-site a span.reskew{
	padding:0 15px 0 0;
	height:45px;
	display:block;
}
#btn-other-site a span.reskew span{
	padding-left:41px;
	position:relative
}
#btn-other-site a span.reskew span em{
	position:absolute;
}
#btn-other-site a.l-os-2{
	background:url(../images/separ-ots.png) left center no-repeat;	
}

#btn-other-site a.l-os-1 span.reskew span em{
	width:11px;
	height:16px;
	position:absolute;
	top:0;
	left:20px;
	background:url(/images/picto-other-site-sprite.png) 0 0 no-repeat;	
}
#btn-other-site a.l-os-2 span.reskew span em{
	width:16px;
	height:16px;
	position:absolute;
	top:0;
	left:16px;
	background:url(/images/picto-other-site-sprite.png) -1185px 0 no-repeat;	
}
#btn-other-site:hover a{
	color:#fff;	
}

    

.btn-depot-annonce{
	float:left;
	float:right;
	position:relative;
	height:45px;
	line-height:45px;
	/*background:#298fee;*/
	z-index: 12;
	font-size:13px;
	font-weight:bold;
	padding:0 22px 0 0;
	cursor:pointer;
	color:#fff;
	margin-left:-9px;
}
.btn-depot-annonce span.reskew{
  display:block;	
}
.btn-depot-annonce span.reskew span{
  	/*background: url(/images/picto-other-site-sprite.png) -281px 0 no-repeat;*/
 	padding-left:46px;
 	display:inline-block;
 	line-height:16px; 
 	position:relative;
} 
.btn-depot-annonce span.reskew span em{
	width:16px;
	height:16px;
	position:absolute;
	top:0;
	left:20px;
  	background: url(/images/picto-other-site-sprite.png) -300px 0 no-repeat;
}
.btn-depot-annonce:hover{
	color:#fff;	
}
.btn-depot-annonce.selected,
.btn-depot-annonce.selected:hover{
	color:#fff;	
}
/*----FIN COMPTEUR---*/

/*-------------Mode small-header---------------*/   
.small-head #header .header-center {
	padding-top:46px;  
} 
.small-head #header h1{
	width:227px;
	height:72px;
    top:35px;
    left:13px;
	z-index:4;
	margin-left:0;
}        
.small-head #header h1 a{
	display:block;
	width:227px;
	height:72px; 
}    

.small-head #header {
  	height:147px;
}
.small-head #header h2{
	font-size: 18px;
	margin: -30px auto 40px;
	width: 755px;
	float:right;
	text-align:center;
}
.small-head #header #color-info-header{
	background:#298FEE;  
	height:30px;
	width:100%; 
	display:block;  
	overflow:hidden; 
}
.small-head #header #color-info-header.fixed-menu{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:3;
}
#zig-zag.fixed-menu{
	position:fixed;
	top:27px;
	left:0;
	width:100%;
	z-index:3;
}

#info-header.change-position .logo-small-header {
	background: url(/images/logo-small-head.png) no-repeat;
}
#unsubcripe-footer{
	text-transform: uppercase;
	font-size: larger;
}
#unsubcripe-footer:hover{
	color: #298EEE;
}

.small-head.ayads-m .change-position .logo-small-header {
	margin-left:8px!important;
}
#info-header.change-position{
	position: fixed;
	top:0;
	height: 43px;
}
.small-head #header #ex-header {
	display:none;
}      
.small-head #header div.conteneur-input{
  	width:755px; 
	float:right;
}
.small-head.ayads-m .conteneur-input {
	float: right !important;
	margin-right: 0px !important;
}
.small-head #header div.conteneur-input div.bg-input {
  padding-left: 20px;
  width: 730px;
  overflow:hidden;
}

.btn-del-search.inload {
    background: url(/images/load-search.gif) no-repeat;
    background-position: 30px 10px !important;
    cursor: initial;
}
.small-head #header .bg-header{display:none;}

.small-head #content{
	display:block;
}
.small-head #favorites{
        display:block;
}
.small-head #home{
	display:none;
}


/*--------INPUT STATIC------*/
.form-header-static{
	width:750px;
	position:relative;
	height:40px;
	margin-top: -25px;
	float:right;
	/*margin-right: 5px;*/
}
.inp-header-static{
	width:100%;		
	position:relative;
	height:40px;
	line-height:40px;
	background:#fff;
	border:none;
	padding-left:20px;
	-webkit-border-radius:19px;
	-moz-border-radius:19px;
	border-radius:19px;
	font-size:15px;
	font-weight:bold;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;	
}
.valid-header-static{
	padding:0 30px 0 18px;
	background:#298fee url(/images/puce-fleche-detail.png) no-repeat 90% 13px;
	color:#fff;
	border:none;	
	-webkit-border-radius:19px;
	-moz-border-radius:19px;
	border-radius:19px;
	height:32px;
	line-height:29px;
	position:absolute;
	top:3px;
	right:4px;
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:'trebuchet MS';
}
.valid-header-static:hover{
	background:#000 url(/images/puce-fleche-detail.png) no-repeat 90% -79px;
	color:#298fee;
}




#content-info-header{
	margin:0 auto;
}
#content-info-header ul{
	padding-left:327px;
}

.change-position #content-info-header ul{
	display: none;
}

#content-info-header ul li{            
	float:left;              

}            
#content-info-header ul li a{
	display:block;
	padding:0 20px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;   
	height:31px;
	line-height:30px;  
	background:#49a0f1;
	color:#fff;
  -webkit-transform:skew(-20deg);
     -moz-transform:skew(-20deg);
      -ms-transform:skew(-20deg);
       -o-transform:skew(-20deg);
          transform:skew(-20deg);   
}
#content-info-header ul li a .reskew{
  -webkit-transform:skew(20deg);
     -moz-transform:skew(20deg);
      -ms-transform:skew(20deg);
       -o-transform:skew(20deg);
          transform:skew(20deg);  
          display:block;	
}
#content-info-header ul li.selected a{
	background:#fff;
  	position:relative;
  	z-index:100;
  	color:#1b1b1b;
} 
#content-info-header ul li.selected a:hover{
	color:#298FEE;
}     
#content-info-header ul li a:hover{
  	color:#1b1b1b;         
}


#smart-header, #smart-menu-header, #overlay-smart-menu-header {
	display: none;
}
/*---------------------FIN HEADER----------------------*/


/*-------------FOOTER-----------------------*/
#bc-bottom-content{
	position:relative;
}

footer{
	background:#1b1b1b;                              
	padding: 35px 0 0 0;
	/*width: 1018px;*/
}
#ayads-html footer{
	width: 1054px;
}
.logo-small-header{
	display: none;
	position: fixed;
	top: 17px;
	z-index: 9999999999;
	background: url(/images/logo-small-head.png) no-repeat;
	color: white;
	width: 260px;
	height: 70px;
	background-size: 60%;
	text-indent: -5000px;
	margin-left: 0px;
}
.change-position .logo-small-header{
	display: block;
}


.content-footer{
    padding: 0 10px 0 10px;
    color: #fff;
    width: 980px ! important;
}        
.content-footer h4{
	color:#298fee;
	font-size:14px;
	text-transform:uppercase;  
	margin-bottom:6px;
	font-weight:bold;
}                  
.col-footer-list ul{
	height:110px;
}
.col-footer-list ul li a{
	color:#fff;
	font-size:12px;
}
.col-footer-list.big-col-footer ul li a{
    font-size:10px;
}
.col-footer-list ul li a:hover{
	color:#298fee;
}            
.col-footer-list ul li{
	margin-bottom:2px;
}                       
.col-footer-list{
	float:left;
	width:251px;
	padding-right:20px;
}  
.global-col{
	width:210px;
}         

#footer_links .multilingue{
	width:210px;	
	height:26px;
	position:relative;
	top:0;
	right:0;	
	color:#333;		
	font-size:12px;
	background:#fff url(../images/separ-langue.gif) left center no-repeat;
}
#footer_links .multilingue .selected-langue{
	height:26px;
	line-height:26px;	
	position:relative;
	cursor:pointer;
	padding-left: 30px;
}

#footer_links .selected-langue em{
	width:26px;	
	height:26px;
	position:absolute;
	top:0;
	right:0;
	background:#298fee;
	cursor:pointer;
}
#footer_links .selected-langue span{
	background:url(../images/fleche-multilingue.png) center center no-repeat;
	width:8px;
	height:5px;	
	position:absolute;
	top:12px;
	left:9px;
	transition:all 150ms ease-in-out 0s;
	-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);
}	
#footer_links .selected-langue.selected span{
	-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);	
}
#footer_links .multilingue .new-langue{
	position:absolute;	
	left:0;
	top:26px;
	border-top:1px solid #cfcfcf;
	display:none;
    z-index: 9;
}
#footer_links .multilingue .new-langue li{
	background:#fff;
	width:210px;	
	height:26px;	
	position:relative;
}
#footer_links .multilingue .new-langue li a{
	height:26px;
	color:#333;		
	display:block;
	line-height:26px;
	padding-left:9px;
	width:201px
}

#footer_links .multilingue .new-langue li img{
	vertical-align:middle;
	padding-right:7px;
}

#footer_links .multilingue .selected-langue i {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 16px;
	height: 11px;
	content: "";
}

#footer_links .multilingue .new-langue li i {
	width: 16px;
	height: 11px;
	display: inline-block;
	content: "";
	margin-right: 7px;
}


                

.content-footer .col-footer-list ul li{
	color:#a6a5a5;
	font-size:12px;
}
.content-footer .col-footer-list ul li{
	float:none;
}                  

.right-bottom-content{
	width:236px;
	float:right;	
}
.right-bottom-content h5{
	text-indent:-5000px;
	width:207px;
	height:80px;
}
.other-site-footer{
	margin-top:25px;	
}
.other-site-footer h6{
	font-size:15px; 
	text-transform:uppercase;
	color:#fff;
	margin-bottom:11px;
}
.inter-titre{
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:8px;	
}
.facebook-foota{
	margin-top:14px;
	border-top:1px solid #393838;
	padding-top:18px;	
}
.facebook-foota a{
	height:32px;
	line-height:32px;
	text-transform:uppercase;
	color:#fff;	
	padding-left:8px;
	display:block;
}

.other-site-footer a{
	font-size:12px;
	color:#fff;
	float:left;
}
.other-site-footer a span{text-decoration:underline;}
.other-site-footer a.link-picto-m{
	padding:0 16px 0 21px;	
	background:url(../images/link-mini-picto-m.png) left center no-repeat;
}
.other-site-footer a.link-picto-p{
	padding:0 16px 0 21px;	
	background:url(../images/link-mini-picto-p.png) left center no-repeat;
}
.other-site-footer a.link-picto-i{
	padding:0 0 0 40px;	
	background:url(../images/link-mini-picto-i.png) 15px center no-repeat;
}
.sep-ots{
	float:left;
	width:1px;
	height:16px;
	background:#5c5e62;
}



#bottom-info{
	margin:30px auto 0 auto;
	padding:0 0 30px 0;
	color:#949494;	
}
#bottom-info strong{
	font-weight:normal;	
}
#bottom-info p{
	font-size:11px;	
}
















.bloc-other-site{
	background:#298fee;	
	height:33px;
	overflow:hidden;
}
.bloc-other-site ul{
	height:33px;	
	text-align:center;
	margin:0 auto; 
}
.bloc-other-site ul li{
	display:inline-block;
	height:33px;
}
.bloc-other-site ul li.current{
	margin-left:-3px;	
}
.bloc-other-site ul li a{
	color:#fff;	
	background:#49a0f1;
	position:relative;
  -webkit-transform:skew(-20deg);
     -moz-transform:skew(-20deg);
      -ms-transform:skew(-20deg);
       -o-transform:skew(-20deg);
          transform:skew(-20deg); 
    overflow:hidden;
    display:inline-block;
    height:33px;
    line-height:33px;
    padding:0 13px;
    text-align:center;
}
.bloc-other-site ul li.current a{
	background:#fff;
	color:#298FEE;	
}
.bloc-other-site ul li a span.reskew{
	display:inline-block;
	  -webkit-transform:skew(20deg);
     -moz-transform:skew(20deg);
      -ms-transform:skew(20deg);
       -o-transform:skew(20deg);
          transform:skew(20deg);  
}

a.link-creer{
  background: url(/images/puce-fleche-white.png) no-repeat 10px center #298fee;
  border: medium none;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  margin: 14px auto 0;
  padding: 0 0 0 26px;
  text-align: left;
  text-transform: uppercase;
  width: 151px;
}

.marge-link{
	display:block;
	margin-top:5px;	
}

.bottom-info{           
	height:35px;          
	font-size:12px;   
}    
.bottom-info p{
	padding:0 0 0 55px;
	position:relative;   
	line-height:35px;    
	width:260px;
	float:left;
	color:#298FEE;
	font-family:"trebuchet MS";
}   
.bottom-info p a{
	color:#298FEE;
}   
.bottom-info p a:hover{
	text-decoration:underline;
}
.bottom-info p img{
	position:absolute;      
	left:-8px;
	top:-14px;
}  
.link-facebook{
	margin-bottom:8px;
}
.link-facebook a{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
/*------------FIN FOOTER----------*/


/*-------------POPIN DEPOT---------------*/
.overlay-depot{
	background:url(/images/overlay-annonce.png);
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1000000;	
	width:100%;	
	display:none;
}

.depot-annonce{
	padding:0;	
	display:none;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing: border-box;
	height:522px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.padd-depot-annonce{
	padding-top:143px;		
}	
.content-depot-annonce{
	background:#fff;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing: border-box;
	padding:50px 50px 72px 43px;	
	width:693px;
	margin:0 auto;
	position:relative;
}

.close-popin-depot{
  height: 46px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -46px;
  width: 121px;
}
.close-popin-depot .bloc-skew{
	position:absolute;
	top:0;
	left:8px;
	padding:0 0 0 0;
	cursor:pointer;
	height:46px;
	width:135px;
  -webkit-transform:skew(-20deg);
     -moz-transform:skew(-20deg);
      -ms-transform:skew(-20deg);
       -o-transform:skew(-20deg);
          transform:skew(-20deg); 
    background:#298fee;
    color:#fff;
}
.close-popin-depot span.reskew{
	height:46px;
	display:block;
	line-height:46px;
	padding-left:41px;
  -webkit-transform:skew(20deg);
     -moz-transform:skew(20deg);
      -ms-transform:skew(20deg);
       -o-transform:skew(20deg);
          transform:skew(20deg);  
	background:url(/images/close-connect-white.png) 22px center no-repeat;
	font-weight:bold;
}



.depot-annonce h5{
  	font-size: 18px;
  	font-weight: bold;
    line-height:20px;
  	letter-spacing: 1.5px;
  	margin-bottom:12px;
}
.depot-annonce .parag{
	font-size:13px;	
	margin-bottom:20px;
}
.float-link{
	width:550px;
}
.float-link li{
	margin-bottom:10px;	
}
.float-link li img{
	vertical-align:middle;
	padding:12px 10px;	 
	background:#298fee;
	margin-right:19px;
	float:left;
	width:140px;
}
.float-link li span{
	float:left;
	width:350px;
	font-weight:normal;
	padding:9px 0 0 0;
}
.float-link li a{
	font-size:14px;
	color:#298fee;
	font-weight:bold;
}
.info-depot{
	font-size:11px;
	font-style:italic;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:46px;
	line-height:46px;
	background:#f6f6f6;
	padding:0 0 0 43px;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing: border-box;
}


/*--------------Connection-----------------*/
#open-bloc{
	display:none;
}
#connection{
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	/*background:#1b1b1b;*/
	background-color:rgba(27,27,27,1);
	width:100%;
	padding:0;
}
#connection:not(.isclosed) {
	z-index: 14;
}
.small-head #connection{
	top:0;	
} 
.small-head .picto-logo-parking{
	display:none;
}
#connection #top_container{
    height: 45px;
    background: rgba(27,27,27,1);
}
#creer-compte{
	padding:0 0 0 0;	
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing: border-box;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
#creer-compte .center-connection{
	width:854px;
	margin:0 auto;
	position:relative;
	padding-top:143px;	
}
#creer-compte .left-connection{
	width:449px;
	height:246px;
	padding:29px 74px 0 48px;	
	background:#fff;
	float:left;	
}
#identification .right-connection p.close-connect{
	color:#000;	
}
.close-connect{
    overflow:hidden;	
   	height:46px;
	width:121px;
	position:absolute;
	right:0;
	top:-46px;
}
.close-connect .bloc-skew{
	position:absolute;
	top:0;
	left:8px;
	padding:0 0 0 0;
	cursor:pointer;
	height:46px;
	width:135px;
  -webkit-transform:skew(-20deg);
     -moz-transform:skew(-20deg);
      -ms-transform:skew(-20deg);
       -o-transform:skew(-20deg);
          transform:skew(-20deg); 
    background:#fff;
    color:#000;
}
.close-connect span.reskew{
	height:46px;
	display:block;
	line-height:46px;
	padding-left:41px;
  -webkit-transform:skew(20deg);
     -moz-transform:skew(20deg);
      -ms-transform:skew(20deg);
       -o-transform:skew(20deg);
          transform:skew(20deg);  
	background:url(/images/close-connect.png) 22px center no-repeat;
	font-weight:bold;
}


#creer-compte .left-connection .inp-text{
	padding-bottom:11px;
}
#creer-compte .left-connection .inp-text label{
	width:160px;
	height:25px;
	line-height:25px;
	float:left;
	font-size:13px;	
}
#creer-compte .left-connection .inp-text label.lab-span{
	line-height:14px;	
}
#creer-compte .left-connection .inp-text label.lab-span span{
	display:block;
	font-size:11px;
	color:#9b9b9b;
}
#creer-compte .left-connection .inp-text input{
	width:216px;
	height:25px;
	line-height:25px;
	border:1px solid #e5e5e5;
	color:#2b2b2b;
	float:right;
	padding-left:4px;
	font-size:12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#creer-compte .left-connection .inp-rad{
	padding-bottom:16px;
}
#creer-compte .left-connection .inp-rad label{
	padding:0 21px 0 4px;
}
#creer-compte .left-connection .optin-create-account{
	margin-bottom:10px;	
}
#creer-compte .left-connection .optin-create-account label{
	padding-left:10px;
	font-weight:bold;
}
.champs-oblig{
	float:left;
	font-style:italic;
	color:#9B9B9B;
}
#creer-compte .left-connection .valid-form{
	float:right;
	text-align:right;
}
#creer-compte .left-connection .valid-form input{
	display:inline-block;
	height:46px;
	padding:0 18px 0 43px;
	line-height:46px;
	border:none;
	background:#298fee url(/images/bg-submit.png) -7px center no-repeat;
	text-align:left;	
	color:#fff;
	font-size:14px;	
	margin-bottom:9px;
	cursor:pointer;
	font-weight:bold;
}
#creer-compte .left-connection .valid-form input:hover{
	background-color:#000;	
}
#creer-compte .right-connection{
	width:276px;
	height:265px;
	padding:45px 40px 0 53px;	
	color:#fff;	
	float:right;
	background:#298fee;	
	position:relative;	
}
#creer-compte .right-connection h6{
	font-size:18px;
	line-height:20px;
	margin-bottom:21px;
	font-weight:bold;
}
#creer-compte .right-connection ul{
	padding:5px 0 0 0;
}
#creer-compte .right-connection ul li{
	font-size:12px;
	color:#000;
	margin-bottom:20px;
  	margin-bottom: 20px;
  	padding: 0 0 0 38px;
}
#creer-compte .right-connection ul li.crea-fav-1{
	background: url(/images/pure-crea-fav-1.png) no-repeat 0 center;
	font-size:13px;
}
#creer-compte .right-connection ul li.crea-fav-4{
	background: url(/images/close-alert-black.png) no-repeat 3px -4px;
	font-size:13px;
}
#creer-compte .right-connection ul li.crea-fav-2{
	background: url(/images/vroom.png) no-repeat 0 center;	
}
#creer-compte .right-connection ul li.crea-fav-3{
	background: url(/images/pure-crea-fav-3.png) no-repeat 0 center;	
}
/*-------Mail modification------------*/
#mail-modification{
    padding:0;
    display:none;
    height:522px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
#mail-modification .center-connection{
    width:854px;
    margin:0 auto;
    padding-top:143px;
}
#mail-modification .left-connection{
    background:#fff;
    float: left;
    height: 180px;
    padding:45px 52px 0 48px;
    width:385px;
}
#mail-modification .left-connection .inp-text{
    padding-bottom:11px;
}
#mail-modification .left-connection .inp-text label{
    width:115px;
    height:24px;
    line-height:24px;
    float:left;
    font-size:13px;
}
#mail-modification .left-connection .inp-text input{
    width: 252px;
    height:30px;
    line-height:30px;
    border: 1px solid #e5e5e5;
    color:#2b2b2b;
    float:right;
    padding-left:4px;
    font-size:12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#mail-modification .left-connection .inp-check{
    width:209px;
    float:left;
    font-size:12px;
    padding-top:10px;
}
#mail-modification .left-connection .inp-check label{
    padding-left:7px;
    font-size:12px;
}
#mail-modification .left-connection .valid-form{
    float:right;
    padding-top:5px;
    text-align:right;
}
#mail-modification .left-connection .valid-form input{
    display:inline-block;
    height:46px;
    padding:0 18px 0 43px;
    line-height:46px;
    border:none;
    background:#298fee url(/images/bg-submit.png) -7px center no-repeat;
    text-align:left;
    color:#fff;
    font-size:12px;
    margin-bottom:9px;
    cursor:pointer;
    font-weight:bold;
}
#mail-modification .left-connection .valid-form input:hover{
    background-color:#000
}
#mail-modification .left-connection .valid-form a{
    text-decoration:underline;
    font-size:12px;
    display:block;
    clear:both;
}
#mail-modification .left-connection .valid-form a:hover{
    color:#298FEE;
}

#mail-modification .right-connection{
    background:#298FEE;
    color:#fff;
    float:right;
    height:195px;
    padding:30px 40px 0 53px;
    position:relative;
    width:276px;
}
#mail-modification .right-connection h6{
    font-size:18px;
    line-height:20px;
    margin-bottom:9px;
    font-weight:bold;
}


#mail-modification .right-connection .titre-comm{
    font-size:15px;
    font-weight:bold;
    line-height: 19px;
    margin-bottom:5px;
}
#mail-modification .right-connection ul{
    padding:0 0 0 0;
}
#mail-modification .right-connection ul li{
    font-size:12px;
    color:#000;
    background: url(/images/puce-disc.png) no-repeat 0 6px;
    margin-bottom:20px;
    margin-bottom: 10px;
    padding: 0 0 0 38px;
}
#mail-modification .right-connection ul li.crea-fav-1{
    background: url(/images/pure-crea-fav-1.png) no-repeat 0 center;
    font-size:13px;
}
#mail-modification .right-connection ul li.crea-fav-2{
    background: url(/images/vroom.png) no-repeat 0 center;
}
#mail-modification .right-connection ul li.crea-fav-3{
    background: url(/images/pure-crea-fav-3.png) no-repeat 0 center;
}


#mail-modification .right-connection p{
    color:#fff;
    font-size:13px;
    line-height:17px;
}
#mail-modification .right-connection .valid-form{
    margin-top:14px;
    position:absolute;
    top:149px;
    right:63px;
}
#mail-modification .right-connection .valid-form {
    margin-top: 14px;
    position: absolute;
    right: 26px;
    top: 208px;
}
#mail-modification .right-connection .valid-form a{
    display:inline-block;
    height:46px;
    padding:0 18px 0 43px;
    line-height:46px;
    border:none;
    background:#fff url(/images/bg-submit.png) -324px center no-repeat;
    text-align:left;
    color:#000;
    font-size:12px;
    margin-bottom:9px;
    cursor:pointer;
    text-align:left;
    font-weight:bold;
}
#mail-modification .right-connection .valid-form a:hover{
    background:#000 url(/images/bg-submit.png) -8px center no-repeat;
    color:#fff;
}
/*-------identification------------*/
#identification{
	padding:0;
	display:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing: border-box;	
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
#identification, #creer-compte {
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 20;
}
.form-mdp{
	display:none;
}
#identification .center-connection{
	width:854px;
	margin:0 auto;	
	padding-top:143px;
}
#identification .left-connection{
  background:#fff;
  float: left;
  height: 235px;
  padding:45px 52px 0 48px;
  width:385px;
}
#creer-compte .left-connection {
  background:#FFFFFF;
  float: left;
  height: 265px;
  padding:45px 52px 0 48px;
  width:385px;
}
.message-indic{
	margin-bottom:7px;
	color:#9B9B9B;
}
.left-connection h5{
	font-size:18px;
	line-height:20px;
	margin-bottom:21px;
	font-weight:bold;
}
#identification .left-connection .inp-text{
	padding-bottom:11px;
}
#identification .left-connection .inp-text label{
	width:115px;
	height:24px;
	line-height:24px;
	float:left;
	font-size:13px;	
}
#identification .left-connection .inp-text input{
  	width: 252px;
	height:30px;
	line-height:30px;
  	border: 1px solid #e5e5e5;
	color:#2b2b2b;
	float:right;
	padding-left:4px;
	font-size:12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#identification .left-connection .inp-check{
	width:209px;
	float:left;
	font-size:12px;
	padding-top:10px;
}
#identification .left-connection .inp-check label{
	padding-left:7px;
	font-size:12px;
}
#identification .left-connection .valid-form{
	float:right;
	padding-top:5px;
	text-align:right;
}
#identification .left-connection .valid-form input{
	display:inline-block;
	height:46px;
	padding:0 18px 0 43px;
	line-height:46px;
	border:none;
	background:#298fee url(/images/bg-submit.png) -7px center no-repeat;
	text-align:left;	
	color:#fff;
	font-size:12px;	
	margin-bottom:9px;
	cursor:pointer;
	font-weight:bold;
}
#identification .left-connection .valid-form input:hover{
	background-color:#000	
}
#identification .left-connection .valid-form a{
	text-decoration:underline;
	font-size:12px;
	display:block;
	clear:both;
}
#identification .left-connection .valid-form a:hover{
	color:#298FEE;
}

#identification .right-connection{
  background:#298FEE;
  color:#fff;
  float:right;
  height:250px;
  padding:30px 40px 0 53px;
  position:relative;
  width:276px;
}
#identification .right-connection h6{
	font-size:18px;
	line-height:20px;
	margin-bottom:9px;
	font-weight:bold;
}


#identification .right-connection .titre-comm{
	  font-size:15px;
	  font-weight:bold;
	  line-height: 19px;
	  margin-bottom:5px;	
}
#identification .right-connection ul{
	padding:0 0 0 0;	
}
#identification .right-connection ul li{
	font-size:12px;
	color:#000;
	background: url(/images/puce-disc.png) no-repeat 0 6px;
	margin-bottom:20px;
  	margin-bottom: 10px;
  	padding: 0 0 0 38px;
}
#identification .right-connection ul li.crea-fav-1{
	background: url(/images/pure-crea-fav-1.png) no-repeat 0 center;
	font-size:13px;	
}
#identification .right-connection ul li.crea-fav-4{
	background: url(/images/close-alert-black.png) no-repeat 0 center;
	font-size:13px;
	margin-top: 19px;
}
#identification .right-connection ul li.crea-fav-2{
	background: url(/images/vroom.png) no-repeat 0 center;	
}
#identification .right-connection ul li.crea-fav-3{
	background: url(/images/pure-crea-fav-3.png) no-repeat 0 center;	
}


#identification .right-connection p{
	color:#fff;
	font-size:13px;
	line-height:17px;
}
#identification .right-connection .valid-form{
	margin-top:14px;	
	position:absolute;
	top:149px;
	right:63px;
}
#identification .right-connection .valid-form {
  margin-top: 14px;
  position: absolute;
  right: 26px;
  top: 208px;
}
#identification .right-connection .valid-form a{
	display:inline-block;
	height:46px;
	padding:0 18px 0 43px;
	line-height:46px;
	border:none;
	background:#fff url(/images/bg-submit.png) -324px center no-repeat;
	text-align:left;	
	color:#000;
	font-size:12px;	
	margin-bottom:9px;
	cursor:pointer;
	text-align:left;
	font-weight:bold;
}
#identification .right-connection .valid-form a:hover{
	background:#000 url(/images/bg-submit.png) -8px center no-repeat;
	color:#fff;	
}


#center-btn-connect{
	position:relative;
	width:100%;
	height:1px;	
	margin-top:0;
}
.small-head #center-btn-connect{
	margin-top:0;	
}
#btn-connect span.reskew{
	position:relative;
	top:0;
	display:block;
}

#center-btn-connect .multilingue{
	width:71px;	
	height:45px;
	position:absolute;
	top:0;
	right:0;	
	background:#fff url(../images/separ-langue.gif) left center no-repeat;
}
#center-btn-connect .multilingue .selected-langue{
	width:71px;	
	height:45px;	
	position:relative;
	cursor:pointer;
}
#center-btn-connect .multilingue .selected-langue p{
        position:absolute;
        top:15px;
        left:39px;
}

/*#center-btn-connect .multilingue .selected-langue img{
	position:absolute;
	top:17px;
	left:16px;	
}*/
#center-btn-connect .multilingue .selected-langue span{
	background:url(../images/fleche-multilingue.png) center center no-repeat;
	width:8px;
	height:5px;	
	position:absolute;
	top:21px;
	left:58px;
	transition:all 150ms ease-in-out 0s;
	-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);
}	
#center-btn-connect .multilingue .selected-langue.selected span{
	-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);	
}
#center-btn-connect .multilingue .new-langue{
	position:absolute;	
	left:0;
	top:45px;
	display:none;
}
#center-btn-connect .multilingue .new-langue li{
	background:#fff url(../images/separ-li-langue.png) center top no-repeat;	
	width:71px;	
	height:35px;	
	position:relative;
}
#center-btn-connect .multilingue .new-langue li a{
	width:71px;	
	height:35px;
	color:#333;		
	display:block;
}
#center-btn-connect .multilingue .new-langue li a span {
  display: block;
  font-size: 11px;
  height: 11px;
  line-height: 11px;
  padding: 0 0 0 16px;
  position: absolute;
  top: 13px;
}
#center-btn-connect .multilingue .new-langue li img{
	vertical-align:top;
	padding-right:7px;
}



/* flags-sprite */

#center-btn-connect .multilingue .new-langue li em {
	width: 16px;
	height: 11px;
	display: inline-block;
	content: "";
	margin-right: 7px;
	background: url("/images/flag/svg/sprite-flags.svg") 0 0;
	background-repeat: no-repeat;
}

.flag-eu {
	background: url("/images/flag/svg/sprite-flags.svg") 0 -210px !important;
}

.flag-us {
	background: url("/images/flag/svg/sprite-flags.svg") 0 -390px !important;
}

.flag-gb {
	background: url("/images/flag/svg/sprite-flags.svg") 0 -30px !important;
}

.flag-ca {
	background: url("/images/flag/svg/sprite-flags.svg") 0 -120px !important;
}

.flag-fr {
	background: url("/images/flag/svg/sprite-flags.svg") 0 -240px !important;
}

.flag-ch {
	background: url("/images/flag/svg/sprite-flags.svg") 0 -360px !important;
}

.flag-ma {
	background: url("/images/flag/svg/sprite-flags.svg") 0 -300px !important;
}

.flag-be {
	background: url("/images/flag/svg/sprite-flags.svg") 0 -60px !important;
}

.flag-de {
	background: url("/images/flag/svg/sprite-flags.svg") 0 0 !important;
}

.flag-it {
	background: url("/images/flag/svg/sprite-flags.svg") 0 -270px !important;
}

.flag-pt {
	background: url("/images/flag/svg/sprite-flags.svg") 0 -330px !important;
}

.flag-es {
	background: url("/images/flag/svg/sprite-flags.svg") 0 -180px !important;
}


#center-btn-connect .multilingue .selected-langue em {
	position: absolute;
	top: 17px;
	left: 16px;
	width: 16px;
	height: 11px;
}



#btn-connect,
#btn-disconnect{
	font-size:12px;
	color:#fff;
	height:45px;
	line-height:45px;
	/*
	position:absolute;
	top:0px;
	right:71px;	*/
	float:right;
	margin-right:71px;
}
.isclosed #btn-connect span.reskew{
	display:block;
	position:relative;
	top:0;
}
.isclosed #btn-connect span.reskew{
	display:block;
}
#btn-connect span a,
#btn-disconnect span a{
	float:left;	
	font-size:13px;
	font-weight:bold;
}
#btn-disconnect span a{
	float:right;
	margin-right:-8px;	
}
#btn-connect a#btn-identification{
	color:#000;
	position:relative;
	background:#fff;
	margin-left:-9px;
    overflow:hidden;
}
#btn-connect a#btn-creer-compte,
#btn-disconnect a#btn-logout{
	color:#fff;
	position:relative;
    background:#298fee;
    overflow:hidden;
    	z-index:2;
}
#btn-disconnect a#btn-logout{
	background:#fff;
	color:#000;	
}
#btn-connect a#btn-identification span.reskew{
	height:45px;
}
#btn-connect a#btn-identification span.reskew>span{
	padding:0 21px 0 50px;	
	position:relative;
}
#btn-connect a#btn-identification span.reskew span em{
	width:14px;
	height:14px;
	position:absolute;
	top:1px;
	left:24px;
	background:url(/images/picto-other-site-sprite.png) -900px 0 no-repeat;	
}

#btn-connect a#btn-creer-compte span.reskew,
#btn-disconnect a#btn-logout span.reskew{
	height:45px;
}
#btn-connect a#btn-creer-compte span.reskew span{
	padding:0 25px 0 41px; 
	position:relative;
}
#btn-connect a#btn-creer-compte span.reskew span em{
	width:16px;
	height:13px;
	position:absolute;
	top:1px;
	left:21px;
	background: url(/images/picto-other-site-sprite.png) -600px 0 no-repeat;	
}
#btn-disconnect a#btn-logout span.reskew span{	
	padding:0 21px 0 50px;
	position:relative;
}
#btn-disconnect a#btn-logout span.reskew span em{
	width:14px;
	height:14px;
	position:absolute;
	top:1px;
	left:24px;
	background:url(/images/picto-other-site-sprite.png) -900px 0 no-repeat;	
}
#btn-connect a span.reskew,
#btn-disconnect a span.reskew{
	display:block;
}
.hidden{
    display:none;
}

#btn-connect a#btn-creer-compte:hover, #btn-disconnect a#btn-logout:hover{
	color:#000;	
}
#btn-connect a#btn-creer-compte.selected,
#btn-connect a#btn-creer-compte.selected:hover, 
#btn-disconnect a#btn-logout.selected:hover,
#btn-disconnect a#btn-logout.selected{
	color:#298FEE;
	background:#000;	
}

#btn-connect a#btn-identification:hover,
#btn-disconnect a#btn-logout:hover{
	color:#298fee;	
}

#btn-connect a#btn-identification.selected,
#btn-connect a#btn-identification.selected:hover, 
#btn-disconnect a#btn-logout.selected:hover,
#btn-disconnect a#btn-logout.selected{
	color:#298FEE;
}

div.password_restart_container {
    margin-top: 20px;
}

div.password_restart_container #passwd_restart_process {
    font-size: 13px;
    background: #298fee url(/images/puce-fleche-detail.png) no-repeat 18px 18px;
    padding: 13px 21px 12px 33px;
}

div.password_restart_container #passwd_restart_process:hover {
    color: #000000;
    font-weight: bold;
}

.bloc-cookies{
	  background:rgb(20, 20, 20);
	  bottom:-76px;/* -60px*/
	  height:76px;
	  left: 0;
	  position: fixed;
	  transition: all 400ms ease-in-out 0s;
	  width: 100%;
	  z-index: 102;
	  font-size:14px;
	  font-weight:bold;
	  text-align:center;
	  color:#fff;
	  line-height:76px;
	  cursor:pointer;
}
.bloc-cookies span{
	background:#298fee url(../images/puce-fleche-detail.png) no-repeat scroll 95% 9px;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	padding:6px 20px 6px 12px;	
}
.bloc-cookies:hover span{
	background:#fff url(../images/puce-fleche-detail.png) no-repeat scroll 95% -83px;
	color:#298fee;	
}
.bloc-cookies a:link {
  color: #fff;;
}
.bloc-cookies a:visited {
  color: #fff;;
}
.bloc-cookies a:active
{
  color: #fff;;
}

.bloc-cookies a:hover {
  color: #ffd200;
}

@media only screen and (max-width: 1060px){
	.logo-small-header {margin-left: 5px;}
}


@media only screen and (max-width: 1024px){
	#header div .input-search input {
	  	padding:10px 0 13px 0;
	  	font-size: 17px;
	  	height: 17px;
	  	line-height:17px;
	}
    .center{
		padding:0;
		width: 100%;
	}
	.btn-del-search{top:2px;}
	#content-info-header ul {
		padding-left: 297px;
	}
	.inp-header-static {
		height:40px;
	}
	.small-head.ayads-m .conteneur-input {
		float: right !important;
		margin-right: 0px !important;
	}
}
@media only screen and (max-width: 990px){
    .clearthin{height:20px;}
    .small-head #header h1{
        top: -13px;
        left: calc(50% - 103px);
    }
    .small-head #header h2 {
        width: 100%;
        padding-left: 0;
        margin: 26px auto 13px;
		float:none;
    }
    #header h2 {
        margin: 75px 0 26px 0;
    }
    #header .header-center {
        padding-top: 15%;
    }
    .content-footer{width:94% !important;}
	.center{width:94%; padding:0 3%;}
	
	/*-----HEADER-----*/
	#header #ex-header {
		 margin:6px 0 0 0;
		 padding-left:0;
		 width:100%;
		 text-align:center;
	}
	#header #ex-header li{
		font-size: 17px;
	}
	.btn-depot-annonce,
	#btn-other-site a,
	#btn-connect span a, 
	#btn-disconnect span a{
  		font-size: 11px;
	}
	#creer-compte .center-connection {
	  width: 754px;
	}
	#creer-compte .left-connection {
	  padding: 45px 14px 0 14px;
	  width: 446px; 
	}
	#creer-compte .right-connection {
	  padding: 45px 15px 0 15px;
	  width: 250px;
	}
	#identification .center-connection {
	  width: 754px;
	}
	#identification .left-connection {
	  padding: 45px 14px 0 14px;
	  width: 446px;
	}
	#identification .right-connection {
	  padding: 30px 15px 0 15px;
	  width: 250px;
	}
	#info-header{
		display: none;
	}
	#smart-header {
		display: block;
	}
	#connection {
		display: none;
	}
	#header div .input-search input {
		padding: 12px 0 13px 0;
	}
	.small-head.ayads-m .conteneur-input {
		float: none !important;
		margin: 0 auto !important;
	}
	.change-position .form-header-static form {
		margin: 0 auto !important;
		width: 91% !important;
		left: 0;
		right: 0;
		top: 0px !important;
	}

/* flags sprite */
	#smart-menu-header h6 i {
		margin-right: 3px;
		width: 16px;
		height: 11px;
		display: inline-block;
	}

	#smart-menu-header ul li .link-lng-smart i {
		margin-right: 2px;
		border: 1px solid #222;
		width: 16px;
		height: 11px;
		display: inline-block;
		margin-top: -2px;
		vertical-align: middle;
	}

	#smart-menu-header ul li .link-lng-smart span {
        margin-right: 4px;
    }
}


	/*------SMALL HEAD-----*/
	.small-head #header h1{
	  	height:75px;
	}
	.small-head #header h1 a{
	  	height:75px; 
	}

.btn-del-search {
	background: url(/images/btn-ok-home.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	width: 55px;
	height: 36px;
	text-indent: -5000px;
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 40;
	cursor: pointer;
	border: none;
}
/*	.small-head .btn-del-search {
		  background: url(/images/close-tab.png) no-repeat;
		  height: 26px;
		  width: 26px;	
	-webkit-background-size: 26px 26px;
       -moz-background-size: 26px 26px;
         -o-background-size: 26px 26px;
            background-size: 26px 26px;	
	}*/
	/*------INPUT--------*/
	.bloc-cookies{font-size:10px;}
	#header div.conteneur-input {
  		margin: 0 auto;  		
  		width:70%;
	}
	#header div.conteneur-input div.bg-input {
		line-height: 15px;
		padding-left:2%;
		width: 98%;
	}
	#header div .input-search {
	  	float: left;
	  	height:42px;
	  	padding:0;
	  	position: relative;
	  	width: 90%;
	}

	/*----SMALL HEAD INPUT-------*/
	.small-head #header div.conteneur-input {
  		float:right;
  		overflow:hidden;
		/*margin-top: 0;
		width:100%;*/
	}
	/*.small-head #header div.conteneur-input div.bg-input {
  		padding-left:5%;
  		width:95% !important;
	}
		#header div .input-search input {
	  	padding:12px 0 13px 0;
	  	font-size: 17px;
	  	height: 17px;
	  	line-height:17px;
	}
		.btn-del-search {
	  	height: 34px;
	  	top:4px;
	}*/
	#header div.conteneur-input div .add-item p {
		margin-bottom:20px;
	}
	.btn-del-search.inload{
		right: 13px;
    	top: 4px;
	}
	.btn-return-top{
		width:84px;
		height:67px;
		position:fixed;
		right:0px;
		bottom:50px;
		margin-top:-30px;	
		cursor:pointer;
		display:none;
		z-index:10000;
	}	
	.btn-retour-recherche {
	  	right:20px;
	}	
	/*-------FOOTER------------*/
	.content-footer .col-footer-list ul li {
  		float:none;
	}
	#bc-bottom-content {
	  	margin-top:40px;
	}	
	#bottom-content h3 {
  		font-size:19px;
	}
	.col-footer-list{
		float:left;
		width:90%;
		padding:0 5%;
		text-align:center;
		margin-bottom:20px;
	}  
	.col-footer-list .float-footer{
		width:50%;
		float:left;	
	} 
	.content-footer h4 {
	  	font-size: 18px;
	  	font-weight:bold;
	}     
	.col-footer-list ul li a {
  		font-size: 15px;
	}
	.right-bottom-content{
		margin:0 auto;
		float:none;	
		clear:both;
		padding-top:50px;
	}
    .right-bottom-content h5{
        background-position: center !important;
        width: 100%;
    }
    .inter-titre {
        text-align: center;
    }
    #footer_links .multilingue {
        width: 100%;
    }
    .other-site-footer h6{
        text-align: center;
    }
    .other-site-footer a.link-picto-p {
        margin: 0 0 0 46px;
    }
	.float-footer{
		display:block;
	}
	.visible-footer-link{
		display:block;	
	}
	.col-footer-list{
	    width: 40%;
	}	
	.col-footer-list .float-footer {
	    width: 100%;
	}


	.footer-unique {
		float: left;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
	}
	.footer-unique * {
		box-sizing: border-box;
	}
	.footer-unique .footer-logo-info  {
		float: left;
		width: 33%;
		margin: 0;
		padding: 0;
	}
	.footer-unique .col-footer-list {
		width: 33%;
	}
	.footer-unique .col-footer-list {
		text-align: left;
		padding: 0 0 0 10%;
		margin-bottom: 15px;
	}
	.footer-unique .footer-logo-info h5 {
		background-position: left top !important;
	}
	.footer-unique .footer-logo-info h6 {
		text-align: left;
	}
	#footer_links .footer-logo-info .multilingue {
		max-width: 210px;
	}
	.footer-unique .other-site-footer a.link-picto-p {
		margin: 0;
	}
	.footer-unique .col-footer-list ul li a {
		font-size: 12px;
	}
.content-footer h4 {
	font-size: 14px;
}


	/*--------SMART MENU-------*/
	#smart-header{
		width:65px;
		height:65px;
		background:#2a2a2a url(../images/smart-header-p.png) center center no-repeat;	
		position:absolute;
		top:0;
		right:0;
		cursor:pointer;
		z-index:12;
	}

	.small-head #smart-header{
	    background:#2a2a2a url(../images/smart-header-p.png) no-repeat center center;
	    top:0;
	    right:0;
	}
	.small-head #header.transit-header .smart-barre-top{
		display:none;	
	}
	#overlay-smart-menu-header {
		background: url(../images/overlay-smart-menu-header.png) repeat;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 2147483647;
		display: none;
		position:fixed;
	}
	#smart-menu-header{
		background:#2d2d2d;
		width:384px;
		position:fixed;
		top:0;
		right:0;
		z-index:100000000000;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;	
		padding:28px 0 0 0;
		display:none;
	}
	#close-smart-menu-header{
		background:url(../images/close-smart-menu-header-p.png) center center no-repeat;	
		width:49px;
		height:49px;
		position:absolute;
		top:16px;
		right:26px;
		cursor:pointer;
	}
	.logo-smart-menu{
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;	
		height:80px;
        margin-top: 35px;
	}
	#smart-menu-header ul{
		padding:4px 0 0 0;	
		overflow:auto;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	#smart-menu-header li{
		border-bottom:1px solid #3a3a3a;
		padding:0 42px;
		position:relative;
	}

	#smart-menu-header h6{
		height:75px;
		line-height:75px;
		font-size:18px;
		position:relative;
		cursor:pointer;
		color:#fff;
	}
	#smart-menu-header h6.open-nav span{
		background:url(../images/puce-smart-menu-ipad.png) no-repeat;
		width:18px;
		height:11px;
		position:absolute;
		right:0;
		top:50%;
		margin-top:-5px;	
		transition:all 150ms ease-in-out 0s;
		-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);
	}
	#smart-menu-header li.selected h6 span{
		-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);
	}
	#smart-menu-header li a{
		color:#fff;	
	}
	#smart-menu-header .moncompte a {
	    height: 75px;
	    line-height: 75px;
	    font-size: 18px;
	    position: relative;
	    cursor: pointer;
	    color: #FFF;
	    display: block;
	}
	#smart-menu-header li.li-dec{
		/*height: 55px;
		padding-top: 20px;	*/
	}
	.li-dec .moncompte{
		float:none;
	}
	.content-smart-header{
		display:none;
	}
	.content-smart-header p{font-size:14px; color:#fff;}
	/*---smart depot---*/
	.smart-depot{
		padding:17px 0 42px 0;	
	}
	.smart-depot .link-depot-smart{
		margin-top:25px;
	}
	#smart-menu-header .smart-depot .link-depot-smart a{
		display:block;
		height:50px;
		line-height:50px;
		color:#fff;
		background:#298fee;
		font-size:18px;
		text-align:center;
		margin-bottom:11px;	
		font-weight:bold;
	}
	#smart-menu-header .smart-depot .link-depot-smart a:last-child{
		margin-bottom:0;	
	}
	.smart-depot .link-depot-smart a span{
		padding-left:20px;
		background:url(../images/puce-plus-smart.png) left center no-repeat;	
	}
	/*---smart connexion---*/
	.smart-connex{
		padding-bottom:30px;	
	}
	.smart-connex .inp-text{
		margin-bottom:11px;
	}
	.smart-connex .inp-text input, .smart-invalid-mail .inp-text input {
		border:none;
		background:#fff;
		height:45px;
		line-height:45px;
		line-height:100%;	
		color:#2a2a2a;
		font-size:15px;
		padding-left:23px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		width:100%;
	}
	.smart-connex .inp-valid input[type=submit],
	.smart-invalid-mail .valid-form input[type=submit],
	.smart-connex .valid-form input[type=submit],
	.smart-connex .inp-valid input[type=text],
	.smart-connex .inp-valid input[type=password]{
	    -webkit-appearance: none;
	    border-radius: 0;
	}
	.smart-invalid-mail .valid-form input[type=submit],
	.smart-connex .inp-valid input{
		border:none;
		background:#298fee;
		height:45px;
		line-height:45px;	
		color:#fff;
		font-weight:bold;
		font-size:14px;
		text-transform:uppercase;
		display:block;
		text-align:center;
		width:100%;
	}
	#mail-updater-container {display: none}
	.smart-invalid-mail .valid-form input[type=submit] {margin: 10px auto;}
	.smart-connex .inp-check{padding:14px 0 35px 0;}
	.smart-connex .inp-check label{padding-left:9px;}
	.small-head #header .smart-link-contact{color:#fff;}
	.smart-link-contact span{
		background:url(../images/smart-link-contact-p.png);
		width:52px;
		height:37px;
		position:absolute;
		right:-10px;
		top:50%;
		margin-top:-18px;		
	}
	.smart-bloc-inter{
		background:#272727;	
	}
	.smart-inter{
		padding:48px 0;
	}
	.smart-inter .smart-titre{
		font-size:18px;
		margin-bottom:25px;
		color:#fff;
	}
	.smart-inter a{
		color:#fff;
		font-size:17px;	
		display:block;
		margin-bottom:28px;
		padding-left:35px;
		height:27px;
		line-height:27px;
	}
	.smart-inter a:last-child{
		margin-bottom:0;	
	}
	.link-picto-m{background:url(../images/link-picto-m.png) no-repeat left center;}
	.link-picto-i{background:url(../images/link-picto-i.png) no-repeat left center;}	
	.link-picto-p{background:url(../images/link-picto-p.png) no-repeat left center;}	
	
	
	.smart-inter a i.ots-s{
		font-size:17px;
		font-style:normal;	
	}
	.smart-inter a i.ots-u{
		text-decoration:underline;
		font-style:normal;	
		padding-left:6px;
	}	
	
	.lingue-smart{
		padding:50px 0 50px 0;	
	}
	.lingue-smart a{
		float:left;
		padding:19px 34px;	
	}
	.lingue-smart a img{display:block;}
	.lingue-smart a.selected{
		background:#272727;	
	}
	.footer {
	    margin-top: 6px;
	}
	
	#smart-menu-header .content-smart-header .mdp-l-smart{
		font-size:13px;
		margin-top:10px;	
		text-decoration:underline;
		color:#298fee;
		cursor:pointer;
	}	
	
	.form-l-mdp{
		display:none;	
	}
	.form-l-mdp .message-indic{
		margin-top: 20px;
		font-size: 14px;
		line-height: 20px;		
	}
	.form-l-mdp .b-form{
		margin-top:13px;	
	}
	.form-l-mdp .valid-form{}
	.form-l-mdp .valid-form input{
		border:none;
		background:#298FEE;
		height:45px;
		line-height:45px;
		color:#FFF;
		font-size:14px;
		text-transform:uppercase;
		display:block;
		text-align:center;
		width:100%;			
	}

	.smart-fav .header-favoris,
	.smart-alert .header-favoris-alert {
	    position: absolute;
	    top: 20px;
	    right: 44px;
	    padding-right: 0px;
	    padding-left: 24px;
	    display: block;
	    color: #FFF;
		font-size: 14px;
		margin-left: 29px;
		height: 40px;
		line-height: 40px;
		float: left;
	}
	.header-favoris img,
	.header-favoris-alert img {
	    left:0px;
	    position:absolute;
	    top:12px;
	}
	.header-favoris span,
	.header-favoris-alert span {
	    color: #FFF;
	    padding-right: 0px;
	}

	
/*-------------------FIN SMART MENU---------------------*/
	.small-head #header{
		height: 160px;
	}



	footer{
		width: auto;
	}
	
	
}

@media only screen and (min-width: 1025px){
	.btn-return-top {
		width: 84px;
		height: 67px;
		position: fixed;
		right: 0px;
		bottom: 50px;
		margin-top: -30px;
		cursor: pointer;
		display: none;
		z-index: 10000;
		display:block;
	}
}

@media only screen and (max-width:768px){
	.footer-unique .footer-logo-info {
		display: none;
	}
	.footer-unique .col-footer-list {
		width: 50%;
		text-align: center;
		padding: 0 15px;
	}
	.footer-unique .col-footer-list ul li a {
		font-size: 12px !important;
	}
}

@media only screen and (max-width:600px){
	#btn-other-site{display:none;}
}
@media only screen and (min-width:500px){
	#header .bg-header{
	  background:url(/images/header-home-1.jpg) top right no-repeat;
	}	
}
	
@media only screen and (max-width:500px){
	#header div.conteneur-input,
	.small-head #header div.conteneur-input {
  		margin: 0 auto;  		
  		width:94%;
	}
	
	#content-info-header ul li a{font-size:11px;}
	.float-footer{
		display:block;
	}
	.visible-footer-link{
		display:block;	
	}
	
	footer{
		padding: 30px 0 0 0;
		width: auto;
	}
	.col-footer-list .float-footer{
		width:100%;	
	}
	.col-footer-list{
		padding:0;
		width:100%;	
	}
	.col-footer-list ul{
		height:auto;
		margin-bottom: 15px;
	}
	.col-footer-list ul li a {
    	font-size:15px !important;
	}
	.col-footer-list ul li{
    	height: 20px;
    	line-height: 20px;
	}
	footer .center{
		width:100%;
		padding:0;	
	}
    .content-footer{width:100% !important;}
	.content-footer h4{
	/*	background:#000;
		font-size:15px !important;
		font-weight:bold;
		text-transform:uppercase;	
		height: 46px;
		line-height: 46px; */
	}	
	
	#header #ex-header{
		display:none;	
	}
	#header h2 {
	  	font-size: 13px;
        margin: -47px auto 26px;
	}	
	#header div .input-search input, .inp-header-static {
	  font-size: 12px;
	}
	.inp-header-static {
		line-height:40px;
		padding-left: 18px;
	}
	#header #ex-header li {
	  font-size: 12px;
	}
    body:not(.small-head) #header {
        background:#242424;
    }
	#header {
	  height:271px;
	  padding-top: 15px;	  
	  overflow:hidden;
	  background:#242424;
	}
	.btn-debug-header {
		display:none;
	}
	.bloc-cookies{
		font-size:8px;
		line-height:19px;	
		width:80%;
		padding:7px 10% 0 10%;
		height:69px;
	}
	.bloc-cookies span{
		font-size:8px;	
		background:url(/images/puce-fleche-detail.png) no-repeat 90% 7px #298fee;
		display:inline-block;
	}
	.picto-logo-parking{display:none;}
	#center-btn-connect{display:none;}
	#header .header-center {
  		padding-top:100px;
	}
	#header h1 {
	  height: 138px;
	  left: 50%;
	  margin-left: -125px;
	  position: absolute;
	  text-indent: -5000px;
	  width: 250px;
	  top:5px;
	}
	#header h1 a {
	  height: 138px;
	  width: 250px;
	}
    .small-head #header h2{
        margin: 35px auto 27px;
    }
	.criteoad{
		width:280px;
	}
	.criteoad-min{
		position:relative;
		width:300px;
		overflow:hidden;
	}
	.small-head #header {
	  height: 170px;
	}
	.small-head #header h1 {
	  height: 75px;
	  left:0;
	  margin: 0 auto;
	  position: relative;
	  top: 0;
	}		
	.small-head #header .header-center {
	  padding-top: 27px;
	}
	.small-head #header div.conteneur-input {
	  float: none;
	}

	.cont-nbre-annonce{display:none;}
	.bottom-info p {display:none;}
	.bottom-info  {display:none;}

	#creer-compte .left-connection {
	  height: auto;
	  margin: 0 auto;
	  padding: 20px 10px 20px;
	  width: 300px;
	  float:none
	}
	#identification .center-connection {
  		width:100%;
  		padding-top:10px;
	}
	#creer-compte .left-connection .inp-text input {
	  float: left;
	}
	#creer-compte .center-connection {
	  width:100%;
	  padding-top: 10px;
	}
	#identification .left-connection {
	  padding: 20px 10px 20px;
	  width: 300px;
	  margin: 0 auto;
	  height: auto;
	  float: none;
	}
	#identification .left-connection .inp-text input {
	  float: left;
	}
	.promo-compte{display:none}
	.close-connect {
	  height: 46px;
	  overflow: hidden;
	  position: absolute;
	  top: 0;
	  width: 50px;
	  right: 0;
	}
	#identification .right-connection,
	#creer-compte .right-connection{
	  background: none;
	  left:50%;
	  margin-left:-160px;
	  padding: 45px 10px 0;
	  position: absolute;
	  top: 10px;
	  width: 300px;
	  height:0;
	}
	#identification .right-connection h6,
	#identification .right-connection .valid-form{
		display:none;	
	}
	#identification .right-connection h6,
	#identification .right-connection .valid-form,
	#creer-compte .right-connection h6,
	#creer-compte .right-connection .valid-form{
		display:none;	
	}
	#header .bg-header{display:none;}
}

@media only screen and (max-device-width : 768px) and (orientation : portrait){
	.small-head #header h2{
		padding: 0;
	}

}

@media only screen and (max-width: 690px){
    #header .header-center {
        padding-top: 35%;
    }
    body:not(.small-head) #header {
        background: #141414;
    }
}


@media only screen and (max-width: 500px){
	.small-head #header h1{
		top: 10px;
	}
	.small-head #header h2,#header h2{
		width: 245px;
		font-size: 16px;
	}
	.small-head #header{
		height: 271px;
	}
    .content-footer{width:100% !important;}

    body:not(.small-head) #header {
        background:#242424;
    }
    #bloc-bg-header{
        display:none;
    }
	/*#header div .input-search {width:100%!important;}*/
	body:not(.small-head) #header div .input-search input {
		padding-left: 3%;
		width: 85%;
	}
    #smart-menu-header {
		width: 100% !important;
		position: fixed;
		top: 0;
		bottom: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background: #2d2d2d;
	}

	#bc-bottom-content {
		z-index: 0;
	}

}

@media only screen and (max-width: 800px) {
	#header .bg-header {
		height: 100%;
	}
}

@media only screen and (max-width: 400px){
	.footer-unique .col-footer-list {
		width: 100%;
	}
}
