body {
	    margin: 0;
    padding: 0;
	overflow-x: hidden;
    background-image: url('Scriptural.png');
    background-size: cover;

    box-sizing: border-box;
		width:100vw;
		height:100vh;
		font-family: sans-serif;
		}
		#banner {
			display: block;
			margin: 0;
			padding: 0;
			width: 100%;
			position: absolute;
			top: 0px;
			left: 0;
			z-index: 11;
		}
		.gif {
			display: block;
			margin-left: 10.5vw;
			width: 11.8vw;
			position: absolute;
			top: 0;
			z-index: 12;
		}
#MenuBarre {
  width: 60px;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  z-index: 200;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
nav {
  position: absolute;
  top: 6em;
  left: 1.5em;
  z-index: 200;
  visibility: hidden;
  transition: visibility 0.3s;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.menu-icon {
  display: inline;
}

nav ul li a {
  text-decoration: none; /* Supprime le soulignement */
  color: #141A02; /* Couleur marron foncé */
}

/* Styles pour les liens de navigation au survol */
nav ul li a:hover {
  color: #8B4513; /* Couleur au survol */
}


#MenuBarre:hover + nav,
nav:hover {
	background-color:#DFC9A5;
  visibility: visible;
}
#descendant {
    /* Ajoutez cette ligne pour définir la transition */
    transition: top 1.5s ease-in-out;

    background-color: #E1D1AA;
    border-bottom-style: solid;
    border-color: #B58D45;
    border-width: 0.3em;
    width: 100vw;
    height: 80vh;
    position: absolute;
    top: 10vh;
    left: 0;
    z-index: 10;
}


		#PiedRecherche {	
			position: absolute;
			bottom: 1vh;
			}

		#AFFICHAGE {
		  display: flex;
		  justify-content: space-between;
		  width: 100vw;
		  height: 94vh;
		  visibility: visible;
		  background-color: transparent;
		
		}
	

		#AFFICHAGE2 {
		  display: flex;
		  justify-content: space-between;
		  width: 100vw;
		  height: 94vh;
		  visibility: hidden;
		
		}	

		.colonne {overflow-x: hidden;
		    width: 33.33vw;
			  height: 100%;
			  padding: 0 2em;
			  box-sizing: border-box;
			  white-space: pre-wrap;

		}

		#Poeme, #Audio {
			position: absolute;

			font-size: 2em;
			font-family: sans-serif;
			color: #063401;

		}

		#COLONNE_1 {	  overflow-x: hidden;white-space: pre-wrap;


	}

	#COLONNE_2 {overflow-x: hidden;


	}

	#COLONNE_3 {overflow-x: hidden;
	  

	}
/*__________________________________________________________________________________________________________________CSS LECTEUR_________________*/
#container {
      	


    }



    .audio-player {

      width: 40%;
      height: 93.2%;
      z-index: 3;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: left;
      background-color: rgba(255, 255, 255, 0);
    }
    
button#play-btn {
  border: none;
  font-size: 18px;
  justify-content: center;
  background-color: transparent;
}

    button#play-btn:focus {
      outline: none;
	    font-size: 20px;
    }

    #play-icon {
      font-size: 20px;

    }

    div#timeline {
	  margin-top: 10vh;
      height: 5px;
      width: 250%;
      opacity:0.5;
      background-color: grey;
      cursor: pointer;
      display: flex;
      align-items: center;
	  z-index: 3;
    }

    #playhead {

      position: relative;
    }

    canvas {
	  margin-top:-7.88vh;	
      position: fixed;
      z-index: 2;
	  margin-left:1%;
      width: 45%;
      height: 15%;
    }	
.colonne-iframe {
    height: 100%;
}
    .iframe-container {
      position: relative;
      padding-bottom: 56.25%; /* Ratio 16:9 */

      height: 0;
      overflow: hidden;
    }

    .iframe-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
	h1 {
    font-family: sans-serif;
	text-align: center;
	color:#842D0C;
}

#PageRecherche {
    font-family: sans-serif;
    left:1vw;
    top:28vh;
}


#poeme-content {
    position: relative;
    right: 3vw;

    width: 30vw;
	overflow: hidden;
    padding: 1em;
    background-color: white;
    display: block;
    white-space: pre-wrap; /* Permet l'affichage des retours à la ligne */
}

input[type="text"] {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    padding: 10px;
    width: 10vw;
	margin-left:6.5vw; 
	text-align:center;
}



.PageRecherche {
    display: flex;
    font-family: sans-serif;
}

.colonneB {
	margin-top:-10vh;
    flex-basis: 33.33%;
    flex-grow: 1vw;
    max-height: 60vh;
    overflow-x:hidden;
    position: absolute;

    top: 0;
    bottom: 0;
	
}

#colonne1 {
  
overflow: hidden;
    top: 25vh;
}

#colonne2 {overflow-x: hidden;
    left: 33.33%;
    top: 30vh;
    width: 30vw;
    white-space: nowrap;

    text-overflow: ellipsis;
    display: inline-block; 
    height: 50vh;
}

#colonne2::-webkit-scrollbar {
    width: 5px;
}

#colonne2::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

#colonne2::-webkit-scrollbar-thumb {
    background: #888; /* couleur de l'ascenseur */
}

#colonne2::-webkit-scrollbar-thumb:hover {
    background: #555; /* couleur de l'ascenseur au survol */
}


#colonne3 {
	margin-top: 18vh;
    left: 66.66%;
	text-align: center;
	height: 55vh;
	overflow: hidden;
	font-size:1em;

}

#poeme-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

label {
    font-weight: bold;
    margin-right: 10px;
}

#search-Moteur{
    background-color: #495619;
    border: 1px solid #73230B;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
	width:20vw;
	height:5vh;
    margin-top: 10px;
	margin-left:6.5vw; 
	text-align:center;
}

input[type="submit"]:hover {
    background-color: #73230B
    border: none;
	
}


 #SVid {
    font-size: 1.2em;
    margin-right: 1%;
    color: #242B12;
    position: absolute;
    right: 6.5vw;
  }

  #input3d {
    display: none;
  }

  #input3d + label {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
	border: 2px solid #B98C42;
  }

  #input3d:checked + label::before {
    content: "✓";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ED7724;
    color: white;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
input[type="text"] {
  width: 19vw;

}

ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

#poeme-content {background-color: transparent;
height:50vh;

}

#poeme-content p:first-child {
    margin-top: 0;
}
select {
	
	 display: block;
  margin: 0 auto;
  width: 20vw;
  
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
 
    padding: 10px;
   margin-left:6.5vw; text-align:center;
}
label {
  width: 50%;
  text-align: center:
}
/* Masquer les ascenseurs */
::-webkit-scrollbar {
  display: none;
}

/* Définir une largeur et une hauteur pour la zone de défilement */

max-height: 100%;
max-width: 100%;


#DEUX{margin-top:30vh;}


/* Définir la largeur de l'ascenseur */
::-webkit-scrollbar {
  width: 5px;
}

/* Masquer l'ascenseur pour les autres navigateurs */
::-webkit-scrollbar {
  display: none;
}

/* Définir la couleur de l'ascenseur */
::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

/* Définir la largeur de l'ascenseur pour Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
nav ul li {
  margin-bottom: 1px;
}



ul, ol {
  list-style: none;
  padding: 0;
}

li {
  margin-bottom: 5px;
}

li a {
  text-decoration: none;
  color: inherit; 
}

li a:hover {
  color: #A64218;
}
h3 {
  color: #A64218;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #A64218;
}
.oo{color:#2B390A; font-size:0.9em;}