
/************** Reset CSS pour compatibilit�s IEsques ***************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,textarea,blockquote,th,td
{ 	padding: 0; margin: 0; }

table
{ border-collapse: collapse; border-spacing: 0; }

fieldset,img
{ border: 0; }

address,caption,cite,code,dfn,em,string,th,var
{ font-style: normal; font-weight: normal; }

ol,ul
{ list-style: none; }

caption,th
{ text-align: left; }

h1,h2,h3,h4,h5,h6
{ font-size: 100%; font-weight: normal; }

q:before,q:after
{ content:''; }

abbr,acronym 
{ border: 0; }

/** Taille de grille perso */
@media (max-width: 768px) and (min-width: 490px) {
	.col-bob-6 {
		width: 50% !important;
	}
}

/************** Design ***************/
body
{
	background-color: black;
	color: white !important;
	/*font-family: arial;*/
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.main_frame
{
	/*width: 982px;
	position: absolute;
	left: 50%;
	margin-left: -491px;
	margin-top: 0px;
	top: 0px;*/
	padding-bottom:30px;
}

/* Head */
.head
{
	position: relative;
	width: 100%;

	/*height: 105px;*/
}

.head .head_nav  {
/*	position: absolute;	*/
	text-align: right;
	right: 0;
	top: 32px;
	line-height:12px;
}

.head h1 {
	/*position: absolute;	*/
	/*right: 0;
	top: 12px;*/
	color: white;
	font-size: 14px;
	font-weight:bold;
}

.head .head_nav a {
	color: white;
	display:inline-block;
	margin-left:15px;
	text-decoration: none;
	font-size: 11px;
}
.head .head_nav a:hover {
	text-decoration: underline;
}

.text-a-louest {
	text-indent: -9999px;
}

/* Titre + Slogan */
.head_corp
{
	background-image: url('images/head_corp.png');
	background-size: 100% auto; /* Responsive */
	background-repeat: no-repeat;
	max-width: 460px;
	height: 75px;
	margin-top: 18px;
	margin-bottom: 10px;
	/*left: 35px;
	top: 18px;
	position: relative;*/
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Vignettes */
.head_vignette
{
	/*width: 95px;*/
	height: 100px;
	float: right;
	display: inline;

	/* Responsive */
	width: 25%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.head_vignette_container {
	margin-left: auto;
	margin-right: auto;
	/*width: 380px;*/
	width: 100%;
    max-width: 380px;
}

/* Vignette mariages */
.head_mariages
{
	background-image: url('images/head_mariages.jpg');
}

/* Vignette soirees */
.head_soirees
{
	background-image: url('images/head_soirees.jpg');
}

.head_evenements
{
	background-image: url('images/head_evenements.jpg');
}

/* Vignette location */
.head_location
{
	background-image: url('images/head_location.jpg');
}

/* Vignette ballons */
.head_ballons	
{
	background-image: url('images/head_ballons.jpg');
}

/* Milieu */
.index_container {
	/*width: 982px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: content-box;*/
}

.index_flares
{
	width: 100%;
	height: 338px;
	background-image: url('images/index_flares.jpg');
	background: url(images/index_flares.jpg) no-repeat center center scroll;
}


@media (max-width: 400px) {
	.index_flares {
		height: 200px;
		background-size: cover;
	}
}

@media (min-width: 700px) {
	.index_flares {
		background-size: cover;
	}
}

#index_slider ul
{
	width: 100%;
	margin: 0; 
	list-style-type: none;
}

#index_slider ul, #index_slider li,
#index_slider li
{
	text-align: center;
	/*width: 100%;*/
	height:338px;
	overflow:hidden; 
}	

#index_slider img
{
	border: 0;
	margin-top: 10px;
}

.index_subtitle_container
{
	width: 100%;
	height: 45px;
	margin-top: -45px;
}

#index_subtitle > ul
{
	margin-top: 0px; 
	margin-top: -8px; 
	list-style-type: none; 
	padding: 0
}

#index_subtitle li
{
	/*width: 982px;*/
	line-height: 45px;
	padding-top: 5px;
}

#index_subtitle li > span {
	width: 10px;
	display: inline-block;
}

/* Sous-titre sous la photo */
.index_subtitle
{
	height: 41px;
	position: relative;
	/*background-image: url('images/index_subtitle.png');
	background-repeat: repeat-y;*/
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.8) 63%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 63%,rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 63%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */
	overflow: hidden; 
	text-align: right;
	font-family: 'Reenie Beanie';
	font-size: 45px;
	color: #3c3c3c;
	padding-top: 4px;
}


@media (max-width: 400px) {
	#index_slider img
	{
	   width: 65%;
	}

	.index_subtitle {
		font-size: 35px;
	}
}

/* Cadres */
nav.row {
	margin-top: 20px;
}

.index_vignette_container {
	padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
}

.index_vignette
{
	/*float: left;*/
	margin-left: auto;
	margin-right: auto;
	width: 235px;
    height: 222px;
}

@media (max-width: 992px) {
	.index_vignette
	{
	    border: 1px solid #444;
	}
}

/*.index_vignette_last
{
	margin-right: 0
}*/

.index_cadre
{
	position: relative;
	height: 130px;
	top: 0px;
	font-family: 'arial';
	font-weight: bold;
	font-size: 20px;
	-moz-user-select: none;
	cursor: default;
	color: #fff0df;
	padding-left: 12px;
	padding-top: 7px;
	cursor: pointer;
	display: block;
	text-decoration: none; /* Emp�che IE6 de mettre le soulign� du lien <a> */
}

.index_cadre:hover
{
	color: #386DF7;
	text-decoration: none;
}

.index_cadre1
{
	background-image: url('images/index_cadre1.jpg');
}

.index_cadre2
{
/*	left: 247px;
	top: -137px;*/
	background-image: url('images/index_cadre2.jpg');
}

.index_cadre3
{
/*	left: 494px;
	top: -274px;*/
	background-image: url('images/index_cadre3.jpg');
}

.index_cadre4
{
/*	left: 739px;
	top: -411px;*/
	background-image: url('images/index_cadre4_2.jpg');
}

/* Texte sous les cadres */
.index_cadre_titre
{
	position: relative;
	font-weight: bold;
	font-family: 'IM Fell Great Primer';
	font-size: 14px;
	text-transform: uppercase;
	color: #ff9600;
	width: 231px;
	/*height: 130px;*/
	margin-top: 5px;
	margin-left: 2px;
	cursor: pointer;
	margin-bottom: 10px;
}

.index_cadre_titre > h2
{
	font-weight: bold;
}

/* Texte de description sous le cadre */
.index_cadre_desc
{
	font-family: 'Arial';
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: white;
}

/* Pied de page */
.tail
{
	background-image: url('images/tail.gif');
	background-repeat: repeat-x;
	background-color: #0C0C0C;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	
	color: #696664;;
	font-size: 12px;
	text-align: center;
	z-index: 1000;
	/**display: none;*/
}

.hidden_block
{
	display: none !important;
}

.tail_mail
{
	color: #d2bba2
}

.tail_mail> img
{
	margin-bottom: -2px
}

/************** Page ***************/
.page
{
	clear: both; /* Arr�te de float d'avant */
	margin-top: 30px;
}

/* Bloc de l'image de la colonne de gauche */
.page_pic
{
	margin-left: auto;
    margin-right: auto;
	width: 166px;
	height: 32px;
	text-transform: uppercase;
	padding: 230px 10px 0px 0px;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	color: #fff0df;
	margin-bottom: 10px;
	box-sizing: content-box;
}

.page_pic_title
{
	font-weight: bold;
}

.page_topic
{
	/*position: relative;
	margin-top: -50px;
	margin-left: 40px;
	float: left;
	width: 750px;*/
}

h3.page_p_title
{
	width: 100%;
	height: 32px;
	font-family: 'Reenie Beanie';
	color:#3C3C3C;
	font-size: 32px;
	padding: 0px 10px 0px 10px;
	background-repeat: repeat-y;
	margin-top: 40px;
	margin-bottom: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

h3.pageL
{
	background-image: url('images/page_titleL.png');
	text-align: left;
	float: left;
}

h3.pageR
{
	background-image: url('images/page_titleR.png');
	text-align: right;
	background-position: right;
	float: left;
}

.page_content, .page_content_wide
{
	position: relative;
	float: left;
	/*width: 532px;*/
}

.page_content_wide
{
	width: 750px;
}

.page_topic_picture
{
	position: relative;
	float: right;
	width: 200px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page_ariane
{
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
}

.page_ariane_link
{
	color: white;
}

.page_ariane_link:hover
{
	text-decoration: none;
}

/* Espace vide avant le pied de page */
.page_bottom_buffer
{
	height: 50px;
	width: 100%;
	float: left;
}

/* Liste */
ul.page_list
{
	padding: 10px 0px 20px 20px;
	list-style: disc inside;
}
/************** Menu ***************/
.menu
{
	width: 100%;
	/*font-family: 'Arial';*/
	font-family: 'Roboto', 'Arial';
	font-size: 18px;
	background-color: #2C2C2C;
	box-sizing: content-box;
	min-height: 29px;
	display: flex;
    flex-wrap: wrap;
}

.menu_button
{
	flex: 1;
	-webkit-flex: 1 1 auto; /* bug ios */
	float: left;
	/*width: 195px;*/
	height: 27px;
	padding-top: 2px;
	background-image: url('images/menu.gif');
	text-align: center;
	overflow: hidden;
	display: block;
	color: white;
	text-decoration: none !important;
	cursor: pointer;
	min-width: 130px;
}

.menu_button:hover
{
	color: #ff9308;
}

.menu_button_selected
{
	color: #ffbd69;
	cursor: default;
}

.menu_separator
{
	float: left;
	width: 1px;
	height: 29px;
	background-image: url('images/menu_sep.gif');
}

/******************** Formulaires **********************/
/*
.form_container {
	margin-left: auto !important;
	margin-right: auto !important;
}

form {
	margin-top: 50px;
    font-family: 'Roboto';
    opacity: 1;
    position: absolute;
    width: 100%;

    /** Anti boostrap avant de refaire le form */
   /* box-sizing: content-box !important;
}

form * {
	box-sizing: content-box !important;
}

form input, form textarea {
	color: black;
}

form.ng-hide {
	opacity: 0;
}

form.ng-hide-add {
	transition: all linear 0.3s;
}

form.ng-hide-remove {
	transition: all linear 0.3s;
	transition-delay: 0.3s;
}

input[type="submit"].form_submit {
	float: right;
	margin-top: 30px;
}

form h2 {
	position: relative;
	font-size: 16px;
    line-height: 20px;
    text-align: center;
    background-color: black;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 50px;
}

form .title {
	position: relative;
	text-align: center;
}

form .title:before {
    position: absolute;
    top: 12px;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #434857;
}

form .panel {
	border: 1px solid #0275d8;
	border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center;
}

form .panel:hover {
	background-color: #001c33;
    border-color: #01549b;
}

form .panel .panel_footer {
	background-color: #0275d8;
    text-align: left;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}

form .panel:hover .panel_footer {
	background-color: #025aa5;
}
/*form {
	box-sizing: content-box;
}

.form_entry
{
	height: 30px;
}

.form_label
{
	width: 481px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

.form_control
{
	width: 481px;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
}

.form_submit
{
	margin-top: 30px;
	height: 50px;
	width: 200px;
	margin-left: -100px;
	left: 50%;
	position: relative;
}

input,select,textarea
{
	border: 1px solid #FFBD69;
}
select
{
	width: 202px;
}

textarea
{
	width: 400px;
	height: 200px;
}*/

/***************** Map ******************/
.map_result_item
{
	height: 50px;
	cursor: pointer;
	margin-bottom:5px;
	border-bottom:1px solid #333333;
}

.map_result_item:hover
{
	background-color: #2E2E2E;
}

/***************** Autre ******************/
.button
{
	width: 75px;
	height: 22px;
	background-image: url('images/button.gif');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
}

.link
{
	text-decoration: none;
	color: white;
	border: 0;
}

span.link:hover
{
	text-decoration: underline;
}

/***************** Location v2 ******************/
@font-face {
    font-family: 'SteinerRegular';
    src: url('fonts/steinerlight-webfont.eot');
    src: url('fonts/steinerlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/steinerlight-webfont.woff') format('woff'),
         url('fonts/steinerlight-webfont.ttf') format('truetype'),
         url('fonts/steinerlight-webfont.svg#SteinerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.loc2_container {
	width: 100%;
}

.loc2_header
 {
	width: 100%;
	height: 170px;
	background-repeat: no-repeat;
	border-bottom: 3px solid #29afd9;
	margin-top: 20px;
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
    display: flex;
 }
 
 .loc2_title
 {
	font-size: 36px;
	text-shadow: 2px 2px 1px black;
	width: 100%;
    text-align: right;
	margin-right: 10px;
 }

 .loc2_anchor {
 	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iODBweCIgaWQ9IkNhcGFfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODAgODA7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA4MCA4MCIgd2lkdGg9IjgwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNMjkuMjk4LDYzLjQ3MWwtNC4wNDgsNC4wMmMtMy41MDksMy40NzgtOS4yMTYsMy40ODEtMTIuNzIzLDBjLTEuNjg2LTEuNjczLTIuNjEyLTMuODk1LTIuNjEyLTYuMjU3ICAgczAuOTI3LTQuNTg1LDIuNjExLTYuMjU4bDE0LjktMTQuNzgzYzMuMDg4LTMuMDYyLDguODk3LTcuNTcxLDEzLjEzMS0zLjM3MmMxLjk0MywxLjkzLDUuMDgxLDEuOTE3LDcuMDEtMC4wMjUgICBjMS45My0xLjk0MiwxLjkxOC01LjA4MS0wLjAyNS03LjAwOWMtNy4xOTctNy4xNDItMTcuODM0LTUuODIyLTI3LjA5OCwzLjM3TDUuNTQzLDQ3Ljk0MUMxLjk2OCw1MS40OSwwLDU2LjIxLDAsNjEuMjM0ICAgczEuOTY4LDkuNzQzLDUuNTQ0LDEzLjI5MkM5LjIyMyw3OC4xNzYsMTQuMDU0LDgwLDE4Ljg4Nyw4MGM0LjgzNCwwLDkuNjY3LTEuODI0LDEzLjM0OC01LjQ3Nmw0LjA1MS00LjAyMSAgIGMxLjk0Mi0xLjkyOCwxLjk1My01LjA2NiwwLjAyMy03LjAwOUMzNC4zODIsNjEuNTUzLDMxLjI0MSw2MS41NDIsMjkuMjk4LDYzLjQ3MXogTTc0LjQ1NCw2LjA0NCAgIGMtNy43My03LjY3LTE4LjUzOC04LjA4Ni0yNS42OTQtMC45ODZsLTUuMDQ2LDUuMDA5Yy0xLjk0MywxLjkyOS0xLjk1NSw1LjA2Ni0wLjAyNSw3LjAwOWMxLjkzLDEuOTQzLDUuMDY4LDEuOTU0LDcuMDExLDAuMDI1ICAgbDUuMDQ0LTUuMDA2YzMuNzA3LTMuNjgxLDguNTYxLTIuMTU1LDExLjcyNywwLjk4NmMxLjY4OCwxLjY3MywyLjYxNSwzLjg5NiwyLjYxNSw2LjI1OGMwLDIuMzYzLTAuOTI4LDQuNTg2LTIuNjEzLDYuMjU5ICAgbC0xNS44OTcsMTUuNzdjLTcuMjY5LDcuMjEyLTEwLjY3OSwzLjgyNy0xMi4xMzQsMi4zODNjLTEuOTQzLTEuOTI5LTUuMDgtMS45MTctNy4wMSwwLjAyNWMtMS45MywxLjk0Mi0xLjkxOCw1LjA4MSwwLjAyNSw3LjAwOSAgIGMzLjMzNywzLjMxMiw3LjE0Niw0Ljk1NCwxMS4xMzksNC45NTRjNC44ODksMCwxMC4wNTMtMi40NjIsMTQuOTYzLTcuMzM3bDE1Ljg5Ny0xNS43N0M3OC4wMywyOS4wODMsODAsMjQuMzYyLDgwLDE5LjMzOCAgIEM4MCwxNC4zMTYsNzguMDMsOS41OTUsNzQuNDU0LDYuMDQ0eiIvPjwvZz48L3N2Zz4=);
 	width: 16px;
 	height: 16px;
 	background-size: 16px 16px;
	display: inline-block;
	float: right;
	margin: -3px 5px 5px 0;
 }
 
 .loc2_item
 {
	width: 440px;
	min-height: 340px;
	/*float: left;*/
	margin-bottom: 40px;
	font-size: 12px;
	margin-left: auto;
    margin-right: auto;
	line-height: 1.3;
 }

@media (max-width: 575px) {
	.loc2_item
	{
		width: auto;
	}
}
 
 .loc2_item .back
{
	background-color: #0c182e/*#091121*/;
	height: 100%;
	/*float: left;*/
}

/*div.loc2_item:nth-child(2n) > div.back
 {
	float: right;
}*/

 .loc2_item .title
{
	font-family: 'SteinerRegular';
	font-size: 18px;
	background-color: #1c3356;
	height: 25px;
    padding-left: 15px;
    padding-top: 7px;
	letter-spacing: 1px;
}

.loc2_item .desc
{
	width: 235px;
	float: left;
	height: 225px;
	margin: 10px 10px 0 10px;
	overflow: hidden;
}
 
.loc2_item .price
{
	clear: both;
	width: 180px;
	height: 70px;
	margin-left: -10px;
	background-image: url(images/location2/price_back.png);
	background-repeat: repeat-x;
	color: black;
	float: left;
}

/* Asterisque */
.loc2_item .price_wildcard
{
	font-size: 16px;
    margin-left: -5px;
    margin-top: 2px;
	color: red;
	float: right;
}

.loc2_item .price_insteadof
{
	font-size: 20px;
	text-decoration: line-through;
	float: left;
	margin-left: 23px;
    margin-top: 0px;
	height: 24px;
}

.loc2_item .price_soiree
{
	float: left;
    font-size: 12px;
    margin: 0px 5px 0px 10px;
}

/* Partie gauche d�bordante */
.loc2_item .price_left
{
	position: absolute;
	color: white;
	width: 10px;
	height: 70px;
	background-image: url(images/location2/price_left.png);
	background-repeat: no-repeat;
}

.loc2_item .price_label
{
	font-size: 40px;
	font-weight: bold;
	color: red;
	float: right;
	margin: -5px 5px 0 0;
}

.loc2_item .price_label_small
{
	font-size: 21px;
	line-height: 33px;
}
 
.loc2_item .price_montage
{
	/*clear: both;*/
	color: #343434;
	float: right;
	margin-right: 8px;
	margin-top: -6px;
	margin-top: -6px;
	text-align: right;
}

.loc2_item .price_assu
{
	margin-top: -4px; 
	color: #B57700; 
	font-size: 11px;
	font-style: italic
}

.loc2_item .wildcard
{
	font-size: 10px;
	font-style: italic;
	float: left;
	clear: both;
	margin-left: 5px;
    margin-top: -1px;
	width: 100%;
}

.loc2_item .btn_rent
{
	width: 178px;
	height: 48px;
	background-image: url(images/location2/jeloue.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 60px;
    margin-top: 18px;
	cursor: pointer;
}

.loc2_item .pic_slider
{
	position: relative;
	margin-top: 20px;
    width: 201px;
    float: right;
	margin-right: -18px;
}

@media (max-width: 575px) {
	.loc2_item  .pic_slider
	{
		clear: both;
		margin-left: auto;
		margin-right: auto;
		height: 200px;
		float: none;
	}
}

.loc2_item  .pic_container
{
	position: relative;
}

.loc2_item .pic_frame
{
	width: 197px;
    height: 147px;
	border: 6px solid #bababa;
	overflow: hidden;
	position: relative;
	float: right;
	margin-left: auto;
	margin-right: auto;
}

.loc2_item .pic_tip
{
	margin-top: -14px;
	position: relative;
	font-size: 11px;
    font-weight: bold;
    padding: 0 2px;
    text-align: right;
    width: 181px;
	background-image: url(images/location2/transparency.png);
}

.loc2_item  .picture
{
	width: 185px;
	height: 135px;
/*	float: left;*/
}

/* Retour */
.loc2_item .pic_right
{
	width: 18px;
	height: 8px;
	background-image: url(images/location2/pic_right.png);
	background-repeat: no-repeat;
	color: black;
	float: right;
}

.loc2_item .desc > p, .loc2_item .desc ul, .loc2_details_over ul
{
	margin-top: 5px;
	list-style-position: outside;
	list-style-type: disc;
}

.loc2_item .desc li
{

}

.loc2_item .desc ul, .loc2_details_over ul
{
	margin-left: 15px;
}

.loc2_item .desc .list
{
	height: 170px;
}

.loc2_item .preview_video, .loc2_option .preview_video
{
	width: 80px;
	height: 30px;
	background-image: url(images/location2/preview_video.png);
	cursor: pointer;
	float: right;
	margin-right: -18px;
}

.loc2_option .preview_video {
	bottom: 10px;
    position: absolute;
    right: 0;
    /*margin-right: -5px;*/
}

.loc2_item .preview_video {
	*margin-top: 40px; /* IE7 c'est de la merde */
}

#video_container {
	position: relative;
	left: 0;
	top: 0;
}

.video_preview_back {
    background-color: #808080;
    height: 100%;
    left: 0;
    opacity: 0.8;
	filter: alpha(opacity=80);
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 10000;
}

.video_preview_content {
	background-color: black;
    border: 1px solid white;
    height: 360px;
    left: -320px;
    margin-left: 50%;
    opacity: 1;
    position: fixed;
    width: 640px;
	z-index: 10001;
	top: 50px;
	overflow: hidden;
}

.video_preview_close {
   /* background-image: url("images/location2/close.png");
    cursor: pointer;
    float: right;
    height: 32px;
    margin-right: -24px;
    margin-top: -24px;
    position: absolute;
    width: 32px;
	margin-right: -16px;
    margin-top: -16px;
	right: 0;*/
	background-image: url("images/location2/close.png");
    cursor: pointer;
    height: 32px;
    left: 305px;
    margin-left: 50%;
    position: fixed;
    top: 35px;
    width: 32px;
    z-index: 10002;
}

.video_preview_error {
	text-align: center; 
	margin-top: 150px;
}

.label
{
	color: #FF9308;
	font-weight: bold;
	font-size: 110%;
}
.pic_dots
{
	cursor: pointer;
	position: relative;
    float: left;
    left: 50%;
    margin-top: 7px;
}

.pic_dot_off, .pic_dot_on
{
	float: left;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
}

.pic_dot_off
{
	background-image: url(images/location2/dot_off.png);
	margin: 0 3px 0 3px;
}

.pic_dot_on
{
	background-image: url(images/location2/dot_on.png);
}

.loc2_opt_bar
{
	background-color: #202020;
    font-family: 'SteinerRegular';
    font-size: 18px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-top: 9px;
	width: 100%;
	margin: 30px 0 20px 0;
	clear: both;
}

.loc2_option
{
	width: 205px;
	height: 360px;
	margin-bottom: 20px;
	background-color: #202020;
	font-size: 12px;
/*	margin-right: 20px;
	margin-left: 20px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.loc2_option .picture
{
	border: 1px solid #646464;
	margin: 9px;
}

.loc2_option .title
{
	font-family: 'SteinerRegular';
	font-size: 15px;
	letter-spacing: 1px;
	margin: 3px 0 10px 9px;
}

.loc2_option .desc
{
	margin: 0 10px 0 9px;
    height: 125px;
	position: relative;
}

.loc2_option .desc .label
{
	bottom: 0;
	position: absolute;
    left: 0;	
}


.loc2_option .price
{
	width: 80px;
	height: 36px;
	text-align: center;
	background-color: #616161;
	color: white;
	font-size: 30px;
	float: left;
	bottom: 10px;
    position: absolute;
    line-height: 36px;
}

.loc2_option .add
{
	width: 90px;
	height: 24px;
	background-image: url(images/location2/add.png);
	float: left;
	margin-left: 20px;
    margin-top: 5px;
	color: #f5af70;
	cursor: pointer;
}

.loc2_asterix {
	font-size: 80%;
	margin: 25px 35px;
}

.loc2_asterix p {
	margin: 10px 0px;
}

.loc2_social
{
	width: 100%; 
	height: 22px; margin: 6px 0px 6px 0px;
	color: black;
}

.loc2_social > *
{
	float: right !important;
	margin-left: 5px;
}

.loc2_info
{
    margin-left: 10px;
    vertical-align: bottom;
	cursor: pointer;
}

.loc2_details_over
{
	position: absolute !important;
	z-index: 200000;
	font-size: 11px;
	border: 1px solid #444444;
	padding: 10px;
	background-color: #000000;
}

.loc2_details_over h2 {
	color: #FF9308;
    font-size: 110%;
    font-weight: bold;
}

.loc2_join_us_facebook {
    color: white;
    text-decoration: none;
}

.loc2_footer_links
{
	background-color: #202020;
    clear: both;
    font-size: 11px;
    /*height: 33px;*/
    letter-spacing: 1px;
    padding-left: 13px;
	padding-top: 2px;
    /*width: 982px;*/
	margin-bottom: 80px;
}

.loc2_footer_links a
{
	color: white !important;
	text-decoration: none !important;
}

.loc2_footer_links a:hover
{
	text-decoration: underline !important;
}

.loc2_footer_links > .label
{
	float: left;
	width: 143px;
	margin-top: 8px;
}

.loc2_footer_links > .content
{
	float: left;
	/*width: 838px;*/
	text-align: center;
}

.loc2_footer_links > .content > *
{
	display: inline;
	margin: 0 2px 0 2px;
}

/** Caroussel des images */
.loc2_carousel_container {
	perspective: 1100px;
}

.loc2_carousel {
	margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 400px;
    transform: translateZ(-350px) rotateY(0deg);
    height: 350px;
	transition: transform 1s;
	transform-style: preserve-3d;
}

.loc2_carousel > .loc2_pic {
	display: block;
    position: absolute;
    top: 0px;
	width: 350px;
	backface-visibility: hidden;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(75,78,94,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(75,78,94,0.5);
	box-shadow: 0px 0px 10px 5px rgba(75,78,94,0.5);
}

.loc2_carousel > .loc2_pic > img {
	width: 100%;
	border: 10px solid white;
    border-bottom-width: 50px;
}

.loc2_carousel > .loc2_pic > .loc2_legend {
	color: #222;
    margin-top: -50px;
    font-family: "Reenie Beanie";
    font-size: 25px;
    line-height: 40px;
    padding: 5px 10px;
}

.loc2_carousel > .loc2_pic > .loc2_legend > span {
	vertical-align:middle;
	display:inline-block;
	line-height: 0.82;
}

.loc2_carousel > .loc2_pic:nth-child(1) {
	transform: rotateY( 0deg ) translateZ( 350px );
}

.loc2_carousel > .loc2_pic:nth-child(2) {
	transform: rotateY( 60deg ) translateZ( 350px );
}

.loc2_carousel > .loc2_pic:nth-child(3) {
	transform: rotateY( 120deg ) translateZ( 350px );
}

.loc2_carousel > .loc2_pic:nth-child(4) {
	transform: rotateY( 180deg ) translateZ( 350px );
}

.loc2_carousel > .loc2_pic:nth-child(5) {
	transform: rotateY( 240deg ) translateZ( 350px );
}

.loc2_carousel > .loc2_pic:nth-child(6) {
	transform: rotateY( 300deg ) translateZ( 350px );
}


.loc2_carousel2 {
	width: 100%;
	height: 500px;
	position: relative;
	transform-style: preserve-3d;
    perspective: 1500px;
    overflow: hidden;
}

.loc2_carousel2 > .loc2_pic2 {
	display: block;
    position: absolute;
    top: 0px;
	width: 350px;
	left: 50%;
    margin-left: -175px;
    margin-top: 50px;
    transition: all 0.5s ease-in-out, z-index 0.15s step-end;
    opacity: 1;
	/*backface-visibility: hidden;*/
	/*-webkit-box-shadow: 0px 0px 10px 5px rgba(75,78,94,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(75,78,94,0.5);
	box-shadow: 0px 0px 10px 5px rgba(75,78,94,0.5);*/
}

.loc2_carousel2 > .loc2_pic2.loc2_hidden {
	opacity: 0;
}

.loc2_carousel2 > .loc2_pic2 > img {
	width: 100%;
	border: 10px solid white;
    border-bottom-width: 50px;
}

.loc2_carousel2 > .loc2_pic2 > div.loc2_overlay {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s;
}

.loc2_carousel2 > .loc2_pic2 > div.loc2_overlay.loc2_active {
    opacity: 0.5;
}

.loc2_carousel2 > .loc2_pic2 > .loc2_legend2 {
	color: #222;
    margin-top: -50px;
    font-family: "Reenie Beanie";
    font-size: 25px;
    line-height: 40px;
    padding: 5px 10px;
}

.loc2_carousel2 > .loc2_pic2 > .loc2_legend2 > span {
	vertical-align:middle;
	display:inline-block;
	line-height: 0.82;
}