@font-face {
    font-family: Lao_Typing;
    src: url('../fonts/Lao_Typing.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Lao_typing4C_OT;
    src: url('../fonts/Lao_typing4C_OT.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Lao_Rajbandith;
    src: url('../fonts/Lao_Rajbandith.ttf');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Lao Noon';
    src: url('./fonts/Lao_Noon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lao_NoonPali25';
    src: url('../fonts/Lao_NoonPali25.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.lao-pali {
    font-family: 'Lao_NoonPali25' !important;
}
.lao_font {
    font-family: 'Lao Noon';
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: 300ms;
    transition: 300ms;
}

:root {
    --surface-color: #fff;
    --curve: 40;
    --color-white: #ffffff;
    --color-primary: #121212;
    --color-black: #000000;
    --color-secondary: #62be01;
    --color-tertiaire: #FFCD00;
    --color-secondary-hover: #6ed402;
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 0 !important;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
    transition: all 0.2s;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-stretch {
    align-items: stretch !important
}

.flex-column {
    flex-direction: column !important
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.text-white {
    color: var(--color-white) !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important
}


.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}


.mt-2 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 4rem !important;
}


.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

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


.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}


.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.container {
    width: 100% !important;
    padding: 0 5% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.container-media {
    width: 100% !important;
    padding: 0 15px!important;
    margin-right: auto !important;
    margin-left: auto !important;
}
/*
@media (min-width: 1200px) {
  .container {
    width: 100% !important;
    padding: 0 5% !important;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
    padding: 0 5%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0 5%;
  }
} */

/*--------------------------------------------------------------
# Start Topbar
--------------------------------------------------------------*/
.topbar {
    position: static;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--color-secondary)
}

.topbar span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: var(--color-white);
    white-space: nowrap;
    padding: 0 8px;
}

.topbar .contact-info span a {
    line-height: 0;
    color: var(--color-white);
    transition: 0.3s;
}

.topbar .contact-info span a:hover {
    color: var(--color-primary);
}

.topbar .contact-info span i {
    line-height: 0;
    margin-right: 5px;
}

.topbar .social-icons a {
    display: inline-block;
    align-items: center;
    line-height: 1.5;
    transition: 0.3s;
    color: var(--color-white);
    padding: 5px 8px;
}

.topbar .social-icons a i {
    font-size: 14px;
}

.topbar .social-icons a:hover {
    transform: translateY(-8px);
}

.navbar {
    margin-bottom: 0 !important;
    border: 1px solid transparent;
}

.navbar.navbar-fixed-top {
    position: sticky !important;
    top: 0 !important;
    right: 0;
    left: 0;
    z-index: 9999;
}

/*--------------------------------------------------------------
# Start Section Home
--------------------------------------------------------------*/
.home {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 650px;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 3px solid var(--color-secondary);
}

.home::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(18, 18, 18, 15%);
    z-index: -1;
}

.home .home-content {
    margin-left: 18px !important;
    position: relative;
    width: calc(100% - 53%);
}

.home-content .border-left {
    border-left: 4px solid var(--color-secondary);
    padding-left: 8px;
    margin-bottom: 30px;
    width: calc(100% - 10%);
}

.home-content h1 {
    color: var(--color-white);
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}

.home-content h1 span {
    color: var(--color-secondary);
    font-weight: 500 !important;
}

.home-content p {
    color: #e4e4e4;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .home .home-content {
        margin-left: 0 !important;
        width: 100%;
        padding: 0 20px;
    }

    .home-content h1 {
        font-size: 40px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .d-none {
        display: none !important;
    }

    .home .home-content {
        margin-left: 0 !important;
        width: 100%;
        padding: 0 5px;
    }

    .home-content h1 {
        font-size: 40px;
        line-height: 1.5;
    }

}

/*--------------------------------------------------------------
# Start
--------------------------------------------------------------*/
.btn {
    position: relative;
    padding: 8px 20px !important;
    text-shadow: none !important;
    border-radius: 0.25rem !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-success {
    color: #fff;
    background: var(--color-secondary) !important;
    border-color: #5cac06 !important;
    z-index: 1;
}

.btn-success:hover {
    color: var(--color-white) !important;
    border: 1px solid var(--color-secondary-hover) !important;
}

.btn-success.active {
    background: var(--color-secondary) !important;
    border: 1px solid var(--color-secondary) !important;
}

.btn-success::before {
    content: "";
    position: absolute;
    background: var(--color-secondary-hover);
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: height 0.5s;
}

.btn-success:hover::before {
    transition: height 0.5s;
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: -1;
}

.btn-outline {
    color: var(--color-white) !important;
    border-radius: 3px !important;
    border: 1px solid var(--color-white) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    z-index: 1;
}

.btn-outline::before {
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    background: var(--color-white);
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    visibility: hidden;
}

.btn-outline:hover::before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: -1;
}

.btn-outline:hover {
    color: var(--color-primary) !important;
}

.btn-double {
    display: inline-flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary {
    color: var(--color-white) !important;
    border: 1px solid #9E9E9E !important;
    background: #9E9E9E !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    z-index: 1;
}

.btn-primary::before {
    transition: 0.5s all ease;
    content: "";
    position: absolute;
    background: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    visibility: hidden;

}

.btn-primary:hover::before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: -1;
}

.btn-primary:hover {
    color: var(--color-white);
    border: 1px solid var(--color-primary) !important;
}

/*--------------------------------------------------------------
# Start Boutton Home menu
--------------------------------------------------------------*/
.home-menu {
    position: relative;
    /*top: -68px;*/
    z-index: 99;
}

.btn-group {
    position: relative;
    width: 100%;

}

.btn-group > .btn {
    position: relative;
    float: left;
}

.home-menu .btn-default {
    border-radius: 0 !important;
    border-right: 2px solid #397A0F !important;
    border-top: 1px solid var(--color-secondary) !important;
    border-left: 1px solid var(--color-secondary) !important;
    border-bottom: 1px solid var(--color-secondary) !important;
    background: var(--color-secondary) !important;
    color: var(--color-white) !important;
}

.home-menu .btn-success.active {
    color: var(--color-primary) !important;
    background: var(--color-white) !important;
    border: 1px solid var(--color-secondary) !important;
    border-radius: 0 !important;
    padding: 8px 20px !important;
}

.home-menu .btn-success.active:hover,
.home-menu .btn-success.active:hover > i {
    color: var(--color-white) !important;
}


.home-menu .btn-default::before {
    transition: 0.5s all ease;
    content: "";
    position: absolute;
    background: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
}

.home-menu .btn-default:hover::before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
}

.home-menu .btn-success.active i {
    color: var(--color-secondary) !important;
}

.home-menu .btn-default:hover {
    color: var(--color-white) !important;
}

.home-menu .btn-default:hover i {
    color: var(--color-secondary) !important;
}

.home-menu .btn-default {
    border-right: 2px solid #397A0F;
}

.home-menu .btn-default:nth-child(5) {
    border-radius: 0 !important;
    border-right: none !important;
}

.input-group .form-control {
    position: relative;
    padding: 18px 12px !important;
}


