@import url(//fonts.googleapis.com/css?family=Raleway:500,700,300);
/**** Général *****/

html {
    height: 100%;
    min-height: 100%;
	background-color: #200f21;
}

body{
	font-family: 'Raleway','Myriad Pro','PT Sans', sans-serif;
	background-color: #85356c;
	color: #fff;
	padding:0px;
	margin:0px;	
	font-size: 12px;
}

a img, a,img {
	border:0px;
}

form {
	display:inline;
}

.hr_solid{
	border:none;
    border-bottom:1px solid #e2e2e2;
}

.hr_dotted{
	border:none;
    border-bottom:1px dotted #e2e2e2;	
}

.hr_dotted2{
	border:none;
    border-bottom:1px dotted #707070;	
}

.hr_dashed{
	border:none;
    border-bottom:1px dashed #e2e2e2;	
}

.container{
	/*max-width: 1200px !important;*/
    max-width: 970px;
}

.bg_noir{
	background:#200F21;
	padding:15px;
	margin-bottom:15px;	
}

.no-padding{
	padding:0	
}

@media(max-width:767px){
	.header-mobile{
		position:fixed;
		width:100%;
		background:#703F64;
		z-index:1000;
		line-height:33px;
	}
}

#bloc_langues{
	float:right;
	margin-right:10px;
	margin-top:0px;	
}


/**** HEADER *****/

	header{
		width:100%;
		background:url("../../maj/phototheque/photos/charte/bg_haut.png") repeat-x #fff;
		height: 170px;
		overflow: hidden;
		background: #582952; /* Old browsers */	
		background: -moz-linear-gradient(top,  #200f21 1%, #582952 50%, #85356c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#200f21), color-stop(50%,#582952), color-stop(100%,#85356c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #200f21 1%,#582952 50%,#85356c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #200f21 1%,#582952 50%,#85356c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #200f21 1%,#582952 50%,#85356c 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #200f21 1%,#582952 50%,#85356c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#200f21', endColorstr='#85356c',GradientType=0 ); /* IE6-9 */
	}
	
	@media(max-width:767px){
		header{
			height: auto;
		}
	}

	header #logo{
		margin-top:20px;
	}
	
	header #title{
		margin-top:50px;
	}
	
	
	header #bloc_img_header{
		background-image: url('../../maj/phototheque/photos/charte/header-img.png');
		background-position: -7px bottom;
		background-repeat: no-repeat;
		height: 170px;	
		color: #FFFFFF;
		font-size: 12px;
		font-style: italic;
		font-weight: 500;
		line-height: 20px;
		padding: 62px 0 0 67px;
		text-shadow: -1px 1px rgba(0,0,0,0.7);
		text-transform: uppercase;
	
	}	


	header .input-group {
		width: 40%;
		margin-right: 6px
	}
	@media(max-width:767px){
		header .input-group {
			width:auto	
		}
	}
	
	header .input-group .form-control {
		margin-bottom: 0;
		width: 100%;
	}	
	
	header .input-group .input-group-addon,
	header .input-group .form-control {
	
		font-size: 12px;
		padding: 0px 12px;
		border: 1px solid #ff89d5;
		color: #FFFFFF;
		height: 28px;
		background: #333333; /* Old browsers */
		background: -moz-linear-gradient(top,  #333333 1%, #000000 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#333333), color-stop(100%,#000000)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #333333 1%,#000000 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #333333 1%,#000000 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #333333 1%,#000000 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #333333 1%,#000000 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}
	
	header .input-group .input-group-addon {
	
		font-size: 14px
	}
	
	header .btn {
		font-size: 12px;
		height: 28px;
		text-decoration: none;
		line-height: 1
	}
	
	header a.log-link {
		color: #ff89d5;
		text-decoration: underline;
		font-size: 12px ;
		line-height: 1;
		margin: 0px
	}
	
	header a.log-link:hover,header a.log-link:focus {	
		color: #FFFFFF	
	}
	
	
	header .log-bloc {
	
		background-color: #200F21;
		padding: 15px;
		border-radius: 8px;
		border: 1px solid #85356c;
		margin-top: 20px
	
	}
	
	header .log-bloc hr {
	
		margin: 7px 0;
		border-color: #85356C;
	
	
	}
	
	header .log-bloc .points {
	
		font-weight: 300;
		font-size: 30px;
		margin-right: 10px;
		margin-bottom: 0px;
		line-height: 0.8
	
	}
	header .log-bloc h6 {margin: 0px}
	header .log-bloc .text {
	
		margin-bottom: 0px;
		display: inline-block;
		line-height: 30px;
	
	}
	
	header .log-bloc a.user {
		text-decoration: underline;
		color: #FFFFFF;
	
	}
	header .log-bloc a.user:hover,header .log-bloc a.user:focus {
	
		color: #ff89d5
	
	}
	
	header .log-bloc .fa-times-circle-o {
	
		font-size: 25px;
		color:#85356C;
		position: absolute;
		margin-right: -25px;
		margin-top: -30px;
		background-color: #200F21;
		border-radius: 60px;
		padding: 3px 4px;
	
	}
	header .log-bloc .fa-times-circle-o:hover {
	
		color: #FFFFFF
	}
	

/**** MENU *****/

#bouton-menu{
	background-color:transparent;
	border-color:transparent;
	font-size:20px;	
	color:#FFF;
	padding:5px 0;
	position:relative;
	z-index:10;
	margin-left:10px;
}

#zone_menu{
	width:100%;
    border: 0px;
    border-radius: 0px;
    background: #ff89d5; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff89d5 0%, #dd2e80 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff89d5), color-stop(100%,#dd2e80)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff89d5 0%,#dd2e80 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff89d5', endColorstr='#dd2e80',GradientType=0 ); /* IE6-9 */
    margin: 0px
}

@media(max-width:767px){
	#zone_menu{
		display:none;
		position:absolute;
		top:33px;
		z-index:10;
	}
}

#menu{

}

#menu ul{ 
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul:hover li:not(:hover) {
	
}

#menu ul li {
	float:left;
	cursor:pointer;
	text-align:center;

}


@media(max-width:767px){
	#menu ul li {
		float:none;
	}
}

#menu ul li:hover,
#menu ul li.menu_actif,
#menu ul li.menu_actif:hover {
}

#menu ul li a {	
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: -1px 1px rgba(0,0,0,0.7);
    font-size: 11px;
    padding: 15px 9px;
	display: block;
	line-height: 20px;
}

#menu ul li:hover a{
    background-color:#ff89d5;
    color: #FFFFFF;
		text-decoration:none;
}


#menu ul li.menu_actif a,
#menu ul li.menu_actif:hover a {
	background-color: #dd2e80;
    color: #ffffff;
    text-shadow: none;
}

/**** FOOTER *****/

footer{
    /*margin-top: 60px;*/
    padding: 30px 0;
    background-color: #200F21;
}

footer hr {
    border-color: #582952;
}

footer a {
    text-decoration: none;
}

footer a:hover {text-decoration: none}

footer a h5:hover {

    color: #FFFFFF;
    text-decoration: none

}

