@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital@1&display=swap');



.variable {
    position: absolute;
    width: 50px;
    height: 40px;
    background-color: silver;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    font-size: 24px;
    font-style: italic;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    border: 2px solid rgba(0, 0, 0, 0);
    transition: 0.2s;
}

.variable:hover {
    border: 2px solid rgba(0, 0, 0, 0.7);
}

.variableSimulation {
    position: relative;
    width: 50px;
    height: 40px;
    background-color: silver;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    font-size: 24px;
    font-style: italic;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    border: 2px solid rgba(0, 0, 0, 0);
    transition: 0.2s;
    opacity: 0.5;
}

.variableSimulation:hover {
    border: 2px solid rgba(255, 255, 255, 1);
}

.variableColler {
    position: absolute;
    width: 50px;
    height: 40px;
    background-color: silver;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    font-size: 24px;
    font-style: italic;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    border: 2px solid rgba(0, 0, 0, 0);
    transition: 0.2s;
}

.variableColler:hover {
    border: 2px solid rgba(0, 0, 0, 0.7);
}

.link {
    position: absolute;
    top: 200px;
    left: 200px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    border: 1px solid gray;
    color: white;
    font-size: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    cursor: pointer;
    font-weight: bold;
}

.link::after {
    content: "\2715";
}

.link:hover {
    font-size: 10px;
    background: red;
}

#circleUp {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0px;
    left: 0px;
    background: red;
    border-radius: 50%;
    box-shadow: #000 5px 5px 10px;
    z-index: 100;
    cursor: copy;
    transition: 0.2s;
}

#circleDown {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 0px;
    left: 0px;
    border-radius: 50%;
    background: #385D8A;
    box-shadow: #000 5px 5px 10px;
    z-index: 100;
    cursor: copy;
    transition: 0.2s;
}



button {
    height: 40px;
    background: none;
    border: 1px solid silver;
    cursor: pointer;
    color: white;
    font-size: 14px;
    transition: 0.5s ease;
    opacity: 0.7;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

button:hover {
    background: white;
    opacity: 1;
    color: gray;
}

input[type="file"] {
    display: none;
}

label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

select {
    position: absolute;
    border-radius: 0px;
    border: 1px solid silver;
    height: 30px;
    width: 100px;
    cursor: pointer;
    background-color: white;
    font-size: 12px;
}

option {
    cursor: pointer;
    transition: 0.15s;
}

option:hover {
    background: #02354D;
    color: white;
}

input {
    border-radius: 0px;
    border: 1px solid silver;
}

textarea {
    width: 100%;
    border-radius: 0px;
    border: 1px solid silver;
    height: 100px;
    resize: none;
}

.separator {
    border-top: 1px solid gray;
}

.text {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
    margin-top: 10px;
}

.close {
    font-size: 14px;
    position: absolute;
    color: silver;
    content: "jijij";
    right: 0px;
    top: 0px;
    height: 25px;
    width: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 50%;
    z-index: 1000;
}

.close::after {
    content: "\2715";
}

.close:hover {
    background: red;
    color: white;
}

.closeImage {
    position: absolute;
    background: white;
    color: gray;
    content: "jijij";
    left: 5px;
    top: 5px;
    height: 25px;
    width: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    cursor: pointer;
    transition: 0.2s;
}

.closeImage::after {
    content: "\2715";
}

.closeImage:hover {
    background: red;
    color: white;
}

.aide {
    position: absolute;
    color: silver;
    content: "jijij";
    left: 0px;
    top: 0px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    cursor: pointer;
    transition: 0.2s;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: bold;
    transition: 0.4s;
}

.aide::after {
    content: "i";
}

.aide:hover {
    background: black;
    color: white;
}

.monter {
    position: absolute;
    color: silver;
    content: "jijij";
    left: 0px;
    top: 0px;
    height: 25px;
    width: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    cursor: pointer;
    transition: 0.2s;
    font-size: 16px;
}

.monter::after {
    content: "\25B3";
}

.monter:hover {
    background: none;
    color: white;
}

.descendre {
    position: absolute;
    color: silver;
    content: "jijij";
    left: 15px;
    top: 0px;
    height: 25px;
    width: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    cursor: pointer;
    transition: 0.2s;
    font-size: 16px;

}

.descendre::after {
    content: "\25BD";
}

.descendre:hover {
    background: none;
    color: white;
}

.plus {
    height: 25px;
    width: 25px;
    font-size: 18px;
}

.plus::after {
    content: "+";
}

.delete {
    height: 25px;
    width: 25px;
    font-size: 18px;
}

.delete::after {
    content: "\2715";
}



.contextmenu {
    position: absolute;
    overflow: hidden;
    font-size: 13px;
    z-index: 100;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
}

/* Style d'un slider */
input[type="range"] {
    display: block;
    -webkit-appearance: none;
    background-color: #bdc3c7;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    margin: 20px 20px 20px 20px;
    outline: 0;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: orange;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    transition: .3s ease-in-out;
}

​ input[type="range"]::-webkit-slider-thumb:hover {
    background-color: white;
    border: 2px solid silver;
}

input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1.6);
}