/*--------------------------------------------------------------
# Start BOOKS
--------------------------------------------------------------*/
.material-card {
    position: relative;
    height: 0;
    padding-bottom: calc(100% - 16px);
    margin-bottom: 6.6em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.material-card a {
    color: var(--color-primary);
}

.material-card h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    padding: 10px 16px;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card h2 span {
    font-size: 14px;
    display: block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.material-card h2 strong {
    font-weight: 400;
    display: block;
    font-size: .8em;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.material-card h2:before,
.material-card h2:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -16px;
    width: 0;
    border: 8px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card h2:after {
    top: auto;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .material-card:hover {
        padding-bottom: 0;
        height: auto;
    }
}

.material-card:hover h2 {
    top: 0;
    padding: 10px 16px 10px 90px;
}

.material-card:hover h2:before {
    top: 0;
}

.material-card:hover h2:after {
    bottom: -16px;
}

.material-card .mc-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 16px;
    left: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .mc-description {
    position: absolute;
    top: 100%;
    right: 30px;
    left: 30px;
    bottom: 54px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.material-card .mc-footer {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .mc-footer h4 {
    position: absolute;
    top: 200px;
    left: 30px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
}

.material-card .img-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card:hover .img-container {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 12px;
    width: 60px;
    height: 60px;
    z-index: 20;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

}

.img-responsive {
    max-width: 100%;
}

.material-card:hover .mc-content {
    padding-top: 5.6em;
}

@media screen and (max-width: 767px) {
    .material-card:hover .mc-content {
        position: relative;
        margin-right: 16px;
    }
}

.material-card:hover .mc-description {
    top: 50px;
    padding-top: 5.6em;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (max-width: 767px) {
    .material-card:hover .mc-description {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        padding: 50px 30px 70px 30px;
        bottom: 0;
    }
}

.material-card.Red h2 {
    background-color: var(--color-secondary);
}

.material-card.Red h2:after {
    border-top-color: var(--color-secondary);
    border-right-color: var(--color-secondary);
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Red h2:before {
    border-top-color: transparent;
    border-right-color: #397A0F;
    border-bottom-color: #397A0F;
    border-left-color: transparent;
}

.material-card.Red:hover h2:before {
    border-top-color: transparent;
    border-right-color: var(--color-secondary);
    border-bottom-color: var(--color-secondary);
    border-left-color: transparent;
}

.material-card.Red:hover h2:after {
    border-top-color: #397A0F;
    border-right-color: #397A0F;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Red .mc-footer h4 {
    color: #397A0F;
}

.material-card.Red .mc-footer a {
    background-color: #397A0F;
}

.material-card.Red:hover .mc-content {
    background-color: #eafcd6;
}

.material-card.Red:hover .mc-footer {
    background-color: #428d11;
}

.material-card:hover .mc-footer {
    overflow: visible;
    position: absolute;
    top: calc(100% - 16px);
    left: 16px;
    right: 0;
    height: 82px;
    padding-top: 15px;
    padding-left: 25px;
}

.material-card:hover .mc-footer a {
    top: 0;
}

.material-card:hover .mc-footer h4 {
    top: -32px;
}


/*--------------------------------------------------------------
# Start Detail document
--------------------------------------------------------------*/
.document_detail {
    position: relative;
    margin-top: 80px;
}

.document_detail .card-view-pdf {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.06);
    z-index: 1;
    overflow: hidden;
}

.document_detail .card-view-pdf::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: var(--color-secondary);
    z-index: -1;
}

.document_detail .card-view-pdf .date_type {
    display: flex;
    align-items: center;
    gap: 10px;
    top: 60%;
    left: -40px;
    position: absolute;
    transform: rotate(-90deg);
}

.card-view-pdf .card-box {
    position: relative;
    border: 4px solid var(--color-white);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.055);
    margin: 10%;
}

.post-card-body .links-botton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.post-card-body .share-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
}

.share-links a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--color-white);
    background-color: var(--color-primary);
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    transition: 0.3s;
}

.share-links a.facebook:hover {
    background-color: #0862F7;
}

.share-links a:hover i {
    transform: scale(1.5);
}

.share-links a.twitter:hover {
    background-color: #33BDFD;
}

.share-links a.instagram:hover {
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}

.share-links a.youtube:hover {
    background: #C12626;
}

.share-links a.shopping-cart:hover {
    background: var(--color-secondary);
}

.offset-1 {
    margin-left: 8.33333333%
}

.document_detail .title-pdf {
    margin-bottom: 20px;
}

.document_detail .title-pdf h4 {
    color: var(--color-secondary);
    font-size: 20px;
    font-weight: 400;
}

.document_detail .title-pdf h4 span {
    text-transform: uppercase;
}

.document_detail .title-pdf h4,
.document_detail .title-pdf h2,
.document_detail .title-pdf h3 {
    color: var(--color-secondary);
}

.document_detail .title-pdf h2 {
    position: relative;
    font-size: 40px;
    font-weight: 500;
    padding-top: 15px;
}

.document_detail .title-pdf h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    background: var(--color-secondary);
    width: calc(100% - 70%);
}

/*--------------------------------------------------------------
# Start Breadcrumb
--------------------------------------------------------------*/

.breadcrumb {
    position: relative;
    float: right;
    background-color: transparent !important;
}

.breadcrumb a {
    color: #b7b7b7 !important;
}

.breadcrumb > li + li:before {
    font-family: "FontAwesome";
    padding: 0 5px;
    color: #b7b7b7;
    content: "\f054";
    font-size: 12px;
}

.breadcrumb > .active {
    color: var(--color-secondary) !important;
}

.breadcrumb > .white {
    color: var(--color-white) !important;
}

.breadcrumb span {
    color: var(--color-secondary) !important;
}

/* @media screen and (min-width: 600px) and (max-width: 1200px) {
  .breadcrumb a,
  .breadcrumb span,
  .breadcrumb>li+li:before,
  .breadcrumb>.white {
    font-size: 12px;
  }

}


@media screen and (min-width: 320px) and (max-width: 667px) {
  .breadcrumb a,
  .breadcrumb span,
  .breadcrumb>li+li:before,
  .breadcrumb>.white {
    font-size: 9px;
  }
  .breadcrumb {
    margin-top: 10px;
    position: relative;
    float: left;
  }
}*/

/* enlève le margin-bottom sur les petits écrans */
@media (max-width: 768px) {
    .breadcrumb {
        margin-bottom: 0;
    }
}


/*--------------------------------------------------------------
  # Start Media
--------------------------------------------------------------*/
.sidebar-block-left {
    overflow: hidden;
    border: 1px solid #e1e1e1;
    margin: 0 !important;
    padding-top: 0 !important;
}

.sidebar-block-left .text-title {
    position: relative;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #121212;
    height: 45px;
}

.sidebar-block-left .text-title h4 {
    font-size: 16px;
    color: var(--color-white);
}

.sidebar-block-left .text-title h4 > i {
    font-size: 14px;
}

.sidebar-block-left .text-title h4 .text-success {
    color: var(--color-secondary);
}

.thumbnail {
    position: relative;
    background: #ffffff !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #eee !important;
    margin: 2px 8px !important;
    color: var(--color-primary) !important;
    text-decoration: none !important;
    transition: all .2s;
    overflow: hidden;

}

.sidebar-block-left .thumbnail:nth-child(1) {
    margin-top: 15px !important;
}

.thumbnail .hover-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #62be01 !important;
    border: none !important;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    z-index: 1;
}

.thumbnail .hover-thumb::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 91%;
    height: 85%;
    transform: translate(-50%, -50%);
    border: 1.5px solid var(--color-black);
    transition: all 0.2s;
    opacity: 1;
}

.thumbnail:hover .hover-thumb {
    opacity: 0.9;
    visibility: visible;
    border: none !important;
}

.thumbnail .hover-thumb i {
    font-size: 30px;
    color: var(--color-black);
    transition: all .2s ease-in-out;
    text-shadow: none !important;
}

.thumbnail:hover .hover-thumb i {
    transform: scale(1.3);
}

.thumbnail .media-object {
    position: relative;
    display: inline-block;
    object-fit: cover;
    width: 100%;
    max-height: 180px;

}

/* .media-body {
  display: none !important;
} */


/*--------------------------------------------------------------
  # Start HOME >Media list
--------------------------------------------------------------*/
.sidebar-right-content .thumbnail {
    position: relative;
    height: 400px;
    width: 100%;
    padding: 15px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    border-radius: 8px !important;
    transition: all .2s;
}

.sidebar-right-content .thumbnail:hover a {
    color: var(--color-secondary);
}

.sidebar-right-content .thumbnail:hover {
    color: var(--color-white);
    background-color: var(--color-primary) !important;
}

.thumbnail .thumbnail-top {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s ease;
    height: 250px;
    width: 250px;
}

.thumbnail-top img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.thumbnail .thumbnail-top {
    color: var(--color-primary) !important;
}

.thumbnail:hover .thumbnail-top {
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.9);
    transition: all .3s ease;
}

.thumbnail .caption {
    margin-top: 20px !important;
    padding: 5px !important;
}

.caption .media-heading a {
    font-size: 16px;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 80px;
    transition: all .2s;
}

.caption .media-heading a {
    color: var(--color-primary) !important;
}

.thumbnail:hover .media-heading a {
    color: var(--color-secondary) !important;
}

.thumbnail:hover .calendar span {
    color: var(--color-white);
}

