@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url('https://fonts.cdnfonts.com/css/aok-buenos-aires');

@font-face {
    font-family: 'ABeeZee';
    font-style: normal;
    font-weight: normal;
    src: local('ABeeZee'), url('../fonts/abeezee/ABeeZee-Regular.woff') format('woff');
}

@font-face {
    font-family: 'ABeeZee Italic';
    font-style: normal;
    font-weight: normal;
    src: local('ABeeZee Italic'), url('../fonts/abeezee/ABeeZee-Italic.woff') format('woff');
}


@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: local("Quicksand"), local("Quicksand"), url('../fonts/quicksand/quicksand.woff2') format("woff2"),
    url('../fonts/quicksand/quicksand.woff') format("woff");
}


@font-face {
    font-family: 'Quicksand Variable';
    font-style: normal;
    font-display: auto;
    font-weight: 300 700;
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/quicksand:vf@latest/latin-wght-normal.woff2)
    format('woff2-variations');
    unicode-range:
        U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/***********
* GENERAL *
***********/

body, form, input, select, textarea {
    font-family: 'ABeeZee', sans-serif !important;
    /*    'AOK Buenos Aires',  */
}

h1,h2,h3,h4, .feedback, .blockquote-header
{
    font-family: 'Quicksand Variable', sans-serif !important;
    letter-spacing: 1.5px;
}

h1 {

    font-size: 28px !important;
}

h2 {
    font-size: 22px !important;
}

/*footer {*/
/*    padding: 20px 50px;*/
/*}*/

.fs-2 {
    font-size: 1.75rem !important;
}

.timelune-v1 h2 {
    font-size:2.2vh !important;

}
.presentation .h1 {
    font-size:3.65vh !important;
    font-family: "Quicksand Variable", sans-serif;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 2px;
}

.describe-site {
    font-size:18px;
}

.donate {
    position: absolute;
    right: 20px;
    bottom: -15px;
    /*margin-top: -50px;*/
}
.arrow-donate {

    position: absolute;
    right:135px;
    bottom: 5px
}
/*.liberapay-btn {*/
/*  padding: 4px 16px 4px !important;*/
/*  line-height: 23px !important;*/
/*}*/

.liberapay-btn {
    line-height: 24px !important;
    margin: 10px 0;
    padding: 3px 15px!important;
}

/*main {*/
/*margin-top: 60px;*/
/*}*/

.small, small {
    font-size: .84em;
}

article {
    margin-top: 25px;
}

a {
    color: #818b6a;
}

.breadcrumb a {
    color: #222;
}

a.link {
    color: #4a4f3d;
}

a.link-fx-no {
    cursor: default;
}
a.link-fx-no::before {
    background-color: #ebf2d5 !important;
}

a:hover {
    color: #4a4f3d;
}

a.link-fx::before {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #b8c698;
    visibility: hidden;
    transform: scaleX(0);
    transition: transform .12s ease-out;
}

body, p {
    font-size: 16.5px;
}


.guest {
    margin-top: 25px;
    margin-left: 40px;
    padding: 50px;
    width: 65vh;
    height: 90vh;
    overflow-y: auto;

}

.guest p, .guest li  {
    line-height: 24px;
    font-size: 14px !important;
}
.guest p {
    margin-bottom: 1.25rem;
    padding: 0 25px;

}

.guest h2 {
    margin: 32px 0 10px 0;
}

.guest textarea#msg {
    padding: 10px 15px;
}

.faq .block-content {
    padding: 20px 10px;

}

.flex-grow-1 {
    font-size: 16px;
    /* floating login */
}

.interpretation ul li{
    margin: 10px 0;
}

figure {
    margin: 14px 0;
}

.input-group input:first-child,
.input-group select:first-child {
    flex: 10; /* Largeur pour le premier élément */
}

.input-group input:nth-child(2),
.input-group select:nth-child(2),
.input-group input:nth-child(3),
.input-group select:nth-child(3) {
    flex: 1; /* Largeur pour les deux derniers éléments */
}

/**************************************************
* * GÉNÉRIQUE padding-margin font-size align * *
*************************************************/

.text-justify {
    text-align: justify !important;
}

/* .h1 {
font-size: 32px !important;

} */
.petit {
    height: 14px;
    width: 14px;
    padding: 1px;
    font-size: 10px;
    font-weight: normal;
    margin-top: 2px;
}

.inline-block {
    /*display: inline-block;*/
    display: flex;
    flex-direction: column;
}

.translucide {
    opacity: 0.3;
    margin-left: 25px;
}

.mx-5 {
    margin: 0 2rem;
}
.my-5 {
    margin: 2rem 0;
}

.ml-1 {
    margin-left: 5px;
}
.ml-2 {
    margin-left: 10px;
}
.ml-3 {
    margin-left: 12px;
}
.ml-4 {
    margin-left: 1rem;
}
.ml-5 {
    /* margin-left: 3rem; */
    /* margin-left: 3rem; */
    /* decalage titre external internal dreams list */
    margin-left: 3rem;
}
.ml-6 {
    margin-left: 75px;
}
.mt-n1 {
    margin-top: -0.2rem !important;
}
.mt-n5 {
    margin-top: -55px !important;
}
.mt-45 {
    margin-top: 2.4rem;
}
.ml-n1 {
    margin-left: -0.25rem !important;
}
.mr-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1 {
    margin-bottom: -0.25rem !important;
}
.mt-n45 {
    margin-top: -2.3rem !important;
}
.mt-n55 {
    margin-top: -3.7rem !important;
}
.mr-1 {
    margin-right: 0.25em;
}
.ml-n2 {
    margin-left: -0.5rem !important;
}
.mr-2 {
    margin-right: 0.5em;
}
.ml-n3 {
    margin-left: -30px !important;
}
.mr-3 {
    margin-right: 1em;
}
.mr-5 {
    margin-right: 3rem;
}

