﻿*:focus {
    outline: none;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #eeeced;
    font-size: 12px;
    line-height: normal;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
    margin: 0 0 10px 0;
}

a h1,
a h2,
a h3,
a h4 {
    margin: 0 0 0 0;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.3em;
}

ul {
    list-style: none;
    padding: 0;
}

a,
.ui-widget-content a:not(.ui-multiselect-all):not(.ui-multiselect-none) {
    /* TODO - HIGH: Enlever la seconde section du sélecteur lorsqu'on n'aura plus de popup jQuery */
    text-decoration: none;
    color: #0088cc;
}

.lienPontNational {
    text-decoration: underline;
    color: #0088cc !important;
    display: inline-block;
    margin-top: 5px;
}

.modalAjax {
    display: none;
    position: fixed;
    z-index: 99000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

body.loading .modalAjax {
    display: block;
}

table a {
    color: #333333;
}

table th.checkboxTableau {
    width: 25px;
}

.margin0 {
    margin: 0;
}

#divFiltreEtablissement {
    border-style: solid;
    border-color: white;
    padding-bottom: 2px;
}

#labelModificationSerie {
    color: red;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#contenuFiltre hr {
    border: none;
    height: 2px;
    background-color: white;
}

.ui-multiselect-checkboxes {
    max-height: 175px !important;
    height: auto !important;
    overflow-y: auto;
}

.table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    cursor: default;
}

.width200 {
    width: 200px !important;
}
.width250 {
    width: 250px;
}
.width300 {
    width: 300px !important;
}
.width360 {
    width: 360px !important;
}
.width375 {
    width: 375px !important;
}
.width500 {
    width: 500px;
}
.width530 {
    width: 530px !important;
}
.width630 {
    width: 630px !important;
}
.width730 {
    width: 730px !important;
}
.width100pc {
    width: 100% !important;
}
.width15pc {
    width: 15%;
}
.width20pc {
    width: 20%;
}
.width25pc {
    width: 25%;
}
.width80pc {
    width: 80%;
}

