header{
	position: sticky;
	top:0; 
	left:0;
	z-index: 100;
	margin: 0;
}
#global {
	color: #ffffff;
	background: #9b161e;
}
.contenu {
	align-items: center;
	text-align: center;
	color: #9b161e;
	background: #ffffff00;

}
#global {
	width: 100%;
	overflow: hidden;
}
a{
	color: blue;
}
#entete {
	padding: 0px;
	position: sticky;
	z-index: 1000;
	top: 0;
	left:0;
	background-color: #9b161e;;
	width: 100%;
	padding-right:10% ;
	padding-left:10px ;

}

body h1{
	margin-top: 5%;
	padding-bottom: 5%;
	text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; 
}
#entete h1 {
	margin: 0;
	text-shadow: -1px -1px 0 #9b161e, 1px -1px 0 #9b161e, -1px 1px 0 #9b161e, 1px 1px 0 #9b161e; 
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}
.contenu {
	margin-left: 0%;
	padding: 10px 20px;
}
.contenu > :first-child {
	margin-top: 10px;
}
button{
	background-color: #ffffff;
	border-radius: 10px;
	border: none;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;

}
.sous-titre a{
	font-size: 22px;
}


.horraires {

	background-color: #9b161e;;
	color: #ffffff;
	border-radius: 40px;
	margin: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:50px;
	padding-right:50px;
	width: 70%;
	text-align: center;
}
.contact{
	border: solid #6f1319 5px; 
	margin-left: 30%; 
	margin-right: 30%; 
	margin-bottom: 10%;
	border-radius: 30px;
}
/* CAROUSELS*/
#carouselAtelier{
width: 50%;
margin-left: auto;
margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
	border-radius: 20px;
	border: 10px solid #9b161e;
}
#carouselOeuvres{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	border-radius: 20px;
	border: 10px solid #9b161e;
	}
#carouselExpo{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	border-radius: 20px;
	border: 10px solid #9b161e;
	margin-bottom: 10%;
}
.paint {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vh;
    pointer-events: none;
    z-index: -1; 
}
.paint img {
    width: auto;
    height: 80%;
    object-fit: cover;
    top: 20%;
    left: 30%;
}