/* ----- BASE DESIGN ------  */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked
{
  	position: absolute;
  	left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label 
{
	position: relative; 
	padding-left: 26px; 
	padding-top: 1px;
	cursor: pointer;
	font-family: Arial;
	font-size: 0.8em;
	color: #404040; 
}
input[type="checkbox"] + label::before
{
    content: '';
    position: absolute;
	left: 0; 
	top: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
	border-radius: 3px;
    background: url("../images/ico_check_rad.png") no-repeat left top;
	background-size: 32px;
	opacity: 0.8;
	font-family: Arial;
}
input[type="checkbox"]:checked + label::before
{
    background: url("../images/ico_check_rad.png") no-repeat left bottom;
	background-size: 32px;
	opacity: 0.8;
}
input[type="checkbox"] + label:hover::before
{
	opacity: 1;
}
[type="radio"]:not(:checked),
[type="radio"]:checked
{
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label 
{
  position: relative; 
  padding-left: 26px; 
  padding-right: 8px;
  padding-top: 0px;
  cursor: pointer; 
}
input[type="radio"] + label::before
{
    content: '';
    position: absolute;
	left:0; 
	top: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
	border-radius: 3px;
    background: url("../images/ico_check_rad.png") no-repeat -16px top;
	background-size: 32px;
	opacity: 0.7;
}
input[type="radio"]:checked + label::before
{
    background: url("../images/ico_check_rad.png") no-repeat -16px bottom;
	background-size: 32px;
	opacity: 0.7;
}
input[type="radio"] + label:hover::before
{
	opacity: 1;
}
html
{
	height: 0%;
}
body 
{
	width: 100%;
	margin: auto;
	padding: 0;
	height: 100%;
	background: #f2f2f2;
}
p 
{
    margin: 0;
}
img 
{
    border: 0;
}
li 
{
   list-style-type: none;
}
ul
{
   margin: 0;
   padding: 0;
}
h1
{
	clear: both;
	float: left;
	margin: 20px 0 15px 13px;
	font-family: Arial, sans-serif;
	font-size : 1.1em;
}
h3
{
	margin: 0 0 0 0;
	font-family: Arial, sans-serif;
	font-size : 1em;
}
label
{
	float: center;
}
input,
textarea
{
	-webkit-appearance:none;
    -moz-appearance:none;
}

/* ----- BASE STYLE ------  */

#dir_msg
{
	clear: both; 
	float: left; 
	padding: 20px 20px; 
	background: #EEE; 
	border: 4px solid  #f88100; 
	margin: -5px 5px 10px 5px;
}
.tahoma
{
	font-family: Arial, sans-serif;
}
.bold
{
	font-weight: bold;
}
.first_color
{
	color: #FF9900;
}
.second_color
{
	color: #ffffff;
}
.purple
{
	color: #FD2E00;
}
.error
{
	font-family: Arial, sans-serif;
	color: #FD2E00;
	font-size: 0.85em;
}
.p_error
{
	clear: both;
	float: left;
	margin: -20px 0 20px 0;
	font-family: Arial;
	color: #E60004;
	font-size: 0.85em;
}
.txt_info
{
	font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	color: #373737;
}
.p_txt_info
{
	clear: both;
	float: left;
	margin: -20px 0 20px 0;
	font-family: Arial; 
	font-size: 0.8em; 
	color: #373737;
}
.uppercase
{
	text-transform: uppercase;
}
.orange
{
	color: #FF8100;
}
.yellow_color
{
	color: #FBBA1A;
}
.red_color
{
	color: #F54D4D;
}
.flashy_green
{
	color: #62BE0A;
}
.video_span_listing
{
	color: #FA3100;
}

/* ----- COOKIES -----  */

#valid_cookies
{
	position: fixed;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #eee;
	font-size: 0.8em;
	bottom: 0;
	background: #555555;
	padding: 15px 2%;
	width: 96%;
	z-index: 100000;
}

#cookie_accept
{
	color: #555555;
	letter-spacing: 1px;
	background: #FFFFFF;
	padding: 1px 3px;
	text-decoration: none;
	margin-left: 10px;
	font-size: 0.9em;
}
#cookie_infos
{
	color: #FFFFFF;
}

/* ----- TOP HEADER DESIGN -----  */

#background
{
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	z-index: -1;
}
#p_background
{
	height: 280px;
}
@media (max-width: 768px)
{
	#background
	{
		display: none;
	}
	#p_background
	{
		display: none;
	}
}
#top_header
{
	width: 100%;
	height: 65px;
	background: #e00034;
	position: absolute;
	margin-left: 0px;
	z-index: 10;
	position: fixed;
}
@media (min-width: 768px)
{
	#top_header
	{
		position: fixed;
	}
}
#menu_top_header
{
	clear: both;
	float: left;
	width: 100%;
}
@media (min-width: 1024px)
{
	#menu_top_header
	{
		float: none;
		margin: auto;
		width: 950px;
	}
}
#left_top_header
{
	clear: both;
	float: right;
	width: 100%;
	padding: 4px 0 0 0;
	text-align: center;
}
#left_top_header nav
{
	position: absolute;
	text-align: center;
	margin-top: 61px;
	width: 100%;
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #e8e8e8;
	background: #e00034;
}

@media (min-width: 720px)
{
	#left_top_header nav
	{
		width: auto;
		float: left;
		position: relative;
		margin: 0;
		text-align: left;
		border-top: none;
		border-bottom: none;
	}
	#left_top_header
	{
		position: relative;
		width: auto;
		text-align: right;
	}
}
@media (min-width: 720px)
{
	#left_top_header
	{
		padding: 0 11px 0 0;
		line-height: 35px;
	}
}
#right_top_header
{
	padding: 45px 0 0 0;
	text-align: center;
}

#right_top_header
{
	padding: 45px 0 0 0;
	text-align: center;
	display:none;
}

@media (min-width: 720px)
{
	#right_top_header
	{
		float: left;
		width: auto;
		padding: 0 0 0 1%;
		text-align: right;
		line-height: 35px;
		margin: 0;
	}
}
@media (min-width: 768px)
{
	#right_top_header
	{
		display: block;
		float: right;
		width: auto;
		padding: 16px 10% 0px 0;
		text-align: right;
		line-height: 35px;
	}
}
@media (max-width: 768px)
{
	#right_top_header
	{
		display: block;
		float: right;
		width: auto;
		padding: 16px 10% 0px 0;
		text-align: right;
		line-height: 35px;
		display:none;
	}
}

@media (min-width: 1024px)
{
	#right_top_header
	{
		
	}
}
#right_top_flags
{
	position: absolute;
	right: 5px;
	margin-top: -60px;
	text-align: right;
	height: 27px;
	overflow: hidden;
}
@media (min-width: 720px)
{
	#right_top_flags
	{
		margin-top: 60px;
	}
}
@media (min-width: 768px)
{
	#right_top_flags
	{
		float: left;
		right: inherit;
		position: relative;		
		margin: 1px 0 0 0;		
	}
}
#right_top_flags:hover
{
	height: auto;
}
#right_top_flags input
{
	width: 20px;
	border: 1px solid #efefef;
}
#right_top_flags li
{
	float: right;
	clear: both;
	margin: 0 2% 0 2%;
	padding: 9px 6px 3px 6px;
}
.right_top_flags_over li
{
	background: #f4f4f4;
	opacity: 0.9;
}

/* ----- TOP HEADER STYLE -----  */

.li_top_header
{   
	display: inline;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.85em;
}
.li_top_header img
{
	display: none;
}
.li_top_header a,
.li_top_header span
{
	font-family: Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	line-height: 44px;
	letter-spacing: 1px;
	padding: 3px 4px 0 4px;
}
.li_top_header a:hover
{   
	text-decoration: underline;
}
#p_top_header
{   
	font-family: Arial, sans-serif;
	font-size:  0.8em;
	color: #aeaeae;
	diplay:none;
}
#p_top_header span
{
	font-family: Arial, sans-serif;
	color: #aeaeae;
}
@media (min-width: 720px)
{
	#p_top_header
	{   
		font-family: Arial, sans-serif;
		font-size:  0.8em;
		color: #FFFFFF;
	}
	#p_top_header span
	{
		font-family: Arial, sans-serif;
		color: #FFFFFF;
	}
}
.li_top_header_logout
{
	display: none;
}
@media (min-width: 720px)
{
	.li_top_header
	{
		margin: 0;
		border: none;
		width: auto;
		text-align: left;
	}
	.li_top_header a,
	.li_top_header span
	{
		float: left;
		margin: 0;			
		color: #FFFFFF;
		line-height: 30px;
		padding: 17px 13px 18px 14px;
		border-right: 2px solid #fff;
	}
	.li_top_header img
	{
		float: left;
		margin: 0 0 0 0;
	}
	.li_top_header_logout
	{
		display: block;
	}
}

/*  ----- BACKGROUND WESITE -----  */

#background_site_1
{
	margin: auto;
	width: 100%;
	padding: 35px 0 0 0;
	background: #FFFFFF;
	overflow: hidden;
}
@media (min-width: 720px)
{
	#background_site_1
	{
    margin: auto;
    width: 100%;
    padding: 0px 0 0 0;
    max-width: 1135px;

}
	}
}
@media (min-width: 1024px)
{
	#background_site_1
	{
		padding: 1px 0 0 0;
	}
}
#background_site_2
{
	margin: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}
@media (min-width: 1024px)
{
	#background_site_2
	{

margin: 0;
width: 100%;
height: 100%;
background: #FFFFFF;
    background-repeat: repeat;
    background-image: none;
    background-size: auto auto;
background-repeat: repeat;
background-image: none;
background-size: auto auto;
background-repeat: no-repeat;
background-size: 1280px;
	}
}

/*  ----- TOP WEBSITE -----  */

#top_site
{   
    height: auto;
	width: 100%;
}
@media (min-width: 1024px)
{
	#top_site
	{
		width: 950px;
		margin: auto;
	}
}
#top_site_logo
{   
    float: left;
    width: 100%;
    margin: 25px 0 52px 0;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
}
@media (min-width: 1024px)
{
	#top_site
	{
		
		margin: auto;
	}
}
#top_site_logo
{   
    float: left;
    width: 100%;
    margin: 0px 0 52px 0;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
}

@media (min-width: 720px)
{
	#top_site_logo
	{
		margin: 10px 0 0 0;
	}
}
@media (min-width: 768px)
{
	#top_site_logo
	{
		width: 15%;
		margin: 22px 0 15px 1%;
	}
}
@media (min-width: 1024px)
{
	#top_site_logo
	{
		width: 190px;
		margin: 9px 0 14px -4%;
	}
}
@media (min-width: 1140px)
{
	#top_site_logo
	{
		width: 190px;
		margin: 9px 0 14px -10%;
	}
}
#top_site_logo a
{
	display: block;
	overflow: hidden;
}
#top_site_logo p a img
{   
    width: 190px;
    margin-top: 10px;
}
@media (min-width: 768px)
{
	#top_site_logo p a img
	{
		width: 100%;
		margin-top: 0;
	}
}
#top_site_adv
{   
    width: 96%;
	margin: 0 2% 3px 2%;
	text-align: center;
	overflow: hidden;
}
@media (min-width: 768px)
{
	#top_site_adv
	{
		width: 100%;
		margin: 0 auto 15px 0;
	}
}
@media (min-width: 1024px)
{
	#top_site_adv
	{
		
	}
}
#top_site_adv p a img
{   
	width: 100%;
	max-width: 728px;
}

/*  ----- LINKS BAR DESIGN -----  */

#bar_links_backgroud,
#bar_links_backgroud_adm
{   
	float: right;
    width: 100%;
    margin-bottom: 8px;
}
@media (min-width: 768px)
{
	#bar_links_backgroud,
	#bar_links_backgroud_adm
	{
		float: none;
width: auto;
margin: 0;
overflow: hidden;
background: #4C6370;
	}
}
@media (min-width: 900px)
{
	#bar_links_backgroud,
	#bar_links_backgroud_adm
	{
		clear: none;
		width: 70%;
		width: auto;
		margin: 0px -10% 10px -10%;
	}
}
#bar_links
{   
	width: 100%;
}
#bar_links_deposit
{   
	float: left;
    width: 100%;
}
#bar_links_deposit a
{   
	float: left;
    width: 100%;
	height: 35px;
	line-height: 35px;
	background: #FD2E00;
	border-radius: none;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
@media (min-width: 768px)
{
	#bar_links_deposit
	{   
		float: left;
	    width: 45%;
	}
	#bar_links_deposit a
	{
		width: 225px;
	}	
}
@media (min-width: 1024px)
{
	#bar_links_deposit a
	{
		
		border:none;
		height: 37px;
		line-height: 37px;
		font-size: 0.95em;
		margin: 0 5px 0 25px;
	}
}
#bar_links_deposit a:hover
{ 
	background: #d82900;
}

/* ----- LINKS BAR STYLE -----  */
.ul_bar,
.ul_bar_adm
{   
			margin: 40% 0 0 0;

}
@media (min-width: 360px)
{
	.ul_bar
	{
		height: 9%;
		padding-top: 10px;
		padding-left: 0%;
		margin: 18% 0 0 0;
	}
	.ul_bar_adm
	{   
		height: 20px;
		padding-top: 9px;
		padding-left: 1%;
		margin: 5px 0 0 0;
		background: #FD2E00;
	}
}

@media (min-width: 720px)
{
	.ul_bar
	{
		height: 20px;
		padding-top: 10px;
		padding-left: 1%;
		margin: 22px 0 0 0;
	}
	.ul_bar_adm
	{   
		height: 20px;
		padding-top: 9px;
		padding-left: 1%;
		margin: 5px 0 0 0;
		background: #FD2E00;
	}
}
@media (min-width: 768px)
{
	.ul_bar
	{
		height: 20px;
		padding-top: 10px;
		padding-left: 0;
		margin: 75px 0 10px 0;
		position: relative;
        left: 12%;
	}
	.ul_bar_adm
	{   
		height: 20px;
		padding-top: 9px;
		padding-left: 0;
		margin: 10px 0 20px 0;
		background: #FD2E00
	}
}
@media (min-width: 800px)
{
	.ul_bar
	{
		height: 20px;
		padding-top: 10px;
		padding-left: 0;
		margin: 10px 0 10px 0;
		position: relative;
        left: 12%;
	}
	.ul_bar_adm
	{   
		height: 20px;
		padding-top: 9px;
		padding-left: 0;
		margin: 10px 0 20px 0;
		background: #FD2E00
	}
}
@media (min-width: 1024px)
{
	.ul_bar
	{
		height: 20px;
		padding-top: 10px;
		padding-left: 0;
		margin: 10px 0 10px 0;
		position: relative;
        left: 25%;
		width: 60%;
	}
	.ul_bar_adm
	{   
		height: 20px;
		padding-top: 9px;
		padding-left: 0;
		margin: 10px 0 20px 0;
		background: #FD2E00
	}
}
.li_bar
{   
	display: block;
}
@media (min-width: 720px)
{
	.li_bar
	{   
		display: inline;
		padding-left: 0;
		border: none;
	}
}
.li_bar a
{   
	display: block;
	height: 28px;
	font-family: Arial, sans-serif;
	font-size: 0.95em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 13px;
	border-bottom: solid 1px #e8e8e8;
	background: #4C6370;
	text-transform: uppercase;
}
.li_bar a:hover
{ 
	background: #4C6370;
}
@media (min-width: 720px)
{
	.li_bar a
	{
		float: left;
		padding: 0 8px;
		font-size: 0.75em;
		background: none;
		border:none;
		height: auto;
		line-height: normal;
		font-weight: bold;
		padding: 0 11px;
	}
	.ul_bar_adm .li_bar a
	{
		color: #FFF;
		font-weight: normal;
	}
	.ul_bar_adm .li_bar a:hover
	{
		color: #FFF;
		text-decoration: underline;
	}
	.li_bar a:hover
	{   
		color: #fa3100;
		border-radius: 6px;
		background: none;
	}
}
#li_bar_button
{
	display:none;
}
@media (max-width: 720px)
{
	#li_bar_button
	{
		display: block;
		position: absolute;
		right: 10px;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}
	.li_bar
	{
		display: none;
	}
	.ul_bar li.li_bar:nth-child(2)
	{
		display: block;
	}
}































/*  ----- ADS & SHOPS PREMIUM DESIGN -----  */

#menu_ads_shops_premium,
#menu_ads_shops_premium_home,
#menu_ads_shops_similar
{
	clear: both;
	float: left;
	width: 100%;
}
#menu_ads_shops_premium
{
	margin: 10px 0 15px 0;
}
#menu_ads_shops_premium_home
{
	margin: 30px 0 15px 0;
}
@media (min-width: 768px)
{
	#menu_ads_shops_premium,
	#menu_ads_shops_premium_home,
	#menu_ads_shops_similar
	{
		height: 178px;
	}
}
@media (min-width: 1024px)
{
	#menu_ads_shops_premium
	{
	    width: 1024px;
	    margin: 10px 0 0 95px;
	}
	#menu_ads_shops_premium_home
	{
		margin: auto;
	    width: 1024px;
        margin: 30px 0px 0 95px;
	}
	#menu_ads_shops_similar
	{
		width: 100%;
        margin: 10px -13px 0 0;
		box-shadow: 1px 1px 5px 1px #cfcfcf;
	}
}
.menu_ads_shops_similar_title
{
      float: left;
     clear: both;
     font-family: Arial, sans-serif;
     font-size: 0.9em;
     font-weight: bold;
     margin: 15px 0 30px 2%;
     letter-spacing: 1px;
}
@media (min-width: 768px)
{
	.menu_ads_shops_similar_title
	{
	    margin: 30px 0 -3px 2%;
		
	}
}
.background_ads_premium,
.background_shops_premium
{
    float: left;
    width: 96%;
	height: 110px;
	padding: 0 0 0 2%;
}
@media (min-width: 768px)
{
	.background_ads_premium,
	.background_shops_premium
	{
	    width: 18%;
	    height: 177px;		
		margin: 0 0.5% 0 1.2%;
		padding: 0;
		text-align: center;
	}
	.fond_premium_home
	{
		height: 130px;
	}
}
@media (min-width: 1024px)
{
	.background_ads_premium,
	.background_shops_premium
	{
	    width: 181px;
		margin: 0 7px 0 0;
		box-shadow: 1px 1px 5px 1px #cfcfcf;
	}
}

/*  ----- ADS & SHOPS PREMIUM STYLE -----  */

.p_disc_ads
{
	float: left;
	width: 165px;
	padding: 12px 0px 0px 0px;
	text-align: center;	
}
@media (min-width: 768px)
{
	.p_disc_ads
	{
		width: 84%;
		padding: 10px 8% 0 8%;
	}
}
.bloc_photo_premium
{
	float: left;
	text-align: center;
	width: 150px;
}
.bloc_photo_premium a
{
	max-width: 150px;
	text-align: center;
}
.bloc_photo_premium a img
{
	max-height: 100px;
	max-width: 100%;
}
@media (min-width: 768px)
{
	.bloc_photo_premium
	{
		float: none;
		width: auto;
	}
}
.bloc_title_premium
{
	float: left;
	padding: 25px 0 0 20px;
}
.bloc_title_premium p
{
	width: 100%;
}
@media (min-width: 768px)
{
	.bloc_title_premium
	{
		float: none;
		padding: 0;
		text-align: center;
	}
}
.link_title_premium
{
	font-family: Arial, sans-serif; 
	font-size: 0.9em; 
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}
.txt_info_premium
{
	display: block;
	font-family: Arial, sans-serif; 
	font-size: 0.75em; 
	color: #666666;
	margin-top: -2px;
}
.price_premium
{
	display: block;
	font-family: Arial, sans-serif; 
	font-size: 0.85em; 
	color: #e00034;
	margin-top: 2px;
}
.p_no_premium
{
	height: 75px;
	font-family: Arial, sans-serif; 
	font-size: 0.85em;
	font-weight: bold;
	color: #000000;
	padding: 25px 20px 0 20px;
	background: #ffffff;
	margin: auto;
	letter-spacing: 1px;
}
.p_no_premium a
{
	font-weight: normal;
	font-size: 1em;
}
@media (min-width: 768px)
{
	.p_no_premium
	{
		height: 80px;
		max-width: 130px;
		padding: 25px 10px 0 10px;
		padding-top: 20px;
	}
}
.link_more_premium
{
	font-family: Arial, sans-serif; 
	font-size: 0.9em;
	color: #FD2E00;
	text-decoration: none;
	display: block;
	margin-top: 10px;
}
.link_more_premium:hover
{
	text-decoration: underline;
}
.button_maj_premium
{
	float: left;
	width: 28%;
	height: 23px;
	background: #77777;
	border: none;
	font-family: Arial, sans-serif;
	font-weight: 0.8em;
	color: #444444;
	cursor: pointer;
	margin: 30px 0 0 3%;
}
@media (min-width: 768px)
{
	.button_maj_premium
	{
		float: none;
		width: 80%;
		height: 23px;
		margin: 0;
	}
}

/*  ----- INFO BAR DESIGN -----  */

.bar_info
{   
	clear: both;
	float: left;
	margin: auto;
    width: 99%;
	margin: 10px 0 0 1%;
}
.bar_info_home
{
	width: 97%;
	margin: 10px 1.5% 0 0;
}
@media (min-width: 768px)
{
	.bar_info_home
	{
		position: absolute;
		margin: 10px 0 0 0;
	}
}
@media (min-width: 1024px)
{
	.bar_info
	{ 
		width: 950px;
	}
	.bar_info_home
	{
		margin: 0 0 0 25px;
	}
}
.bloc_networks
{
	margin-left: 5px;
	margin-bottom: 7px;
	text-align: center;
	overflow: hidden;
}
.bloc_networks_top
{
	width: auto;
	margin: auto;
	padding-top: 4px;
	display:none;
}
@media (min-width: 360px)
{
	.bloc_networks_top
	{
		float:left;
		padding: 5px 15px 0 0;
		display: none;
	}
	.bloc_networks
	{		
     display: none;
	}
}
@media (min-width: 720px)
{
	.bloc_networks_top
	{
		float:left;
		padding: 5px 15px 0 0;
		display: none;
	}
	.bloc_networks
	{		
     display: none;
	}
}
@media (min-width: 1024px)
{
	.bloc_networks
	{ 
		display: none;
	}
}
#bloc_info_right,
#bloc_info_right_home,
#bloc_info_right_page
{
   float: left;
   width: 99%;
   margin: 6px 0 0 1%;
}
@media (min-width: 768px)
{
	#bloc_info_right,
	#bloc_info_right_home,
	#bloc_info_right_page
	{ 
		float: right;
		width: auto;
		margin: 0 1% 0 0;
	}
	#bloc_info_right p,
	#bloc_info_right_page p
	{
		margin: 0;
		line-height: 37px;
	}
	#bloc_info_right_page
	{
		margin-top: -10px;
	}
}
@media (min-width: 1024px)
{
	#bloc_info_right,
	#bloc_info_right_home,
	#bloc_info_right_page
	{ 
		margin: 0 1px 0 0;
	}
	#bloc_info_right
	{
		margin: 0 25px 0 0;
	}
	#bloc_info_right_page
	{
		margin-top: -10px;
	}
}
#bloc_info_right p,
#bloc_info_right_page p
{   
   float: left;
}
,
#bloc_info_right_home p
{
	float: right;
}
#body_info_ads
{   
	clear: both;
	float: left;
    width: 98%;
	padding: 5px 0;
	margin-left: 10px;
}
@media (min-width: 768px)
{
	#body_info_ads
	{
		height: 25px;
		overflow: hidden;
		margin-left: 10px;
	}	
}
@media (min-width: 1024px)
{
	#body_info_ads
	{   
		float: none;
		margin-left: 25px;
		width: 920px;
	}
}

/*  ----- INFO BAR STYLE -----  */

.p_bar_info_left					
{
	font-family: Arial, sans-serif; 
	color: #490976;
}
.p_bar_info_left a
{
	display: block;
    float: left;
    width: 27%;
    height: 45px;
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 0;
    color: #000;
    background: #FAFA9;
    border-bottom: none;
    box-sizing: border-box;
    border-bottom: 20px solid #E3002E;
    border-radius: 9px;
}
.p_bar_info_left a:hover
{
		display: block;
    float: left;
    width: 27%;
    height: 45px;
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 0;
    color: #fff;
    background: #E3002E;
    border-bottom: none;
    box-sizing: border-box;
    border-bottom: 20px solid #E3002E;
    border-radius: 9px;
}
.p_barre_info_right
{	
	float: none;
	clear: both;
	padding-top: 4px;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: #414141;
	text-align: right;
}
@media (min-width: 768px)
{
	.p_barre_info_right
	{
		float: right;
		clear: none;
		margin-left: 20px;
	}	
}
.bar_info_home .p_barre_info_right
{
	clear: both;
	margin-left: 0;
}
.p_barre_info_right_span
{
	display: block;
	line-height: 23px;
	padding-right: 27px;
	background: url("../images/bt_selection.png") no-repeat right center;
	background-size: 21px 13px;
}
.p_barre_info_right	a
{
	font-family: Arial, sans-serif; 
	color: #414141;
	line-height: 23px;
	text-decoration: none;
	margin-right: 0;
}
.p_barre_info_right	a:hover				
{
	text-decoration: underline;
}
.bt_alert
{
	float: right;
	display: block;
	height: 23px;
	line-height: 23px;
	background: url("../images/bt_alert.png") no-repeat right center;
	background-size: 21px 13px;
	font-family: Arial, sans-serif; 
	font-size: 0.8em; 
	color: #414141;
	text-decoration: none;
	padding: 4px 27px 0 0;
	margin-right: 10px;
}
.bt_alert:hover
{
	text-decoration: underline;
}
.bt_selection
{
	float: left;
	display: block;
	width: 183px;
	height: 17px;
	background: url("../images/bt_selection.png") no-repeat;
	background-size: 183px 21px;
	font-family: Tahoma, sans-serif; 
	font-size: 0.7em; 
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 0px 0 10px;
}
.txt_info_nb_ads
{
	font-family: Arial, sans-serif; 
	font-size: 0.7em; 
	color: #595959;
	display: none;
}
.link_info_ads_sel
{
display: block;
float: left;
width: 27%;
height: 50px;
padding-top: 10px;
overflow: hidden;
text-align: center;
font-family: Arial, sans-serif;
font-size: 0.8em;
text-decoration: none;
font-weight: bold;
padding: 10px 0;
color: #fff;
background: #E3002E;
border-bottom: none;
box-sizing: border-box;
border-bottom: 20px solid #E3002E;
border-radius: 9px;
}
.link_info_ads
{
display: block;
float: left;
width: 27%;
height: 50px;
padding-top: 10px;
overflow: hidden;
text-align: center;
font-family: Arial, sans-serif;
font-size: 0.8em;
text-decoration: none;
font-weight: bold;
padding: 10px 0;
color: #E3002E;
background: #FAFAF6;
border-bottom: none;
box-sizing: border-box;
border-bottom: 20px solid #E3002E;
border-radius: 9px;
}
.link_info_ads:hover
{
display: block;
float: left;
width: 27%;
height: 50px;
padding-top: 10px;
overflow: hidden;
text-align: center;
font-family: Arial, sans-serif;
font-size: 0.8em;
text-decoration: none;
font-weight: bold;
padding: 10px 0;
color: #fff;
background: #E3002E;
border-bottom: none;
box-sizing: border-box;
border-bottom: 20px solid #E3002E;
border-radius: 9px;
}


/*  ----- FRAMEWORK CENTER -----  */

.bloc_center
{
	clear: both;
	float: left;
	width: 100%;
}
@media (min-width: 1024px)
{
	.bloc_center
	{
		float: none;
		margin: auto;
		width: 95%;
	}
}
.bloc_center_home
{
	clear: none;
	float: left;
	width: 94%;
	margin: 10px 0 0 3%;
	position: relative;
	z-index: 5;
}
.middle_bloc_center
{
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}
@media (min-width: 890px)
{
	.bloc_center_home
	{
		width: 54%;
		margin-left: 25px;
	}
}
@media (min-width: 1024px)
{
	.bloc_center_home
	{
		
	}
	.middle_bloc_center
	{
		float: left;
		width: 100%;
	}
}

/*  ----- SEARCH DESIGN -----  */

#body_search_index
{   
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
}
@media (min-width: 768px)
{
	#body_search_index
	{   
		width: 100%;
	}
}
@media (min-width: 1024px)
{
	#body_search_index
	{   
		width: 540px;
	}
}
#menu_search_index
{
	float: left;
	width: 100%;
	background: linear-gradient(#FCFCFC, #EEEEEE);
	border: solid 1px #E4E4E4;
	padding-top: 15px;
	margin-bottom: 10px;
	border-radius: 6px;
}
#body_search
{   
	float: right;
	width: 100%;
	margin: 10px 0 0 0;
}
#body_search_shop
{   
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}
@media (min-width: 768px)
{
	#body_search
	{   
		width: 26%;
		margin: 35px 1% 0 1%;
	}
	#body_search_shop
	{   
		width: 24%;
		margin: 35px 0 0 2%;
	}
}
@media (min-width: 1024px)
{
	#body_search
	{   
		width: 218px;
		margin: 35px 0 0 10px;
	}
	#body_search_shop
	{   
		width: 218px;
		margin: 35px 0 0 0;
	}
}
#menu_search
{
	float: left;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 1px 1px 5px 1px #cfcfcf;
	padding-top: 15px;
	margin-top: 8px;
}
#body_search_shop #menu_search
{
	margin-bottom: 15px;
}
@media (min-width: 768px)
{
	#body_search_shop #menu_search
	{
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 10px;
		border-radius: 6px;
	}
	#menu_search
	{
		margin-top: 0;
	}
}
@media (min-width: 1024px)
{
	#menu_search
	{
		width: 1135px;
		padding-right: 0;
	}	
}
#get_options
{
	clear: both;
	overflow: hidden;
}
.get_options_p
{
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
.menu_search_inv
{
	float: left;
	width: 100%;
	border: 1px solid #e7e7e7;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: none;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 768px)
{
	.menu_search_inv
	{
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.get_options_p
	{
		width: 18.8%;
		margin: 0 0 0 1%;
	}
}
@media (min-width: 1024px)
{
	.menu_search_inv
	{
		padding-right: 0;
	}
}
.title_checkbox
{
	clear: both;
	float: left;
	margin: 4px 0 8px 5%;
}
#left_checkbox_search
{
	clear: both;
	float: left;
	margin: 4px 0 0 5%;
}
@media (min-width: 768px)
{
	.title_checkbox
	{
		margin: 4px 0 8px 2%;
	}
	#left_checkbox_search
	{
		margin: 4px 0 0 2%;
	}
}
#body_search_index #left_checkbox_search
{
	clear: both;
	margin: 12px 0 0 5%;
}
.form_home_check
{
	float: left;
	margin: 3px 13px 4px 0;
	font-size: 1em;
}
#right_checkbox_search
{
	float: left;
	width: 90px;
	margin: 12px 0 0 0;
}
#submit_recherche
{
	clear: both;
	float: left;
	margin: 13px 0 5px 17px;
}
#cal_search_wrap
{
	display: none;
}

/*  ----- SEARCH STYLE -----  */



.input_search					
{
	float: left;
margin: 0 0 10px 1%;
height: 60px;
border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
width: 90%;
padding: 0 8px 0 8px;
font-size: 14px;
font-family: 'Open Sans',sans-serif !important;
border-radius: 0;
transition: box-shadow 100ms;
-moz-transition: box-shadow 100ms;
-o-transition: box-shadow 100ms;
-webkit-transition: box-shadow 100ms;
border-bottom: 2px solid #bd0000;
background: #f2f2f299;
}

.input_search:hover 				
{
	float: left;
margin: 0 0 10px 1%;
height: 60px;
border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
width: 90%;
padding: 0 8px 0 8px;
font-size: 14px;
font-family: 'Open Sans',sans-serif !important;
border-radius: 0;
transition: box-shadow 100ms;
-moz-transition: box-shadow 100ms;
-o-transition: box-shadow 100ms;
-webkit-transition: box-shadow 100ms;
border-bottom: 2px solid #bd0000;
background: #f2f2f299;
box-shadow: inset 0 2px 2px #fff,0 0 5px rgba(255, 0, 0, 0.31);
}


.input_search2					
{
	float: left;
margin: 0 0 10px 1%;
height: 60px;
border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
width: 90%;
padding: 0 8px 0 8px;
font-size: 14px;
font-family: 'Open Sans',sans-serif !important;
border-radius: 0;
transition: box-shadow 100ms;
-moz-transition: box-shadow 100ms;
-o-transition: box-shadow 100ms;
-webkit-transition: box-shadow 100ms;
border-bottom: 2px solid #bd0000;
background: #f2f2f299;
}

.input_search2:hover				
{
	float: left;
margin: 0 0 10px 1%;
height: 60px;
border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
width: 90%;
padding: 0 8px 0 8px;
font-size: 14px;
font-family: 'Open Sans',sans-serif !important;
border-radius: 0;
transition: box-shadow 100ms;
-moz-transition: box-shadow 100ms;
-o-transition: box-shadow 100ms;
-webkit-transition: box-shadow 100ms;
border-bottom: 2px solid #bd0000;
background: #f2f2f299;
box-shadow: inset 0 2px 2px #fff,0 0 5px rgba(255, 0, 0, 0.31);
}


.select_search
{
	float: left;
margin: 0 0 10px 1%;
height: 62px;
border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
width: 56%;
padding: 0 8px 0 8px;
font-size: 14px;
font-family: 'Open Sans',sans-serif !important;
border-radius: 0;
transition: box-shadow 100ms;
-moz-transition: box-shadow 100ms;
-o-transition: box-shadow 100ms;
-webkit-transition: box-shadow 100ms;
border-bottom: 2px solid #bd0000;
background: #f2f2f299;
}

.select_search:hover
{
	float: left;
margin: 0 0 10px 1%;
height: 62px;
border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
width: 56%;
padding: 0 8px 0 8px;
font-size: 14px;
font-family: 'Open Sans',sans-serif !important;
border-radius: 0;
transition: box-shadow 100ms;
-moz-transition: box-shadow 100ms;
-o-transition: box-shadow 100ms;
-webkit-transition: box-shadow 100ms;
border-bottom: 2px solid #bd0000;
background: #f2f2f299;
box-shadow: inset 0 2px 2px #fff,0 0 5px rgba(255, 0, 0, 0.31);
}

#body_search_shop .input_search
{
	width: 92%;
}


@media (min-width: 768px)
{
	.input_search
	{
		width: 90%;
	}
	#menu_search .input_search
	{
		float: left;
		width: 54.5%;
		margin: 0 0 10px 1%;
	}
		#menu_search .input_search2
	{
		float: left;
		width: 8%;
		margin: 0 0 10px 1%;
	}
	#menu_search .select_search
	{
		float: left;
		width: 14.7%;
		margin: 0 0 10px 1%;
	}
	#body_search_shop .input_search
	{
		width: 90%;
		margin: 0 0 10px 3%;
	}
	#body_search_shop .select_search
	{
		width: 94%;
		margin: 0 0 10px 3%;
	}
	#get_options .select_search
	{
		width: 100%;
		margin: 0 0 10px 0;
	}
}
.button_search
{
	clear: both;
	float: left;
	width: 100%;
	height: 37px;
	background: #FA3100;
	border: none;
	border-radius: none;
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	letter-spacing: 1px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 40px 0 0 0;
}
.button_search:hover
{
	background: #e00034;
}
#menu_search .button_search
{
	font-size: 1.1em;
	height: 30px;
	margin: 20px 0 0 0;
}
@media (min-width: 768px)
{
	#body_search_shop .button_search
	{
		border-radius: 0;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}
}
@media (min-width: 1024px)
{
	#menu_search .button_search
	{
		clear: none;
		float: right;
		font-size: 0.85em;
		width: 100%;
		height: 42px;
		
	}
	#body_search_shop .button_search
	{
		width: 100%;
		margin: 10px 0 0 0;
	}
}
.background_select_cat			
{
	color: #FFFFFF;
	background-color: #FD2E00;
}
.p_checkbox_search
{
	float: left;
	padding: 0 0 7px 0;
	font-family: Tahoma, sans-serif; 
	font-size: 1em;
	color: #4C4C4C;
	margin-right: 10px;
}
.p_search_only
{
	display: block;
	float: left;
	padding: 3px 0 3px 0;
	font-family: Arial, sans-serif; 
	font-size: 0.75em;
	color: #5C5C5C;
	font-weight: bold;
}
.p_dashboard_inv
{
	width: 100%;
	text-align: center;
	padding-bottom: 2px;
}
@media (min-width: 1024px)
{
	.p_dashboard_inv
	{
		width: 208px;
	}
}
.p_dashboard_inv a
{
	font-family: Arial, sans-serif; 
	font-size: 0.8em;
	color: #4C4C4C;
	font-weight: bold;
	text-decoration: none;
}
.p_dashboard_inv a:hover
{
	text-decoration: underline;
}
.p_pack_rest
{
	width: 100%;
	font-family: Arial, sans-serif; 
	font-size: 0.8em;
	color: #4C4C4C;
	text-align: center;
	padding-bottom: 2px;
}
@media (min-width: 1024px)
{
	.p_pack_rest
	{
		width: 208px;
	}
}
.p_acc_credit
{
	width: 100%;
	float: left;
	font-family: Tahoma, sans-serif; 
	font-size: 0.8em;
	color: #5C5C5C;
	text-align: center;
	padding-bottom: 0;
}
@media (min-width: 768px)
{
	.p_acc_credit
	{
		padding-bottom: 0;
	}
}
@media (min-width: 1024px)
{
	.p_acc_credit
	{
		width: 208px;
	}
}

/*  ----- LINKS CATEGORIES DESIGN -----  */

#bloc_categories_1,
#bloc_categories_1_home
{
	display: none;
	margin-top: 40px;
}
@media (min-width: 768px)
{
	#bloc_categories_1
	{
		display: block;
		clear: both;
		float: left;
		width: 97%;
		overflow: hidden;
		position: relative;
		z-index: 5;
		margin-left: 1.5%;
	}
	#bloc_categories_1_home
	{
		display: block;
		clear: none;
		float: right;
		position: relative;
		z-index: 5;
		margin: 10px 25px 0 0;		
		overflow: hidden;
	}
}
@media (max-width: 890px)
{
	#bloc_categories_1_home
	{
		display: none;
	}
}
@media (min-width: 1024px)
{
	#bloc_categories_1	
	{
		float: left;
		margin: 30px 0 0 25px;
		width: 950px;
	}
	#bloc_categories_1_home
	{
		margin: 10px 25px 0 0;
	}
}
#bloc_categories_2,
#bloc_categories_2_home
{
	float: left;
	width: 100%;
	margin: 5px 0 15px 0;
	overflow: hidden;
}
@media (min-width: 768px)
{
	#bloc_categories_2_home
	{
		float: none;
		width: 100%;
		margin-left: 0;
		height: 485px;
	}
}
@media (min-width: 1024px)
{
	#bloc_categories_2
	{
		float: none;
		width: 950px;
		margin-left: 0;
	}
	#bloc_categories_2_home
	{

	}
}
#bloc_cat_more
{
	display: block;
	float: right;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 0.85em;
	background: #F1F1F1;
	color: #666666;
	line-height: 31px;
	width: 80%;
	padding-right: 5%;
	margin-top: 0;
	text-decoration: none;
}

/*  ----- LINKS CATEGORIES STYLE -----  */

.li_title_categories
{
	display: block;
	width: 160px;
	height: 18px;
	font-family : Arial;
	font-size : 0.9em;
	color: #FD2E00;
	font-weight: bold;
	padding: 4px 0 0 0;
	margin: 0 12px 3px 0;
}
.li_title_categories_2
{
	display: block;
	width: 160px;
	height: 18px;
	font-family : Arial;
	font-size : 0.9em;
	color: #FD2E00;
	font-weight: bold;
	padding: 4px 0 0 0;
	margin: 0 0 3px 0;
}
.ul_categories
{
	float: left;
	padding-top: 5px;
	width: 25%;
}
@media (min-width: 768px)
{
	.ul_categories
	{
		width: 18%;
		margin-left: 1.5%;
	}		
}
@media (min-width: 768px)
{
	#bloc_categories_1_home	.ul_categories
	{
		clear: both;
		width: 100%;
		padding-right: 0;
	}
}
.li_categories
{   
	padding-left: 2px;
}
.li_categories a
{   
	font-family: Arial, sans-serif;
	font-size: 0.85em;
	color: #777777;
	text-decoration: none;
}
.li_categories a:hover
{   
	text-decoration: underline;
}
#bloc_categories_2_home .ul_categories
{
	float: right;
}
#bloc_categories_2_home .li_categories
{
	text-align: right;
	line-height: 18px;
}
#bloc_categories_2_home .li_categories a
{
	margin-left: 0;
}
#bloc_categories_2_home .li_title_categories,
#bloc_categories_2_home .li_title_categories_2
{
	text-align: right;
	padding: 0;
	margin: 0;	
}

/*  ----- FOOTER DESIGN -----  */

#bloc_footer_1
{   
	clear: both;
	margin: auto;
    width: 100%;
	overflow: hidden;
}
#bloc_footer_2
{   
	float: left;
    width: 100%;
	margin: 20px 0 0 0;
}
#left_footer
{   
	float: left;
	width: 100%;
	background: #FA3100;
	text-align: center;
}
#right_footer
{   
	float: left;
	width: 100%;
	background: #0C0C0C;
	text-align: center;
}
@media (min-width: 768px)
{
	#left_footer,
	#right_footer
	{
		width: 100%;
		height: 37px;
	}
}

/*  ----- FOOTER STYLE -----  */

#p_footer_left				
{
	font-family: Arial, sans-serif; 
	font-size: 0.8em;
	color: #FFFFFF;
	letter-spacing: 1px;
}
#p_footer_left a		
{ 
	color: #FFFFFF;
	text-decoration: none;
	line-height: 37px;
}
#p_footer_left a:hover	
{
	text-decoration: underline;
}
#p_footer_right			
{
	font-family: Arial, sans-serif; 
	font-size: 0.8em;
	color: #FFFFFF;
}
#p_footer_right a
{   
	color: #FFFFFF;
	text-decoration: none;
	line-height: 37px;
	letter-spacing: 1px;
}
#p_footer_right a:hover
{   
	text-decoration: underline;
}

/*  ----- PAGE TEXT -----  */

.p_center
{
	padding: 15px 10px 15px 10px;
}
@media (min-width: 1024px)
{
	.p_center
	{
		padding: 15px 0 15px 0;
	}
}

/*  ----- LISTING ADS DESIGN -----  */

#body_listing
{   
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}
@media (min-width: 768px)
{
	#body_listing
	{   
		width: 70.5%;
		margin: 0 1.5% 0 0;
	}
}
@media (min-width: 1024px)
{
	#body_listing
	{   
		width: 100%;
		margin: 0 15px 0 0;
	}
}
.bloc_pagination
{
	float: left;
	width: 98.5%;
	padding: 0 0 10px 1.5%;
}
@media (min-width: 768px)
{
	.bloc_pagination
	{
		width: 98.5%;
		padding: 0 0 10px 1.5%;
	}
}
@media (min-width: 1024px)
{
	.bloc_pagination
	{
		width: 736px;
		padding: 5px 0 10px 0;
	}
}
.bloc_pagination_bottom
{
	margin-top: 13px;
}
.bloc_right_manag
{
	clear: both;
	float: right; 
	height: 17px;
	margin-bottom: 1px;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 3px 0 3px 3px;
	background: #f5f5f5;
}
@media (min-width: 510px)
{
	.bloc_right_manag
	{
		margin-right: 7px;
	}
}
@media (min-width: 768px)
{
	.bloc_right_manag
	{
		margin-right: 0px;
	}
}
.bloc_left_manag
{
	float: right; 
	margin-bottom: 1px;
}
.ico_manag
{
	display: block;
	float: left;
	height: 25px;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	margin: 0 5px 0 2px;
	padding: 0 8px 0 8px;
	opacity: 0.7;
	cursor: pointer;
	font-family: Tahoma, sans-serif; 
	font-size: 0.7em;
	color: #4b4b4b;
}
.ico_manag:hover
{
	opacity: 1;
}
.background_ads_listing_1
{   
	clear: both;
    width: 100%;
	height: 190px;
	background: #FFFFFF;
	border-bottom: 10px solid #ababab;
    box-shadow: 1px 1px 5px 1px #eaeaea;
	
}
@media (min-width: 768px)
{
	.background_ads_listing_1
	{
		width: 100%;
	}
}
@media (min-width: 1024px)
{
	.background_ads_listing_1
	{
		width: 785px;
	}
}
.bloc_link_listing_1
{
    display: block;
	width: 100%;
	height: 190px;
    font-family: Arial, sans-serif; 
	font-size: 0.8em; 
    color: #e00034;
    text-decoration: none;
	font-weight: bold;
	position: relative;
}
a.bloc_link_listing_1:hover
{
    width: 100%;
    color: #606060;
	background: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px 1px #cfcfcf;
	-webkit-box-shadow: 1px 1px 5px 1px #cfcfcf;
	-o-box-shadow: 1px 1px 5px 1px #cfcfcf;
	box-shadow: 1px 1px 5px 1px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=5);
	position: relative;
}
a.bloc_link_listing_1:visited
{ 
    color: #c92600;
}
.background_ads_listing_2
{   
	clear: both;
    width: 100%;
	height: 145px;
	background: #F1F1F1;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
@media (min-width: 768px)
{
	.background_ads_listing_2
	{
		width: 100%;
	}
}
@media (min-width: 1024px)
{
	.background_ads_listing_2
	{
		width: 703px;
	}
}
.bloc_link_listing_2
{
    display: block;
	width: 100%;
	height: 145px;
    font-family: Arial, sans-serif; 
	font-size: 0.8em; 
    color: #FD2E00;
    text-decoration: none;
	font-weight: bold;
	position: relative;
}
a.bloc_link_listing_2:hover
{ 
    width: 100%;
    color: #606060;
	background: #ececec;
	-moz-box-shadow: 1px 1px 5px 1px #cfcfcf;
	-webkit-box-shadow: 1px 1px 5px 1px #cfcfcf;
	-o-box-shadow: 1px 1px 5px 1px #cfcfcf;
	box-shadow: 1px 1px 5px 1px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=5);
	position: relative;
}
a.bloc_link_listing_2:visited
{ 
    color: #c92600;
}
.p_title_listing
{
	padding: 10px 0 0 22em;
}
.bloc_address_listing
{
	position: absolute;
	margin: 7px 0 0 22em;
}
@media (min-width: 510px)
{
	.bloc_logo_urgent
	{
		margin: -17px 0 0 75%;
		-ms-transform: none; 
		-webkit-transform: none;
		transform: none;
	}
}
@media (min-width: 768px)
{
	.bloc_logo_urgent
	{
		margin: 45px 0 0 64%;
	}
}
@media (min-width: 1024px)
{
	.bloc_logo_urgent
	{
		margin: 77px 0 0 200px;
	}
}
.logo_urgent
{
	width: 83px;
	height: 23px;
	line-height: 23px;
	background: url("../../template/images/logo_urgent.png") no-repeat;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	padding: 0 5px 0 0;
	text-align: right;
	letter-spacing: 1px;
	padding-left: 4px;
}
.bloc_categorie_listing
{
	display: inherit;
	position: absolute;
	margin: 62px 0 0 153px;

}
@media (min-width: 510px)
{
	.bloc_categorie_listing
	{
		margin: 62px 0 0 200px;
	}
}
@media (min-width: 1024px)
{
	.bloc_categorie_listing
	{
		margin: 60px 0 0 281px;
	}
}
.bloc_photo_listing
{
    position: absolute;
    width: 35%;
    text-align: center;
	margin: -26px -7px 0 2px;
}

.bloc_photo_listing img
{
	width: auto;
max-width: 100%;
height: 190px;
float: left;
}
@media (max-width: 768px)
{
	.bloc_photo_listing
	{
		margin: -15px 0 0 10px;
		width: 179px;
	}
	.bloc_photo_listing img
	{
		max-width: 179px;
		max-height: 133px;
	}
}

.bloc_date_listing
{
	width: 20%;
	margin: 20px 0 0 75%;
	text-align: center;
}
@media (min-width: 768px)
{
	.bloc_date_listing
	{
		margin: 20px 0 0 80%;
	}
}
@media (min-width: 1024px)
{
	.bloc_date_listing
	{
		width: 128px;
		margin: 20px 0 0 580px;
	}
}
@media (max-width: 610px)
{
	.p_title_listing
	{
		height: 17px;
		padding: 10px 0 0 17em;
		overflow: hidden;
	}
	.bloc_address_listing
	{
		margin: 0 0 0 17em;
	}
	.bloc_date_listing
	{
		display: none;
	}	
}
.check_all_ads
{
	position: absolute;
	margin-top: -17px;
	margin-left: 92%;
}
@media (min-width: 510px)
{
	.check_all_ads
	{
		margin-top: -34px;
		margin-left: 95%;
	}
}
@media (min-width: 768px)
{
	.check_all_ads
	{
		margin-top: -34px;
		margin-left: 95%;
	}
}
@media (min-width: 1024px)
{
	.check_all_ads
	{
		margin-top: -34px;
		margin-left: 676px;
	}
}
.icon_listing_sel
{
	display: block;
	position: relative;
	float: right;
	background: url("../images/heart_selection.png") no-repeat center top;
	background-size: 25px 43px;
	width: 28px;
	height: 21px;
	margin: 10px 10px 0 0;
	z-index: 1;
}
.icon_listing_sel_selected
{
	display: block;
	background: url("../images/heart_selection.png") no-repeat center bottom;
	background-size: 25px 40px;
	width: 28px;
	height: 21px;
}

/*  ----- LISTING ADS STYLE -----  */

_pagination
{
	display: block;
	float: left;
	margin-right: 4px;
	font-family: Tahoma, sans-serif;
    font-size : 0.75em;
    color: #777777;
    text-decoration: none;
    background: #fbfbfb;
    margin-bottom: 4px;
}
.link_pagination_sel
{
	display: block;
	float: left;
	margin-right: 4px;
	font-family: Tahoma, sans-serif;
    font-size : 0.75em;
    color: #ffffff;
    text-decoration: none;
	font-weight: bold;
	background: #e00034;
	margin-bottom: 4px;
}
.link_pagination_sel:hover
{
	display: block;
	float: left;
	margin-right: 4px;
	font-family: Tahoma, sans-serif;
    font-size : 0.75em;
    color: #E3002E;
    text-decoration: none;
	font-weight: bold;
	background: #FAFAF6;
	margin-bottom: 4px;
}
.link_display
{
	display: block;
float: left;
margin-right: 4px;
font-family: Tahoma, sans-serif;
font-size: 0.75em;
color: #ffffff;
text-decoration: none;
font-weight: bold;
background: #e00034;
}
.link_pagination
{
 display: block;
float: left;
margin-right: 4px;
font-family: Tahoma, sans-serif;
font-size: 0.75em;
color: #777777;
text-decoration: none;
font-weight: bold;
background: #f9f9f9;
}
.link_pagination:hover
{
 display: block;
float: left;
margin-right: 4px;
font-family: Tahoma, sans-serif;
font-size: 0.75em;
color: #ffffff;
text-decoration: none;
font-weight: bold;
background: #e00034;
}
@media (min-width: 768px)
{
	.link_display
	{
		margin-right: 0;
	}
}
.link_pagination,
.link_pagination_sel,
.link_display
{
padding: 9px;
margin-right: 5px;
border-radius: 4px;
}
.link_pagination:hover,
.link_pagination_sel:hover,
.link_display:hover
{
	text-decoration: none;
}
.p_address_listing
{
	padding-top: 5px;
	font-family: Tahoma, sans-serif;
	font-size : 0.9em;
	color: #4A4A4A;
	font-weight: normal;
}
.p_price_listing
{
	padding-top: 72%;
	font-family: Tahoma, sans-serif;
	font-size : 1.1em;
	color: #4A4A4A;
	font-weight: normal;
}
.p_categorie_listing
{
	font-family: Tahoma, sans-serif;
    font-size : 0.9em;
	color: #4A4A4A;
	font-weight: normal;
}
@media (max-width: 760px)
{
	.p_categorie_listing
{
	display:none;
}	
}
@media (min-width: 768px)
{
	.p_categorie_listing
	{
		width: 150px;
	}	
}
@media (min-width: 1024px)
{
	.p_categorie_listing
	{
		width: auto;
	}
}
.p_date_listing
{
    font-family: Tahoma, sans-serif;
    font-size : 0.9em;
	color: #5B5B5B;
	font-weight: normal;
}
.p_date_listing span
{
   	width: 75px;
    clear: both;
    float: right;
    background: #b4b4b4;
    border-radius: 3px;
    line-height: 27px;
    padding: 0 6px 0 6px;
    margin: 20px 0 3px 0;
    font-family : Arial;
    font-size : 1em;
	color: #f5f5f5;
	font-weight: normal;
}
@media (min-width: 768px)
{
	.p_date_listing span
	{
		margin: 20px 13% 3px 0;
	}
}
.button_maj_listing
{
	float: left;
	width: 28%;
	height: 23px;
	background: #77777;
	border: none;
	font-family: Arial, sans-serif;
	font-weight: 0.8em;
	color: #444444;
	cursor: pointer;
	margin: 0 0 0 3%;
}

/*  ----- LISTING SHOPS DESIGN -----  */

.background_shops_listing_1
{   
	clear: both;
    width: 100%;
	height: 145px;
	background: #FFFFFF;
	border-top: 1px solid #E4E4E4;
}
@media (min-width: 768px)
{
	.background_shops_listing_1
	{
		width: 100%;
	}
}
@media (min-width: 1024px)
{
	.background_shops_listing_1
	{
		width: 703px;
	}
}
.bloc_link_listing_3
{
	display: block;
	width: 100%;
	height: 145px;
	font-family: Arial, sans-serif; 
	font-size: 0.8em; 
    color: #FD2E00;
    text-decoration: none;
	font-weight: bold;
	position: relative;
}
a.bloc_link_listing_3:hover
{ 
    width: 100%;
    color: #606060;
	background: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px 1px #cfcfcf;
	-webkit-box-shadow: 1px 1px 5px 1px #cfcfcf;
	-o-box-shadow: 1px 1px 5px 1px #cfcfcf;
	box-shadow: 1px 1px 5px 1px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=5);
	position: relative;
}
a.bloc_link_listing_3:visited
{ 
    color: #c92600;
}
.background_shops_listing_2
{   
	clear: both;
    width: 100%;
	height: 145px;
	background: #F1F1F1;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
@media (min-width: 768px)
{
	.background_shops_listing_2
	{
		width: 100%;
	}
}
@media (min-width: 1024px)
{
	.background_shops_listing_2
	{
		width: 703px;
	}
}
.bloc_link_listing_4
{
	display: block;
	width: 100%;
	height: 145px;
	font-family: Arial, sans-serif; 
	font-size: 0.8em; 
    color: #FD2E00;
    text-decoration: none;
	font-weight: bold;
	position: relative;
}
a.bloc_link_listing_4:hover
{ 
    width: 100%;
    color: #606060;
	background: #ececec;
	-moz-box-shadow: 1px 1px 5px 1px #cfcfcf;
	-webkit-box-shadow: 1px 1px 5px 1px #cfcfcf;
	-o-box-shadow: 1px 1px 5px 1px #cfcfcf;
	box-shadow: 1px 1px 5px 1px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=5);
	position: relative;
}
a.bloc_link_listing_4:visited
{ 
    color: #c92600;
}
.bloc_title_listing_shop 
{
	position: absolute;
	margin: 5px 0 0 160px;
}
@media (min-width: 510px)
{
	.bloc_title_listing_shop
	{
		margin: 20px 0 0 210px;
	}
}
.bloc_region_listing_shop
{
	position: absolute;
	margin: 65px 0 0 160px;
}
@media (min-width: 510px)
{
	.bloc_region_listing_shop
	{
		margin: 20px 0 0 390px;
	}
}
@media (min-width: 1024px)
{
	.bloc_region_listing_shop
	{
		margin: 25px 0 0 480px;
	}
}
.bloc_photo_listing_shop
{
    position: absolute;
	margin: -15px 0 0 12px;
	width: 123px;
	text-align: center;
}
.bloc_photo_listing_shop img
{
	max-width: 129px;
	max-height: 90px;
}
@media (min-width: 510px)
{
	.bloc_photo_listing_shop
	{
		width: 179px;
	}
	.bloc_photo_listing_shop img
	{
		max-width: 179px;
		max-height: 123px;
	}
}

/*  ----- LISTING SHOPS SYLE -----  */

.p_title_listing_shop
{
	padding: 10px 0 0 159px;
}
@media (min-width: 510px)
{
	.p_title_listing_shop
	{
		padding: 10px 0 0 209px;
	}
}
.p_title_listing2_shop
{
	padding-top: 5px;
	font-family: Tahoma, sans-serif;
    font-size : 0.9em;
	color: #4A4A4A;
	font-weight: normal;
}
.p_region_listing_shop
{
	font-family: Tahoma, sans-serif;
    font-size : 0.9em;
	color: #4A4A4A;
	font-weight: normal;
}

/*  ----- PUB DESIGN -----  */

#bloc_adv
{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
@media (min-width: 768px)
{
	#bloc_adv
	{
		float: none;
		width: 234px;
		margin: 10px auto;
	}
}
.bloc_adv_text_listing
{   
	clear: both;
	float: left;
    width: 100%;
	height: 65px;
	background: #f0f0f0;
	border: 1px solid #d5d5d5;
	border-left: none;
	border-right: none;
	border-radius: none;
	margin: 0 0 10px 0;
}
@media (min-width: 768px)
{
	.bloc_adv_text_listing
	{  
		width: 99%;
	}
}
@media (min-width: 768px)
{
	.bloc_adv_text_listing
	{  
		border-left: 1px solid #d5d5d5;
		border-right: 1px solid #d5d5d5;
		border-radius: 6px;
	}
}
@media (min-width: 1024px)
{
	.bloc_adv_text_listing
	{  
		width: 218px;
	}
}
.bloc_adv_logo
{   
	max-width: 100%;
    text-align: center;
    margin: auto;
}
@media (min-width: 1024px)
{
	.bloc_adv_logo
	{   
		width: 218px;
	}
}
.logo_adv_text_listing
{   
	float: left;
    width: 60px;
	margin: 8px 0 0 10px;
}
.p_adv_text_listing
{
	float: left;
	width: 220px;
	padding: 3px 0 0 0;
}
@media (min-width: 768px)
{	
	.logo_adv_text_listing
	{   
		float: left;
	    width: 34%;
		margin: 8px 0 0 10px;
	}
	.p_adv_text_listing
	{
		float: left;
		width: 58%;
		padding: 3px 0 0 0;
	}
}
.space_adv
{
	height: 8px;
}
.adv_script,
.adv_script_listing
{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
}
@media (min-width: 1024px)
{
	.adv_script
	{
		width: 218px;
	}
}
.adv_script_listing
{
	margin: 10px 0 10px 0;
}
.img_adv_list
{
	text-align: center;
	margin-top: 13px;
	margin-bottom: 5px;
}
.img_adv_list img
{
	max-width: 100%;
}

/*  ----- PUB STYLE -----  */

.p_adv_text_listing a
{   
	font-family: Tahoma, sans-serif;
    font-size : 0.75em;
	color: #373737;
	text-decoration: none;
}
.p_adv_text_listing a:hover
{   
	text-decoration: underline;
}

/*  ----- LISTING SELECTIONS -----  */

#body_listing_selection
{   
	clear: both;
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}
@media (min-width: 768px)
{
	#body_listing_selection
	{   
		width: 70.5%;
		margin: 10px 0 0 1.5%;
	}
}
@media (min-width: 1024px)
{
	#body_listing_selection
	{   
		width: 705px;
		margin: 10px 15px 0 0;
	}
}
.delete_selection
{
	position: absolute;
	margin-top: -138px;
	margin-left: 92%;
}
@media (min-width: 510px)
{
	.delete_selection
	{
		margin-top: -135px;
		margin-left: 94%;
	}
}
@media (min-width: 768px)
{
	.delete_selection
	{
		margin-left: 67%;
		margin-top: -135px;
	}
}
@media (min-width: 1024px)
{
	.delete_selection
	{
		margin-left: 667px;
		margin-top: -135px;
	}
}

/*  ----- AD PAGE DESIGN -----  */

#bloc_title_ad
{   
	clear: both;
	float: left;
	width: 98%;
	margin: 10px 0 0 2%;
}
@media (min-width: 768px)
{
	#bloc_title_ad
	{   
		width: 26%;
		margin: 10px 0 0 2%;
	}
}
@media (min-width: 1024px)
{
	#bloc_title_ad
	{   
		margin: 10px 0 0 0;
		display: none;
	}
}
#bloc_deposit_ad
{   
	float: right;
	width: 98%;
	margin: 10px 0 0 2%;
	text-align: left;
}
@media (min-width: 768px)
{
	#bloc_deposit_ad
	{
		width: 57%;
		margin: 10px 0 0 0;
		text-align: right;
	}
}
@media (min-width: 1024px)
{
	#bloc_deposit_ad
	{

	}
}
#bloc_photo_wrap
{
	float: right;
	width: 100%;
	margin-top: 5px;
	box-shadow: 1px 1px 5px 1px #cfcfcf;
}
@media (min-width: 768px)
{
	#bloc_photo_wrap
	{
		width: 40.5%;
		margin-right: 1.5%;
		margin-top: 15px;
	}
}
@media (min-width: 1024px)
{
	#bloc_photo_wrap
	{
		width: 33%;
        margin: 0px 0 0 0;
	}
}
#ad_thumbnail_bloc
{
	float: left;
    width: 100%;
    margin: -8px 0px 0px 0px;
    background: #fff;
}
.ad_thumbnail_bloc
{
	height: 53px;
    margin: -30px 3px 3px 4px;
    padding-top: 0;
    float: left;
	border: 3px solid #fff;
    border-radius: 3px;
}
#bloc_photo_ad
{
   Clear: both;
   float: left;
   width: 100%;
   max-width: 1280px;
   padding: 5px 0 5px 0;
   border-left: none;
   border-right: none;
   text-align: center;
}
#bloc_photo_ad_no
{
	height: 30px;
}
#bloc_photo_ad img
{
	max-width: 100%;
	max-height: 500px;
}
@media (min-width: 1024px)
{
	
}
@media (max-width: 768px)
{
	
}
#bloc_video
{
	float: left;
	width: 100%;
	border: 5px solid #f1f1f1;
	margin: 0 0 5px 0;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#bloc_photo_ad iframe
{
	border: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#video iframe
{
	width: 100%;		
}
#bloc_infos_ad
{
	clear: both;
	float: left;
	width: 98%;
	margin: 20px 0 0 0.75%;
}
@media (min-width: 768px)
{
	#bloc_infos_ad
	{
		clear: none;
		width: 52.5%;
	}
}
@media (min-width: 1024px)
{
	#bloc_infos_ad
	{
		clear: none;
		width: 65%;
		margin-left: 0;
		box-shadow: 0px 7px 11px 1px #cfcfcf;
	}
}
#bloc_info_ad_left
{
	float: left;
	width: 96%;
	margin-left: 2%;
}
@media (min-width: 768px)
{
	#bloc_info_ad_left
	{
		margin-left: 2%;
	}
}
@media (min-width: 1024px)
{
	#bloc_info_ad_left
	{
		width: 100%;
		margin-left: 0;
	}
}
#bloc_info_ad_right
{
	float: left;
	width: 96%;
	margin-left: 2%;
}
@media (min-width: 768px)
{
	#bloc_info_ad_right
	{
		margin-left: 2%;
	}
}
@media (min-width: 1024px)
{
	#bloc_info_ad_right
	{
		width: 100%;
		margin-left: 0;
	}
}
#bloc_contact_ad
{
	float: left;
	width: 100%;
	margin-left: 0;
	margin-top: 5px;
}
@media (min-width: 768px)
{
	#bloc_contact_ad
	{
		margin-top: 0;
	}
}
@media (min-width: 1024px)
{
	#bloc_contact_ad
	{
		width: 100%;
        max-width: 1280px;
        margin-left: 0;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	}
}
.bloc_ad_top
{
	width: 100%;
	float: left;
}
.bloc_ad_top h1
{
	margin: 20px 0 10px 2%;
}
@media (min-width: 768px)
{
	.bloc_ad_top
	{
		width: 54%;
	}
	.bloc_ad_top h1
	{
		margin: 20px 0 10px 1.5%;
	}
}
@media (min-width: 1024px)
{	
	.bloc_ad_top
	{
		width: 65%;
        box-shadow: 0px 7px 11px 1px #cfcfcf;
	}
	.bloc_ad_top h1
	{
		margin: 8px 0 20px 7px;
	}
}
.bloc_ad_wrap
{
	overflow: hidden;
	width: 100%;
	margin-bottom: 7px;
	padding-bottom: 7px;
	margin-top: 30px;
}
.bloc_ad_wrap0
{
	overflow: hidden;
	width: 100%;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.bloc_contact_ad
{
	clear: both;
	float: left;
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
}
#bloc_bottom_shop_right .bloc_contact_ad
{
	clear: none;
	float: left;
	margin: 0 15px 10px 0;
}
@media (min-width: 768px)
{
	#bloc_bottom_shop_right .bloc_contact_ad
	{
		clear: none;
		width:auto;
		margin: 30px 15px 35px 0;
	}
}
#bloc_bottom_shop_right .bloc_contact_ad img
{
	margin-left: 0;
}
.bloc_contact_ad_tel
{
	margin: 10px 0;
}
.bloc_contact_ad_tel a
{
	margin-right: 20px;
}
#img_ann_tel
{
	margin: 0;
}
.bloc_contact_ad span
{
	display: block;
	float: left;
	line-height: 20px;
}
.bloc_contact_ad2
{
	clear: both;
	float: left;
	width: 100%;
	min-height: 20px;
}
.bloc_adv_ad
{   
	clear: both;
	float: left;
    width: 100%;
	height: 65px;
	background: linear-gradient(#f0f0f0, #e5e5e5);
	border: 1px solid #d5d5d5;
	border-left: none;
	border-right: none;
	border-radius: none;
	margin: 10px 0 10px 0;
}
@media (min-width: 768px)
{
	.bloc_adv_ad
	{  
		border-left: 1px solid #d5d5d5;
		border-right: 1px solid #d5d5d5;
		border-radius: 6px;
	}
}
@media (min-width: 1024px)
{
	.bloc_adv_ad
	{
		float: none;
		width: 234px;
		margin: auto;
	}
}
.p_adv_ad_img
{   
	float: left;
    width: 60px;
	padding: 8px 0 0 10px;
	text-align: left;
}
.p_adv_ad_txt
{   
	float: left;
    width: 150px;
	margin: 4px 0 10px 0;
	text-align: left;
}
#bloc_envoye_ann
{
	clear: both;
	float: left;
	width: 96%;
	min-height: 30px;
	margin: 30px 0 0  2%;
	padding: 10px 0 0 0;
	border-bottom: 5px solid #f1f1f1;
	box-sizing: border-box;
}
#bloc_envoye_ann div
{
	margin-left: 10px;
}
#bloc_envoye_ann input
{
	display: block;
	clear: both;
	margin: 0 0 0 2%;
}
@media (min-width: 1024px)
{
	#bloc_envoye_ann
	{
		width: 100%;
		margin: 5px 0 0 0;
		padding: 30px 0 10px 0;
	}
}
#bloc_envoye_ann .bouton_left
{
	width: 100%;
}
#bloc_envoye_ann .bouton_left input
{
	width:70%;
	margin: 7px 10%;
	
}
@media (min-width: 728px)
{
	#bloc_envoye_ann .bouton_left input,
	#bloc_envoye_ann .bouton_left span
	{
		clear: none;
		display: block;
		float: left;
		width: 25%;
		margin: 0 0 0 1%;
	}
	#bloc_envoye_ann .bouton_left input.bouton_env_ami
	{
		width: auto;
		padding: 0 5px;
	}
	#bloc_envoye_ann .bouton_left span
	{
		width: auto;
		margin: 0;
		line-height: 18px;
	}
}
.select_envoye_ann_short					
{
	width: 70px;
	height: 18px;
	padding: 2px;
	font-family: Arial, sans-serif; 
	font-size: 0.75em; 
	color: #828282;
	border: 1px solid #E4E4E4;
	border-top: 1px solid #C8C8C8;
	border-radius: 6px;
	padding-left: 3px;
}
.select_envoye_ann_long					
{
	width: 120px;
	height: 18px;
	padding: 2px;
	font-family: Arial, sans-serif; 
	font-size: 0.75em; 
	color: #828282;
	border: 1px solid #E4E4E4;
	border-top: 1px solid #C8C8C8;
	border-radius: 6px;
	padding-left: 3px;
}
#bloc_action_ad
{
	float: left;
	width: 100%;
	margin: 10px 0 20px 0;
}
@media (min-width: 768px)
{
	#bloc_action_ad
	{
		margin: 0 0 20px 1.5%;
	}
}
@media (min-width: 1024px)
{
	#bloc_action_ad
	{
		margin: 0 0 20px 0;
	}
}
.bloc_action_ad
{
	float: left;
	width: 100%;
	min-height: 28px;
	padding-top: 0;
}
@media (min-width: 768px)
{
	.bloc_action_ad
	{
		width: 33%;
		text-align: center;
		padding-top: 8px;
	}
}
.button_maj_ad
{
	float: left;
	width: 28%;
	height: 23px;
	background: #77777;
	border: none;
	font-family: Arial, sans-serif;
	font-weight: 0.8em;
	color: #444444;
	cursor: pointer;
	margin: 0 0 10px 0;
}
@media (min-width: 768px)
{
	.button_maj_ad
	{
		width: 18%;
	}
}

/*  ----- Ad slideshow -----  */

#photo
{
	cursor: pointer;
}
#slideshow
{
	display: none;
	position: fixed;
	z-index: 10;
	padding-top: 40px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.83);
}
.modal-content
{
	position: relative;
	margin: auto;
	padding: 0;
	width: 100%;
}
#modal_nav_wrap
{
	position: absolute;
	height: auto;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 999999;
	top: 80%;
}
#modal_nav
{
	overflow: inherit;
	position: relative;
	display: inline-block;
	height: auto;
	width: auto;
	background-color: rgb(255, 255, 255);
    border-radius: 5px;
}
.close
{
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}
.close:hover,
.close:focus
{
	color: #CCCCCC;
	text-decoration: none;
}
.mySlides
{
	display: none;
	text-align: center;
}
.mySlides img
{
	max-width: 100%;
	max-height: 630px;
}
.thumbnail
{
	float: left;
	max-width: 66px;
	height: auto;
	max-height: 18px;
	margin: 28px 3px 0 3px;
	opacity: 0.6;
	cursor: pointer;
}
@media (min-width: 768px)
{
	.thumbnail
	{
		max-width: 100px;
		max-height: 70px;
		margin: 15px 4px 0 4px;
	}
}
.active,
.thumbnail:hover
{
	opacity: 1;
	border-bottom: 4px solid #e00034;
}
.prev,
.next
{
	display: none;
	color: #FFFFFF;
	opacity: 0.8;
	float: left;
	font-size: 5em;
	line-height: 80px;
	cursor: pointer;
	margin-top: -23%;
	width: 27px;
	display: inline-block;
}
.prev:hover,
.next:hover
{
	display: none;
	color: #e00034;
	opacity: 0.8;
	float: left;
	font-size: 5em;
	line-height: 80px;
	cursor: pointer;
	margin-top: -23%;
	width: 27px;
	display: inline-block;
}
.prev
{
	margin-right: 10px;
}
.next
{
	margin-left: 10px;
}
@media (min-width: 768px)
{
	.prev,
	.next
	{
		display: block;
	}
}
.prev:hover,
.next:hover
{
	opacity: 1;
}
#thumb_container 
{
	float: left;
	position: relative;
	display: block;
	width: calc(100% - 74px);
	height: 100px;
	overflow: hidden;
}
#thumb_container .thumb_list
{
	display: inline-block;
	overflow: hidden;
}
#thumb_container .thumb_list li
{
	float: left;
}

/*  ----- AD PAGE STYLE -----  */

#return
{
	float: left;
	margin-right: 10px;
	width: 160px;
	text-align: center;
}
#return a
{
	display: block;
	font-family: Arial, sans-serif;
	font-size: 0.85em; 
	text-decoration: none;
	padding-top: 3px;
	color: #646464;
    text-decoration: none;
    background: #fbfbfb;
	border:solid 1px #dddddd;
	color: #777777;
    line-height: 18px;
    padding: 0 5px;
    line-height: 23px;
}
#return a:hover
{
	background: #F4F4F4;
	text-decoration: none;
}
.p_disc
{
	padding: 35px 6% 0 6%;
}
.p_video
{
	font-family: Arial, sans-serif; 
	font-size: 0.85em; 
	color: #595959;
	padding: 15px 0 15px 0;
}
.p_video a
{
	text-decoration: none;
	color: #FA3100;
}
.p_video a:hover
{
	text-decoration: underline;
}
.p_info_line
{
	font-family: Arial, sans-serif;
	font-size : 0.75em;
	color: #373737;
	padding-top: 7px;
	display: none;
}
.p_info_line a
{
	text-decoration: none;
	font-weight: bold;
	color: #373737;
	font-weight: bold;
}
.bloc_option_ann a
{
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
	color: #191919;
	text-decoration: none;
}
.bloc_option_ann a:hover
{
	text-decoration: underline;
}
.bloc_contact_ad a
{
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
	color: #191919;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 20px;
}
.bloc_contact_ad a:hover,
.bloc_contact_ad2 a:hover
{
	text-decoration: underline;
}
.bloc_contact_ad2 a,
.bloc_contact_ad2 span
{
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
	color: #96726a;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 20px;
	margin-left: 43px;
}
.bloc_contact_ad2 span
{
	margin-left: 0;
}
.p_adv_ad_txt a
{   
	font-family : Arial;
    font-size : 0.7em;
	color: #473330;
	text-decoration: none;
}
.p_adv_ad_txt a:hover
{   
	text-decoration: underline;
}
.p_top_info_ad
{
	clear: both;
	float: left;
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
    font-weight: bold;
    margin: 15px 0 15px 8px;
	color: #444444;
}
.p_manage_info_ad
{
	float: left;
	font-family: Tahoma, sans-serif;
    font-size : 1.1em;
	margin: 7px 0 7px 30%;
	color: #000000;
}
.txt_info_ami
{
	font-family: Tahoma, sans-serif;
    font-size : 0.75em;
	color: #191919;
	text-decoration: none;
}
.bouton_env_ami
{
	float: left;
	height: 24px;
	background: #fa3100;
	border:none;
	border-radius: 6px;
	font-family: Arial, sans-serif;
	font-weight: 0.8em;
	color: #FFFFFF;
	cursor: pointer;
	margin: 1px 0 10px 4px;
	padding: 0 2px 0 2px;	
}
.p_price_info_ad
{
	font-family: Tahoma, sans-serif;
    border-radius: 3px 3px 3px;
    line-height: 46px;
    padding: 0 20px;
    font-weight: 900, bold;
    margin-bottom: 5px;
    z-index: 10;
    height: 46px;
    right: 8px;
    color: #fff;
    font-size: 20px;
    background: #d51900;
}
.p_middle_info_ad
{
	display: block;
	float: left;
	width: 100%;
	margin-right: 0;
	padding: 10px 18px;
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
    color: #444444;
}
@media (min-width: 768px)
{
	.p_middle_info_ad
	{		
		width: 28%;
		margin-right: 0;
		box-shadow: 0px 7px 11px 1px #cfcfcf;
		
	}
}
.p_ad_info_ad
{
	clear: both;
	float: left;
	padding-bottom: 15px;
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
    color: #444444;
	padding-right: 35px;
	letter-spacing: 1px;
    margin: 8px 0 20px 7px;
}
.p_geo_google
{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.p_geo_google iframe
{
	width: 100%;
	height: 220px;
	border: 5px solid #f1f1f1;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
#bloc_info_ad_right .p_geo_google
{
	margin: 10px 0 0 0;
}
@media (min-width: 768px)
{
	.p_geo_google
	{
		width: 100%;
		margin: 0;
	}
	#bloc_info_ad_right .p_geo_google
	{
		float: left;
		width: 100%;
		height: 220px;
	}
}
.bloc_action_ad a,
.bloc_action_ad img
{
	display: block;
	float: left;
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
	color: #191919;
	text-decoration: none;
	margin-right: 4px;
	line-height: 20px;	
}
@media (min-width: 768px)
{
	.bloc_action_ad img,
	.bloc_action_ad a
	{
		float: none;
		margin:auto;
	}
}
@media (min-width: 1024px)
{
	.bloc_action_ad img,
	.bloc_action_ad a
	{
		float: left;
		margin:0;
		margin-right: 4px;
	}
}
.bloc_contact_ad img
{
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}
@media (max-width: 768px)
{
	.bloc_contact_ad img
	{
		margin-left: 3%;
	}
}
.bloc_action_ad a:hover
{
	text-decoration: underline;
}
.ad_comment
{
	clear: both;
	float: left;
	width: 97%;
	font-family : Arial;    
    color: #191919;
	background: #F4F4F4;
	margin: 2px 0 0 0;
	padding: 2px 0 10px 3%;
}
.ad_comment p
{
	clear: both;
	float: left;
	padding: 2px 0 3px 0;
	font-size : 0.8em;
}
.ad_comment .comment_title
{
	font-weight: bold;
}
.ad_comment .comment_pseudo
{
	color: #777777;
}
.ad_comment .comment_date
{
	color: #777777;
}
.ad_comment .comment_text
{
	display: block;
	clear: both;
	font-family: Arial;
	font-size: 0.8em;
	color: #575757;
	padding-top: 8px;
}
#ad_comment_form
{
	clear: both;
	float: left;
	width: 100%;
	background: #F4F4F4;
	padding-bottom: 5px;
	margin-top: 2px;
}
#ad_comment_form textarea,
#ad_comment_form input,
#ad_comment_form span
{
	clear: both;
	float: left;
	margin: 0 3% 8px 0;
}
#ad_comment_form .rating
{
	margin: 10px 3% 8px 0;
}
#ad_comment_form .ad_comment_button
{
	display:block; 
	font-family: Arial;
	background: #484848; 
	color: #fff; 
	line-height: 25px;
	margin: 5px 0 0 0; 
	width: 90%;
	max-width: 150px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.85em;
	cursor: pointer;
}
#ad_comment_form .textarea
{
	width: 91%;
	height: 60px;
}
#comment_show_button
{
	display: block;
	font-family: Tahoma;
	background: #555; 
	color: #fff; 
	line-height: 25px;
	margin: 10px auto; 
	width: 90%;
	max-width: 250px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.85em;
	text-align: center;
	text-decoration: none;
}
#comments_show
{
	display: none;
}
.ad_files
{
	display: block;
	width: auto;
	float: left;
	font-family : Tahoma;
	font-size: 0.9em;
	color: #191919;
	margin-right: 10px;
}

/*  -----  Rating styles -----  */

.rating
{
	clear: both;
	float: left;
	min-width: 85px;
	margin: 10px 0 10px 0;
	font-size: 20px;
	overflow:hidden;
	font-size: 17px;
}
.rating span,
.rating a
{
	display: block;
	float: right;
	background: url("../images/star_rating.png") no-repeat center top;
	background-size: 17px 34px;
	width: 17px;
	height: 17px;
	margin-right: 3px;
	text-decoration: none;
}
.rating span.actif,
.rating a.actif
{
	background: url("../images/star_rating.png") no-repeat center bottom;
	background-size: 17px 34px;
}
.rating_form a:hover,
.rating_form a:focus
{
	cursor: pointer;
}
.rating
{
	direction: rtl;
}
#page_ad_com_form_err,
#page_ad_com_form_err2,
#page_ad_com_form_valid
{
	clear: both;
	float: left;
	display: none;
	padding: 2px 5px 0 0;
}
#page_ad_com_msg_valid
{
	padding: 7px 10px 0 0;
}
.rating_listing
{
	float: left;
	width: auto;
	margin: 5px 0 0 0;
	font-size: 13px;
}
.rating_listing span.comment_total
{
	line-height: 13px;
	font-size: 0.9em;
	color: #878787;
	font-weight: normal;
	margin-left: 4px;
	background: none;
	display: none;
}
.rating_listing span,
.rating_listing a
{
	display: block;
	float: right;
	background: url("../images/star_rating.png") no-repeat center top;
	background-size: 13px 26px;
	width: 14px;
	height: 16px;
	margin-right: 4px;
	text-decoration: none;
}
.rating_listing span.actif,
.rating_listing a.actif
{
	background: url("../images/star_rating.png") no-repeat center bottom;
	background-size: 19px 32px;
}

/*  ----- SHOP PAGE DESIGN -----  */

#bloc_top_shop
{   
	float: left;
	width: 96%;
	margin: 0 0 0 2%;
}
@media (min-width: 1024px)
{
	#bloc_top_shop
	{   
		width: 100%;
		margin: 20px 0 0 0;
	}
}
#bloc_logo_shop
{
	float: left;
	width: 100%;
	margin-left: 2%;
	text-align: center;
}
@media (min-width: 768px)
{
	#bloc_logo_shop
	{   
		width: 220px;
		width: 27%;		
		text-align: left;
	}
}
@media (min-width: 1024px)
{
	#bloc_logo_shop
	{   
    margin-left: 0;
    bottom: 7%;
    padding: 0 0px 0px 0px;
    width: 14%;
    height: 180px;
    display: flex;
    align-items: center;
    left: 44%;
    position: absolute;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
	}
}
.h1_shop
{
	clear: none;
	margin: 0;
	padding: 0 0 0 10px;
	width: auto;
	line-height: 22px;
	border-left: 5px solid #f1f1f1;
}
#bloc_address_shop
{
	clear: both;
	float: right;
	border: 5px solid #f1f1f1;
	width: 96%;
    margin: 10px 2% 7px 0;
    overflow: hidden;
    padding-bottom: 7px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 768px)
{
	#bloc_address_shop
	{   
		clear: none;
		width: 53%;
		margin: 0 2% 7px 0;
	}
}
@media (min-width: 1024px)
{
	#bloc_address_shop
	{   
		width: 55%;
		margin: 0 0 7px 0;
	}
}
#bloc_open_shop
{
	float: left;
	width: 50%;
	margin: 10px 0 0 4%;
}
@media (min-width: 768px)
{
	#bloc_open_shop
	{   
		width: 26%;
		margin: 0 0 0 0;
	}
}
#bloc_website_shop
{
	float: left;
	width: 50%;
	margin: 10px 0 0 4%;
}
@media (min-width: 768px)
{
	#bloc_website_shop
	{   
		width: 21%;
		margin: 0 0 0 0;
	}
}
#bloc_space_shop
{
	float: left;
	width: 100%;
	height: 1px;
	margin: 15px 0 0 0;
	background-color: #E3E3E3;
}
@media (min-width: 768px)
{
	#bloc_space_shop
	{
		width: 928px;
		margin: 15px 0 0 10px;
	}
}
#bloc_bottom_shop
{   
	float: left;
	width: 96%;
	min-height: 180px;
	margin: 0 0 0 0;
	padding-left: 10px;
	border-left: 5px solid #f1f1f1;
}
@media (min-width: 768px)
{
	#bloc_bottom_shop
	{
		width: 40%;
		margin: 0 0 30px 0;
	}
}
#bloc_bottom_shop_right
{
	clear: both;
	float: right;
	width: 100%;
	margin: 20px 0 20px 0;
}
@media (min-width: 768px)
{
	#bloc_bottom_shop_right
	{
		clear: none;
		width: 55%;
		margin: 0 0 10px 0;
	}
}
@media (min-width: 1024px)
{
	#bloc_bottom_shop_right
	{
		margin: 10px 0 10px 0;
	}
}

/*  ----- SHOP PAGE STYLE -----  */

.txt_info_shop
{
	float: left;
	width: 92%;
	margin: 10px 4%;
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
    color: #191919;
}
@media (min-width: 768px)
{
	.txt_info_shop
	{
		width: 45%;
		margin: 10px 2.5%;
	}
}
.txt_info_shop a
{
	font-family: Arial;
	font-size: 1em;
	color: #191919;
	text-decoration: none;
}
.txt_info_shop a:hover
{
	text-decoration: underline;
}
#p_desc_shop
{
	padding-top: 20px;
	font-family: Tahoma, sans-serif;
    font-size : 0.8em;
    color: #191919;
	padding-right: 20px;
}
.link_website_shop
{
	font-family: Tahoma, sans-serif;
    color: #191919;
	text-decoration: none;
}
a.link_website_shop:hover
{
    color: #191919;
	text-decoration: underline;
}
.link_rss_shop
{
	background: url("../images/rss.png") no-repeat;
	background-size: 15px 15px;
	font-family : Tahoma;
    color: #191919;
	font-weight: bold;
	text-decoration: none;
	padding-left: 22px;
}
a.link_rss_shop:hover
{
    color: #191919;
	text-decoration: underline;
}
#shop_comment_form
{
	clear: both;
	float: left;
	width: 100%;
	background: #F4F4F4;
	padding-bottom: 5px;
	margin-top: 2px;
}
#shop_comment_form textarea,
#shop_comment_form input,
#shop_comment_form span
{
	clear: both;
	float: left;
	margin: 0 3% 8px 0;
}
#shop_comment_form .rating
{
	margin: 10px 3% 8px 0;
}
#shop_comment_form .shop_comment_button
{
	display:block; 
	font-family: Arial;
	background:#484848; 
	color:#fff; 
	line-height: 25px;
	margin: 5px 0 0 0;
	width: 90%;
	max-width: 150px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.85em;
	cursor: pointer;
}
#shop_comment_form .textarea
{
	width: 91%;
	height: 60px;
}
.shop_comment
{
	clear: both;
	float: left;
	width: 100%;
	font-family : Arial;    
    color: #191919;
	background: #F4F4F4;
	margin: 2px 0 0 0;
	padding: 3px 0 9px 3%;
}
.shop_comment p
{
	clear: both;
	float: left;
	padding: 2px 0 3px 0;
	font-size : 0.8em;
}
.shop_comment .comment_title
{
	font-weight: bold;
}
.shop_comment .comment_pseudo
{
	color: #777777;
}
.shop_comment .comment_date
{
	color: #777777;
}
.shop_comment .comment_text
{
	display: block;
	clear: both;
	font-family: Arial;
	font-size: 0.8em;
	color: #575757;
	padding-top: 8px;
}
.p_shop_info_ad_comments
{
	width: 100%;
	overflow: hidden;
}
@media (min-width: 768px)
{
	.p_shop_info_ad_comments
	{
		width: 100%;
	}
}
@media (min-width: 1024px)
{
	.p_shop_info_ad_comments
	{
		width: 100%;
	}
}
#page_shop_com_form_err,
#page_shop_com_form_err2,
#page_shop_com_form_valid
{
	clear: both;
	float: left;
	display: none;
	padding: 2px 10px 0 0;
}
#page_shop_com_msg_valid
{
	padding: 7px 10px 0 0;
}

/*  ----- PAYMENT -----  */

#body_payment
{   
	clear: both;
	float: left;
    width: 100%;
	padding: 15px 0 20px 0;
}
@media (min-width: 1024px)
{
	#body_payment
	{   
	    width: 950px;
	}
}
#body_payment p
{   
	padding: 10px 0 0 3%;
}
#body_payment div
{   
	padding: 0 0 0 3%;
}

/*  ----- FORMS DESIGN -----  */

#body_form
{   
	clear: both;
	float: left;
    width: 100%;
	padding: 30px 0 20px 0;
}
@media (min-width: 1024px)
{
	#body_form
	{   
	    width: 950px;
		padding: 30px 0 20px 0;
	}
}
#body_form p
{
	clear: both;
	width: 92%;
	padding: 10px 0 0 4%;
}
@media (min-width: 768px)
{
	#body_form p
	{
		width: auto;
		padding: 10px 0 0 150px;
	}
}
#uploadForm,
#uploadFileForm,
#uploadForm_logo_shop
{   
	clear: both;
	float: left;
    width: 100%;
	margin: 20px 0 0 0;
}
@media (min-width: 1024px)
{
	#uploadForm,
	#uploadFileForm,
	#uploadForm_logo_shop
	{   
	    width: 950px;
	    margin: 15px 0 0 0;
	}
}
#uploadForm p,
#uploadFileForm p,
#uploadForm_logo_shop p
{
	padding: 10px 0 0 4%;
}
@media (min-width: 768px)
{
	#uploadForm p
	{   
	   padding: 10px 0 0 150px;
	}
}
#upload p
{   
	padding: 10px 0 0 0;
}
#uploadForm div,
#uploadFileForm div,
#uploadForm_logo_shop div
{
	padding: 10px 0 0 4%;
	overflow: hidden;
}
@media (min-width: 768px)
{
	#uploadForm p,
	#uploadForm div,
	#uploadFileForm p,
	#uploadFileForm div,
	#uploadForm_logo_shop p,
	#uploadForm_logo_shop div
	{   
	   padding: 10px 0 0 150px;
	}
}
#upload > div,
#uploadFile > div
{   
	padding: 10px 0 0 0;
	float: left;
	margin-right: 4px;
	overflow: hidden;
}
#upload div span,
#uploadFile div span
{
	display: block;
	font-family : Tahoma;
    font-size : 0.9em;
    color: #FFFFFF;
    font-weight: bold;
	float: right;
	background: #D4D4D4;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-left: -30px;
	padding: 0 0 5px 5px;
	position: relative;
	z-index: 0;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
}
#uploadFileForm .bar_form,
#uploadForm .bar_form
{
	padding-left: 2%;
}
#ad_photo_pack_button
{
	max-width: 130px;
	cursor: pointer;
}
#ad_photo_pack_button p
{
	width: 130px;
	height: 36px;
	font-family : Tahoma;
    font-size : 0.9em;
    color: #FFFFFF;
	position: absolute;
	padding: 5px 0;
	margin: -52px 0 0 0;
	max-width: 130px;
	background:#FD2E00;
	text-align: center;
}
#upload #ad_photo_pack_button span
{
	background: #FD2E00;
}
#upload a,
#uploadFile a
{   
	position: absolute;
	width: 18px;
	height: 18px;
	background: url("../images/ico_delete.png") no-repeat;
	background-size: 18px 18px;
}
#upload p.loading,
#uploadFile p.loading
{
	position: absolute;
	width: 100%;
    max-width: 130px;
    height: 100%;
    max-height: 80px;
    opacity: 0.6;
    z-index: 50;
    background: #242424;
    padding: 5px 0 0 0;
    margin: 0;
    text-align: center;
    display: none;
}
.upload_delete_link
{
	display: none;
}
#err_depot_1, #err_depot_2, #err_depot_3, #err_depot_4,
#err_depot_5, #err_depot_6, #err_depot_7, #err_depot_8
{
	display: none;
}
.uploaded_file
{
	cursor: pointer;
}

/*  ----- FORMS STYLE -----  */

.bar_form
{
	clear: both;
	float: left;
	width: 98%;
	height: 27px;
	background: #FD2E00;
	padding: 10px 0 0 2%;
	font-family: Arial;
	font-size: 0.9em;
	color: #ffffff;
	font-weight: bold;
	margin: 25px 0 20px 0;
}
@media (min-width: 1024px)
{
	.bar_form
	{
		width: 940px;
	}
}
.first_bar_form
{
	margin-top: 0;
}
.link_forgot_pass
{
    font-family: Tahoma, sans-serif; 
	font-size: 0.7em; 
    color: #555555;
    text-decoration: none;
	font-weight: bold;
}
a.link_forgot_pass:hover
{
    color: #FD2E00;
}
.select_form					
{
	background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 66%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.av_input					
{
	width: 220px;
	height: 34px;
	font-family: Tahoma, sans-serif; 
	font-size: 0.75em; 
	color: #828282;
	border: 1px solid #E4E4E4;
	border-top: 1px solid #C8C8C8;
	border-radius: 6px;
	padding-left: 5px;
}
.input_file
{
	position: absolute;
	opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 100%;
    max-width: 130px;
    height: 100%;
    z-index: 200;
    max-height: 85px;
}
#uploadFile .input_file
{
	max-width: 70px;
}
.textarea
{
	width: 95%;
	font-family: Tahoma, sans-serif; 
	font-size: 0.8em; 
	color: #828282;
	border: 1px solid #E4E4E4;
	border-top: 1px solid #C8C8C8;
	border-radius: 6px;
	padding-left: 5px;
	padding-top: 5px;
}
@media (min-width: 768px)
{
	.textarea	
	{
		width: 60%;
	}
}
.form_error
{
	border: 1px solid #FD2E00;
	border-radius: 6px;
}
.button_fb
{
	display: block;
	width: 208px;
	height: 21px;
	background: url("../images/bt_facebook.png") no-repeat;
	background-size: 100%;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 32px 0 0 30px;
	border-radius:3px;
}
.button_form
{
	float: center;
	width: 70%;
	max-width: 228px;	
	border: none;
	border-radius: none;
	font-family: Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 0 10px 0;
	border-radius: 6px;
	line-height: 35px;
	background: #FD2E00;
}
.button_form:hover
{
	background: #d82900;
}
@media (min-width: 768px)
{
	.button_form	
	{
		width: 18%;
	}
}
.button_dep_up
{
	margin-top: 15px;
}	
.conteneurRadio 
{
	margin-bottom: 25px;
}
#conteneurRadio1 
{
	margin-bottom: 0;
}
#form_file_err1,
#form_file_err2
{
	display: none;
	padding-top: 5px;
}

.button_dep_up
{
	margin-top: 15px;
}	
.conteneurRadio 
{
	margin-bottom: 25px;
}
#conteneurRadio1 
{
	margin-bottom: 0;
}
#form_file_err1,
#form_file_err2
{
	display: none;
	padding-top: 5px;
}

/*  ----- CALENDAR FORM-----  */

#cal_wrap
{
	float: left;
	overflow: hidden;
	clear: both;
	width: 90%;
	padding: 10px 0 0 4%;
}
@media (min-width: 768px)
{
	#cal_wrap
	{
		padding: 10px 0 0 102px;
	}
}
#cal_wrap p
{
	padding: 0;
}
#cal_wrap ul
{
	clear: none;
	padding: 0;
	margin: 10px 0 0 0;
	display: block;
	clear: both;
	overflow: hidden;	
}
#cal_wrap ul li
{
	clear: both;
	width: 278px;
	float: left;
	font-family: Tahoma, sans-serif;
	padding-bottom: 10px; 
}
@media (min-width: 632px)
{
	#cal_wrap ul li
	{
		clear: none;
		width: auto;
		padding-bottom: 0;
	}
}
#cal_wrap .css_price
{
	font-family: Tahoma, sans-serif;
	font-size: 0.8em; 
}
.cal_wrap_show
{
	display:block;
}
.cal_wrap_hide
{
	display:none;
}
#cal_period_add
{
	clear: both;
	width: 100%;
	overflow: hidden;
}
#cal_wrap li.cal_col1
{
	margin-right: -10px;
}
#cal_wrap input
{
	width: 80%;
}
#cal_wrap .cal_insert_period
{
	display: block;
	float: left;
	background: #444444;
	color: #FFFFFF;
	text-align: center;
	line-height: 73px;
	border-radius: 4px;
	width: 34px;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Arial;
	font-size: 1em;
	margin-left: 0;
	margin-right: 10px;
}
@media (min-width: 632px)
{
	#cal_wrap .cal_insert_period
	{
		margin-left: 15px;
	}
}
#cal_wrap .cal_period_update,
#cal_wrap .cal_period_remove,
#cal_wrap .cal_eff_period
{
	display: block;
	float: left;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
	color: #555555;
	text-decoration: none;
	margin-left: 0;
	border-radius: 4px;
	border: solid 1px #cccccc;
	line-height: 73px;
	padding: 0 4px;
}
@media (min-width: 632px)
{
	#cal_wrap .cal_period_update,
	#cal_wrap .cal_period_remove,
	#cal_wrap .cal_eff_period
	{
		margin-left: 10px;
	}
}
#cal_wrap .cal_period_update:hover
{
	color: #FFFFFF;
	background: #8fbe31;
	border: solid 1px #8fbe31;
}
#cal_wrap .cal_period_remove:hover
{
	color: #FFFFFF;
	background: #c90c0f;
	border: solid 1px #c90c0f;
}
#cal_wrap .cal_eff_period:hover
{
	color: #FFFFFF;
	background: #c90c0f;
	border: solid 1px #c90c0f;
}
#cal_wrap .hide
{
	display: none;	
}
#cal_wrap .cal_msg_error
{
	display: none;
	clear: both;
	color:#C00;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
	padding: 10px 0 0 0;
}
.cal_available
{
	display: block;
	clear: both;
	border-left: solid 30px #6EA602;
	line-height: 20px;
	padding-left: 7px;
	margin: 10px 0 4px 0;
	width: 90px;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
	float: left;
	border-radius: 3px;
}
.cal_not_available
{
	border-left: solid 30px #e00034;
	line-height: 20px;
	padding-left: 7px;
	margin: 10px 0 4px 0;
	width: 120px;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
	float: left;
	border-radius: 3px;
}
.p_ad_info_ad_file,
.p_ad_info_ad_comments
{
	width: 100%;
	padding-bottom: 5px;
	overflow: hidden;
}
.p_ad_info_ad_cal,
.p_ad_info_ad_comments
{
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}
@media (min-width: 768px)
{
	.p_ad_info_ad_cal,
	.p_ad_info_ad_comments
	{
		width: 100%;
	}
}
@media (min-width: 1024px)
{
	.p_ad_info_ad_cal,
	.p_ad_info_ad_comments
	{
		width: 100%;
	}
}
#cal_show_periodes
{
	clear: both;
	float: left;
	margin-bottom: 20px;
}
#cal_show_periodes p
{
	line-height: 25px;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
}
#cal_show
{
	float:left;
	clear: both;
	font-size: 0.9em;
}
#cal_show .date_available a
{
	background-color : #6EA602 !important;
	background-image :none !important;
	color: White !important;
	font-weight:bold !important;
	cursor: default;
}
#cal_show .ui-state-default
{
	background-image :none !important;
	background-color : #e00034 !important;
	color: White !important;
	cursor: default;
	border-radius: 3px;
}
#ui-datepicker-div
{
	font-size: 0.8em;
	z-index: 88888;
}
#ui-datepicker-div td
{
	z-index: 88888;
}
#ui-datepicker-div .ui-dialog
{
	font-size: 1em;
}
#ui-datepicker-div .ui-widget-header
{
	background: #777777;
}
#ui-datepicker-div .ui-datepicker-month,
#ui-datepicker-div .ui-datepicker-year
{
	color: #FFFFFF;	
}
.ui-state-active, 
.ui-widget-content 
.ui-state-active, 
.ui-widget-header 
.ui-state-active, 
a.ui-button:active, 
.ui-button:active, 
.ui-button.ui-state-active:hover
{
	border: 1px solid #c5c5c5;
	background: none;
	font-weight: inherit;
	box-sizing: border-box;
}

/*  ----- GOOGLE MAP FORM-----  */

#form_geoloc_wrap
{
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0 0;
}
#geolocation
{
	float: left;
	width: 94%;
}
#geolocation_left
{
	float: left;
	width: 95%;
}
#geolocation_left p
{
	overflow: hidden;
}
#geolocation_right
{
	float: left;
	width: 92%;
	height: 100%;
	min-height: 250px;
	border: 1px solid #E4E4E4;
	overflow: hidden;
	box-sizing: border-box;
	margin: 5px 0 10px 4%;
}
@media (min-width: 768px)
{
	#geolocation
	{
		width: 83%;
	}
	#geolocation_left
	{
		width: 50%;
	}
	#geolocation_right
	{
		float: right;
		width: 35%;
		max-width: 400px;
		margin-bottom: 0;
		margin: 10px 14% 0 0;
	}
}
@media (min-width: 1024px)
{
	#geolocation_left
	{
		width: 40%;
	}
	#geolocation_right
	{
		float: right;
		width: 50%;
		margin-bottom: 0;
		margin: 10px 13% 0 0;
	}
}
#geoloc_error,
#geoloc_error2,
#geoloc_error3,
#geoloc_info
{
	clear: both;
	display: block;
	float: left;
	width: 92%;
	background: #CC0000;
	color: #FFFFFF;
	padding: 5px 10px 5px 2%;
	margin: 10px 0;
	font-size: 0.8em;
}
@media (min-width: 768px)
{
	#geoloc_error,
	#geoloc_error2,
	#geoloc_error3,
	#geoloc_info
	{
		width: 81%;
	}
}
#geoloc_info
{
	background: #8cb921;
}
#geoloc_button
{
	clear: both;
	float: left;
	display: block;
	margin: 0;
	cursor: pointer;
	margin: 10px 0 10px 0;
	text-decoration: none;
}
#geoloc_button img
{
	width: 100%;
	height: 100%;
}

/*  ----- GEOLOCATION SEARCH-----  */

#search_geoloc
{
	background: #def2ba;
}
#search_geoloc_err
{
	margin: 0 0 14px 4%;
	padding: 0 10px 0 3px;
}

/*  ----- PLUS PAGES-----  */

#more_body
{
	background: #FFFFFF;
	margin-top: 25px;
}
#more_body div
{
	width: 90%;
	padding: 0 20px 0 20px;
}

/*  ----- ACCOUNT CREDIT -----  */

#body_credit
{   
	clear: both;
	float: left;
	width: 97%;
	margin: 17px 0 20px 3%;
}
#acc_credit_wrap
{
	float: left;
	overflow: hidden;
	margin: 0 0 20px 0;
	width: 100%;
}
.acc_credit_button
{
	display:block; 
	background: #646464; 
	color:#fff; 
	padding: 4px 3px; 
	margin:0 0 0 5%; 
	width: 88%; 
	cursor:pointer; 
	text-decoration:none; 
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.price_link
{
	display: block;
	float: left;
	text-align: center;
	font-size: 0.8em;
	font-family: Tahoma, Arial;
	color: #333;
	background: #DDDDDD;
	width:100px;
	line-height: 34px;
	margin:0 12px 0 0;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
}
.price_link
{
	width: 15%;
	margin:0 1% 10px 0;
}
.price_link:hover,
.price_link_selected
{
	color: #FFF;
	background:#555555;
}
.acc_credit_txt
{
	display: block;
	float: left;
	font-size: 0.9em;
	padding: 5px 0;
	margin-right: 10px;
	font-family: Tahoma, Arial;
	color: #333;	
	line-height: 20px;
}
.acc_credit_txt_credit
{
	float: left;
	overflow: hidden;
}
#body_form p.acc_credit_tit
{
	margin: 10px 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #596164;
	color: #596164;
}
#body_payment div.payment_credit_bloc
{   
	margin: 5px 30px 15px 3%;
	padding:7px;
	border:solid 1px #cccccc;
	width:240px;
	background:#f4f4f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
@media(min-width: 1024px)
{
	#body_payment div.payment_credit_bloc
	{
		margin-left: 27px;
	}
}
.payment_credit_bloc input
{
	display:block;
	background:#555;
	color:#fff;
	padding:3px 40px;
	margin-left:13px;
	width:200px;
	cursor:pointer;
	text-decoration:none;
	border: none;
	font-size:1em;
	letter-spacing: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media(max-width: 768px)
{
	.price_link
	{
		width: 48%;
		margin-right: 1.5%;
	}
}
.acc_credit_info
{
	clear: both;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
	margin: 0 0 5px 0;
}
.acc_credit_info_last
{
	margin: 0 0 25px 0;
}

/* ----- POPUP -----  */

.ui-draggable .ui-dialog-titlebar
{
	display: none;
}
.ui-dialog
{
	padding: 0;
}
#popup_msg
{
	margin: 0;
	padding: 0;
}
#popup_msg p
{
	text-align: center;
	margin: 0;
	padding: 0;
}
#popup_msg p.active
{
	line-height: 52px;
	color: #555555;
	font-size: 0.9em;
	background: #F4F4F4;
	border-bottom: solid 1px #DDDDDD;
	font-weight: bold;
}
#popup_msg .ui-button
{
	font-size: 0.8em;
}
.ui-widget-overlay.custom-overlay
{
    background-color: black;
    background-image: none;
    opacity: 0.4;
    z-index: 1040;    
}
.ui-widget .ui-widget
{
	font-size: 0.9em;
}
.ui-dialog .ui-dialog-buttonpane
{
	border: none;
	margin-top: 0 !important;
	padding: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
	width: 100%;
	float: none;
	text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-child
{
	color: #51841F;
	border: solid 1px #51841F;
	background: #FFFFFF !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:last-child
{
	color: #D40000;
	border: solid 1px #D40000;
	background: #FFFFFF !important;
	margin: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button
{
	border: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-child:hover
{
	color: #FFFFFF;
	background: #51841F !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:last-child:hover
{
	color: #FFFFFF;
	background: #D40000 !important;
}
.popup_txt
{
	display: none;
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	background: #FFFFFF;
	border: solid 1px #DDDDDD;
    padding: 7px;
    margin: 20px 0 0 -10px;
    opacity: 0.9;
    letter-spacing: 1px;
    z-index: 500;
}

/* ----- INVOICES DESIGN -----  */

#body_inv
{   
	clear: both;
	float: left;
    width: 100%;
    margin: 10px 0 0 0;
	padding: 15px 0 20px 0;
}
#bloc_inv_title
{
	clear: both;
	float: left;
	width: 96%;
	height: 40px;
	margin-left: 2%;
	border: 1px solid #cbcbcb;
	background: #efefef;
}
.bloc_inv
{
	clear: both;
	float: left;
	width: 96%;
	height: 40px;
	margin-left: 2%;
	border-bottom: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
}
@media(min-width: 1024px)
{
	#bloc_inv_title
	{
		width: 948px;
		margin: auto;
	}
	.bloc_inv
	{
		width: 948px;
		margin: auto;
	}
}
#bloc_inv_title p, .bloc_inv p
{
	float: left;
	line-height: 40px;
	width: 20%;
	font-family: Tahoma;
	font-size: 12px;
	color: #555555;
	text-align: center;
}
#bloc_inv_title p
{
	font-size: 0.8em;
	font-weight: bold;
}
.bloc_inv a
{
	color: #555555;
}

*  ----- LINKS CATEGORIES DESIGN -----  */

#bloc_categories_1
{
	display: none;
	margin-top: 40px;
}
#bloc_categories_1_home
{
	margin-top: 40px;
	width: 100%;
}
@media (min-width: 768px)
{
	#bloc_categories_1
	{
		display: block;
		clear: both;
		float: left;
		width: 97%;
		overflow: hidden;
		position: relative;
		z-index: 5;
		margin-left: 1.5%;
	}
	#bloc_categories_1_home
	{
		display: block;
		clear: none;
		float: right;
		position: relative;
		z-index: 5;
		margin: 10px 25px 0 0;		
		overflow: hidden;
	}
}
@media (max-width: 890px)
{
	#bloc_categories_1_home
	{
		
	}
}
@media (min-width: 1024px)
{
	#bloc_categories_1	
	{
		float: left;
		margin: 30px 0 0 25px;
		max-width: 1230px;
	}
	#bloc_categories_1_home
	{
		width: 40%;
		margin: 10px 25px 0 0;
	}
}
@media (min-width: 1100px)
{
	#bloc_categories_1_home
	{
		width: 41%;
		margin: 10px 25px 0 0;
	}
}
#bloc_categories_2,
#bloc_categories_2_home
{
	float: left;
	width: 100%;
	margin: 5px 0 15px 0;
}
@media (max-width: 768px)
{
	#bloc_categories_2_home
	{
		float: none;
		width: 100%;
		margin-left: 0;
		height: 390px;
		display: none;
	}
}
@media (min-width: 1024px)
{
	#bloc_categories_2
	{
		float: none;
		max-width: 1230px;
		margin-left: 0;
	}
	#bloc_categories_2_home
	{

	}
}
#bloc_cat_plus
{
	display: block;
	float: right;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 0.85em;
	background: #F1F1F1;
	color: #666666;
	line-height: 31px;
	width: 80%;
	padding-right: 5%;
	margin-top: 0;
	text-decoration: none;
}
#home_pads_cats
{
	width: 90%;
	margin: 0 5%;
}
#home_pads_cats li
{
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}
@media (min-width: 1024px)
{
	#home_pads_cats
	{
		width: 100%;
		margin: 0;
	}
	#home_pads_cats
	{
		margin: 0;
	}
	#home_pads_cats li
	{
		float: left;
		width: 33%;
		margin-right: auto;
		margin-bottom: 6px;		
	}	
}
@media (min-width: 1200px)
{
	#home_pads_cats li
	{
		float: left;
		width: 24.5%;
		margin-bottom: 6px;		
	}
}

/*  ----- LINKS CATEGORIES STYLE -----  */

.li_title_categories
{
	display: block;
	width: 160px;
	height: 18px;
	font-family : Arial;
	font-size : 0.9em;
	color: #FD2E00;
	font-weight: bold;
	padding: 4px 0 0 20px;
	margin: 0 12px 3px 0;
}
.li_title_categories_2
{
	display: block;
	width: 160px;
	height: 18px;
	font-family : Arial;
	font-size : 0.9em;
	color: #FD2E00;
	font-weight: bold;
	padding: 4px 0 0 20px;
	margin: 0 0 3px 0;
}
.ul_categories
{
	float: left;
	padding-top: 5px;
	width: 25%;
}
@media (min-width: 768px)
{
	.ul_categories
	{
		width: auto;
	}	
}
.li_categories
{   
	padding-left: 2px;
}
.li_categories a
{   
	font-family: Arial, sans-serif;
	font-size: 0.85em;
	color: #777777;
	text-decoration: none;
	margin-left: 30px;
}
.li_categories a:hover
{   
	text-decoration: underline;
}
#bloc_categories_2_home .ul_categories
{
	float: right;
}
#bloc_categories_2_home .li_categories
{
	text-align: right;
	line-height: 18px;
}
#bloc_categories_2_home .li_categories a
{
	margin-left: 0;
}
#bloc_categories_2_home .li_title_categories,
#bloc_categories_2_home .li_title_categories_2
{
	text-align: right;
	padding: 0;
	margin: 0;	
}
.bloc_photo_listing_nb {

    display: block;
    position: absolute;
    background: #E3002E;
    color: #FFFFFF;
    width: 36px;
    height: 22px;
    text-align: center;
    line-height: 22px;
	border-radius: 3px;
    font-size: 15px;
	padding-bottom: 3px;
    padding-top: 23px;
    transform: rotate(4deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(4deg);

}
/*  ----- POSSIBLITER MENU FIXE PAR LA SUITE -----  */
.fixedTop
{
	position: fixed;
	top:0;
	width: 100%;
    margin-left: auto;
	margin-right: auto;
}
		
/*  ----- PRO ET PARTICULIER STYLE LISTING -----  */
.list_ann_button {

    display: block;
    background: #E3002E;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    margin: 10px 0 0 0;
    line-height: 21px;
    border-radius: 50px;

}
.part_pro_ann
{
	display: block;
	margin: 0 auto 20px auto;
	font-size: 1.2em;
	width: 45px;
}
.list_ann_button_links_wrap
{
	clear: both;
	width: 140px;
	float: right;
}
.list_ann_button_links
{
	
}



/* User Register Form */


#lean_overlay {
		position: fixed;
		z-index: 9;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		background: #000;
		display: none;
}

.popupContainer {
		position: absolute;
		width: 50%;
		height: auto;
		left: 45%;
		top: 60px;
		background: #FFF;
}

#modal_trigger {

}

#lean_overlay2 {
		position: fixed;
		z-index: 9;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		background: #000;
		display: none;
}

.popupContainer2 {
		position: absolute;
		width: 50%;
		height: auto;
		left: 45%;
		top: 60px;
		background: #FFF;
}

#modal_trigger2 {

}

.btn {
		padding: 10px 20px;
		background: #F4F4F2;
}

.btn_red {
		background: #ED6347;
		color: #FFF;
}

.btn:hover {
		background: #E4E4E2;
}

.btn_red:hover {
		background: #C12B05;
}

a.btn {
		color: #666;
		text-align: center;
		text-decoration: none;
}

a.btn_red {
		color: #FFF;
}

.one_half {
		width: 50%;
		display: block;
		float: left;
}

.one_half.last {
		width: 45%;
		margin-left: 5%;
}
/* Popup Styles*/

.popupHeader {
		font-size: 16px;
		text-transform: uppercase;
}

.popupHeader {
		background: #e00034;
		position: relative;
		padding: 10px 20px;
		border-bottom: 1px solid #e00034;
		font-weight: bold;
		color: #fff;
}

.popupHeader .modal_close {
		position: absolute;
		right: 0;
		top: 0;
		padding: 10px 15px;
		background: #E4E4E2;
		cursor: pointer;
		color: #aaa;
		font-size: 16px;
}

.popupBody {
		padding: 20px;
}
/* Social Login Form */

.social_login {}

.social_login .social_box {
		display: block;
		clear: both;
		padding: 10px;
		margin-bottom: 10px;
		background: #F4F4F2;
		overflow: hidden;
		width:64%;
}

.social_login .icon {
		display: block;
		width: 10px;
		padding: 5px 10px;
		margin-right: 10px;
		float: left;
		color: #FFF;
		font-size: 16px;
		text-align: center;
}

.social_login .fb .icon {
		background: #3B5998;
}

.social_login .google .icon {
		background: #DD4B39;
}

.social_login .icon_title {
		display: block;
		padding: 5px 0;
		float: left;
		font-weight: bold;
		font-size: 16px;
		color: #777;
}

.social_login .social_box:hover {
		background: #E4E4E2;
}

.centeredText {
		text-align: center;
		margin: 20px 0;
		clear: both;
		overflow: hidden;
		text-transform: uppercase;
}

.action_btns {
		clear: both;
		overflow: hidden;
}

.action_btns a {
		display: block;
}
/* User Login Form */

.user_login {
		display: none;
}

.user_login label {
		display: block;
		margin-bottom: 5px;
}

.user_login input[type="text"],
.user_login input[type="email"],
.user_login input[type="password"] {
		display: block;
		width: 90%;
		padding: 10px;
		border: 1px solid #DDD;
		color: #666;
}

.user_login input[type="checkbox"] {
		float: left;
		margin-right: 5px;
}

.user_login input[type="checkbox"]+label {
		float: left;
}

.user_login .checkbox {
		margin-bottom: 10px;
		clear: both;
		overflow: hidden;
}

.forgot_password {
		display: block;
		margin: 20px 0 10px;
		clear: both;
		overflow: hidden;
		text-decoration: none;
		color: #ED6347;
		64%
}
/* User Register Form */

.user_register {
		display: none;
}

.user_register label {
		display: block;
		margin-bottom: 5px;
}

.user_register input[type="text"],
.user_register input[type="email"],
.user_register input[type="password"] {
		display: block;
		width: 90%;
		padding: 10px;
		border: 1px solid #DDD;
		color: #666;
}

.user_register input[type="checkbox"] {
		float: left;
		margin-right: 5px;
}

.user_register input[type="checkbox"]+label {
		float: left;
}

.user_register .checkbox {
		margin-bottom: 10px;
		clear: both;
		overflow: hidden;
}

/*  ----- MENU DANS PAGE ANNONCES -----  */
.bloc_annonce_officiel
{
    border: 0;
    cursor: default;
    font: inherit;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: rgb(251, 186, 0);
    border-radius: 4px;
    color: white;
    padding: 6px 56px 6px 57px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
	margin-bottom: 5px;
	width: 50%;
    padding: 3% 32%;
	text-decoration: none;

}
.bloc_annonce_officiel:hover
{
    border: 0;
    cursor: default;
    font: inherit;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: rgb(191, 0, 0);
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
	margin-bottom: 5px;
	text-decoration: none;

}
.bloc_annonce_officiel a
{
    border: 0;
    cursor: default;
    font: inherit;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
	text-decoration: none;

}
.bloc_annonce_black
{
    border: 0;
    cursor: default;
    font: inherit;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #2b2a29;
    border-radius: 4px;
    color: white;
    padding: 6px 56px 6px 57px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
	margin-bottom: 5px;
    width: 12.2%;
    padding: 2% 64px;
    margin-left: 4px;
	margin-top: 5px;
	text-decoration: none;

}
.bloc_annonce_black:hover
{
    border: 0;
    cursor: default;
    font: inherit;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #000000;
    border-radius: 4px;
    color: white;
    padding: 6px 56px 6px 57px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
	margin-bottom: 5px;
	width: 12.2%;
    padding: 2% 64px;
    margin-left: 4px;

}

.bloc_annonce_black a
{
    border: 0;
    cursor: default;
    font: inherit;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
	text-decoration: none;

}


.bloc_annonce_tel
{
    border: 0;
    cursor: default;
    font: inherit;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #40FF00;
    border-radius: 4px;
    color: white;
    padding: 6px 56px 6px 57px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
	margin-bottom: 5px;
    width: 12.2%;
    padding: 2% 64px;
    margin-top: 5px;

}
.bloc_annonce_shop
{
    border: 0;
    cursor: default;
    font: inherit;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-image: linear-gradient(80deg, #00aeff, #3369e7);
    border-radius: 2px;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
	margin-bottom: 5px;
	text-decoration: none;
	width: 50%;
    padding: 3% 32%;


}
.bloc_annonce_shop:hover
{
    border: 0;
    cursor: default;
    font: inherit;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-image: linear-gradient(80deg, #0085c3, #003ece);
    border-radius: 2px;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
	margin-bottom: 5px;
	text-decoration: none;
	width: 50%;
    padding: 3% 32%;


}

.bloc_annonce_tel:hover
{
    border: 0;
    cursor: default;
    font: inherit;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #39CE08;
    border-radius: 4px;
    color: white;
    padding: 6px 56px 6px 57px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
	margin-bottom: 5px;
	width: 12.2%;
    padding: 2% 64px;
    margin-top: 5px;

}

.bloc_annonce_tel a
{
    border: 0;
    cursor: default;
    font: inherit;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
	text-decoration: none;

}


.bloc_annonce_mess
{
    border: 0;
    cursor: default;
    font: inherit;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #e00034;
    border-radius: 4px;
    color: white;
    padding: 6px 56px 6px 57px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
	margin-bottom: 5px;
    width: 12.2%;
    padding: 2% 64px;
    margin-top: 5px;

}
.bloc_annonce_mess:hover
{
    border: 0;
    cursor: default;
    font: inherit;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: rgb(191, 0, 0);
    border-radius: 4px;
    color: white;
    padding: 6px 56px 6px 57px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
	margin-bottom: 5px;
	width: 12.2%;
    padding: 2% 64px;
    margin-top: 5px;

}

.bloc_annonce_mess a
{
    border: 0;
    cursor: default;
    font: inherit;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .3s ease-in-out;
	text-decoration: none;

}


.bloc_contact_ann_nom
{
	height: 22px;
    float: left;
    width: 92%;
    clear: both;
    text-align: center;
    padding: 20px 20px 20px 10px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    background: #fff;
    color: #fff;
    margin: 0 0 2px 0;
    box-shadow: 0px 7px 11px 1px #cfcfcf;

}
.bloc_contact_ann_nom span {
    font-family: Tahoma, sans-serif;
    font-size: 0.8em;
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 20px;
}
.bloc_contact_ann_logo {
    clear: both;
    text-align: center;
    padding-top: 10px;
    border: 2px solid #eee;
    background: #eee;
}
.bout_banniere {
    clear: both;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 275px;
    filter: blur(3px);
}
