@charset "UTF-8";
/* CSS Document */

/* @group RESET */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	letter-spacing: 1px;
	font-size: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

a {
	text-decoration: none;
}

a:link, a:visited {
	color: rgba(216,213,205,0.9);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#galerie h1 a {
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

a:hover, a:active {
	color: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

li{
	list-style: none;
}

.hide{
	position: fixed;
	top: 10000px;
}

/* @end */

/* @group COMMUNS */

body, html{
	background-color: #000;
}

body{
	color: #71706c;
	font-style: normal;
	line-height: 1.35em;
	font-family: "garamond-premier-pro-display-1","garamond-premier-pro-display-2",serif;
	font-weight: 300;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

#wrapper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

P{
	
}

/* @end */

/* @group ACCUEIL */

.imageAccueil{
	text-align: right;
}

.imageAccueil img{
	width: 83%;
}

#disclaimer{
	margin-top: -20px;
}

#disclaimer p{
	padding-right: 75px;
	padding-left: 75px;
	font-size: 120%;
	line-height: 1.4em;
}

#disclaimer p.introSite{
	font-size: 130%;
	margin-bottom: 60px;
	margin-top: 40px;
}

#disclaimer .disclaimerCnt{
	margin-right: 75px;
	margin-left: 75px;
	padding: 15px;
	border: 4px double rgba(255, 255, 255, 0.26);
}

#disclaimer p.disclaimerTxt{
	font-size: 100%;
	padding-right: 0;
	padding-left: 0;
}

#disclaimer p.disclaimerTit{
	text-align: center;
	color: #fff;
	font-variant: small-caps;
	padding-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
}

.accueilSmall{
	position: fixed;
	top: -10000px;
}


#liens{
	text-align: center;
}

.important{
	margin-top: 500px;
}

.center{
	margin-top: 500px;
	padding-bottom: 50px;
}

.introLogoImg{
	display: block;
	position: relative;
	top: -130px;
	right: -90px;
	margin-top: -50px;
	width: 345px;
}

div.choix{
	display: block;
	text-align: center;
	margin-top: 20px;
}

div.choix .entrerBtn, div.choix .quitterBtn{
	padding: 10px;
}

div.choix .entrerBtn{
	border-right: 1px solid rgba(255, 255, 255, 0.35);
}

div.choix img{
	vertical-align: middle;
}

div.choix a:link img, div.choix a:visited img{
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

div.choix a:hover img, div.choix a:active img{
	opacity: 1;
	filter: alpha(opacity=1); /* For IE8 and earlier */
}

/* @end */

/* @group GALERIE */

#galerie {
	font-size: 120%;
	line-height: 1.3em;
	margin-top: 90px;
}

#galerie ul {
	margin-top: 80px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#galerie ul li {
	clear: both;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 15px;
	list-style: none;
}

#galerie h2 {
	padding-bottom: 0;
}

#galerie h2 a {
	font-size: 140%;
}

#galerie .btn {
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin-right: 15px;
	float: left;
	margin-bottom: 5px;
}

#galerie h1 a:link, #galerie h1 a:link {
	width: 75px;
}

#galerie img {
	width: 75px;
	height: inherit;
}

#galerie h1 a:hover, #galerie h1 a:visited {
	position: relative;
	top: -76px;
}

.text {
	font-weight: 300;
	text-align: left;
	padding-bottom: 10px;
}

#galerie h3.text {
	font-size: 95%;
	line-height: 1.3em;
	padding-bottom: 0;
	margin-bottom: 28px;
}

.text a:link, .text a:visited {
	
}

.text a:hover, .text a:active {
	
}

#mention p {
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3em;
	font-style: italic;
	font-size: 100%;
	width: 600px;
	margin-top: 60px;
}

#fem_gal h1 {
	margin-top: 6px;
}

#fet_gal h1 {
	margin-top: -14px;
}

#pop_gal h1 {
	
}

#sou_gal h1 {
	margin-top: -15px;
}

#que_gal h1 {
	margin-top: -3px;
}

div.sepGal{
	position: fixed;
	top: -10000px;
}

/* @end */


/* @group HEADER */

.header{
	padding-top: 20px;
	height: 55px;
}

.header__logo{
	float: left;
	width: 300px;
}

