@font-face {
    font-family: 'Luciole';
    src: url('../fonts/Luciole-Regular.woff2') format('woff2'),
    url('../fonts/Luciole-Regular.woff') format('woff'),
    url('../fonts/Luciole-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Luciole';
    src: url('../fonts/Luciole-Italic.woff2') format('woff2'),
    url('../fonts/Luciole-Italic.woff') format('woff'),
    url('../fonts/Luciole-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Luciole';
    src: url('../fonts/Luciole-BoldItalic.woff2') format('woff2'),
    url('../fonts/Luciole-BoldItalic.woff') format('woff'),
    url('../fonts/Luciole-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Luciole';
    src: url('../fonts/Luciole-Bold.woff2') format('woff2'),
    url('../fonts/Luciole-Bold.woff') format('woff'),
    url('../fonts/Luciole-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Greconian';
    src: url('../fonts/GreconianRegular.woff2') format('woff2'),
    url('../fonts/GreconianRegular.woff') format('woff'),
    url('../fonts/GreconianRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.light .dark_hidden_block, .dark .dark_visible_block {
    display: unset;
}

.light .dark_visible_block, .dark .dark_hidden_block {
    display: none;
}

html.dark p, html.dark .text-accent {
    color: #fff;
}

html.dark .dark\:hover\:text-accent:hover {
    color: #d9443a;
}

html.dark .font2.papyrus-bg {
    color: #03003b;
}

.inline-block.rounded-full.bg-accent {
    line-height: 21px;
}

.inline-block.rounded-full.bg-accent:hover, a.navigation-dynamique:hover {
    background-color: #04003c;
}

button:hover {
    --tw-shadow: none !important;
}

.hover\::hover {
    --tw-shadow: none !important;
}

.affichage_media_question {
    display: block;
    margin-top: 10px;
    width: 99%;
}

.affichage_media_question a {
    margin: 10px 5px;
}

.rounded-2lg > div > iframe {
    margin-bottom: 20px;
}


#menu_tbd li a {
    border: 2px solid #612635;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 7px;
    padding: 7px;
    border-radius: 25px;
    color: #612635;
}

#menu_tbd li a.active, #menu_tbd li a:hover {
    background: #612635;
    color: #fff;
}

.font1 {
    font-family: 'Luciole';
}

.form-control.form-connexion {
    max-width: 500px;
    border: 2px solid #612635;
    padding: 20px 20px;
    font-weight: lighter;
}

div.messages > .alert {
    z-index: 99;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 17px;
    color: #fff;
    background: #f06868;
}

#modal-footer-cgu {
    justify-content: center;
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    border-radius: 0 0 13px 13px;
}

#modal-footer-cgu input.cursor-pointer {
    background: #612635;
    padding: 10px 25px;
    border-radius: 10px;
}

#modal-footer-cgu input.cursor-pointer:hover {
    background-color: #04003c;
}

.oulog {
    margin: 50px;
}

.text-danger {
    color: #fe4444;
}

.oulog span {
    font-size: 20px;
    color: #612635;
    background: #f9f3ee;
    padding: 20px;
}

.oulog::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
    margin-top: -15px;
}

#chatbot-container {
    overflow: scroll;
}

div.messages > .alert.alert-info {
    background: #68f0bd;
}

#unity-conteneur {
    border-radius: 15px !important;
    overflow: hidden;
    border: 5px solid #612635;
}

#toggle-chatbot {
    z-index: 999;
}

p.text-danger {
    margin-top: 10px;
    color: #ff3f3f;
}

button.bg-accent {
    background-color: #612635;
}

#page-corpo {
    padding-top: 200px;
    padding-bottom: 100px;
}

div .form-control {
    border: 2px solid #efebfe;
    border-radius: 7px;
    padding: 12px 15px 10px 15px;
    line-height: 15px;
    font-size: 16px;
    width: 100%;
    min-height: 55px;
}

.select2-selection__rendered {
    border: 2px solid #efebfe;
    padding: 12px 15px 10px 15px;
    border-radius: 7px;
    width: 100%;
}

.select2-dropdown.select2-dropdown--below {
    margin-top: 15px;
    border: 2px solid #efebfe;
}

.select2-search__field {
    border: none;
    border-bottom: 2px solid #efebfe;
}

.select2-search.select2-search--inline {
    width: 100%;
    margin-top: 0 !important;
}

.select2-search__field {
    width: 100% !important;
    outline: 0;
}

.select2-selection__clear {
    display: none;
}

.form-check {
    border: 2px solid #efebfe;
    border-radius: 7px;
    padding: 10px;
    margin-right: 5px;
}

.font2, h2.inline {
    font-family: 'Greconian';
}

.hero.md\:pt-32 {
    padding-top: 12rem;
}

.w-2\/3 {
    width: 66.666666%;
}

.DataTable thead, .datatable thead {
    background: #f2eae3;
}

