/* 
 * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
 * See LICENSE in the project root for license information.
 */

 html,
 body {
     width: 100%;
     height: 100%;
     margin: 0;
     padding: 0;
 }
 
 ul {
     margin: 0;
     padding: 0;
 }
 
 .ms-welcome__header {
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
 }

 .ms-welcome__main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    padding: 10px 20px;
 }
 
 .ms-welcome__main > h2 {
     width: 100%;
     text-align: center;
 }
 
 .ms-welcome__features {
     list-style-type: none;
     margin-top: 20px;
 }
 
 .ms-welcome__features.ms-List .ms-ListItem {
     padding-bottom: 20px;
     display: -webkit-flex;
     display: flex;
 }
 
 .ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
     margin-right: 10px;
 }
 
 .ms-welcome__action.ms-Button--hero {
     margin-top: 30px;
 }
 
.ms-Button.ms-Button--hero .ms-Button-label {
  color: #0078d7;
}

.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label{
  color: #005a9e;
  cursor: pointer;
}

b {
    font-weight: bold;
}
/*
    W3S
*/
/* Remove default bullets */
ul,
#myUL {
    list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
    margin: 0;
    padding: 0;
}

/* Style the caret/arrow */
.caret {
    cursor: pointer;
    user-select: none;
    /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
    display: block;
}

html,
body {
    width: 99%;
    height: 100%;
    margin: 0;
    margin-left: 1%;
    padding: 0;
}

p {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 0.5em !important;
}

ul {
    margin: 0;
    padding: 0;
}

.actif {
    background-color: #0d6efd;
    color: white;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}
#generatedSelect {
    width: 99%;
}
#whereToShow {
    border: 2px solid #333333;
    width: 99%;
    height: 26.5em;
    margin-top: 1%;
    margin-bottom: 1%;
    overflow: auto;
}

#whereToShow ul li {
    max-inline-size: max-content;
    padding-left: 0.5em;
    padding-right: 0.5em;
    cursor: pointer;
}

.no-marg-no-pad {
    margin: 0;
    margin-left: 1em;
    padding: 0;
}

.marg5 {
    margin: 0 0 0 1em;
    padding: 0;
}

.marg10 {
    margin: 0 0 0 2em;
    padding: 0;
}


#textarean textarea {
    position: absolute;
    left: 54%;
    width: 44%;
    max-width: 100%;
    height: 67%;
    max-height: 76%;
    line-height: 1.5;
    margin-top: 2em;
}

form {
    margin-top: 0.5em;
}

#generatedSelect2 {
    width: 50%;
}

#whereToShow2 {
    border: 2px solid #333333;
    width: 50%;
    height: 65%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    overflow: auto;
}

.row {
    padding-top: 0.5em;
}
.margin-top-1 {
    margin-top: 0.5em;
}

.width-table{
    width:20%
}
table {
    white-space: pre;
}