* {
    word-break: inherit !important;
}


.cursor-pointer {
    cursor: pointer;
}

.dip-mob.d-flex, .dip-mob {
    display: none !important;
}

.action-btn.dip-mob {
    display: block !important;
}

.hid-mob {
    display: block !important;
}

.toggle-menu-button .toggle-menu-button-icon span {
    background-color: #fff !important;
    color: #fff !important;
}

#menu-left-menu-1, .dl-menuwrapper ul {
    background-color: #2c2c2b !important;
}


.dl-back a, .dl-back, li.dl-back::after, .dl-menuwrapper li a::after {
    color: #fff !important;
}

#menu-left-menu-1 li a.menu-link i {
    font-size: 20px;
    color: #a3a3a3;
}

#menu-left-menu-1 li a.menu-link {
    color: #fff;
    text-transform: inherit !important;
}


#menu-left-menu-1 li a.menu-link div {
    display: inline-block !important;
}

/* Container principal */
.page-main.nav_style_two .fl_main {
    margin-top: 20px !important;
}

.page-main.nav_style_two .elementor.fl_main, .page-main.nav_style_two .fl_main {
    padding: 9vh 45px 45px 45px !important;
    margin-top: 0px !important;
}

.elementor-column .fl_main, .fl_main .fl_main, .page-main.nav_style_two .fl_main .fl_main {
    padding: 0px 0px 0px 0px !important;
    margin-top: 0px !important;
}

.fl_main .fl_content, .fl_main .tm_archive {
    margin-top: 0%;
    margin-bottom: 20px;
    padding: 0% 0% 0% 0%;
}

.fl_main .uk-grid {
    margin-left: 0px;
}


/************************/
/* Listing produit de la même taille */
.game-card__media {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    overflow: hidden !important;
}

.game-card__media.top_media {
    align-items: inherit !important;
    min-height: inherit !important;
}

.game-card__media img {
    max-width: 100%;
    height: auto;
}

/* Image de la fiche produit */
.woocommerce div.product div.images img {
    max-height: 600px !important;
    object-fit: scale-down !important;
}

/************************/
/* 404 */
/************************/
.page-main.nav_style_two .not-found-container.page-404 {
    margin-top: 9vh !important;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    left: 0px !important;
    width: 100% !important;
    transition: all 0.25s linear;
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 45px 45px;
    height: inherit !important;
}


/************************/
/* CONTACTS */
/************************/

.btn-primary {
    background-color: #3398b1 !important;
    border-color: #3398b1 !important;
}

.form-group .select2-selection__rendered {
    border: 1px solid #ced4da;
    color: #495057;
    font-size: 1rem;
    border-radius: .25rem;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    background: #fff;
    margin-top: -1px;
}

.form-group .select2-container--default .select2-selection--single {
    background: #fff !important;
}

/* Affichage des lettre de l'alphabet */
.alphabet-index {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.alphabet-letter {
    cursor: pointer;
    padding: 5px;
}

.alphabet-letter.active-letter {
    color: #e5064a;
}

.alphabet-letter.inactive-letter {
    color: #e0e0e0; /* Un gris clair, ajustez à votre convenance */
    cursor: default; /* Pour montrer que c'est non-cliquable */
}

/************************/
/* Petites annonces */
/************************/
#all_annonces {
    max-height: 500px;
    overflow-y: auto;
}

#comments_area {
    max-height: 450px;
    overflow-y: auto;
}


#all_annonces .annonce {
    cursor: pointer;
    background-color: #E5E5E5;
    margin-bottom: 10px;
}

/* une annonce sur deux en couleur */
#all_annonces .annonce:nth-child(2n) {
    background-color: #f5f5f5;
}

#all_annonces .annonce.active {
    border: 1px solid #e5064a;
}

#all_annonces .annonce h5.card-title {
    font-size: 14px;
}

#all_annonces .annonce h6.card-subtitle {
    font-size: 11px;
}

#all_annonces .annonce a.card-link {
    text-decoration: none !important;
    color: #e5064a !important;
    font-size: 12px;
}

/* champ file caché, car ajouté en dynamique */
.dynamic-file-input {
    display: none; /* cacher les champs qui sont ajouté dynamiquement */
}

/* Commentaires des petites annonces, façon discussion de chat */
.comment-wrap {
    padding: 0px 10px 0px 10px;
    display: flex;
    flex-direction: column;
}

.comment-bubble {
    padding: 10px;
    border-radius: 15px;
    background-color: #f5f5f5;
    color: #2c2c2b;
    position: relative;
    margin-bottom: 10px;
    min-width: 80%;
}

.other-bubble {
    background-color: #f5f5f5;
    color: #2c2c2b;
    align-self: flex-start;
}

.other-bubble::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #f5f5f5;
    border-bottom: 10px solid transparent;
}