.font-normal {
    font-weight: lighter;
}
.fs-7 {
    font-size: 14px;
}
.fs-8 {
    font-size: 12px;
}

.alignment {
    vertical-align: initial;
}
.border {
    border: 1px solid #DCDCDC !important;
}

.changelog {
    margin-top:-15px;
    margin-left:-10px;
    margin-right:10px
}
/*******************************
* * COLORS ET MISE EN FORME * *
*******************************/


.attention {
    /* // mise en evidence des trucs à changer par Reka -- vue par l'admin only */
    background-color: gold !important;
    color: darkred !important;
    border-radius: 5px;
    padding: 0 5px
}

.bg-image {
    background-color: #e3e8d6;
}
.bg-primary-dark-op {
    background-color: #1A2431 !important;
}
.bg-white {
    color: #182333;
    background-color: #f0f0f0;
}

.bg-body {
    background-color: #f6f7f9 !important;
}


.bg-tiers {
    /* x sur l'effacement des tag */
    background-color: #fefefe;
    color: #07070A;
    border-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width:15px;
    padding-left:7px;
    margin-left: -4px;
    cursor:pointer;
}

.actions-metadata .badge {
    /* width: 50px; */
    margin: 5px;
}

/* boutons */
.nav-tabs {
    font-size: 16px !important;
}

.btn {
    text-decoration: none;
}

.btn:focus, .btn, .breadcrumb-item a, .nav-tabs, #page-header-user-dropdown, input[type='submit']{
    font-family:"Quicksand Variable", sans-serif !important;
}

.btn.btn-zero {
    background-color: #0f2232;
    border: 1px solid #1a1d20;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    border: none;
}
.btn-alt-secondary {
    --bs-btn-color: #222;
    --bs-btn-bg: #f6f7f9;
    --bs-btn-border-color: #f6f7f9;
}

.form-block .form-check-input:checked~.form-check-label {
    border: 3px solid #B8C698;
    background-color:#e3e8d6;
    /* emotions pubication */
}

.alert-primary,
.btn-primary,
.bg-primary,
button.bg-primary:focus,
.nav-item .nav-link.active {
    background-color: #B8C698 !important;
    border: none !important;
    box-shadow: none;
    color: #07070A;
    text-decoration: none;
    vertical-align: middle;
}

.btn-primary:hover,
button.bg-primary:hover,
a.bg-primary:hover {
    background-color: #e3e8d6 !important;
    color:#07070A
}

.btn-check:checked + .btn-primary,
.btn-primary.active, .show > .btn-primary.dropdown-toggle {
    border: 3px solid #818b6a !important;
    background-color: #f1f4ea !important;
}

.btn-primary:focus, .dropdown-toggle:focus {
    color: #07070a !important;
}
.dropdown .btn-alt-secondary, .dropdown .btn-alt-secondary:focus {
    color: #fff !important
}

.dropdown-menu {
    background-color: #f5f5f5
}
.alert-success, .form-control.form-control-alt.is-valid, .form-control.form-control-alt.is-valid:focus {
    background-color: #e3e8d6 !important;
}


.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -4px;
}

/* .alert-success p::before {
content: "✓ ";
font-weight: bold;
color: #4a4f3d;
} */



.list-notifs li a {
    cursor: pointer;

}

.alert-warning {
    background-color: #f1f4ea;
}

.alert-danger, .form-control.form-control-alt.is-invalid, .form-control.form-control-alt.is-invalid:focus {
    background-color: #f2e5e1;
}

.text-danger {
    color: #8b0000;
}

.text-very-muted {
    color: #999 !important;
}

.text-very-muted:hover {
    color: #8b0000 !important;
}


.btn-danger {
    border: none;
    /* background-color: rgba(225,83,97,.5); */
    background-color: #DAB5A9;

}
/* .alert-danger p::before {
content: "✗ ";
font-weight: bold;
color: #ad725f;
} */

.alert p {
    margin: 1px 0;
}

button {
    background-color: transparent;
    border: none;
}

button.btn:focus {
    color:#182333;
}

button.bg-primary:focus,
button.bg-secondary:focus,
button.bg-tertiary:focus,
button.bg-quaternary:focus,
button.bg-quinary:focus,
.btn-primary,
.btn-secondary,
.btn-danger {
    color: #07070a;
}

.alert-secondary,
.btn-secondary,
.bg-secondary {
    background-color: #e3e8d6 !important;
    border: 0 solid #DCDCDC !important;
    /* border: 1px solid #DCDCDC !important; // pas pour btn-secondary sur le profile.me */
    color: #07070A;
    text-decoration: none;
}

.bg-sextary {
    border-top: 1px solid #efefef;
    background-color: #f7f8fa
    /*background-color: #f9fbf2;*/
    /* background-color: #f6f7f9 */
}

.bg-connection {
    border-left: 8px outset #E3E8D6;
}

.bg-connection-2 {
    border-top: 8px outset #E3E8D6;
}

