/*WE USE THE COLORS DEFINE HERE IN OUR WEBSITE*/

:root {
    --black: #000000;
    --orange: #ff3c00;
    --orange-hight: #ff2000;
    --white: #ffffff;
    --white-transparent: #ffffff9f;
    --white-gray: #eaeaea;
    --gray: #5b5b5b;
}

body {
    font-family: 'Poppins' !important;
    overflow-x: hidden;
}

.kl-line-separator {
    text-transform: uppercase !important;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: var(--black);
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--orange);
    border-radius: 5px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: var(--orange-hight);
}


/**************************************************************************************************************************************************************************************/


/*************************************************************************  NAVBAR HEADER STYLE HERE    *****************************************************************************/


/************************************************************************************************************************************************************************************/


/*Submenu styles*/

.kl-navbar {
    padding: 0;
}

.nav-item {
    min-width: 112px;
    display: flex;
    justify-content: center;
}

.kl-menu-lists-mg {
    font-size: 13px !important;
}

.kl-menu-lists li a {
    display: inline-block;
    display: flex;
    align-items: center;
    height: 50px;
    margin: 0;
}

.kl-right-menu span img {
    width: 40px;
    margin: 0 5px;
}

.kl-navigate-brand {
    width: 40%;
}

.kl-right-menu>span>img {
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.kl-right-menu>span>img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.kl-submenu {
    position: absolute;
    z-index: 10;
    left: 100px;
    top: 88px;
    right: 100px;
    height: auto !important;
    min-height: 420px !important;
    padding: 30px;
    background: var(--white);
    transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}

.kl-list-region {
    min-height: 200px !important;
}

.kl-form-control {
    height: 30px;
    border-bottom: none;
    border-radius: none;
    background-color: none;
}

.kl-menu-lists .kl-hover-submenu:hover .kl-submenu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    height: 90vh;
}

.kl-submenu-lists {
    margin-top: 20px;
}

.kl-submenu-lists li {
    list-style-type: none;
}

.kl-orator-about-submenu {
    background: var(--white-gray);
    padding: 15px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.kl-orator-about-emission {
    height: 130px;
}

.kl-submenu-image-orator {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kl-submenu-image-emission {
    width: 100px;
    height: 100px;
}

.kl-submenu-image-orator img {
    width: 105%;
}

.kl-orator-about-submenu>div:first-child {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid var(--orange-hight);
}

.kl-navigation {
    width: 100%;
    display: flex;
    align-items: center;
}

.kl-orator-about-submenu {
    padding: 10px !important;
    overflow: hidden;
}

.kl-orator-about-submenu:hover {
    background: var(--orange) !important;
}

.kl-orator-about-submenu:hover .kl-submenu-orator-name h5 {
    color: var(--white) !important;
}

.kl-orator-about-submenu:hover .kl-submenu-orator-name h6 {
    color: var(--white) !important;
}

.kl-orator-about-submenu:hover>div:first-child {
    border-right: 2px solid var(--white) !important;
}

.kl-submenu-orator-name a {
    color: var(--black);
    text-decoration: none;
    text-transform: uppercase;
}

.kl-submenu-orator-name h5 {
    font-weight: 700;
}

.kl-submenu-orator-name-a {
    display: block !important;
}

.kl-submenu-orator-name-a h6 {
    font-size: 10px;
    font-weight: 700;
}

.kl-container-user {
    background: var(--white-gray);
    padding: 15px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    max-width: 24% !important;
}

.kl-container-user div:first-child {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid var(--orange-hight);
}

.kl-container-user:hover {
    background: var(--orange) !important;
}

.kl-container-user:hover .kl-container-user-name a {
    color: var(--white) !important;
}

.kl-container-user-image {
    width: 95px;
    height: 95px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 10px;
}

.kl-container-user-image img {
    width: 122%;
}

.kl-container-user-name a {
    color: var(--black);
    text-decoration: none;
    text-transform: uppercase;
}

.kl-container-user-name {
    max-width: 50% !important;
}

.kl-container-user:hover>div:first-child {
    border-right: 2px solid var(--white) !important;
}


/*Submenu styles ends*/

.kl-navbar {
    background: var(--black);
}

.kl-link-item {
    color: var(--white);
    text-decoration: none;
}

.kl-active-item {
    color: var(--orange-hight);
}

.kl-menu-lists {
    width: 320px;
    margin-left: 20px;
    display: flex;
    justify-content: space-evenly;
}

.kl-link-item:hover {
    color: var(--orange);
}

.kl-active-link {
    color: var(--orange);
}

.kl-active-link:hover {
    color: var(--orange);
}

.kl-name-user-header {
    font-size: 14px !important;
    max-width: 50%;
}

.kl-name-user-emission {
    max-width: none !important;
}

.kl-container-emission {
    overflow: visible !important;
}


/*LANGUAGE*/

.kl-language-choice {
    position: relative;
    /* display: contents; */
}

.kl-all-language p {
    margin: 0;
    padding: 5px 0;
    cursor: pointer;
}

.kl-all-language {
    position: absolute;
    z-index: 5;
    top: 90px;
    left: -5px;
    background: var(--white);
    padding: 5px;
    border-radius: 5px;
    opacity: 0;
    transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
    visibility: hidden;
}

.kl-language-choice:hover .kl-all-language {
    top: 40px;
    opacity: 1;
    visibility: visible;
}


/**************************************************************************************************************************************************************************************/


/*************************************************************************  CAROUSEL SLIDE STYLE HERE    *****************************************************************************/


/************************************************************************************************************************************************************************************/


/*Left slider animation*/

.kl-slider-content {
    margin-top: 10px;
}

.kl-slider-content>.row {
    --bs-gutter-x: .6rem;
}

.kl-play-icon {
    background: var(--orange);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 5;
}

.kl-play-icon div {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: red; */
    border-radius: 100%;
    height: 100%;
}

.kl-play-icon:hover.kl-play-icon::after {
    display: inline-block;
}

.kl-play-icon::after {
    position: relative;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    top: -80px;
    display: none;
    content: "";
    background: var(--orange);
    z-index: -1;
    transform-origin: center;
    animation: hover-button-play-in-slider 1s infinite cubic-bezier(0.165, 0.84, 0.44, 1);
}

.kl-carousel-item {
    width: 65% !important;
    height: 320px !important;
    max-height: 350px !important;
    overflow: hidden;
}

.kl-carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.kl-carousel-container {
    display: flex;
    grid-gap: 10px;
    max-height: 320px !important;
}

.splide {
    padding: 0 !important;
}

.splide__arrow {
    background: var(--white-transparent) !important;
    width: 60px !important;
    margin: 0 !important;
    padding: 15px !important;
}

.splide__arrow svg {
    fill: var(--orange) !important;
}

.splide__arrow--prev {
    left: 0 !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    transition: all .5s;
}

.splide__arrow--next {
    right: 0 !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    transition: all .5s;
}

.splide__arrow--prev:hover {
    background: var(--white) !important;
}

.splide__arrow--next:hover {
    background: var(--white) !important;
}

.kl-other-content .splide__pagination__page {
    display: block !important;
}

.splide__progress__bar {
    height: 2px !important;
    background: var(--orange-hight) !important;
}

.splide__pagination__page {
    display: none !important;
}


/*Day word block right*/

.kl-block-right-container div img {
    width: 100%;
    max-height: 19vh;
}

.kl-imag-verse-container {
    height: 20vh;
}

.kl-imag-verse-container img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.kl-block-right-container div {
    /* overflow: hidden; */
}

.kl-block-right-container {
    display: flex;
    flex-direction: column;
    grid-gap: 6px;
    height: 321px;
}

.kl-days-word {
    height: 200px;
    width: 100%;
    position: relative;
}

.kl-days-word .kl-days-word-title {
    background: var(--orange);
    position: absolute;
    color: var(--white);
    padding: 2px 10px;
    border-bottom-right-radius: 10px;
    z-index: 5;
}
/* Image principale du verset (page détail) */
.kl-verse-no-image-fill {
    width: 100%;
    height: 100%;
    min-height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: inherit;
}

/* Fond des cartes "autres versets" */
.kl-card-no-image {
    background-size: cover;
    background-position: center;
    display: block;
}
/* .kl-program-slide-index{
    margin-top: -27px !important ;
    padding: 0 ;
    margin: 0  
    ;
} */
.kl-other-content {
    /* height: 45%; */
}

.kl-image-other {
    min-height: 140px;
}

.kl-title-bloc .kl-card-image {
    width: 100% !important;
}

.kl-image-other img {
    display: block;
    width: 100%;
    height: 92%;
    object-fit: inherit;
}

.kl-right-bloc-content .kl-image-other .kl-play-icon img {
    width: 15px !important;
    height: 26px;
}


/*************/

.kl-right-bloc-content .kl-image-other .kl-card-image {
    height: 100%;
}

.kl-right-bloc-content .kl-image-other .kl-play-icon {
    height: 45px;
    width: 45px;
}


/*************/

.kl-right-bloc-content {
    position: relative;
}

.kl-right-bloc-content .kl-title-bloc {
    z-index: 4;
    position: absolute;
    background: var(--orange);
    border-bottom-right-radius: 10px;
    padding: 2px 10px;
    font-size: 12px;
    color: var(--white);
}

.kl-other-content div .kl-image-other {
    width: 100%;
    height: 100px;
    overflow: hidden;
}


/**************************************************************************************************************************************************************************************/


/*************************************************************************  SEPERATOR LINE STYLE HERE    *****************************************************************************/


/************************************************************************************************************************************************************************************/

.kl-line-separator {
    margin: 5px 0;
}

.kl-line-separator span {
    width: 100%;
    height: 2px;
    display: inline-block;
    background: var(--black);
}

.kl-line-separator h5 {
    font-weight: 900;
    color: var(--black);
    background: var(--white);
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    top: -20px;
    left: 50px;
}

.kl-detail-title h1 {
    display: block;
    color: #212529;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.5rem;
}

.kl-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--orange-hight);
    margin-top: 10px;
    margin-bottom: 10px;
}


/**************************************************************************************************************************************************************************************/


/*************************************************************************  INDEX ACTUALITIES LISTS    *****************************************************************************/


/************************************************************************************************************************************************************************************/


/*Card item*/