/***** Contenu *****/

	#zone_contenu{
		background: #85356c;
		min-height:357px;
		padding-bottom: 30px;
	}
	
	#zone_contenu > .container{
		z-index:2;
		position:relative;
	}

	#contenu{
		/*padding:30px 0;	*/
	}
		
	.search-bloc {width: auto;}
	
	.search-bloc .btn {line-height: 0px}
	
	.search-bloc h6 {margin-right: 10px;line-height: 28px}
	
	.search-bloc .input-group {width: 250px}
	
	.search-bloc .form-control {
	
		font-size: 12px;
		padding: 0px 12px;
		border: 1px solid #ff89d5;
		color: #FFFFFF;
		height: 28px;
		background: #333333; /* Old browsers */
		background: -moz-linear-gradient(top,  #333333 1%, #000000 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#333333), color-stop(100%,#000000)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #333333 1%,#000000 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #333333 1%,#000000 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #333333 1%,#000000 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #333333 1%,#000000 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}
	
	#home_mosaique{
		position:relative;
		z-index:1;
	}
	
	#home_mosaique #message_hotesse_hors_ligne{
		position:absolute;
		background: rgba(98, 44, 88, 0.9);
		padding:20px;
		height:100%;
		z-index:2;
	}
	
	#home_mosaique #message_hotesse_hors_ligne #fermer_message_hotesse_hors_ligne{
		border-radius: 50%;
		color: white;
		cursor: pointer;
		font-size: 21px;
		padding: 3px 4px;
		position: absolute;
		right: -10px;
		top: -10px;
		background: rgba(98, 44, 88, 0.9);
		opacity:0.8;
	}
	
	#home_mosaique #message_hotesse_hors_ligne #fermer_message_hotesse_hors_ligne:hover{
		opacity:1;
	}
	
	#home_mosaique .live-bloc-thumb {
		width: 202.4px;
		margin: 0px 0 3px 3px;
	}
	
	.live-bloc-thumb,.event-bloc-thumb,.product {
	
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		width: 227px;
		margin-left: 3px;
		margin-bottom: 3px;
		height: 150px;
		display: block;
		overflow: hidden;
		float: left
	}
	
	@media(max-width:767px){
		#home_mosaique .live-bloc-thumb {
			width: 100%;	
			margin: 0px 0 3px 0px;
		}
		
		.live-bloc-thumb,.event-bloc-thumb,.product{
			width: 100%;	
			margin-left: 0px;
		}
	}
	
	.live-bloc-thumb .status.en_show_prive,
	.live-bloc-thumb .status.en_live{
		font-size:13px !important;
	}
	
	.live-bloc-thumb .status.en_show_prive{
		color:#FF0000 !important;
	}
	
	.live-bloc-thumb .status.en_live{
		color:#10820D !important;
	}
	
	.product {width: 170px;
			 margin-bottom: 4px;
			 height: 170px;
			 margin-left: 4px}
	
	
	#home_mosaique .event-bloc-thumb {
	
		width: 408px;
		margin-bottom: 0px;
		padding: 25px 30px 0 0;
		text-shadow: -2px 2px rgba(0,0,0,0.7);
		text-align: right;
	
	
	}
	
	#home_mosaique .event-bloc-thumb {text-decoration: none}
	
	.live-bloc-thumb:hover,.product:hover {text-decoration: none}
	
	.live-bloc-thumb .name,.product .name,.thumbnail .name{
	
		display: block;
		background-color: rgba(32,15,33,0.8);
		padding: 5px;
		font-size: 12px;
		color: #ff89d5 ;
		line-height: 20px;
		margin-bottom: 0px;
		margin-top: 120px;
		text-decoration: none;
	}
	
	.product .name {
	
		text-align: center;
		text-transform: uppercase;
		margin-top: 125px;
		font-size: 14px;
		color: #FFFFFF;
		background-color: rgba(221,46,128,0.7);
		height: 45px;
		text-decoration:none;
	}
	
	.live-bloc-thumb:hover .name,.product:hover .name {
		text-decoration: none;
		margin-top: 0;
		padding-top: 125px;
		overflow: hidden;
	
	}
	
	.product:hover .name {
	
		padding-top: 130px;
		height: auto;
		text-decoration:none;
	}
	
	.live-bloc-thumb .see-profile,.live-bloc-thumb .see-cam,.product .see-product {
	
		color: #FFFFFF;
		position: absolute;
		opacity: 0;
		width:217px;
		margin-top: 60px;
		text-align: center;
	}
	
	.live-bloc-thumb .see-cam {
		margin-top: 30px;
	}
	
	.live-bloc-thumb .see-profile.lower {
		margin-top: 80px;
	}

	
	.product .see-product {
	
		margin-top: 70px
	
	}
	
	.home-blocs-mosaic .live-bloc-thumb {
	
		width: 202.4px;;
		margin: 0px 0 3px 3px
	
	}
	
	.home-blocs-mosaic .live-bloc-thumb .see-profile {
	
		width: 192px;
	
	}
	
	#accueil_event {	
		background-color: #200F21;
		min-height: 561px;
		overflow: hidden;
		padding: 30px 20px 20px 280px;
		background-image: url('../../maj/phototheque/photos/charte/events.jpg');
		background-position: left top;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top:30px;
	}
	
	@media(max-width:767px){
		#accueil_event {
			min-height: auto;
			background:#833A76;
			padding: 15px 15px 50px;
			margin-bottom:15px;
			margin-top:15px;
		}
	}
	
	#accueil_event h4 {	
		text-shadow: -2px 2px rgba(0,0,0,0.7);	
	}
	
	#accueil_event .title-event {	
		color: #FFFFFF;
		font-size: 14px;
		text-transform: uppercase;
		display: block	;
	}
	
	#accueil_event .text {	
		height: 88px;
		overflow: hidden;
		text-align: left;
	}
	
	#accueil_event .image {	
		max-width: 90px;
		max-height: 90px;
		margin-right: 15px;
		float: left;	
	}
	
	#accueil_event .btn{
		bottom: 20px;
		position: absolute;
		right: 35px;
	}
	
	.product:hover .see-product {	
		width: 170px;	
	}
	
	
	
	.live-bloc-thumb:hover .see-profile,.live-bloc-thumb:hover .see-cam,.product:hover .see-product {
		opacity: 1;
	}
	
	
	.live-bloc-thumb .name .status {
	
		background-image: url('../../maj/phototheque/photos/charte/webcam.png');
		background-position: left center;
		background-repeat: no-repeat;;
		font-size: 10px;
		color: #FFFFFF;
		padding-left: 18px;
	
	}
	
	.live-bloc-thumb .name .status.no_cam{
		background-image:none !important;	
	}

	
	/*** Bloc droite ***/
	
	.col-xs-3  .links-bloc,
	.col-xs-4  .links-bloc ,
	.col-sm-3  .links-bloc,
	.col-sm-4  .links-bloc{	
		margin-bottom: 30px;
	}	
	
	.col-xs-3 table.picto-link,
	.col-xs-4 table.picto-link ,
	.col-sm-3 table.picto-link,
	.col-sm-4 table.picto-link{	
		display: block;
		width: 100%;
		color: #FFFFFF;
		text-transform: uppercase;
		padding: 15px ;
		text-decoration: none;
		margin-bottom: 1px;
		background-color: #200F21;	
		font-size: 12px;
	}
	
	.col-xs-3 table.picto-link img,
	.col-sm-3 table.picto-link img  {	
		height: 32px;
		width: 32px;		
	}
	
	.col-xs-4 table.picto-link img ,
	.col-sm-4 table.picto-link img{	
		height: 46px;
		width: 46px;		
	}
	
	.col-xs-3 table.picto-link a,
	.col-sm-3 table.picto-link a{		
		color: #ffffff;
		font-size: 12px;
	}
	
	.col-xs-4 table.picto-link a,
	.col-sm-4 table.picto-link a{		
		color: #ffffff;
		font-size: 14px;
	}	
	
	
	.col-xs-3 table.picto-link a:hover,
	.col-xs-4 table.picto-link a:hover{	
		text-decoration: none;
		color: #ff89d5;
	}
	
	.col-xs-3 .bloc-testimonial p.text,
	.col-sm-3 .bloc-testimonial p.text{
		text-align:justify;
	}


	.bloc-testimonial {
	
		background-color: #dd2e80;
		padding: 15px;
		margin-bottom: 30px
	
	}
	
	@media(min-width:768px){
		.bloc-testimonial .droite{
			padding-left:0;
		}
	}
	
	.bloc-testimonial h5 {
	
		font-weight: 500
	
	}
	.bloc-testimonial h5 b {font-weight: 500}
	.bloc-testimonial p {margin: 0px}
	
	.bloc-testimonial .profile {
		width: 100%;
	}
	.bloc-testimonial .text.testimonial {
	
		font-style: italic
	
	}
	
	.bloc-testimonial .text.testimonial .fa {
	
		font-size: 30px;
		color: #ff89d5;
	}
	
	.bloc-testimonial .auteur b {
		color: #ffffff;
	}
	
	.bloc-testimonial .btn {
	
		width: 100%;
	
	}

	.slider_pub img{
		width:100%;	
	}

	.cart{
		padding: 5px;
		text-align: center;
		height: 32px;
		line-height: 23px;
		display: block;
		margin-bottom: 30px;
		background: #ff89d5; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff89d5 0%, #dd2e80 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff89d5), color-stop(100%,#dd2e80)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ff89d5 0%,#dd2e80 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff89d5', endColorstr='#dd2e80',GradientType=0 ); /* IE6-9 */}
	
	.cart .fa{	
		font-size: 15px	
	}
	
	.cart:hover,.cart:focus {text-decoration: none;background-color: #dd2e80;background-image: none}
	
	.cart .text{	
		margin: 0px;
		margin-left: 5px; 
		display: inline;	
	}
	
	.col-xs-3 h1,
	.col-xs-4 h1, 
	.col-sm-3 h1,
	.col-sm-4 h1{
		color: #ffffff;
		font-size: 18px;
		line-height: 22px;
	}
	
	.col-xs-3 .btn,
	.col-xs-4 .btn,
	.col-sm-3 .btn,
	.col-sm-4 .btn{
		width:100%;
	}
	
	.bloc-img-responsive img{
		max-width:100%;	
	}
	
	/*** PAGE COMPTE HOTESSE ***/
	
	#header_hotesse {	
		background-color: #200f21;
		overflow: hidden;
		height: 250px;
	}
	
	#header_hotesse .col-xs-6,
	#header_hotesse .col-sm-6{
		padding:0;
	}
	
	#header_hotesse #couverture{
		position:relative;
		height: 250px;	
		text-align:center;
	}
	
	#header_hotesse #couverture #avatar{
		/*width:100%;*/
		max-height: 250px;
		max-width:348px;
	}
	
	#header_hotesse #couverture #no_avatar{
		width:200px;
		height:100px;
		position:absolute;
		margin:auto;
		top:0;
		bottom:0;
		right:0;
		left:0;
	}
	
	#header_hotesse #couverture .status {	
		position: absolute;	
		padding: 5px 10px;
		background-color: rgba(32,15,33,0.5);
		right: 0;
		z-index: 10;
		display: block;
		margin-top: 170px;	
	}
	
	#header_hotesse #couverture .status span {
	
		background-image: url('../../maj/phototheque/photos/charte/webcam.png');
		background-position: left center;
		background-repeat: no-repeat;;
		font-size: 15px;
		padding-left: 18px;
		display: inline-block;
		color: #FFFFFF;
	}
	#header_hotesse #couverture .status.en_show_prive span{
		color:#FF0000 !important;	
	}
	
	#header_hotesse #couverture .status.en_live span{
		color:#10820D !important;
	}
	
	
	#apropos_hotesse{
		/*padding:15px;
		text-align:justify;*/
		word-break: break-all;
	}
	
	
	#header_hotesse .header .about {
	
		padding: 15px
	
	}
	
	#header_hotesse #apropos_hotesse .btn {
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 196px;
		width: 75%;	
	}
		
	.profile-buttons {
		margin-bottom: 30px;
	}
	
	@media(max-width:767px){
		.profile-buttons {
			text-align:center;
			margin-bottom: 15px;
		}
	}
	
	.profile-buttons a {
		font-size: 25px;
    	padding: 5px 10px;
		color: #ff89d5;
		text-align: center;
		background-color: #85356c;
		display: inline-block;
	
	}
	
	.profile-buttons a:hover {
	
		background-color: #FFFFFF;
		color: #dd2e80;
	
	}
	
	a.my-messages {
	
		font-size: 40px;
		line-height: 1;
		color: #FFFFFF;
	}
	
	a.my-messages:hover,a.my-messages:focus {
		color: #ff89d5;
	}
	
	a.my-messages .indicator {
	
		position: absolute;
		display: inline-block;
		font-size: 12px;
		font-weight: 700 ;
		line-height: 1;
		color: #FFFFFF;
		background: #ff0000; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff0000 0%, #b70003 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#b70003)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff0000 0%,#b70003 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ff0000 0%,#b70003 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ff0000 0%,#b70003 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ff0000 0%,#b70003 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b70003',GradientType=0 ); /* IE6-9 */
		padding: 2px;
		text-align: center;
		border-radius: 25px;
		min-width: 25px;	
		min-height: 25px;
		margin-left: -55px;
		margin-top: -7px;
		border: 2px solid #200f21;	
	}
	.profile-infos {
		color: #FFFFFF;
		background:#200F21;
		padding:15px;
	
	}
	.profile-infos a {
		color: #ff89d5;
	}
	
	.profile-infos a:hover,.profile-infos a:focus {
		color: #dd2e80;
		text-decoration: none;
	}
	
	.profile-infos .btn:hover,.profile-infos .btn:focus {
		color: #FFFFFF;
	}
	
	.profile-infos td.first-col {
		color: #ff89d5;	
	}
	.profile-infos .table-striped > tbody > tr:nth-child(2n+1) > td,
	.profile-infos .table-striped > tbody > tr:nth-child(2n+1) > th {
		background-color: #85356C;
	}
	
	.profile-infos .table thead > tr > th,
	.profile-infos .table tbody > tr > th,.profile-infos .table tfoot > tr > th,
	.profile-infos .table thead > tr > td, .table tbody > tr > td,
	.profile-infos .table tfoot > tr > td {	
		border-color: #ff89d5	
	}
	
	.profile-infos tr.group{
		font-size:14px;
	}
	
	.profile-infos tr.group td{
		background:#6A2B56 !important;	
	}
	
	.plus_detail{
		border-top: 1px solid #eee;
		padding-top:20px;	
	}
	
	.table_show tr:nth-child(2n+1) > td {
		background-color: #85356c;
	}
	
	.table_show .btn{
		padding:0 5px;
	}
	
	/*** PAGE COMPTE CLIENT ***/
	
	.profile-page .gallery .thumbnail, .hostess-account #liste_hotesse .thumbnail, .hostess-account #liste_hotesse_alerte .thumbnail {
		width: 200px;
		height: 180px;
		display: block;
		float: left;
		overflow: hidden;
		margin: 10px;
		padding: 10px;
		border-radius: 0px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		background-color:#dd2e80;
	}
	
	.profile-page .gallery .thumbnail:hover, .hostess-account #liste_hotesse .thumbnail:hover, .hostess-account #liste_hotesse_alerte .thumbnail:hover {	
		border-color: #dd2e80;	
	}
	
	.hostess-account #liste_hotesse .thumbnail .name,.hostess-account #liste_hotesse_alerte .thumbnail .name{
		margin-top:130px;	
	}
	
	.hostess-account #liste_hotesse .thumbnail .valid-button,.hostess-account #liste_hotesse_alerte .thumbnail .valid-button{
		color: #ff89d5;
		margin-left: 10px;
		font-size: 25px;
		line-height: 1;
		text-shadow: 0 0 7px #000
	}

	.hostess-account #liste_hotesse .thumbnail .valid-button:hover,
	.hostess-account #liste_hotesse .thumbnail .valid-button:focus,
	.hostess-account #liste_hotesse_alerte .thumbnail .valid-button:hover,
	.hostess-account #liste_hotesse_alerte .thumbnail .valid-button:focus {	
		color: #dd2e80;	
	}
	
	/*** PAGE HOTESSE DU MOIS ***/
	
	#bloc_hotesse_mois{
		position:relative;	
	}
	
	#bloc_hotesse_mois #slider_hotesse_mois{
		list-style:none;
		padding:0;
		margin:0;		
	}
	
	#bloc_hotesse_mois #slider_prev_hotesse_mois,
	#bloc_hotesse_mois #slider_next_hotesse_mois {			
		font-size: 25px;
		background-image: none;
		z-index:2000;
		cursor:default;
	}
	#bloc_hotesse_mois #slider_prev_hotesse_mois:hover,
	#bloc_hotesse_mois #slider_next_hotesse_mois:hover{	
		color: #dd2e80;
	}
	
	#bloc_hotesse_mois .bx-wrapper .bx-controls {	
		bottom: 0px;
		position:absolute;
		z-index:2001;
		width:100%;				
	}
	@media(max-width:767px){
		#bloc_hotesse_mois .bx-wrapper .bx-controls {	
			bottom: -25px;
		}
	}
	
	#bloc_hotesse_mois .bx-wrapper .bx-controls .bx-pager.bx-default-pager{
    	text-align: center;
    	width:100%;		
	}
	
	#bloc_hotesse_mois .bx-wrapper .bx-controls .bx-pager.bx-default-pager .bx-pager-item{
		display:inline;
        display:inline-block;
		width: 12px;
		height:12px;
		margin: 0 2px;	
	}
	
	#bloc_hotesse_mois .bx-wrapper .bx-controls .bx-pager.bx-default-pager a {
		background: none repeat scroll 0 #000;
		border-radius: 6px;
		display: block;
		height: 12px;
		outline: 0 none;
		text-indent: -9999px;
		width: 12px;
		text-shadow: -1px 1px rgba(0,0,0,0.7);
		background: none repeat scroll 0 0 #fff;
		-moz-box-shadow: 0px 5px 2px -4px #000000;
		-webkit-box-shadow: 0px 5px 2px -4px #000000;
		-o-box-shadow: 0px 5px 2px -4px #000000;
		box-shadow: 0px 5px 2px -4px #000000;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=180, Strength=2);
}
	
	#bloc_hotesse_mois .bx-wrapper .bx-controls .bx-pager.bx-default-pager a:hover, 
	#bloc_hotesse_mois .bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active {
		background: #ff89d5; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff89d5 0%, #dd2e80 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff89d5), color-stop(100%,#dd2e80)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ff89d5 0%,#dd2e80 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff89d5', endColorstr='#dd2e80',GradientType=0 ); /* IE6-9 */
	}
	
	
	#bloc_hotesse_mois #slider_prev_hotesse_mois .glyphicon-chevron-left,
	#bloc_hotesse_mois #slider_next_hotesse_mois .glyphicon-chevron-right {left: 35%}
	
	#bloc_hotesse_mois #slider_hotesse_mois {
		overflow: hidden;	
	}
	
	#bloc_hotesse_mois #slider_hotesse_mois li {	
		height: 600px;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;	
	}
	
	@media(max-width:767px){
		#bloc_hotesse_mois #slider_hotesse_mois li {	
			height: auto !important;
		}
	}
	
	#bloc_hotesse_mois #slider_hotesse_mois li {	
		width: 100%;	
	}
	
	#bloc_hotesse_mois #slider_hotesse_mois li .name {
	
		position: absolute;
	
		padding: 5px 10px;
		background-color: rgba(32,15,33,0.5);
		right: 0;
		z-index: 10;
		font-size: 30px;
		text-transform: uppercase;
		display: block;
		color: #ff89d5;
		margin-top: 370px;
		margin-bottom: 0px
	
	}
	
	@media(max-width:767px){
		#bloc_hotesse_mois #slider_hotesse_mois li .name {
			font-size: 15px;
			margin-top:100px;
		}
	}
	
	#bloc_hotesse_mois #slider_hotesse_mois li .month {
	
		width: 100%;
		background-color: rgba(32,15,33,0.5);
		right: 0;
		z-index: 10;
		font-size: 30px;
		text-align: center;
		text-transform: uppercase;
		display: inline-block;
		line-height: 60px;
		margin: 0px;
		letter-spacing: 10px;
		color: #FFFFFF;
	
	}
	
	@media(max-width:767px){
		/*#bloc_hotesse_mois #slider_hotesse_mois li .month {
			font-size: 15px;
			line-height: 30px;
		}*/
		#bloc_hotesse_mois .podium{
			margin-top:100px;
		}
	}
	
	#bloc_hotesse_mois .podium{
		position:relative;
	}
	
	#bloc_hotesse_mois .podium .place  > div{
		position:relative;
		padding:15px;
		padding-bottom:60px;
		border-radius:10px;
	}
	
	#bloc_hotesse_mois .podium .place  > div .titre{
		position:absolute;
		bottom:10px;
		text-align:center;
		width:100%;
		left:0;
	}
	
	#bloc_hotesse_mois .podium .place.place_1  > div .titre{
		font-size:30px;
	}
	
	#bloc_hotesse_mois .podium .place.place_2  > div .titre{
		font-size:20px;
	}
	
	#bloc_hotesse_mois .podium .place.place_3  > div .titre{
		font-size:15px;
	}
	
	#bloc_hotesse_mois .podium .place  > div .num{
		background: #fff;
		border-radius: 50%;
		font-weight: bold;
		left: -10px;
		position: absolute;
		top: -10px;
	}
	
	#bloc_hotesse_mois .podium .place.place_1  > div .num{		
		border: 5px solid #de3183;
		color: #9dc53f;
		font-size: 30px;
		padding: 0 16px 5px;
	}
	
	#bloc_hotesse_mois .podium .place.place_2  > div .num{
		border: 5px solid #82346A;
		color:#8ab8ba;
		font-size: 25px;
		padding: 0 12px 4px;
	}
	
	#bloc_hotesse_mois .podium .place.place_3  > div .num{
		border: 5px solid #5D2A55;
		color:#7f5243;
		font-size: 20px;
		padding: 0 11px 3px;
	}
	
	
	#bloc_hotesse_mois .podium .place_1 > div{
		background:#DE3183;
		bottom:40px;
	}
	
	#bloc_hotesse_mois .podium .place_2 > div{
		background:#82346A;
		bottom:15px;
	}
	
	#bloc_hotesse_mois .podium .place_3 > div{
		background:#5D2A55;
	}	
	
	@media(min-width:768px){
		#bloc_hotesse_mois .podium{
			position:relative;
			top:80px;
			height:350px;
		}
	
		#bloc_hotesse_mois .podium .place {
			position:absolute;
			bottom:0;
		}
		#bloc_hotesse_mois .podium .place_1,
		#bloc_hotesse_mois .podium .place_1 > div{
			height:350px;			
		}
		
		#bloc_hotesse_mois .podium .place_1 .photo img{
			max-height:280px;
		}
		
		#bloc_hotesse_mois .podium .place_2,
		#bloc_hotesse_mois .podium .place_2 > div{
			left:0;
			height:230px;
		}
		
		#bloc_hotesse_mois .podium .place_2 .photo{
			max-height:150px;
		}
		
		#bloc_hotesse_mois .podium .place_3,
		#bloc_hotesse_mois .podium .place_3 > div{
			right:0;
			height:180px;
		}
		
		#bloc_hotesse_mois .podium .place_3 .photo img{
			max-height:110px;
		}
		

	}
	
	@media(max-width:767px){
		#bloc_hotesse_mois .podium .place_1,
		#bloc_hotesse_mois .podium .place_1 > div{
			height:350px;			
		}
		
		#bloc_hotesse_mois .podium .place_1 .photo img{
			max-height:280px;
		}
		
		#bloc_hotesse_mois .podium .place_2,
		#bloc_hotesse_mois .podium .place_2 > div{
			height:230px;
		}
		
		#bloc_hotesse_mois .podium .place_2 .photo img{
			max-height:150px;
		}
		
		#bloc_hotesse_mois .podium .place_3,
		#bloc_hotesse_mois .podium .place_3 > div{
			height:180px;
		}
		
		#bloc_hotesse_mois .podium .place_3 .photo img{
			max-height:110px;
		}
	}
	
		#bloc_hotesse_mois .podium .photo{
			text-align:center;
		}
		
		#bloc_hotesse_mois .podium .photo img{
			max-width:100%;
			margin:auto;
			border-radius:10px;
		}
	
	#bloc_hotesse_mois .carousel-control{
		bottom: auto !important;
		top: 70px;
	}
	
	
	
	/*** PAGE ACHAT POINTS ***/
	
	.desir-points .points-group-wrapper {
	
		overflow: hidden;
		border-radius: 8px
	
	}
	
	.desir-points .points-group{
	
		padding: 0 15px;
		margin-bottom: 1px;
		background: #50254D;
		position:relative;
	}
	
	@media(max-width:767px){
		.desir-points .points-group{
			padding: 15px;
		}
	}
	
	.desir-points .points-group.points-promo{	
		background-image:url("../../maj/phototheque/photos/charte/img_promo.png");
		background-repeat:no-repeat;
		background-position:center center;
	}
	
	
	
	
	.desir-points .points-group .points {	
		font-size: 35px;
		line-height: 80px;
		font-weight: 300;
		margin-bottom: 0px;
	
	}
	
	.desir-points .points-group .points.promo {	
		text-decoration:line-through;
		font-size:20px;
		margin-right:10px;
	}
	
	
	.desir-points .points-group .text {
	
		line-height: 80px;
		font-size: 16px;
		margin-left: 10px
	
	}
	.desir-points .points-group .price {
	
		line-height: 80px;
		color: #FFFFFF;
		font-size: 16px;
		margin-right: 20px
	}
	
	@media(max-width:767px){
		.desir-points .points-group .text {
			margin-top: 10px
		}
		
		.desir-points .points-group .points,
		.desir-points .points-group .text,
		.desir-points .points-group .price {
			line-height:normal
		}
	}
	
	.desir-points .points-group .btn {	
		margin-top: 25px;
		width:auto !important;
		font-size:11px !important;
		margin-left:5px;
	
	}
	
	@media(max-width:767px){
		.desir-points .points-group .btn {	
			margin-top: 5px;		
		}
	}
	
	/*** PAGE INSCRIPTION ***/
	
	#bloc_intro_inscription {
		background-image: url('../../maj/phototheque/photos/charte/bg_inscription_hotesse.jpg');
		background-color: #200f21;
		padding: 50px 15px;
		height: auto;
		background-size: cover;
		background-position: center center;
		margin-bottom: 30px
	
	}
	
	#bloc_intro_inscription h3,#bloc_intro_inscription h4,.anounce-bloc {
	
		text-shadow: -2px 2px rgba(0,0,0,0.7);
	}
		
	.subscribe-form .subscribe-steps .step,.payment-form .payment-steps .step {
	
		font-size: 13px;
		margin-left: 10px;
		text-transform: uppercase;
		color: #ff89d5;
		width: auto;
		display: block;
		float: left;
		padding-left:64px;
		padding-top: 5px;
		background-repeat: no-repeat;
		background-position: left top;
		height: 37px;
		background-size: contain;
	
	}
	
	.subscribe-form .subscribe-steps .step h6,.payment-form .payment-steps .step h5 {
	
		color: #ff89d5
	
	}
	
	.subscribe-form .subscribe-steps .step.active > h6,.payment-form .payment-steps .step.active > h5 {
	
		text-decoration: none;
		color: #FFFFFF;
		transition: none
	
	}
	
	.subscribe-form .subscribe-steps .step-1,.payment-form .payment-steps .step-1 {
	
		background-image: url('../../maj/phototheque/photos/charte/subscribe_step_1.png');
		padding-left: 45px;
	}
	.subscribe-form .subscribe-steps .step-1.active,.payment-form .payment-steps .step-1.active {
	
		background-image: url('../../maj/phototheque/photos/charte/subscribe_step_1-hover.png');
	
	}
	.subscribe-form .subscribe-steps .step-2,.payment-form .payment-steps .step-2 {
	
		background-image: url('../../maj/phototheque/photos/charte/subscribe_step_2.png')
	
	}
	.subscribe-form .subscribe-steps .step-2.active,.payment-form .payment-steps .step-2.active {
	
		background-image: url('../../maj/phototheque/photos/charte/subscribe_step_2-hover.png');
	
	}
	.subscribe-form .subscribe-steps .step-3,.payment-form .payment-steps .step-3 {
	
		background-image: url('../../maj/phototheque/photos/charte/subscribe_step_3.png')
	
	}
	.subscribe-form .subscribe-steps .step-3.active,.payment-form .payment-steps .step-3.active {
	
		background-image: url('../../maj/phototheque/photos/charte/subscribe_step_3-hover.png');
	
	}
	.subscribe-form .subscribe-steps .step-4,.payment-form .payment-steps .step-4 {
	
		background-image: url('../../maj/phototheque/photos/charte/subscribe_step_4.png')
	
	}
	.subscribe-form .subscribe-steps .step-4.active,.payment-form .payment-steps .step-4.active {
	
		background-image: url('../../maj/phototheque/photos/charte/subscribe_step_4-hover.png');
	
	}
	
	.subscribe-form .subscribe-steps .step-5,.payment-form .payment-steps .step-5 {
	
		background-image: url('../../maj/phototheque/photos/charte/subscribe_step_5.png')
	
	}
	.subscribe-form .subscribe-steps .step-5.active,.payment-form .payment-steps .step-5.active {
	
		background-image: url('../../maj/phototheque/photos/charte/subscribe_step_5-hover.png');
	
	}
	
	
	.subscribe-form .form-wrapper,.payment-form .form-wrapper {
	
		background-color: #fff;
		padding: 15px;
		min-height: 100px;
	
	}
	
	#contact_gauche{
		border-right: 1px solid #85356c	
	}
	
	@media(max-width:767px){
		#contact_gauche{
			border-right: none	
		}
	}
	
	.subscribe-form .form-wrapper form label,
	.payment-form .form-wrapper form label,
	#bloc_contact form label
	{
	
		color: #dd2e80;
		margin: 0px;
		padding: 7px 0;
		font-size: 12px
	
	}
	
	.radio label, .checkbox label{
		padding: 0 0 0 20px  !important;	
	}
	
	.subscribe-form .form-wrapper form .form-control,
	.payment-form .form-wrapper form .form-control,
	.hostess-account .form-control,
	.hostess-messages .form-control,
	#bloc_contact form .form-control{
	
		background-color: rgba(0,0,0,0.5);
		border: 1px solid #85356C ;
		border-radius: 4px;
		color: #ff89d5;
		font-size: 12px;
	
	}
	
	.subscribe-form .form-wrapper form .form-control:hover,
	.subscribe-form .form-wrapper form .form-control:focus,
	.payment-form .form-wrapper form .form-control:hover,
	.payment-form .form-wrapper form .form-control:focus,
	.hostess-account .form-control:hover,
	.hostess-account .form-control:focus,
	.hostess-messages form .form-control:hover,
	.hostess-messages form .form-control:focus,
	#bloc_contact form .form-control:hover,
	#bloc_contact form .form-control:focus{	
		border-color: #dd2e80	
	}
	
	.subscribe-form .form-wrapper form .form-control option,
	.payment-form .form-wrapper form .form-control option {
	
		color: #FFFFFF;
		background-color: #dd2e80;
	}
	
	.subscribe-form .form-wrapper form .form-control::-moz-placeholder,
	.payment-form .form-wrapper form .form-control::-moz-placeholder,
	.hostess-account .form-control::-moz-placeholder,
	#bloc_contact form .form-control::-moz-placeholder{
	
		color: #85356C
	
	}
	
	.hostess-account select.form-control,
	.hostess-account input[type='text'].form-control,
	.hostess-account input[type='password'].form-control{
		width:200px;
			
	}
	
	/*** PAGE MESSAGEREIES ***/
	
		/** Ajout message **/
		
		.hostess-messages {
			background: #200f21 none repeat scroll 0 0;
			padding: 15px;
		}
		
		/** Liste messages **/
		.hostess-messages .messages-list {color: #FFFFFF}
		
		.hostess-messages td.first-col {
			color: #ff89d5;	
		}
		.hostess-messages .messages-list.table-striped > tbody > tr:nth-child(2n+1) > td,
		.hostess-messages .messages-list.table-striped > tbody > tr:nth-child(2n+1) > th {
			background-color: #85356C;
			transition: all 0.2s;
			-webkit-transition: all 0.2s; /* Safari */
		}
		
		.hostess-messages .messages-list.table-striped > tbody > tr:hover > td {
			background-color:#582952;
		}
		
		.hostess-messages .messages-list .table thead > tr > th,
		.hostess-messages .messages-list .table tbody > tr > th,.hostess-messages .messages-list .table tfoot > tr > th,
		.hostess-messages .messages-list .table thead > tr > td,.hostess-messages .messages-list .table tbody > tr > td,
		.hostess-messages .messages-list .table tfoot > tr > td {	
			border-color: #ff89d5	
		}
		
		.hostess-messages .messages-list .message-link{
		
			display: block;
			width: 100%;
			border-top: 1px solid #85356C;
			padding: 10px 10px 10px 30px;
			color: #FFFFFF;
			font-weight: bolder
		}
		
		.hostess-messages .messages-list .indicator{
			font-size: 12px;
			font-weight: 700 ;
			margin-top: -3px;
			color: #FFFFFF;
			background: #ff0000; /* Old browsers */
			background: -moz-linear-gradient(top,  #ff0000 0%, #b70003 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#b70003)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ff0000 0%,#b70003 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ff0000 0%,#b70003 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ff0000 0%,#b70003 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ff0000 0%,#b70003 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b70003',GradientType=0 ); /* IE6-9 */
			padding: 2px 5px;
			text-align: center;
			border-radius: 25px;
			min-width: 25px;
			min-height: 25px;
			border: 2px solid #200f21;
		}
		
		.hostess-messages .messages-list .message-link.readed {		
			color: #ff89d5;
			font-weight: normal
		}
		
		.hostess-messages .messages-list .message-link .admin {		
			color: #ff89d5;
			font-weight: normal;
			margin-left: 10px
		
		}
		
		.hostess-messages .messages-list .message-link .mark {		
			position: absolute;
			margin-left: -22px;
			color: #EEA236
		}
		
		.hostess-messages .messages-list .message-link:hover {		
			background-color: #582952;
			text-decoration: none		
		}
		
		.hostess-messages hr {		
			border-color: #85356C		
		}
		
		.hostess-messages .messages-discuss .text-bloc {		
			color: #FFFFFF;
			border-radius: 10px;
		}
		
		.hostess-messages .messages-discuss .text-bloc .options {			
				position: absolute;
				margin-top: -22px;
				right: 0
		}
		.hostess-messages .messages-discuss .text-bloc .fa {		
			display: inline-block;
			font-size: 14px ;
			text-align: center;
			line-height: 25px;
			border-radius: 30px;
			height: 25px;
			width: 25px;
			font-size: 16px;    
		}
		
		
		.hostess-messages .messages-discuss .text-bloc p {		
			margin: 0px    
		}
		
		.hostess-messages .messages-discuss .text-bloc.client,
		.hostess-messages .messages-discuss .text-bloc.admin,
		.hostess-messages .messages-discuss .text-bloc.hotesse {
			font-size: 14px;
		}
		
		.hostess-messages .messages-discuss .text-bloc.client {
			background: #87e0fd; /* Old browsers */
			background: -moz-linear-gradient(top,  #87e0fd 25%, #05abe0 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#87e0fd), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #87e0fd 25%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #87e0fd 25%,#05abe0 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #87e0fd 25%,#05abe0 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #87e0fd 25%,#05abe0 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
		}
		
		
		.hostess-messages .messages-discuss .text-bloc.client .fa{			
			background-color: #87e0fd;
			color: #05abe0;
			font-size: 16px;			
		}
		
		.hostess-messages .messages-discuss .text-bloc.client .options .fa:hover,
		.hostess-messages .messages-discuss .text-bloc.hotesse .options .fa:hover{			
			color:white;	
		}
		
		
		.hostess-messages .messages-discuss .text-bloc.client .fa-txt,
		.hostess-messages .messages-discuss .text-bloc.client .fa-txt:hover{
			color: #05abe0 !important;
			font-family:Verdana, Geneva, sans-serif;
			font-size:13px;
		}
		
		.hostess-messages .messages-discuss .text-bloc.client .date,
		.hostess-messages .messages-discuss .text-bloc.client .from{		
			color: #05abe0;
			margin-bottom: 10px;
		}
		
		.hostess-messages .messages-discuss .text-bloc {
			background-color: #200f21;
			height: auto;
			margin-bottom: 30px;
			padding: 15px;
		}
		
		.hostess-messages .messages-discuss .text-bloc.admin {		
			background: #ffd65e; /* Old browsers */
			background: -moz-linear-gradient(top,  #ffd65e 25% #ed9212 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#ffd65e), color-stop(100%,#ed9212)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ffd65e 25%,#ed9212 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ffd65e 25%,#ed9212 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ffd65e 25%,#ed9212 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ffd65e 25%,#ed9212 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#ed9212',GradientType=0 ); /* IE6-9 */		
		}
				
		.hostess-messages .messages-discuss .text-bloc.admin .fa{			
			background-color: #ffd65e;
			color: #ed9212;
			font-size: 16px;			
		}
		
		.hostess-messages .messages-discuss .text-bloc.admin .date,
		.hostess-messages .messages-discuss .text-bloc.admin .from{		
			color: #ed9212;
			margin-bottom: 10px;		
		}
		
		.hostess-messages .messages-discuss .text-bloc.hotesse {		
			background: #ff89d5; /* Old browsers */
			background: -moz-linear-gradient(top,  #ff89d5 25%, #dd2e80 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#ff89d5), color-stop(100%,#dd2e80)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ff89d5 25%,#dd2e80 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ff89d5 25%,#dd2e80 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ff89d5 25%,#dd2e80 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ff89d5 25%,#dd2e80 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff89d5', endColorstr='#dd2e80',GradientType=0 ); /* IE6-9 */		
		}
		
		
		.hostess-messages .messages-discuss .text-bloc.hotesse .fa{			
			background-color: #ff89d5;
			color: #dd2e80;	
		}
		
		.hostess-messages .messages-discuss .text-bloc.hotesse .date,
		.hostess-messages .messages-discuss .text-bloc.hotesse .from{		
			color: #dd2e80;
			margin-bottom: 10px;
		}
		
		.hostess-messages .messages-discuss .text-bloc a:hover > .fa{			
			color: #FFFFFF			
		}
		
		.hostess-messages .messages-discuss .text-bloc.hotesse .fa-txt,
		.hostess-messages .messages-discuss .text-bloc.hotesse .fa-txt:hover{
			color: #dd2e80 !important;
			font-family:Verdana, Geneva, sans-serif;
			font-size:13px;
		}
		
		.hostess-messages .messages-discuss .text-bloc .from {		
			font-weight: bolder
		}
		
		 .hostess-messages form .form-control {		   
			resize: vertical;
			font-size: 14px;
			color: #FFFFFF;
		}

	
	/*** PAGE CONTACT ***/
	
	#bloc_contact {
		
		margin-bottom: 30px;
		padding: 15px;
		background-color: #200F21
		
	}
	
	/*** PAGE EVENEMENT / PAGE ACTUALITE / PAGE PRESSE ***/
	
	#evenement_haut {
	
		background-image: url('../../maj/phototheque/photos/charte/events-title.jpg');
		margin-bottom: 30px;
		overflow: hidden;
		text-shadow: -2px 2px rgba(0,0,0,0.7);
		padding: 15px 15px 15px 180px;
		background-size: cover
	
	}
	#evenement_haut h1 {font-size: 25px}
	#evenement_haut h2 {margin: 0px;
	font-size: 18px}
	
	.bloc_evenement, .bloc_actualite, .bloc_presse {
	
		border-top: 1px solid #ff89d5;
		padding: 30px 0
	
	}
	
	
	.bloc_evenement .date, .bloc_actualite .date, .bloc_presse .date{
	
		color: #ff89d5;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 12px;
		margin-bottom: 5px
	
	}
	
	.bloc_evenement h4, .bloc_actualite h4 {font-weight: 500}
	
	.bloc_evenement .image, .bloc_actualite .image, .bloc_presse .image{	
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 160px;
	}
	
	.last-events-bloc {
	
		background-color:#200f21 ;
		margin-bottom: 30px
	
	}
	
	.last-events-bloc .title {
	
		background: #ff89d5; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff89d5 0%, #dd2e80 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff89d5), color-stop(100%,#dd2e80)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ff89d5 0%,#dd2e80 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff89d5', endColorstr='#dd2e80',GradientType=0 ); /* IE6-9 */
		padding: 15px
	}
	
	/** Détail EVENEMENT / Détail ACTUALITE**/
	a.back-button {
		font-size:14px;
	}
	
	a.back-button:hover {	
		color: #dd2e80;
		text-decoration: none;	
	}
	
	
	#evenement_detail,
	#actualite_detail {
	
		background-color: #200F21;
		height: auto;
		padding: 15px;
		margin-bottom: 30px;	
	}
	
	#evenement_detail img,
	#actualite_detail img {	
		width: 100%;
		margin-bottom: 15px;
	}
	
	#evenement_detail .text .title,
	#actualite_detail .text .title {	
		font-size: 14px;
		text-transform: uppercase;
	}
	
