/*Geist[variable]*/
@font-face {
    src: url("polices/geist/Geist[wght].woff2") format('woff2');
    font-family:'Geist';
    font-weight: 100 1000;
    font-optical-sizing: auto;
}
/*CMU Serif Roman*/
@font-face {
    font-family: "CMUSerif";
    src: url('polices/cmu/cmunrm.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*CMU Serif Extra Roman Slanted*/
@font-face {
    font-family: "CMUSerif";
    src: url('polices/cmu/cmunsl.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
/*CMU Serif Roman Bold*/
@font-face {
    font-family: "CMUSerif";
    src: url('polices/cmu/cmunbx.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/*CMU Serif Roman Extra Bold Slanted*/
@font-face {
    font-family: "CMUSerif";
    src: url('polices/cmu/cmunbl.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/*CMU Serif Roman Logo*/
@font-face {
    font-family: "CMUSerifLogo";
    src: url('polices/logo/CMUSerif-Roman-Logo.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


:root {
    --main-bg-color: #fafffd;
    --border-color: #DFEBFF;
    --primary-color: #0060ff;/*#1959bf;*/
    --text-color: #060918;
    --secondary-text-color:#060918;
    --highlight-color: #DFEBFF ;/*#0095ff21;*/
    --highlight-color-elevation-1: #dae8ff ;/*#0095ff21;*/
    --highlight-color-elevation-2: #95bcff ;/*#0095ff21;*/
    --highlight-color-light: #EFF5FF;/*#0095ff0b;*/
    --highlight-color-selection:#AFCEFF;/* #8fbaff99;/*#0095ff0b;*/
    --search-bg-color: #f8f8f8;
    --lecture-en-cours: 0%;
    --lecture-curseur: 0%;
    --ton-marque-pages:#00000080;
    --transforme-marque-pages:none;
    --police-saintes-ecritures:'Geist';
    --police-titres:'Geist';
    --police-commentaires:'Geist';
    --immuable-height:0px;
    --border-radius:7px;
    font-size:18px;
    overflow-y: scroll;
}
h1
::-moz-selection {
    background: var(--highlight-color-selection);
  }  
::selection {
background: var(--highlight-color-selection);
}

body{
    background-color: var(--main-bg-color);
    color:var(--text-color);
    font-family: var(--police-commentaires);
    font-size:1rem;
    margin:0;
    position:relative;
    height: 100%;
}

.cliquable{
    cursor:pointer;
}
.colonnes{
    display: flex;
    justify-content: center;
}
.colonne{
    margin-right:10px;
}

.resultat-zone{    
    align-self: flex-start;
    height:100vh;
    overflow-y: auto;
    z-index:5;
}
.immuable{
    position:sticky;
    top:0;
    background-color: var(--main-bg-color);
    z-index:5;
}

#logo{
    display: flex;    
    padding-top: 5px;
    padding-bottom: 0px;
    font-weight:450;
    align-items: baseline;
}
#nomdedomaine{
    font-family: 'CMUSerifLogo';
    font-size: 2.65rem;
    letter-spacing: -4;
}
#nomdusite{
    font-family: 'Geist';
    letter-spacing: -3;
    font-size:2.15rem;
}
/*#nomdusite{
    font-family: CMUSansSerif;
    font-weight: bold;
}
#nomdedomaine{
    font-family: CMUSerif;/*CMUClassical;*/
    /*font-style: italic;
}*/
#map{
    position: absolute;
    height: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    border-radius:var(--border-radius);
}
#map > .leaflet-control-container > div > .leaflet-control-zoom{
    display: none !important;
}
#map:hover > .leaflet-control-container > div > .leaflet-control-zoom{
    display: block !important;
}
/*.leaflet-control-attribution{
    background-color: #000917e0 !important;
}*/
.encart-pub{
    position: relative;    
    margin-top: 18px;
}
.contenu-pub{
    padding-bottom: 60%;
    width: 100%;
    min-height: 10px;
    display: block;
}
.texte-pub{
    font-family: var(--police-commentaires);
    right:7%;
    top:15%;
    width:54%;
    position: absolute;
    color:var(--text-color);
    height:65%;
    overflow-y: hidden;
}
.titre-texte-pub{
    font-weight: 700;
    font-size: 1rem;
}

.fond-image-pub{
    position: absolute;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
    top: 0px;
    left: 0px;
    right:0px;
    bottom: 0px;
    /*background-image: linear-gradient( 95.2deg, rgba(173,252,234,0.7) 26.8%, rgba(192,229,246,0.7) 64% );*/
    /*background-image: linear-gradient( 95.2deg, rgba(173,252,234,0.7) 26.8%, rgba(192,229,246,0.7) 64% );*/
    background-image: linear-gradient( 95.2deg,  var(--border-color) 26.8%, var(--main-bg-color)  64% );
    z-index:0;
}
.super-fond {
    outline: none;
    overflow: hidden;
}
.super-fond::before {
    --size: 50vw;
    content: '';
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, var(--highlight-color) ,transparent);
    transform: translate(-100%,-100%);
    transition: width .5s ease, height .5s ease;
}
.super-fond:hover::before {
    --size:50vw;
}

.calque-image-pub{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 15%;
    right: 60%;
    left: 0px;
    bottom: 0px;
    height:70%;
}
.fermer-pub{
    top:20px;
    right:20px;
    position: absolute;
    z-index: 1;
}
.image-fermer-pub{
    height:25px;
    cursor:pointer;
}
.fermer-pub:hover .image-fermer-pub{
    stroke:var(--text-color);
}

.lien-pub{
    bottom:16px;
    left:16px;
    position: absolute;
    height:25px;
    background-color: rgb(0 0 0 / 73%);
    border-radius:var(--border-radius);
    padding:0 12px 4px 12px;
    color:white;
    display: flex;
    z-index:2;
}
.lien-icone{
    padding:5px;
    margin-left:5px;
    fill:white;
}
.site-lien-pub{
    font-family: var(--police-commentaires);
    font-size: 21px;
    top: -1px;
    position: relative;
}

.recherche{
    margin-bottom: 5px;
}
#stats{
    display: flex;
    justify-content: end;
    font-size: .75rem;
    font-weight: 300;
}
.entete-recherche{
    height:50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--police-commentaires);
    background-color: var(--main-bg-color);
    border: 1px solid var(--text-color);
    border-radius: var(--border-radius);
}
#panneau-resultats{
    overflow-x: auto;
}
.que-smartphone > #image-recherche{
    padding: 2px 0 0 0;
    width: 35px;
    height: 35px;
}
#image-recherche{
    height:25px;
    cursor:pointer;
}
#image-recherche:hover{
    stroke:var(--text-color);
}
.barre-de-recherche {
	width: 100%;
	background-color: var(--main-bg-color);
	display: flex;
	height: 50px;
}

