/* css Zen Garden submission 037 - 'pret-a-porter' by Minz Meyer - www.minzweb.de */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All other graphics copyright 2003, Minz Meyer */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */


/* Well, though I know that web is not print, I wanted to try a visual concept that I designed for a printed brochure and
see what happens when brought to screen. According to the printed object, which is heavily landscape format, I had to
try the horizontal scrolling. (-- Didn't reinvent the wheel, Mike Pick already did this with his "What lies Beneath" design.)
All in all I wanted to give it a look of a modern lifestyle and fashion magazine.
The Photograph was shot by Thomas Moeller */

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}





body {
	margin: 0;
	padding: 0;
	/*color: #888398;*/
	/*color: #2F4F4F;*/
	color: #2F2F2F;
	background-color: #fff;
	
	font: 11px/1.5 Arial, Verdana, sans-serif;
	font-size: 0.0001rem;
}

.moi {
    width: 60%;
}
@media (max-width: 1024px) {
body {
word-wrap: break-word;
font-size: 0.0001rem;
}
.img {  
max-width: 150px;
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.img_bando {
    display: block;
    margin-top: 10%;
  /*margin-left: auto;
  margin-right: auto;*/
  width: 100%;
}
}

body {
        //
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1024px) {
    body {
	max-width:80%;
	width: max-content;
    }
.img {
max-width: 200px;
float: right;
}
.img_bando {
  display: block;
  //margin-left: auto;
  margin-top: 5%;
  //margin-right: auto;
  width: 70%;
}

}

.body_readable {
    padding: 50px;
    margin-left: 50px;
    font: 14px/1.5 Arial, Verdana, sans-serif;
}
/* Different behaviour of the lady. Just a compromise for IE */

div.extra2 {

	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 600px;
	width: 265px;
}

/* And now the cool stuff, hiding from IE with child-selectors */

body#css-zen-garden>div.extra2 {
	/*background-image: url(../img/bg_face.fr1.jpg);*/
    background-image: url(../img/portrait_fr.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 594px;
	width: 205px;
	z-index: 2;
} 

/* Using Geckos capability of PNG transparency to create the smooth scrolling border,
when the screen is scrolled and the content vanishes to the left */

body#css-zen-garden>div.extra3 {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	background-image: url(bg_white.png);
	width: 225px;
}

/* The Header, using the "old":)) FIR-method */

header {
	position: relative;
	left: 220px;
	width: 1028px;
}