.nav{
	font-size: 130%;
	font-style: italic;
	padding-top: 8px;
	float: right;
}

.nav a{
	display: inline-block;
	padding: 10px 5px;
}

.nav a:link, .nav a:visited{
	color: rgba(216,213,205,0.5);
}

.nav a:hover, .nav a:active{
	color: #fff;
}

.nav a.selected{
	color: #fff;
}

/* @end */


/* @group IMAGES & VIDEOS */

#galerie_content, #fetichisme, #feminisation, #soumis, #popotin, #question, #actu {
	width: 100%;
	margin-top: 40px;}

.image, .video {
	background-color: #000;
	text-align: center;
	min-height: 536px;
}

.pageNav{
	
}

#prev {
	float: left;
}

#next {
	float: right;
}

#next, #prev {
	top: -45px;
	position: relative;
}

#prev a, #next a, #prev span, #next span {
	width: 75px;
	height: 75px;
	display: block;
}

#next .back {
	background: url(../images/retour_galeries.png) no-repeat center center;
}

div.videoParalaxe{
	height: 536px;
}

div.videoParalaxe video{
	height: 100%;
}

/* @end */

/* @group FETICHISME */

#fetichisme #next .disable, #fetichisme #prev .disable {
	background: url(../images/fetiche_off.png) no-repeat center center;
}

#fetichisme #prev a:link.active, #fetichisme #prev a:link.visited {
	background: url(../images/fetiche_left.png) no-repeat center center;
}

#fetichisme #next a:link.active, #fetichisme #next a:link.visited {
	background: url(../images/fetiche_right.png) no-repeat center center;
}

/* @end */

/* @group POPOTIN */

#popotin #next .disable, #popotin #prev .disable {
	background: url(../images/popotin_off.png) no-repeat center center;
}

#popotin #prev a:link.active, #popotin #prev a:link.visited {
	background: url(../images/popotin_left.png) no-repeat center center;
}

#popotin #next a:link.active, #popotin #next a:link.visited {
	background: url(../images/popotin_right.png) no-repeat center center;
}

/* @end */

/* @group SOUMIS */

#soumis #next .disable, #soumis #prev .disable {
	background: url(../images/soumis_off.png) no-repeat center center;
}

#soumis #prev a:link.active, #soumis #prev a:link.visited {
	background: url(../images/soumis_left.png) no-repeat center center;
}

#soumis #next a:link.active, #soumis #next a:link.visited {
	background: url(../images/soumis_right.png) no-repeat center center;
}

/* @end */

/* @group QUESTION */

#question #next .disable, #question #prev .disable {
	background: url(../images/question_off.png) no-repeat center center;
}

#question #prev a:link.active, #question #prev a:link.visited {
	background: url(../images/question_left.png) no-repeat center center;
}

#question #next a:link.active, #question #next a:link.visited {
	background: url(../images/question_right.png) no-repeat center center;
}

/* @end */


/* @group ACTUALITES */



.textIntroActuLeft, .textIntroActuRight{
	text-align: center;
	width: 300px;
	float: left;
	border: 1px solid rgba(136, 125, 102, 0.35);
	margin-top: 50px;
	height: 396px;
	margin-left: 110px;
}

.textIntroActuLeft p, .textIntroActuRight p{
	font-style: italic;
	font-size: 19px;
	line-height: 1.5em;
	padding: 54px;
	margin-top: 10px;
}



.textIntroActuLeft {
	float: left;
}

.textIntroActuRight {
	display: block;
	float: right;
	padding-right: 175px;
}

#actu button{
	border: none;
	width: 75px;
	height: 75px;
}

button{
	cursor: pointer;
}

#actu button.buttonLeft{
	float: left;
	display: inline-block;
	position: relative;
	top: -65px;
	right: -240px;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

#actu button.buttonRight{
	float: right;
	display: inline-block;
	position: relative;
	top: -65px;
	right: 240px;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

#actu .slideshowContent{
	text-align: center;
	margin-top: 50px;
}

#actu .slideshowMask{
	display: block;
	margin-top: -407px;
}

#actu .mySlides{
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}

#actu img{
	height: 400px;
	width: 300px;
	text-align: center;
	display: inline-block;
}

span.legendDate {
	font-style: italic;
}