.barre-de-recherche input {
	margin: auto;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding-left: 20px;
	padding-right: 15px;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1;
	border-radius: var(--border-radius);
	color: var(--text-color);
	font-family: var(--police-commentaires);
	font-size:1.15rem;
}
.barre-de-recherche input:focus {
	outline: 0;
}

.barre-de-recherche input::placeholder {
	color: var(--text-color);
}

#image-croix{
    height:25px;
    cursor:pointer;
}
#image-croix:hover{
    stroke:var(--text-color);
}
.camouflage{
    stroke-opacity: 0;
    fill-opacity:0;
    cursor:auto !important;
}
.resultats{
    padding-bottom: 120px; 
}
/*scroll-behavior: smooth;*/
.tuile{
    padding-top:18px;
}

.tuile-section{
    /*border-bottom: solid 1px var(--border-color);  */
    padding :20px 3px 0 3px;
}
.resultats > section{
    scroll-margin-top: var(--immuable-height); /*= document.querySelector(".immuable").clientHeight;*/
}
h2{
    font-family:var(--police-titres);
    font-weight: bold;
}
.scroll-horizontal{
    position: relative;
}
.menu-horizontal{    
    display:flex;
    align-items: center; 
}
#panneau-resultats::-webkit-scrollbar {
    display: none;
}
  
#panneau-resultats {
    -ms-overflow-style: none;  
    scrollbar-width: none; 
}

.element-menu{
    padding: 0 6px;
}
.tab{
    text-decoration: none;  
    color:var(--text-color);
}
.resultat{
    display:flex;
    align-items: baseline; 
    margin-top: 5px;
    padding: 10px;    
    font-weight: 400;
    border-radius: 3px;
}