.caption .calendar {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.caption .calendar span {
    color: var(--color-secondary);
}

/*----- Sidebar Media ----- */
.nav-pills > li > a {
    font-size: 12px !important;
    color: var(--color-primary) !important;
    margin-bottom: 20px !important;
    border-radius: 0 !important;
    border-bottom: 2px solid rgb(229, 229, 229) !important;

}

.nav-pills > li.active > a {
    color: var(--color-secondary) !important;
    border-bottom: 2px solid var(--color-secondary) !important;
    background-color: transparent !important;
    z-index: 2;
}

.list-group-item.active {
    text-transform: uppercase;
    border: none !important;
    background-image: linear-gradient(to bottom, #3e3e3e 0%, #121212 100%) !important;
}

.box-search {
    background-color: var(--color-primary);
    padding: 10px !important;
    position: sticky;
    top:0;
    z-index: 50 !important;
}

.form-control:focus {
    border: 1px solid var(--color-secondary);
    box-shadow: none !important;
    outline: #62be01;
}

/*--------------------------------------------------------------
  # Start Lecture music
--------------------------------------------------------------*/
.player {
    position: relative;
    background-color: #f1f3f4;
    z-index: 1;
    margin-bottom: 50px;
}

.player .img-area, .custom-player .img-area {
    position: relative;
    width: 100%;
    height: 450px;
}

.player .img-area img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.custom-player .img-area .carousel img {
    object-fit: contain;

    height: 56vh !important;
}

.player .img-area img::before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.img-area .dhamas-text-heander {
    position: absolute;
    top: 70%;
    left: 50px;
    width: 100%;
    color: #EEE;
}

.img-area .text-heander {
    position: absolute;
    top: 30%;
    left: 50px;
    width: 100%;
    color: #EEE;
}

.text-heander h2 {
    text-transform: uppercase;
}


.player audio, .custom-player audio {
    width: 100%;
    outline: none;
}

.post-details-content {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .player .img-area, .custom-player .img-area {
        height: 550px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .player .img-area, .custom-player .img-area {
        height: 400px !important;
    }
}

@media only screen and (max-width: 767px) {
    .player .img-area, .custom-player .img-area {
        height: 220px !important;
    }
}

.post-details-content {
    position: relative;
    z-index: 1;
}

.post-details-content .post-share-info {
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px;
}

@media only screen and (max-width: 767px) {
    .post-details-content .post-share-info {
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px;
    }
}

.post-details-content .post-share-info p {
    color: var(--color-primary);
    font-weight: 500;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    .post-details-content .post-share-info p {
        font-size: 12px;
        letter-spacing: 0;
    }
}

.post-details-content .post-share-info a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--color-white);
    text-align: center;
    line-height: 40px;
    background-color: #db4437;
    margin-bottom: 10px;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .post-details-content .post-share-info a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
}

.post-details-content .post-share-info a.facebook {
    background-color: #4c65a8;
}

.post-details-content .post-share-info a.twitter {
    background-color: #41a1f6;
}

.post-details-content .post-share-info a.google-plus {
    background-color: #DB4437;
}

.post-details-content .post-share-info a.pinterest {
    background-color: #CB1F27;
}

.post-details-content .post-share-info a.email {
    background-color: #C12626;
}

.post-details-content .post-share-info a.email {
    background-color: #C12626;
}

.post-details-content .post-share-info a:hover,
.post-details-content .post-share-info a:focus {
    background-color: var(--color-secondary);
}

.post-details-content .post-content {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.post-details-content .post-content .post-title {
    display: block;
    color: var(--color-primary);
    margin-bottom: 15px;
    font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-details-content .post-content .post-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .post-details-content .post-content .post-title {
        font-size: 18px;
    }
}

.post-details-content .post-content .post-title:hover,
.post-details-content .post-content .post-title:focus {
    color: var(--color-secondary);
}

.post-details-content .post-content .post-meta span {
    display: inline-block;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .post-details-content .post-content .post-meta span {
        margin-right: 8px;
        font-size: 12px;
    }
}

.post-details-content .post-content .post-meta span:last-child {
    margin-right: 0;
}

.post-details-content .post-content .post-meta .post-author {
    color: #595959;
}

.post-details-content .post-content .post-meta .post-date {
    color: #595959;
}

.post-details-content .post-content .post-meta span {
    color: #a6a6a6;
}

.post-details-content .post-content .post-meta i.fa-circle {
    color: #a6a6a6;
    font-size: 6px;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .post-details-content .post-content .post-meta i.fa-circle {
        margin-right: 8px;
    }
}

.pager-sociaux {
    position: fixed;
    z-index: 100;
    top: 50%;
    right: 0;
    width: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .2s;
}

.pager-sociaux .text-dna {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: var(--color-primary);
    transition-duration: 500ms;
    cursor: pointer;
    width: 200px;
    height: 40px;
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    top: 40%;
    margin-bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -55px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .pager-sociaux .text-dna {
        width: 220px;
        height: 40px;
        font-size: 14px;
        left: -90px;
        line-height: 40px;
    }
}

.pager-sociaux:hover {
    width: 400px;
}

@media only screen and (max-width: 767px) {
    .pager-sociaux:hover {
        width: 300px;
    }
}

.pager-article {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 400px !important;
    height: 200px !important;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background: var(--color-white);

}

.pager-dna:hover .pager-article {
    opacity: 1;
    visibility: visible;
}

.single-feature-post.video-post {
    position: relative;
    z-index: 1;
}

.dna-content {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    z-index: 59;
    padding: 10px;
}

.dna-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(99, 190, 1, 0.903);
    z-index: -1;
}

.dna-content::after {
    content: "";
    position: absolute;
    left: -30px;
    top: -30px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: var(--color-white);
    z-index: -1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.dna-content img {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 80px;
    height: 80px;
}

.dna-title {
    padding-left: 130px;
}

.dna-title h2,
.dna-title p {
    color: var(--color-white);
}

.dna-title p {
    margin-bottom: 20px;
}

.dna-title h2 {
    font-weight: 500 !important;
}

.dna-title .post-meta {
    width: 60% !important;
}

.post-meta a {
    display: inline-block;
    text-align: center;
    background: var(--color-primary);
    height: 38px;
    width: 38px;
    border-radius: 50%;
    color: var(--color-white);
    transition: all 0.3s;
    line-height: 38px;
}

.post-meta a i {
    font-size: 16px;
}

.post-meta a:hover {
    background: var(--color-white);
    color: var(--color-primary);

}

/*--------------------------------------------------------------
  # Start Shop
--------------------------------------------------------------*/
.card {
    border: 1px solid rgba(0, 0, 0, 0.06);
    background-color: var(--color-white);
    overflow: hidden;
    transition: all .3s ease;
}

.card:hover {
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.125));
}

.card-video-top {
    margin: 0 !important;
    width: 100%;
    height: 200px;
    background: none;
    text-align: center;
    background-image: linear-gradient(120deg, #ececec 50%, #fafafa 60%, #fafafa 61%, #ececec 70%);
    background-size: 200%;
    background-position: 100% 0;
    animation: waves 2s linear infinite;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

@keyframes waves {
    100% {
        background-position: -100% 0;
    }
}

.card .card-body {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

}

.card .card-body a h5 {
    font-size: 16px;
    line-height: 1.5;
    height: 50px;
    overflow: hidden;
    color: var(--color-primary) !important;
}

.card .card-body h3 {
    color: var(--color-secondary);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

/* iframe {
  width: 100% !important;
  height: 200px !important;
} */

/*--------------------------------------------------------------
  # Shop Paints
--------------------------------------------------------------*/
.list-paint {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.card-paint {
    position: relative;
    height: 400px;
    margin-bottom: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.card-paint .imgpaint {
    position: relative;
    width: 100%;
    height: 70%;
    overflow: hidden;
}

.card-paint .imgpaint::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 176, 155, 0.5), rgba(150, 201, 61, 1));
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
}

.card-paint .no_stock {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 35px;
    height: 10%;
    background: #b6b6b6;
    left: 0;
    bottom: 10%;
    transition: 0.5s all;
}

.card-paint .no_stock i {

    font-size: 22px;
    color: var(--color-white);
}

.card-paint:hover .no_stock {
    background: var(--color-secondary);
}

.card-paint:hover .imgpaint::before {
    opacity: 1;
}

.card-paint .imgpaint img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-paint .imgpaint .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, 100%);
    transition: 0.3s all;
    opacity: 1;
}

.card-paint:hover .btn {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.card-paint:hover {
    transform: translateY(10px);
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.08);
}

.card-paint h3,
.card-paint p {
    padding: 0 50px;
}

.card-paint h3 {
    font-size: 20px;
    color: var(--color-primary);
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    transition: 0.3s all;
}

.card-paint:hover h3 {
    color: var(--color-secondary);
}

.card-paint p {
    overflow: hidden;
    height: 60px;
    text-overflow: ellipsis;
}

/*--------------------------------------------------------------
  # Shop Details Paints
--------------------------------------------------------------*/
.sidebar-right .sidebar-right-content .view-detail-paint {
    background-color: rgb(247, 255, 234);
    border-radius: 0;
    padding: 80px !important;
    margin-top: 50px;
    margin-bottom: 80px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); */
}

.section-heading h4 {
    margin-bottom: 50px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    color: var(--color-primary);
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.section-heading h4 span {
    color: var(--color-secondary);
}

.section-heading h4::before,
.section-heading h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}

.section-heading h4::before {
    right: 0;
    background: #D9D9D9;
    height: 1px;
    width: 100%;
}

.section-heading h4::after {
    background: var(--color-secondary);
    width: 20%;
    left: 40%;
}

.paint-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.product-content {
    padding: 2rem 1rem;
}

.product-title {
    font-weight: 500;
    position: relative;
    margin: 1rem 0;
    padding-bottom: 20px;
    color: #676767;
    text-transform: uppercase;
}

.product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #D3F6EC;
    color: #00913D;
    padding: 3px 18px;
}

.product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}

.product-price .text-detail {
    font-size: 18px;
    font-weight: 400;
}

.date-ajout span {
    color: var(--color-secondary);
    text-decoration: wavy;
}

.new-price span {
    font-size: 34px;
    font-weight: 600;
    color: var(--color-primary);
}

.product-detail p {
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a;
}

.preview-detail .share-links {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-add_card {
    color: var(--color-white) !important;
    border: 1px solid #9E9E9E !important;
    background: var(--color-primary) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    z-index: 1;
}

.btn-add_card i {
    font-size: 18px;
    padding-right: 5px;
}

.btn-add_card::before {
    transition: 0.5s all ease;
    content: "";
    position: absolute;
    background: var(--color-secondary) !important;
    border: 1px solid var(--color-secondary) !important;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    visibility: hidden;

}

.btn-add_card:hover::before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: -1;
}

.btn-add_card:hover {
    color: var(--color-white);
    border: 1px solid var(--color-secondary) !important;
}