label {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

label.block {
    display: block;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.fullRow {
    width: 100%;
    padding: 10px;
}

.section {
    background-color: #e3eaf1;
    border: 1px solid #d4d9de;
    padding: 10px;
}

.section .section {
    background-color: #cdd6e0;
    margin: 0 0 10px 0;
}

.section h2 {
    margin-bottom: 10px;
}

.section a h2 {
    margin-bottom: 0;
}

.section hr {
    border: none;
    height: 1px;
    background-color: white;
}

.popup {
    box-shadow: 3px 3px 30px #333;
}

.popup.padding10 {
    padding: 10px; /*Note: On doit faire ça pour forcer jQuery ui à mettre un padding de 10px sans mettre de !important*/
}

.popupSection {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.ui-dialog .popupSection {
    margin: 0 2px;
}

.popupTitreSection {
    background-color: #e3eaf1;
}

.popupBordureContenu {
    border-top: 1px solid #d4d9de;
}

.popupBordureBouton {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.hasDatepicker,
.hasTimepicker {
    margin-right: 4px;
}

.containerFlex {
    display: flex;
    flex-wrap: wrap;
}

.containerFlex label {
    display: unset;
    margin-top: 0;
}

.containerFlex .centrerVerticalement.flexBetween {
    justify-content: space-between;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.collapse.in {
    height: auto;
}

.toggle-collapse {
    background-image: url("Images/arrow_up.png");
}

.toggle-expand {
    background-image: url("Images/arrow_down.png");
}
.toggleLink {
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 35px;
    width: auto;
}

.accordion-toggle,
.clickable,
.cursorPointer {
    cursor: pointer !important;
}

.borderLightSmall {
    border: 1px solid #e3eaf1;
    padding: 10px;
    margin: 10px 0;
}

/* .dataTables_wrapper, */
#tblListeVisio_wrapper {
    margin-top: 0;
    border-top: 1px solid #c3c3c3;
    padding-top: 10px;
}

/* POP UP CONFIRMATION */

/* C'est un control telerik, on écrase la couleur du titre du popup */
.RadWindow_Metro .rwTopLeft,
.RadWindow_Metro .rwTopRight,
.RadWindow_Metro .rwTitlebar,
.RadWindow_Metro .rwTopResize,
.RadWindow_Metro .rwControlButtons a {
    background-color: #598db8 !important;
}

.RadWindow_Metro .rwControlButtons a {
    border: 1px solid white !important;
}

.RadWindow table td {
    vertical-align: top;
    padding: 10px;
}

/* BANDEAU MESSAGE */

.bandeauMessage {
    font-weight: bold;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 1rem 2.5rem;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.bandeauMessageBoutonFermer {
    font-size: 1.2em;
    opacity: 0.7;
    padding: 5px;
    margin: -5px 0;
}

.bandeauMessageBoutonFermer:hover {
    opacity: 1;
    cursor: pointer;
}

.spanLblFinRecurrenceVisio {
    position: relative;
    top: 4px;
}

.bandeauMessage.fenetre {
    position: relative !important;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: none;
}

.bandeauMessage.fenetre ul {
    margin: 0;
}

.bandeauMessage.fenetre button {
    position: relative !important;
}

#lblBandeauMessage {
    display: inline-block;
    padding: 15px 45px 15px 25px;
}

#lblBandeauMessageFenetre {
    float: left;
    margin-right: 40px;
    line-height: normal;
    margin-top: 0 !important;
    padding: 5px 0;
}

#btnFermerBandeauFenetre {
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 1px;
    width: 20px;
    height: 20px;
}

#lblBandeauMessage ul,
#lblBandeauMessageFenetre ul {
    margin: 0 !important;
}

/*#divBandeauMessage,*/
.BandeauMessageFenetre {
    display: none;
}

#divPopupChoisirOccurrence {
    display: none;
}

#divChoixRessource {
    text-align: center;
}

#divBandeauMessage #btnFermerBandeau {
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 1px;
    width: 20px;
    height: 20px;
}

.bandeauMessage.erreur,
.bandeauMessage.fenetre.erreur {
    background-color: #b50303;
    color: white;
}

.bandeauMessage.succes,
.bandeauMessage.fenetre.succes {
    background-color: #418006;
    color: white;
}

.bandeauMessage.info,
.bandeauMessage.fenetre.info {
    background-color: #12718f;
    color: white;
}

.bandeauMessage.critique,
.bandeauMessage.fenetre.critique {
    background-color: #b50303;
    color: white;
}

.obligatoire,
.messageErreur,
.failureNotification {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

.champErreur,
.champErreur + button {
    border-color: #b50303 !important;
}

/* SCHEDULER */
.bandeToggle24h {
    width: 100%;
    background-color: #ccc;
    border: 1px solid #aaa;
    padding: 10px;
    margin-top: 10px;
    position: relative;
}

.toggle24h {
    margin-top: 0;
    text-decoration: underline;
    font-size: 1.2em;
    cursor: pointer;
}

div.bandeToggle24h div#NombreReservationVisioconference,
div.bandeToggle24h div#NombreReservationRessource {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 13px;
    font-weight: bold;
}

.dhx_global_tip {
    display: none !important;
}

.enteteMesReservations h1 {
    margin: 8px 0 0 10px;
}

/*POPUP INFORESSOURCE*/