/******** TABLEAU *************/

table.resultat{
	background-color:#FFF;
	/*width:600px;*/
}

table.resultat thead tr th{
	color:#FFF;
	background-color:#b2b2b4;
	text-align:left;
	font-weight:normal;
	font-size:15px;
}

table.resultat tbody td{
	background-color:#ebecee;
	border-bottom:1px solid #FFF;
}

table.resultat tbody tr:hover td{
	background-color:#D8D8D8;
}

table.resultat img{
	cursor:pointer;
}



/**** FORMULAIRES ****/

.input {
    border: 1px solid #dedcdc;
    color: #000000;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 12px;
    height: 16px;
    width: 150px;
}

.titre_formulaire {
    color: #c32c42;
	font-family: 'Homenaje', sans-serif;
	letter-spacing:1.5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
/*
.boutton {
    background-color: #c32c42;
    border: 1px solid #c32c42;
    color: #ffffff;
    cursor: pointer;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
	padding: 5px 10px;
}

.boutton:hover{
    color: #c32c42;
    background-color: #dedcdc;
    border: 1px solid #c32c42;
}
*/
.form{
	width:650px;
}

.form label {
	width:85px;
	padding-left:20px;
	float:left;
	line-height:25px;
	text-align:right;
	margin-right:20px;
	font-size:16px;
}

.form  input[type=text], 
.form  input[type=password], 
.form  select{
	border-radius: 4px;
	border:1px solid #606060;
	/*background:url("../../maj/phototheque/photos/charte/bg_input.png") repeat-x #fff;*/
	background:#2d2d2d;
	width:300px;
	margin-right:20px;
	color:#c3beba;
	float:left;
	height:25px;
	text-indent:8px;
}


.form  textarea {
	border-radius: 4px;
	border:1px solid #606060;
	height:90px;
	width:617px;
	padding:5px;
	color:#c3beba;
	float:left;
	background:#2d2d2d;
	resize:vertical ;
}


.form  input[type=text]:hover, .form textarea:hover {
	border:1px solid #FFFFF;
}


.form .boutton {
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #0D9D4E, #0A763A);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
	width:630px;
}

.form .boutton:hover {
    background: #e6e6e6;
	color:#000;
}

.boutton[disabled],.boutton[disabled]:hover {
    opacity:0.5;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
}

/***** LOADER ****/
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader{
	width:64px;
	height:64px;
	margin:auto;
	background:url("../../maj/phototheque/photos/charte/loader.png") no-repeat;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

/******** DIVERS *************/

/* lien defaut */
a {
	color:#707070;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a:active, a:focus,a:hover{
    outline:none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
}

.separe {
	visibility:hidden;
	clear:both;
}
.h_5 {
	height:5px;
	line-height:5px;
}
.h_10 {
	height:10px;
	line-height:10px;

}
.h_15 {
	height:15px;
	line-height:15px;
}
.h_20 {
	height:20px;
	line-height:20px;
}
.h_30 {
	height:30px;
	line-height:30px;
}
.h_35 {
	height:35px;
	line-height:35px;
}
.h_40 {
	height:40px;
	line-height:40px;
}

.dotted {
	height:5px;
	border-bottom:1px dotted #000000;
}

.left {
	float:left;
}
.right {
	float:right;
}
.underline{
	text-decoration:underline	
}

.pointer {
	cursor:pointer;
}

.cursor_default {
	cursor:default !important;
}

.cache {
	display:none;
	font-size: 12px;
	font-family:Arial;
}
.p_5 {
	padding:5px;
}
.p_10 {
	padding:10px;
}
.p_20 {
	padding:20px;
}
.p_30 {
	padding:30px;
}
.p_15 {
	padding:15px;
}

.bouton {
	border:none;
	border-radius:10px;
    color: #91BF2E;
	font-size:15px;
	background-color:#282828;
	padding:8px;
	text-transform:uppercase;
}

.bouton:hover {
	background-color:#000;
    color: #FFF;
	cursor:pointer;
	text-decoration:none;
}

table.results {
	font-size: 12px;
	font-family:Arial;
	width:100%;
}
table.results tr {
	height: 25px;
}
table.results tr td {
	padding: 0 10px;
	border-right: 1px solid #FFFFFF;
}

table.results thead {
	background-color: #282828;
}

table.results thead td {
	text-align: left;
	color: #91BF2E;
	font-size: 14px;
	padding: 8px;
}
table.results tr.even td {
	color: #000000;
	background-color: #FBF4EB;
	border-top: 1px solid #FFFFFF;
}
table.results tr.even:hover td {
	background-color: #F2EACA;
}

table.results .even2 td {
	color: #000000;
	background-color: #FFE6F2;
	border-top: 1px solid #FFFFFF;
}
table.results .odd2 td {
	color: #FFF;
	background-color: #00456D;
	border-top: 1px solid #FFFFFF;
}

table.results a img {
	border: 0px;
}
table.results a.liste {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
table.results a.liste:hover {
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}

/**** PAGINATION ****/

#pagination{
	float:right;	
}

.pagination,.pagination_actif,.pagination_neutre,.pagination_neutre:hover{
	height:20px;
	min-width:20px;
	padding:2px;
	float:left;
	text-align:center;
	display:block;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: -1px 1px rgba(0,0,0,0.7);
	font-size: 11px;
	text-decoration:none;
	margin:0px 5px 5px 0px;
	border-radius: 2px;
}

.pagination_neutre,.pagination_neutre:hover {
	background-color:#B8B0AA;
}
	
.pagination {
	cursor:pointer;
	background: #ff89d5; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff89d5 0%, #dd2e80 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff89d5), color-stop(100%,#dd2e80)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff89d5 0%,#dd2e80 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff89d5 0%,#dd2e80 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff89d5', endColorstr='#dd2e80',GradientType=0 ); /* IE6-9 */
}

.pagination:hover,
.pagination_actif {
	cursor:pointer;
	background:none;
	background-color:#dd2e80;
}


.radius_tl, .radius_all{
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}

.radius_tr, .radius_all{
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}

.radius_br, .radius_all{
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}

.radius_bl, .radius_all{
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
}

.champs_obligatoire_alert{
	border:2px solid red !important;	
}

.main-color {
    color: #ff89d5;
}

h1 {
    font-size: 30px;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-family: "Raleway","Helvetica Neue","Arial";
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 0;
    text-transform: uppercase;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
    color: #ff89d5;
    font-weight: 300;
    letter-spacing: 0.5px;
}

:-ms-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
::-webkit-input-placeholder{
    color: #85356C;
}

.btn-big {
    font-size: 18px;
    line-height: 1.2;
}

@media(max-width:767px){
	.btn-big {
		 font-size: 14px;
	}
}

.check_ok, .check_nok {
    height: 16px;
    margin-left: 200px;
    margin-top: -24px;
    position: absolute;
    width: 16px;
}
.check_ok {
    background: rgba(0, 0, 0, 0) url("../../maj/phototheque/photos/pictos/check.png") no-repeat scroll right center;
}
.check_nok {
    background: rgba(0, 0, 0, 0) url("../../maj/phototheque/photos/pictos/cancel.png") no-repeat scroll right center;
}

@media(max-width:994px){
.messages-discuss img{
	max-width:100% !important;	
}
}

.client .objetMessage{background-color: #05ABE0;padding:5px;margin-bottom:15px;}
.hotesse .objetMessage{background-color: #DD2E80;padding:5px;margin-bottom:15px;}
.admin .objetMessage{background-color: #ED9212;padding:5px;margin-bottom:15px;}
.log-bloc a.messages {color:white;line-height: 1;margin-left: 30px;font-size: 18px;margin-top: -5px;}
.log-bloc a .indicator {line-height: 10px;padding: 3px;text-align: center;display: inline-block;border-radius: 10px;min-width: 20px;min-height: 20px;color: #FFFFFF;font-size: 12px;position: absolute;margin-left: -25px;background-color: red}
.log-bloc a .indicator.zero {line-height: 10px;padding: 3px;text-align: center;display: inline-block;border-radius: 10px;min-width: 20px;min-height: 20px;color: #FFFFFF;font-size: 12px;position: absolute;margin-left: -25px;background-color: transparent !important}
.log-bloc a.messages:hover {color: #FF89D5;text-decoration: none;}
.text a,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color: #ff89d5;}*/
.text a:hover{color: #dd2e80;}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: #FFFFFF}
.uploadify-queue-item{color:#164F74;}

#fond_gauche, #fond_droite{
	position:absolute;
	width:50%;
	min-height:100%;
	height:100%;
	background:#361934;
	z-index:0;
}

#fond_droite{
	right:0;
}

#fond_centre{
	position:absolute;
	width:700px;
	margin:auto;
	left:0;
	right:0;
	background:url("../../maj/phototheque/photos/charte/fond_transparent.png") repeat-y;
	z-index:1;
}

#textes_temp{
	padding:30px 0;
}

.appriseInner a{
	text-decoration:underline;	
}

iframe{
	width:100%;	
}

@media(max-width:767px){
	.g-recaptcha{
		transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;	
	}
	
	h2{
		font-size:18px;	
	}
}

.btn-supprimer{
	padding: 0 5px;	
}

.img-responsive{
	max-width:100%;	
}

/*** INPUT FILE UPLOADFILE ***/
.ajax-file-upload{
	height:auto !important;
	 cursor: pointer !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857 !important;
    margin-bottom: 0 !important;
	margin-right:auto !important;
    padding: 7px 12px !important;
    text-align: center !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
	box-shadow:none !important;
	float:right;
}