@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

#search-button-narratheque-E61727261 {
    position: fixed;
    top: 99px;
    right: 0;
    background: #000;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 18px;
    transition: transform 0.3s ease, background 0.3s ease;
    z-index: 199999;
}

#search-button-narratheque-E61727261:hover {
    opacity: 0.7;
}

.modal-narratheque-E61727261 {
    position: fixed;
    top: 0;
    right: -100%; 
    width: 700px; 
    max-width: 100%;
    height: 100%;
    background: white;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 200000;
}

.modal-narratheque-E61727261.template-1 {
    position: fixed;
    border-radius: 10px;
    top: 5%;
    right: -100%;
    width: 470px;
    max-width: 100%;
    height: 90%;
    background: linear-gradient(180deg, #CDE7F7 0%, #A1BEE8 54.33%, #81A1DD 100%);
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 200000;
}

.modal-content-narratheque-E61727261 {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.modal-content-narratheque-E61727261 {
    height: 100%;
    padding-top: 49px;
}

.modal-narratheque-E61727261.template-1 .modal-content-narratheque-E61727261 {
    background: transparent;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.modal-narratheque-E61727261 .title-modal-E61727261 {
    height: 0;
    opacity: 0;
}

.modal-narratheque-E61727261 .title-modal-E61727261 h2 {
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.modal-narratheque-E61727261 .title-modal-E61727261 p {
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.modal-narratheque-E61727261.template-1 .title-modal-E61727261 {
    height: fit-content;
    opacity: 1;
    width: 90%;
    margin: auto;
}

.modal-narratheque-E61727261.template-1 .title-modal-E61727261.show-narratheque {
    height: 0;
    opacity: 0;
}

.modal-narratheque-E61727261.template-1 .title-modal-E61727261 h2 {
    font-size: 24px;
    text-align: center;
}

.modal-narratheque-E61727261.template-1 .title-modal-E61727261 p {
    font-size: 17px;
    text-align: center;
}

.modal-content-narratheque-E61727261 .bottom-modal-narratheque-E61727261 {
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
    color: #000;
    position: relative;
}

.modal-content-narratheque-E61727261 .fleche-narratheque-E61727261 {
    position: absolute;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
}

.modal-content-narratheque-E61727261  .close-narratheque-right-E61727261 {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    z-index: -1;
    opacity: 0;
}

.modal-content-narratheque-E61727261 .close-narratheque-left-E61727261 {
    position: absolute;
    top: 10px;
    right: inherit;
    font-size: 30px;
    cursor: pointer;
    color: #555;
    transition: color 0.3s ease;
}

.modal-narratheque-E61727261.template-1 .modal-content-narratheque-E61727261  .close-narratheque-E61727261 {
    z-index: 1;
    opacity: 1;
}

.modal-narratheque-E61727261.template-1  .close-narratheque-left-E61727261 {
    left: 10px;
    z-index: -1;
    width: fit-content;
    opacity: 0;
}

.modal-narratheque-E61727261.template-1  .close-narratheque.right-E61727261 {
    left: 10px;
    width: fit-content;
}

.modal-content-narratheque-E61727261 #flex-result-E61727261 {
    flex-grow: 1;
    overflow-y: auto;
    margin-bottom: 20px;
    background: #f3f4f6;
    padding: 10px;
    border-radius: 10px;
}

.modal-narratheque-E61727261.template-1 #flex-result-E61727261 {
    flex-grow: 1;
    overflow-y: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    background: transparent;
    padding: 10px;
    border-radius: 10px;
}

.modal-content-narratheque-E61727261 .conversation-block-E61727261 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 39px 0;
}

.modal-content-narratheque-E61727261 .user-question-E61727261, .modal-content-narratheque-E61727261 .response-item-E61727261 {
    max-width: 70%;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.modal-content-narratheque-E61727261 .user-question-E61727261 {
    align-self: flex-end;
    background-color: #d1e7fd;
    text-align: right;
    position: relative;
}

.modal-narrateque-E61727261.template-1 .user-question-E61727261 {
    align-self: flex-end;
    position: relative;
    background-color: #518FD7;
    text-align: right;
    color: #FFF;
    min-width: 50%;
    font-family: 'Lato';
    padding: 10px 20px;
    font-weight: 400;
    font-size: 17px;
}

.modal-narratheque-E61727261 .user-question-E61727261 span {
    position: absolute;
    top: -23px;
    color: #000;
    right: 0;
    font-size: 13px;
}

.modal-content-narratheque-E61727261 .response-item-E61727261 {
    align-self: flex-start;
    padding-bottom: 40px;
    background-color: #f1f1f1;
    text-align: left;
    position: relative;
    margin-top: 40px;
}

.modal-narratheque-E61727261.template-1 .response-item-E61727261 {
    background-color: #C4C9C06B;
    padding: 10px 20px;
    max-width: 100%;
    color: #000000;
    border-radius: 10px;
    padding-bottom: 40px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 17px;
    min-width: 90%;
    position: relative;
    margin-top: 40px;
}

.modal-narratheque-E61727261 .response-item-E61727261 .top-span-modal-response-E61727261 {
    left: 0;
    position: absolute;
    font-size: 13px;
    top: -30px;
    color: #000;
}

.modal-narratheque-E61727261 .response-item-E61727261 span {
    position: absolute;
    bottom: 13px;
    color: #5F8C16;
    right: 13px;
    font-size: 14px;
}

.modal-content-narratheque-E61727261 .search-links-container-E61727261 {
    padding: 10px;
    border-radius: 5px;
    background: #37404c;
    color: #FFF;
}

.modal-narratheque-E61727261.template-2 .modal-content-narratheque-E61727261 .search-links-container-E61727261 {
    color: #FFF;
    background: #333333;
}

.modal-narratheque-E61727261.template-1 .search-links-container-E61727261 {
    background: transparent;
}

.modal-content-narratheque-E61727261.template-1 .search-links-container-E61727261 {
    padding: 10px;
    border-radius: 5px;
    background: transparent;
}

.modal-content-narratheque-E61727261 .search-links-container-E61727261 a {
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Lato';
    font-size: 17px;
    color: #000;
}

.modal-content-narratheque-E61727261 .search-links-container-E61727261 a:hover {
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Lato';
    font-size: 17px;
    color: #000;
    opacity: 0.7;
}

.modal-content-narratheque-E61727261 #search-links-E61727261 a div {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #37404c;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.modal-content-narratheque-E61727261 .suggested-links-E61727261 {
    margin-top: 20px;
}

.modal-content-narratheque-E61727261 .inputs {
    display: flex;
    flex-direction: column;
}

.modal-narratheque-E61727261.template-1 .inputs .divider-modal-E61727261.show-narratheque {
    height: 1px;
    background: #000;
    width: 50%;
    margin: 20px auto;
}

.modal-content-narratheque-E61727261 #user-prompt-E61727261 {
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 46px;
    min-height: auto;
    resize: vertical;
    width: 100%;
    font-size: 17px;
}

.modal-narratheque-E61727261.template-1 #user-prompt-E61727261 {
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 99px;
    min-height: auto;
    resize: vertical;
    width: 100%;
    font-size: 17px;
}