#infoProprietaire {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-left: 5px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAFJElEQVRIiX2VTWxc1RXHf+fc+97zfDljJ8EQhOTiutAQI4MEUoVaW6iK1MQgpKwqqDSWusmiUlm0i666RIgFYlVVKjNSEqEWsaygVKEOol1QolqQDyAtuCGB+CPOeMaZjzfv3dvFmxmbOnCko3ff1/9/zv+cc6/wLTa9cGZShAoicyCzIlJGBJA6Issicg6R2sdvnFj5Jgy5M/DpSaBaLOTmH5i6h7F9RXK5EeJeStxL6aWOrWaHrWab9c0GvV6yhMji5def2UO0h2B64XSlWBipPj47xV0H93F9PWZ1s0ez42h1PQBRIAQGIguBwlZzm82tW3jvFi/98enaNxJMHz9VHR8rVY7OzbDZSPnwszbt2O/6SnbWkq1VIKcCznGrsUqS9mqXXju+uIdgeuF0ZbxcrB6dm+Hf12OuXO8MARd+MM7PFya4e8zivcd7zydfdHj1Lxu8d/E2AhgB7x23m2u4tLd48cxPakOC6YXTk8XCyOdP/fgRruwCL+UNL56c5NHpPM55vKd/3fEX/rTG2/9qDmP13tGqfwX471w4dXRF+wlUH5+d4mYz/VrkXoTvHopIU49znjR1ODfw7NnJY+OIKmIEMYJaQ1QaB9EqgE4vnJksFXLzEwfLfPif9i6dhe12yq9/f5U0dfzhrQ3mfnWFp377OZ9e7w5J8pEwdW+EGkVt5lG+iNpgfqbyzqQ58MCJX848eN98Jwm5tpEMwZGskKv1hLfON3jvUgtRIU49G82U+SN5vAfvPafebdJoezyC8wJeUFHSNN6yiMyNlUv8d6P39d6SrEVEhKtrPWIHzoFX4cmZnZrcqCesNhwiQtKvg/EeayJi0TkLMpvPRWy327uiz7wbZ73vRTBWMUZYeKzEDw/n+0WG351tYkPT/yUjUDxFDO22zlpEyt1eyu2uH0rTiR3b7TQDNhmwMcLxx0r85sQ4znnA89cLXd5fSfYQeO/Jh8AtU7YiQpy4oTq3mgmd2Pcj1qx4Rjl0IOAXx8rDyD+61uOVs7exoUFVEBX6+HgPubxHVLEg9SRx5cDAtfWY1IFaRVRQFdRkfuzRIoVIhoV95WwLG5j+e81IRABPoH0C0boislxvtGlux/QSjyho36UfmRrN5qI/XNtdz8022EAJQkMQ7XZLsWDw3oGaZSsi526sN+cjW0BEEZEdH2Shwkdf9DjzjxZqlJstj7WKCQw2UIzNZBQV8LB/1LO51kJUzykita3tbfKhYM1OBw00HWTx2XrKxKhy5F6DiKBWM/DAYHdlUSgYDo4ZvrzRRlRr+vEbJ1aS1C11ul3GckP8/ijI8P65J/I8eTjioUOWkz+KmBg1qFGsVWxgCEJLGFmm7rGsrndod93S+ZcfzvYiEVlsdRpY9eTMYBxk2HoiQmFkZ2cXEYoj/QawigkUGyr33WUp5pQLl7fqomYxmwng8uvPrDjvFrvxJqF47M52NJzssxdjWnGm/fKXnqt1PyRXFQ6NKxOjwt/eXaOXyPMfvPTgyp4D5/BP/1wVCSup7sdZiwaKDQ12oHNosFEmx6BjCgXD/XdbSjlh6e/r1OtJ7f0XpvYeOAN76Nk3K0hQTc0+fJgjDPrAoaJBVsh8LmvF/aOGA2XL+s0OFz9p1HsJz//zxe/VduPd8dA/8rO3JxGposG8hCVGohEKIxH5giGfN+TyBi+OTpzw1WqbTuyXRHXxg5e+v/L/WHckGNhM5Z1JRCuiOieqs6gpiyoiWkfNsqieE9Xa+Zcf3gM8sP8BmCAd0/oaOb8AAAAASUVORK5CYII=")
        no-repeat right center; /*/Styles/Images/question-mark.png*/
}

