body, html {
    background-attachment: fixed;
    height: -webkit-fill-available !important;
}

input::placeholder {
    color: #fff9;
}

.header {
    background: none !important;
}


.navbar {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #fff;
    height: 90px;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    z-index: 10000;
    max-width: 994px;
    margin-left: max(calc(50% - 497px), 0px);
    padding-bottom: 20px;
    top: calc(-webkit-fill-available - 90px) !important;
}

.post-card * {
    color: #191725;
}

.navbar .navitem {
    text-align: center;
    padding-top: 3px;
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    color: #0003;
    width: 50px;
    margin-left: calc(50% - 25px);
}

.navbar .navitem i {
    font-size: 15px;
}

.navbar .navitem svg {
    font-size: 15px;
}

.navbar .navitem.mainitem i {
    background-color: #191725;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 10px;
    margin-top: -20px;
    margin-left: -20px;
    position: absolute;
    box-shadow: 0 0 2px #0008;
    z-index: 10000;
}

.navbar .navitem.itemactivate {
    color: #191725;
}

#postNav {
    position: fixed;
    background-color: #FE9063;
    width: 200px;
    bottom: 70px;
    left: calc(50% - 100px);
    z-index: 1000;
    padding-bottom: 50px;
    padding-top: 10px;
    border-radius: 4px 4px 0 0;
}

#postNav ul {
    padding: 0;
    margin: 0;
}

#postNav ul li {
    list-style: none;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}









.horizontal_scroll_zone {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    min-height: 70px !important;
}

.horizontal_scroll_zone::-webkit-scrollbar {
  display: none;
  background: red;
}

.horizontal_scroll_zone::-webkit-scrollbar-track {
  display: none;
}

.horizontal_scroll_zone::-webkit-scrollbar-thumb {
  display: none;
}

.cardbloc_1_zone {
    height: 50px;
    padding: 10px 0;
    width: max-content;
    max-width: 80000px;
}

.cardbloc_1_zone .cardbloc_1 {
    border-radius: 4px;
    padding: 0px 20px;
    float: left;
    margin-right: 20px;
    background-color: #fff;
    color: #19172588;
}

.cardbloc_1_zone .cardbloc_2 {
    border-radius: 15px;
    padding: 0px 5px;
    float: left;
    color: #000;
    margin-right: 0px;
}

.cardbloc_1_zone img {
    height: 75px;
    border-radius: 10px;
}

.cardbloc_1_zone p.emotion {
    font-size: 13px;
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.cardbloc_1_zone p.name {
    font-weight: bold;
    margin: 0;
    font-size: 11px;
    text-align: center;
}

.cardbloc_1_zone p.firstlabel {
    margin: 0;
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
}

.cardbloc_1_zone p.number {
    font-weight: bold;
    margin: 0;
    font-size: 30px;
    text-align: center;
}

.cardbloc_1_zone p.secondlabel {
    margin: 0;
    font-size: 13px;
    text-align: center;
}





label {
    cursor: pointer;
}

:checked + .selectedcard {
    background-color: #191725;
    color: #fff;
}

:checked + .selectedcard .nameemotion {
    display: block !important;
    margin-bottom: 5px;
}














.emoticonbuycard {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 15px;
    border: none !important;
    font-size: 11px;
}

.emoticonbuycard span {
    background-color: #9B6CF0 !important;
    color: #E1E2F8 !important;
}

.emoticonbuycard div:first-child {
    max-width: 200px;
    height: auto;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    overflow-y: visible;
    padding-bottom: 10px !important;
    margin-bottom: -10px !important;
    margin-top: -38px !important;
}

.emoticonbuycard .selectedcard div {
    background-color: #9B6CF0 !important;
    color: #E1E2F8 !important;
    font-size: 9px;
    border: none !important;
    font-weight: 400;
    margin-top: -5px !important;
}

.emoticonbuycard img {
    width: 100%;
}

.emoticonbuycard_large {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-weight: bold;
    line-height: 15px;
    color: #000;
    border: none !important;
    font-size: 11px;
}

.emoticonbuycard_large b {
    text-align: left;
    padding: 0 20px;
}

.emoticonbuycard_large p {
    font-weight: 400;
    text-align: left;
    padding: 0 20px;
    margin-top: 0px;
}

.emoticonbuycard_large span {
    background-color: #9B6CF0 !important;
    color: #E1E2F8 !important;
}

.emoticonbuycard_large div:first-child {
    max-width: 200px;
    height: auto;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    overflow-y: visible;
    padding-bottom: 10px !important;
    margin-bottom: -10px !important;
    margin-top: -38px !important;
}

.emoticonbuycard_large .selectedcard div {
    background-color: #9B6CF0 !important;
    color: #E1E2F8 !important;
    font-size: 9px;
    border: none !important;
    font-weight: 400;
    margin-top: -5px !important;
}

.emoticonbuycard_large img {
    width: 100%;
}







.postcard4 {
    width: calc(100% - 40px);
    position: relative;
    margin-bottom: 10px;
    z-index: 20;
    padding: 10px 20px;
    border-radius: 5px;
    width: 100%;
}

.postcard4 * {
    color: #191725;
}

.postcard4 .postname {
    font-size: 15px;
    margin-top: -10px;
    line-height: 15px;
    width: 100%;
    margin-left: -20px;
    padding: 10px 20px;
    border-radius: 4px;
    display: grid;
    grid-template-columns: 40px calc(100% - 40px);
    margin-bottom: -10px;
}

.postcard4 .postdate {
    font-size: 12px;
    margin-top: 25px;
}

.postcard4 .postdate:first-of-type b {
    font-size: 17px;
    font-weight: 400;
}

.postcard4 .postdescription {
    font-size: 16px;
    margin-top: 10px;
}

.postcard4 .posthumor {
    width: 30px;
    height: 30px;
  object-fit: cover; /* Redimensionne l'image pour remplir le conteneur en conservant les proportions */
  object-position: center; /* Centre l'image dans le conteneur */
  position: relative;
  left: 3px;
  border-radius: 40%;
}

.managecard4 {
    background: #0001;
    color: #0005;
    position: absolute;
    font-size: 11px;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 0 10px #0002;
    margin-top: -35px;
}

.managecard4.left {
    right: 50px;
}

.managecard4.left2 {
    right: 90px;
}

.managecard4.right {
    right: 20px;
}













.postcard {
    width: 100%;
    padding: 10px 20px !important;
    position: relative;
    background-color: #00000005;
    border-radius: 4px;
    margin-bottom: 40px;
    position: relative;
    z-index: 20;
}

.PostUserSection {
    display: grid;
    grid-template-columns: 70px auto;
    margin-bottom: -10px;
}

.PostUserAvatar {
    border-radius: 50%;
  width: 50px; /* Définissez la largeur souhaitée pour l'image carrée */
  height: 50px; /* Définissez la hauteur souhaitée pour l'image carrée */
  object-fit: cover; /* Redimensionne l'image pour remplir le conteneur en conservant les proportions */
  object-position: center; /* Centre l'image dans le conteneur */
  margin-top: 20px;
}

.postimage {
    width: 100%;
    height: 350px;
    margin-bottom: -20px;
    background-color: #fff !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 20px 20px 0 0;
}

.postcard .postname {
    font-size: 13px;
    margin-top: 10px;
    line-height: 15px;
    width: max-content;
    padding: 2px 10px;
    border-radius: 4px;
}



.postcard .postname img {
    vertical-align: middle; border-radius: 50%; width: 30px; height: 30px; object-fit: cover;top: 0px;
}

.postcard .postdate {
    color: #888;
    font-size: 12px;
}

.postcard .postdate:first-of-type b {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

.postcard .postdescription {
    color: #000;
    font-size: 15px;
    margin-top: 15px;
}


























#head_statsprofile {
    width: calc(100% - 20px);
    border-radius: 4px;
    margin-top: 0px;
    color: #000;
    padding: 10px;
    padding-top: 35px;
    border-radius: 4px;
}

#calendarstats {
    margin-top: -10px;
    width: 100%;
    display: inline-grid;
    grid-template-columns: 14.28% 14.28% 14.28% 14.28% 14.28% 14.28% 14.28%;
}