.bg-connection-filter {
filter: drop-shadow(2px 2px #ebf2d5)
}



.form-block .form-check-label::before,
.bg-secondary:hover,
.btn-secondary:hover,
a.bg-secondary:hover {
    background-color: #B8C698 !important;
    color: #07070A;
    text-decoration: none;
}

.hello-button {
    margin-top: -52px;
    float: right;
}

.w-80 {
    width: 80% !important;
}

.metadata a .bg-secondary:hover {
    background-color: #ccc !important;
}


.metadata .badge {
    height: 22px;
    /* height: 19px; */
    /* font-size: 12px; */
    font-size: 13px;
    vertical-align: sub;
    /* timelune 2 avec chromium */

}

.metadata h4 {
    font-size: 16px;
    font-weight: bold;
}

.alert-tertiary,
.btn-tertiary,
.btn-tertiary:hover,
.bg-tertiary,
a.bg-tertiary:hover {
    background-color: #818b6a !important;
    border: 1px solid #818b6a !important;
    color: #fff;
}

.alert-quaternary,
.btn-quaternary,
.bg-quaternary,
a.bg-quaternary {
    border-radius: 10px;
    color: #222;
    background-color: #fefefe;
}



/* .alert-quaternary:hover,
.btn-quaternary:hover,
.btn-quaternary:hover,
.bg-quaternary:hover,
a.bg-quaternary:hover {
background-color: #ededed;

} */


.bg-gray {
    background-color: #ebeef2 !important;
    border-left: 2px solid  #ebeef2;
}

.block-options > .btn-quaternary, .actions-metadata > .btn-quaternary {
    background-color: transparent !important;
}

.alert-quinary,
.btn-quinary,
.bg-quinary,
a.bg-quinary {
    background-color: #f9faf7;
    color : #182333
}

.btn-quinary:hover,
.bg-quinary:hover {
    background-color: #e3e8d6;
    /* color : #182333 */
}

.text-gold {
    color:darkgoldenrod;
}

.btn.btn-alt-o-primary {
    background-color: #b8c698;
    box-shadow:0 1px 1px #b8c698;
    font-weight: 700;
    font-size: 12px;
}
.btn.btn-alt-o-secondary {
    background-color: #e3e8d6;
    box-shadow:0 1px 1px #b8c698;
    font-size: 12px;
}

.btn.btn-alt-o-secondary:hover {
    background-color: #b8c698;;
    /* box-shadow:0 1px 1px #b8c698; */
    /* font-size: 12px; */
}
.btn.btn-alt-o {
    background-color: #f1f4ea;
    box-shadow:0 1px 1px #b8c698;
}

.btn.btn-alt-primary {
    background-color: #b8c698;
    box-shadow:0 1px 1px #b8c698;
    color: #07070A !important;
}


.text-primary {
    color:#B8C698 !important;
}

.text-secondary {
    color: #e3e8d6;
}

.text-tertiary {
    color: #818b6a !important;
}


/*******************
* NAVIGATION MENU *
*******************/

.nav-main {
    padding: 0 5px;
}

.nav-main-link .nav-main-link-name {
    font-size: 16px;
}

/* .nav-tabs-block .nav-link {
padding: 2px;
} */
/* laid sur changelog */

.nav-tabs-block .nav-link a {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 40px;
}
.nav-tabs-block .nav-link a::after, .nav-tabs-block .nav-link a::before {
    content:'\00a0 \00a0 \00a0';
}

.nav-main-horizontal .nav-main-submenu .nav-main-link-submenu::before {
    content: "\f107";
}

.nav-sub-link {
    margin-left: 28px;
    font-size: 14px !important;
}

.nav-link.active {
    font-weight: 700;
}

.nav.nav-tabs.nav-tabs-block {
    background-color: transparent;
    /* background-color: #fefefe; */
}


.block.block-rounded > .nav-tabs > .nav-item > .nav-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#profile-user .block {
    min-height: 450px;
}


.nav-tabs-block .nav-link {
    color: #212529;
    font-size: 15px;
}

.nav-tabs-block .nav-link:hover {
    color: #4a4f3d;
}

li.nav-main-item i {
    color: #f9faf7 !important;
}

/********************
* LOGIN & REGISTER & VERIFY*
********************/

.hero-static {
    position: relative;
    background-color: #182333;
    max-height: 100vh !important;
}


.hero-border {
    position: absolute;
    inset: 0 auto auto calc(100% - 40px);
    z-index: 1;
    width: 100px;
    height: 100%;
    stroke: #182333;
    fill: #182333;
}

.content-guest {
    width: 520px !important;
}


.dream-modal p,
.contenu,
.contenu p {
    line-height: 30px;
    margin: 25px 0;
}

.dream-modal p:first-child,
.contenu p:first-child {
    margin-top: 0;
}

.content p img,
.dream-modal p img,
.contenu p img {
    margin: 0; /* ou toute autre valeur que vous souhaitez */
    line-height: normal; /* ou toute autre valeur que vous souhaitez */
    width: 100%;
}

.float-left:not(.trumbowyg-editor) {
    float:left;
    margin-right: 15px;
}

.float-right {
    float: right;
    margin-left: 15px;
}

.dream-modal article {
    min-height: 120px;
    /* min-height: 250px; */
}

.dream-modal p img:not(.img-avatar), .dream p img, .modal-content img:not(.img-avatar) {
    /* display: inline-block; */
    width: 33%;
    margin-bottom:5px;
    height: auto;
    margin-right: 15px;
    float: left;
}

.dream-modal article p:last-child:has(img),
    /* .dream-modal p:after, */
.dream p:after {
    content: "";
    display: table;
    clear: both;
}



