/* --- partie commune --- */

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 en haut a droite--- */
.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;
	z-index: 10;
}

.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--*/


/* --- TITRE ET PARAGRAPHE --- */
.titre1 {
    font-family: 'Dancing Script', cursive;
    text-align: center;
    font-size: 1.7rem;
    text-decoration: underline;
    margin-top: 60px;
	margin-bottom: -45px;
	z-index:-1;
}

.paragraphe {
    max-width: 80%;
	margin-left: 10%;
	margin-right: 40%; 
    text-align: justify;
    font-size: 1rem;
    line-height: 1.6;
	z-index:-2;
}


/* --- ELEMENTS IMPORTANTS --- */

.portrait{  
	border: 1px solid black;
	box-shadow: 3px 3px 3px grey;
	width: 30%;
	max-width: 300px;
	position: absolute; 
	top: 42%;
	left: 70%;
	clear: left right;
	opacity: 0.95;
}

.insta{
	text-decoration: none; 
	font-weight: bold; 
	background: linear-gradient(to right, #FBBE54, #E22647, #A84393, #5757A1); /*pour mettre le texte aux couleurs d'insta - cf fiche - */
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
}

/* --- BANDEAU DU BAS --- */
.retour {
    position: relative;
	margin-top: 5%;
	margin-bottom: 0px;
    width: 100%; 
	height: 24px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../marbrenoir.jpg");
    border-top: 2px solid black;
    text-align: center;
    padding: 2px 0;
    z-index: 200;
}

.retour a {
    color: #eeeeee;
    text-decoration: underline;
    font-weight: bold;
}

@media screen and (max-width: 768px) { /*suppression des gros elements quand la fenetre se réduit*/
	.portrait{
		display: none;
	}

@media screen and (max-width: 768px) {
    #bandeautitre {
        padding: 10px 0;
    }
    .titre {
        font-size: 2rem;
    }
    .soustitre {
        font-size: 1.2rem;
    }
    .menu li {
        flex: 100%;
    }
    .video-container {
        width: 100%;
    }
    .imagegauche, .imagedroite {
        display: none;
    }
   .retour {
        width: 90%;
        font-size: 0.9rem;
		margin-top:150%;
    }
}

/*logos reseaux en haut à droite (archive)

.logoyoutube{
	background-image: url("frise.png");
	background-position:  -110px 0px;
	height: 39px;
	width: 46px;
	display: inline-block;
	position: absolute;
	left: 80.2%;
	top: 9%;
	z-index: 10;
	opacity: 92%;
}

.logoinsta{
	background-image: url("frise.png");
	background-position: 1.6px 1px;
	height: 38px;
	width: 45px;
	display: inline-block;
	position: absolute;
	left: 84.3%;
	top: 9%;
	z-index: 10;
	opacity: 92%;
}

.logomail{
	background-image: url("frise.png");
	background-position: -50px 0px;
	height: 39px;
	width: 46px;
	display: inline-block;
	position: absolute;
	left: 88.3%;
	top: 9.2%;
	z-index: 10;
	opacity: 92%;
}

fin de la frise de logos reseaux*/