#tblMateriel {
    table-layout: auto;
}

#divSysteme table {
    width: auto !important;
    vertical-align: top;
}

#divSysteme table td {
    vertical-align: top;
}

.listeFlipFlapRessource,
#lbCaracteristiquesFenetreConsultation {
    height: 140px;
    width: 280px;
}

#dialogMateriel {
    height: auto !important;
    width: 600px !important;
}

#ddlProprietaireFenetre,
#ddlProprietaireFenetreMateriel {
    width: 95%;
}

#txtNomMateriel {
    width: 50%;
}

.popupInfoRessource #ddlEtablissementFenetre {
    width: 96%;
    float: left;
}

.multiselectEtablissementFenetreSalle {
    max-width: 625px !important;
}

.imgPreview {
    height: 60px;
    width: auto;
    max-width: 560px;
}

.iconePdf {
    height: 24px;
    width: 24px;
}

.height0 {
    height: 0 !important;
}

.height100 {
    height: 100px;
}

.height361 {
    height: 361px;
}

.contenuRelatif {
    position: relative;
}

.contenuRelatif ul {
    float: left;
}

.contenuRelatif ul li:not(:last-child) {
    margin-bottom: 5px;
}

.contenuRelatif:after {
    content: "";
    clear: both;
}

.popOnHover {
    float: right;
}

.popOnHover span {
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACEUlEQVQ4T62Uz2sTURDHv9/3khqhJ6GgbbJvN1n8B9a7N69aa0UUPHpSC6J/hYhCRfAoKFKrVbwLBa+9BoRuutkkVjwUclEw6b6R3WpI02S12nd57JuZz8zs/CDGHNd1S9ryMkQuWNozEJxM1ZRgm1pvWNi3x6enV+v1em/UnKMPVWOuEbwP4NQ4Z7/fLKSjRd0JW9HqsN4wUHuu+0QJbuSBDsrkcSOOlwDYVDYAeq779PCwPbyFLEdxfHsArBpzleCLw0W2X1sgl7bi+A2zAgi2cv+ZTVqZudLOJKdWbPvEzEyNNce7DsqzvOhoE19kitDJZm4WxBXWKu4aFObzFBPCS+VaEOVWXuwKPcdpKarKkQAhIb2K01NKFfcBLZpSVGfVD5W1Qvg5/JLe/pyf9aYu9It98COBuZFAvo8HJjaWqcI59pgBG51GFASB6n7tmvQ7KSQFLfgAYHYYKMA31spOE1plipMOdwsVoZT+oiib9I33WiALRwIEXvLX7D7PrZ6iC6CkrHzKdSxcpO/7x5J+P1RgeWLTQjoEOaYIAxMBIid2T2ez7DveolBe/c/o0fJ82I7eD5ZDzZhlgDf/CWr5oNGO7qa2w+tLecY8UuCtQ0H3YPcAyCgw41SNWRCRh3+aHlg0CS6laQ4HcGBjp8IgCIrdnZ2L1tp5kIECZwUQEtsQbFC4Vm6Zd+tY3x3N5iebgMfY+jiaSAAAAABJRU5ErkJggg==");
    */
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDgxNkJDMUZGNEU4MTFFNDk4QTFDQzkwQUIzNDUyODEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDgxNkJDMjBGNEU4MTFFNDk4QTFDQzkwQUIzNDUyODEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0ODE2QkMxREY0RTgxMUU0OThBMUNDOTBBQjM0NTI4MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0ODE2QkMxRUY0RTgxMUU0OThBMUNDOTBBQjM0NTI4MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjLnHE4AAANbSURBVHjaTFRNa5RXFD7n3OskoxlLhMSgFEGLVLDgRjNubPQPFFqsVWMXXbiwUFH7gStXitoi4sKFS6PoIiC04KKIbTGFisQoYokKwQglfhQicT7fee89PufOi3GYM++de8/H8zzn3JdHRkZIValcLtPKgQHKY6yI6jZWGo1Mm3E4QEQqTC+V+Y44PyYkExpD7fn/r6jRbJIwk7ckEWZPfLYI6RkWrlKuT0V4EnszdkDMaznocOSwK8Yw4Zw7gphJi0UweUNiSXpKpc/Z8WURmYtBv+MWXaAy5eQ45aEAa5GnPtrvvPwAEH8iZi/S/LrEe/KDg4ME183MejGfzx4pyVfSL9PURUjK0gVEEX8oZ5HzzVb7JnavrujvvwgQ2/uWL5+SEEJvDOEcIC90XuZf5v/l02woepjUdZOkhLbGniDxQq0+XW82d6JYI+ThLHKUBMLuAMyqRj4BMR+TRnyhmyWipN0p2Elb2x4EJYEP8D3B/nHouS1rtT7lr3fvuaKOt0K0jbGpNfNwFSEISwW9xwWo9RAcX6YsyyiKELRZhm4+1Bj/8mjxFlZ9gJgaL+06oiAtkqI37+glU+otLUEXmIJqXSLdJxHrtg5ypFlngqpBTzGnCyST5GRDMlt3904YUgSSR1GINgtUK31RjHkRgTkF6JWbGbIYYkTV3LrmVAMCSRcD2BTw2HyBvXWONdHpUPI4Wphpew9J2lgOv08xRBstJaf0kTh+IZiT24C3MRL3J7jWtcKdu1YBlUpX+K6F4iag8AcYlU8wEf8YiDFUXY1JOxBTqU4iCt3QuWTjoHMNRmY5whlMSznYKn8L19WduXzMs3N/aJ5PoFuHUeY6yE9ZcU54xEbgJ5KwKKAxN0TCm3D8PZY3s0ftW4LL1/bOH3S4wjgcj95Xk3pizjZUeLJdEE7E7Cw6v1W9jCMmeJFDyNFxQ0NDVKvX5rJO59/y0mWj6MYX0L2CWNw7zJa1yGYroaRV+D2CcfiF2fXNz7/e93rhzd9Nj9vcaDQKCek3eG9H438GzWNI+A0EnUHwbEFqDbq3Fv8/RCt/x/PHdpbdr7da5Mp4H+G1kTqQJlr1bqmn5zOkrWbt9j5iqSLBpsRU+Dm6cyN71rlELb3d+7GrW4y91GyQ3wowAOs7vU+A9CgyAAAAAElFTkSuQmCC"); /*Images/voir-plus.png*/
}