.modal-narratheque-E61727261.template-1 #user-prompt-E61727261.show-narratheque {
    height: 46px;
}

.modal-content-narratheque-E61727261 .prompt-container-E61727261{
    position: relative;
}

.modal-content-narratheque-E61727261 svg#trigger-vector-search-modal-E61727261 {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #FFF;
    background: #37404c;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 25px;
    cursor: pointer;
}

.modal-content-narratheque-E61727261 .suggestions-container-E61727261 {
    margin-top: 20px;
}

.modal-narratheque-E61727261.template-1 .suggestions-container-E61727261.show-narratheque {
    margin-top: 20px;
    height: 0;
    opacity: 0;
    z-index: -1;
    position: relative;
}

.modal-content-narratheque-E61727261 .suggestion-E61727261 {
    background: #f0f0f0;
    padding: 8px;
    margin: 5px 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 17px;
}

.modal-content-narratheque-E61727261 .suggestion-E61727261:hover {
    background: #ddd;
}

.modal-content-narratheque-E61727261 .title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: 'Lato';
}

.modal-content-narratheque-E61727261 .user-question-E61727261 {
    align-self: flex-end;
    background-color: #5457cd;
    text-align: right;
    color: #FFF;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 17px;
}

.modal-content-narratheque-E61727261 .response-item-E61727261 {
    background-color: #37404c;
    padding: 10px;
    padding-bottom: 40px;
    max-width: 100%;
    color: #FFF;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 17px;
}

.modal-narratheque-E61727261.template-2 .modal-content-narratheque-E61727261 .response-item-E61727261 {
    background-color: #333333;
    color: #FFF;
}

.modal-content-narratheque-E61727261 .response-item-E61727261 p {
    margin: 0;
    font-family: 'Lato';
    color: #FFF;
    font-size: 17px;
}

.modal-narratheque-E61727261.template-1 .response-item-E61727261 p {
    color: #000000;
}

.modal-narratheque-E61727261 .response-item-E61727261 strong {
    color: #ffffff;
}

.modal-narratheque-E61727261.template-1 .response-item-E61727261 strong {
    color: #000000;
}

.modal-content-narratheque-E61727261 .response-item-E61727261 code, .modal-content-narratheque-E61727261 .response-item-E61727261 pre {
    background: #FFF;
    color: #000;
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
}

.modal-content-narratheque-E61727261 .response-item-E61727261 li {
    color: #FFF;
    font-size: 17px;
}

.modal-narratheque-E61727261.template-1 .response-item-E61727261 li {
    color: #000000;
    font-size: 17px;
}

.modal-content-narratheque-E61727261 .clear-conversation-E61727261 {
    font-size: 17px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid;
    background: #37404c;
    color: #FFF;
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
}