.DataTable, .datatable {
    font-size: 14px;
}

.DataTable td, .datatable td {
    padding: 10px;
}

.DataTable, .datatable {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

#DataTables_Table_0_filter,
#DataTables_Table_1_filter {
    margin-top: -75px;
}

.datatable.display.dataTable.no-footer {
    padding-top: 0px;
}

body, div, p, ul {
    font-family: 'Luciole';
}

footer.page-footer {
    background-color: #04003c;
    color: #fff;
    background-image: url(../img/trame-motif-bleu.png);
    background-size: auto 40px;
    background-repeat: repeat-x;
    background-position: top center;
}

.papyrus-bg {
    background-image: url(../img/papyrus-bg.webp);
    background-size: 100% 100%;
    padding: 30px 65px;
}

img.logo-header {
    max-height: 200px;
    margin-top: -85px;
    margin-bottom: -150px;
}

.logo-forma {
    max-width: 190px;
    border-radius: 10px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-100 {
    padding-top: 100px;
}

#ressources-favorites {
    background-image: url(../img/olivier.webp);
    background-repeat: no-repeat;
    background-size: 10% auto;
    background-position: left bottom;
}

textarea.form-control {
    line-height: 19px;
}

#partenaires img {
    height: 55px;
    width: auto !important;
}

a.delete_btn_question_reponse {
    position: absolute;
    right: -10px;
    top: -28px;
    box-shadow: 0 0 5px #909090;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 15px;
    background: #fff;
}

#partenaires a {
    text-align: center;
}

a.navigation-dynamique {
    background: #612635;
    font-family: 'Greconian';
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
}

header.js-page-header::before {
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../img/trame-motif-beige.png);
    background-size: contain;
    position: absolute;
    z-index: -99;
    top: 0;
    left: 0;
}

header.js-page-header {
    padding-top: 35px;
}

.page-connexion img.logo-header {
    margin-top: -60px;
}

nav.navbar.w-full {
    margin-right: 15px;
}


@media (max-width: 700px) {

    section.pt-200 {
        padding-top: 150px;
    }

    .page-connexion #titre-connexion {
        display: none;
    }

    .page-connexion .flex.w-full.divide-x-8.items-center {
        min-height: 450px !important;
    }

    .page-connexion img.logo-header {
        margin-top: -60px;
        margin-left: 103%;
    }

    img.logo-header {
        max-height: 120px !important;
        margin-top: -85px;
        margin-left: 10px;
    }

    #tdb-creneau .lg\:space-x-7 {
        max-width: 90%;
        margin: auto;
    }

    .dataTables_wrapper.no-footer {
        overflow-x: scroll;
    }

    #logins_per_month_chart, #module_completion_chart, #most_viewed_content_chart {
        overflow-x: scroll;
    }

    .hero.md\:pt-32 {
        background: #f3ebe4;
    }

    .js-collections-toggle-filters * {
        font-size: 11px;
    }

    .hero.relative.py-20 {
        padding-bottom: 50px;
        padding-top: 50px !important;
    }

    #partenaires .grid {
        display: block !important;
        text-align: center;
    }

    #partenaires .grid a img {
        display: block;
        margin: 15px auto;
    }

    #ressources-favorites {
        padding-top: 0;
    }

    .js-page-header.pointandclick .logo-header {
        margin-top: -110px !important;
        margin-left: 115% !important;
    }

    #modal-footer-cgu > div {
        margin-bottom: 10px;
    }

    header .flex.items-center.flex-wrap.px-6.pb-6.pt-2 {
        padding-top: 35px;
    }

    header.js-page-header::before {
        height: 50px !important;
        background-size: cover !important;
    }

    .navbar.w-full .group.mr-5 {
        width: 100%;
        margin-top: 10px;
    }

    #modal-footer-cgu {
        display: block !important;
    }

    div.w-2\/3 {
        width: 100%;
    }

    div .papyrus-bg {
        font-size: 16px;
    }

    #DataTables_Table_0_filter, #DataTables_Table_1_filter {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    .flex.space-x-7.mt-5 {
        display: block;
    }

    .relative.py-24 {
        padding-top: 2em !important;
    }

    .hero.md\:pt-32 {
        padding-top: 8rem !important;
    }

    div.mb-6.w-1\/3, div.mb-6.w-1\/2 {
        width: 100%;
        margin: 35px 0 !important;
    }

    #DataTables_Table_0_wrapper {
        overflow: hidden;
    }

    a.navigation-dynamique {
        display: block;
    }

    div.px-12 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .pointer-events-none.absolute.inset-x-0.top-0.-z-10 > img {
        display: none;
    }

    footer .flex.flex-wrap.space-x-4.text-sm.dark\:text-jacarta-400 {
        text-align: center !important;
        display: block;
        line-height: 35px;
    }
}

.select2-selection__choice {
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 5px;
}