html, body {
	height:100%;
}
body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
#header{
	position: relative;
	z-index: 2000;
	width: 100%;
	top: 0;
}
#header h1{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding: 20px;
	background: #000;
}

 ul.details { list-style-type:circle; margin-left:20px; padding:10px 0;}
 ul.details li { font-size:12px !important;}

@font-face {
    font-family: 'theano_didotregular';
    src: url('font/theanodidot-regular-webfont.eot');
    src: url('font/theanodidot-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/theanodidot-regular-webfont.woff') format('woff'),
         url('font/theanodidot-regular-webfont.ttf') format('truetype'),
         url('font/theanodidot-regular-webfont.svg#theano_didotregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.content{
	right:0px;
	left: 0px;
	top: 200px;
	position: absolute;
}
.content h2{
	font-size: 50px;
	padding: 10px 0px 20px 0px;
	margin-top: 52px;
	color: #fff;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.panel{
	width: 100%;
	position: absolute;
	margin-left: -102%;
	z-index:999;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.panel:target{
	margin-left: 0%;
}

#works {
	padding: 15px 0px;
}
#works li{
	display: inline;
}
#works li a{
	padding-right: 10px;
}
#works img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	padding: 12px; 
	background: rgba(255,255,255,0.9);
}
#form p{
	background: #fff;
	color: #000;
}

#form label{
	padding-right: 10px;
	float: left;
}
.footnote a{
	color: #ddd;
}


  .doctolib-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    width: 230px;
    background-image: none;
    background-color: rgb(52, 152, 219);
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    font-family: Arial;
    border: 1px solid transparent;
    border-width: medium medium 2px;
    border-style: none none solid;
    border-image: none;
    border-radius: 5px;
    border-bottom-color: rgb(35, 131, 196);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-user-select: none;
  }

  .doctolib-button:hover {
    background-color: rgb(7, 122, 199);
    color: white;
    text-decoration:none;
  }