.popOnHover .contenu {
    display: none;
}

.ui-autocomplete {
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.top8 {
    position: relative;
    top: 8px;
}

.top12 {
    position: relative;
    top: 12px;
}

.texteRouge {
    color: #b50303;
    font-weight: bold;
}

/*Styles pour le popup de notification live*/
.notificationEnDirect {
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 10px;
}

.notifyjs-gswg-base ::-webkit-scrollbar {
    width: 12px;
}

.notifyjs-gswg-base ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.notifyjs-gswg-base ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
}

/*Fin style notification live*/

/*Styles pour la notification.*/
.notifyjs-gswg-base {
    font-size: 15px;
    color: white;
    background-color: #ffa43b;
    opacity: 0.9;
    border-radius: 10px;
    padding: 10px;
    width: 550px;
    text-align: justify;
}

.alignementGauche {
    text-align: left;
}

.alignementDroite {
    text-align: right;
}

.marge5px {
    margin: 5px;
}

.margeGauche5px {
    margin-left: 5px;
}

.texte10px {
    font-size: 10px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.padding10 {
    padding: 10px;
}

.tippy-tooltip.light-theme {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 15px #000;
    min-width: 300px;
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.light-theme .tippy-arrow {
    border-bottom-color: #fff;
}

.tippy-tooltip.light-theme .tippy-content {
    color: black;
}

.tippy-tooltip.light-theme ::-webkit-scrollbar {
    width: 12px;
}

.tippy-tooltip.light-theme ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.3);
    box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.3);
    border-radius: 10px;
}

