/*Bouton de connection header*/
.thim-link-login {
    display: flex;
    justify-content: space-between;
    /* width: 220px; */

}

#sidebar {
    position: sticky !important;
    top: 80px !important;
    align-self: flex-start;
}

#sidebar>div {
    position: static !important;
}

.thim-link-login a.js-show-popup {
    padding: 2px 8px;
    background-color: transparent;
    border: 1px solid #EF7A1C !important;
    color: #EF7A1C !important;
    border-radius: 4px;
    margin: 0 0 0 5px
}

.thim-link-login a.js-show-popup:hover {
    background-color: #EF7A1C;
    color: white !important;

}

/*Fin Bouton de connection header*/

#main-content {
    background-color: rgba(0, 0, 0, 0.08) !important;
}

#learn-press-checkout .payment-methods .lp-payment-method.selected>label {
    background-color: transparent !important;
    padding: 0 !important;
}

#checkout-payment .lp-payment-method .gateway-icon {
    max-height: 50px !important;
}

#learn-press-checkout .payment-methods .payment-method-form {
    padding: 0 20px 15px 0 !important;
    background-color: transparent !important;
}

.aureo-courses-categories-liste-items .owl-stage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    transform: none !important;
    width: 100% !important;
    padding: 10px;
}

.aureo-courses-categories-liste li {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.aureo-courses-categories-liste li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex !important;
}

.aureo-courses-categories-liste li a img,
.aureo-event-thumbnail-image img {
    object-fit: cover;
    aspect-ratio: 16/9;

}

.aureo-courses-categories-liste-items .owl-stage .owl-item {
    width: 100% !important;
}

.aureo-courses-categories-liste-items .owl-stage .owl-item .item .image {
    border-radius: 6px;
}

/* .owl-item, .owl-item .item .image{
    border-radius: 20px !important;
} */

.aureo-courses-categories-liste-items .owl-stage .owl-item.cloned {
    display: none !important;
}

.aureo-courses-categories-liste-items .owl-stage h3,
.aureo-courses-categories-liste-items .owl-stage h3 a {
    font-size: 1.3rem !important;
}

.aureo-courses-categories-liste-items .owl-stage a img {
    object-fit: cover;
    aspect-ratio: 16/9;
    /* height: 100%; */
    min-height: 100%;
    transition: all .9s cubic-bezier(0.075, 0.82, 0.165, 1);
    /* border-radius: 20px !important; */
}

.aureo-courses-slider img,
.learn-press-profile-course__tab img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
}

/* .elementor img {
    border-radius: 20px !important;
} */


.aureo-footer-menu ul {
    flex-direction: column !important;
}

.aureo-footer-menu ul li a {
    padding: 0 !important;
}

/*SLIDER IMAGES **********************/
.aureo-slider-image img {
    object-fit: cover;
    aspect-ratio: 16/7;
    width: 100%;
}

/*COURSES **********************/

.aureo-loop-hidden {
    transform: translateX(100%);
    width: calc(100% - 80px) !important;
    visibility: hidden;
    right: 0;
    transition: all .0s ease-in-out !important;
    line-height: 1.2 !important;
}

.aureo-loop-arow-right {
    visibility: hidden;
}

.aureo-loop-arow-left {
    visibility: visible;
}

.aureo-loop-hidden .instructor-avatar img {
    width: 30px;
    height: 30px !important;
    border-radius: 50% !important;
}


/** PROFILE STYLE*/
.lp-single-instructor__info .instructor-avatar img{
    width: 84px !important;
}
.lp-content-area .item-instructor{
    background-color: white;
}
.lp-user-profile .lp-profile-left .user-avatar .lp-btn-to-edit-avatar {
    position: absolute;
    top: 25px !important;
    left: 25px !important;
    width: 30px !important;
    height: 30px !important;
}

.event-wrapper-shortcode.user-login {
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-wrapper-shortcode.user-login .thim-login {
    min-width: 450px;
}

.profile-courses-list.learn-press-courses .aureo-loop-hidden {
    display: none;
}

ul.profile-courses-list li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
}

ul.profile-courses-list li>div {
    background-color: white;
}

ul.profile-courses-list li>div,
ul.profile-courses-list li>div>div,
ul.profile-courses-list li>div>div>div,
ul.profile-courses-list li>div>div>div>div {
    height: 100%;
}

ul.profile-courses-list li>div>div>div>div>div:nth-child(2) {
    padding: 0 10px;
}

#lp-content-area {
    background: rgba(0, 0, 0, 0.04);
}



.thim-widget-course-categories-grid.layout-image-cats ul li,
.thim-widget-course-categories-grid.layout-image-cats ul li a {
    position: relative;
    overflow: hidden;
}

.thim-widget-course-categories-grid.layout-image-cats ul li:hover a img {
    transform-origin: center;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.aureo-absblock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.aureo-absblock * {
    color: white;
    margin: 0 !important;
    padding: 0 !important;
}

.thim-ekits-event__item {
    border: 1px solid rgb(196, 196, 196);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #00000026;
    background-color: white;

}

.thim-ekits-event a.event-thumbnail img,
.thim-ekits-event a.event-thumbnail {
    aspect-ratio: 16/8 !important;
    object-fit: cover !important;
}

.thim-ekits-event__item .thim-ekits-event__content {
    padding: 10px;
}

.thim-ekits-event__excerpt {
    display: none;
}


/**
Les bouton du site
*/
a.widget-button,
button,
input,
textarea,
select {
    border-radius: 4px !important;
}

.swiper-wrapper {
    padding: 10px 0;
}

/* Code cours affichage */
.aureo-content-loop-card {
    aspect-ratio: 16/6;
    /* object-fit: cover; */
    box-sizing: border-box;
    /* height: 100%; */

}

.learn-press-profile-course__tab .aureo-loop-container>div {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.13);
}

.aureo-content-loop-card * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.learn-press-profile-course__tab .aureo-hide-on-profile {
    display: none;
}

.learn-press-profile-course__tab .aureo-card-course-title h5 {
    font-size: 13px !important;
}

.learn-press-profile-course__tab .aureo-course-code {
    font-size: 12px;
}

.learn-press-profile-course__tab .course-item-price,
.learn-press-profile-course__tab .aureo-profile-course-cta,
.learn-press-profile-course__tab .aureo-profile-course-cta a {
    font-size: 13px !important;
    border: 0 !important;
}

.tp-event-top img {
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* FILTER SEARCH BOUTTON */
.demo-marketplace .filter-course.style-marketplace-2 .lp-form-course-filter .course-filter-submit {
    padding: 6px 20px !important;
    float: none !important;
}

@media only screen and (max-width: 1080px) {
    .aureo-loop-hidden {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .aureo-courses-categories-liste-items .owl-stage {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 500px) {
    .aureo-courses-categories-liste-items .owl-stage {
        grid-template-columns: repeat(1, 1fr);
    }
}

.thim-ekits-course__inner{
    gap: 10px !important;
}
@media screen and (min-width: 300px) and (max-width: 767px) {
    .thim-ekits-course__inner {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .thim-ekits-course__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media screen and (min-width: 993px) and (max-width: 1024px) {
    .thim-ekits-course__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media screen and (max-width: 800px) {
    #bp-better-messages-mini-mobile-open {
        z-index: 99999 !important;
    }
}
.aureo_new_user_notice{
    z-index: 0 !important;
}