.modal-content-narratheque-E61727261 .suggested-links-E61727261 {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    border-radius: 5px;
}

.modal-content-narratheque-E61727261 .suggested-links-E61727261 a {
    display: block;
    margin: 5px 0;
    color: #007bff;
    text-decoration: none;
    font-family: 'Lato';
}

.modal-content-narratheque-E61727261 .suggested-links-E61727261 a:hover {
    text-decoration: underline;
}

.modal-content-narratheque-E61727261 .suggested-links-E61727261 .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.modal-content-narratheque-E61727261 #search-loading-E61727261 {
    display: none;
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #37404c;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

.modal-content-narratheque-E61727261 .user-question-E61727261,
.modal-content-narratheque-E61727261 .response-item-E61727261 {
    margin-bottom: 10px;
    min-width: 70%;
}

.modal-content-narratheque-E61727261 .error-message {
    color: red;
}

.modal-content-narratheque-E61727261 .suggested-links-E61727261 a {
    display: block;
    margin: 5px 0;
    color: #007bff;
}

.modal-narratheque-E61727261.show-narratheque {
    right: 0;
    bottom: 0;
}

.close-narratheque-E61727261 {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #555;
    transition: color 0.3s ease;
}

.close-narratheque-E61727261:hover {
    color: black;
}

.modal-narratheque-E61727261.template-2 .modal-content-narratheque-E61727261 .modal-header-narratheque {
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    height: 40px;
    position: absolute;
    background: #000;
    border-radius: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.modal-content-narratheque-E61727261 .modal-header-narratheque p{
    font-size: 20px;
    color: #ffffff;
    margin-left: 39px;
}

.modal-content-narratheque-E61727261 .title-modal {
    padding-left: 3px;
    font-size: 14px;
}

.modal-content-narratheque-E61727261 .menu-header-narratheque img {
    height: 20px;
}

.modal-content-narratheque-E61727261 .header-modal-left {
    display: flex;
    align-items: center;
    height: 0;
}

.modal-narratheque-E61727261.template-2 .modal-content-narratheque-E61727261 .header-modal-left {
    height: initial;
}

.modal-content-narratheque-E61727261 .modal-menu-right-narratheque {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: fit-content;
    background: #FFF;
    right: 9px;
    left: inherit;
    top: 34px;
    box-shadow: 0px 1px 3px 0px #ccc;
    color: #000;
    font-size: 14px;
    border-radius: 10px;
    padding: 10px;
}

.modal-content-narratheque-E61727261 .modal-menu-right-narratheque.show-narratheque {
    position: absolute;
    visibility: visible;
    opacity: 1;
}

.modal-content-narratheque-E61727261 .menu-header-narratheque img {
    height: 20px;
    cursor: pointer;
}

.modal-content-narratheque-E61727261 .menu-header-narratheque .modal-menu-right-narratheque .clean {
    margin: 5px 0;
    cursor: pointer;
}

.modal-content-narratheque-E61727261 .menu-header-narratheque .modal-menu-right-narratheque .clean img {
    margin-right: 10px;
}

.modal-content-narratheque-E61727261 .menu-header-narratheque .modal-menu-right-narratheque .propos {
    margin: 5px 0;
    cursor: pointer;
}

.modal-content-narratheque-E61727261 .menu-header-narratheque .modal-menu-right-narratheque .propos img {
    margin-right: 10px;
}

.modal-content-narratheque-E61727261  .close-narrateque.left {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 24px;
    position: initial;
}

.modal-content-narratheque-E61727261  .close-narrateque.left.bottom {
    transform: rotateZ(92deg);
}

.modal-narratheque-E61727261.template-2 .modal-content-narratheque-E61727261 .close-narratheque-left-E61727261 {
    top: 0px;
    left: 0;
    border-radius: 7px 0 0 0;
    padding: 0 9px;
}
.modal-narratheque-E61727261 .modal-content-narratheque-E61727261 .close-narratheque-left-E61727261 svg g g {
    stroke: #000;
}
.modal-narratheque-E61727261.template-2 .modal-content-narratheque-E61727261 .close-narratheque-left-E61727261 svg g g {
    stroke: #FFF;
}
.modal-narratheque-E61727261.template-2 .modal-content-narratheque-E61727261 .clear-conversation-E61727261 {
    padding: 0px;
    margin: auto;
    margin-top: 0px;
    height: 0;
    position: relative;
    z-index: -1;
}
.modal-narratheque-E61727261 .bottom-modal-narratheque-E61727261 a {
    color: #000;
    font-weight: 700;
}
.modal-narratheque-E61727261.template-1 .modal-content-narratheque-E61727261 .modal-header-narratheque {
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    height: 40px;
    position: absolute;
    background: transparent;
    border-radius: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.modal-narratheque-E61727261.template-1 .modal-content-narratheque-E61727261 .header-modal-left {
    opacity: 0;
}

.modal-narratheque-E61727261.template-1 .menu-header-narratheque{
opacity: 0;
}