* {
	box-sizing: border-box;
}

img {
	object-fit:cover;
}

 :root {
	 --font_titre : 'Lato', sans-serif;
	 --font_corps : 'Raleway', sans-serif;
	 --color_font : #c4c4c4;
	 --color_titre : #cfa124;
	 --color_fond: rgb(28, 28, 28, 0.9);
 }
 
  html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
	background-image:url('https://zupimages.net/up/20/34/ow2q.png');
	background-size: cover;
    background-position: center;
	font-family: var(--font_corps);
	background-attachment:fixed;
	font-size:15px;
	line-height: 130%;
	color:var(--color_font);
overflow:hidden;
}

::-webkit-scrollbar {
        background: rgb(37, 43, 47);
        border: 0;
        width: 10px;
}

::-webkit-scrollbar-thumb {
        background: black;
        border: 0;
}


a {
	text-decoration:none;
	color:unset;
	opacity:1;
}

a:hover {
	opacity:0.7;
}

.nav {
position: fixed;
    top: 0px;
    width: 100%;
    height: 35px;
    background-color: white;
    left: 0px;
background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, #bebebe 0%, rgba(255,255,255,1) 50%, #bebebe 100%);
background: -webkit-linear-gradient(180deg, #bebebe 0%, rgba(255,255,255,1) 50%, #bebebe 100%);
background: linear-gradient(180deg, #bebebe 0%, rgba(255,255,255,1) 50%, #bebebe 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#718798",endColorstr="#677d8e",GradientType=1);
    border-bottom: 3px solid #2C2022;
	font-family: var(--font_titre);
	line-height:35px;
	font-size:20px;
	color:#2C2022cc;
	text-align:center;
	font-variant:small-caps;
	z-index:999;
}

.nav a {
	    margin: 0px 10px;
}

.contenant {
	height: 1065px;
    padding-top: 65px;
	margin:0px auto 800px;
}

.info {
    background: var(--color_fond);
    width: 1000px;
    height: 650px;
	min-width: 60%;
    max-width: 95%;
    margin: 0px auto;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
	position:relative;
	justify-content:space-between;
}

.info .ava {
	height: 610px;
    object-fit: cover;
    transform: scaleX(-1);
}

.info .crdt {
	position: absolute;
    bottom: 20px;
    left: 50px;
    font-size: 14px;
    mix-blend-mode: exclusion;
    color: #a5a5a5;
}

.inf2 {
	width:565px;
	text-align: justify;
}

.inf2 h1, .histoire h1, .utiles h1, .period h1, .mode h1, .relation h1, .pnj h1 {
	font-family:var(--font_titre);
	text-align: center;
    color: var(--color_titre);
	margin-bottom: 5px;
}

.inf2 h2 {
	margin: 0px auto 10px;
    text-align: center;
    font-size: 18px;
    font-family: var(--font_titre);
    font-variant: small-caps;
    font-weight: 500;
    opacity: 0.65;
	font-style: italic;
    letter-spacing: 1px;
}

.cara {
	width:100%;
	height:430px;
	overflow:auto;
}

.inf3 {
width: 565px;
    height: 101px;
    margin-top: 5px;
    border: 2px solid var(--color_titre);
    padding: 10px;
    color: var(--color_font);
    font-weight: bold;
}


.histoire {
background: var(--color_fond);
    width: 1000px;
    height: 650px;
    display: flex;
    overflow: hidden;
    padding: 20px;
    margin: 0px auto;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.anec {
	width: 36%;
    text-align: justify;
}

.histoir2 {
	width: 62%;
    text-align: justify;
}

.scrollH {
	height:550px;
	overflow:auto;
	padding-right:10px;
}

.anec strong {
	color:var(--color_titre);
}

.histoir2 h2 {
	font-size:21px;
}

.historique {
    background: var(--color_fond);
    width: 1000px;
    height: 650px;
    overflow: auto;
    padding: 20px;
    margin: 0px auto;
}

.contenu {
	width:100%;
	height:100%;
	overflow:auto;
	padding-right:10px;
}

.period {
width:100%;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

.period h1 {
	width: 100%;
    margin-bottom: 15px;
    background-color: var(--color_fond);
    height: 35px;
    line-height: 35px;
	position:sticky;
	top:0px;
	left:0px;
}

.infp {
	width: 25%;
	background-color:rgba(255,255,255,0.2);
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	font-style:italic;
}

.infp h2 {
	line-height: 215%;
    color: var(--color_titre);
    font-family: var(--font_titre);
	font-style:normal;
}

.infp a {
	border-bottom:2px solid var(--color_titre);
	line-height: 80%;
}

.desc {
    width: 74%;
    text-align: justify;
    height: 135px;
    overflow: auto;
	margin-bottom:10px;
}

.galerie {
	background: var(--color_fond);
	width:1000px;
	height:650px;
    margin:0px auto;
	column-count:4;
	padding:20px;
}

.galerie img {
    width: 94%;
    border: 15px solid #3d3e3e;
    margin-bottom: 20px;
    max-height: 48%;
    object-fit: cover;
}

.galerie img:last-child {
  margin-bottom:0px;
}

.utiles {
	background: var(--color_fond);
	width:1000px;
	height:650px;
    margin:0px auto;
	padding:20px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.col {
 width: 300px;
 height:90%;
}

.col a {
	font-size:16px;
	margin:4px 0px;
	display:block;
}

.col h1 {
	margin-bottom:25px;
}

.visu {
	width:100%;
	height:10%;
	line-height:60px;
	font-size:35px;
	text-align:center;
	font-family:var(--font_titre);
	letter-spacing:3px;
	color:var(--color_titre);
}

.visu a {
	color:var(--color_font);
	border-bottom:5px solid var(--color_titre);
	display:inline-block;
	height:50px;
	padding:5px;
}

.mode {
	background: var(--color_fond);
	width:1000px;
	height:650px;
    margin:0px auto;
	padding:20px;
	display:grid;
	grid-template: 60px 3fr 2fr / 40% 60%;

}

.relation {
	background:var(--color_fond);
	width:1000px;
	height:650px;
    margin:0px auto;
	padding:20px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.pnj {
	background: var(--color_fond);
	width:1000px;
	height:650px;
    margin:0px auto;
	padding:20px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
		font-size:17px;
}

.mode h1 {
	width:100%;
	grid-area: 1 / 1 / 2 / 3;
}

.mode h2 {
	text-align: center;
    font-family: var(--font_titre);
}

.alimentaire {
	grid-area: 2/1/4/2;
    margin: 20px;
	background: rgb(199,255,112);
    background: rgb(199,255,112);
    background: linear-gradient(180deg, rgba(199,255,112,0.2) 0%, rgba(255,182,104,0.2) 50%, rgba(255,115,100,0.2) 100%);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,1);
	padding:20px;
	text-align: justify;
    line-height: 150%;
}

.autre {
	grid-area: 2/2/3/3;
    margin: 20px;
    border: 2px solid var(--color_titre);
    padding: 20px;
	text-align:justify;
	overflow:hidden;
}

.important {
	    grid-area: 3/2/4/3;
    margin: 20px;
	line-height:40px;
	font-size:25px;
	text-align:center;
	font-family:var(--font_titre);
	letter-spacing:3px;
	color:var(--color_titre);
}

.relation h1, .pnj h1 {
	width:100%;
}

.period2 {
width:100%;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

.period2 h2 {
	width: 100%;
    margin-bottom: 15px;
    background-color: var(--color_titre);
    height: 35px;
    line-height: 35px;
	position:sticky;
	top:0px;
	left:0px;
	text-align:center;
	padding-left:10px;
	color:white;
}

.period2 img {
	width:235px;
	height:170px;
	margin-bottom:10px;
    border-bottom:2px solid var(--color_titre);
}

.desc2 {
    width: 74%;
    text-align: justify;
    height: 170px;
    overflow: auto;
	margin-bottom:10px;
	border-bottom:2px solid var(--color_titre);
}

.desc2 h3 {
	margin:2px 0px 5px;
	color:var(--color_titre);
	display:inline-block;
	font-size:19px;
}

.desc2 span {
	font-family:var(--font_titre);
	font-size:17px;
	opacity:0.65;
}

.contenu2 {
	width:100%;
	height:93%;
	overflow:auto;
	padding-right:10px;
}

.flepnj {
	width: 100%;
    height: 90%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.flepnj img {
	    width: 200px;
    height: 200px;
    margin: 0px auto;
}

.pnj1 {
	text-align: center;
    width: 305px;
}

.pnj1 p {
	text-align:justify;
	font-size:16px;
}

.pnj1 h2 {
	font-size:23px;
	margin:8px auto 0px;
}

.pnj1 h3 {
	font-size:17px;
	opacity:0.75;
	color:var(--color_titre);
	text-align:center;
	margin:0px auto 5px;
	font-variant:small-caps;
}

.pnj1 hr {
	    border-color: var(--color_titre);
    opacity: 0.65;
}

.pnj1 p a {
	color:var(--color_titre);
	font-weight:bold;
}

.home {
	position:fixed;
	top:3px;
	left:10px;
	width:25px;
	opacity:0.65;
}

.home:hover {
	opacity:0.9;
}