.calendar_head, .calendar_head_blue {
    padding: 20px 0;
    border-radius: 4px;
    margin-bottom: -20px;
    position: relative;
    z-index: 50;
}

.calendar_head_blue {
    background-color: #A3F7A6;
    
}

.calendar_head .calendar_action, .calendar_head_blue .calendar_action {
    position: absolute; 
    font-size: 15px; 
    height: 30px; 
    width: 30px; 
    text-align: center; 
    padding: 4px; 
    border-radius: 50%; 
    margin-top: -30px; 
    color: #0009;
}

.calendar_head .calendar_action {
    background-color: #0003;
    color: #fff;
}

.calendar_head_blue .calendar_action {
    background-color: #56F05D;
}


.calendar_head #leftCalendar, .calendar_head_blue #leftCalendar {
    right: 55px;
}

.calendar_head #rightCalendar, .calendar_head_blue #rightCalendar {
    right: 10px;
}

.calendar_head .name_calendar, .calendar_head_blue .name_calendar {
    font-size: 20px;
    font-weight: bold;
    line-height: 15px;
    margin: 0;
    margin-bottom: 10px;
}

.calendar_head .month_calendar, .calendar_head_blue .month_calendar {
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    font-weight: 400;
}

#calendarstats .dayplaceemoji { 
    position: relative;
    height: 30px !important;
    width: 30px !important;
        margin-left: calc(50% - 15px);
    margin-bottom: 5px;
    padding: 3px;
    border-radius: 4px;
    overflow: visible;
}

#calendarstats p.firstline {
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.dayplaceemoji.todaydate {
    box-shadow: 0 0 2px #0005 !important;
    border-radius: 20px !important;
}

.dayplaceemoji p {
    width: 30px;
    margin-top: 5px;
    text-align: center;
    color: #000;
    font-weight: 400;
}

.calendar_head.night {
    background: #6B6F8C;
}

.calendar_head.night p {
    color: #fff;
}

.calendar_head.night .calendar_action.night {
    background: #282B3E;
    color: #fff;
}





.btn-dark {
    background-color: #201D30;
    color: #fff;
    border: none;
}

.btn-light {
    background-color: #f5f5f5;
    color: #201D30;
    border: none;
}









.form-control {
    background: #f5f5f5 !important;
    color: #191725;
    border: none;
    outline: 0 !important;
    box-shadow: none !important;
}
.input-group .input-group-text {
    background: #f5f5f5 !important;
    color: #191725;
    border: none;
    outline: 0;
    box-shadow: none;
}


.form-control::placeholder {
    color: #191725;
}


.accordion-button::after {
    display: none;
} 





.container {
    padding: 0 30px;
}

.page-wraper.header-fixed .header {
    position: absolute;
}



.btn.btn-success, .btn.btn-secondary, .btn.btn-warning, .btn.btn-primary, .btn.btn-danger, .btn.btn-info {
    color: #fff;
}

.welcome-area .bg-image.bg-image-overlay:after {
    background: none;
}