.kl-card-image {
    height: 170px;
    max-height: 210px;
    overflow: hidden;
    position: relative;
}

.kl-card-image .kl-play-icon img {
    width: 15px;
}

.kl-card-image img {
    width: 100%;
}

.kl-card-paragraph {
    border: 2px solid var(--orange);
    border-top: none;
    padding: 10px 5px;
    min-height: 134px;
    position: relative;
    height: 185px;
}

.kl-button-more-actualities {
    background: none;
    padding: 5px 10px;
    border: 2px solid var(--orange);
    color: var(--orange);
    transition: background 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 50px;
}

.kl-button-more-actualities:hover {
    color: var(--white);
    background: var(--orange);
}


/*Video card right*/

.kl-video-block-content {
    height: 115px;
    padding: 0;
    overflow: hidden !important;
    font-size: 14px;
}

.kl-video {
    height: 100%;
    overflow: hidden;
}

.kl-video img {
    width: 125%;
    height: 100%;
}

.kl-video-description span {
    font-weight: bold !important;
}

.kl-video-description {
    padding: 15px;
    background: var(--white-gray);
    position: relative;
}

.kl-video-show-more {
    position: absolute !important;
    right: 10px;
    bottom: 10px;
    border: 2px solid var(--orange);
    background: var(--orange);
    color: var(--white) !important;
    padding: 5px;
}

.kl-video-button {
    padding: 5px;
    background: var(--orange);
    border: none;
    color: var(--white);
    border-radius: 50px;
    margin-bottom: 22px;
}

.kl-recent-videos-list .kl-video {
    position: relative;
}

.kl-recent-videos-list .kl-video .kl-play-icon {
    width: 35px !important;
    height: 35px !important;
}

.kl-recent-videos-list .kl-video .kl-play-icon img {
    width: 10px !important;
    height: 20px !important;
}

.kl-recent-videos-list .kl-video .kl-play-icon::after {
    top: -40px;
    left: -5px;
    width: 45px !important;
    height: 45px !important;
}

.kl-recent-videos-list>.kl-inner-video {
    justify-content: center !important;
    grid-gap: 5px !important;
}

.kl-card-image-event {
    height: 210px !important;
}

.kl-another-video {
    max-height: 105px;
}


/**************************************************************************************************************************************************************************************/


/*************************************************************************  EVENEMENT SECTION STYLES HERE    *****************************************************************************/


/************************************************************************************************************************************************************************************/

.kl-evenment-container {
    margin-bottom: 100px;
}

.kl-evement-container-image {
    position: relative;
    height: 500px;
    max-height: 500px;
    overflow: hidden;
}

.kl-evement-container-image img {
    width: 100%;
}

.kl-evenment-name {
    background: var(--black);
    color: var(--white);
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

.kl-evenment-name h5 {
    margin: 10px 0;
}

.kl-bold {
    font-weight: bold;
}

.kl-description-evenment {
    background: var(--orange);
    margin-top: 15px;
    color: var(--white);
    padding: 10px;
}

.kl-title-last-event-card {
    color: var(--orange);
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 30px;
    height: auto;
    max-height: 65px;
}


/**************************************************************************************************************************************************************************************/


/*************************************************************************         PLAY VIDEO STYLE HERE          *****************************************************************************/


/************************************************************************************************************************************************************************************/

.kl-description-content {
    height: 55%;
    padding: 5px;
    overflow-y: scroll;
}

.kl-dropdown {
    height: 850%;
    overflow-y: scroll;
    background: var(--white) !important;
}

.kl-dropdown li a {
    height: 100%;
}

.kl-dropdown a {
    color: var(--black) !important;
    font-weight: bold;
}

.kl-dropdown a:hover {
    color: var(--orange) !important;
}


/* .kl-text-description::after {
    display: inline-block;
    content: "...";
    color: var(--black);
    margin-left: -5px;
} */

.kl-comment-border-bottom {
    margin: 10px 0;
    border-bottom: 1px solid var(--gray);
    padding: 10px 0;
}

.kl-play-video-container {
    height: 370px;
}

.kl-play-video-container-actus {
    height: auto !important;
}

.kl-play-video-container iframe {
    width: 100%;
    height: 130%;
}

.kl-post-comment-name {
    color: var(--orange-hight);
    font-weight: bold;
}

.kl-post-comment-date {
    font-size: 14px;
    color: var(--gray);
}

.kl-video-comment {
    min-height: 460px;
    margin-bottom: 20px;
}

.kl-share-icon-social-media {
    cursor: pointer;
}

.kl-share-icon-social-media i {
    color: blue;
    font-size: 10px;
}

.kl-description-video {
    padding: 10px 0;
    position: relative;
    height: 500px;
}

.kl-share-video {
    font-weight: bold;
    color: var(--orange-hight);
    position: absolute;
    bottom: 0;
    right: 45px;
    background: var(--white);
}

.kl-video-title {
    text-transform: uppercase;
    color: var(--orange-hight);
}

.kl-video-title strong {
    text-decoration: none;
    color: #000000;
}

.kl-video-show-more {
    color: var(--orange-hight);
    text-decoration: none;
    font-weight: 500 !important;
    cursor: pointer;
    position: inherit;
    margin: -10px;
    padding: 0;
    border-top-left-radius: 10px;
}

.kl-video-show-more:hover {
    color: var(--orange)
}


/**************************************************************************************************************************************************************************************/


/*************************************************************************         DETAIL PART ORATOR          *****************************************************************************/


/************************************************************************************************************************************************************************************/

.kl-orator-cover {
    height: auto;
    max-height: 340px;
    overflow: hidden;
    position: relative;
}

.kl-orator-cover-social-media {
    position: absolute;
    /* min-width: 300px; */
    bottom: 10px;
    right: 10px;
    background: var(--white);
    padding: 5px;
}

.kl-orator-cover-social-media ul {
    padding: 0;
    margin: 0;
}

.kl-orator-cover-social-media ul li a {
    color: var(--orange);
    font-weight: bold;
    text-decoration: none;
}

.kl-orator-cover-social-media ul li p {
    font-size: 13px;
    margin-bottom: 0;
}

.kl-orator-cover-social-media ul li {
    list-style-type: none;
    float: left;
    display: flex;
    align-items: center;
}

.kl-orator-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    max-height: 600px;
}

.kl-detail-orator {
    margin-top: 25px;
}

.kl-orator-profile-container {
    height: auto;
    max-height: 280px;
    overflow: hidden;
}

.kl-orator-name-detail {
    color: var(--orange);
    font-weight: bold;
    text-transform: uppercase;
}

.kl-orator-profile-container img {
    width: 100%;
}

.kl-text-from-orator {
    padding: 20px;
}

.kl-text-description-orator-artist {
    margin-top: -30px;
}

.kl-find-more-orator {
    margin-top: 40px;
    height: 400px;
    background: var(--orange-hight);
    /* display: flex;
    align-items: center; */
    /* justify-content: center; */
}

.kl-find-more-orator .splide__track {
    width: 90%;
    margin: 0 auto;
}

.kl-find-more-orator .splide__pagination__page {
    display: block !important;
}

.splide__pagination__page.is-active {
    background: var(--white) !important;
}

.kl-splide-flex {
    position: relative;
    top: 50px;
}

