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

html {
	background: #000;
}

body {
	background: url(../img/fond_v4.png) top left no-repeat;
	background: url(../img/fond_v4.png) top left no-repeat, -moz-linear-gradient(30deg, #512406, #1a0a01);
	background: url(../img/fond_v4.png) top left no-repeat, -webkit-linear-gradient(30deg, #512406, #1a0a01);
	background: url(../img/fond_v4.png) top left no-repeat, -o-linear-gradient(30deg, #512406, #1a0a01);
	background: url(../img/fond_v4.png) top left no-repeat, linear-gradient(60deg, #512406, #1a0a01);
	/*background: -moz-linear-gradient(30deg, #512406, #1a0a01);
	background: -webkit-linear-gradient(30deg, #512406, #1a0a01);
	background: -o-linear-gradient(30deg, #512406, #1a0a01);
	background: linear-gradient(60deg, #512406, #1a0a01);*/
	height: 100vh;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
}
.tete {
	cursor: pointer;
}
H1 {
	text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.75);
}
H1, nav H2 {
	/*font-family: 'Lora', serif;*/
	font-family: 'Droid Serif', serif;
}
b {
	font-weight: 400;
}
header {
	height: 100vh;
	padding-top: 30px;
	padding-left: 5%;
	color: rgba(255,255,255,1.00);
	width: 25%;
	float: left;
}
.right {
	margin-top: 40px;
	width: 70%;
	float: right;
}
.left {
	width: 420px;/*30% puis 380*/
	float: left;
}
.intro {
	position: relative;/**/
	color: rgba(255,255,255,1.00);
	float: left;
	display: block;
	width: 600px;
	padding: 20px;
	margin-top: 40px;
	border-bottom: thin solid rgba(255,255,255,1.00);
	border-top: thin solid rgba(255,255,255,1.00);
}
.intro:after {
	position: absolute;
	left: 20px;
	bottom: -200px;
	content: url('../img/mandalaa.png');
	height: 188px;
}
.intro img {
	width: 100px;
	float: left;
	padding-right: 30px;
}
.intro p {
	width: 400px;
	float: left;
	display: block;
}
nav.right ul {
	/*margin: auto;*/
}
nav.right ul li {
	opacity: 0.8;
	display: inline-block;
	background-color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 400;
	padding: 3px;
	margin: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
nav.right ul li:hover {
	opacity: 1;
}
nav.right ul li a {
	color: rgba(45,45,45,1.00);
	text-decoration: none;
}
nav.right a {
	color: rgba(45,45,45,1.00);
	text-decoration: none;
}
#bas {
	z-index: 50;
	position: absolute;
	bottom: 5px;
	right: 30px;
}
nav.right ul #bas li {
	display: inline-block;
	background-color: rgba(87,38,7,1.00);
	font-size: 14px;
	font-weight: 400;
	padding: 3px;
	margin: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
nav.right ul #bas li a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
nav.right #bas a {
	color: rgba(45,45,45,1.00);
	text-decoration: none;
}
ul {
	margin-bottom: 30px;
}
section ul li {
	line-height: 35px;
}
.survol {
	cursor: pointer;
}
.survol:hover {
	color: rgba(123,0,1,1.00);
}
section {
	/*z-index: 99999;*/
	display: flex;
	/*height: 50px;*/
	/*opacity: 0;*/
	padding-top: 30px;
	padding-left: 2%;/* 5% nav moins large */
	padding-right: 5%;
	position: absolute;
	/*bottom: 0px;
	top: 120px;
	overflow-y: scroll;*/
	width: 93%;/* 90% nav moins large */
	background-color: rgba(255,255,255,1.00);
	background: url(../img/omb.png) top center repeat-x, url(../img/mandalaa.jpg) top left no-repeat rgba(255,255,255,1.00);
}
article {
	border-left: thin solid rgba(0,0,0,1.00);
	padding-left: 5%;
	/*padding-right: 5%;*/
	margin-bottom: 30px;
	width: 65%;
}
article:after {
	margin-bottom: 80px;
}
#art {
	font-size: 14px;
}
.vignette {
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 5px;
	border: thin solid rgba(255,255,255,1.00);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	overflow: hidden;
}
.vignette img {
	border: none;
}
h1 {
	font-size: 32px;
	font-weight: 700;
}
h2 {
	font-size: 20px;
	font-weight: 300;
}

a {
	cursor: pointer;
	color: rgba(45,45,45,1.00);
	text-decoration: none;
}
a:hover {
	color: rgba(123,0,1,1.00);
	text-decoration: none;
}
.reta {
	padding-left: 0px;
}
.retb {
	padding-left: 20px;
}
.retc {
	padding-left: 40px;
}
.retd {
	padding-left: 60px;
}
.ligne {
	border-bottom: thin solid rgba(0,0,0,1.00);
	margin-bottom: 20px;
	font-weight: 400;
}
.titre {
	font-weight: 400;
	margin-bottom: 10px;
}
.annee {
	font-size: 42px;
	font-weight: 400;
	margin-left: 20px;
}

/* Formulaire */

#contact {
    max-width:720px;
    border-radius:2px;
    padding:20px;
	font-family: 'Oswald', sans-serif;
}
fieldset {
	max-width: 300px;
	float: left;
	margin-right: 50px;
}
legend {
	font-weight: 400;
}
#contact h1{
    display: block;
    text-align: center;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: #5C5C5C;
    font-size:x-large;
}
#contact ul{
    list-style:none;
    padding:0;
    margin:0;   
}
#contact li{
	background: #FFFFFF;
    display: block;
    padding: 9px;
    border:1px solid #DDDDDD;
    margin-bottom: 30px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
