/* --------ELEMENTS HTML-------- */ 

body{
    
    margin-right: 16%;
    min-width: 20%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-color: #1F1F1F;
    color: #CCCCCC; 
    
    line-height: 1.5;
}


  

h1, h2, h3, h4, h5{
    font-family: Georgia, Times, serif;
}
h2{
    color: hsl(202, 29%, 54%);
}
h3 {
    font-size: 1.3em;
    color:darkgoldenrod;
}
h4 {
    font-size: 1.03em;
    /* color: lightsalmon;
 */
    color: rgb(101, 150, 65);
}
h5 {
    font-size: 1em;
    color: #01ad91;
}

h6{
    font-weight: bold;
    color: rgba(171, 142, 96, 0.986); 
    /* text-decoration: underline; */
    /* font-variant: small-caps; */
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 0;
    margin-top: 10px;
    
}

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: Arial, 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;
    }
.btnplu{
        display: inline-block;
        /* flex-wrap: wrap;
        flex-direction: row; */
        gap: 20px;
        border: 1px solid rgb(1, 50, 1);
        font-family: Arial, Tahoma, Geneva, Verdana, sans-serif;
        font-size: px;
        color: rgb(241, 235, 235);
        background-color: rgb(255, 51, 0);
        text-decoration: none;
        font-weight: bold;
        border-radius: 5%;
        box-shadow: black 1px 1px 2px;
        margin-bottom: 20px;
    }
.btncnx{
        display: inline-block;
        /* flex-wrap: wrap;
        flex-direction: row; */
        gap: 20px;
        border: 1px solid rgb(1, 50, 1);
        font-family: Arial, Tahoma, Geneva, Verdana, sans-serif;
        font-size: px;
        color: rgb(241, 235, 235);
        background-color: rgb(21, 0, 125);
        text-decoration: none;
        font-weight: bold;
        border-radius: 5%;
        box-shadow: black 1px 1px 2px;
        margin-bottom: 20px;
    }
.btnhlp{
        display: inline-block;
        /* flex-wrap: wrap;
        flex-direction: row; */
        gap: 20px;
        border: 1px solid rgb(1, 50, 1);
        font-family: Arial, Tahoma, Geneva, Verdana, sans-serif;
        font-size: px;
        color: rgb(1, 61, 1);
        background-color:  rgb(163, 167, 172);;
        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;
}
.stc a:link{
     color: #260957;
     text-decoration: none;
}
.stc a:visited{
     color: #4d482c;
     text-decoration: none;

 }
audio{
    max-width: 100%;
}


/* -------- 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: #58a230;
    font-weight: bold;
}
.h01b{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2em;
    color: #58a230;
}
.bxh1{
    border: solid 1px  rgb(88, 162, 48);
    padding: 30px ;
    background-color: #3a3c41;
    text-shadow: black 1px 1px 2px;
    border-radius: 5px;
    margin-top: 5px;
}
.mntl{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2.3em;
    color: #58a230;
    font-weight: bold;
    text-align: center;
    border: solid 1px  rgb(88, 162, 48);
    padding: 20px ;
    background-color: #3a3c41;
    text-shadow: black 1px 1px 2px;
    border-radius: 5px;
    margin-top: 5px;
}
.pgtl{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5em;
    /* color: #fae1b9; */
    color:#58a230;
    text-align: center;
    /* border: solid 1px   #fae1b9; */
    /* border: solid 1px  #f3b34d; */
    border: solid 1px  #58a230;;
    padding: 15px ;
    background-color: #3a3c41;
    text-shadow: black 1px 1px 2px;
    border-radius: 5px;
    margin-top: 5px;
}
.ab{
    text-decoration: underline;
    color: rgb(114, 167, 114);
    font-size: 0.9em;
}
.a1{
    font-style: italic;
    color: hsl(340, 46%, 46%);
    font-size: 0.9em;

}
/* --------DIVISIONS-------- */
.main01{
    margin-left: 25%;
    margin-right: 16%;
}
@media screen and (max-width: 600px) {
  .main01{
    margin-left: 5px;
    margin-right: 0%;
  }
}
/* --------POSITIONNEMENT-------- */
.nvct{
    text-align: right;
}
.ctr{
    text-align: center;
}
.ctr01{
    max-width: 80%;
    margin: 0 auto;
}
.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;
}
.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: rgba(211, 176, 121, 0.986); 
    /* text-decoration: underline; */
    /* font-variant: small-caps; */
    font-style: italic;
    font-size: 0.9em;
    
}

