@font-face {
  font-family: chancery;
  src: url('urwChancery.woff') format('woff');
}
@font-face {
font-family: 'Seaweed Script Regular';
font-style: normal;
font-weight: normal;
src: local('Seaweed Script Regular'), url('SeaweedScript-Regular.woff') format('woff');
}
* {
	text-align:center;
	color:#d80;
	font-size:18px;
}
body{
        background: #400b57;
        background: linear-gradient(84deg,rgba(64, 11, 87, 1) 0%, rgba(71, 5, 8, 1) 94%);
}
strong {font-size:170%; line-height: 5px}
h1,h2,strong {
	font-family:'Seaweed Script Regular';
	font-weight:normal;
	color:#e80;
}
h1:first-letter,p:first-letter {padding-bottom:0px;font-size:170%;}
h1{ font-size:420%;margin-bottom:0px;margin-top:-20px;text-shadow: 5px 4px 6px rgba(50, 0, 0, .9);}
h2{ font-size:200%; margin-bottom:0px;}
a {
	text-decoration:none;
	font-weight: bold;
}
i {font-size:80%;}
p,ul {margin:0px; margin-bottom:20px;font-size:100%}
li{text-align:center;list-style: none;margin:0px;margin-top:5px;margin-bottom:10px;}
hr{
	margin-top:40px;
	margin-bottom:40px;
	width:60%;
	background:#f60;color:#f60;
}
audio {width:130px}
img:not(#branche),video  {
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
	max-width:100%;
	max-height:100%;
}
video,audio {
	border-radius:5px; 
  	width:100%;
	max-width:800px;
}
sup{font-size:80%;} /*les exposant (annÃ©es des dates*/
#contenu{
	float:left;
	width:70%;
	left:10%;
}
#branche{width:15%;max-width:190px;float:right;z-index:-1;margin-top:-150px}
#blocVid{float:right}
#vignettes{text-align:left;}
#vignettes figure {
	width:250px;
	display: inline-block;
	break-inside: avoid;
}
#vignettes figure img{width:100%;}
#vignettes figure figcaption { /*Pour les espacer de 2 lignes*/
	line-height: 1.5em;
	height: 3em;
	overflow: hidden; 
}
#refs{  font-size:70%;}
.gauche { 
	float:left; 
	width:35%;
	margin:1%; .
	margin-top:100px;
}
.droite { 
	float:right;
	display:block;
	width:40%;
	margin:1.5%;
}
.home {
	position:fixed; 
	left:0px; 
	top:0px;
	font-size:200%;
}
.gros{
	font-size:200%;
	font-family: chancery;
}
.bouton {
	background: rgba(100, 100, 100,.8);
	border-radius: 10px;
	padding-left:8px;padding-right:8px;
	line-height: 30px;
}
.boite {
	width:50%;
	display:block;
	float:left;
}

@media only screen and (max-width: 800px){.gauche { width:100%;}#branche {display: none;}}