input[type="range"] {
    display: block;
    -webkit-appearance: none;
    background-color: #bdc3c7;
    width: 95%;
    height: 2px;
    border-radius: 5px;
    margin: 20px 0px 30px 10px;
    outline: 0;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: silver;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0px solid white;
    cursor: pointer;
    transition: .3s ease-in-out;
}

​ input[type="range"]::-webkit-slider-thumb:hover {
    background-color: white;
    border: 2px solid silver;
}

input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1.5);
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    background-color: silver;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0px solid white;
    cursor: pointer;
    transition: .3s ease-in-out;
}

​ input[type="range"]::-moz-range-thumb:hover {
    background-color: #FA6141;
    border: 2px solid silver;
}

input[type="range"]::-moz-range-thumb:active {
    background-color: #FA6141;
    transform: scale(1.5);
}

.cont {
    position: absolute;
    width: 80%;
    height: 90px;
    min-width: 400px;
    background: white;
    line-height: 16px;
    border: 1px solid #CED4DA;
    font-size: 16px;
    color: silver;
    text-align: left;
    transition: 0.3s;
    font-weight: normal;
    border-radius: 5px;
    opacity: 0.6;
}

.cont:hover {
    color: #FA6141;
    opacity: 1;
}

.verticalSlider {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    padding: 10px;
    height: 10px;
    position: absolute;
    width: 200px;
}


/* Checkbox */
.checkboxLabel {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 17px;
    text-align: left;
    color: white;
}

.checkboxLabel:hover {
    color: silver;
}

/* Hide the browser's default checkbox */
.checkboxLabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
}

/* On mouse-over, add a grey background color */
.checkboxLabel:hover input~.checkmark {
    background-color: silver;
}

/* When the checkbox is checked, add a blue background */
.checkboxLabel input:checked~.checkmark {
    background-color: gray;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxLabel input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxLabel .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.iconEnia {
    height: 35px;
    width: 35px;
    background-image: url('icons/iconenia.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: #3B3688;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconEnia:hover {
    opacity: 1;
    background-color: orange;
}

.formulaireIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    background-image: url('icons/formulaire.png');
    background-size: contain;
    border-radius: 50%;
    background-color: white;
    transition: 0.2s ease;
    cursor: pointer;
}

.formulaireIcon:hover {
    scale: 1.5;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.7);
    z-index: 1000;

}

.moneyIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    background-image: url('icons/money.png');
    background-size: contain;
    border-radius: 50%;
    background-color: white;
    transition: 0.2s ease;
    cursor: pointer;
}

.moneyIcon:hover {
    scale: 1.5;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.7);
    z-index: 1000;

}

