@font-face {
	font-family: "preston";
	src: url("../polices/PrestonScript.ttf") format("truetype");
	}
	
@font-face {
	font-family: "prestonItalic";
	src: url("../polices/PrestonScript-Italic.ttf") format("truetype");
	}
	
body {
  padding: 20px;
  background: #fcfcfc;
  text-align: left;
  font-family: "prestonItalic";
  font-size: 1.2em;
}
.wrapper {
  display: grid;
  grid-template-columns: 200px 1fr ;
  grid-auto-rows: min-content;
  grid-template-rows: repeat(3, auto);
  width: 70%;
  max-width: 1200px;
  min-width: 800px;
}

#Titre {
  grid-column-start: 2;
  /*grid-column-end: 3;*/
  grid-row-start: 0;
  height: 95px; 
  text-align: left;
}
#Navig {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;
  max-height: 1.1em;;
  padding-right: 2em;
}

#Edito {
	grid-row-start: 3;
	grid-column-start: 2;
	padding: 2em;
}

#Rubriques {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 4;
  background: linear-gradient(90deg, #ffffff 0%, #f9dee9 100%);
  box-shadow: 10px 11px 22px 1px rgb(97 87 91 / 10%);
}

h1, h2, h3 {
  font-family: prestonItalic;
  padding: 0;
  margin: 0;
  }

p {
  margin-bottom: 0.5em;
  }
  
#Pied {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 4;
}



* {
  box-sizing: border-box;
  color: #5a3441;
}

.wrapper {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 10px 11px 22px 1px rgb(97 87 91 / 10%);
}

.wrapper > div {
  color: #d9480f;
}

#Pied {
	/*border-top-style: solid;
	border-color: #d9480f;
	border-width: 1px;*/
	margin: 0 3em 0 5em;
	text-align: center;
}

.image-container {
  width: auto;
  height: auto;
  }

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.nav {
	text-align: right;
	font-size: 1.1em;
}

.nav li {display:inline;}

.nav li a { 
	display: inline-block;
	padding: 0.25em 0.5em;
	margin: 0 0.25em 0.5em 0;
	border-radius: 0.25em;
	text-decoration: none;
	background:transparent;
	color: #4E3137;
}
.nav li.on a {background: transparent; color:#4E3137; font-weight: 900; text-decoration: underline;}
.nav li a:focus,
.nav li a:hover,
.nav li a:active {
	background: linear-gradient(90deg, #ffffff 100%, #f9dee9 0%);
	color: #4E3137;
}
.arbo {
	text-align: right;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