@media screen and (max-width: 1024px) {
    .sidebar-right .sidebar-right-content .view-detail-paint {
        background-color: var(--color-white);
        padding: 5px !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .col-md-6 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .sidebar-right .sidebar-right-content .view-detail-paint {
        background-color: var(--color-white);
        padding: 0px !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .section-heading h4 {
        font-size: 20px;
    }
}


/*--------------------------------------------------------------
  # Shop Shop book
--------------------------------------------------------------*/
.shop_book {
    margin-top: 40px;
    font-family: Roboto, sans-serif;
    text-align: center;
    position: relative;
    z-index: 1
}

.shop_book:before {
    content: "";
    height: 81%;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .5s ease 0s
}

.shop_book:hover:before {
    opacity: 1;
    height: 100%
}

.shop_book .pdf_image {
    position: relative
}

.shop_book .pdf_image a {
    display: block
}

.shop_book .pdf_image img {
    width: 100%;
    height: auto
}

.shop_book .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s
}

.shop_book .social {
    width: 120px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -23px;
    transform: scale(0);
    transition: all .3s ease 0s
}

.shop_book:hover .social {
    opacity: 1;
    transform: scale(1)
}

.shop_book:hover .product-discount-label,
.shop_book:hover .product-new-label,
.shop_book:hover .title {
    opacity: 0
}

.shop_book .social li {
    display: inline-block
}

.shop_book .social li a {
    color: var(--color-secondary);
    background: #fff;
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin: 0 2px;
    display: block;
    transition: all .3s ease 0s
}

.shop_book .social li a:hover {
    background: var(--color-secondary);
    color: #fff
}

.shop_book .product-discount-label,
.shop_book .product-new-label {
    background-color: var(--color-secondary);
    color: #fff;
    font-size: 17px;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all .3s
}

.shop_book .product-content {
    z-index: -1;
    padding: 15px;
    text-align: left
}

.shop_book .title {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all .3s ease 0s
}

.shop_book .title a {
    color: #414141
}

.shop_book .price {
    color: var(--color-secondary);
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-right: 2px;
    display: inline-block
}

@media only screen and (max-width: 1200px) {
    .shop_book .rating {
        margin: 0
    }
}

@media only screen and (max-width: 990px) {
    .shop_book {
        margin-bottom: 30px
    }

    .shop_book .rating {
        margin: -22px 0 0
    }
}

@media only screen and (max-width: 359px) {
    .shop_book .rating {
        margin: 0
    }
}


/*--------------------------------------------------------------
  # Notification Shop card
--------------------------------------------------------------*/
.notification i.fa-shopping-cart {
    font-size: 24px;
}

.notification .num {
    position: absolute;
    top: 3px;
    right: -3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #C12626;
    color: #fff;
    line-height: 22px;
    font-family: sans-serif;
    text-align: center;
}

.notification .not_shop {
    position: absolute;
    top: 3px;
    right: -3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #5a5a5a;
    color: #fff;
    line-height: 22px;
    font-family: sans-serif;
    text-align: center;
}


/*--------------------------------------------------------------
  # Start Dhamas
--------------------------------------------------------------*/
.sidebar-block-left .text-title {
    position: relative;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #121212;
    height: 45px;
}

.single-widget {
    padding: 15px 8px;
}

.post-thumbnail {
    position: relative;
    z-index: 1;
}

.single-blog-post {
    display: flex;
    width: 100%;
    padding: 10px;
    align-items: center;
    position: relative;
    background: #FCFCFC;
    margin-bottom: 10px;
    transition: 0.3s all;
}

.single-blog-post:hover {
    background: var(--color-secondary);

}

.single-blog-post .post-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
}

.single-blog-post .post-thumbnail img {
    width: 100%;
}