.smf {
    font-size: small;
}
.en1{
    font-weight: bold;
    font-style: italic;
    font-size: 1em;
    color:hsl(52, 32%, 77%);
}
.fr1{
    font-size: 0.95em;
    color:hsl(46, 19%, 77%);
    
}
.fr2{
    font-size: 1em;
        color:hsl(46, 19%, 77%);


    }
.fr3{
    font-size: 1em;
    color:hsl(52, 32%, 77%);
    font-weight: bold;
    }
.grf{
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
}
.hpr{
    /* text-decoration: underline dotted 1px rgb(84, 2, 161); */
    text-decoration: underline dotted 1px rgb(119, 80, 157);
    font-weight: 500;
    /* color:rgb(84, 2, 161); */
    color:rgb(103, 82, 210);
}
.hpr:hover{
    font-weight: 700;
    cursor: help;
    
}
.hpls{
/*     color:rgb(255, 51, 0); */
    color: hsl(9, 70%, 54%);
    text-shadow: black 1px 1px 2px;
}
.hphn{
    text-shadow: black 1px 1px 2px;
    color: rgb(2, 177, 2);
}
.ntr{
    display: block;
}
.ntr b{
    color:hsl(52, 43%, 44%)
}

.scp{ 
    font-variant: small-caps;
    font-family: Arial, Helvetica, sans-serif;
}
/* --------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-top: 2px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    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;
    
    }
.lnx{
    word-break: break-all;
}
/* --------COULEURS-------- */

.grntl{
    margin-right: 40%;  
    margin-bottom: 20px;      
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    background-color: rgb(0, 128, 30);
    font-size: 1.09em;
    font-weight: 500;
    font-variant: small-caps;
    text-shadow: rgb(37, 37, 37) 2px 2px 2px;
    border-radius: 5px;
    /* padding-bottom: 100px; */
    
}
.plutl{
    margin-right: 40%;  
    margin-bottom: 20px;      
    padding-left: 15px;
    padding-right: 15px;
    /* color: rgb(224, 44, 8);
    background-color: rgb(243, 232, 83); */
    color: rgb(241, 235, 235);
    background-color: rgb(242, 1, 1);
    font-size: 1.09em;
    font-weight: 600;
    font-variant: small-caps;
    text-shadow: rgb(37, 37, 37) 2px 2px 2px;
    border-radius: 5px;
    /* padding-bottom: 100px; */
    
}
.green{
    color: rgb(1, 162, 1);
    font-size: 1.08em;
    font-weight: 600;
    /* padding-bottom: 100px; */
    
}
.green02{
    color: rgb(0, 100, 0);
    font-size: 1.09em;
    font-weight: 500;
    /* padding-bottom: 100px; */
    
}
.blue{
    color:blue;
    font-size: 1em;
    /* padding-bottom: 100px; */
}




.blue{
    color:blue;
    font-size: 1em;
    /* padding-bottom: 100px; */
}
.org{
    color: #fa8f6b;
    text-shadow: rgb(0, 0, 0) 1px 1px 2px;
}
.rot{
    color : hsl(60, 16%, 83%) ;
    text-shadow:red 1px 1px 2px;
}   
.gold{
    text-shadow: hsl(240, 43%, 36%) 1px 1px 2px;
    color : hsl(60, 16%, 83%) ;
    
}
/* --------BOÎTES ET CADRES-------- */
.stci{
    background-color:  rgb(163, 167, 172);
    border-top: 2px solid green;
    /* margin-left: 1%; */
    /* margin-right: 45%; */
    padding: 1ch;
    color:rgb(1, 61, 1);
    text-shadow: 1px 1px 2px black;
    font-size: 0.8em;
    box-shadow: 1px 1px 2px black;
    border-radius: 5px;
}
.stc{
    background-color: rgb(163, 167, 172);
    background-color: hsl(180, 1%, 65%);
    border-top: 2px solid rgb(0, 0, 41);
    /* margin-right: 45%; */
    padding: 1ch;
    color:rgb(0, 0, 41);
    /* text-shadow: 1px 1px 2px black; */
    font-size: 0.9em;
    box-shadow: 1px 1px 2px black;
    border-radius: 5px;
    ;
}
.txplu{
    /* background-color: #a0975f; */
    background-color: #2a2b2f;
    color:hsl(46, 19%, 77%);
    /* color: rgb(0, 0, 49); */
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.exp{
    background-color: #3B3B3F;
    padding: 1ch;
}

.art1{
    padding: 17px;
    border: solid 1px #a0975f;

}
/* --------IMAGES-------- */

#en{max-width: 30px;
display: inline-block;
vertical-align: middle;
}