.tab:hover{
    color:var(--text-color);
    background-color: var(--border-color);

}
.tab.active{
    color:var(--text-color);
}
.progression-resultat {
    background: var(--main-bg-color);  
    height: 2px;
    width: 0%;    
}
#progression-resultat-global {
    background: var(--text-color);
    height: 1px;
    width: 0%;    
}
.tab.active > .progression-resultat{
    background: var(--text-color);
}
.tab:hover > .progression-resultat{
    background: var(--text-color);
}
.titre-section-resultat{
    color:var(--secondary-text-color);
    margin-bottom: 18px;
    font-size: .7rem;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
}
.titre-section-resultat > span{
   position: relative;
   display: inline-block;
}
.titre-section-resultat > span:before, .titre-section-resultat > span:after{
   content: '';
   position: absolute;
   top: 50%;
   border-bottom: 1px solid var(--secondary-text-color);
   width: 100vw;
   margin: 0 20px;
}
.titre-section-resultat > span:before{
   right: 100%;
}
.titre-section-resultat > span:after{
   left: 100%;
}

.question-intitule{
    font-family: var(--police-commentaires);
    font-weight: 400;
}
.reponse-contenu{
    font-family: var(--police-commentaires);
    padding-right:15px;
}
.question-rapide{
    border-left: 1px solid var(--text-color);   
    padding: 0 0 0 15px; 
    margin:18px 0;
}
.question-intitule{
    cursor:pointer;
    width: 100%;
	border: none;
	text-align: left;
    padding: 10px 0px;
}
.question-rapide:has(> .question-intitule:hover) {    
    background-color: var(--highlight-color-light);
}
/*.question-rapide:last-of-type{
    border-bottom: 3px solid var(--border-color);
}*/
.question-intitule{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question-intitule:after{
    margin:0px 10px;
    color:var(--text-color);
    font-family: var(--police-commentaires);
    font-weight: 300;
    font-size: 1rem;
    float:right;
    content:"\002B";
}

.question-intitule.active:after{
    content:"\2212";
}

.reponse-rapide{
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.intitule{
    font-family: var(--police-commentaires);
    font-weight: 300;
    font-size: 1.9rem;
    line-height: 120%;
}
.sources{
    /*display: flex;
    justify-content: first;*/
    align-items: baseline;
    font-size:1rem;
    padding:6px 0;
}
.auteur{
    /*font-family: CMUClassical;
    letter-spacing:-1px;*/
    color:var(--secondary-text-color);
    font-family: var(--police-titres);
    /*letter-spacing:-1px;*/    
    font-weight:300;
    /*font-size: 0.95rem;13pt;*/
}
.espace-bas{
    padding-bottom: 4px;
}
.sep{
    height:3px;
    width:3px;
    background-color: var(--secondary-text-color);
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
.titredelivre{
    font-style: italic;
    /*font-family: CMUClassical;    
    letter-spacing: -0.05em;*/
    color:var(--text-color);
    font-family: var(--police-titres);
    /*letter-spacing: -0.6px;*/
    font-weight:300;
}
.commentaire{
    /*margin-top:10px;
    margin:10px 0;*/
    font-family:var(--police-commentaires);
    font-size: 1rem;
    /*text-align: justify;
    text-justify: auto;*/
    line-height: 140%;
    overflow: hidden;
    
  }
.commentaire-reduit{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
}
 .verset-premiere-ligne > .copieur > svg{ /*.verset:hover >*/
    height:16px;
}

.copieur{
    margin-top: 5px;
    position: relative;
}

.info-bulle::after {
	background-color: var(--text-color);
	border-radius: var(--border-radius);
	color: var(--main-bg-color);
	display: none;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	z-index: 999;
}
.info-bulle::before {
	background-color: var(--text-color);
	content: ' ';
	display: none;
	position: absolute;
	width: 10px;
	height: 10px;
	z-index: 999;
}
.info-bulle:hover::after {
	display: block;
}

.info-bulle:hover::before {
	display: block;
}

.info-bulle::after {
	content: attr(data-info);;
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 10px));
    font-size: .5rem;
}
.info-bulle::before {
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
}

.lire-plus{
    color:var(--text-color);
    text-decoration: underline;
    cursor: pointer;
}
.verset{
    font-size: 1rem;
    border-left: 1px solid var(--text-color);
    padding: 2px 15px;
    margin: 18px 0px;
    
}
#verset-contenu{
    cursor: pointer;
}

