:root {
  --width : 1000px;
  --widthscroll : 960px;
  --widthimage : 850px;
}
/* GENERAL */
*
{
    margin : 0;
    padding: 0;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.ttf');
    
}

body
{
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    background: url('images/bibli.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.75;*/
}

h1
{
    font-family: cursive;
    font-size: 45px;
    color:444;
}
ul
{
    list-style: none;
}
a
{
    text-decoration: none;
    color: 444;
}
.wrapper
{
    width: var(--widthimage);;
    margin: 0 auto;
    padding: 0 10px;
}
.clear
{
    clear:both;
}
.dataframe th{
background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(236,236,236,1) 100%);
padding: 5px;
color: #343434;
font-family: monospace;
font-size: 110%;
border:2px solid #e0e0e0;
text-align:left !important;
}.dataframe{border: 3px solid #ffebeb !important;
}
small
{
    font-size: 13px;
    font-style: italic;
}

.image-redimensionnee {
            width: var(--widthimage);
          /*  height: auto;  Maintient le ratio de l'image */
        }
		
/* HEADER */

header{
    
	
	height: 80px;
    width: var(--width);
    background-color: rgba(243, 234, 211, 0.9);
    margin: 0 auto; 
}

h1,h2,h3,h4
{
    color : #444;
}
h1
{
    float: left;
    margin-top: 32px;
}
h2
{
    font-size: 25px;
}
h3
{
    font-size: 30px;
}
h4
{
    font-size: 24px;
    color: #000;
}
header nav
{
    float: right;
    margin-top: 15px;
	margin-bottom: 20px;
}
header nav ul li
{
    display: inline-block;
}
header nav ul li a
{
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
} 



/* textedesc*/
.scroll {
    margin: 4px, 4px;
    padding: 4px 20px;
    width: var(--widthscroll);
    height: 850px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}
.conteneur
{
    margin: 10px 0px;
    font-size: 18px;
    font-style: bold;
}
.flottant
{
    height: 100px;
    width: 100px;
    padding-left: 30px;
    object-fit: cover;
    float: left; 
    margin-right: 20px;
}


#textedesc
{
    padding: 60px 0;
    background-color: rgba(243, 234, 211, 0.9);
    background-repeat: no-repeat; /* Répéter l'image horizontalement et verticalement */
    background-size: cover; /* Ajuster l'image à la taille de l'écran */
    background-attachment: fixed; /* Fixer l'image en arrière-plan */
    background-position: center; /* Centrer l'image horizontalement et verticalement */
    width: var(--width); /* Largeur de l'image */
    margin: 0 auto;
}

#textedesc ul
{
	padding-left: 30px;
}
#textedesc ul li
{
	font-size: 16px;
    font-style: bold;
	text-align: left;
}

.texte
{
	font-size: 16px;
    font-style: bold;	
	width: var(--widthimage);
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}


.image-label-grid {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: var(--width); /* Ajustez selon vos besoins */
}

.image-label-grid li {
    flex: 1 0 40%; /* Chaque élément occupe 20% de la largeur du conteneur */
    text-align: center;
    padding: 10px;
}

.image-label-grid img {
    max-width: 60%; /* S'assure que les images ne dépassent pas leur conteneur */
    height: auto;
}

/* FOOTER */
footer
{
    height: 65px;
    width: var(--width);
    background-color: rgba(68, 68, 68, 0.9);
    margin: 0 auto; /* cette ligne centre le footer */
}
.github
{
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    color: #777;
}