/* @end */

/* @group ACTUALITES BUTTONS */

#actu button{
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

#actu button.buttonLeft {
	background: url(../images/hand-left-off.png) no-repeat center center;
}

#actu button.buttonLeft:hover {
	background: url(../images/hand-left.png) no-repeat center center;
}

#actu button.buttonRight {
	background: url(../images/hand-right-off.png) no-repeat center center;
}

#actu button.buttonRight:hover {
	background: url(../images/hand-right.png) no-repeat center center;
}

embed {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #000;
}

#prev {
	float: left;
}

#next {
	float: right;
}

#next, #prev {
	top: -45px;
	position: relative;
}

#prev a, #next a, #prev span, #next span {
	width: 75px;
	height: 75px;
	display: block;
}

#next .back {
	background: url(../images/retour_galeries.png) no-repeat center center;
}

/* @end */

/* @group CONTACT */

#language {
	margin-bottom: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 22px;
	width: 80px;
}

#language #french, #language #english {
	width: 30px;
	height: 22px;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
}

#language a img {
	
}

#language a.active img {
	
}

#language a:link img, #language a:visited img {
	margin-top: -22px;
}

#language a:hover img, #language a:active img,  #contact a.current img {
	margin-top: 0px;
}

#contact {
	width: 440px;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-top: 40px;
	margin-left: auto;
	padding-bottom: 150px;
}

body.contactBg{
	background: url(../images/bg_contacts5.jpg) center top no-repeat;
}

body.recruBg{
	background: url(../images/bg-recrutement.jpg) center top no-repeat;
	min-height: 1500px;
}



no-repeat center top;


#contact .current {
	
}

#soubrette{
	width: 455px;
	position: relative;
	right: 5px;	
	color: #000;	
	letter-spacing: 0;
	padding-bottom: 150px;
	margin-right: auto;
	margin-left: auto;
}

#contact p {
	color: #000;
	font-size: 120%;
	margin-top: 10px;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.1em;
}

.contact-indispo{
	margin-top: 0;
	padding-top: 30px;
}

#soubrette p{
	font-size: 120%;
	margin-top: 0;
	line-height: 1em;
	margin-bottom: 10px;
	text-align: center;
	padding-right: 0;
	padding-left: 0;
}

#soubrette h1{
	font-size: 180%;
	margin-top: 100px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.02em;
}

#soubrette h1.complet{
	margin-top: 180px;
}

#soubrette p.postuler{
}

#soubrette .list{
	margin: 0;
	padding-bottom: 6px;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 130%;
}

.competences{
	margin-bottom: 10px;
	margin-top: 10px;
}

#contact3 p a, #contact p a, #soubrette p a, #soubrette p a {
	color: #191816;
	font-size: 135%;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.5em;
	letter-spacing: 0;
	text-decoration: underline;
}

#contact p a:hover, #contact p a:active, #soubrette p a:hover, #soubrette p a:active {
	color: #656460;
}

span.date {
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0;
}

#contact .indispo p {
	color: #000;
	font-size: 130%;
	text-align: center;
	margin-top: 5px;
	padding-top: 75px;
	line-height: 1.5em;
}

/* @end */

/* @group LIENS */

#annuaire {
	padding-top: 30px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#annuaire p {
	text-align: center;
	font-size: 125%;
}

#annuaire p.dw {
	text-align: center;
	border: solid 2px red;
	width: 464px;
	height: 60px;
	background-color: #FFFFFF;
	color: #000000;
	display: inline-block;
	font: 11px Tahoma,Verdana,Arial;
	margin-bottom: 10px;
}

#annuaire p img {
	margin: 0 10px 10px;
	border: 1px solid #262626;
}

#annuaire .text {
	background: url(../images/separateur.gif) no-repeat center bottom;
	color: #ccc;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 35px;
	margin-bottom: 10px;
}

.bigger {
	font-size: 1.1em;
}

.smaller {
	color: #4c4c4c;
}

#annuaire .dimensions {
	color: #4c4c4c;
	margin-bottom: 20px;
	font-size: 150%;
}

.separateur {
	display: block;
	background: url(../images/separateur_big.gif) no-repeat center bottom;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	margin-bottom: 30px;
}



/* @end */
