.verset:has(#verset-contenu:hover){
    background-color: var(--highlight-color-light);
}

.copieur{
    cursor: pointer;
}
.pas-cache{
    opacity: 1;
    display:block;
}
.cache{
    transition: opacity .25s ease, display .25s ease-out allow-discrete;
    display:none;
    opacity: 0;
}
@starting-style { 
    .block.open {
      opacity: 0;
    }
  }

#image-copie-succes.pas-cache{
    height:16px;
}

.image-aller-vers{
    height:20px;
    width:20px;
    stroke: 1px;
}
.verset-premiere-ligne{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}
.gauche{
    display: flex;
    justify-content: start;
    align-items: baseline;
}
.droite{
    display: flex;
    justify-content:end;
    align-items: baseline;
}
.info-en-ligne{
    display: none;/*flex;*/
    align-items: center;
    margin-left: 50px;
    border-radius:var(--border-radius);
    padding:10px;
}
.info-en-ligne:hover{
    background-color: var(--highlight-color-light);;
}
.chiffres{
    font-family: var(--police-commentaires);
    color:var(--text-color);
    margin-left:7px;
    font-weight:300;
    font-style:italic;
}
.image-bouton{
    height:15px;    
}
.contenu-verset{
    font-family: var(--police-saintes-ecritures);
    text-align: justify;
}
.elevation-texte-1{    
    background-color:var(--highlight-color-elevation-1);
    position:relative;
    /*font-style: italic;*/
    /*color:var(--primary-color);*/    
    /*text-decoration: underline;*/
    /*-webkit-animation: 1.5s highlight 1.5s 1 normal forwards;
    animation: 1.5s highlight 1.5s 1 normal forwards;
    background-color: none;
    background:*/ /*linear-gradient(90deg, var(--highlight-color) 50%, rgba(255, 255, 255, 0) 50%);*/

                /*linear-gradient(0deg, var(--main-bg-color) 15%,var(--highlight-color) 60%, var(--main-bg-color));*/
                /*linear-gradient(0deg, white 15%,#def6ff 60%, white);*/
    /*background-size: 200% 100%;
    background-position: 100% 0%;*/
}
.elevation-texte-2{
    background-color:var(--highlight-color-elevation-2);
    position:relative;
}

@-webkit-keyframes highlight {
    to {
      background-position: 0 0; /*100% 0*/

    }
  }
  
@keyframes highlight {
to {
    background-position: 0 0;
}
}

.entouree{
    /*box-shadow: 0 0 5px 0px #e2e2e2;
    border: solid 1px var(--border-color);   
    border-radius:15px;*/
    
}
.conteneur-entete{
    height:75px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: fixed;
    bottom: 0;
    margin-bottom:0px;
    padding-top:3px;
    width: calc(100% - 2vh - 32px - 16px);
    background-color: var(--main-bg-color);
    z-index: 4;
}
.entete{
    height:50px;
    align-items: center;
    font-family: var(--police-commentaires);
    display:flex;
    justify-content: space-between;
}
.entete-recherche-smartphone{
    background-color: var(--search-bg-color);
    height:50px;
    border-radius: 25px;
    display:flex;
    width:50px;
}
#image-recherche-smartphone{
    position:relative;
    top:12px;
    height:25px;
    cursor:pointer;
}
#image-recherche-smartphone:hover{
    stroke:var(--text-color);
}
.titredeversion{
    font-size: 1rem;
    color:var(--secondary-text-color);
}
.anneedeversion{
    color:var(--secondary-text-color);
    /*font-size: 0.95rem;*/
    margin-top: -8px;
    margin-left:0;
}
.largeur-fixe{
    display: flex;
}
.flex-end{
    display:flex;
    justify-content: flex-end;
}
.flex-start{
    display:flex;
    justify-content: flex-start;
}
.flex-center{
    display:flex;
    justify-content: center;
}
.entete-disposition{
    padding: 7px 12px 0px 15px;
    height: 50px;
}
.intervalle{
    /*font-size: 0.95rem;*/
    margin-top: -8px;
    margin-left: 2px;
}
.titredulivre{
    font-family: var(--police-titres);
    font-size: 1.2rem;
    font-weight: 400;
    text-wrap: nowrap;
    margin-right:100px;
}
.entete-fourchette{
    flex:4;
    /*border-radius: 25px;*/
    height: 50px;
    padding: 5px 12px 2px 15px;
    background-color: rgb(116 116 116 / 5%);
    overflow: scroll;
}
.entete-version{
    flex:1;
}
.conteneur-deplacer-lecture{
  height:5px;
  position:relative;
}
.toute-la-bande-a-lire{
    background: var(--border-color);
    height: 1px;
    border-radius: 2px;
    width:100%;/*calc(100% - 8px);*/
    position: relative;
}
.curseur-de-lecture{    
    transform:scale(0);
    animation-delay: 2s;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: none;
    margin-left: calc(var(--lecture-curseur) - 4px);
    top:-3px;
    -webkit-appearance: none;
    background-color: var(--text-color);

    position: relative;
    transition: 0s all ease;
}
.lu{
    position: absolute;
    content: "";
    width: var(--lecture-en-cours);
    height: 1px;
    background: var(--text-color);
    border-radius: 2px;
}
#deplacer-lecture {
    -webkit-appearance: none;
    position: relative;
    width:100%;
    top:-10px;
    background-color:rgba(0,255,0,0);
    left:-6px;
    touch-action: none;
  }
  
  #deplacer-lecture::-webkit-slider-runnable-track {
    height :12px;
  }
  
  #deplacer-lecture::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    -webkit-appearance: none;
    background-color: rgba(41,250,41,0);
    z-index: 99;
    position: relative;
    transition: 0s all ease;
  }