.tippy-tooltip.light-theme ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.5);
    box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.5);
}

.tippy-tooltip.dark-theme ::-webkit-scrollbar,
.tippy-tooltip.voirPlus-theme ::-webkit-scrollbar {
    width: 12px;
}

.tippy-tooltip.dark-theme ::-webkit-scrollbar-track,
.tippy-tooltip.voirPlus-theme ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.3);
    box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.3);
    border-radius: 10px;
}

.tippy-tooltip.dark-theme ::-webkit-scrollbar-thumb,
.tippy-tooltip.voirPlus-theme ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.5);
    box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.5);
}

#divDeclencheurNotification {
    display: inline-block;
}

#nombreNotificationNonLu {
    position: absolute;
    top: 5px;
    left: -3px;
    font-size: 10px;
    background-color: #df3c3c;
    font-weight: bold;
    color: #fff;
    padding: 1px 3px;
    border-radius: 4px;
}

#nombreNotificationNonLu:hover {
    cursor: pointer;
}

#nombreNotificationNonLu:empty {
    display: none;
}

#boutonLireToutNouvelle {
    margin: 5px 5px 0 0;
}

#boutonDeclencheurNotification {
    padding: 0;
    margin: 0 0 2px 0;
}

#boiteNotification {
    display: inline-block;
}

.tippy-tooltip #boiteNotification {
    width: 320px;
    max-width: 320px;
}

.tippy-tooltip #boiteNotification h5,
.tippy-tooltip #boiteNotification a {
    display: inline-block;
}

.tippy-tooltip #boiteNotification h5 {
    margin: 0 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.tippy-tooltip #boiteNotification a {
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
}

.tippy-tooltip #boiteNotification .alignementGauche {
    max-height: 170px;
    overflow-y: auto;
    margin-top: 5px;
}

.tippy-tooltip #boiteNotification .alignementGauche > hr {
    margin-top: 5px;
    max-width: 95%;
}

.tippy-tooltip #boiteNotification .alignementGauche > div {
    padding: 5px;
    margin-right: 5px;
    display: flex;
    flex-flow: nowrap;
}

.tippy-tooltip #boiteNotification .alignementGauche > div > * {
    flex: 1 100%;
}

.tippy-tooltip #boiteNotification .alignementGauche > div > div.contenuNotification {
    flex: 16 0;
}

.tippy-tooltip #boiteNotification .alignementGauche > div > div.contenuNotification > time {
    font-size: 10px;
    color: #666;
}

.tippy-tooltip #boiteNotification .alignementGauche > div > div.effacerNotification {
    top: 0;
    bottom: 0;
    right: 0;
    flex: 1 0;
    font-size: 20px;
    margin: auto;
    color: #999;
}

.tippy-tooltip #boiteNotification .alignementGauche > div:hover > div.effacerNotification {
    display: flex;
    margin: auto;
}

.tippy-tooltip #boiteNotification .alignementGauche > div:hover > div.effacerNotification:hover {
    color: #000;
}

.tippy-tooltip #boiteNotification .alignementGauche > div:hover > div.effacerNotification::after {
    content: "\00d7";
}

.tippy-tooltip #boiteNotification > div:first-child {
    height: 15px;
    position: relative;
}

.tippy-tooltip.light-theme #boiteNotification .alignementGauche > div:hover {
    background-color: #eee;
    cursor: pointer;
}

.tippy-tooltip.dark-theme #boiteNotification .alignementGauche > div:hover {
    background-color: #555;
    cursor: pointer;
}

.lds-default {
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
}

.lds-default.lds-react {
    position: absolute;
}

.lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000000;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 9px;
    left: 18px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}

@keyframes lds-default {
    0%,
    20%,
    80%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

#appbarIris {
    min-height: 70px;
}