.single-blog-post .post-content {
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

.single-blog-post .post-content .post-title {
    color: var(--color-secondary);
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    line-height: 24px;
    max-height: 50px;
    transition: 0.3s all;
}

.single-blog-post:hover .post-content .post-title,
.single-blog-post:hover .post-content .text-artist,
.single-blog-post:hover .post-content .post-meta span,
.single-blog-post:hover .post-content .post-meta i {
    color: var(--color-white);
}

.single-blog-post .post-content .post-meta {
    margin-top: 8px;
}

.single-blog-post .post-content .text-artist {
    font-size: 14px;
    overflow: hidden;
    max-height: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-post .post-content .post-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-post .post-content .post-title {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-post .post-content .post-title {
        font-size: 13px;
    }
}

.single-blog-post .post-content .post-meta span {
    display: inline-block;
    color: var(--color-primary);
    font-size: 12px;
}


/*--------------------------------------------------------------
  # Login
--------------------------------------------------------------*/
.login-lao {
    position: relative;
    height: 100vh;
}

.login-lao::before {
    content: "";
    background: rgba(99, 190, 1, 0.859);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.left-content,
.right-login {
    position: relative;
    height: 100vh;
}

.left-content .text-content {
    padding-left: 60px;
}

.form-login {
    max-width: 480px;
    height: 500px;
    width: 100%;
}

.login-card-light {
    position: relative;
    border-radius: 8px;
    background-color: var(--color-white);
    transition: all 0.5s;
}

.login-card-light:hover {
    transform: translateY(10px);
}

.shadow-lg {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.left-content .logo {
    position: absolute;
    top: 30px;
    left: 60px;
}

.text-content .text-body {
    font-size: 60px;
    font-weight: 700;
}

.text-content .text-body span {
    color: var(--color-secondary);
}

.w-50 {
    width: 500px;
}

.border-bottom {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .left-content {
        display: none !important;
    }

}

/*

  .w-50 {
    width: 450px;
  }

  .text-content .text-body {
    font-size: 50px;
    font-weight: 700;
  }
} */

@media screen and (max-width: 768px) {
    .d-md-none {
        display: none !important;
    }


}


/*--------------------------------------------------------------
  # Shop Gift
--------------------------------------------------------------*/
.product-grid {
    font-family: Roboto, sans-serif;
    text-align: center;
    position: relative;
    z-index: 1
}

.product-grid:before {
    content: "";
    height: 81%;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .5s ease 0s
}

.product-grid:hover:before {
    opacity: 1;
    height: 100%
}

.product-grid .product-image {
    position: relative
}

.product-grid .product-image a {
    display: block
}

.product-grid .product-image img {
    width: 100%;
    height: auto
}

.product-grid .pic-1 {
    position: relative;
    opacity: 1;
    transition: all .5s ease-out 0s
}

.product-grid .product-image .link-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 176, 155, 0.5), rgba(150, 201, 61, 1));
    z-index: 1;
    transition: 0.5s all;
    opacity: 0;
}

.product-grid:hover .product-image .link-img::before {
    opacity: 1
}

.product-grid .social {
    width: 120px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -23px;
    transform: scale(0);
    z-index: 1;
    transition: all .3s ease 0s
}

.product-grid:hover .social {
    opacity: 1;
    transform: scale(1)
}

.product-grid:hover .product-discount-label,
.product-grid:hover .product-new-label,
.product-grid:hover .title {
    opacity: 0
}

.product-grid .social li {
    display: inline-block
}

.product-grid .social li a {
    color: var(--color-secondary);
    background: #fff;
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin: 0 2px;
    display: block;
    transition: all .3s ease 0s
}

.product-grid .social li a:hover {
    background: var(--color-secondary);
    color: #fff
}

.product-grid .product-discount-label,
.product-grid .product-new-label {
    background-color: var(--color-secondary);
    color: var(--color-white);
    font-size: 17px;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all .3s
}

.product-grid .product-content {
    z-index: -1;
    padding: 15px;
    text-align: left
}

.product-grid .title {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 7px;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    transition: all .3s ease 0s
}

.product-grid .title a {
    color: #414141
}

.product-grid .price {
    color: var(--color-secondary);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-right: 2px;
    display: inline-block
}

/* .product-grid .price span {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: line-through;
  text-align: left;
  display: inline-block;
  margin-top: -2px
} */

.product-grid .rating {
    padding: 0;
    margin: -22px 0 0;
    list-style: none;
    text-align: right;
    display: block
}

.product-grid .rating li {
    color: #757575;
    font-size: 13px;
    display: inline-block
}

.product-grid .rating li.disable {
    color: #dcdcdc
}

@media only screen and (max-width: 1200px) {
    .product-grid .rating {
        margin: 0
    }
}

@media only screen and (max-width: 990px) {
    .product-grid {
        margin-bottom: 30px
    }

    .product-grid .rating {
        margin: -22px 0 0
    }
}

@media only screen and (max-width: 359px) {
    .product-grid .rating {
        margin: 0
    }
}

/*--------------------------------------------------------------
  # Start School
--------------------------------------------------------------*/
.school {
    position: relative;
    background-color: #e3e6ee !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.text-header h2 {
    text-transform: uppercase;
    font-weight: 700;
    border-left: 7px solid var(--color-secondary);
    padding-left: 10px;
    margin-left: 15px;
    margin-bottom: 30px
}

.text-header h2 span {
    color: var(--color-secondary);
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.row {
    /*overflow: hidden*/
}

.card-school {
    display: table-row;
    width: 100%;
    background-color: var(--color-white);
    border: 1px solid #dadde6;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
    transition: all 0.2s;
}

.h-100 {
    height: 100% !important;
}

.card-school + .card-school {
    margin-left: 2%;
}

.card-school .circle-img {
    display: table-cell;
    width: 25%;
    position: relative;
    text-align: center;
    border-right: 2px dashed #e3e6ee;
    color: var(--color-primary);
}

.card-school:hover .circle-img {
    color: var(--color-white);
    background: var(--color-secondary);
    border-right: 2px dashed var(--color-white);
}

.card-school .circle-img:before,
.card-school .circle-img:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #e3e6ee;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
    border-radius: 50%
}

.card-school .circle-img:after {
    top: auto;
    bottom: -15px
}

.card-school .profil {
    display: block;
    width: 150px;
    height: 150px;
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 5px solid #e3e6ee;
    overflow: hidden;
}

.card-school:hover .circle-img .profil {
    border: 5px solid var(--color-white);
    background-color: #000000;
}

.card-school .circle-img .profil span {
    display: block;
}

.card-school .profil img {
    display: block;
    width: 100% !important;
    object-fit: cover; /* Assure que l'image remplit le cercle */
    object-position: center; /* Centre l'image dans le cercle */
    height: auto;
    object-fit: cover;
}

.card-school:hover .profil img {
    transform: scale(1.1);
}

.card-school .circle-img .profil span:last-child {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -10px
}

.card-cont {
    display: table-cell;
    width: 50%;
    font-size: 85%;
    padding: 10px 10px 30px 50px
}

.card-cont i {
    color: #62be01;
}

.card-cont h3 {
    color: #3C3C3C;
    font-size: 130%
}

.card-cont p {
    margin-top: 10px;
    font-size: 14px;
}

.card-cont small {
    font-size: 14px;
    color: var(--color-secondary);
}

.card-cont > div {
    display: table-row
}

.card-cont .even-flex p {
    display: table-column;

}

.card-cont .info,
.card-cont .remark {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.card-cont .info span {
    color: var(--color-secondary);
}

.card-cont .even-date i,
.card-cont .even-info i,
.card-cont .even-date p,
.card-cont .even-info p {
    display: table-cell;
    padding-left: 10px;
}

.card-cont .even-date p:first-child {
    padding-left: 0;
}

.card-cont .even-date i,
.card-cont .even-info i {
    padding: 5% 5% 0 0
}

.card-cont .even-info p {
    padding: 30px 50px 0 0
}

.card-cont .even-date time span {
    display: block
}

.card-cont a {
    display: block;
    text-decoration: none;
    width: 80px;
    height: 30px;
    background-color: #D8DDE0;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.card-cont a i {
    color: var(--color-white);
}

.row:last-child .card-school:first-child .card-cont a {
    background-color: #037FDD
}

.row:last-child .card-school:last-child .card-cont a {
    background-color: var(--color-secondary)
}

@media screen and (max-width: 860px) {
    .card-school {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px
    }

    .card-school + .card-school {
        margin-left: 0
    }

    .card-cont .even-date,
    .card-cont .even-info {
        font-size: 75%
    }
}

@media screen and (max-width: 600px) {
    .card-school .profil {
        display: none;
    }

    .card-school .circle-img {

        width: 5%;

    }
}


/*--------------------------------------------------------------
  # Start Contact Us
--------------------------------------------------------------*/
.contact {
    background: url("/assets/img/home.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 400px;
    width: 100%;
    margin-bottom: 40px;

}

.contact .breadcrumb {
    margin-top: -20px;
    float: none !important;
    position: relative;
    background-color: transparent !important;
}

.contact .breadcrumb a {
    color: var(--color-white) !important;
}

.contact .breadcrumb > li + li:before {
    font-family: "FontAwesome";
    padding: 0 5px;
    color: var(--color-white);
    content: "\f054";
    font-size: 12px;
}

.contact .breadcrumb > .active {
    color: var(--color-secondary) !important;
}

.contact .breadcrumb > .white {
    color: var(--color-white) !important;
}

.contact .breadcrumb span {
    color: var(--color-secondary) !important;
}

.contact h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-white);
}

.form-contact {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.form-contact .contact-message {
    position: relative;
    background: var(--color-white);
    border: solid 0.4rem var(--color-secondary);
    padding: 80px 40px;
}

.form-contact .contact-message::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 70%;
    height: 70%;
    z-index: -1;
    background-color: var(--color-primary);
}

.contact-message h2 span {
    font-weight: 600;
    color: var(--color-secondary);
}

.icons-contact {
    margin-top: 40px;
}

.icons-contact .numero {
    font-size: 24px;
    font-weight: 700;
}

.icons-contact p {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.icons-contact i {
    font-size: 30px;
    color: var(--color-secondary);
}

.maps {
    padding-top: 70px;
    position: relative;
}

.map-area {
    width: 100%;
    height: 465px;
    background: #E5E3DF;
}

.map-area iframe {
    border: none !important;
    width: 100%;
    height: 100%;
}

/*responsive*/

@media (max-width: 991px) {
    .map-area {
        width: 100%;
        height: 400px;
    }
}

/*--------------------------------------------------------------
  # Start Upload button Fixe
--------------------------------------------------------------*/

.fileUpload {
    position: fixed;
    top: 28%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    z-index: 100;
}

.media-icons {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background-color: var(--color-primary);
    padding: 6px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.close-btn.open ~ .media-icons {
    transform: translateX(0);
}

.media-icons a {
    background-color: var(--color-white);
    text-decoration: none;
    position: relative;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: 6px;
    transition: all 0.2s linear;
}

.media-icons a i {
    color: var(--color-primary);
}

.media-icons a:hover {
    background-color: var(--color-secondary);
}

.media-icons a:hover i {
    color: var(--color-white);
}

.media-icons a .tooltip {
    position: absolute;
    right: 55px;
    font-size: 14px;
    font-weight: 400;
    pointer-events: none;
    background-color: var(--color-secondary);
    color: var(--color-white);
    padding: 8px;
    width: 100px;
    border-radius: 4px;
    transform: translateY(-25px);
    opacity: 0;
    transition: all 0.2s linear;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

a:hover .tooltip {
    opacity: 1;
    transform: translateY(0);
}

a .tooltip::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: 50%;
    right: -5px;
    transform: translateY(-50%) rotate(45deg);
    background-color: var(--color-secondary);
}

.close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    background-color: var(--color-primary);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transform: rotate(0deg) translateX(70%);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.close-btn:hover {
    transform: translateX(0);
}

.close-btn.open {
    transform: rotate(90deg);
    background-color: var(--color-secondary);
}

.upload-modal .modal {
    position: fixed;
    top: 10% !important;
}

.modal .fom_upload {
    height: 167px;
    display: flex;
    cursor: pointer;
    margin: 30px 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    border: 2px dashed var(--color-secondary);
}

.modal .fom_upload :where(i, p) {
    color: var(--color-secondary);
}

.modal .fom_upload i {
    font-size: 50px;
}

.modal .fom_upload p {
    margin-top: 15px;
    font-size: 16px;
}

.modal .fom_upload .file-input {
    display: none;
}

.modal section .row {
    background: #f2ffe6;
    list-style: none;
    padding: 15px 20px;
    margin: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal section .row i {
    color: var(--color-secondary);
    font-size: 30px;
}

.modal section .details span {
    font-size: 14px;
}

.modal .progress-area .row .content {
    width: 100%;
    margin-left: 15px;
}

.modal .progress-area .details {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    justify-content: space-between;
}

.modal .progress-area .content .progress-bar {
    height: 6px;
    width: 100%;
    margin-bottom: 4px;
    background: #fff;
    border-radius: 30px;
}

.modal .content .progress-bar .progress {
    height: 100%;
    width: 0%;
    background: #6990F2;
    border-radius: inherit;
}

.modal .uploaded-area {
    max-height: 232px;
    overflow-y: scroll;
}

.modal .uploaded-area.onprogress {
    max-height: 150px;
}

.modal .uploaded-area::-webkit-scrollbar {
    width: 0px;
}

.modal .uploaded-area .row .content {
    display: flex;
    align-items: center;
}

.modal .uploaded-area .row .details {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
}

.uploaded-area .row .details .size {
    color: #404040;
    font-size: 11px;
}

.uploaded-area i.fa-check {
    font-size: 16px;
}

.modal .preloader-box {
    margin: 5px 20px;
}

.modal .loaderUpload {
    width: 100%;
    height: 4.8px;
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

.modal .loaderUpload::after {
    content: '';
    width: 230px;
    height: 4.8px;
    background: #62be01;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: animloader 0.8s linear infinite;
}

@keyframes animloader {
    0% {
        left: 0;
        transform: translateX(-100%);
    }

    100% {
        left: 100%;
        transform: translateX(0%);
    }
}

/*--------------------------------------------------------------
  # Start Produit
--------------------------------------------------------------*/
.dataTables_wrapper thead {
    background: #fff !important;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.dataTables_wrapper th {
    font-weight: bold !important;
    border: 1px solid #efefef !important;
    text-align: left;
    border-top: 0px;
}

.dataTables_wrapper tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .02) !important;
}

.dataTables_wrapper tr:nth-child(even) {
    background-color: #fff !important;
}

.dataTables_wrapper tbody tr td {
    border: 1px solid #efefef !important;
    padding: 0.7rem !important;
    text-align: left;
    border-top: 0px;
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
    outline: none;
    padding: 7px 12px;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    background-color: #fff;
}

.dataTables_wrapper .dataTables_filter input[type="search"]:focus {
    border: 1px solid var(--color-secondary);
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 30px !important;

}

.dataTables_wrapper .dataTables_paginate {
    text-align: center !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block !important;
    padding: 5px 20px !important;
    margin: 0 2px !important;
    cursor: pointer !important;
    border: 1px solid #ddd !important;
    background-color: #f2f2f2 !important;
    color: #333 !important;
    text-decoration: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--color-white) !important;

}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    cursor: not-allowed !important;
    color: #888 !important;
}

/* Optionally, add hover effect */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #ddd !important;
}


