/* --- RESET / BASE --- */
body {
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', Georgia, serif;
    background-color: #eaeaea;
}

#bandeautitre {
    background-image: url("../../marbrenoir.jpg");
    border-bottom: 2px solid #c2c2c2;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 6px 0;
}

.logo {
    position: absolute;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
}

.titre {
    margin: 1px;
    color: white;
    font-weight: bold;
    font-size: 2.5rem;
    text-shadow: 0 0 2px black;
}

.soustitre {
    font-family: 'Dancing Script', cursive;
    color: #c2c2c2;
    font-weight: lighter;
    font-style: oblique;
    font-size: 1.6rem;
    text-shadow: 0 0 1px grey;
    margin-top: 10px;
	margin-bottom: 5px; 
}

/* --- Couv --- */
.couv {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    width: 55px;
	height: auto; 
    border: 2px solid white;
    opacity: 0.6;
}

/* --- MENU --- */
.menu {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    position: relative;
    flex: 1;
    text-align: center;
    border: 1px solid #cdcdcd;
    border-bottom: 2px solid #d3d3d3;
    background-image: url("../../marbre.jpg");
}

.menu a {
    display: block;
    padding: 3px 0;
    font-weight: bold;
    font-size: 1.1rem;
    color: #262D37;
    text-decoration: none;
}

.sousmenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-image: url("../../marbre.jpg");
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.sousmenu li {
    border-bottom: 1px solid #DBDBDB;
}

.menu li:hover .sousmenu {
    display: block;
}

.sousmenu a {
    padding: 3px 0;
    font-style: oblique;
	font-weight: normal;
}

.menu a:hover, .sousmenu a:hover {
    background-color: #262D37;
    color: #e7e7e7;
    font-weight: bold;
}

/*--Fin de la partie commune--*/

/*fin du menu - fin de la mise en forme commune a toute les pages*/

.titre1{
	font-family : dancing script;
	position: absolute;
	left: 30%;
	text-decoration: underline;
	z-index: -1;
	font-size: 170%;
	top: 28%;
}

.paragraphe{ 
	margin-left: 10%;
	margin-right: 10%; 
	position: absolute;
	position: absolute;
	top: 39%;
	text-align: justify;
	z-index: -1;
}

.portrait{
	padding: 2px; 
	border: 1px solid grey; 
	background-color: white;
	position: absolute;  
	overflow: hidden;
	top: 105%;
	width: 40%; /*width base 50% height 60%*/
	height: 50%;
	left: 9%; /*pour remettre au milieu - 26% -*/
	clear: left right;
	box-shadow: 1px 1px 5px grey;
}

.portrait2{
	padding: 2px; 
	border: 1px solid grey; 
	background-color: white;
	position: absolute;  
	overflow: hidden;
	position: absolute;
	top: 105%;
	width: 40%;
	height: 50%;
	left: 51%; 
	clear: left right;
	box-shadow: 1px 1px 5px grey;
	z-index: -1;
}


.paragraphe2{
	margin-left: 10%;
	margin-right: 10%; 
	position: absolute;
	top: 159%;
	text-align: justify;
}

.video{
	padding: 2px; 
	background-color: grey; 
	border: 1px solid black;
	box-shadow: 2px 2px 2px grey;
	width: 50%;
	height: 52%;
	position: absolute;
	top: 198%;
	left: 26%; 
	clear: left right;
	z-index: 1000;
}

.imagegauche{
	box-shadow: 2px 2px 2px grey;
	background-color: grey;
	padding: 2px;
	border: 1px solid black;
	width: 29%;
	position: absolute; 
	top: 205%;
	left: 10%;
	filter: opacity(0.6);
}

.imagedroite{
	box-shadow: 2px 2px 2px grey;
	padding: 2px;
	background-color: grey;
	border: 1px solid black;
	width: 30%;
	position: absolute; 
	top: 205%;
	left: 60%;
	filter: opacity(0.6);
}

.paragraphe3{
	margin-left: 10%;
	margin-right: 10%; 
	position: absolute;
	top: 250%;
	text-align: justify;
}

.tableau{ 
	width: 25%;
	position: absolute; 
	top: 361%;
	left: 58%;
	clear: left right;
	filter: opacity(0.3);
}

.extrait{
	position: absolute; 
	left: 10%; 
	padding: 2px; 
	border: 1px solid black;
	background-color: white; 
	box-shadow: 3px 3px 3px grey;
	top: 355%;
}


/*bandeau du bas*/

.bouton{
	padding: 1px;
	border: 1px solid black;
	background-color: white; 
	box-shadow: 1px 1px 1px grey; 
	position : absolute; 
	top: 120%; 
	width: 7%;
}

.retour a{
	text-decoration: underline;
	color: #eeeeee;
	font-weight: bold;
}

.retour{
	top: 320%;
	position: absolute;
	margin-top: 60%;
	text-align: center;
	clear: left right; 
	background-image: url("../../marbrenoir.jpg"); 
	border-top: 2px solid black;
	width: 100%;
}


@media screen and (max-width: 1280px) { /*suppression de la barre de bas quand la fenetre se réduit*/
	.retour, .portrait1, .portrait2, .video, .imagegauche, .imagedroite, .extrait{
		display: none;
	}
	

}

