body {
    height: 100vh;
    background-color: #333;
    display: flex;
	flex-direction: column;
    width: 98vw;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    margin: 0;
}
/* .bloc100 {
    display: flex;

} */
 a{
    color: rgba(255, 255, 255, .5);  
 }
a :hover, a:visited{
    color: #ffc92a;
}
header {
   margin-bottom: auto;
}
/* nav{
	width: 50%;
	float: right;
} */
.manisfete {
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    text-decoration: none;
    /* float: right; */
 }
.bt-titre{ 
	float: right;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    font-style: italic;
    color :  #333;
}
.bouton-nav {
    width: 2em;
    height: 2em;
    fill: currentcolor;
    float: right;
    padding: 10px 5px 0 0;
}
.manisfete:hover , .manisfete .bt-titre:hover {
	color: rgba(255, 255, 255);
}
.txt_deroulant {
    font-size: 1.75rem;
    font-weight: 500;
    margin-top: 2rem;
}
.defil {
    width: 900px;
    padding-top: 15px;
}
#afficheur{
	width: 900px;
	height:360px;
	background-color: #000;
	line-height: 360px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
}
img { vertical-align: middle;}
.txt-affich {
    margin: 4rem 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}
footer {
	margin-top: auto;
	font-style: italic;
	margin-top: 5rem;
}
.txt-manif {
    text-align: justify;
    margin: 0 auto;
    max-width: 66.666667%;
    padding: 0 15px;
    line-height: 1.2;
    font-size: 1.25rem;
}
.sigature{
	text-align: right;
}