#marques-pages{
  position:relative;
  top:-9px;
  display:flex;
}
.marque-page{
  position:absolute;
  background-color:var(--ton-marque-pages);
  transform: var(--transforme-marque-pages);
  height:3px;
  width:3px;
  top:0px;
  left:0px; 
  /*border:2px solid var(--text-color);
  border-radius: 50%;*/
}

.marque-page::before{
  position:absolute;
  content:"";
  width:5px;
  height:5px; 
  top:-1px;
  left:-1px; 
  border-radius:50%;
  background-color:var(--ton-marque-pages);
}
#apercu-deplacer-lecture{
    /*display: none;*/
    position:absolute;
    top:-50vh;
}
.reference-deplacer-lecture{
    font-family: var(--police-titres);
    font-weight: 500;   
    font-size: 1rem; 
}
.fonds-apercus{
    background-color: var(--text-color);
    color:var(--main-bg-color);
    margin:10px;
    padding:30px;
    border-radius: var(--border-radius);
}
.apercu-texte-deplacer-lecture{
    font-weight: 300; 
    font-family: var(--police-saintes-ecritures);    
}
.reference-deplacer-lecture{
    font-style: italic;
    font-family: var(--police-titres);
    margin-bottom: 10px;
}

.contenu div{
    scroll-snap-align: start;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.contenu::-webkit-scrollbar,.resultats::-webkit-scrollbar,.resultat-zone::-webkit-scrollbar, body::-webkit-scrollbar{
    display: none;
  }
  
/* Hide scrollbar for IE, Edge and Firefox */
:root .contenu,.resultats,.resultat-zone{
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
.titre-livre{
    height:280px;
    margin: 30px 0;
    font-family: CMUSerif;
}
.titre-livre .texte-titre-livre{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height:100%;
    text-indent: 0px;
}

.nom-du-livre{
    margin: 0.9rem;
    font-size: 1.9rem;
    font-weight: 300;    
}
.paragraphe-paragraphe{
    text-indent: 20px; 
}
.paragraphe{
    font-family: var(--police-saintes-ecritures);
    padding:8px;    
    font-size:1rem;
    color: var(--text-color);
}
.paragraphe-strophe, .paragraphe-proverbe{
    padding: 0 8px;
}
.texte-verset-vers, .texte-verset-proverbe{
    display: inline-block;
    text-indent: 20px; 
    padding: 8px 0;
}
.titre-psaume{
    display:block;
    text-align: center;
    padding:0px 32px 0px 0px;
    margin-top:40px;
    font-weight: 400;
}
.sous-titre-psaume{
    display:block;
    padding:0px 32px 0px 0px;
    text-align: center;
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 300;
}
.saut-etoile{
    display:block;
    padding:0px 32px 0px 0px;
    text-align: center;
    font-size: 1.5rem;
}
.scintille{
    background-color: var(--highlight-color-light);
    animation-delay: 2s;
    animation: scintillement 2s;
}

@keyframes scintillement {
    from { background-color: #85ffb8b6;}
    to { background-color: var(--highlight-color-light); }
}

.texte-verset:hover{
    background-color: var(--highlight-color-light);
    border-radius: 3px;
}
.texte-verset.selectione{    
    background-color: var(--highlight-color);
    border-radius: 3px;
}
 .texte-titre-livre:hover{
    background-color: var(--highlight-color-light);
    border-radius: 10px;
}
.texte-verset, .texte-titre-livre{
    cursor:pointer
}
#carre-blanc{
    width:21px;
    height:90px;    
    background-color: var(--main-bg-color);
    z-index: 5;
    position:fixed;
    bottom:0;    
    transition: left .15s;
}
.num-chapitre::before {
    font-size: 35px !important;
    margin-top: 0px !important;
    z-index: 3 !important;
}
.texte-verset[data-num]::before{
    content: attr(data-num);
    position: absolute;
    background-color: var(--main-bg-color);
    border-radius: 12px;
    color: var(--secondary-text-color);
    font-size: 14px;
    font-family: var(--police-commentaires);
    z-index: 1;
    text-indent:0;
    min-width:20px;
    text-align: center;
    font-weight: 300;
}


/*
.texte-verset.rang1::before {
    left:51.2%;
}
.texte-verset.rang2::before {
    left:51%;
}
.texte-verset.rang3::before {
    left:50.8%;
}
.texte-verset.rang4::before {
    left:50.6%;
}
.texte-verset.rang5::before {
    left:50.4%;
}
.texte-verset.rang6::before {
    left:50.2%;
}*/
.texte-verset[data-num]:hover::before {
    background-color: var(--highlight-color-light);
    z-index: 3;
}
.texte-verset[data-num].selectione::before {
    background-color: var(--highlight-color);
    z-index: 3;
}
/*
.paragraphe{
    font-family: CMUSerif;
    padding:10px;
    text-align: justify;
    text-justify: auto;
    text-indent: 20px; 
    font-size:1rem;
    color: white;
}


.paragraphe.visible{  
    animation-delay: 5s;     
    animation: popout 0.1s ease-in-out;
    color: black;
}

@keyframes popout {
    from{transform:scale(.90)}
    80%{transform:scale(.96)}
    to{transform:scale(.95)}
}
@-webkit-keyframes popout {
    from{-webkit-transform:scale(.90)}
    80%{-webkit-transform:scale(.96)}
    to{-webkit-transform:scale(.95)}
}*/
.typederesultat{
    text-wrap: nowrap;
    font-family:var(--police-commentaires);
}
.resultat-zone{
    display:none;
    transition: width .15s, right .15s;
}
.cast-zone{
    width:100%;
    padding:0 12px 25px 32px;
    transition: left .15s;
}
.texte-verset::before, #carre-blanc{
    left:10px;
}
.ad-zone{
    display:none;
}

@media screen and (max-width:799px){
    .que-ordinateur{
        display:none !important;
    }
    .que-smartphone{
        display:block;
    }
    .entete-fourchette{
        border-radius: 25px;
    }
      .resultat-zone {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        opacity: 0;
        pointer-events: none;
        align-items: center;
        flex-direction: column;
        justify-content: flex-end;
        transition: 0.1s linear;
      }
      .resultat-zone.affichee {
        opacity: 1;
        pointer-events: auto;
      }
      .resultat-zone .couche-opaque {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(1px);
      }
      .resultat-zone .colonne-resultat-contenu {
        width: 100%;
        position: relative;
        background: var(--main-bg-color);
        max-height: 100vh;
        height: 50vh;
        padding-top: 10px;
        transform: translateY(100%);
        border-radius: 15px 15px 0 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.03);
        transition: 0.3s ease;
        z-index: 6;
      }
      .resultat-zone.affichee .colonne-resultat-contenu{
        transform: translateY(0%);
      }
      .resultat-zone.trainee .colonne-resultat-contenu {
        transition: none;
      }
      .resultat-zone.fullscreen .colonne-resultat-contenu {
        border-radius: 0;
        overflow-y: hidden;
      }
      .resultat-zone .traine-entete {
        display: flex;
        justify-content: center;
      }
      .traine-entete .traine-icone {
        cursor: grab;
        user-select: none;
        padding: 15px;
        margin-top: -15px;
      }
      .traine-entete .traine-icone span {
        height: 4px;
        width: 40px;
        display: block;
        background: var(--text-color);
        border-radius: 50px;
      }
      #ecritures{
        padding: 0 10 0 0;
      }
      .contenu{
        padding: 0 10;
      }
      /*.fullscreen .colonne-resultat-contenu .contenu .trainable .traine-entete .traine-icone span {
        background: var(--main-bg-color);
      }*/
      .resultat-zone .contenu {
        height: 100%;
        overflow-y: auto;
        scrollbar-width: none;
      }
      .resultat-zone .contenu::-webkit-scrollbar {
        width: 0;
      }
      .entete{
        margin-top: 8px;
      }
      
}
@media screen and (min-width: 800px) {
    :root{
        scroll-padding-top: 85px;
        font-size:21px; 
    }
    body{
        overflow: auto !important;
        /*scroll-snap-type: y mandatory;*/
        scroll-padding-bottom: 180px;
        scroll-padding-top: 85px; /*=25+50+10px = l'entete ou il y a le titre du livre*/
        /*scroll-behavior: smooth;*/
    }
    .que-smartphone{
        display:none !important;
    }
    .que-ordinateur{
        display:block;
    }
    .conteneur-entete{
        display:flex;
        flex-direction: column-reverse;
    }   
    .titredulivre{
        margin-right: 0px;
        font-size: 21pt;
    }
    .entete-fourchette{
        overflow: hidden;
        background-color: transparent;
    }
    #panneau-resultats::-webkit-scrollbar{
        display: none;
    }
    .intervalle{
        font-size: 1.2rem;
    }
    #carre-blanc{
        width: 42px;
        border-radius:0 0 10px 10px;
        bottom:auto;
        top:0;
    }
    .conteneur-entete{
        position: sticky;
        top: 0;
        margin: 0 7px 10px 7px; /*7px au lieu de 10px pour bien cacher le texte qui passe dessous*/
        padding-top:25px;
        width:auto;
        height:60px;
    }    
    .entete-disposition{
        display:flex;
        width:auto;
        align-items: baseline;
    }
    .entete{
        margin:0;
    }
    .entete-version{
        flex:0;
    }
    .entete-disposition{
        padding:0;
    }
    .intervalle{
        margin-top: 0;
        margin-left: 8px;
    }
    .anneedeversion{
        margin-top: 0;
        margin-left: 5px;
    }

    .entete-recherche-smartphone{
        display:none;
    }
    #progression-lecture-conteneur{
        display:block;
    }
    #apercu-deplacer-lecture{
        top:100px;
    }
    .resultat-zone{
        width:45%;
        padding:0 10px 25px 10px;
        display:block;
        position:fixed;
        right:51%;
    }

    .cast-zone{
        width:47%;
        padding:0 15px 25px 5px;
        position:absolute;
        left:51%;
    }

   #carre-blanc {
        left:50%;
    }
    .texte-verset::before{
        left:-2.5%;
    }
    .paragraphe{
        text-align: justify;
    }
    .sources{
        display:flex;
    }
 
}
@media screen and (min-width: 1200px) {
    :root{
        scroll-padding-top: 85px; 
    }
    #carre-blanc.compressee{
        left:43%;
    }
    .resultat-zone.compressee{
        
        width:25%;
        right:58%;
    }
    .cast-zone.compressee{
        left:43%;
    }
    #carre-blanc{
        bottom:auto;
        top:0;
        left:calc(48% + 5px);
    }
    .resultat-zone{
        width:35%;
        right:53%;
    }
    .cast-zone{
        width:36.5%;
        padding:0 40px 25px 40px;
        left:48%;
    }
    .texte-verset::before{
        left:5px;
    }


}
@media screen and (min-width: 2000px) {
    .resultat-zone.compressee{
        width:14%;
    }
    .resultat-zone{
        width:24%;
        display:block;
    }
    .cast-zone{
        width:26%;
        padding:0 40px 25px 40px;
    }
}