/*--------------------------------------------------------------
  # Start Footer
--------------------------------------------------------------*/
.footer {
    position: relative;
    color: var(--color-white);
    background: url("/assets/img/footer-bg.png") no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    margin-top: 0 !important;
}

.footer-content .img-fluid {
    max-width: 40% !important;
    height: auto;
}

.footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(18, 18, 18, 0.819);
    z-index: -1;
}

.footer .footer-top {
    background-color: rgba(99, 190, 1, 0.744);
    width: 100%;
    z-index: 1;
    padding: 20px 0;
}

.footer .footer-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer .footer-content .showMore {
    color: var(--color-white);
}

.footer .footer-content p {
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    text-align: justify;
    font-weight: 400;
    margin-top: 15px;
    width: 90%;
}

.footer .contact-info {
    display: inline-flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}

.footer .contact-info a {
    color: var(--color-white);
    transition: all 0.3s ease;
    font-weight: 400;
}

.footer .footer-content a:hover {
    color: var(--color-secondary);
}

.footer .footer-content .footer-Adress .follow {
    margin-top: 20px;
}

.footer .footer-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: "poppins", sans-serif;
    color: var(--color-white);
}

.footer .footer-content .social-links a.facebook {
    background: #1877F2;
}

.footer .footer-content .social-links a.twitter {
    background: #12A5FF;
}

.footer .footer-content .social-links a.google {
    background: #DB4437;
}

.footer .footer-content .social-links a.pinterest {
    background: #CB1F27;
}

.footer .footer-content .social-links a.email {
    background: #C12626;
}

.footer .footer-content .social-links a.youtube {
    background: #C12626;
}

.footer .footer-content .social-links a.shopping-cart {
    background: var(--color-secondary);
}

.footer .footer-content .social-links a.facebook,
.footer .footer-content .social-links a.twitter,
.footer .footer-content .social-links a.google,
.footer .footer-content .social-links a.pinterest,
.footer .footer-content .social-links a.email,
.footer .footer-content .social-links a.youtube {
    font-size: 18px;
    display: inline-block;
    color: var(--color-white);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 32px;
    height: 32px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

.footer .footer-content .social-links a:hover {
    background: var(--color-secondary);
    color: var(--color-white);
    text-decoration: none;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.footer .footer-content h4 {
    font-size: 20px;
    font-weight: 600 !important;
    color: var(--color-secondary);
    position: relative;
    padding-bottom: 5px;
}

.footer .footer-content .footer-links {
    margin-bottom: 20px;
}

.footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.footer .footer-content .footer-links ul i {
    padding-right: 10px;
    color: var(--color-secondary);
    font-size: 12px;
    line-height: 1;
}

.footer .footer-content .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-content .footer-links ul a {
    font-size: 14px;
    color: var(--color-white);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.footer .footer-content .footer-links ul a:hover {
    color: var(--color-secondary);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.footer .footer-content .footer-Adress p {
    color: var(--color-white);
    text-align: left;
    margin-bottom: 10px;
}

.footer .footer-top .newleter form {
    margin-top: 40px;
    background: var(--color-white);
    padding: 4px 10px;
    position: relative;
    border-radius: 4px;
}

.footer .footer-top .newleter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
    outline: none;

}

.footer .footer-top .newleter form input::placeholder {
    color: rgb(204, 204, 204);
}

.footer .footer-top .newleter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    background: var(--color-primary);
    color: var(--color-white);
    transition: 0.3s;
    border-radius: 4px;
}

.footer .footer-top .newleter form input[type=submit]:hover {
    background: var(--color-black);
}

.footer .footer-botton {
    display: flex;
    align-items: center;
    background-color: var(--color-primary);
    padding: 20px 0;
}

.footer .footer-botton .copyright {
    text-align: center;
    font-size: 13px;
    color: var(--color-white);
}

.footer .footer-botton .copyright a {
    color: var(--color-secondary);
}

@media (max-width: 768px) {
    .footer .footer-top .footer-info {
        max-width: 93%;
    }

    .footer .copyright {
        font-size: 12px;
    }

    .footer .footer-top p {
        text-align: left;
        width: 100%;
    }

}

#back_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all .2s;
}

#back_top:hover {
    transform: scale(1.1);
}

#progress-value {
    display: block;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    place-items: center;
    font-size: 35px;
    color: var(--color-primary);
    transition: all .2s;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--color-secondary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.back-to-top i {
    font-size: 14px;
    color: var(--color-white);
    line-height: 0;
}

.back-to-top:hover {
    transform: scale(1.1);
    background: var(--color-primary);
    color: var(--color-white);
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.login-card-hide {
    display: none !important;
}

.error_mot {
    border-bottom: 1px solid rgba(255, 0, 0, 0.34) !important;
}

.warning_mot {
    border-bottom: 1px solid purple !important;
}

div#content_phrase {
    font-size: 18px !important;
}

div#content_phrase:empty:before {
    content: attr(data-placeholder);
    color: gray
}

/**
progress bar
 */
.progress-bar.indeterminate {
    position: relative;
    animation: progress-indeterminate 3s linear infinite;
}

@keyframes progress-indeterminate {
    from {
        left: -25%;
        width: 25%;
    }
    to {
        left: 100%;
        width: 25%;
    }
}