.kl-orator-splide-detail {
    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
    width: 242px;
    height: 242px;
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.kl-orator-splide-detail img {
    width: 130%;
}

.kl-orator-lists-container {
    height: 350px !important;
}

.kl-inner-splide {
    display: flex;
    margin: 20px !important;
    width: 310px !important;
    align-items: center;
    justify-content: center;
    height: 100%;
}


/**************************************************************************************************************************************************************************************/


/*************************************************************************         FOOTER STYLE HERE          *****************************************************************************/


/************************************************************************************************************************************************************************************/

footer {
    background: var(--black);
    color: var(--white);
    padding: 50px 10px 10px 10px;
    min-height: 25vh;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style-type: none;
    margin: 10px 0;
}

footer ul li a {
    color: var(--white);
    text-decoration: none;
    transition: color .3s;
}

footer ul li a:hover {
    color: var(--orange);
}

.kl-list-orators-in-footer ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main {
    min-height: 60vh;
}

footer h5 {
    margin-bottom: 20px;
    color: var(--orange-hight);
}

.kl-icons-media-contact a {
    color: var(--white);
    display: inline-block;
    width: 50px;
    transition: color .3s;
}

.kl-icons-media-contact a:hover {
    color: var(--orange-hight);
}

footer h6 {
    text-transform: uppercase;
}

.kl-copyright {
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid var(--white-gray);
}

.kl-pagination {
    width: auto;
}

.kl-pagination {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding-bottom: 2px;
    background-color: rgba(218, 218, 218, 0.466);
    justify-content: space-evenly;
    min-width: 10%;
    padding: 5px;
    border-radius: 10px;
}

.kl-pagination-container {
    display: flex;
    left: 0;
    right: 0;
    bottom: 0;
}

.kl-list-orator {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.kl-page-item .page-link {
    border: none;
    border-radius: 5px;
    color: #ff2000;
}

.kl-page-item a {
    font-size: 15px;
    color: #575757;
}

.kl-page-item a:hover {
    color: #f1f1f1;
    background: #ff3c00;
}

.kl-page-item .current-page {
    background: #ff3c00 !important;
    color: white !important;
    border-radius: 5px;
}

.kl-title-list-orator {
    color: #ff3c00;
}

.kl-view-more-orator {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.kl-text-verse-container {
    padding: 20px;
    position: absolute;
    padding-top: 57px;
    background: rgba(20, 22, 20, 0.404);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center !important;
    text-align: center;
}

.kl-verse-text {
    color: var(--white);
}

.kl-verse-text-capter {
    font-weight: bold;
    color: var(--white);
}

.kl-rounded-image {
    width: 150px;
    height: 140px;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #ff3c00;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kl-rounded-image img {
    width: 200px;
    height: 140px;
}

.kl-container-citation {
    margin: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.kl-circle-image img {
    width: 125%
}

.kl-circle-image {
    margin-top: 20px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.kl-description-citation {
    padding: 20px;
}

.kl-citation-title {
    display: flex;
    align-items: end;
    margin: 0;
}

.kl-citation-title h4 {
    color: var(--orange-hight);
}

.kl-shared-citation {
    display: flex-end;
    margin-left: 80%;
    padding: 10px;
}

.kl-citation-title h4 {
    color: var(--orange-hight);
}

.kl-shared-citation {
    display: flex-end;
}

.card {
    margin: 5px;
    border: none !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 10px;
    max-height: 300px;
}

.card-body {
    max-height: 200px;
}

.card-body img {
    max-height: 150px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-footer {
    border-bottom: none !important;
    background: none !important;
    max-height: 100px;
}

.kl-title-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kl-title-other-verse h4 {
    font-weight: 300;
    font-size: autokl-title-date;
}

#id-description-full,
#id-voir-moins {
    display: none;
}

.kl-view-moins-link,
.kl-view-more-link {
    color: var(--orange);
    font-weight: 500;
    cursor: pointer;
}

.kl-verse-container {
    margin-top: 20px;
    display: flex;
}

.kl-verse-title {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 20px;
    margin-top: 13px;
}

.kl-verse-description {
    width: 90%;
    position: relative;
    padding: 20px 0;
}

.kl-verse-share {
    position: absolute !important;
    right: 0;
    bottom: 0;
    color: var(--orange);
    font-weight: bold;
}

.kl-verse-image-container {
    height: 400px;
    width: 100%;
    padding: 30px !important;
}

.kl-verse-image-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* contact */

.kl-title-page {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
}

.kl-title-page:before {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: -8px;
    background: var(--orange);
}

.kl-contact-container .kl-title-page {
    font-size: 1.5rem;
}

.kl-title-page {
    font-family: 'Poppins', sans-serif;
}

.kl-title-page:before {
    background: var(--orange-hight);
    height: 4px !important;
}

.kl-btn-send {
    border: 1px solid var(--orange);
    transition: 0.4s;
    color: var(--orange);
    padding: 10px;
    border-radius: 2px
}

.kl-btn-send:hover {
    background-color: var(--orange-hight);
    color: #fff;
}

.kl-read-more-btn {
    display: none;
}

.kl-image-movie-details-container {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.kl-image-movie-details-container>div {
    height: 40px;
    width: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    margin-right: 5px;
}

.kl-image-movie-details-container a {
    color: var(--black);
    text-decoration: none !important;
}

.kl-image-movie-details-container a:hover {
    color: var(--orange);
}

.kl-image-movie-details-container a h6 {
    text-decoration: none;
}

.kl-image-movie-details-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kl-description-top {
    position: relative;
    top: 70px;
}

.kl-description-top .kl-description-content {
    height: 90%;
}

.kl-description-content {
    max-height: 425px;
    min-height: 100px;
    position: relative;
    height: auto;
}

.kl-date-actus-and-event {
    display: flex;
    justify-content: end;
    margin: 0 5px;
}

.kl-date-actus-and-event span {
    margin: 0 2px;
    font-weight: 500;
    color: var(--gray)
}

.kl-date-actus-and-event-detail {
    display: flex;
    margin: 0 5px;
}

.kl-date-actus-and-event-detail span {
    margin: 0 2px;
    font-weight: 500;
    color: var(--gray)
}

.kl-card-img {
    width: 65% !important
}

.kl-interview h5 {
    font-size: 80%;
}

.kl-interview p {
    font-size: 50%;
}

.kl-interwiev-response p {
    font-weight: normal !important;
}

.kl-interwiev-response p span {
    font-weight: bold;
}

.kl-gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
    grid-auto-rows: 150px;
}

.kl-gallery-container .kl-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid white;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
}

.kl-gallery-image:hover {
    border: 3px solid #ff2000;
}

.kl-intreview-form {
    min-height: 100vh;
    padding: 45px 0;
}

.kl-intreview-form-top {
    margin-bottom: 50px;
    padding: 50px;
    border-bottom: 1px solid #ff2000;
}

.kl-intreview-form-top .kl-title-interview {
    color: #ff2000;
    margin-bottom: 20px;
}

.kl-label {
    margin: 20px;
    display: flex;
    font-weight: bold;
    min-height: 50px;
}

.kl-label span {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    background: #ff2000;
    margin-right: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.kl-label+input {
    border: none;
    border-radius: 0;
    border: 1px solid #ff2000;
}

.form-control:focus {
    border: 1px solid #ff2000 !important;
    box-shadow: 0 0 0 0.25rem rgba(10, 101, 238, 0) !important;
}

.kl-label+input:focus {
    border-color: none;
    border-bottom: 2px solid #ff2000 !important;
}

.kl-label+input:visited {
    background: red !important;
}

.kl-description {
    max-width: 90%;
    margin-left: 45px;
    margin-top: 10px;
}

.kl-partage {
    margin-top: 20px;
}

.kl-partage a {
    float: right;
    font-size: large;
    color: #ff2000;
}

.kl-partage svg {
    color: blue;
}

.kl-image-title {
    margin-top: 35px;
}

.kl-card-actuality {
    min-height: 20px;
}

.kl-evenment-description {
    /* top: -30px; */
    max-height: 650px;
    min-height: 100px;
    height: auto !important;
}

.kl-program-description {
    /* top: -30px; */
    max-height: 150px;
    min-height: 100px;
    height: auto !important;
}

.kl-share {
    font-weight: bold;
    color: var(--orange-hight);
}

.kl-share span:hover {
    text-transform: underline;
}

.kl-flag {
    display: flex;
}

.kl-flag img {
    margin-right: 10px;
}

.kl-flag h6 {
    font-style: italic;
}

.kl-mctv-h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.kl-mctv-h1 h1 {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kl-mctv-h1 h1::after {
    background: var(--orange);
    content: "";
    width: 10%;
    height: 3px;
    display: inline-block;
    margin-top: 20px;
    border-width: 20px;
    border-radius: 20px;
}

.kl-link {
    text-decoration: none;
    color: #000000;
}

.kl-link:hover {
    color: var(--orange);
}

.kl-mctv-image {
    background: var(--black);
}

.kl-verse-desc {
    height: auto !important;
    max-height: 365px !important;
}

.kl-title-verset-orator {
    color: #ff3c00;
}

.kl-title-verset-orator strong {
    color: var(--black);
}

.kl-orator-img img {
    height: 225px;
}

.kl-news:hover .kl-dropdown-menu-news {
    display: block;
}

.kl-dropdown-menu-news {
    top: 40px;
    position: absolute;
    display: none;
}

.kl-dropdown-menu-news a:hover {
    background: #ff3c00;
}

.kl-news-mobile {
    display: none;
}

.kl-splide h6 {
    position: absolute;
    z-index: 5;
    background: var(--orange);
    padding: 2px 10px;
    border-bottom-right-radius: 10px;
    color: var(--white);
}


/**************************************************************************************************************************************************************************************/


/*************************************************************************         ANIMATIONS HERE          *****************************************************************************/


/************************************************************************************************************************************************************************************/

@keyframes hover-button-play-in-slider {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}



.kl-section-contact {
    color: #ffffff;
    position: relative;
    padding: 3rem 0;
}

.kl-illustration-contact figure img {
    max-width: 300px;
}

.kl-title-contact {
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.kl-title-contact::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 10%;
    height: 3px;
    background-color: #ff3c00;
    border-radius: 2px;
}


.kl-circle-contact {
    width: 200px;
    height: 200px;
    background: rgba(255, 60, 0, 0.1);
    border-radius: 50%;
    top: -50px;
    right: -50px;
    z-index: 0;
}

.kl-input-contact {
    color: #000000 !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    padding: 0.8rem;
}

.kl-input-contact:focus {
    border-color: #ff3c00;
    box-shadow: 0 0 0 0.2rem rgba(255, 60, 0, 0.25);
}

.kl-btn-contact {
    background-color: #ff3c00 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    transition: all 0.2s ease-in-out !important;
}

.kl-btn-contact:hover {
    background-color: #e63600 !important;
    color: #ffffff !important;
}

.kl-illustration-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.kl-illustration-contact img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.kl-illustration-contact img:hover {
    transform: scale(1.03);
}


.kl-card-paragraph p {
    max-height: 75px;
    overflow: hidden;
}

.kl-video-parent-separtor {
    margin-top: 150px;
}

.kl-carousel-mobile-only button {
    top: 30%;
}

.kl-carousel-control {
    /* justify-content: center; */
    top: 20% !important;
}

.kl-header-interview {
    width: 100%;
}


/**********************************************/


/**********************************************/

.kl-quote-day {
    width: 100%;
    display: flex;
    gap: 8px;
}

.kl-qoute-one {
    padding: 20px;
    gap: 30px;
}

.kl-quote-one a {
    margin-left: 30px;
}

.kl-quote-day img {
    width: 125px;
    height: 125px;
}

.kl-quote-logo {
    background: var(--black);
}

.kl-quote-description h4 {
    font-size: 20px;
    color: var(--orange);
}

.kl-quote-description {
    height: auto;
    font-size: small;
}

.kl-verse-share-quote {
    float: right;
    margin: 0px 25px;
    color: var(--orange);
    font-weight: 700;
}

.kl-quote-seemore {
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    color: var(--gray);
}

.kl-quote-seemore:hover {
    color: var(--orange);
}

.kl-quote-description h2 {
    font-size: 25px;
    font-weight: bold;
}

.kl-container-citation img {
    width: 220px;
    height: 220px;
}

.kl-container-orator-detail {
    display: flex;
    padding: 30px;
    gap: 30px;
}

.kl-container-orator-detail img {
    background: var(--black);
}

.kl-d-flex h4 {
    color: var(--orange);
}

.kl-shared-citation p {
    color: var(--orange);
    font-weight: 700;
}

.kl-d-flex {
    display: flex;
}

.kl-filtre-name {
    font-size: large;
    padding: 0px 20px 0px;
    margin-top: 0;
}

.kl-filtre-name a:not(:first-child) {
    border: 2px solid var(--orange-hight);
    font-size: 17px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: -60px;
}

.kl-filtre-name a:not(:first-child):hover {
    background: var(--orange-hight);
}

.kl-filtre-name a:not(:first-child):hover strong {
    color: var(--white);
}

.kl-filtre-name a {
    text-decoration: none;
    font-size: 25px;
    color: var(--black);
}

.kl-filtre-name strong {
    color: var(--orange);
}

.kl-filtre-name span {
    color: var(--black);
    font-weight: 700;
    font-size: 18px;
}

.kl-input-search {
    top: 0;
    float: right;
    position: relative;
    right: 10%;
    width: 20%;
    display: flex;
    border: 1px solid gray;
    border-radius: 32px;
}

.kl-form-search {
    margin-bottom: 0px;
}

.kl-input-search input {
    border: none;
    width: 85%;
    position: relative;
    border-radius: 20px;
}

.kl-input-search button {
    background: none;
    position: relative;
    float: right;
    border-radius: 20px;
}

.kl-letter-active strong {
    color: var(--white);
}

.kl-letter-active {
    background: var(--orange-hight);
}

.kl-search-container input[type=text]:focus {
    width: 200px;
    border-bottom: 2px solid #ba1a40 !important;
    cursor: pointer;
}

.kl-search-container {
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.kl-search-container input[type=text] {
    width: 10px;
    box-sizing: border-box;
    background: none;
    border: none;
    outline: none;
    color: #c6c6c6;
    border-bottom: 2px solid none !important;
    font-size: 16px;
    background-image: url('../images/search-icon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 5px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    cursor: pointer;
}

.kl-surlignement {
    background-color: var(--orange);
}


/* .kl-mobile-only {
    display: none;
} */

.kl-card-orator-event {
    border-left: 1px solid rgba(128, 128, 128, 0.274);
}

.kl-card-orator-event strong {
    color: var(--orange-hight);
    margin-bottom: 15px;
    display: inline-block;
}

.kl-card-orator-event p {
    font-weight: bold;
}

.kl-card-orator-event p a {
    color: var(--black);
    text-decoration: none;
}

.kl-card-orator-event p a:hover {
    color: var(--black);
}

.kl-footer span {
    color: var(--orange-hight);
    font-size: 20px;
}

.kl-title-h1 {
    text-align: center;
}

.kl-title-h1 h1 {
    font-size: 20px;
    font-weight: bolder;
}

.kl-quest-reponse {
    padding: 50px;
}

.kl-qr-image img {
    width: 25%;
    height: 35%;
    border-radius: 100%;
}

.kl-qr-image {
    display: flex;
    gap: 5%;
}

.kl-qr-image h1 {
    font-size: 25px;
    font-weight: bolder;
    position: relative;
    top: 30px;
    color: var(--orange);
}

.kl-qr-video {
    max-height: 50%;
    height: auto;
}

.kl-qr-video iframe {
    height: 400px;
    width: 105%;
}

.kl-qr-description {
    max-width: 95%;
    font-size: 14px;
}

.kl-qr-description img {
    width: 30px;
}

.kl-question strong {
    width: 2px;
    position: relative;
}

.kl-q-response {
    position: relative;
    left: 30px;
}

.kl-qr-title {
    display: flex;
    gap: 20px;
}

.kl-qr-title h1 {
    font-size: 25px;
    font-weight: bold;
    color: var(--orange);
    padding-top: 30px;
}

.kl-qr-reponse {
    position: relative;
    left: 20px;
}

.kl-qr-title {
    margin-bottom: 20px;
    padding: 20px;
    border-bottom: 1px solid var(--orange);
}

.kl-play-video-container img {
    height: auto;
    min-height: 200px;
    max-height: 490px;
    width: 100%;
}

.kl-actus-container img {
    max-height: 380px !important;
}

.kl-none {
    display: none;
}

.kl-play-video {
    top: 40%;
    left: 28%;
}

.kl-play-video img {
    min-height: 50px;
}

.kl-carousel-event img {
    height: 470px;
}

.kl-play-event {
    width: 80px;
    top: 50%;
    left: 50%;
}

.kl-event-slider iframe {
    height: 435px;
}

.kl-verse-container iframe {
    width: 100%;
    height: 345px;
}

.kl-verse-play {
    background: var(--orange) !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.kl-md-type span {
    background: var(--orange);
    position: absolute;
    color: var(--white);
    padding: 0px 10px;
    border-bottom-right-radius: 10px;
    z-index: 1 !important;
}

.kl-qoute-mobile {
    display: none;
    text-align: center;
}

.kl-nav-region {
    width: auto;
    min-width: 155px;
}

.kl-card-container {
    height: 400px;
    border-radius: 10px;
    background: rgb(233, 232, 231);
    overflow: hidden;
    transition: all .2s;
}

.kl-card-image-container {
    height: 50%;
    position: relative;
}

.kl-card-background-image {
    position: absolute;
    z-index: 0;
    top: 0px;
    width: 100%;
    object-fit: cover;
    transition: all .2s;
}

.kl-card-body-container {
    height: 50%;
    background: rgb(241, 240, 239);
    padding: 10px;
    text-align: center;
    position: relative;
}

.kl-card-body-container h2 {
    font-size: 15px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.kl-card-body-container h2+p {
    color: gray;
    font-size: 14.5px;
}

.kl-card-kilometer-span {
    z-index: 5;
    position: relative;
    background: #ee3131;
    width: 100px;
    color: white;
    height: 40px;
    display: inline-block;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kl-card-icon-container {
    /* display: none; */
    background: rgb(241, 240, 239);
    z-index: 5;
    height: 26px;
    width: 45%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 100px;
}

.kl-card-icon-container p {
    margin: 4px 0px 0px 22px;
}

.kl-card-body-button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    right: 0;
    padding: 20px;
    position: absolute;
    bottom: 0;
}

.kl-card-button-phone {
    transition: all .2s;
    border: 2px solid var(--orange-hight);
    padding: 6px 10px;
    min-width: 130px;
    width: auto;
    display: inline-block;
    border-radius: 20px;
    color: var(--orange-hight);
    font-weight: bold;
    font-size: 12px;
}

.kl-icon-call svg {
    fill: #ee3131;
    transition: all .2s;
}

.kl-card-rounded-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ee3131;
    position: absolute;
    right: 6px;
    top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kl-card-rounded-icon img {
    width: 45px;
}


/*Survole sur la carte */

.kl-card-container:hover {
    box-shadow: 0 3px 5px rgba(43, 42, 42, 0.253);
    transform: translateY(-6px);
}

.kl-card-container:hover .kl-card-image-container .kl-card-background-image {
    transform: scale(1.2);
}

.kl-card-container:hover .kl-card-button-phone {
    background: var(--orange-hight);
    color: white;
}

.kl-card-container:hover .kl-icon-call svg {
    fill: white;
}

.kl-display-phone-none {
    display: none;
}

.kl-phone-number-hide {
    display: none;
}

.kl-display-phone-none+.kl-phone-number-hide {
    display: unset;
}

.kl-title-card {
    text-decoration: none;
}

@keyframes kl-alert {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kl-custom-message-alert.kl-alert {
    animation: kl-alert 0.5s ease;
}

.error-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 10px !important;
}

.kl-span {
    max-width: none;
}

.kl-name-user-header-program {
    max-width: none;
    margin-top: -30px;
}

.kl-span {
    max-width: none;
}

.kl-name-user-header-program {
    max-width: none;
    margin-top: -30px;
}

.kl-text-error-page {
    font-size: 20px;
}

.kl-card-container-custom {
    height: 230px;
    border-radius: 10px;
    background: rgb(233, 232, 231);
    overflow: hidden;
    transition: all .2s;
}

.kl-play-icon-custom {
    background: var(--orange);
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 5;
}

.kl-play-icon-custom img {
    height: 20px;
    width: 13px;
}

.kl-play-icon-custom div {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: red; */
    border-radius: 100%;
    height: 100%;
}

.kl-play-icon-custom:hover.kl-play-icon-custom::after {
    display: inline-block;
}

.kl-play-icon-custom::after {
    position: relative;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    top: -50px;
    display: none;
    content: "";
    background: var(--orange);
    z-index: -1;
    transform-origin: center;
    animation: hover-button-play-in-slider 1s infinite cubic-bezier(0.165, 0.84, 0.44, 1);
}

.kl-play-icon-futur-movie {
    background: var(--orange);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 5;
}

.kl-play-icon-futur-movie img {
    padding: 20px;
}

.kl-play-icon-futur-movie div {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: red; */
    border-radius: 100%;
    height: 100%;
}

.kl-play-icon-futur-movie:hover.kl-play-icon-futur-movie::after {
    display: inline-block;
    top: -50px;
}

.kl-play-icon-futur-movie::after {
    position: relative;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    /* top: -50px; */
    display: none;
    content: "";
    background: var(--orange);
    z-index: -1;
    transform-origin: center;
    animation: hover-button-play-in-slider 1s infinite cubic-bezier(0.165, 0.84, 0.44, 1);
}

.kl-card-image-container-custom {
    height: 50%;
    position: relative;
}

.kl-card-background-image-custom {
    position: absolute;
    z-index: 0;
    top: 0px;
    width: 100%;
    object-fit: cover;
    transition: all .2s;
}

.kl-card-container-custom:hover .kl-card-image-container-custom .kl-card-background-image-custom {
    transform: unset !important;
}

.kl-card-container-custom:hover .kl-card-image-container-custom .kl-card-background-image-custom {
    transform: scale(1.2) !important;
}

.kl-card-container-custom:hover {
    box-shadow: 0 3px 5px rgba(43, 42, 42, 0.253);
    transform: translateY(-6px);
}

.kl-card-container-custom:hover .kl-card-image-container-custom .kl-card-background-image-custom {
    transform: scale(1.2);
}

.kl-card-container-custom:hover .kl-card-button-phone {
    background: var(--orange-hight);
    color: white;
}

.kl-card-container-custom:hover .kl-icon-call svg {
    fill: white;
}

.kl-card-body-container-custom {
    height: 30%;
    background: rgb(241, 240, 239);
    /* padding: 10px; */
    text-align: center;
    position: relative;
    display: flex;
}

.kl-card-body-container-custom h2 {
    font-size: 15px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.kl-card-body-container-custom h2+p {
    color: gray;
    font-size: 14.5px;
}

.kl-card-body-container-custom {
    height: 20%;
    background: rgb(241, 240, 239);
    padding: 6px;
    top: 70px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--orange-hight);
}

.kl-title-card {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.kl-orator-phone-detail strong,
.kl-link-phone svg {
    color: var(--orange-hight);
}

.kl-donation-container-donation {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.kl-donation-section-title-donation {
    text-align: center;
    margin-bottom: 3rem;
}

.kl-donation-section-title-donation h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--black);
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
}

.kl-donation-section-title-donation h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--orange);
    border-radius: 2px;
}

.kl-donation-form-donation {
    background: var(--white);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.kl-donation-form-control-donation {
    border-radius: 10px !important;
    padding: 1rem !important;
    border: 2px solid #eaeaea !important;
    margin-bottom: 1.5rem !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
}

.kl-donation-form-control-donation:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 0.2rem rgba(255, 60, 0, 0.25);
}

.kl-donation-amounts-donation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.kl-donation-amount-btn-donation {
    background-color: var(--white-gray);
    color: var(--black);
    border: 2px solid var(--white-gray);
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.kl-donation-amount-btn-donation.active,
.kl-donation-amount-btn-donation:hover {
    background-color: var(--orange);
    color: var(--white);
    border-color: var(--orange);
    transform: translateY(-3px);
}

.kl-donation-payment-methods-donation {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 2rem 0;
}

.kl-donation-payment-method-donation {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: var(--white-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.kl-donation-payment-method-donation:hover,
.kl-donation-payment-method-donation.active {
    background-color: var(--orange);
    color: var(--white);
    transform: translateY(-5px);
}

.kl-donation-btn-donate-donation {
    background-color: var(--orange) !important;
    color: var(--white) !important;
    border: none !important;
    padding: 1rem 2rem !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(255, 60, 0, 0.3) !important;
    width: 100% !important;
    margin-top: 1rem !important;
}

.kl-donation-btn-donate-donation:hover {
    background-color: var(--orange-hight) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 32, 0, 0.4) !important;
}

.kl-donation-currency-select-donation {
    margin-bottom: 1.5rem !important;
}

.kl-donation-form-control-donation option {
    top: 10px !important;
    border-radius: 10px !important;
}

.kl-donation-payment-method-donation img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
}

.kl-info-user-mobile-meney {
    font-weight: bold;
    color: var(--orange-hight);
}

.kl-input-custom-amount {
    display: none;
    margin-bottom: 1.5rem;
}

.kl-image-tapTpa-send {
    border-radius: 50%;
}

.iti {
    width: 100%;
}

.iti input {
    width: 100% !important;
    padding-left: 90px !important;
    padding-right: 10px !important;
    height: auto !important;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 1rem;
}

.kl-mobile-info {
    display: none;
    margin: 1rem 0;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 10px;
    background: #f9f9f9;
    margin-bottom: 5px;
}

.kl-title-payement-methode {
    margin-top: 15px;

}

/**************************************************************************************************************************************************************************************/


/*************************************************************************         RESPONSIVE HERE          ***************************************************************************/


/************************************************************************************************************************************************************************************/

@media (max-width: 575px) {
    .kl-news:hover .kl-dropdown-menu-news {
        display: none;
    }

    .kl-news {
        display: none;
    }

    .kl-dropdown-menu-news {
        display: none;
    }

    .kl-dropdown-menu-news[data-bs-popper] {
        margin-top: -4rem !important;
        position: relative !important;
        left: 20px !important;
    }

    .kl-news-mobile {
        display: flex;
    }

    .kl-card-orator-event {
        border-top: 1px solid rgba(128, 128, 128, 0.274);
        margin: 10px 0 !important;
        padding: 10px 0;
    }

    .kl-video-parent-separtor {
        position: relative;
        top: 50px;
        margin-bottom: 0;
    }

    .kl-description-content {
        height: auto;
        max-height: 100%;
        padding: 5px;
        overflow-y: scroll;
    }

    .kl-description-top {
        position: relative;
        top: 170px !important;
    }

    .kl-description-top .kl-description-content {
        height: 90%;
    }

    .kl-video-block-content {
        height: 200px;
        display: block !important;
        overflow: visible !important;
    }

    .kl-video-description {
        height: 100px;
    }

    .kl-inner-video {
        min-height: 300px;
    }

    .kl-recent-videos-list {
        height: auto;
        min-height: 20px;
    }

    .kl-read-more-btn {
        display: block;
    }

    /* .kl-text-description.collapsed {
        overflow: hidden;
        position: relative;
    }
    .kl-text-description:not(.collapsed) {
        max-height: none;
    } */
    .kl-video-comment {
        /* background: red; */
        margin-top: 100px;
    }

    .kl-orator-lists-container {
        height: 286px !important;
    }

    .kl-find-more-orator {
        height: 286px
    }

    .kl-inner-splide {
        display: flex;
        margin: 10px !important;
        width: 90px !important;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .kl-orator-splide-detail {
        border-top-right-radius: 150px;
        border-top-left-radius: 150px;
        border-bottom-right-radius: 150px;
        border-bottom-left-radius: 150px;
        width: 100px;
        height: 100px;
        display: flex;
        overflow: hidden;
        justify-content: center;
    }

    .kl-description-video {
        height: auto;
        /* max-height: 550px; */
        position: relative;
        top: -10px;
    }

    .kl-menu-lists {
        margin: 0;
        width: auto !important;
    }

    .kl-verse-title {
        margin-top: 10px;
    }

    .kl-verse-description {
        width: 100%;
        padding: 0px !important;
    }

    .kl-verse-image-container img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .kl-verse-image-container {
        height: 200px;
        padding: 0px !important;
    }

    .kl-verse-container {
        display: block;
        margin: 0;
        padding: 0;
    }

    .kl-verse-description {
        padding: 50px;
        margin-top: 10px;
    }

    .kl-play-video-container {
        height: 28vh !important;
        /* margin-bottom: 30px; */
    }

    .kl-play-video-container iframe {
        width: 100%;
        height: 100%;
    }

    .kl-all-language {
        display: none;
    }

    .kl-language-choice:hover .kl-all-language {
        display: block;
        top: 40px;
        opacity: 1;
        visibility: visible;
    }

    .kl-navbar {
        padding: 15px 5px !important;
    }

    .kl-navigation {
        height: 1000vh !important;
        flex-direction: column;
    }

    .nav-item {
        height: 50px;
        line-height: 50px;
    }

    .kl-link-item {
        height: auto !important;
    }

    .kl-submenu {
        display: none !important;
    }

    body {
        padding: 0 !important;
        margin: 0 !important;
    }

    .col-md-3 {
        margin: 0 !important;
    }

    .kl-verse-text {
        color: var(--white);
        font-size: 11px;
        margin: 0;
    }

    .kl-verse-text-capter {
        font-size: 11px;
        margin: 0;
    }

    .kl-text-verse-container+img {
        width: 150% !important;
    }

    .kl-days-word-title {
        z-index: 1;
        font-size: 10px;
    }

    .kl-other-content div .kl-image-other {
        width: 100%;
        height: none;
        overflow: hidden;
    }

    .kl-other-content {
        height: auto !important;
        min-height: 10vh !important;
    }

    .kl-imag-verse-container img {
        width: 100% !important;
    }

    .kl-days-word {
        max-height: 250px !important;
        height: auto !important;
        min-height: 140px !important;
        overflow: hidden !important;
        padding: 0 !important;
    }

    .kl-text-verse-container {
        padding: 0 5px;
    }

    .kl-verse-text::before {
        display: inline-block;
        content: url("../../frontoffice/images/right.png");
        transform: scale(0.50);
    }

    .kl-verse-text::after {
        display: inline-block;
        content: url("../../frontoffice/images/left.png");
        transform: scale(0.50);
    }

    .kl-all-language {
        position: relative;
        top: 10px !important;
    }

    .kl-submenu-image-orator img {
        display: flex;
        position: relative;
        top: 25px;
        width: 140%;
    }

    .kl-submenu-image-orator {
        width: 50px;
        height: 50px;
    }

    .kl-submenu-image-emission img {
        top: 0px;
    }

    .kl-submenu-image-emission {
        /* height: 100px !important; */
    }

    .kl-container-emission {
        width: 50% !important;
    }

    .kl-splide {
        overflow: visible !important;
    }

    .kl-submenu-orator-name h5 {
        font-size: 12px;
        font-weight: bold;
    }

    .kl-submenu {
        top: 170px;
        padding: 0;
        padding-top: 5px;
    }

    .kl-menu-lists .kl-submenu .kl-submenu-lists li {
        padding: 0;
        height: auto;
    }

    .kl-menu-lists .kl-submenu .kl-submenu-lists {
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 5px;
    }

    .kl-navigation {
        height: 100vh;
        flex-direction: column;
    }

    .kl-navbar {
        padding: 20px 0;
    }

    .navbar-brand img {
        width: 95px;
    }

    .kl-right-menu {
        border-top: 1px solid #ff2000;
        padding: 20px;
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin-top: 50px;
    }

    .carousel-control {
        position: absolute;
        top: 60px;
    }

    #id-actuality-list .carousel-item {
        position: relative;
    }

    #id-actuality-list .kl-card-actuality-content .kl-card-paragraph {
        min-height: auto;
    }

    .kl-carousel-desktop-only {
        display: none;
    }

    .kl-title-bloc {
        font-size: 9px !important;
    }

    .kl-other-content div {
        /* width: 100%; */
    }

    .kl-menu-lists li a {
        display: inline;
    }

    .kl-video-comment {
        top: 0 !important;
    }

    /**********************************************/
    /**********     INDEX PAGE             ********/
    /*********************************************/
    html {
        overflow-x: hidden;
    }

    /*Menu style for mobile*/
    .kl-menu-lists {
        height: 250px;
        margin-top: 50px;
    }

    /*Slider autoplay section*/
    .kl-slider-inner {
        margin-bottom: 20px;
    }

    .kl-carousel-item {
        width: 100vw !important;
        height: auto !important;
        max-height: 320px !important;
        overflow: hidden;
    }

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

    /*section actuality card*/
    .kl-card-actuality-content {
        margin: 5px 0;
        max-width: 550px
    }

    .kl-card-image {
        min-height: 150px !important;
        height: auto !important;
        max-height: 350px;
        overflow: hidden;
        position: relative;
    }

    .kl-card-image-event {
        max-height: 295px !important;
    }

    .kl-play-icon>div>a>img {
        width: auto !important;
        display: flex;
    }

    .kl-video img {
        min-width: 0 !important;
        height: 100%;
        object-fit: cover;
        width: 100% !important;
    }

    .kl-play-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .kl-play-icon::after {
        display: none !important;
    }

    .kl-card-image .kl-play-icon img {
        width: 12px !important;
        height: 25px !important;
        min-height: 20px !important;
    }

    .kl-card-image img {
        width: 100% !important;
        object-fit: cover;
        height: 210px;
        display: block;
    }

    .kl-card-image-event img {
        height: 455px !important;
    }

    .kl-card-paragraph p {
        margin-bottom: 20px;
    }

    .kl-card-paragraph a,
    .kl-button-show-more a {
        text-align: center;
        left: 40%;
        right: 40%;
        border-top-right-radius: 10px;
    }

    .kl-button-actuality-list-container {
        margin: 0 !important;
        padding: 10px 0;
    }

    /*List video right in the actuality*/
    .kl-video {
        padding: 0;
    }

    .kl-recent-videos-list>div .kl-video {
        padding-right: 0 !important;
    }

    .kl-recent-videos-list .row {
        width: 100%;
        max-width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-top: var(--bs-gutter-y);
    }

    .kl-video img {
        min-width: 188px;
        width: 100% !important;
    }

    .kl-video-description {
        padding: 7px !important;
    }

    .kl-video-description h5 {
        margin: 0;
        height: auto;
    }

    /*Evenment part responsive*/
    .kl-evenment-name {
        height: 70px;
        align-content: space-evenly !important;
    }

    .kl-evenment-name h5 {
        margin: 0 !important;
    }

    .kl-description-evenment {
        margin-top: 5px;
        max-height: 350px;
        overflow: hidden;
    }

    .kl-evenment-container {
        height: auto;
        margin: 0;
    }

    .kl-title-last-event-card {
        margin-bottom: 0;
    }

    .kl-evement-container-image {
        min-height: 210px;
        max-height: 410px;
        height: auto;
        margin-bottom: 5px;
    }

    /**********************************************/
    /**********     DETAIL PAGE             ********/
    /*********************************************/
    .kl-orator-cover-social-media ul li p:last-child {
        display: none;
    }

    .kl-orator-cover-social-media ul li p:first-child img {
        width: 25px;
    }

    .kl-orator-cover {
        overflow: hidden;
        height: 202px;
    }

    .kl-orator-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .kl-mobile-profile {
        width: 100%;
        display: flex;
        position: relative;
        top: -20px;
    }

    .kl-mobile-profile h5 {
        position: relative;
        top: 10px;
        left: 10px;
        color: var(--orange);
        font-weight: bold;
    }

    .kl-about-orator-text {
        position: relative;
        top: -40px;
    }

    .kl-orator-profile-container {
        position: relative;
        border: 4px solid var(--white);
        top: -50px;
        padding: 0;
        border-radius: 100%;
        width: 130px;
        height: 130px;
    }

    .kl-orator-profile-container img {
        width: 110%;
    }

    .kl-citation-title {
        display: block !important;
        justify-content: center;
        align-items: center;
    }

    .kl-shared-citation {
        margin: 0;
    }

    .card {
        margin: 0 !important;
    }

    .col-md-3 {
        margin: 5px;
    }

    .kl-text-description-orator-artist {
        margin-top: -30px;
        margin-bottom: 47px;
    }

    .kl-orator-artist-profile-image {
        padding-bottom: -30px
    }

    .kl-mobile-user-video {
        display: none;
    }

    .kl-list-row {
        display: block !important;
        width: 100%;
    }

    .kl-container-user {
        max-width: 100% !important;
    }

    .kl-card-image {
        height: 100%;
        min-height: 20%;
    }

    .kl-quote-day {
        width: 100%;
        text-align: center;
        padding: 0px !important;
        gap: 10px !important;
    }

    .kl-verse-share-quote {
        margin: 0px !important;
    }

    .kl-container-orator-detail {
        display: block !important;
        text-align: center;
    }

    .kl-container-citation {
        margin: 10px;
    }

    .kl-d-flex {
        display: block !important;
        text-align: center;
    }

    .kl-desc-orator {
        width: 100%;
        margin: 0;
        padding: 0;
        max-width: 300px;
    }

    .kl-partage-orator {
        float: right !important;
        margin-top: -50px !important;
    }

    .kl-input-search {
        width: 85% !important;
    }

    .kl-filtre-name {
        padding: 20px;
    }

    .kl-form-search {
        margin-bottom: 50px !important;
    }

    .kl-search-container {
        text-align: center;
    }

    .kl-quote-description h4 {
        font-size: 15px !important;
    }

    .kl-quote-description p {
        font-size: 10px !important;
    }

    .kl-quote-day a {
        margin-left: 0px !important;
    }

    .kl-margin-orator {
        margin-top: 0px !important;
    }

    .kl-text-description-orator-orator {
        margin-bottom: 45px;
    }

    .kl-title-h1 h1 {
        font-size: 15px !important;
    }

    .kl-title-h1 {
        padding: 9px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .kl-qr-image {
        display: block !important;
        text-align: center;
    }

    .kl-qr-image img {
        width: 50% !important;
    }

    .kl-qr-description {
        top: 20px;
        position: relative;
        font-size: 10px !important;
    }

    .kl-qr-video {
        position: relative;
        width: 100%;
        padding: 40px;
    }

    .kl-qr-video iframe {
        height: 150% !important;
        width: 120% !important;
        left: -25px;
        position: relative;
    }

    .kl-qr-title {
        display: block !important;
        text-align: center;
    }

    .kl-quest-reponse {
        padding: 10px !important;
    }

    .kl-qr-reponse {
        top: -30px;
    }

    .kl-qr-video {
        width: 85% !important;
        left: 25px;
        margin-bottom: 20px;
    }

    .kl-cgu h5 {
        font-size: 20px;
    }

    .kl-play-video {
        top: 33% !important;
        left: 50% !important;
        position: absolute !important;
    }

    .kl-play-video-container img {
        max-height: 250px !important;
    }

    .kl-play-video img {
        min-height: 35px !important;
    }

    .kl-verse-play {
        top: 31% !important;
        left: 50% !important;
    }

    .kl-qoute-desktop {
        display: none !important;
    }

    .kl-qoute-mobile {
        display: block !important;
    }

    .kl-splideCitationMobile {
        height: auto;
        min-height: 160px;
        max-height: 190px !important;
    }

    .kl-card-container:hover .kl-card-image-container .kl-card-background-image {
        transform: unset !important;
    }

    .kl-card-body-container {
        top: 30px !important;
    }

    .kl-card-icon-container {
        margin-right: 29% !important;
        border-top-right-radius: 100px;
        top: 106% !important;
    }

    .kl-card-body-button-container {
        top: 45% !important;
    }

    .kl-card-icon-container p {
        padding: 4px 0px 0px 22px;
    }

    .kl-btn-view-more-text {
        display: block !important;
    }

    .kl-btn-view-more-text {
        background-color: var(--orange-hight);
        border-radius: 5px;
        border: none !important;
        color: #fff;
        display: flex;
        align-items: center;
        position: relative;
        padding: 6px;
    }

    .kl-btn-view-more-text svg {
        margin-left: 5px;
    }

    .kl-description-content {
        position: relative;
        height: auto;
        overflow: hidden;
    }

    .kl-text-wrapper {
        transition: max-height 0.3s ease-in-out;
    }

    .kl-text-description.collapsed {
        max-height: 100px;
        overflow: hidden;
        padding-top: 30px;
    }

    .kl-evenment-description {
        max-height: 150% !important;
        min-height: 60% !important;
        height: auto !important;
    }

    .kl-text-wrapper.collapsed {
        max-height: none !important;
    }

    .kl-description-content.collapsed {
        height: auto !important;
    }

    .kl-text-description {
        overflow: hidden;
        margin-top: 1.5rem;
    }

    .kl-text-wrapper.collapsed::after {
        content: '' !important;
    }

    .kl-video-button {
        margin-bottom: 12px !important;
    }

    .kl-block-right-container {
        height: auto !important;
    }

    .kl-verset-mobile-index {
        width: 100%;
        height: 20vh !important;
    }

    .kl-container-emission-mobile-index {
        height: 10vh !important;
    }

    .kl-days-word-title {
        background: var(--orange);
        font-size: 9px !important;
        padding: 9px 10px;
        color: var(--white);
        border-radius: 0 0 20px 0;
    }

    .kl-content-image-verset-home-mobile {
        height: 20.5vh;
        width: 28vh;
    }

    .kl-verse-no-image {
        padding: 0.5rem !important;
    }

    .kl-verse-no-image__title {
        font-size: 1rem !important;
    }

    .kl-verse-no-image__desc {
        font-size: 0.928rem !important;
    }

    .kl-content-image-verset-home-mobile img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
    }

    .kl-donation-amounts-donation {
        flex-direction: row;
        align-items: center;
    }

    .kl-payment-methods-donation {
        flex-wrap: wrap;
    }

    .kl-destop-only {
        display: none;
    }

    .kl-donation-payment-method-donation img {
        width: 30px;
        height: 30px;
    }

    .kl-donation-payment-method-donation {
        width: 40px;
        height: 40px;
    }

    .kl-donation-btn-donate-donation {
        padding: 1rem 1rem !important;
        font-size: 0.9rem !important;
    }
}

.kl-btn-view-more-text {
    display: none;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .kl-carousel-mobile-only {
        display: none !important;
    }

    .kl-play-video-container {
        height: 50vh !important;
    }

    .kl-carousel-item {
        height: 230px !important;
        max-height: 320px !important;
    }

    .kl-other-content {
        max-height: 20vh;
    }

    /* .kl-verset-mobile-index, */
    .kl-container-emission-mobile-index {
        height: 12vh !important;
    }

    .kl-block-right-container {
        height: auto !important;
        min-height: 5vh;
    }

    .kl-content-image-verset-home-mobile {
        height: 18vh;
    }

    .kl-content-image-verset-home-mobile img {
        object-fit: cover;
        object-position: center;
    }

    .kl-donation-amounts-donation {
        flex-direction: row;
        align-items: center;
    }

    .kl-donation-payment-methods-donation {
        flex-wrap: wrap;
    }

    .kl-destop-only {
        display: none;
    }

    .kl-donation-payment-method-donation img {
        width: 44px;
        height: 44px;
    }

    .kl-donation-payment-method-donation {
        width: 60px;
        height: 60px;
    }

    .kl-donation-btn-donate-donation {
        padding: 1rem 1rem !important;
        font-size: 0.9rem !important;
    }

    .kl-content-image-verset-home-mobile h6 {
        position: absolute !important;
        background: var(--orange);
        font-size: 15px !important;
        padding: 9px 10px;
        color: var(--white);
        border-radius: 0 0 20px 0;
    }

    .kl-submenu-image-emission {
        width: 50px;
        height: 50px;
    }

    .kl-submenu-orator-name h5 {
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .kl-carousel-mobile-only {
        display: none !important;
    }

    .kl-play-video-container {
        height: 50vh !important;
    }

    .kl-carousel-item {
        height: 260px !important;
        max-height: 320px !important;
    }

    .kl-other-content {
        max-height: 25vh;
    }

    .kl-days-word {
        height: 12vh;
    }
    .kl-verset-or-img-media-ndex {
        min-height: 13vh;
    }

    .kl-donation-form-donation {
        padding: 2rem 1.5rem;
    }

    .kl-donation-section-title-donation h1 {
        font-size: 2rem;
    }

    .kl-destop-only {
        display: none;
    }
    .kl-verse-no-image {
        height: 50% !important;
    }
    .kl-card-container {
        height: 340px;
        font-size: 12px;
    }
    .kl-card-icon-container {
        height: 13%;
        width: 53%;
        font-size: 0.7rem;
    }
    .kl-card-image-container {
        height: 36%;
    }
    .kl-play-icon {
        width: 20%;
        height: 25%;
        top:40%;
    }
    .kl-play-icon img{
        width: 20%;
    }
    .kl-card-body-container {
        height: 65%;
    }
    .kl-card-body-container h2 {
        font-size: 12px;
    }
    .kl-card-body-button-container {
        bottom: 8px;
    }
    .kl-verse-no-image__title {
        font-size: 0.8rem !important;
        margin-bottom: 0.2rem !important;
    }
    .kl-verse-no-image__desc {
        font-size: 0.75rem !important;
        height: 240px;
    }
    .kl-days-word .kl-days-word-title {
        font-size: 10px;
    }
    .kl-splide h6 {
        font-size: 11px;
    }
    .kl-orator-about-emission {
        height: 120px;
    }
    .kl-submenu-orator-name h5 {
        font-size: 0.75rem;
    }
    .kl-submenu-image-emission {
        width: 60px;
        height: 60px;
    }
    .kl-menu-lists {
        margin-left: 25%;
    }
    .kl-right-menu {
        margin-left: 28%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .kl-navigate-brand {
        width: 13% !important;
    }

    .kl-carousel-item {
        width: 75% !important;
        height: 300px !important;
        max-height: 320px !important;
    }

    .kl-other-content {
        max-height: 150px;
    }

    .kl-news,
    .kl-dropdown-menu-news {
        display: none !important;
    }

    .kl-news-mobile {
        display: flex !important;
    }

    .kl-carousel-mobile-only {
        display: none !important;
    }

    .kl-days-word {
        height: 17vh;
    }
    .kl-verse-no-image {
        height: 50% !important;
    }
    .kl-card-container {
        height: 340px;
        font-size: 12px;
    }
    .kl-card-icon-container {
        height: 13%;
        width: 53%;
        font-size: 0.7rem;
    }
    .kl-card-image-container {
        height: 36%;
    }
    .kl-play-icon {
        width: 20%;
        height: 25%;
        top:40%;
    }
    .kl-play-icon img{
        width: 20%;
    }
    .kl-card-body-container {
        height: 65%;
    }
    .kl-card-body-container h2 {
        font-size: 12px;
    }
    .kl-card-body-button-container {
        bottom: 8px;
    }
    .kl-verse-no-image__title {
        font-size: 0.8rem !important;
        margin-bottom: 0.2rem !important;
    }
    .kl-verse-no-image__desc {
        font-size: 0.75rem !important;
        height: 240px;
    }
    .kl-days-word .kl-days-word-title {
        font-size: 10px;
    }
    .kl-splide h6 {
        font-size: 11px;
    }
    .kl-orator-about-emission {
        height: 124px;
    }
    .kl-submenu-orator-name h5 {
        font-size: 0.75rem;
    }
    .kl-submenu-image-emission {
        width: 60px;
        height: 60px;
    }
    .kl-menu-lists{
        margin-left: 8% !important;
        font-size: 0.75rem !important;
    }
    .kl-menu-lists li{
        min-width: 74px;
    }
    .kl-program-slide-index{
        margin-top: -28% !important;
    }
    .kl-verset-or-img-media-ndex {
        min-height: 12vh;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .kl-navigate-brand {
        width: 10% !important;
    }

    .kl-slider-content>.row {
        --bs-gutter-x: 0.6rem;
    }

    .kl-program-slide-index {
        margin-top: -30px !important;
    }

    .kl-carousel-mobile-only {
        display: none !important;
    }

    .kl-verset-or-img-media-ndex {
        min-height: 26vh;
    }
}

@media (min-width: 1400px) and (max-width: 1919.98px) {
    .kl-navigate-brand {
        width: 13% !important;
    }

    .kl-carousel-mobile-only {
        display: none !important;
    }

    .container-fluid {
        max-width: 1320px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .kl-days-word {
        height: 18vh !important;
    }
}

@media (min-width: 1920px) {
    .container-fluid {
        max-width: 1320px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .kl-submenu {
        width: 1320px;
        left: 15%;
    }

    .kl-navigate-brand {
        width: 13%;
    }

    .kl-program-slide-index {
        margin-top: -25px !important;
    }

    .kl-carousel-mobile-only {
        display: none !important;
    }

    .kl-play-video {
        top: 38%;
        left: 35%;
    }
    .kl-verset-or-img-media-ndex {
        min-height: 20.3vh;
    }
}

@media (min-width: 3480px) {
    .kl-play-video {
        top: 23%;
        left: 42%;
    }

    .kl-submenu {
        left: 28% !important;
    }

    .kl-carousel-mobile-only {
        display: none !important;
    }

    .kl-carousel-mobile-only {
        display: none !important;
    }

    .kl-play-video {
        top: 38%;
        left: 35%;
    }
}

@media (max-width: 375px) {
    .kl-verse-no-image {
        padding: 0.1rem !important;
    }
    .kl-content-image-verset-home-mobile {
        height: 20.4vh;
        width: 28vh;
    }
}
.kl-donation-link {
    background-color: var(--white-gray);
    color: var(--black);
    border: 2px solid var(--white-gray);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 5px;
    height: 10% !important;

}

.kl-donation-link.active,
.kl-donation-link:hover {
    background-color: var(--orange);
    color: var(--white);
    border-color: var(--orange);
    transform: translateY(-3px);
}

.kl-verse-no-image {
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
    background-color: #12213b; /* fallback si le SVG ne charge pas */
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* --- Fond 1 : rayons dorés --- */
.kl-verse-bg-1 {
    background-image:
            linear-gradient(135deg, rgba(18,33,59,.92), rgba(18,33,59,.92)),
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cdefs%3E%3CradialGradient id='g' cx='50%25' cy='30%25' r='75%25'%3E%3Cstop offset='0%25' stop-color='%23f4d58d'/%3E%3Cstop offset='100%25' stop-color='%2312213b'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='400' height='400' fill='url(%23g)'/%3E%3Cg stroke='%23f4d58d' stroke-opacity='.35' stroke-width='2'%3E%3Cline x1='200' y1='40' x2='200' y2='360'/%3E%3Cline x1='40' y1='200' x2='360' y2='200'/%3E%3Cline x1='85' y1='85' x2='315' y2='315'/%3E%3Cline x1='315' y1='85' x2='85' y2='315'/%3E%3C/g%3E%3Ccircle cx='200' cy='200' r='60' fill='none' stroke='%23f4d58d' stroke-opacity='.5' stroke-width='2'/%3E%3C/svg%3E");
}

/* --- Fond 2 : vagues (livre ouvert) --- */
.kl-verse-bg-2 {
    background-image:
            linear-gradient(135deg, rgba(30,20,45,.92), rgba(30,20,45,.92)),
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Crect width='400' height='400' fill='%231e142d'/%3E%3Cg fill='none' stroke='%23c9a4f2' stroke-opacity='.35' stroke-width='3'%3E%3Cpath d='M0 100 Q100 60 200 100 T400 100'/%3E%3Cpath d='M0 180 Q100 140 200 180 T400 180'/%3E%3Cpath d='M0 260 Q100 220 200 260 T400 260'/%3E%3Cpath d='M0 340 Q100 300 200 340 T400 340'/%3E%3C/g%3E%3C/svg%3E");
}

/* --- Fond 3 : étoiles / points (ciel) --- */
.kl-verse-bg-3 {
    background-image:
            linear-gradient(135deg, rgba(12,28,26,.92), rgba(12,28,26,.92)),
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Crect width='400' height='400' fill='%230c1c1a'/%3E%3Cg fill='%2377e2c4' fill-opacity='.55'%3E%3Ccircle cx='60' cy='70' r='4'/%3E%3Ccircle cx='150' cy='40' r='3'/%3E%3Ccircle cx='250' cy='90' r='5'/%3E%3Ccircle cx='330' cy='50' r='3'/%3E%3Ccircle cx='90' cy='180' r='3'/%3E%3Ccircle cx='200' cy='200' r='6'/%3E%3Ccircle cx='300' cy='170' r='3'/%3E%3Ccircle cx='50' cy='300' r='3'/%3E%3Ccircle cx='160' cy='320' r='4'/%3E%3Ccircle cx='260' cy='300' r='3'/%3E%3Ccircle cx='350' cy='330' r='5'/%3E%3C/g%3E%3C/svg%3E");
}

.kl-verse-no-image__title {
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: .5rem;
}

.kl-verse-no-image__desc {
    color: rgba(255,255,255,.85);
    font-size: .95rem;
    overflow-y: auto;
    scrollbar-width:none;
}

/* --- Animation des lettres --- */
.kl-word {
    display: inline-block;
    white-space: nowrap;
}

.kl-letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(18px) rotate(4deg);
    animation: kl-letter-in .55s cubic-bezier(.2,.7,.3,1) forwards;
}

@keyframes kl-letter-in {
    to {
        opacity: 1;
        transform: translateY(0) rotate(0deg);
    }
}



.kl-donate-banner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    overflow: hidden;
    isolation: isolate;
    padding: 1.05rem 1.5rem;
    margin-bottom: 1.4rem;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(115deg, #d63b6f, #e8734a, #f0a04b, #d63b6f);
    background-size: 300% 300%;
    animation: kl-donate-gradient 8s ease infinite;
    box-shadow: 0 8px 24px rgba(214, 59, 111, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kl-donate-banner:hover,
.kl-donate-banner:focus-visible {
    transform: translateY(-3px) scale(1.005);
    box-shadow: 0 14px 34px rgba(214, 59, 111, 0.5);
    color: #fff;
}

@keyframes kl-donate-gradient {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Halo lumineux qui respire derrière tout */
.kl-donate-banner__glow {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255,255,255,0.35), transparent 70%);
    transform: translate(-50%, -50%);
    filter: blur(10px);
    animation: kl-glow-move 7s ease-in-out infinite;
    z-index: 0;
}

@keyframes kl-glow-move {
    0%, 100% { left: 15%; opacity: 0.5; }
    50%      { left: 55%; opacity: 0.9; }
}

/* Groupe d'icônes vivantes */
.kl-donate-banner__icons {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.kl-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kl-icon svg { width: 100%; height: 100%; }

.kl-icon--heart {
    width: 32px;
    height: 32px;
    animation: kl-heartbeat 1.6s ease-in-out infinite;
}

@keyframes kl-heartbeat {
    0%, 100% { transform: scale(1); }
    15%      { transform: scale(1.28); }
    30%      { transform: scale(1); }
    45%      { transform: scale(1.16); }
    60%      { transform: scale(1); }
}

.kl-icon--hands {
    width: 26px;
    height: 26px;
    color: #fff;
    opacity: 0.9;
    animation: kl-sway 3s ease-in-out infinite;
}

@keyframes kl-sway {
    0%, 100% { transform: rotate(-6deg) translateY(0); }
    50%      { transform: rotate(6deg) translateY(-3px); }
}

.kl-icon--star {
    width: 18px;
    height: 18px;
    color: #fff8dc;
    animation: kl-spin-pulse 3.5s linear infinite;
}

@keyframes kl-spin-pulse {
    0%   { transform: rotate(0deg) scale(0.85); opacity: 0.6; }
    50%  { transform: rotate(180deg) scale(1.15); opacity: 1; }
    100% { transform: rotate(360deg) scale(0.85); opacity: 0.6; }
}

/* Texte */
.kl-donate-banner__text {
    position: relative;
    z-index: 1;
    flex: 1 1 260px;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.35;
}

/* Bouton CTA avec texte rotatif */
.kl-donate-banner__cta {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    background: #fff;
    color: #d63b6f;
    font-weight: 700;
    font-size: 0.84rem;
    white-space: nowrap;
    box-shadow: 0 0 0 0 rgba(255,255,255,0.6);
    animation: kl-cta-ring 2.8s ease-out infinite;
    transition: gap 0.25s ease, background 0.25s ease;
}

.kl-donate-banner:hover .kl-donate-banner__cta {
    gap: 0.7rem;
    background: #fff6f2;
}

@keyframes kl-cta-ring {
    0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0.55); }
    70%  { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

.kl-cta-star {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    animation: kl-cta-star-twinkle 2s ease-in-out infinite;
}

@keyframes kl-cta-star-twinkle {
    0%, 100% { transform: scale(0.8) rotate(0deg); opacity: 0.6; }
    50%      { transform: scale(1.2) rotate(90deg); opacity: 1; }
}

.kl-cta-text-wrap {
    position: relative;
    display: inline-block;
    min-width: 128px;
    height: 1.2em;
    overflow: hidden;
}

.kl-cta-text {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(60%) scale(0.7);
    filter: blur(3px);
}

.kl-cta-text--active {
    animation: kl-cta-text-in 0.7s cubic-bezier(.2,.8,.3,1) forwards;
}

.kl-cta-text--leaving {
    animation: kl-cta-text-out 0.7s cubic-bezier(.4,0,.6,1) forwards;
}

@keyframes kl-cta-text-in {
    0%   { opacity: 0; transform: translateY(60%) scale(0.6) rotate(-8deg); filter: blur(4px); }
    60%  { opacity: 1; transform: translateY(-8%) scale(1.08) rotate(2deg); filter: blur(0); }
    100% { opacity: 1; transform: translateY(0) scale(1) rotate(0deg); filter: blur(0); }
}

@keyframes kl-cta-text-out {
    0%   { opacity: 1; transform: translateY(0) scale(1) rotate(0deg); filter: blur(0); }
    100% { opacity: 0; transform: translateY(-60%) scale(0.6) rotate(8deg); filter: blur(4px); }
}

.kl-donate-banner__arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.25s ease;
}

.kl-donate-banner:hover .kl-donate-banner__arrow {
    transform: translateX(3px);
}

/* Particules flottantes */
.kl-donate-banner__particles {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.kl-particle {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.75);
    opacity: 0;
    animation: kl-particle-rise 6s ease-in infinite;
}

.kl-particle--1 { left: 10%;  animation-delay: 0s;   }
.kl-particle--2 { left: 28%;  animation-delay: 1.2s; }
.kl-particle--3 { left: 52%;  animation-delay: 2.4s; }
.kl-particle--4 { left: 74%;  animation-delay: 3.6s; }
.kl-particle--5 { left: 90%;  animation-delay: 4.8s; }

@keyframes kl-particle-rise {
    0%   { bottom: -10%; opacity: 0; transform: translateX(0) scale(0.5); }
    15%  { opacity: 0.9; }
    85%  { opacity: 0.4; }
    100% { bottom: 110%; opacity: 0; transform: translateX(14px) scale(1.1); }
}

@media (prefers-reduced-motion: reduce) {
    .kl-donate-banner,
    .kl-donate-banner__glow,
    .kl-icon--heart,
    .kl-icon--hands,
    .kl-icon--star,
    .kl-donate-banner__cta,
    .kl-cta-star,
    .kl-particle,
    .kl-cta-text {
        animation: none !important;
    }
    .kl-cta-text--active { opacity: 1; transform: none; filter: none; }
}

@media (max-width: 575px) {
    .kl-donate-banner {
        padding: 0.9rem 1.1rem;
    }
    .kl-donate-banner__text {
        font-size: 0.9rem;
        flex-basis: 100%;
    }
    .kl-donate-banner__cta {
        margin-left: auto;
    }
    .kl-donate-banner__icons {
        order: 2;
    }
}

/* Uniquement la bannière de la page donation — ne modifie pas .kl-donate-banner de la homepage */

.kl-donate-banner--form .kl-cta-text-wrap {
    min-width: 160px;
}

.kl-donate-banner--form .kl-donate-banner__arrow-down {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: kl-arrow-bounce 1.4s ease-in-out infinite;
}

.kl-donate-banner--form .kl-donate-banner__arrow-down svg {
    width: 100%;
    height: 100%;
}

@keyframes kl-arrow-bounce {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(4px); }
}

.kl-alt-contact {
    position: relative;
    overflow: hidden;
    margin-top: 1.8rem;
    padding: 1.5rem 1.4rem;
    border-radius: 18px;
    text-align: center;
    background: linear-gradient(135deg, #fff5f8, #fff0e8);
    border: 1.5px solid #f4d3de;
}

.kl-alt-contact__glow {
    position: absolute;
    top: -30%;
    right: -10%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(214,59,111,0.12), transparent 70%);
    animation: kl-alt-glow-drift 8s ease-in-out infinite;
}

@keyframes kl-alt-glow-drift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(-20px, 20px) scale(1.15); }
}

.kl-alt-contact__icon {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    margin: 0 auto 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(120deg, #d63b6f, #e8734a);
    color: #fff;
    animation: kl-alt-icon-float 3s ease-in-out infinite;
}

.kl-alt-contact__icon svg {
    width: 22px;
    height: 22px;
}

@keyframes kl-alt-icon-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-5px); }
}

.kl-alt-contact__text {
    position: relative;
    z-index: 1;
    max-width: 480px;
    margin: 0 auto 1.1rem;
    color: #5a4a52;
    font-size: 0.9rem;
    line-height: 1.5;
}

.kl-alt-contact__links {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
}

.kl-alt-contact__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: #fff;
    border: 1.5px solid #f0c4d3;
    color: #d63b6f;
    font-size: 0.83rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.kl-alt-contact__link:hover {
    transform: translateY(-2px);
    border-color: #d63b6f;
    box-shadow: 0 6px 16px rgba(214, 59, 111, 0.18);
    color: #d63b6f;
}

.kl-alt-contact__link-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

.kl-alt-contact__link--email {
    background: linear-gradient(120deg, #d63b6f, #e8734a);
    border-color: transparent;
    color: #fff;
}

.kl-alt-contact__link--email:hover {
    color: #fff;
    box-shadow: 0 6px 18px rgba(214, 59, 111, 0.3);
}

@media (prefers-reduced-motion: reduce) {
    .kl-alt-contact__glow,
    .kl-alt-contact__icon {
        animation: none !important;
    }
}

@media (max-width: 575px) {
    .kl-alt-contact {
        padding: 1.25rem 1rem;
    }
    .kl-alt-contact__links {
        flex-direction: column;
        align-items: stretch;
    }
    .kl-alt-contact__link {
        justify-content: center;
    }
}

.kl-footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.kl-footer-contact-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: inherit;
    opacity: 0.85;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.kl-footer-contact-link:hover {
    opacity: 1;
    transform: translateX(3px);
    color: inherit;
}

.kl-footer-contact-link__icon {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.kl-footer-contact-link__icon svg {
    width: 15px;
    height: 15px;
}

.kl-footer-contact-link:hover .kl-footer-contact-link__icon {
    background: linear-gradient(120deg, #d63b6f, #e8734a);
    border-color: transparent;
}

.kl-footer-contact-link span:last-child {
    font-size: 0.9rem;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .kl-footer-contact-list {
        margin-bottom: 1.5rem;
    }
}