@font-face {
	font-family: guillaumot6;
	src: url(‘/fonts/guillaumot6.woff’) format(‘woff’),
		url(‘/fonts/guillaumot6.woff2’) format(‘woff2’),
		url(‘/fonts/guillaumot6.ttf’) format(‘truetype’);
}


html {
	min-height: 100%;
	height: auto;
	/* permet à au site de s'étendre au format de l'écrant d'utilisateur. sinon le background "linear-gradient" coupe */ 
}


body {
	font-family: Georgia,Times,'Times New Roman';
	font-size: 1em;
	background: linear-gradient( grey, black);
	color: #d2ebc3;
}


a:link {
	color: #debbec;
}
a:visited {
	color: #806898;
}


.menu {
	z-index: 1;
  position: relative;
  list-style-type:none;
  padding-left: 0px;
  max-width: 100px;
}
.menuheader li a {
  color: #d2ebc3;
}
.menu li a {
  text-decoration: none;	
}
.menu ul {
	border-top: ridge 5px;	
	border-left: ridge 5px;	
	border-right: ridge 5px;	
	border-radius: 0px 0px 35px 35px;
	border-color: #d2ebc3; /* pour chrome */
  list-style-type:none;
  background: #c2d8a6;
  
  height: 0;
  opacity: 0;
  position: relative;
  transition: all .3s ease;
  top: 35px;
    padding: 0px;
	
	overflow: hidden;
	  
	display: flex;
    flex-direction: column;
}
.menu li:hover ul {
  height: 170px;
  opacity: 1;
  transform: translateY(0);
}
.menu li:hover #apropos {
  height: 200px;
  opacity: 1;
  transform: translateY(0);
}
.menu ul a {
  color: #5c4c6d;
  display: block;
  padding: 5px;
  text-decoration: underline;
}
.menu img {
	position: relative;
	top: -8px;
	display: block;
	max-width: 100px;
	margin: auto;
	 opacity: 0;
	transition: all .2s ease-in;
}
.menu li:hover img{

	 opacity: 1;
}
.divmenu{
	position:absolute;
	left: -10px;
	top: 0px;
}

.menuheader {
	margin: auto;
	max-width: 540px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	margin-bottom: -15px;

    display: flex;
    flex-direction: row-reverse;
	justify-content: space-evenly;
	align-items: flex-end;
	flex-wrap: wrap-reverse;

	position: relative;
	top: -50px;
	
	list-style-type:none;
}
header ul li a {
	margin-top: 10px;
	display: inline-block;
	color: #d2ebc3;
	width: 100px;
	
}
.imgresponsive {
	display: block;
	width: 100%;
	max-width: 570px;
	height: auto;
	margin: auto;
}
a:hover {
	opacity: 0.5;
	transition: .2s;
}


.flexboxaccueil {
	max-width: 1400px;
	margin: auto;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}


.sectionactu {
	max-width: 360px;
}
.sectionactu h2 {
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
}
.texteactu {
	border: ridge 5px;	
	border-radius: 35px 0px;
	border-color: #d2ebc3;
	padding: 10px;	
}



.feedmastodon {
	margin: auto;
	position: relative;
	top: -20px;	
}
.feedmastodon h2 {
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
}
iframe {
	border: ridge 5px;	
	border-radius: 35px 0px;
	border-color: #d2ebc3;	
}



nav {
	width: 600px;
	background-image : url(images/menu-medievil-base.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.pasdeclignottement {
	Width : 100%;
	background-image : url(images/menu-medievil-base.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	
	display: flex;
    flex-direction: column; 
    justify-content: center;
	align-items: center;
}
.pasdeclignottement a {
	width: 60%;
	height: 65px;
}
.test1 {
	margin-bottom: 0px;
	margin-top: 40%;
}
.test2 {
		margin: 0px;
}
.test3 {
	margin-top: 0px;
	margin-bottom: 40%;
}
.pasdeclignottement:has(> .test1:hover,.test1:focus,.test1:active) {
	background-image : url(images/menu-medievil-selec-1.png);
}
.pasdeclignottement:has(> .test2:hover,.test2:focus,.test2:active) {
	background-image : url(images/menu-medievil-selec-2.png);
}
.pasdeclignottement:has(> .test3:hover,.test3:focus,.test3:active) {
	background-image : url(images/menu-medievil-selec-3.png);
}



footer {
	height: ;
	font-size: 0.7em;
	text-align: center;
	margin: auto;
	margin-top: 50px;
}
.iconefooter {
	height: 50px;
		
}
.menufooter {
	max-width: 500px;
	margin: auto;
	
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	
	list-style-type:none;
	padding: 0px;
}
.menufooter a {
	color: #d2ebc3;
}


.sectioncontact, .sectioncontact h3 {
	text-align: center;
}
.sectioncontact {
	margin: 50px;
	margin-top: 100px;
	margin-bottom: 100px;
}


.titreexpo {
	max-width: 1150px;
	
	margin: auto;
	margin-top: 80px;
	margin-bottom: 20px;
}
.expos h3 {
	margin: 0px;
}
.expos {
	max-width: 1150px;
	max-height: 70px;
	
	overflow: hidden;
	
	margin: auto;
	margin-bottom: 20px;
	
	border: double 5px;	
	border-radius: 35px;
	border-color: #d2ebc3;
	border-left: 0px;
	border-right: 0px;
	
	display: flex;
	justify-content: space-evenly;
	
	transition: .5s ease;
}
.expos:hover {
	max-height: 2400px;
}
.expos:hover .articleexpo {
	margin-top:30px;
	min-width: 300px;
}
.articleexpo {
	margin:20px;
	margin-top: 9px;
	
	min-width: 1100px;
	
	transition: .5s ease;
}
.afficheexpo {
	margin-top: 10px;
		
	transition: .5s ease;
}
.afficheexpo img {
	margin:20px;
	max-height: 250px;
	max-width: 200px;
}
.galerieexpo {
	margin:20px;
	margin-top: 30px;
	
	min-width:440px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	
	transition: .5s ease;
}
.galerieexpo a img {
	margin: 5px;
	margin-top: 0px;
	width: 100px;
	height:100px;
	object-fit: cover;
}

@media (max-width: 840px) {
	.expos {
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	.expos:hover {
		max-height:1200px;
	}
	.galerieexpo {
		justify-content: center;
	}
	.articleexpo {
		min-width:300px;
	}
	section {
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	}
}

.bio {
	max-width: 1150px;
	margin: auto;
	margin-top: 50px;
	
	display : flex;
	justify-content: space-evenly;
}
.bio article {
	max-width: 650px;
	min-width: 350px;
	margin: 20px;
}
.bio aside {
	min-width: 200px;
	max-width: 200px;
	margin: 20px;
	margin-top: 40px;
}
.bio aside img{
	width: 100%;
}