/* .dream p:nth-child(even) img {
float: left;
width: 33%;
height: auto;
padding: 15px 0;
margin-right: 15px;
}

.dream p:nth-child(odd) img {
float: right;
width: 33%;
height: auto;
padding: 15px 0;
margin-left: 25px;
} */


.dream__content:has(img:first-child) {
    padding-top: 25px;
}

/*
.dream__content img:nth-child(odd),
.dream-modal img:nth-child(odd):not(.img-avatar) {
float: left;
width: 33%;
height: auto;
padding: 15px 0;
}

.dream__content img:nth-child(even),
.dream-modal img:nth-child(even):not(.img-avatar) {
float: right;
width: 33%;
height: auto;
padding: 15px 0;
} */

.dream .colonnes img {
    width: 100% !important;
    height: auto;
    padding: 15px 0;
}


.dream__content img:first-child {
    padding-top: 0;
}

.timelune-v1 .metadata-dream {
    margin-bottom: 20px;
}

.timelune-v1 .metadata-dream .btn {
    height: 30px
}

.tags-dream {
    text-align: left;
    width: 48%;
    display: inline-block;
}

.emotions-dream {
    text-align: right;
    width: 48%;
    display: inline-block;
    vertical-align: top;

}

.timeline-v2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
}
.trumbowyg-editor-box {
    text-align: left;
}

.presentation {
    font-size: 20px;
    color: #f9faf7;
    background-image: url('../img/fishy.svg');
    background-position: bottom;
    background-position-y: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    min-height: 50%;
}

.fishy {
    display:block;
    margin-bottom:3em
}
/***********
* JOURNAL *
***********/

.colonnes3 {
    column-count: 3;
    column-gap: 50px;
}

.colonnes2 {
    column-count: 2;
    column-gap: 50px;
}


blockquote.journalcontext {
    background-color: #f1f4ea;
    /* background-color: #f8F8F8; */
    padding: 20px;
    margin: 30px 0;
    border-radius: 5px;
    font-size: 18px;
    /* border-left: 3px solid #B8C698; */
}


blockquote.journalcontext::before {
    content: 'Contexte :\0000A0';
    font-weight: bold;
}

.title-internal  {
    /*ml-5 mr-3 mb-4" style="width:84%*/
    margin: 0 50px;
    margin-bottom: 10px;
    width: 70%;
    text-align: left;
}

.journal-tags {
    margin: 0 50px;
    width: 95%;
}

/**********************
* PROFIL UTILISATEUR *
**********************/

/****************
* STATISTIQUES *
****************/

.profile table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.profile table td {
    vertical-align: top;
}

.profile-user-stats .block {
    display: block;
    min-height: 250px;
}

/* titre de badges dans le popover */


.badge-popover p {
    margin:8px 0;
    font-family: "ABeeZee", sans-serif;
    font-size:16px
}
.container-badge {
    position: relative;
    display: inline-block;
    height: 250px;
    width: 250px;
}

h3.popover-header {
    text-align: center;
}

.profile-user-presentation .first {
    min-width: 182px;
}

.first .alert {
    top:78px;
    left:58%;
}


table.statistiques {
    width: 28vh;
    height: 20px;
}

.profile-user-stats .statistiques{
    margin-top: 1.5rem;
}

table.statistiques td {
    width: 100%;
    padding: 5px 0;
}

.statglobalbar {
    width:200px;
    white-space: nowrap;

}
.statbars {
    width:260px;
    height: 18px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    display: inline-block;
    word-wrap: unset;
    white-space: nowrap;
    flex-wrap: unset;
}

.statcell {
    width: 28px;
    height: 28px;
    padding: 2px;
    text-align: center;
}

.profile-user-stats .col ul, .profile-user-presentation ul {
    list-style: none;
    padding: 0 5px;
    margin: 0;
}
.first {
    min-width: 250px;
    margin-right: 20px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #666;
}
/*********
* MODAL *
*********/

.modal ul {
    list-style: none;
}
.modal li::before {
    content: "⋆ ";
}

.dream {
    margin: 1rem 3rem !important;
}

.dream-modal {
    width: 85%;
    margin: 0 auto;
}

.dream-modal-meta {
    width: 95%;
}

.dream-modal i:first-of-type {
    position: absolute;
    left: 96px;
}

.dream-modal i:last-of-type {
    position: absolute;
    right: 96px;
}

.dream-modal .badge {
    vertical-align: text-bottom;
}


.comments .alert, .modal .alert {
    position: relative;
    left: auto;
    top:-20px;
}

.img-avatar {
    margin-right: 5px;
}

.comments .img-avatar32 {
    position: relative;
    left: -50px;
    top: 12px;
}

.comments .img-avatar48 {
    position: relative;
    left: -60px;
    top: 20px;
}

/* external dream */
.block:not(.dream-modal-meta) > .comment,
.block:not(.dream-modal-meta) > * > .comment {
    padding: 10px 50px;
}

.interact {
    padding: 0 5%
}
.comment {
    width: 100%;
    display: inline-block;
}
.comment h4 {
    margin-top: -35px;
    font-size: 16px;
}

.dream p {
    /* avant, content mais pas ok parce que trop repandu, commentaire cassés */
    margin-bottom: 1rem;
}

.comment .blockquote {
    margin-bottom: 1rem;
    margin-top: -7px;
    padding: 8px 0;
}

.commentaire {
    margin-left: 60px;
}