.author-bubble {
    background-color: #e5e5e5;
    color: #2c2c2b;
    align-self: flex-start;
}

.author-bubble::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #e5e5e5;
    border-bottom: 10px solid transparent;
}

.user-bubble {
    background-color: #3398b1;
    color: #fff;
    align-self: flex-end;
}

.user-bubble::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #3398b1;
    border-bottom: 10px solid transparent;
}


.user-bubble {
    background-color: #3398b1;
    color: #fff;
}

.comment-meta {
    display: flex;
    align-items: center;
    gap: 10px; /* Espace entre les éléments */
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 10px; /* Espace entre l'avatar et le nom */
    font-size: 0.8em;
}

.comment-author img {
    border-radius: 50%; /* rend l'avatar rond */
    width: 32px;
    height: 32px;
}

.fn {
    font-weight: bold;
    margin-right: 10px;
}

.comment-date {
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.7); /* légèrement atténué pour le distinguer du nom de l'auteur */
}

.author-bubble .comment-date {

    color: rgba(228, 0, 70, 0.7) !important;

}

/*  nom et la date plus visibles pour les commentaires non-auteur et non-utilisateur (bulles blanches) */
.comment-bubble .comment-date {
    color: #2c2c2b;
}

.comment-text {
    margin-top: 10px;
    font-size: 13px;
}

/* Correction Scroll */
.page-main.nav_style_two {
    margin-top: 0px;
    overflow: auto !important;
}


form.checkout input.input-checkbox {
    width: auto;
}

select.form-select {
    color: #2c2c2b;
}

.btn-dll {
    color: white !important; /* Important est utilisé pour s'assurer que cette propriété a la priorité */
    text-align: right;
    margin-bottom: 10px;
    text-decoration: none !important;
    background: #df0146 !important;
    border-radius: 25px !important;
    float: right;

}

.event_form_container {
    background: #fff;
    padding: 20px;
}

.entry-content .btn-dll {
    margin-top: 15px;
}

.tm_archive {
    width: 100% !important;
}

.bg-color-main {
    background-color: #009ab7 !important;
}

.elementor-widget-container .product-category {
    width: 100%;
    margin: 0px;
}

.elementor-widget-container .product-category h2 {
    padding: 0px !important;
    margin: 0px !important;
}

.elementor-widget-container .product-category img {
    display: none !important;
}

.products .shop-archive-item {
    width: 100% !important;
    margin: 0px;
}

/**********************************/
/*  Bandeau de navigation du haut */
/**********************************/
.bg_profile {

    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;

    font-size: 30px;
}

.bg_profile img {
    margin-top: -15px;
}

.icn_top_bar {
    width: 30px;
}

.bg_profile i {
    margin-left: -1px;
}

.page-header__content select#centers {
    border: none;
    padding: 0px 40px 0px 10px;
    color: #009ab7;
    display: inline-block;
    width: auto;
    margin-bottom: 0px;
    position: relative;
    max-width: 25ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.center_name {
    padding: 0px 40px 0px 10px;
    color: #009ab7;
    display: inline-block;
    margin-bottom: 0px;
    width: auto;
    max-width: 25ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-header__content .action-btn .animation-ripple-delay2 {
    border: 1px solid #E40046;
}

.page-header__content .action-btn.cart-badge span {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -12px;
    right: -12px;
    width: 22px;
    text-align: center;
    height: 22px;
    border: none !important;
    border-radius: 50%;
    background: #E40046;
    font-size: 10px;
    font-weight: bold;
    line-height: 17px;
}


/**********************************/
/*  Mini cart */
/**********************************/
.uk-dropdown .uk-nav {
    margin-top: 0px;
}

.cart-icon-container {
    position: relative;
    display: inline-block;
}

.cart-count {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: white;
    padding: 2px 5px;
    border-radius: 50%;
    font-size: 0.7em;
}

.mini-cart-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 500px; /* ou la largeur que vous souhaitez */
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
}

.mini-cart-content .widget_shopping_cart_content {
    padding: 10px;
}

.cart-icon-container:hover .mini-cart-content {
    display: block;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    font-size: 10px;
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
    font-size: 10px;
}
/**********************************/
/* Page de validation de commande */
/**********************************/
.woocommerce-MyAccount-content a.text-light {
    color: #fff !important;
}

.woocommerce-MyAccount-content a.text-decoration-none {
    text-decoration: none !important;
}

.fl-content .woocommerce {
    margin-top: 6vh;
}

td.product-image {
    width: 150px;
}

.row.address h4 {
    font-size: 18px;
    font-weight: bold;
    color: #009ab7;
    margin-top: 10px;
}

.row.address .col-6 {
    background: #f5f5f5;
}

.col-border-right {
    border-right: 1px solid #ccc;

}

