a {
	text-decoration: none;
	color: grey;
}

#base a:hover {
	color: white;
}

#base{
	font-family: "Helvetica Neue";
	font-size: 14px;
	color: grey;
}


   

/* --------------------- GENERAL --------------------- */

.menu a:hover {
	text-shadow: 1px 1px 12px #fd266e;
	color: white;
}

body{
	background-color: #000000;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	text-align: center;
}

#all{
	overflow: hidden;
	/*border-top: 1px solid #d1d1d1;*/
	width: 930px;
	height: auto;
	top: 0px;
	position: relative;
	border: 1px solid grey;
	color: #6d6d6d;
	border-radius: 10px;
	position: relative;
	box-shadow: 1px 1px 12px #555;
	padding : 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	align-content: center;
	text-align: left;
	background: -webkit-linear-gradient(#ffffff 23.31%, #cce4e9 80%);
	background:      -o-linear-gradient(#ffffff 23.31%, #cce4e9 80%);
	background:    -moz-linear-gradient(#ffffff 23.31%, #cce4e9 80%);
	background:         linear-gradient(#ffffff 23.31%, #cce4e9 80%);
}

/* --  PHOTO INTRO -- */
#HP1container{
	z-index: 2;
	cursor: pointer;
	align-content: center;
	position: absolute;
	top: 15px;
	border-bottom: 1px solid white;
	border-top: 1px solid grey;
	width:100%;
	height:50px;
}


#containerPic{
	display: block;
	position: relative;
	top: 0px;
	height:100%;
	overflow:hidden;
}

#bigPhoto{
	width: 100%;
	min-height: 100%;
	opacity: 1;
	-webkit-filter: blur(20px);
	        filter: blur(20px);
}


#containerShadow{
	position: absolute;
	top: 0px;
	box-shadow: inset 2px 1px 12px #555;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: center;
	        align-items: center;
}

#divCenter{
	z-index: 10;
	width:200px;
	height:50px;
	margin-top: 20px;
    margin-left: 15px;
 
	vertical-align: middle;
}

.menu{
	display: inline;
	color: grey;
	font-family: "Helvetica Neue";
	font-weight:100;
	font-size: 32px;
	margin: auto;
}

.selected{
	color: white;
	font-weight:200;
	font-size: 32px;
	font-family: "Helvetica Neue";
	margin: auto;
	text-shadow: 1px 1px 12px #fd266e;
}

.menu.hover{
	color: white;
	text-shadow: 1px 1px 12px #fd266e;
	font-family: "Helvetica Neue";
	font-weight:100;
}

#logo{
	width:100%;
}

  /* ----------------------- CONTAINERS ------------------------ */
#container_store{
	color: #6d6d6d;
	z-index: 15;
	position: relative;
	align-items: center;
	margin-left: 40px;
	top: 70px;
	width: 100%;
	height: auto;
}

table#table_tags{
	vertical-align: text-top;
    border: 0px;
	margin: 10px;
	padding: 10px;
    border-collapse: collapse;   
}

.tags{
	font-family: "Helvetica Neue";
	font-weight: 200;
	font-size:15px;
}

.legende_id{
 font-size: 14px;	
}

#text_description{
	padding: 10px;
	vertical-align: text-top;
}

#title{
	font-family: 'Philosopher',sans-serif;
	font-size: 28px;
	color: #fd5d88;	
}

#subtitle{
	font-size: 25px;
	color: #fd5d88;	
}



/* ----------------------- CONTAINER MODELES ------------------------ */


#display_solo{
	display: block;
	height:auto;
	margin:0px 0px 00px 11px;
}


/* TABLEAU VIDEO PREVIEW */ 
table, td {
    border-collapse: collapse;
    vertical-align:top;
}

/* TABLEAU VIDEO PREVIEW QUAND VIDE */ 
table#tableEmpty tr{
	text-align: center;	
	vertical-align: top;
}

table#tablePhotos td{
	text-align: center;
}


/* IMAGES THUMBNAILS MODELES */ 
.img_profile{
	box-shadow: 1px 1px 12px #555;	
	margin: 5px 8px 5px 8px;
	border: 1px solid rgba(163, 163, 163, 0.81);
	border-radius: 9px;
	width: 210px;
}

.img_profile.hover, .img_profile_solo.hover{
	box-shadow: 1px 1px 12px rgba(251, 91, 144, 1);	
	border: 1px solid #fd266e;
}

.img_profile_solo{
	box-shadow: 1px 1px 12px #555;	
	margin: 5px 8px 5px 8px;
	border: 1px solid rgba(163, 163, 163, 0.81);
	border-radius: 9px;
	height: 207px;
}





table#table_tags{
    border: 0px;
	margin-left: 10px;
	padding: 0px;
    border-collapse: collapse;   
}

.tags, #container_store{
	font-family: "Helvetica Neue";
	font-weight: 200;
	font-size:14px;
}
#display_empty{
	font-family: "Helvetica Neue";
	font-weight: 200;
	text-align: center;
	font-size:20px;
}


.tags.hover{
	color: #56d2f7;
	text-shadow: 2px 2px 8px #fb5b90;
}
.tags.click{
	color: #ffffff;
	text-shadow: 1px 1px 3px #fb5b90;
}

/* ## fenetre de preview des videos ## */

#video_preview {
/* 	border: 1px solid #fd266e; */
	border-radius: 10px;
	color: #e9e9e9;
	z-index: 6;
	position: relative;
	top: 75px;
	left: 10px;	
	height: auto;
	width: 800px;
	box-shadow: inset 1px 3px 9px rgba(0, 0, 0, 0.29);
	padding : 10px;	
	margin-bottom: 150px;
	background-color: rgba(255, 125, 159, 0.48);
	background-color: white;
  	margin-left: auto;  
  	margin-right: auto;  
}




.poster {
	width: 430px;
	border: 1px solid #9acede;
/* 	box-shadow: 2px 2px 17px #070707; */
	border-radius: 10px 0px 0px 10px;
} 

.thumbnail {
	width:150px;
	margin-left: 6px;
	border: 1px solid #9acede;
/* 	box-shadow: 2px 2px 17px #070707; */
} 

.thumbTopRight {
	border-top-right-radius: 10px;
}

.thumbBottomRight {
	border-bottom-right-radius: 10px;
}

.girls, .tags{
	cursor: pointer;
	margin: auto;
	}


/* LOGO CCBIll */	
#ccbill {
	position: absolute;
	bottom: 5px;
	right: 10px;
}