.blockquote p, .blockquote {
    margin-top: -10px;
    line-height: 24px;
    font-size: 14px;
    display: block;
    border-radius: 4px;
}

/* blockquote {
  border-left: 4px solid #e3e8d6;
  padding-left: 15px;
  margin-top: 15px;} */


.synonyms {
    word-break: break-word;
}

.when {
    font-family: "ABeeZee", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color:#222
}

.comment .img-avatar {
    position: relative;
    margin-left: -64px;
    padding-top: -4px;
    display: block;
    top: 28px;
}

.reacters {
    margin-top: -2px;
    display: block;
    width: 125%;
    text-align: left;
}

.blockquote-header {
    margin-top: -1.6rem;
    margin-bottom: 5px;
    color: #6c757d;
    font-size: 16px;

}

.comments {
    width:640px
}
/***********************
* CALENDRIER CALENDAR *
***********************/

/* par mois */

.calendrier {
    width: 100%;
    box-sizing: border-box;
    margin-top: -24px;
}

.calendrier table {
    width: 360px;
    border-collapse: collapse;
}

.calendrier td {
    position: relative;
    width: 30px;
    height: 20px;
}

.calendrier td .content {
    text-align: center;
}

.calendrier table.hebdo td {
    font-size: 11px;
    text-align: center;
}

/* par semaine */

.calendar table {
    width: 300px;
}

.calendar td {
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: top;
}

.calendar td:after {
    content: '';
    display: block;
    margin-top: 100%;
}

.calendar td .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f0f0f0;
    font-size: 8px;
    text-align: center;
}

.calendar td .week {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    font-size: 7px;
    text-align: center;
    margin: 2px;
}

.week {
    padding: 1px 3px;
}

[data-week-active='1'], [data-week-active=true], .month_active {
    border: 2px solid #999 !important;
    padding: 1px 2px;
}

/*********************
* TIMELUNE TIMELINE *
*********************/





@media (min-width: 768px) {
    .timeline-content {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        overflow-x: visible;
    }

}

.dream-title {
    font-size:16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #4a4f3d;
    text-align: center;
    letter-spacing: 1px;
}
/* .timelune-dream-v2 {
height:440px;
} */

.timeline-event-icon {
    color:#48505a;
    /* color:#182333; */
    box-shadow: 0 1px 2px rgba(214,219,226,.5), 0 1px 2px rgba(214,219,226,.5);
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timelune-dream-v2 .js-pictogrify.img-fluid.avatar svg {
    height: 40px;
    width: 40px;
    border-radius: 3px;
}
/*
.timelune-dream-v2 .js-pictogrify.img-fluid.avatar svg {
height: 64px;
width: 64px;
border-radius: 3px;
} */

.timelune-dream-v2 .js-pictogrify.img-fluid.avatar-md svg {
    height: 96px;
    width: 96px;
    border-radius: 3px;
}

.timelune-member {
    width:160px; /*200*/
    height: 85px;
    vertical-align: top;
}

.timelune-dream-v2 i {
    font-size: 14px;
    vertical-align: top;
    padding-top:8px;
}

.timelune-dream-v2 .ribbon-box-type {
    background-color: #b8c698;
    color:#fff;
    margin-top: -5px;
}

.timelune-dream-v2 .ribbon-box-type i {
    font-size: 20px;
    vertical-align: baseline;
    padding-top:8px;
    text-shadow: 0 0 2px #4a4f3d

}
.timelune-dream-v2 .ribbon-box-mood, .ribbon-box-mood a {
    background-color: #b8c698;
    color:#fff;
    margin-top:42px;
    height: 28px;
    width: 36px;
}

.timelune-dream-v2 .ribbon-box-mood i {
    font-size: 12px;
    vertical-align: top;
    text-shadow: 0 0 2px #4a4f3d
}

.timeline-event-block .badge {
    vertical-align: sub;
}

.date {
    color: #1A2431;
    font-size: 12px;
    vertical-align: top;
    font-weight: lighter;
}

.position-date {
    position: relative;
    float: right;
    /* display: block; */
}

.nav-items a:hover {
    background-color: transparent;
}

/*****************
* LEXIQUE TAGS *
*****************/
.alphabet {
    margin-bottom: 50px;
}

.alphabet a {
    font-size: 22px !important;
    padding: 2px;
}

/**************************
* REACTIONS STATES LIKES *
**************************/

.reactions button {
    background-color: transparent;
    border: none;
    margin: 0;
    height: 32px;
    width: 32px;
    /*vertical-align: -webkit-baseline-middle;*/
    padding: 0;
    border-radius: 100px;
    /* display: inline-block; */
}
.reactions button:hover {
    background-color: #e3e8d6;
}

.reactions button.chosen {
    background-color: #b8c698;
}


/***************************
* AVATARS PROFIL PICTURES *
***************************/

.avatar-bar {
    width: 20px;
    border-radius: 10px;
}

.img-avatar-badge {
    height: 70px;
    width: 70px;
}

.img-avatar.img-avatar150 {
    width: 150px;
    height: 150px;
}
.img-avatar.img-avatar180 {
    width: 180px;
    height: 180px;
}

/*******************************
* FORM PUBLICATION PARAMETRES *
*******************************/
.form-floating>label {
    border: none
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 0.5;
}

.form-control::file-selector-button {
    margin: 0 10px !important;
    border: 1px solid #e3e8d6;
}

#trumbowyg-icons {
    font-size: 12px;
    width: 20px;
}

.trumbowyg-editor-box {
    text-align: left;
}