/* Container du tableau */
.woocommerce-checkout-review-order-table {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Ombre autour du tableau */
    border-radius: 5px; /* Coins arrondis */
    overflow: hidden; /* Cache les débordements, utile pour les coins arrondis */
}

/* En-têtes du tableau */
.woocommerce-checkout-review-order-table thead th {
    background-color: #f9f9f9; /* Couleur de fond */
    border-bottom: 2px solid #eee; /* Bordure en bas */
    padding: 10px; /* Espacement intérieur */
    text-align: left; /* Alignement du texte */
}

/* Cellules du tableau */
.woocommerce-checkout-review-order-table tbody td {
    border-bottom: 1px solid #eee; /* Bordure en bas */
    padding: 10px; /* Espacement intérieur */
}

/* Dernière cellule du tableau */
.woocommerce-checkout-review-order-table tbody tr:last-child td {
    border-bottom: none; /* Pas de bordure en bas pour la dernière cellule */
}

/* Lignes Totales */
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    background-color: #f1f1f1; /* Couleur de fond */
    padding: 10px; /* Espacement intérieur */
    text-align: right; /* Alignement du texte */
}

/* Pour le texte du total général */
.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    font-weight: bold; /* Texte en gras */
}

/*********************/
/*  Page de connexion */
/*********************/
/* message d'erreur */
#ajax_login_messages {
    margin-bottom: 20px;
    color: #f00;
    font-size: 14px;
    padding: 10px;
}

#ajax_login_messages p {
    color: #000;
    font-size: 14px;
}

#customer_login {
    width: 400px;
    max-width: 400px;
}

.password-input {
    width: 100%;
}

#customer_login select#centers {
    color: #1a657a;
    background: #f5f5f5;
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
}

.page_login {
    background: #1A657A !important;
}

.woocommerce-form-login__submit {
    background: #009bb5 !important;
}

.woocommerce-page img.logo-login {
    max-width: 300px;
}

/*============================================
==  Products
==============================================*/
.js-extranet-store .rectangle_popular .rectangle__rating a {
    color: #E40046;
}

.js-extranet-store .swiper {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -25px;
    margin-right: -25px;
}

.js-extranet-store .swiper-button-prev {
    left: 10px;
}

.js-extranet-store .swiper-button-next {
    right: 10px;
}

.js-extranet-store .users-list {
    list-style: unset;
}

.js-extranet-store .users-list li {
    margin-left: -10px;
}

.js-extranet-store .swiper {
    padding-bottom: 40px;
}

.js-extranet-store .swiper-button-prev::after,
.js-extranet-store .swiper-button-next::after {
    content: '';
}

.js-extranet-store .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}

.js-extranet-store .swiper-pagination-bullet {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    border-radius: 5px;
    background: #6d6d6dcc;
    transition: all 0.25s linear;
}

.js-extranet-store .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 5px;
    background-color: #E40046;
}

.js-extranet-store .game-card__info {
    padding: 6px;
    min-height: inherit !important;
}

/*********************/
/*  Slider sur la home */
/*********************/

.image-fluid {
    width: 100%;
    height: auto;
}

#elementor-panel-elements-wrapper .elementor-element .icon i.digi-icon::after {
    content: 'GA';
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 3px 6px;
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    color: #FFF;
    background-color: #009BB5;
    border-radius: 2px;
    z-index: 1;
}

.elementor-widget-digi-image-slider .js-extranet-recommend .swiper, .elementor-widget-digi-image-slider-posts .js-extranet-recommend .swiper {
    padding-bottom: 40px;
}

.elementor-widget-digi-image-slider .js-extranet-recommend .swiper-button-prev::after,
.elementor-widget-digi-image-slider .js-extranet-recommend .swiper-button-next::after,
.elementor-widget-digi-image-slider-posts .js-extranet-recommend .swiper-button-prev::after,
.elementor-widget-digi-image-slider-posts .js-extranet-recommend .swiper-button-next::after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #000;
    content: '';
}

.elementor-widget-digi-image-slider .js-extranet-recommend .swiper-horizontal > .swiper-pagination-bullets, .elementor-widget-digi-image-slider-posts .js-extranet-recommend .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}

.elementor-widget-digi-image-slider .js-extranet-recommend .swiper-pagination-bullet, .elementor-widget-digi-image-slider-posts .js-extranet-recommend .swiper-pagination-bullet {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    border-radius: 5px;
    background: #6d6d6dcc;
    transition: all 0.25s linear;
}

.elementor-widget-digi-image-slider .js-extranet-recommend .swiper-pagination-bullet-active, .elementor-widget-digi-image-slider-posts .js-extranet-recommend .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 5px;
    background-color: #E40046;
}

.elementor-widget-digi-blog .js-extranet-trending .swiper {
    padding-bottom: 40px;
}

