*{
    padding: 0;
    margin:0;
    box-sizing: border-box;
}

body{
    background-color: white;     
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.general{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #333; 
}
.colonne{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

header{
    background-color: white;
    min-height: 95%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    order: 1;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
header h3, header h4{
    text-align: center!important;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
header h3{
    font-size: 1.75rem;
    margin-top: 0.5rem!important;
}
header h4{
    font-size: 1.5rem;
    margin-top: 0.5rem
}
header ul{
    list-style: none;
}
.nav-col {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
header a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
header a:hover {
    color: #035cbb;
}
header h3:hover{
    text-decoration: underline #035cbb;
}
.nav-col-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
header .actif {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.nav-col-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-col-item:hover {
    background-color: rgba(250, 250, 255, 0.6);
}

main{
    background-color: white;
    margin-left: 8.333333%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    display: inline-block;
    vertical-align: top;
    order: 2;
    padding: 10px 0 10px 0;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
main h1 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 2.5rem;
    margin-top: 5rem;
}
.Liste_boutons{
    text-align: center;
    margin: 30px 0; 
  }
.horizontal {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
a.Bouton {
    padding: 5px 15px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease;   
    display: flex;
    align-items: center;
    justify-content: center;
    height : 50px;
    border: 3px solid black;    
}
a.Bouton:hover {
    transform: translateY(3px);
}
a.Bouton:active {
    transform: translateY(6px);
}
.logo{
    width: 40px;
    height: auto;
    margin-right: 10px;
} 
#Ecouter {
    color: #333333  ;
    background-color: #7EBDFF;
    border: 3px solid #7EBDFF;
}
#Telecharger {
    color: #333333  ;
    background-color: #B7DAFF;
    border: 3px solid #B7DAFF;
}
#Suivant {
    color: #333333  ;
    background-color: #B7DAFF;
    border: 3px solid #B7DAFF;
    margin: 35px;
}
#Ecouter:hover, #Telecharger:hover, #Suivant:hover {
    background-color: #007bff;
    border: 3px solid #007bff;
}
#Discord {
    color: white    ;
    background-color: #7289da;
    border: 3px solid #7289da;
}
#Discord:hover{
    background-color: #5865f2; 
    border : 3px solid #5865f2   
}

.Gras {
    font-weight: bold;
}
.Encadre {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
    border-left-color: #f0ad4e;
}

.Text-episode{
    overflow-wrap: break-word;
    word-break: break-word;
}
.text-muted {
    color: #6c757d!important;
}
main div{
    display: block;
}
main p {
    margin-top: 0;
    display: block;
    margin-block-start: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.sentence {
   margin-block-end: 1em;
}
.has_joke {
    border-top: 1px solid #007bff;
    border-bottom: 1px solid #007bff;
    border-right: 1px solid #007bff;
    margin-top: 5px;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.reference {
    display: block;
    color: #333333;
    background-color: #B7DAFF;
    padding: 0.5rem 0.5rem 0;
    margin-left: 0.1rem;
    border: 1px solid #007bff;
    border-top: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    float: right;
    min-width: 30%;
    max-width: 40%;
    margin-bottom: 0.5rem;
    margin-right: -1px;
}
footer{
    text-align: center;
}
footer a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
footer a:hover {
    color: #035cbb;
    text-decoration: underline;
}