svg {
    width: 32px;
}

.reactions {
    margin-top:50px;
    box-sizing: border-box;
    width: 120%;
}

.reactions table {
    width: 100%; /* Assurez-vous que le tableau prend toute la largeur de la div */
    border-collapse: collapse; /* Supprime les espaces entre les cellules */
    table-layout: fixed; /* Assurez-vous que le tableau utilise une mise en page fixe */
}

.reactions button {
    margin: 2px 10px;
}


.reactions td {
    text-align: center;
    color:#666;
    box-sizing: border-box; /* Inclure les paddings et les bordures dans la largeur totale */
}

.reactions .count {
    position: absolute;
    background-color: #fff;
    color:#0f2232;
    border-radius: 50px;
    font-size: 10px;
    margin-top: 20px;
    height: 18px;
    vertical-align: middle;
    line-height: 21px;
    width: 1%;
    margin-left: -5px;

}

.trumbowyg-button-pane {
    background-color: #f1f4ea !important;
    font-size:16px;
}

.trumbowyg-editor-box {
    padding: 0;
    background-color: #FFF;
}

[type="text"], input:where(:not([type])), [type="email"], [type="url"], [type="password"], [type="number"],
[type="date"], [type="datetime-local"], [type="month"], [type="search"], [type="tel"], [type="time"], [type="week"],
[multiple], textarea, select {
    border-color: #e3e8d6 !important;
    border-radius: 4px !important;

}

.journal-search option {
    font-size: 14px !important;
}

input[disabled] {
    color: #aaa;
}

.form-check-input:checked {
    background-color: #b8c698;
    border-color: #aaa;
}


.cookie button.btn-close  {
    /*padding-left: 20px;*/
    vertical-align: text-bottom;
}

.choice-cookies button:hover {
    background-color: #818b6a !important
}

.choice-cookies {
    margin-left: 25px;
}
.discussions .trumbowyg-box {
    min-height: 10vh;
}

.intervention h1, .reve h1 {
    font-size: 22px !important;
    margin: 15px 0;
}

.intervention h2, .reve h2 {
    font-size: 20px !important;
    margin: 15px 0;
}
.intervention h3, .reve  h3 {
    font-size: 18px !important;
    margin: 15px 0;
}
.intervention h4, .reve  h4 {
    font-size: 16px !important;
    margin: 15px 0;
}
.intervention h5, .reve  h5 {
    font-size: 15px !important;
    margin: 15px 0;
}

.answers {
    padding-left: 6.5vh;
}

.answer:last-child {
    padding-bottom: 15px;
}

.trumbowyg-editor-box {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 1px 1px 5px 1px #eee;
}

/* #publication textarea, */
#publication .trumbowyg-editor,
#publication .trumbowyg-editor-box
{
    height: 600px !important;
}

#discuss .trumbowyg-editor,
#discuss .trumbowyg-editor-box
{
    height: 200px !important;
}

#comment .trumbowyg-editor-box, #comment .trumbowyg-box {
    /* height: 160px; */
    min-height:100px;
}

.comments .trumbowyg-box {
    min-height: 15px;
}
.comments .trumbowyg-editor-box {
    height: 135px;
}

.form-control.form-control-alt:focus {
    background-color: #f9faf7;
    /*box-shadow: inset;*/
}

.trumbowyg-box, .trumbowyg-editor {
    /* display: block; */
    position: relative;
    border: 0 solid #f1f4ea !important;
}


.trumbowyg-modal-button, .trumbowyg-modal-submit {
    background-color: #B8C698 !important;
    color: #07070A !important;
    border-radius: 5px;
}

.trumbowyg-modal-box .trumbowyg-input-row {
    border: 0 !important;
}

.trumbowyg-modal-box .trumbowyg-input-html input:focus {
    outline: 1px solid #eee !important;
    border-radius: 0 !important;
    margin-left: -5px !important;
    padding: 2px !important;


}

/* .trumbowyg-modal-box .trumbowyg-input-html input[type="text"] */

.trumbowyg-modal-box .trumbowyg-input-html input {
    height: 30px !important;
    line-height: 20px !important;
    border: 1px solid #e3e8d6;

}

/*************
* CHANGELOG *
*************/
.versioning::before {
    content: '#';
    font-weight: normal;
    vertical-align: text-top;
}

.date-changelog {
    font-family: 'Quicksand Variable', sans-serif;
    line-height: 25px;
    margin-left: -130px;
    font-size: 18px;
}

.changelog .list-group-item p {
    margin-top: -21px !important;
    display: block;
    line-height: 20px;
    font-size: 18px;
    color: #222;
}

.changelog .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
    margin-left: 120px;
    line-height: 24px;
}

.card-header {

    border-bottom: 1px solid #efefef;
}

.card-footer {

    border-top: 1px solid #efefef;
}

.changelog .card-holder {
    display: flex;
    position: absolute;
    top: 25%;
    right: 15%;
    justify-content: center;
}

.changelog .card img, .card iframe {
    width: 100%;
}

.changelog .card.large {
    width: 250px;
    height: 200px;
    z-index: 1000;
    transform: perspective(600px) rotateY(0deg) translateZ(50px);
    /* box-shadow: 0 0 15px rgba(0,0,0,1); */
    margin-right: -15px;
}

.changelog .card {
    width: 200px;
    display: inline-flex;
    /* background: #333; */
    /* border-radius: 10px; */
    transition: all .4s ease;
    margin-right: -150px;
    /* box-shadow: 0 18px 31px -8px rgba(0,0,0,.5); */
    border: 4px solid #eee;
    transform: perspective(600px) rotateY(45deg);
}