.elementor-widget-digi-blog .js-extranet-trending .swiper-button-prev::after,
.elementor-widget-digi-blog .js-extranet-trending .swiper-button-next::after {
    content: '';
}

.elementor-widget-digi-blog .js-extranet-trending .game-card__media .card__media_link {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 325px;
    display: block;
}

.elementor-widget-digi-blog .js-extranet-trending .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}

.elementor-widget-digi-blog .js-extranet-trending .swiper-pagination-bullet {
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    border-radius: 5px;
    background: #6d6d6dcc;
    transition: all 0.25s linear;
}


.slider_content {
    padding: 5em;
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.recommend-slide .slider_content p {
    font-size: 1.3em;
    margin-bottom: 2em;
    font-family: 'DunbarTall-Bold', sans-serif;
}

.recommend-slide .slider_content a {
    font-weight:bold !important;
        font-family: 'DunbarTall-Bold', sans-serif;
}

.slider_content h3 {
    padding-top: 0px;
    margin-top: -25px !important;
    font-size: 4em;
}

.elementor-widget-digi-blog .js-extranet-trending .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 5px;
    background-color: #e40046;
}

.stream-item .tm_edit_btns_contain {
    width: 100%;
    background: #fff;
    display: block;
    height: 25px;
    border-top: 1px solid #F2F2F2;
    padding-top: 5px;
    margin-top: 5px;
}

.youzify_streams_page_cont ul li {
    width: 25%;
    padding: 0px 5px 10px;
}

.youzify_streams_page_cont ul li .stream-item__title {
    white-space: unset;
    display: block;
}


/*********************************/
/*  Responsive
/*********************************/

@media only screen and (max-width: 1600px) {
    .youzify_streams_page_cont ul li {
        width: 33.32223%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .home .page-main.nav_style_two .fl_main {
        padding: 13vh 45px 45px 45px !important;
    }
}


@media only screen and (max-width: 1200px) {
    .youzify_streams_page_cont ul li {
        width: 50%;
    }

    /* 2 colonnes */
    .elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }


}

@media (max-width: 1100px) {
    /* Bouton E-commerce */
    .fl_main .woocommerce .actions button.button {
        margin-right: 0px !important;
    }
}


@media (max-width: 960px) {
    .fl-content .woocommerce {
        margin-top: 8vh;
    }

    .elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .page-main.nav_style_two .elementor.fl_main, .page-main.nav_style_two .fl_main {
        padding: 15vh 10px 45px 10px !important;
        margin-top: 0px !important;
    }

    .home .page-main.nav_style_two .fl_main {
        padding: 8vh 10px 45px 10px !important;
    }

    .page-header__inner {
        /* Vos styles ici. Par exemple : */
        display: block !important;
    }

    .page-header__content {
        background: #fff !important;
        /* ombre en bas */
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    }

    .page-header__sidebar {
        width: 100% !important;
    }

    .dl-menuwrapper button {
        border: none;
        width: 48px;
        height: 45px;
        overflow: hidden;
        cursor: pointer;
        outline: none;
        margin-left: 0px !important;
        background: #3393ab !important;
        border-radius: 10px;
    }

    .page-header__logo a img {
        min-width: 180px;
        margin: 5px 0 -25px 10px !important;
    }

    .dip-mob, .dip-mob.d-flex {
        display: block !important;
    }

    .hid-mob {
        display: none !important;
    }

    .account-mob img {
        width: 45px;
    }

    .page-header__content {
        z-index: -1 !important;
        position: relative !important;
    }
}

/* Media query pour les tablettes */
@media (max-width: 768px) {
    .alphabet-index {
        justify-content: space-around; /* Répartit l'espace plus uniformément */
        padding: 0 10px; /* Ajoute un peu de padding sur les côtés */
    }

    .alphabet-letter {
        margin: 5px; /* Ajoute une petite marge autour des lettres */
    }

    .youzify_streams_page_cont ul li {
        width: 100%;
    }

    .youzify_streams_page_cont ul li .stream-item {
        max-width: unset;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        background: #fff;
        float: none !important;
        width: 100% !important;
        margin-top: 10px;
        padding: 30px;
    }

}


/* Media query pour les mobiles */
@media (max-width: 480px) {
    /* 2 colonnes */
    .elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products {
        grid-template-columns: repeat(1, 1fr);
    }

    .alphabet-index {
        justify-content: center; /* Centre les éléments pour une meilleure apparence sur les mobiles */
        padding: 0 5px;
    }

    .alphabet-letter {
        margin: 2px; /* Marge plus petite pour les petits écrans */
        flex: 1 0 10%; /* Donne une base flexible pour chaque lettre */
    }


}


.fl-subnav .stream_add_btn {
    margin-right: 0 !important;
    margin-left: auto !important;
}

