@charset "UTF-8";
@font-face {
	font-family: 'Gotham Book';
	src: url('gotham/GothamBook.eot');
	src: url('gotham/GothamBook.eot?#iefix') format('embedded-opentype'),
		 url('gotham/GothamBook.ttf') format('truetype'),
		 url('gotham/GothamBook.woff') format('woff'),
		 url('gotham/GothamBook.svg#QuadrantaBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Light';
	src: url('gotham/GothamLight.eot');
	src: url('gotham/GothamLight.eot?#iefix') format('embedded-opentype'),
		 url('gotham/GothamLight.ttf') format('truetype'),
		 url('gotham/GothamLight.woff') format('woff'),
		 url('gotham/GothamLight.svg#QuadrantaBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* FINALEMENT UTILISÉ POUR LE TITRE */
@font-face {
	font-family: 'didot';
	src: url('didot/didot.eot');
	src: url('didot/didot.eot?#iefix') format('embedded-opentype'),
		 url('didot/didot.ttf') format('truetype'),
		 url('didot/didot.woff') format('woff'),
		 url('didot/didot.svg#QuadrantaBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* RÈGLES GÉNÉRALES */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%;
}
html, body {
	width: 100%;
}
body {
	background-color: #ffffff; /* fond blanc */
	font: 14px "Gotham Light";
	color: #6d6b6a;
}

a {
	color: #6d6b6a;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: text-top;
}

.mobileonly, .hidden {
	display: none;
}

/* header */
header {
	text-align: center;
	background-color: #3c3c3c;
	background-image: url(images/robe-de-mariee-Paris.png);
	background-repeat: no-repeat;
	margin:2px;
	height:85px;
	min-height: 40px;
	color: #fff;
	z-index:60;
}
.creation-de-robes {
	font-family:Gotham Book;
	font-size:9px;
	letter-spacing:1px;
	top:70px;
	left:300px;
	text-align: center;
	position: absolute;
	z-index:50;
}
.creation-de-robes a:link, .creation-de-robes a:visited {
	text-decoration: none;
	color: #ffffff;
}
.creation-de-robes a:hover, .creation-de-robes a:active {
	color: #000000;
	text-decoration: none;
}


/* menu */
nav{
	top:20px;
	right:2px;
	font-family: "Gotham Book";
	font-size:14px;
	position: absolute;
	z-index: 80;
}
nav a:hover, nav span:hover {
	color: #000;
}
nav ul {
	list-style: none;
	position: relative;
	color: #cccccc;
}
nav ul:after {
	content: "";
	clear: both;
	display: block;
}
nav ul li {
	float: left;
}
nav ul li a, nav ul li span{
	display: block;
	padding: 0 10px 0 10px;
	color: #eee;
	text-decoration: none;
	border-left: 1px solid #cccccc;
}
nav ul li:first-child a {
    border-left: 0;
}
nav ul li ul {
	display: block;
	background: #3c3c3c;
	border-radius: 0px;
	padding: 10px 0 0;
	position: absolute;
	top: 100%;
	max-height: 0px;
	transition: max-height 1s; /*transition */
            -webkit-transition: all 1s; /*transition */
            -moz-transition: all 1s; /*transition */
            -o-transition: all 1s; /*transition */
	overflow: hidden;
	line-height:40px;
}
nav.menu-index ul li ul {
    background: transparent;
}
nav ul li:hover > ul {
	max-height: 160px;
}
nav ul li ul li {
	float: none; 
	position: relative;
}
nav ul li ul li a {
	padding: 0 10px 0 10px;
	border: 0;
}	


/* corps de la page */
main {
	background-color: #ffffff;
	position: absolute;
	top: 105px; /* à modifier selon hauteur header */
	bottom: 25px;
	left: 2px;
	right: 2px;
	box-sizing: border-box;
}
.colonne-gauche {
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 50%;
	box-sizing: border-box;
	text-align: center;
}
.colonne-gauche img{
	display: inline-block;
	max-width: 75%;
	max-height: 100%;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #3c3c3c;
}
.fleche-gauche {
	display: inline-block;
	height: 85%;
	text-align: right;
	width: 11%;
	margin-left: 2%;
}
.fleche-gauche a {
    display: inline-block;
    height: 20%;
    background: #ff0;
    position: relative;
    top: 66%;
    border:0;
    margin-right: 10px;
    width: 100%;
    background: url("images/barre-fleches-2.png") no-repeat;
    background-position: left top;
    background-size: 200% 200%
}
.fleche-gauche a:hover{
    background-position: left bottom;
}
.fleche-droite a {
    display: inline-block;
    height: 20%;
    background: #ff0;
    position: relative;
    top: 66%;
    border:0;
    margin-right: 10px;
    width: 100%;
    background: url("images/barre-fleches-2.png") no-repeat;
    background-position: right top;
    background-size: 200% 200%;
}
.fleche-droite a:hover{
    background-position: right bottom;
}
.fleche-droite {
	display: inline-block;
	height: 85%;
	text-align: left;
	width: 11%;
}
.fleche-droite img {
	margin-left: 10px;
}
.fleche-gauche img, .fleche-droite img {
	height: 20%;
	position: relative;
	top: 66%;
	border: 0;
}
.colonne-droite {
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 50%;
	right: 2px;
	box-sizing: border-box;
	text-align: center;
}
.paragraphes {
	margin: 5px;
	height: 65%;
}
.paragraphes h1 {
	padding: 0;
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	max-width: 75%;
	margin: 0 auto;	
	font-family: "didot";
	letter-spacing:1px;
	font-size: 24px;
	line-height: 36px;
}
.paragraphes p {
	padding: 0;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	max-width: 75%;
	margin: 0 auto;	
	font-family: "Gotham Light";
	color:#000000;
	line-height:15px;
	font-size: 14px;
}
.modeles p {
	margin: 0;
	padding: 0;
	font-family: "Gotham Book";
}
.modeles {
	position: absolute;
	top: 66%;
	height: 150px;
	line-height: 150px;
	width: 100%;
	font-style: italic;
}
footer {
	position: absolute;
	bottom: 2px;
	width: 75%;
	margin: 0 auto;
	left: 0;
	right: 0;
	overflow: hidden;
	font-family:"Gotham Light";
	font-size:12px;
	color:#6d6b6a;
	z-index:60;
}
.reseau{
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url("images/barre-res-soc.png") no-repeat;
    /*border: 1px solid green;*/
    margin-right: 20px;
}

.reseau a{
    display: inline-block;
    width: 100%;
    height: 100%;
    /*border: 1px solid red;*/

}
.reseau.facebook{
    background-position: left top;
}
.reseau.twitter{
    background-position: 50% top;
}
.reseau.pinterest{
    background-position: right top;
}
.reseau.facebook:hover{
    background-position: left bottom;
}
.reseau.twitter:hover{
    background-position: 50% bottom;
}
.reseau.pinterest:hover{
    background-position: right bottom;
}

.reseaux-sociaux {
	display: inline;
	margin-left: 5%;
	white-space: nowrap; /* pour que les icones restent ensemble */
}

/*----PAGE BOUTIQUE----*/

.paragraphes h2 {
	padding: 0;
	position: absolute;
	top: 8%;
	left: 0;
	right: 0;
	max-width: 75%;
	margin: 0 auto;	
	font-family: "didot";
	letter-spacing:1px;
	font-size: 30px;
}
.colonne-droite-boutique {
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 50%;
	right: 2px;
	box-sizing: border-box;
	text-align: center;
}
.boutique {
	padding: 0;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	max-width: 75%;
	margin: 0 auto;	
	font-family: "Gotham Light";
	color:#000000;
	line-height:15px;
	font-size: 14px;
}

/*----INDEX----*/

.main-index {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.colonne-droite-index {
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 50%;
	right: 2px;
	box-sizing: border-box;
	text-align: center;
}

.footer-index {
	position: absolute;
	bottom: 27px;
	width: 75%;
	margin: 0 auto;
	left: 0;
	right: 0;
	overflow: hidden;
	font-family:"Gotham Light";
	font-size:12px;
	color:#000000;
	z-index:100;
}
.footer-index a {
	color: #000000;
	text-decoration: none;
}
.footer-index a:hover {
	color: #ffffff;
	text-decoration: none;
}
.footer-index a:visited {
	text-decoration: none;
}


.defile-images {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	z-index:10;
	background-color:#3c3c3c;
}
.defile-images > * {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    min-width: 100%;
    min-height: 100%;
}
.defile-images > a > img {
    min-width: 100%;
    min-height: 100%;
}
.transparent-index {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border:0;
    z-index:11;
    background-color: rgba(60,60,60,0.7);
}
.logo-index {
    text-align:center;
    position: relative;
    width:50%;
	margin:28% 0 0 25%;
    border:0;
    z-index:30;
}
.creation-robes-index {
	font-family:Gotham Book;
	color:#ffffff;
	font-size:9px;
	letter-spacing:1px;
	position: relative;
	left:5%;
}

/*----BLOG----*/
.main-blog {
    background-color: #ffffff;
    position: static;
    box-sizing: border-box;
    margin-top: 60px;
}
.titre-blog h2{
    text-align: right;
    width:70%;
    margin: 0 auto;
    font-family: "didot";
    letter-spacing: 1px;
    font-size: 30px;
    height: 30px; /* mangé en partie par le bottom de .billet */
}
.billets {
    margin: 0 15%;
    padding: 0;
    position: relative;
    overflow: visible;
    bottom: 30px;
}
.billets-titre {
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: "didot";
    text-align:left;
    letter-spacing:1px;
    font-size: 24px;
    line-height: 30px;
    color: #3c3c3c;
}
.billets img {
    margin: 30px 0 20px 0;
	display: block;
}
.billets-date {
	left: 0;
	right: 0;
    margin: 10px auto;
	font-family: "Gotham Light";
    text-align:left;
	color: #000000;
	font-size: 11px;
	font-style:italic;
	line-height: 30px;
}

.billets-contenu {
	top: 45%;
	left: 0;
	right: 0;
	margin-top: 20px;
	font-family: "Gotham Light";
    text-align:left;
	color:#000000;
	line-height:16px;
	font-size: 14px;
}
.billets-contenu p {
	margin-top: 20px;
}
.billets-contenu img {
	border: 1px solid #3c3c3c;
	margin: 20px 20px 20px 0;
	max-width: 400px;
	display: inline;
}
.footer-blog {
	text-align:right;
	height:20px;
	font-family:"Gotham Light";
	font-size:12px;
	color:#6d6b6a;
	padding-bottom: 30px;
	margin-right: 15%;
}
/*----PRESSE----*/
.paragraphes-presse h2 {
	padding: 0;
	position: absolute;
	top: 8%;
	left: 0;
	right: 0;
	max-width: 75%;
	margin: 0 auto;	
	font-family: "didot";
	letter-spacing:1px;
	font-size: 30px;
}
.paragraphes-presse {
	margin: 5px;
	height: 65%;
}
.paragraphes-presse p {
	padding: 0;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	max-width: 75%;
	margin: 0 auto;	
	font-family: "Gotham Light";
	color:#000000;
	line-height:15px;
	font-size: 14px;
}
.article-presse p {
	margin: 0;
	padding: 0;
	font-family: "Gotham Book";
}
.article-presse {
	position: absolute;
	top: 45%;
	height: 20px;
	line-height: 18px;
	width: 100%;
	font-style: italic;
}
.contact-presse {
	top: 25%;
	font-family: "Gotham Light";
	font-style:normal;
	color:#000000;
	font-size: 11px;
}

/*----CONTACT----*/
.contact-titre {
	position: absolute;
	text-align:center;
	top: 8%;
	left: 0;
	right: 0;
	width:100%;
	margin: 0 auto;	
	font-family: "didot";
	font-weight:bold;
	letter-spacing:1px;
	font-size: 30px;
}
.colonne-droite-contact {
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 50%;
	right: 2px;
	box-sizing: border-box;
	text-align: center;
}
.contact-right {
	position:absolute;
	margin: 20% 14% 0 7%;
	width:79%;
	text-align:right;
	font-size: 13px;
	line-height:16px;
	color:#333333;
}
.contact-left {
	position:absolute;
	margin: 20% 7% 0 14%;
	width:79%;
	text-align:left;
	font-size: 13px;
	line-height:16px;
	color:#333333;
}
.colonne-gauche-contact {
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 50%;
	box-sizing: border-box;
	text-align: center;
}
.colonne-gauche-contact img { /* image boutique */
	border: 1px solid #3c3c3c;
}
input[type="text"] { /* CHAMPS COORDONNEES */
	margin: 1px 1px 1px 1px;
	border: 1px solid #3c3c3c;
	display: inline;
	text-align: center;
	color:#000000;
	font-size: 12px;
	width: 49%;
	height:20px;
	background-color: #ffffff;
}
textarea {/* CHAMPS MESSAGE */
	display: inline;
	font-size: 12px;
	color:#000000;
	display: inline;
	float: center;
	background-color: #ffffff;
	border: 1px solid #3c3c3c;
	margin: 1px 1px 1px 1px;
	text-align: center;
	width: 99%;
	height: 90px;
}
select { /* déroulant source contact */
	height:20px;
	display: inline;
	font-size: 11px;
	font-weight:bold;
	margin: 1px 1px 5px 1px;
	float: center;
	background-color: #ffffff;
	border: 1px solid #3c3c3c;
	width: 99%;
	color:#000000;
}
input[type="submit"] {/* BOUTON ENVOYER */
	clear: both;
	display: inline;
	float: center;
	font-size: 12px;
	font-weight:bold;
	margin-top: 20px;
	padding:3px;
	width: 50%;
	color:#ffffff;
	border: 1px solid #000000;
	background-color: #830000;
}
#submit {
	margin: 5px 2px 0 0;
	float: center;
	clear: none;
}


/*----POPUPS MENTIONS CREDITS----*/

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	background-color: rgba(255,255,255,0.0);
	z-index: 555;
	font-size:13px;
	line-height:15px;
}
.overlay.faded {
	background: url(#); /* or point to a transparent gif. EDIT: see comments */
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dd000000', endColorstr='#dd000000');
}
.overlaypage {
	position: absolute;
	background-color: #fff;
	width: 50%;
	height: 50%;
	margin: auto;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px;
	overflow-y: auto;
	border-radius: 5px;
}

/*------ROBES LONGUES / ROBES COURTES (VIGNETTES)------*/
.titre-col-menu h2 {
    text-align: right;
    width:70%;
    margin: 0 auto;
    font-family: "didot";
    letter-spacing: 1px;
    font-size: 24px;
	line-height:36px;
}
.col-menu {
    margin: 4% 3% 4% 3%;
	text-align:center;
    padding: 0;
    position: relative;
    overflow: visible;
}
.col-menu img {
	border: 1px solid #3c3c3c;
	margin:5px;
	max-width: 300px;
	max-height: 400px;
}



.slideshow {
	height:100%;
	width: 100%;
	overflow: visible;
	text-align: left;
	right: 50%;
}
.slideshow img {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.5s opacity;
	display: block;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
}
.slideshow img.show {
	opacity: 1;
	filter: alpha(opacity=100);
	position: static;
	transition: 0.5s opacity;
}
.slideshow .next, .slideshow .prev{
	color: #fff;
	position: absolute;
	/*
	background-color: #666; 
	background: rgba(0,0,0,0.6);
	*/
	top: 50%;
	z-index: 1;
	font-size: 2em;
	margin-top: -.75em;
	opacity: 0.7;
	filter: alpha(opacity=70);
	user-select: none;
	width: 10%;
}
.slideshow .next:hover, .slideshow .prev:hover{
	cursor: pointer;
	opacity: 1;
}
.slideshow .next img, .slideshow .prev img{
	position: static;
	opacity: 1;
	filter: alpha(opacity=100);
	border: 0;
}
.slideshow .next{
	right: 0;
	padding: 10px 5px 15px 10px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.slideshow .prev{
	left: 0;
	padding: 10px 10px 15px 5px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
