/* --------ELEMENTS HTML-------- */ 
/* ...existing code... */

/* Dark mode styles */
/* html.dark-mode, body.dark-mode {
    background: #181818;
    color: #e0e0e0;
} */

/* Example: links 
html.dark-mode a,
body.dark-mode a {
    color: #90caf9;
}*/

/* Example: borders and accents */
/* html.dark-mode hr,
body.dark-mode hr {
    border-color: #444;
} */

/* Add more selectors as needed for your design */

/* ...existing code... */




body{
    /* margin-left: 16%; */
    margin-right: 16%;
    min-width: 20%;
    
    /* background-color: rgb(31, 31, 31); */
    /* color: rgb(204, 204, 204); */
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-color: rgb(229,229,200); 
    
    background-color: ivory;
    color: #1F1F1F;
    /*color: #CCCCCC;*/
    line-height: 1.5;
}

.darkmode {
  background-color: #1F1F1F;
  color: ivory; 
} 
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Times, serif;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5 {
    font-size: 1em;
}
ul{
    line-height: 2;
    font-size: 1.2em; 

}
button {
        display: inline-block;
        /* flex-wrap: wrap;
        flex-direction: row; */
        gap: 20px;
        border: 1px solid rgb(1, 50, 1);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: px;
        background-color:green ;
        color: rgb(241, 235, 235);
        text-decoration: none;
        font-weight: bold;
        border-radius: 5%;
        box-shadow: black 1px 1px 2px;
        margin-bottom: 20px;
    }
    .hr1{
        
        border: 5px solid  #CCCCCC;
  border-radius: 5px;
    }
    a:hover button {
        background-color:rgb(197, 22, 110) ;
        text-decoration:none;
        
    
    }
 a:link{
    color: rgb(42, 164, 252);
    text-decoration: none;
 }
 a:visited{
    color: #a0975f;
    text-decoration: none;
 }


/* -------- TITRES MAISON -------- */
.h0{
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    text-shadow: rgb(128, 128, 128) 2px 2px 2px;
}
.h01{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2em;
    color: rgb(115, 114, 114);
}
.bxh1{
    border: solid 1px  rgb(115, 114, 114);
    padding: 30px ;}
/* --------DIVISIONS-------- */
.main01{
    margin-left: 16%;
    margin-right: 16%;
}


/* --------POSITIONNEMENT-------- */
.nvct{
    text-align: right;
}
.ctr{
    text-align: center;
}
.ctdv{
    width:50%;
    margin: 0 auto;
    /* justify-content: center; */
}
.ml5c{
    margin-left: 5ch;
}
/* --------TYPOGRAPHIE 01------- */
#mt{
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    color:#58a230;
    text-shadow: rgb(68, 68, 68) 2px 2px 2px;
}

.blcl{
    font-weight: bold;
    /* color: rgb(0,107,96); */
    /* text-decoration: underline; */
    /* font-variant: small-caps; */
    font-style: italic;
    
}

.smf {
    font-size: small;
}
.en1{
    font-weight: bold;
    font-style: italic;
}
.grf{
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
}
/* --------BOÎTES POUR LIENS-------- */
.lnbx{
    display: inline-block;
    /* border-color: blue; */
    border-top: 1px blue;
    border-bottom: 1px blue;
    border-left: 1px blue;
    border-right: 1px blue;
    border-style: dotted;
    padding: 2px;
    background-color: #2b2727;
    margin-bottom: 10px;
    font-size: 0.9em;
    font-weight: bold;
}
.lnbx:hover {
        text-decoration:none;
        cursor: pointer;
    
    }

.lnbxbtn{
    display: inline-block;
    /* border-color: blue; */
    border-top: 1px blue;
    border-bottom: 1px blue;
    border-left: 1px blue;
    border-right: 1px blue;
    border-style: dotted;
    padding: 2px;
    background-color: lightgray;
    margin-bottom: 10px;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration:underline;
    cursor: pointer;
    color: #551A8B;
    
}    

.lnbx2{
    display: inline-block;
    /* border-color: blue; */
    padding: 5px 5px 5px 5px;
    background-color: lightgray;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 0.9em;
    font-weight: bold;
}
.lnbx3{
    display: inline-block;
    border-top: 1px blue;
    border-bottom: 1px blue;
    border-left: 1px blue;
    border-right: 1px blue;
    border-style: dotted;
    padding: 1px 3px 1px 1px;
    background-color: lightgray;
    /* margin-left: 170px;*/
    font-size: 1,5em;
    margin:0;
    }
.lnbno{
    display: inline-block;
    padding: 2px;
    margin-bottom: 10px;
    
    }

/* --------COULEURS-------- */

.grntl{
    margin-right: 40%;  
    margin-bottom: 20px;      
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    background-color: green;
    font-size: 1.09em;
    font-weight: 500;
    font-variant: small-caps;
    text-shadow: rgb(37, 37, 37) 2px 2px 2px;
    /* padding-bottom: 100px; */
    
}
.green{
    color: green;
    font-size: 1.08em;
    font-weight: 600;
    /* padding-bottom: 100px; */
    
}
.blue{
    color:blue;
    font-size: 1em;
    /* padding-bottom: 100px; */
}
.org{
    color: #fa8f6b;
    text-shadow: rgb(0, 0, 0) 1px 1px 2px;
}

/* --------IMAGES-------- */

#en{max-width: 30px;
display: inline-block;
vertical-align: middle;
}