.d-none {
    display: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.modal-fullscreen {
    z-index: 9999 !important;
}

.custom-player {

    background-color: #f1f3f4; /* Exemple */
}

.custom-player .img-area {
    height: 450px; /* Ajustez selon vos besoins */

}


.img-area {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.img-slide {
    position: absolute;
    top: 0;
    left: 100%; /* Commence en dehors de l'écran à droite */
    width: 100%;
    opacity: 0;
    transition: opacity 2s ease, transform 2s ease; /* Effet de transition */
    transform: translateX(100%); /* Image part de droite */
}

.img-slide.active {
    opacity: 1;
    transform: translateX(0); /* Se positionne au centre */
}

.img-slide.previous {
    opacity: 0;
    transform: translateX(-100%); /* Sort par la gauche */
}

.lao_font.name {
    font-size: 24px;
    font-weight: bold;
}

.lao_font.artist,
.lao_font.composer {
    font-size: 20px;
}

.lao_font.album,
.lao_font.genre,
.lao_font.grouping {
    font-size: 16px;
}

/* Réduire les tailles de police pour les écrans plus petits */
@media (max-width: 768px) {
    .lao_font.name {
        font-size: 20px;
    }

    .lao_font.artist,
    .lao_font.composer {
        font-size: 18px;
    }

    .lao_font.album,
    .lao_font.genre,
    .lao_font.grouping {
        font-size: 14px;
    }
}

/* Encore plus petit pour les mobiles */
@media (max-width: 480px) {
    .lao_font.name {
        font-size: 18px;
    }

    .lao_font.artist,
    .lao_font.composer {
        font-size: 16px;
    }

    .lao_font.album,
    .lao_font.genre,
    .lao_font.grouping {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .sidebar-right .sidebar-right-content {
        padding: 0 !important;
    }

    .sidebar-right .sidebar-right-content .row {
        padding: 0 !important;
    }
}


@media screen and (min-width: 767px) and (max-width: 1155px) {
    .filter-container {
        position: sticky !important;
        top: 100px !important;
        z-index: 10
    }
    .titre_galery {
        position: sticky !important;
        top: 150px !important;
        z-index: 3!important;
        background: white !important;
    }
}
@media (max-width: 915px) {
    .topbar, .footer, .loader-ajax {
        display: none !important;
    }
}

/* Cache le loader sur mobile par défaut */
@media (max-width: 915px) {
    .loader-ajax {
        display: none !important;
    }
}

/* Classes pour gérer l'affichage du loader */
.loader-show {
    display: block !important;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.loader-hide {
    display: none !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sidebar-medias {
    height: 80vh; /* ou la hauteur que vous souhaitez */
    overflow-y: auto;
    width: 100%;
}

#fullscreen-images-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 99999; /* Augmenté pour être sûr */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#fullscreen-images-container .fullscreen-img {
    display: none;
    max-width: 95%;
    max-height: 95%;
    width: auto;
    height: auto;
    object-fit: contain;
    position: absolute;
}

#fullscreen-images-container .fullscreen-img.active {
    display: block;
}

.hidden-during-fullscreen {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.hidden-during-fullscreen {
    display: none !important;
}


#manual-fullscreen-btn {
    position: absolute;
    bottom: 70px;
    right: 10px;
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

#manual-fullscreen-btn:hover {
    background: rgba(0,0,0,0.8);
}

#manual-fullscreen-btn i {
    font-size: 16px;
}

/* Style quand en plein écran */
#manual-fullscreen-btn.active i.fa-expand::before {
    content: "\f066"; /* Icône de réduction */
}

.dico_blue {
    color: #0066CC!important;
    background: #CCF5FF!important;
    font-weight: normal;
}

.dico_green {
    color: #FFFFFF!important;
    background-color: #62be01!important;
    font-weight: normal !important;
}

.dico_orange{
    color: #A04907!important;
    background: #FECBA1!important;
    font-weight: normal;
}

.audio-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.audio-line audio {
    flex: 1;
}

.fullscreen-btn {
    padding: 6px 12px;
    font-size: 14px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.fullscreen-btn:hover {
    background-color: #388E3C;
}


.dictionary-table td {
    padding: 0;
    vertical-align: top;
    border-bottom: 1px solid #e0e0e0;
}

.content-first-column {
    padding: 20px;
    width: 35%;
    background-color: #fafafa;
    border-right: 2px solid #e0e0e0;
}

.content-second-column {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    min-height: 200px; /* Hauteur minimale si nécessaire */
}

/* Styles pour la première colonne */
.word-pair {
    margin-bottom: 25px;
}

.word-pair:last-child {
    margin-bottom: 0;
}

.laoAntPali, .laoAntSank, .laoDhamPali, laoDhamSank {
    font-size: 15px;
    font-weight: normal;
    color: #2c3e50;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.laoAntPhPa, .LanAnthPhSa {
    font-size: 14px;
    color: #7f8c8d;
    font-style: italic;
    margin-bottom: 0;
    padding-left: 10px;
    border-left: 3px solid #bdc3c7;
}

/* Styles pour la deuxième colonne */
.laoAntMean, .laoDhamMean {
    font-size: 16px;
    line-height: 1.6;
    color: #2c3e50;
    margin: 0;
}

.position_haut {
    align-self: flex-start;
    margin-bottom: auto;
}

.laoAntMeanth, .laoDhamMeanth {
    font-size: 14px;
    color: #7f8c8d;
    font-style: italic;
    margin: 0;
}

.position_bas {
    margin-top: auto;
    border-top: 1px solid #ecf0f1;
    padding-top: 10px;
}

/* Responsivité */
@media (max-width: 768px) {
    .dictionary-table {
        font-size: 14px;
    }

    .content-first-column, .content-second-column {
        padding: 15px;
    }

    .laoAntPali, .laoAntSank, .laoDhamPali, .laoDhamSank {
        font-size: 18px;
    }
}

.same_btn {
    height: 40px !important;


}

.input-group-addon label {
    margin: 0 5px;
}

.color-orange {
    color: #A04907 !important;
}

.color-blue {
    color: #0066CC !important;
}


/* Overlay de chargement */
#loading-pro-template {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(5px);

}

/* Image de chargement */
#loading-img {
    position: fixed;
    top: 50%;
    left: 50%;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    animation: bounce 1s infinite;
    padding: 20px;
    border-radius: 10px;
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}



.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.8));
    border-radius: 2px;
    animation: progressAnimation 3s ease-in-out;
    transform: translateX(-100%);
}

@keyframes progressAnimation {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

/* Particules flottantes */
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: float 4s ease-in-out infinite;
}

.particle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    top: 80%;
    left: 20%;
    animation-delay: 1s;
}

.particle:nth-child(3) {
    top: 40%;
    right: 15%;
    animation-delay: 2s;
}

.particle:nth-child(4) {
    bottom: 30%;
    right: 25%;
    animation-delay: 0.5s;
}


/* Responsive */
@media (max-width: 768px) {
    #pro-menu {
        top: auto;
        bottom: 20px;
        right: 10px;
        transform: none;
    }

    #loading-img {
        width: 140px;
        height: 140px;
    }

    .loading-text {
        font-size: 16px;
    }

    .progress-bar {
        width: 150px;
    }

    .main-content {
        padding: 20px;
        margin: 10px;
    }
}


#loading-pro-template img {
    width: 60px;
    height: 60px;
}

/* Animation */
@keyframes bounce {
    0%, 100% {
        transform: translate(-50%, -50%) translateY(0);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-20px);
    }
}

#loading-img {
    width: 500px !important;
    height: 500px !important;
}

@media (max-width: 767px) {
    #loading-img {
        width: 350px !important;
        height: 350px !important;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translate(-50%, -50%) translateY(0);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-20px);
    }
}



/**
POUR LES PLAYLIST
 */

.content-PlayList {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
    align-items: stretch;

}

.card_play_listMedias {
    flex: 1 1 280px;
    max-width: 320px;
    min-width: 280px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    position: relative;
}

.card_play_listMedias:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card_header_play_listMedias {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.card_header_play_listMedias img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    filter: brightness(0.9);
}

.card_play_listMedias:hover .card_header_play_listMedias img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.play_listMedias_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
    opacity: 0;
    transition: all 0.3s ease;
}

.card_play_listMedias:hover .play_listMedias_overlay {
    opacity: 1;
}

.play_listMedias_count {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 12px;
}