.changelog .card:hover {
    transform: perspective(600px) rotateY(0deg) translateZ(50px);
    box-shadow: 0 0 15px rgba(0,0,0,1);
}

.changelog .card:not(.last):hover {
    margin-right: -15px;
}


/************
* SETTINGS *
************/
.settings {
    height: 500px;
}



/************
* FEEDBACK *
************/

.feedback:hover {
    background-color: #B8C698;
    left: -40px;
    transition: width 2s, height 2s, linear 0.1s;
}

.feedback {
    position: fixed;
    font-size: 20px;
    left: -45px;
    top: 80%;
    transform: rotate(90deg);
    background-color: #e3e8d6;
    margin-top: 10px;
    padding-bottom: 15px;
    box-shadow: 0 2px 2px #818B6A;
    z-index: 5;
}


/************
* SPECIFIC *
************/

.select-list {
    width: 490px;
}

li.list-group-item {
    /* background-color: transparent; */
    line-height: 10px;
}

.resultats {
    margin-top: 25px;
}

.result-search li .ms-2 {
    padding-top: 7px;
}

#page-container.page-header-dark #page-header {
    color: #d1d8de;
    background-color: #182333;
    /* position: relative; */
    position: fixed;
    z-index: 1000;
}

.table > :not(caption) > * > * {
    padding: .75rem .75rem;
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
    background-color: transparent;
    /*border-bottom-width: transparent;*/
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));

}

.contacts {
    font-size: 16px;
    vertical-align: middle;
}

.contacts tr, .contacts td {
    padding: 5px;
}

.smartphone-only {
    display: none;
}

ul.badges {
    line-height: 30px;
}

.timeline-event-icon {
    position: absolute;
    width: 3rem;
    height: 3rem;
    line-height: 3.2rem;
    text-align: center;
    background-color: #f6f7f9;
    /*border-radius: 0;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    z-index: 5;
    font-size: 26px;
    left: -28px;
}

.badge {
    font-family: 'Quicksand Variable', sans-serif;
    font-weight: bold;
}

.badge2 > .badge {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.badge-group {
    display: inline-flex; /* Utiliser flex pour garder les éléments sur la même ligne */
    /* align-items: center; Centrer verticalement si nécessaire */
}

.flash-message {
    z-index:100;
    opacity: 0; /* L'élément est invisible au départ */
    animation: fadeIn 2s forwards; /* Applique l'animation fadeIn */
}

.alert-dismissible {
    padding-right: 3rem;
    opacity: 0; /* L'élément est invisible au départ */
    animation: fadeIn 1s forwards, fadeOut 1s 10s forwards; /* Fade in puis fade out après 1 seconde */
}

@keyframes fadeIn {
    from {
        opacity: 0; /* Début de l'animation : invisible */
    }
    to {
        opacity: 1; /* Fin de l'animation : visible */
    }
}

@keyframes fadeOut {
    from {
        opacity: 1; /* Début de l'animation : visible */
    }
    to {
        opacity: 0;

    }
}

.flash-message .alerte {
    position:absolute;
    top: 30px;
    /* z-index:100; */

    right: 30px;
    /* pas ok pour modal comments */
}


.flash-message .flash {
    position: absolute;
    /* z-index:100; */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 600px;
    right: 0;
    top: 80px; /* pour publish */
}

.flash-message .flash p {
    margin-bottom: 0;
}

.form-control.is-invalid {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25);
}

.alert .content p, .alerte .content p {
    margin-bottom: 0;
}


.btn-group-sm > .btn, .btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 5px;
}

/*
.alerte {
position: absolute;
top: 25px;
right: 25px;
width: 300px;
} */

input#recherche {
    height: 50px;
    font-size: 16px;
}

.recherche .content-heading {
    text-transform: none;

}
.js-bs-tooltip-enabled {
    cursor: pointer;
}


.content-heading {
    /* utilisé par timelune v1 pour le titre à coté des filtres */
    font-size: 1.5rem;
    font-weight: 600;
    color: #6c757d;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: .0625rem;
}

/* .content-heading {
font-size: .875rem;
} */

.content p {
    margin-bottom: 1rem;
}

.block-title {
    line-height: 1.75rem;
}

.block .fa {
    color: #666;
    /* color: #4a4f3d */
}

.fa-selected {
    color: #818B6A !important;

}

.form-floating>.form-control {
    background-color: #f1f4ea;
}

.recherche .content-heading {
    text-transform: none;

}
.js-bs-tooltip-enabled {
    cursor: pointer;
}

.reve {
    margin-left: 60px;
}

.user {
    font-size:18px
}

.block .fa {
    /* color: #666; */
    color: #818b6a;
}


.block-title {
    line-height: 1.75rem;
}

p.block-title {
    word-break: break-word;
    display: inline-flex;
}

.card-header.timelune-dream-v2 {
    height: 110px;
}

/**********
* BADGES popovers *
**********/

.badge-popover p {
    margin:8px 0;
    font-family: "ABeeZee", sans-serif;
    font-size:14px;
    padding: 12px
}

.container-badge {
    position: relative;
    display: inline-block;
    height: 250px;
    width: 250px;
}