header h1 {
	width: 416px;
	height: 78px;
	margin: 20px 0 0;
	/*background-image: url(../img/csszengarden.jpg);*/
	background-image: url(../img/fregnier.png);

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
img a {
	display: inline;
	background-image: none;
	color : #A52A2A;

	background-color: transparent;
	padding-left: 0;
	margin-left: 0;
	border: 0;
}
header h2 {
	width: 1026px;
	height: 27px;
	background-image: url(thebeautyofcssdesign.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: -10px;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

div.summary {
	position: absolute;
	width: 1000px;
	left: 228px;
	top: 98px;
	letter-spacing: 0.1em;
	color: #7573A5;
	background-color: transparent;
}

/* Have the summary displayed in a single line */

div.summary p:last-child, div.summary p:first-child {
	display: inline;
	margin: 0;
}
@media (min-width: 1600px) {
div.extra1 { /*adding a border */
	position: absolute;
	left: 225px; 
	top: 90px;
	height: 1px;
	width: 1623px;
	background-color: #A5A3B5;
	color: inherit;
} }
@media (max-width: 1600px) { 
div.extra1 { /*adding a border */
	position: absolute;
	left: 225px; 
	top: 90px;
	height: 1px;
	width: 1023px;
	background-color: #A5A3B5;
	color: inherit;
} }

/* The main content. All positioned absolutely
-----------------------------------------------
 The text-links */

a:link, a:visited {
	color: #A52A2A;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* The Preamble */

div.preamble {
	position: absolute;
	/*left: 275px;*/
	left: 275px;
	top: 160px;
	width: 300px;
	text-align: justify;
}
div.preamble_iau {
	position: absolute;
	/*left: 275px;*/
	left: 275px;
	top: 160px;
	width: 600px;
	text-align: justify;
	font: 14px/1.5 Arial, Verdana, sans-serif;
}

div.preamble h3 {
	width: 200px;
	height: 25px;
	background-image: url(theroad.jpg);
	margin: 0 0 0.5em;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

div.preamble p {
	margin: 0 0.5em 0.5em;
}

/* Supporting Text
--------------------------------------*/

div.explanation {
	position: absolute;
	/*left: 625px;*/
	left: 625px;
	top: 160px;
	width: 300px;
	text-align: justify;
}

div.explanation h3 {
	width: 200px;
	height: 25px;
	background-image: url(sowhatisthisabout.jpg);
	margin: 0 0 0.5em;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

div.explanation p {
	margin: 0 0.5em 0.5em;
}

div.participation {
	position: absolute;
	left: 875px;
	top: 160px;
	width: 200px;
	text-align: justify;
}

div.participation h3 {
	width: 200px;
	height: 25px;
	background-image: url(participation.jpg);
	margin: 0 0 0.5em;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

div.participation p {
	margin: 0 0.5em 0.5em;
}

div.benefits {
	position: absolute;
	left: 950px;
	top: 160px;
	width: 230px;
	text-align: justify;
}

div.benefits h3 {
	width: 200px;
	height: 25px;
	background-image: url(benefits.jpg);
	margin: 0 0 0.5em;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

div.benefits p {
	/*margin: 0 0.5em 0.5em;*/
	margin-bottom:0.5em;
	margin-right:0.5em;
}

@media (min-width: 1600px) { 
    div.requirements {
	position: absolute;
	left: 1200px;
	top: 160px;
	width: 600px;
	text-align: left;
    }
} 
@media (max-width: 1600px)
{
    div.requirements {
	position: absolute;
	left: 250px;
	top : 1524px;
	/*bottom: 0;*/
	width: 600px;
	text-align: left;
    }
}

div.requirements h3 {
	width: 400px;
	height: 25px;
	background-image: url(requirements.jpg);
	margin: 0 0 0.5em;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

div.requirements p {
	margin: 0 0.5em 0.5em;
}

/* The Navigation
---------------------------------------*/

 .sidebar {
	position: absolute;
	left: 1828px;
	top: 160px;
	width: 220px;
	background-color: transparent;
	color: inherit;
	background-image: url(bg_linklist.jpg);
	background-repeat: repeat-y;
	text-transform: lowercase;
}


.sidebar div.design-selection li a:link, .sidebar div.design-selection li a:visited {
	display: block;
	margin-left: -10px;
	padding-left: 26px;
	color: #8B879E;
	background-color: transparent;
	border-top: 1px solid #C6C6D2;
	background-image: url(linklistlink.jpg);
	background-repeat: no-repeat;
}

.boite {
    color: #8B3626;
    
    
}
.job {
    color: #A52A2A;
    text-decoration-style: solid;
    font-weight: bold;
	font-size:larger;
	margin-left:-0.5em;
}

.sidebar li .job a:link, .sidebar div.design-selection li a.designer-name:link, .sidebar li a:visited, .sidebar div.design-selection li a.designer-name:visited {
	display: inline;
	background-image: none;
	color : #A52A2A;
	background-color: transparent;
	padding-left: 0;
	margin-left: 0;
	border: none;
}


.sidebar ul {
	list-style: none;
	margin: 0 0 0 25px;
	padding-left: 0;
}

.sidebar li {
	padding-left: 10px;
}



div.design-selection h3 {
	float:left;
	margin-top: 0;
	width: 25px;
	height: 200px;
	background-image: url(selectadesign.jpg);
	background-repeat: no-repeat;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

div.design-archives {
	clear:left;
	margin-top: 0;
	border-top: 10px solid #D9D6E7; 
}

div.design-archives h3 {
	float:left;
	margin-top: 0;
	width: 25px;
	height: 81px;
	background-image: url(archives.jpg);
	background-repeat: no-repeat;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

div.zen-resources {
	clear:left;
	margin-top: 0;
	border-top: 10px solid #D9D6E7; 
}

div.zen-resources h3 {
	float:left;
	margin-top: 0;
	width: 25px;
	height: 95px;
	background-image: url(ressources.jpg);
	background-repeat: no-repeat;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@mixin vertical-align($position: relative) {
  position: $position;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ...and the footer
--------------------------------------*/
footer {
	position: absolute;
	left: 925px;
	top: 3px;
	width: 320px;
	height: 20px;
	text-align: center;
	word-spacing: 0.1em;
	@include vertical-align();
}

footer a:link, footer a:visited {
	color: #B2AFC0;
	background-color: transparent;
}



/* and extra artwork */

div.extra4 {
	position: absolute;
	left: 1828px;
	top: 20px;
	width: 214px;
	height: 65px;
	color: inherit;
	background-color: #D9D6E7;
	background-image: url(transition.jpg);
	background-repeat: no-repeat;
}

.rouge {
    color: #A52A2A;
    font-size: larger;
    font-weight: bolder;
}


.lourd {
    color: #000000;/*#000080;*//*#A52A2A;*/
    font: 11px/1.5 Arial, Verdana, sans-serif;
}


.rlourd {
    color: #A52A2A;/*#000080;*//*#A52A2A;*/
    font: 12px/1.4 Arial, Verdana, sans-serif;
}



.hlourd {
    color: #000000;/*#000080;*//*#A52A2A;*/
    font: 11px/1.5 Arial, Verdana, sans-serif;
    /*text-decoration: underline;*/
    font-weight: bolder;
/*text-transform: uppercase;*/
}



.xlourd {
    color: #000000;/*#000080;*//*#A52A2A;*/
    font: x-large/1.5 Arial, Verdana, sans-serif;
    
    font-weight: bolder;
/*text-transform: uppercase;*/
}

@media (max-width: 1024px) {
.xlourd {
font-size: 0.001rem;
}
.profession {
line-height: 1.7rem;
margin-top: 1rem;
margin-bottom: 1rem;
margin-left: 1rem;
margin-right: 1rem;
}
.details{
    font: x-small/1.5 Verdana, sans-serif, Arial;
    margin-left: 1rem;
    margin-right: 1rem;
}
}
@media (min-width: 1024px) {
.details{
font: small/1.5 Verdana, sans-serif, Arial;
}
}
.profession {
font-size: x-large;
}
@media (max-width: 1024px) {
.lienpro {}
}
@media (min-width: 1024px) {
.lienpro {
	margin-left: 5vw; font-weight: bolder; font: xx-large/1.5 Verdana, sans-serif, Arial; margin-left: 4vw; margin-top: 2vh;
}
}