.play_listMedias_count i {
    font-size: 2rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.dropdown_play_listMedias {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
}

.dropdown_toggle_play_listMedias {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: scale(0.8);
}

.card_play_listMedias:hover .dropdown_toggle_play_listMedias {
    opacity: 1;
    transform: scale(1);
    /*background: rgba(255, 255, 255, 1);*/
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dropdown_toggle_play_listMedias:hover {
    /*background: #f8f9fa;*/
    transform: scale(1.1);
}

.dropdown_toggle_play_listMedias i {
    color: #495057;
    font-size: 14px;
}

.dropdown_menu_play_listMedias {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    min-width: 120px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 8px;
}

.dropdown_toggle_play_listMedias:focus + .dropdown_menu_play_listMedias,
.dropdown_menu_play_listMedias:hover {
    display: block;
}

.dropdown_menu_play_listMedias a {
    display: block;
    padding: 12px 16px;
    color: #495057;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 500;
}

.dropdown_menu_play_listMedias a:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.card_body_play_listMedias {
    padding: 10px !important;
    background: white !important;
}

.title_play_listMedias {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.privacy_play_listMedias {
    color: #6c757d;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.privacy_play_listMedias::before {
    content: "🔒";
    font-size: 0.8rem;
}

.update_play_listMedias {
    color: #495057;
    font-size: 0.85rem;
    font-weight: 400;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.card_play_listMedias:hover .update_play_listMedias {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .card_play_listMedias {
        flex: 1 1 calc(33.333% - 16px);
        max-width: none;
    }
}

@media (max-width: 992px) {
    .card_play_listMedias {
        flex: 1 1 calc(50% - 12px);
    }
}

@media (max-width: 768px) {
    .content-PlayList {
        gap: 16px;
    }

    .card_play_listMedias {
        flex: 1 1 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .card_header_play_listMedias {
        height: 180px;
    }

    .play_listMedias_count {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }

    .card_header_play_listMedias {
        height: 160px;
    }

    .card_body_play_listMedias {
        padding: 20px 10px;
    }

    .title_play_listMedias {
        font-size: 1.2rem;
    }
}

/* Animation d'entrée */
.card_play_listMedias {
    animation: slideInUp 0.6s ease forwards;
}

.card_play_listMedias:nth-child(2) { animation-delay: 0.1s; }
.card_play_listMedias:nth-child(3) { animation-delay: 0.2s; }
.card_play_listMedias:nth-child(4) { animation-delay: 0.3s; }

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}









.main-container {
    display: flex;
    height: 100vh;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}

/* SIDEBAR PLAYLIST */
.playlist-sidebar {
    width: 350px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
}

.playlist-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    background: linear-gradient(135deg, #62be01, #4CAF50);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.playlist-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
}

.playlist-title {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    position: relative;
    z-index: 1;
}

.playlist-count {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    opacity: 0.8;
    margin: 5px 0 0 0;
    z-index: 1;
}

.playlist-content {
    flex: 1;
    overflow-y: auto;
    padding: 10px 0;
    height: 100% !important;
}

.playlist-content::-webkit-scrollbar {
    width: 6px;
}

.playlist-content::-webkit-scrollbar-track {
    background: rgb(190, 189, 189);
}

.playlist-content::-webkit-scrollbar-thumb {
    background: rgb(93, 179, 5);
    border-radius: 3px;
}

.playlist-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    margin: 2px 10px;
    border-radius: 12px;
    cursor: pointer;
    padding-right: 40px !important;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.playlist-item .trash-icon {
    position: absolute  !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #ff6b6b !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    cursor: pointer !important;
    font-size: 1rem !important;
    padding: 8px !important;
    border-radius: 50% !important;
    background: rgba(255, 107, 107, 0.1) !important;
}

.playlist-item:hover .trash-icon {
    opacity: 1 !important;
}


/* Pour les écrans tactiles */
@media (hover: none) {
    .playlist-item .trash-icon {
        opacity: 0.5 !important; /* Toujours visible mais discrète */
    }

    .playlist-item.active .trash-icon {
        opacity: 1 !important; /* Plus visible quand l'élément est actif */
    }
}

/* Animation pour le trash icon */
@keyframes shake {
    0% { transform: translateY(-50%) rotate(0deg); }
    25% { transform: translateY(-50%) rotate(5deg); }
    50% { transform: translateY(-50%) rotate(0eg); }
    75% { transform: translateY(-50%) rotate(-5deg); }
    100% { transform: translateY(-50%) rotate(0deg); }
}

.playlist-item .trash-icon:hover {
    animation: shake 0.4s ease !important;
    color: #ff0000 !important;
    background: rgba(255, 107, 107, 0.2) !important;
}


.playlist-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.playlist-item.active {
    background: linear-gradient(135deg, #62be01 0%, #4a9500 100%);
    transform: translateX(8px);
    box-shadow: 0 6px 20px rgba(98, 190, 1, 0.4);
}

.playlist-item.active .song-title,
.playlist-item.active .song-artist,
.playlist-item.active .song-year {
    color: white !important;
}

.playlist-thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.playlist-thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.1) 50%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.playlist-item:hover .playlist-thumbnail::after {
    opacity: 1;
}

.song-info {
    flex: 1;
    min-width: 0;
}

.song-title {

    font-weight: 600;
    color: #5d5a5a;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.song-artist {

    color: #5d5a5a;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.song-year {

    color: #5d5a5a;
    font-weight: 500;
}

.play-indicator {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.playlist-item:hover .play-indicator,
.playlist-item.active .play-indicator {
    opacity: 1;
}

.play-indicator i {
    color: #62be01;
    font-size: 0.9rem;
}

.playlist-item.active .play-indicator i {
    color: white;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

/* ZONE PRINCIPALE */
.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
    position: relative;
}

.player-zone {
    position: relative;
    overflow: hidden;
    margin-right: 20px !important;
}

.player-zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
    background-size: 50px 50px;
    animation: float 20s infinite linear;
}

@keyframes float {
    0% { transform: translateY(0px) translateX(0px); }
    100% { transform: translateY(-50px) translateX(-50px); }
}

.player-placeholder {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
}

.player-placeholder i {
    font-size: 4rem;
    color: white;
    margin-bottom: 20px;
    opacity: 0.8;
}

.player-placeholder h3 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.player-placeholder p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
    .main-container {
        margin: 10px;
        border-radius: 15px;
    }

    .playlist-sidebar {
        width: 320px;
    }

    .playlist-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
        margin: 5px;
        border-radius: 10px;
        min-height: calc(100vh - 10px);
    }

    .playlist-sidebar {
        width: 100%;
        max-height: 300px;
        order: 2;
    }

    .playlist-header {
        padding: 15px;
    }

    .playlist-title {
        font-size: 1.1rem;
    }

    .playlist-content {
        max-height: 200px;
    }

    .playlist-item {
        padding: 10px 12px;
        margin: 1px 8px;
    }

    .playlist-thumbnail {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .song-title {
        font-size: 0.9rem;
    }

    .song-artist {
        font-size: 0.8rem;
    }

    .main-content {
        order: 1;
        flex: none !important;
    }

    .player-placeholder {
        padding: 40px 20px;
    }

    .player-placeholder i {
        font-size: 3rem;
    }

    .player-placeholder h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .playlist-sidebar {
        max-height: 250px;
    }

    .playlist-content {
        max-height: 150px;
    }

    .playlist-header {
        padding: 12px;
    }

    .playlist-title {
        font-size: 1rem;
    }

    .playlist-item {
        padding: 8px 10px;
        margin: 1px 6px;
    }

    .playlist-thumbnail {
        width: 35px;
        height: 35px;
        margin-right: 8px;
    }

    .song-title {
        font-size: 0.85rem;
    }

    .song-artist {
        font-size: 0.75rem;
    }

    .song-year {
        font-size: 0.7rem;
    }

    .player-placeholder {
        padding: 30px 15px;
    }

    .player-placeholder i {
        font-size: 2.5rem;
    }

    .player-placeholder h3 {
        font-size: 1.1rem;
    }

    .player-placeholder p {
        font-size: 0.9rem;
    }
}

/* ANIMATIONS D'ENTRÉE */
.playlist-item {
    animation: slideInLeft 0.6s ease forwards;
}

.playlist-item:nth-child(1) { animation-delay: 0.1s; }
.playlist-item:nth-child(2) { animation-delay: 0.2s; }
.playlist-item:nth-child(3) { animation-delay: 0.3s; }
.playlist-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* MENU TOGGLE POUR MOBILE */
.mobile-toggle {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    background: #62be01;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    box-shadow: 0 4px 15px rgba(98, 190, 1, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(98, 190, 1, 0.6);
}

@media (max-width: 768px) {
    .mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .playlist-sidebar.mobile-hidden {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .playlist-sidebar.mobile-visible {
        max-height: 300px;
        transition: max-height 0.3s ease;
    }
}

@media (max-width: 480px) {
    .main-container{
        height: 100% !important;
    }
    .playlist-content {
        overflow-y: visible; /* Supprime le scroll */
        max-height: none !important; /* Annule toute hauteur maximale */
        display: flex;
        flex-direction: column;
    }

    /* Optionnel : ajuster la hauteur du sidebar sur mobile */
    .playlist-sidebar {
        max-height: none !important;
        height: auto !important;
    }
}

/* Pour les tablettes (entre 481px et 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .playlist-content {
        max-height: 400px; /* Vous pouvez ajuster cette valeur */
    }
}


.fullscreen-container {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999999 !important; /* Augmentez ceci */
    background: #000 !important;
}

/* Styles de base améliorés */
.ad-title {
    font-size: 5vw; /* Taille relative à la largeur de l'écran */
    line-height: 1.2;
    margin-bottom: 2vh; /* Marge relative à la hauteur */
    padding: 0 5%;
    word-wrap: break-word;
}

.ad-description {
    font-size: 3.5vw;
    line-height: 1.4;
    padding: 0 8%;
    margin-bottom: 3vh;
}

/* Adaptation spécifique mobile */
@media (max-width: 768px) and (orientation: portrait) {
    .ad-title {
        font-size: 7vw;
        margin-bottom: 1vh;
    }

    .ad-description {
        font-size: 4.5vw;
        padding: 0 5%;
    }

    .ad-content {
        padding: 20px 15px !important;
        bottom: 10px !important;
    }

    .image-counter {
        font-size: 3.5vw !important;
    }
}

/* Gestion de l'orientation paysage */
@media (max-width: 768px) and (orientation: landscape) {
    .ad-title {
        font-size: 4vw;
    }

    .ad-description {
        font-size: 3vw;
        max-height: 30vh;
        overflow-y: auto;
    }
}

.desktop-hint { display: block; }
.mobile-hint { display: none; }

@media (max-width: 768px) {
    .desktop-hint { display: none; }
    .mobile-hint {
        display: block;
        font-size: 3.5vw;
    }

    .exit-hint {
        top: 15px !important;
        right: 15px !important;
    }
}

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

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



.badge-secondary {
    background: var(--color-tertiaire);
    color: black;
    padding: 10px !important;
}

.badge-warning{
    padding: 10px !important;

}

.badge-success{
    padding: 10px !important;
    background: var(--color-secondary);

}

.badge-danger {
    padding: 10px !important;
    background: #ee3838;

    color: white;
}

td.text-center .btn-group-sm .btn {
    text-align: center !important;
    float: none !important;
}

.swal-wide {
    width: 600px !important;
    max-width: 80%;
}
.swal-title-big {
    font-size: 24px !important;
}
.swal-content-big {
    font-size: 18px !important;
}
.swal-confirm-big, .swal-cancel-big {
    font-size: 16px !important;
    padding: 10px 20px !important;
}

.btn-secondary-disabled{
    background: rgba(0, 169, 236, 0.42);
}

.swal-wide {
    width: 650px !important;
    max-width: 85%;
}

.btn-lg {
    padding: 1.25rem 1.5rem !important;
    font-size: 1.5rem !important;
    min-width: 120px !important;
}

.mx-2 {
    margin: 0 1.5rem !important;
}

.row_modal_account {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.show_btn_sm {
    display: none;
}
@media (max-width: 1200px) {
    .no-show {
        display: none !important;
    }
    .show_btn_sm  {
        display: block;
    }
}

span.Lao_Typing {
    font-family: "Lao_Typing" !important;
    font-size: 22px !important;
    font-weight: bold;
}

span.Lao_typing4C_OT{
    font-family: "Lao_typing4C_OT" !important;
    /*font-size: 22px !important;*/
    font-weight: bold;
}
span.Lao_Rajbandith{
    font-family: "Lao_Rajbandith" !important;
    /*font-size: 22px !important;*/
    font-weight: bold;
}