/*#contact li:last-child{
    border:none;
    margin-bottom: 0px;
    text-align: center;
}*/
#contact li > label {
    line-height: 0;
	display: block;
    float: left;
    margin-top: -12px;
    background: #FFFFFF;
    height: 14px;
    padding: 2px 5px 2px 5px;
    color: #B9B9B9;
    font-size: 14px;
    /*overflow: hidden;*/
    font-family: 'Oswald', sans-serif;
}
#contact input[type="text"],
#contact input[type="date"],
#contact input[type="datetime"],
#contact input[type="email"],
#contact input[type="number"],
#contact input[type="search"],
#contact input[type="time"],
#contact input[type="url"],
#contact input[type="tel"],
#contact input[type="password"],
#contact select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    outline: none;
    border: none;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
	font-weight: 300;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}
#contact textarea {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    outline: none;
    border: none;
    height: 300px;
    line-height: 25px;
    font-size: 16px;
	font-weight: 300;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}
#contact input[type="text"]:focus,
#contact input[type="date"]:focus,
#contact input[type="datetime"]:focus,
#contact input[type="email"]:focus,
#contact input[type="number"]:focus,
#contact input[type="search"]:focus,
#contact input[type="time"]:focus,
#contact input[type="url"]:focus,
#contact input[type="tel"]:focus,
#contact input[type="password"]:focus,
#contact textarea:focus,
#contact select:focus 
{
}
#contact li > span{
    background: #F3F3F3;
    display: block;
    padding: 3px;
    margin: 0 -9px -9px -9px;
    text-align: center;
    color: #C0C0C0;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
}
#contact textarea{
    resize:none;
}
#contact input[type="submit"],
#contact input[type="button"]{
	cursor: pointer;
	background: rgba(83,0,1,1.00);
	border: none;
	padding: 10px 20px 10px 20px;
	border-bottom: 3px solid #B9B9B9;
	border-radius: 3px;
	color: #FFFFFF;
}
#contact input[type="submit"]:hover,
#contact input[type="button"]:hover{
    background: rgba(118,0,1,0.80);
    color:#fff;
}

@media only screen and (max-width: 1040px) {
	header {
		position: relative;
		width: 90%;
		height: 100px;
	}
	.intro {
		position: relative;
		width: 80%;
		margin-left: 5%;
	}
	.tete {
		width: 300px;
		float: left;
	}
	.header__icon {
		position: relative;
		display: block;
		float: right;
		width: 50px;
		height: 66px;
	}
	.header__icon:after {
		content: '';
		position: absolute;
		display: block;
		width: 1rem;
		height: 0;
		top: 15px;
		right: 10px;
		box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
		cursor: pointer;
	}
	.right {
		position: relative;
		display: none;
		float: left;
		width: 90%;
		padding: 0;
		margin: 0;
		margin-left: 5%;
	}
	.view {
		display: block;
	}
	nav.right ul {
		position: absolute;
		z-index: 50;
		width: 100%;
		margin: 0;
		padding: 0;
	}
    nav.right ul li {
		opacity: 0.9;
		background-color: rgba(0,0,0,1.00);
		margin: 0;
		padding: 0;
		font-size: 18px;
		display: block;
		height: 30px;
		text-align: center;
		line-height: 30px;
		border-top: thin solid rgba(255,255,255,0);
		border-bottom: thin solid rgba(255,255,255,0);
    }
	nav.right ul li:hover {
		border-top: thin solid rgba(255,255,255,1.00);
		border-bottom: thin solid rgba(255,255,255,1.00);
    }
	nav.right ul li a {
		color: rgba(255,255,255,1.00);
		text-decoration: none;
	}
	#bas {
		position: relative;
		bottom: 0;
		right: 0;
	}
	nav.right ul #bas li {
		opacity: 0.9;
		background-color: rgba(0,0,0,1.00);
		color: rgba(255,255,255,1.00);
		margin: 0;
		padding: 0;
		font-size: 18px;
		display: block;
		height: 30px;
		text-align: center;
		line-height: 30px; 
	}
	nav.right ul #bas li a {
		color: rgba(255,255,255,1.00);	
		text-decoration: none;
	}
	nav.right #bas a {

	}
}