.iconCalendrier {
    height: 35px;
    width: 35px;
    background-image: url('icons/calendrier.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: #3B3688;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconCalendrier:hover {
    opacity: 1;
    background-color: orange;
}

.iconIntegral {
    height: 35px;
    width: 35px;
    background-image: url('icons/integral.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconIntegral:hover {
    opacity: 1;
    background-color: orange;
}

.iconLivre {
    height: 35px;
    width: 35px;
    background-image: url('icons/livre.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconLivre:hover {
    opacity: 1;
    background-color: orange;
}

.iconFx {
    height: 35px;
    width: 35px;
    background-image: url('icons/fx.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #385D8A;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconFx:hover {
    opacity: 1;
    background-color: orange;
}

.iconLogigramme {
    height: 35px;
    width: 35px;
    background-image: url('icons/logigramme.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #385D8A;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconLogigramme:hover {
    opacity: 1;
    background-color: orange;
}

.iconMap {
    height: 35px;
    width: 35px;
    background-image: url('icons/map.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #385D8A;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconMap:hover {
    opacity: 1;
    background-color: orange;
}

.iconBar {
    height: 35px;
    width: 35px;
    background-image: url('icons/bar.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #385D8A;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconBar:hover {
    opacity: 1;
    background-color: orange;
}

.iconPie {
    height: 35px;
    width: 35px;
    background-image: url('icons/pie.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #385D8A;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconPie:hover {
    opacity: 1;
    background-color: orange;
}

.iconSave {
    height: 35px;
    width: 35px;
    background-image: url('icons/save.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconSave:hover {
    opacity: 1;
    background-color: orange;
}

.iconOpen {
    height: 35px;
    width: 35px;
    background-image: url('icons/open.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconOpen:hover {
    opacity: 1;
    background-color: orange;
}

.iconImport {
    height: 35px;
    width: 35px;
    background-image: url('icons/import.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconImport:hover {
    opacity: 1;
    background-color: orange;
}

.iconOption {
    height: 35px;
    width: 35px;
    background-image: url('icons/option.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconOption:hover {
    opacity: 1;
    background-color: orange;
}

.iconCalculer {
    height: 35px;
    width: 35px;
    background-image: url('icons/calculer.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconCalculer:hover {
    opacity: 1;
    background-color: orange;
}

.iconSimuler {
    height: 35px;
    width: 35px;
    background-image: url('icons/simuler.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconSimuler:hover {
    opacity: 1;
    background-color: orange;
}

.iconAnalyser {
    height: 35px;
    width: 35px;
    background-image: url('icons/analyser.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconAnalyser:hover {
    opacity: 1;
    background-color: orange;
}

.iconPresenter {
    height: 35px;
    width: 35px;
    background-image: url('icons/presenter.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconPresenter:hover {
    opacity: 1;
    background-color: orange;
}

.iconPhone {
    height: 35px;
    width: 35px;
    background-image: url('icons/phone.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconPhone:hover {
    opacity: 1;
    background-color: orange;
}

.iconDeposer {
    height: 35px;
    width: 35px;
    background-image: url('icons/deposer.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconDeposer:hover {
    opacity: 1;
    background-color: orange;
}

.iconImprimer {
    height: 35px;
    width: 35px;
    background-image: url('icons/imprimer.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconImprimer:hover {
    opacity: 1;
    background-color: orange;
}

.iconCapture {
    height: 35px;
    width: 35px;
    background-image: url('icons/capture.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconCapture:hover {
    opacity: 1;
    background-color: orange;
}

.iconFullScreen {
    height: 35px;
    width: 35px;
    background-image: url('icons/fullscreen.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconFullScreen:hover {
    opacity: 1;
    background-color: orange;
}

.iconLoupe {
    height: 35px;
    width: 35px;
    background-image: url('icons/loupe.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconLoupe:hover {
    opacity: 1;
    background-color: orange;
}

.iconUser {
    height: 35px;
    width: 35px;
    background-image: url('icons/user.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconUser:hover {
    opacity: 1;
    background-color: orange;
}

.iconDelete {
    height: 35px;
    width: 35px;
    background-image: url('icons/delete.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconDelete:hover {
    opacity: 1;
    background-color: red;
}

.iconEffacer {
    height: 35px;
    width: 35px;
    background-image: url('icons/effacer.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconEffacer:hover {
    opacity: 1;
    background-color: red;
}

.iconAjouter {
    height: 35px;
    width: 35px;
    background-image: url('icons/ajouter.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconAjouter:hover {
    opacity: 1;
    background-color: orange;
}

.iconInfo {
    height: 35px;
    width: 35px;
    background-image: url('icons/info.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
    font-size: 14px;
    background-color: white;
    border: 1px solid #02354D;
    color: black;
    cursor: pointer;
    opacity: 0.8;
}

.iconInfo:hover {
    opacity: 1;
    background-color: orange;
}

.iconThematique {
    max-height: 30px;
    vertical-align: middle;
    filter: grayscale(100%) invert(100%) brightness(5);
    transition: 0.2s;
}

.iconThematique:hover {
    scale: 1.25;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
}

.tooltip:hover::before {
    content: attr(data-tooltip);
    position: absolute;
    top: 100%;
    left: 0%;
    width: fit-content;
    white-space: nowrap;
    background-color: #333;
    color: #fff;
    padding: 0.5em;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1000;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 1);
    opacity: 1;
}


.tooltipTop {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
}

.tooltipTop:hover::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 0%;
    width: fit-content;
    white-space: nowrap;
    background-color: #333;
    color: #fff;
    padding: 0.5em;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1000;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 1);
    opacity: 1;
}



.tooltipRight {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
}

.tooltipRight:hover::before {
    content: attr(data-tooltip);
    position: absolute;
    top: 100%;
    right: 0%;
    width: fit-content;
    white-space: nowrap;
    background-color: #333;
    color: #fff;
    padding: 0.5em;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1000;
    box-shadow: 5px 5px 10px black;
    opacity: 1;
}


.tooltipTopRight {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
}

.tooltipTopRight:hover::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    right: 0%;
    width: fit-content;
    white-space: nowrap;
    background-color: #333;
    color: #fff;
    padding: 0.5em;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1000;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 1);
    opacity: 1;
}

.code {
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    color: white;
    background: #3f3f3f;
    border: 1px silver solid;
    z-index: 1000;
    transition: 0.5s ease;
}



.exportVariable {
    display: flex;
    height: 120px;
    width: 120px;
    background: #395E8A;
    justify-content: center;
    align-items: top;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: 0.5s;
    cursor: pointer;
    color: white;
    font-size: 14px;
    padding: 15px;
    background-image: url('icons/variable.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 80px;
    opacity: 0.8;
}

.exportVariable:hover {
    border-color: rgba(255, 255, 255, 1);
    opacity: 1;
    scale: 1.05;
}


.exportDocx {
    display: flex;
    height: 120px;
    width: 120px;
    background: #136599;
    justify-content: center;
    align-items: top;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: 0.5s;
    cursor: pointer;
    color: white;
    font-size: 14px;
    padding: 15px;
    background-image: url('icons/docx.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 70px;
    background-size: 50px;
    opacity: 0.8;
}

.exportDocx:hover {
    border-color: rgba(255, 255, 255, 1);
    opacity: 1;
    scale: 1.05;
}

.exportPdf {
    display: flex;
    height: 120px;
    width: 120px;
    background: #EF3B47;
    justify-content: center;
    align-items: top;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: 0.5s;
    cursor: pointer;
    color: white;
    font-size: 14px;
    padding: 15px;
    background-image: url('icons/pdf.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 70px;
    background-size: 50px;
    opacity: 0.8;

}

.exportPdf:hover {
    border-color: rgba(255, 255, 255, 1);
    opacity: 1;
    scale: 1.05;
}

.exportXlsx {
    display: flex;
    height: 120px;
    width: 120px;
    background: #4D823A;
    justify-content: center;
    align-items: top;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: 0.5s;
    cursor: pointer;
    color: white;
    font-size: 14px;
    padding: 15px;
    background-image: url('icons/xlsx.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 70px;
    background-size: 50px;
    opacity: 0.8;

}

.exportXlsx:hover {
    border-color: rgba(255, 255, 255, 1);
    opacity: 1;
    scale: 1.05;
}


.importVariable {
    display: flex;
    height: 100px;
    width: 100px;
    background: #395E8A;
    justify-content: center;
    align-items: top;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: 0.5s;
    cursor: pointer;
    color: white;
    font-size: 14px;
    padding: 25px;
    background-image: url('icons/variable.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 80px;
    opacity: 0.8;
    border-radius: 50%;
}

.importVariable:hover {
    border-color: rgba(255, 255, 255, 1);
    opacity: 1;
    scale: 1.05;
}

.importFonction {
    display: flex;
    height: 100px;
    width: 100px;
    background: red;
    justify-content: center;
    align-items: top;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: 0.5s;
    cursor: pointer;
    color: white;
    font-size: 14px;
    padding: 25px;
    background-image: url('icons/fonction.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 80px;
    opacity: 0.8;
    border-radius: 50%;
}

.importFonction:hover {
    border-color: rgba(255, 255, 255, 1);
    opacity: 1;
    scale: 1.05;
}

.importCsv {
    display: flex;
    height: 100px;
    width: 100px;
    background: #4D823A;
    justify-content: center;
    align-items: top;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: 0.5s;
    cursor: pointer;
    color: white;
    font-size: 14px;
    padding: 25px;
    background-image: url('icons/csv.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 70px;
    background-size: 50px;
    opacity: 0.8;
    border-radius: 50%;
}

.importCsv:hover {
    border-color: rgba(255, 255, 255, 1);
    opacity: 1;
    scale: 1.05;
}

.importClipboard {
    display: flex;
    height: 100px;
    width: 100px;
    background: rgba(150, 150, 150, 1);
    justify-content: center;
    align-items: top;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: 0.5s;
    cursor: pointer;
    color: white;
    font-size: 14px;
    padding: 25px;
    background-image: url('icons/clipboard.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 70px;
    background-size: 50px;
    opacity: 0.8;
    border-radius: 50%;
}

.importClipboard:hover {
    border-color: rgba(255, 255, 255, 1);
    opacity: 1;
    scale: 1.05;
}


.next {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: none;
    cursor: pointer;
    align-items: center;
    display: flex;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.5s;
}

.next:hover {
    color: rgba(255, 255, 255, 1);
}


.definition {
    color: red;
    font-size: 30px;
}

iframe {
    border-width: 1px solid red;
}


.pastille {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    transition: 0.35s ease;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: red;
    font-size: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}



.textVignette {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    color: white;
    transition: 0.4s ease;
    background: rgba(0, 0, 0, 0);
    font-size: 0px;
    font-weight: bold;
}

.textVignette:hover {
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;

}

.vignette {
    width: 60px;
    height: 60px;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    position: absolute;
    transition: 0.5s ease;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: red;
}



#sommaire {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    border: 0px solid red;
    width: 220px;
}

#entete {
    position: absolute;
    left: 220px;
    top: 0px;
    height: 60px;
    border-bottom: 1px solid white;
    right: 20px;
    padding: 10px;
}

#projet {
    position: absolute;
    left: 220px;
    top: 80px;
    bottom: 20px;
    right: 20px;
    background-color: none;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;

}

#cache {
    position: absolute;
    left: 220px;
    top: 80px;
    bottom: 20px;
    right: 20px;
    background-color: white;
}

#error {
    position: absolute;
    left: 220px;
    top: 80px;
    bottom: 20px;
    right: 20px;
    background-color: red;
    display: none;
}

#result {
    position: absolute;
    left: 220px;
    top: 80px;
    bottom: 20px;
    right: 20px;
    background-color: blue;
    display: none;
    padding: 20px;
    z-index: 10000;
}

#detail {
    position: absolute;
    right: 20px;
    top: 80px;
    width: 200px;
    height: 200px;
    background-color: red;
    display: none;
    font-size: 14px;
    text-align: justify;
    text-justify: distribute;
    overflow-y: auto;
    overflow-wrap: break-word;
    padding-top: 10px;
}

#rechercheBox {
    position: absolute;
}



.boutonAccueil:hover {
    scale: 1.2;
}

#boutonThematique {
    height: 40px;
    width: 40px;
    cursor: pointer;
    margin-left: 5px;
    transition: 0.4s ease;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('icons/info.png');
    filter: grayscale(100%) invert(100%) brightness(5);
}

#boutonThematique:hover {
    scale: 1.2;
}

#boutonAllUsers {
    height: 40px;
    width: 40px;
    cursor: pointer;
    margin-left: 5px;
    transition: 0.4s ease;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('icons/user.png');
    filter: grayscale(100%) invert(100%) brightness(5);
}

#boutonAllUsers:hover {
    scale: 1.2;
}

#boutonRecherche {
    height: 40px;
    width: 40px;
    cursor: pointer;
    margin-left: 5px;
    transition: 0.4s ease;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('icons/loupe.png');
    filter: grayscale(100%) invert(100%) brightness(5);
}

#boutonRecherche:hover {
    scale: 1.2;
}

#boutonPlay {
    height: 40px;
    width: 40px;
    cursor: pointer;
    margin-left: 5px;
    transition: 0.4s ease;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('icons/play.png');
    filter: grayscale(100%) invert(100%) brightness(5);
}

#boutonPlay:hover {
    scale: 1.2;
}

#boutonPause {
    height: 40px;
    width: 40px;
    cursor: pointer;
    margin-left: 5px;
    transition: 0.4s ease;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('icons/pause.png');
    filter: grayscale(100%) invert(100%) brightness(5);
}

#boutonPause:hover {
    scale: 1.2;
}

#boutonImprimer {
    height: 40px;
    width: 40px;
    cursor: pointer;
    margin-left: 5px;
    transition: 0.4s ease;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('icons/livre.png');
    filter: grayscale(100%) invert(100%) brightness(5);
}

#boutonImprimer:hover {
    scale: 1.2;
}


.imageUser {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: 0.35s ease;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: none;
    font-size: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

.imageUser:hover {
    margin-left: 10px;
}

.definitionTemplate {
    color: orange;
    font-size: 18px;
}

.noteTemplate {
    color: white;
    font-size: 12px;
}

.sourceTemplate {
    color: white;
    font-size: 12px;
}