     @charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Arial';
    src: url('../polices/Papyrus.ttf');
  }
body {
   margin-left:20;
   margin-right:20;
   
}
.site-main {
  /* ✅ panneau scrollable qui remplit l’espace sous le header */
  position: fixed;
  top: var(--h);     /* commence sous le header */
  left: 0; right: 0; bottom: 0;
  overflow-y: auto;                  /* la barre de défilement apparaît ici */
  -webkit-overflow-scrolling: touch; /* inertie iOS/Safari */
  padding: 1rem;
}
.video {
   display: none !important;
}
.fond {
	font-family: Papyrus, sans-serif;
	font-size: 20px;
    color: black;
	line-height: 20px;
}
.portrait {
	font-family: Papyrus, sans-serif;
	font-size: 18px;
   color: black;
	line-height: 30px;
}

.adroite {
	font-family: Papyrus, sans-serif;
	font-size: 18px;
   color: black;
	line-height: 30px;
   text-align: right;
   margin-left:20px;
   margin-right:20px;
   margin-top: 0px;
   margin-bottom: 50px;
}

.extraits {
	font-family: Papyrus, sans-serif;
	font-size: 18px;
   color: black;
	line-height: 30px;
   margin-left:20px;
   margin-right:20px;
   margin-bottom: 0px;
}

.petitCaractere {
   font-family: Papyrus, sans-serif;
	font-size: 15px;
   color: black;
}
.description {
	font-family: Papyrus, sans-serif;
	font-size: 18px;
   color: black;
	line-height: 20px;
}
.menus {
	font-family: Papyrus, sans-serif;
	font-size: 20px;
   color: black;
	font-weight: bold;
	line-height: 20px;
}

.menusGauche {
	font-family: Papyrus, sans-serif;
	font-size: 20px;
   color: black;
	font-weight: bold;
	line-height: 1px;
}

.titreExpo {
   font-family: "Times New Roman", Times, serif;
	font-size: 50px;
   color: black;
}

.artiste {
	font-family: Papyrus, sans-serif;
	font-size: 30px;
    color: black;
	font-weight: bold;
}
.persa {
	font-family: Papyrus, sans-serif;
	font-size: 50px;
    color: black;
	font-weight: bold;
}
.interligne {
	font-family: Papyrus, sans-serif;
	font-size: 10px;
    color: black;
}
.motGrec {
	font-family: Papyrus, sans-serif;
	font-size: 13px;
    color: black;
}
.grandInterligne {
	font-family: Papyrus, sans-serif;
	font-size: 100px;
   color: black;
}

.container {
  display: flex;
  align-items: middle; /* Centre verticalement */
  justify-content: center; /* Centre horizontalement */
  height: 100vh; /* Hauteur nécessaire pour voir le centrage */
}

.accueilTresGrand {
   font-family: Papyrus, sans-serif;
	font-size: 40px;
    color: black;
	font-weight: bold;
}

.accueilGrand {
   font-family: Papyrus, sans-serif;
	font-size: 30px;
    color: black;
	font-weight: bold;
}
.accueilMoyen {
   font-family: Papyrus, sans-serif;
	font-size: 20px;
    color: black;
	font-weight: bold;
}
.accueilPetit {
   font-family: Papyrus, sans-serif;
	font-size: 14px;
    color: black;
	font-weight: bold;
}