.overlay-text-badge {
    position: absolute;
    top: 30px; /* Ajustez cette valeur pour positionner le texte verticalement */
    left: 185px; /* Ajustez cette valeur pour positionner le texte horizontalement */
    color: #182333;
    border: 1px solid #DCDCDC;
    height: 32px;
    width: 32px;
    padding: 2px 2px;
    text-shadow: 0 0 3px #fff;
    background-color: #b8c698;
    vertical-align: center;
    border-radius: 30px ;
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
    /* ... autres styles */
}

.container-badge {
    background-color: #fafafa;
}

.guest .form-control {
    background-color: #f1f4ea;
}

.rezocios i {
    margin: 5px;
}

.legend ul li {
    line-height: 26px;
}

.legend ul {
    margin-top:15px
}

.split-left-right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.spoiler {
    padding:0 3px;
    background-color: #222;
    border-radius: 5px;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease;
}

.spoiler:hover {
    background-color: transparent;
}

div#modal-block-extra-large {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color:rgba(7, 7, 10, 0.2);
    backdrop-filter: blur(15px);
}


@media (min-width: 1350px)  and (max-width: 1500px){
    .modal-xl {
        --bs-modal-width: 1280px;
        margin-top: 50px;
    }
    .fishy {
        margin-bottom: 1em;
    }
    .flash-message .flash {

        top: 75%;
    }

}

@media (min-width: 2000px) {
    .content, #page-container.main-content-boxed > #page-header .content-header {
        max-width: 135vh !important;
    }

    .presentation {
        max-height: 85%;
    }

    .fishy {
        display: block;
        margin-bottom: 2em
    }

}

@media (min-width: 200px) and (max-width:500px) {

    .presentation {
        background-position-y: 80%;
        background-repeat: no-repeat;
        background-size: 95%;
    }
    .presentation .h1 {
        font-size: 3.2vh !important;
    }


    .arrow-donate {
        display: none;
    }

    .guest {
        margin-top: 25px;
        margin-left: 40px;
        padding: 0;
        width: 38vh;
        height: 90vh;
        overflow-y: auto;
    }
    .faq {
        width: 35vh;
    }

    .guest nav ul {
        padding: 100px 0 !important;
    }

    .guest h2 {
        margin: 20px;

    }

    .presentation a {
        margin-top: 30px;
    }

    .guest ul {
        padding: 20px;
    }

    .fishy {
        display:block;
        margin:5em
    }

    footer {
        margin-top: 12vh;
        padding: 0 20px;
        line-height: 10px;
        font-size:14px;
    }

    footer ul {
        font-weight: bold;
    }

    .smartphone-only {
        margin-left: 10px !important;
        display: inline-block !important;
    }

    .timeline-content {
        margin: 0 20px;
    }

    .block-content {
        font-size: 15px;
        padding: 1.25rem 1.0rem 1px 1.0rem;
    }

    .block-content .img-avatar  {
        display: none !important;
    }

    .timelune-v1 .reve {
        margin-left: 0;
    }

    .timelune-v1 h2 {
        font-size: 20px !important;
        text-align: left;
    }

    .timelune-v1.d-flex.overlay-container {
        margin-right: 1px !important;
    }

    .timeline-event-icon {
        left: -3px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .reve {
        margin-left: 1px;
    }

    .user {
        font-size: 16px
    }

    .hero-border {
        display: none;
    }

    .choice-cookies {
        margin-left: 25px;
        line-height: 50px;
    }

    .timelune-v1 h2 {
        font-size: 3.2vh !important;
    }

    .changelog {
        display: none;
    }
    .feedback {
        display: none;
    }

    .colonnes3 {
        column-count: 1;
        column-gap: 50px;
    }

    .colonnes2 {
        column-count: 1;
        column-gap: 50px;
    }

    .presentation {
        min-height: 65%;
    }

    .presentation p {
        margin-top: 25px;
    }
    .describe-site {
        font-size:14px;
        color: #bbb;
    }

    .modal-content {
        margin: 10px;
        margin-top: 35px;
    }

    .dream-modal p, .contenu, .contenu p {
        line-height: 25px;
        margin: 0;
        font-size: 14px;
    }

    .reactions {
        margin-top: 0;
        width: 100%;
    }

    .comment h4 {
        margin-top: 0;
        font-size: 16px;
    }
    nav ol.breadcrumb {
        display: none;
    }

    .publication-dream label.btn, .publication-dream button {
        --bs-btn-padding-y: 0.25rem;
        --bs-btn-padding-x: 0.5rem;
        --bs-btn-font-size: 0.875rem;
        --bs-btn-border-radius: 5px;
    }

    .btn-group {
        display: inline;
    }

    .mt-n5 {
        margin-top: -60px !important;
    }

    .mr-5 {
        margin: 0;
    }

    .dream {
        margin: 1rem 1.5rem !important;
    }

    .journal-tags {
        margin: 0px 25px;
        width: 85%;
    }

    .title-internal  {
        /*ml-5 mr-3 mb-4" style="width:84%*/
        margin: 0 25px;
        margin-bottom: 10px;
        width: 90%;
    }

    .calendrier table {
        width: 285px;
    }

    .statcell {
        width: 20px;
        height: 28px;
        padding: 2px;
        text-align: center;
    }
    summary {
        font-size: 14px;
    }
    .modal-content p, .block-content  p {
        margin-bottom: 15px;
    }

    .commentaire {
        margin-left: 0;
        padding-top: 10px;
    }

    .block-options {
        margin-top: 5px;
    }

    .modal-content img:not(.img-avatar), .dream-modal p img:not(.img-avatar){
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .hello-button {
        margin-top: -35px;
    }
}
