@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i&display=swap');


html,
body {
    margin: 0;
    padding: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.1px;
    margin: 0 0 8px;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333333;
}

p a {
    color: #333333;
}

p {
    line-height: 28px;
    margin-bottom: 0;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;

}

#main-menu .active a {
    font-weight: bold;
    font-size: 17px;
}

ul {
    margin-bottom: 0;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

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

strong {
    color: #333333;
}

iframe {
    border: none;
    /*float: left;*/
    width: 100%;
}

select {
    background-color: #f0eef0;
    border: 1px solid #5e0404;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 0;
    width: 100%;
}

.form-select {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #979595;
    border-radius: 5px;
    background-color: transparent;
}

.custom-button {
    background-color: #FD5704;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    border: none;
    /* Supprimer la bordure */
    padding: 5px 10px;
    /* Espacement intérieur du bouton */
}

label {
    color: #000000;
    display: block;
    margin-bottom: 10px;
}

.italic-red {
    color: #FD5704;
    font-style: italic; /* Utilisez font-style pour l'italic */
}

textarea,
input[type="text"],
input[type="date"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border: none;
    color: #000;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 0;
    vertical-align: middle;
    box-shadow: none;
    font-weight: bold;

}

.input_text {
    float: left;
    width: 5px;
    background-color: #F6ECEC;
    color: #000000;
    padding: 0;
    border: none;
    height: 45px;
    margin-bottom: 15px;
}

.select_option {
    float: left;
    background-color: #F6ECEC;
    color: #000000;
    padding: 0;
    border: none;
    height: 45px;
    margin-bottom: 15px;
}

input[type="submit"] {
    outline: none;
}


.input1 [type="text"],
.input1[type="password"],
.input1[type="date"],
.input1[type="email"] {
    float: left;
    width: 100%;
    background-color: #F6ECEC;
    color: #000000;
    padding: 2px;
    border: none;
    height: 45px;
    margin-bottom: 15px;
}

.input1 [type="submit"] {
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
    color: #F6ECEC;
    font-weight: 600;
    border: none;
    cursor: pointer;
    margin-bottom: 13px;
    font-size: 15px;
}

option {
    padding: 0;
}

li {
    line-height: 28px;
    list-style: inside disc;
}

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: outside decimal;
    padding-left: 15px;
}

ol ol {
    margin-left: 20px;
}

ol li {
    list-style: outside decimal;
    width: 100%;
}

p ins {
    color: #000;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}

/* Ajustez le CSS pour .ritekhela-wrapper */
.ritekhela-wrapper {
    height: 100%;
    float: left;
    width: 100%;
    position: fixed;
    /* Modifiez de "fixed" à "relative" */
}

.dark-mode .ritekhela-wrapper {
    background-color: #240505;
    color: #fff;
}

.dark-mode .ritekhela-wrapper1 {
    height: 100%;
    float: left;
    width: 100%;
}

.dark-mode .ritekhela-wrapper1 {
    background-color: #240505;
    color: #fff;
}

.wrapper-coupon {
    height: 100%;
    width: 100%;
    position: fixed;
}

.dark-mode .wrapper-coupon {
    background-color: #240505;
    color: #fff;
}

/* Ajustez le CSS pour .ritekhela-main-content et .ritekhela-main-section */
.ritekhela-main-content,
.ritekhela-main-section {
    float: left;
    width: 100%;
    min-height: 0;
    position: relative;
    clear: both;
    /* Ajoutez cette ligne pour résoudre les problèmes de flottabilité */
}

/* Ajustez le CSS pour .ritekhela-main-content */
.ritekhela-main-content {
    min-height: calc(100vh - 50px);
    /* Définissez la hauteur minimale pour la vue moins la hauteur du header */
    max-height: calc(100vh - 50px);
    /* Définissez également une hauteur maximale pour garantir une barre de défilement si le contenu dépasse */
    overflow-y: auto;
    /* Ajoutez une barre de défilement uniquement lorsque le contenu dépasse la hauteur maximale */
    margin-top: 0px;
    padding: 50px 0 100px 0;
}


/* Header */
#ritekhela-header,
.ritekhela-topstrip,
.ritekhela-topstrip-two {
    float: left;
    width: 100%;
}

/* TopStrip */
.ritekhela-topstrip {
    padding: 7px 0;
}

.ritekhela-header-one {
    position: fixed;
    top: 0;
    left: 0;
    height: 99px;
    width: 100%;
    background-color: #ffffff;
    /* Couleur de fond du header */
    color: #000000;
    /* Couleur du texte du header */
    z-index: 10002;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding-bottom : 49px;
}

/* Main Header */
.ritekhela-main-header {
    float: left;
    width: 100%;
    padding: 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

/* Navigation */
.ritekhela-right-section {
    float: right;
}

.ritekhela-navigation {
    height: 12px;
    margin-top: -70px;
    float: left;
}

.ritekhela-navsearch {
    float: right;
    margin-left: 5px;
}

.ritekhela-navsearch>li {
    float: left;
    list-style: none;
    margin: 10px 0 10px 25px;
    position: relative;
}

.ritekhela-navsearch>li>a {
    color: #000000;
}

.ritekhela-navsearch1 {
    float: right;
    margin-left: 5px;
}

.ritekhela-navsearch1>li {
    float: left;
    list-style: none;
    margin: 5px 0 5px 5px;
    position: relative;
}

.ritekhela-navsearch1>li>a {
    color: #fff;
}


.ritekhela-navsearch-left {
    float: left;
    margin-left: 5px;
}
.ritekhela-navsearch-left>li {
    float: left;
    list-style: none;
    margin: 10px 0 10px 25px;
    position: relative;
}

.ritekhela-navsearch-left>li>a {
    color: #000000;
}
.ritekhela-navigation .megamenu-wrap {
    position: static;
}

.ritekhela-navigation .ritekhela-megamenu {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 30px 20px;
}

.ritekhela-navigation .ritekhela-megamenu [class*="col-md-"] {
    float: left;
}

.menu-toggle {
    position: fixed;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

.hamburger {
    width: 25px;
    height: 2px;
    background-color: #000;
    margin: 6px 5px;
    transition: 0.4s;
}

.ritekhela-logo {
    margin-left: 10px;
    float: left;
    /* Cette ligne centrer horizontalement */
}

/* Style du bouton */
.custom-btn {
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    color: #fff;
    /* background: linear-gradient(#FD5704, #D36600); */
    background: linear-gradient(#9A4A00, #9A4A00);
    border-radius: 15px 15px 15px 15px;
    text-shadow: 0 2px 0 black;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}

/* Style du bouton au survol */
.custom-btn:hover {
    /*background-color: #8d0000;  Rouge légèrement plus sombre au survol */
    background: #9A4A00;
    /* background: linear-gradient(#D11B1B, #A21313); */
    /* background: linear-gradient(#FF8F26, #E67916); */
    background: linear-gradient(#9A4A00, #9A4A00);
    text-decoration: none;
}

.custom-btn:active {
    background: #9A4A00;
    /* background: linear-gradient(#DA2727, #920404); */
    background: linear-gradient(#9A4A00, #9A4A00);
    box-shadow: rgba(0, 0, 0, 0.17) 0 -23px 25px 0 inset, rgba(0, 0, 0, 0.15) 0 -36px 30px 0 inset, rgba(0, 0, 0, 0.1) 0 -79px 40px 0 inset,
        rgba(0, 0, 0, 0.06) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px, rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px,
        rgba(0, 0, 0, 0.09) 0 32px 16px;
}

/* ------------------------------------------------------ */
/* Style du bouton */
.custom-btn-bonus {
  font-size: 15px;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: linear-gradient(#FD5704, #D36600);
  border-radius: 15px 15px 15px 15px;
  /* text-shadow: 0 2px 0 black; */
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;

}

/* Style du bouton au survol */
.custom-btn-bonus:hover {
    /*background-color: #8d0000;  Rouge légèrement plus sombre au survol */
    background: #555;
    /* background: linear-gradient(#0b9e4b, #045628); */
    background: linear-gradient(#FF8F26, #E67916);
    text-decoration: none;
}

.custom-btn-bonus:active {
    background: #9A4A00;
    /* background: linear-gradient(#FD5704, #D36600); */
    background: linear-gradient(#D36600, #B85600);
    box-shadow: rgba(0, 0, 0, 0.17) 0 -23px 25px 0 inset, rgba(0, 0, 0, 0.15) 0 -36px 30px 0 inset, rgba(0, 0, 0, 0.1) 0 -79px 40px 0 inset,
        rgba(0, 0, 0, 0.06) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px, rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px,
        rgba(0, 0, 0, 0.09) 0 32px 16px;
}
/* ------------------------------------------------------ */

.dark-mode .card1 {
    background-color: #FD5704;
    color: #fff;
}

.dark-mode .car1 {
    background-color: #9A4A00;
    color: #fff;
}

.dark-mode .card1 h6 {
    color: #fff;
}

/*page d'acceuil*/
.card1 {
    margin: 0 auto;
    font-size: 14px;
    border: 1px solid #FD5704;
    background-color: #ffffff;
    border-radius: 7px;
    max-width: 733px;
    height: 100%;
    box-sizing: border-box;
}

.car {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
    color: #000000;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.car a {
    margin: 5px;
    text-align: center;
    font-size: 16px;
    background-color: #FD5704;
    padding: 10px;
    border-radius: 20px;
}

.card-css a.icon {
    color: #FF8A26;
    font-size: 24px;
}

.car1 {
    margin: 0 auto;
    font-size: 14px;
    border: 1px solid #FD5704;
    background-color: #ffffff;
    border-radius: 7px;
    max-width: 733px;
    height: 100%;
    box-sizing: border-box;
}

.dark-mode footer .icon {
    color: #FD5704;
    /* Icônes en rouge */
}

.footer .icon {
    color: #FD5704;
    /* Rouge pour les icônes */
    font-size: 20px;
}

/* Ajustements du style du footer pour assurer une bonne position */
.footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    justify-content: space-between;
    margin: 0;
    z-index: 9999;
    box-sizing: border-box;
    /* Inclure le rembourrage et la bordure dans le calcul de la taille */
}

.footer a {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.dark-mode footer a {
    color: #ffffff;
    /* Liens en blanc */
    font-weight: bold;
    /* Texte en gras */
    font-size: 12px;
    /* Taille de la police */
}

.footer a:hover {
    color: #FF8A26;
    /* Rouge pour les liens survolés */
}

.footer .icon {
    color: #FD5704;
    /* Rouge pour les icônes */
    font-size: 20px;
}

/* Styles généraux pour .footer-item */
.footer-item {
    margin: 0;
    padding-bottom: 0;
    /* Ajout de rembourrage pour améliorer l'apparence */
}

/* Styles généraux pour .footer-item */
.footer-item {
    margin: 0;
    padding-bottom: 0;
    /* Ajout de rembourrage pour améliorer l'apparence */
}

.footer-item.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: #FF8A26;

}

.dark-mode footer {
    background-color: #000000;
    /* Fond noir */
    color: #ffffff;
    /* Texte blanc */
}

.dark-mode footer a:hover {
    color: #fff;
    /* Liens survolés en rouge */
}

.dark-mode footer .icon {
    color: #FD5704;
    /* Icônes en rouge */
}

.dark-sidebar {
    background-color: #000000;
    /* Fond noir */
    color: #ffffff;
}

/* Styles pour les cartes en mode sombre */
.dark-sidebar .card4,
.dark-sidebar .card5 {
    border-bottom: 1px solid #4d4c4c;
    background: black;
    color: white;
}

/* Styles pour le texte en mode sombre */
.dark-sidebar .card4 a,
.dark-sidebar .card5 a {
    color: white;
}

/* Styles pour les icônes en mode sombre
  .dark-sidebar .card4 i,
  .dark-sidebar .card5 i {
    color: white;
  }*/


.btn-purple {
    background-color: #FD5704;
    color: #000;
    /* Couleur du texte */
}

.dark-mode .btn-purple {
    background-color: #FD5704;
    color: #fff;
    /* Couleur du texte */
}

.dark-mode h5 {
    color: #fff;
    /* Couleur du texte */
}

.dark-mode .car1 .tc_wrap .tabs_list {
    background-color: #000;
    /* Remplacez "your-color" par la couleur de fond souhaitée */

}

.dark-mode .sidebar {
    background-color: #FD5704;
    /* Remplacez "your-color" par la couleur de fond souhaitée */

}

.dark-mode .sidebar-header {
    background-color: #FD5704;
    /* Remplacez "your-color" par la couleur de fond souhaitée */

}

.dark-mode #close-sidebar1 {
    color: #000;
    /* Remplacez "your-color" par la couleur de fond souhaitée */

}

.dark-mode .accueil-link {
    border-bottom: 2px solid #fff;

}

.dark-mode .ico {
    font-size: 24px;
    color: #fff;
}

.dark-mode .input1 {
    color: #fff;
}

.card3 {
    position: relative;
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-items: center;
    background-color: #F6ECEC;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    margin: 1px;
    padding: 10px;
}

.highlighted {
    background-color: #FD5704;
    /* Couleur de surbrillance initiale */
    color: #fff;
    /* Couleur du texte en surbrillance initiale */
}

.card3 a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    /* Centrer le texte horizontalement */
    margin-top: 0;
    /* Espacement entre l'icône et le libellé */
}

.sidebar {
    top: 0;
    left: -320px;
    /* Caché au début */
    width: 320px;
    height: 100%;
    overflow-y: auto;
    /* Ajoute une barre de défilement verticale en cas de dépassement de la hauteur */
    /*border: 1px solid #FD5704;*/
    background-color: #f8cdb8;
    transition: 0.2s;
    z-index: 10001;
    /* Choose a value higher than the header's z-index */
    padding: 0 0 50px 0;
}

.sidebar.show {
    left: 0;
}

#close-sidebar1 {
    background-color: transparent;
    color: #FD5704;
    font-size: 42px;
    cursor: pointer;
    margin-top: 0;
}

/* Style pour les éléments du menu */
.menu-item {
    margin-bottom: 10px;
    cursor: pointer;
}

/* Style pour les éléments du sous-menu */
.submenu {
    display: none;
    list-style: none;
    margin-left: 0;
    padding-left: 60px;
    /* Ajoutez un décalage pour le sous-menu */
}

.submenu-item {
    cursor: pointer;
}

/* Style pour les éléments avec sous-menu */
.with-submenu:hover .submenu {
    display: block;
}


/* Styles pour le contenu de la barre latérale */
.sidebar-content {
    height: calc(100% - 50px);
    /* La hauteur du contenu de la barre latérale est la hauteur totale moins la hauteur du header */
    overflow-y: auto;
    /* Activez la barre de défilement verticale si nécessaire */
    margin-bottom: 10px;
    text-align: left;
}

.sidebar-content2 {
    margin-bottom: 10px;
}

/* Styles pour le header de la barre latérale */
.sidebar-header {
    position: sticky;
    top: 10px;
    height: 50px;
    /* Hauteur fixe pour le header */
    width: 320px;
    /* Ajustez la largeur du header de la barre latérale selon les besoins */
    background-color: #f8cdb8;
    text-align: center;
    padding: 1px;
    z-index: 1000;
}

.sidebar a {
    color: #000;
}


.sidebar {
    position: fixed;
    /* Autres styles pour la barre latérale */
}

.header {
    position: fixed;
    /* Autres styles pour l'en-tête */
    z-index: 10000;
}

.footer {
    position: fixed;
    /* Autres styles pour le pied de page */
}

.icon-container {
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    margin-right: 60px;
    align-items: center;
}

.icon-container i {
    font-size: 28px;
    /* Ajustez la taille de l'icône */
}

.label-container {
    margin-left: 60px;
    font-size: 16px;
    /* Autres styles pour le libellé container */
}


/* Add spacing between cards */
.header-item {
    padding: 10px;
}

/* Define a class for the card container */
.card-container {
    display: flex;
    justify-content: space-around;
    /* Distribute space evenly */
}

/* Optionally, you can add some margin between the cards */
.card4+.card4 {
    margin-left: 5px;
    /* Adjust this margin as needed */
}

.card4 {
    display: flex;
    flex-direction: column;
    /* Les éléments sont empilés verticalement */
    width: 60px;
    height: 50px;
    background-color: #fff;
    padding: 5px;
}

.car4 {
    width: 60px;
    height: 50px;
    background-color: transparent;
    padding-bottom: 2px;
}

.card4 a {
    text-decoration: none;
    /* Supprimez le soulignement des liens */
    font-size: 10px;
    /* font-weight: bold; */
    white-space: nowrap;
    /* Empêchez le texte de passer à la ligne */
    overflow: hidden;
    /* Masquez le contenu qui dépasse */
    text-overflow: ellipsis;
    /* Ajoutez des points de suspension (...) à la fin du texte si nécessaire */
}

/* Define styles for active items if needed */
.active .card4 {
    background-color: #007bff;
    /* Example background color for active items */
    color: #fff;
    /* Example text color for active items */
}


/* Style pour les éléments de type "card5" */
.card5 {
    position: relative;
    background-color: #fff;
    /* Couleur de fond */
    padding: 10px;
    /* Espace intérieur */
    border-bottom: 1px solid #ccc;
}

/* Style pour les liens à l'intérieur des éléments "card5" */
.card5 a {
    color: #000;
    /* Couleur du texte */
}

.submenu {
    display: none;
}

.with-submenu:hover .submenu {
    display: block;
}

.large-icon {
    font-size: 24px;
    color: #666666;
    margin-right: 5px;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    /* Augmentez la valeur du z-index pour être au-dessus de player-info-sidebar */
    transition: 0.2s;
    /* Ajoutez une transition pour des effets plus doux */
}


/* Réduire la taille des logos de drapeaux */
.with-submenu img {
    max-width: 28px;
    /* Définissez la largeur maximale souhaitée */
    max-height: 28px;
    /* Définissez la hauteur maximale souhaitée */
}

ul {
    list-style: none;
    /* Pour supprimer les puces */
    padding: 0;
    /* Pour supprimer le rembourrage par défaut de la liste */
}

/* Ajoutez des traits en bas aux éléments .language-option */
.submenu-option {
    border-bottom: 1px solid #ccc;
    /* Choisissez la couleur et l'épaisseur de la bordure */
    padding: 8px 0;
    /* Ajoutez un peu d'espace sous chaque élément */
}

.sidebar-info {
    width: 0;
    position: fixed;
    top: 50px;
    right: 0;
    height: 100%;
    overflow-x: hidden;
    padding: 1px 0 100px 0;
    background-color: #ffffff;
    z-index: 99999;
    /* Assurez-vous que le z-index est inférieur à celui du sidebar */
}

.dark-mode .sidebar-info {
    background-color: #FD5704;
    color: #fff;
}

.container button {
    text-align: center;
    color: var(--font-color);
    background: var(--color-primary);
    border: none;
    border-radius: 5px;
    display: block;
    /* Mettre en bloc pour centrer */
    margin: 0 auto;
    /* Pour centrer horizontalement */
}

.container button:hover {
    border: none;
}

.container button:after {
    border: none;
}

.centered-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Vous pouvez également ajouter d'autres styles au besoin */
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    left: 0;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0 0 15px #2020203d;
    background: white url('https://i.ibb.co/7JfqXxB/sunny.png');
    background-repeat: no-repeat;
    background-position: center;
}

input:checked+.slider {
    background-color: #690000;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
    background: black url('https://i.ibb.co/FxzBYR9/night.png');
    background-repeat: no-repeat;
    background-position: center;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.accueil-link {
    border-bottom: 2px solid red;
    /* Bordure initiale transparente */
    text-decoration: none;
    /* Supprimer le soulignement par défaut des liens */
}


.card3 .icon {
    color: #FF8A26;
    font-size: 24px;
}

.blue-icon {
    color: #2E4DBC;
}

.yellow-icon {
    color: #D9A829;
}

.green-icon {
    color: #0C784B;
}

.red-icon {
    color: #FD5704;
}

.marron-icon {
    color: #984B04;
}

.card-css {
    position: relative;
    color: #000000;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #FD5704;
    padding: 5px;
    margin: 2px;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    height: auto;
    overflow-y: auto;
}

.card-css a {
    color: #000000;
    text-decoration: none;
    margin-bottom: 11px;
    font-weight: bold;
    text-align: center;
    /* Centrer le texte horizontalement */
    margin-top: 0;
    /* Espacement entre l'icône et le libellé */
}

.dark-mode .card-css {
    background-color: #000;
    border: 1px solid #FD5704;
    color: #fff;
}

.dark-mode .card-css a {
    color: #fff;
}

.col-lg-4-css {
    width: calc(33.33% - 4px);
}

.col-lg-8-css {
    width: calc(66.66% - 4px);
}

.col-lg-3 {
    width: calc(25% - 4px);
}

.image-icon1 {
    width: 50px;
    /* Ajustez la largeur en fonction de vos besoins */
    height: 50px;
    display: block;
    /* Pour centrer l'image horizontalement */
    margin: 0 auto;
    /* Pour centrer l'image verticalement et horizontalement */
    max-width: auto;
    /* Pour que l'image ne dépasse pas la largeur du conteneur */
}

.image-icon {
    max-width: auto;
    /* Pour que l'image ne dépasse pas la largeur du conteneur */
    object-fit: contain;
    display: flex;
    height: 100px;
    font-size: 16px;
}

.card-css a.icon {
    color: #FF8A26;
    font-size: 24px;
}

.dark-mode .ritekhela-menu-link .menu-bar {
    background-color: #fff;
}

.sm-blue .ritekhela-megamenu a,
.sm-blue .ritekhela-megamenu a:hover {
    padding-left: 5px;
    padding-right: 0;
}

table {
    background-color: transparent;
    max-width: 100%;
}

th {
    text-align: left;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border: 1px solid #dddddd;
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}

table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 1px solid #dddddd;
}

table>thead>tr>th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
    border-bottom: 0 none;
}

table>tbody+tbody {
    border-top: 2px solid #dddddd;
    border-radius: 15px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 6px 10px;
}

.ritekhela-cart-link {
    text-align: center;
}

.ritekhela-cart-box ul,
.ritekhela-cart-box p,
.ritekhela-cart-link,
.widget_cartbox ul {
    float: left;
    width: 100%;
}

.ritekhela-cartbox-btn2 {
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 8px 70px;
    margin-bottom: 2px;
    border-radius: 0;
    border: 3px solid #9E0303;
    background-color: #FD5704;
}

.ritekhela-cartbox-btn3 {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    width: 100%;
    font-weight: bold;
    line-height: 1;
    padding: 8px 12px;
    margin-bottom: 2px;
    border-radius: 8px;
    border: 3px solid #9E0303;
    background-color: #FD5704;
}

.ritekhela-cartbox-btn:hover,
.ritekhela-cartbox-btn2:hover,
.ritekhela-cartbox-btn3:hover {
    border: 3px solid #9E0303;
    background-color: #9E0303;
}

/* Style de l'image montrant la verification du compte de l'utilisateur; */
.img_compte_verifie {
    width: 35px;
    height: auto;
}

.img_compte_verifie2 {
    width: 200px;
    height: auto;
}

.black-path {
    fill: black;
}

.white-path {
    fill: white;
}

/*Casino */

.ritekhela-footer-widget .widget {
    margin-bottom: 30px;
}

.ritekhela-wrapper,
.wrapper-coupon {
  position: relative !important;
  height: auto !important;
  min-height: 100vh;
}

.ritekhela-main-content {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}
/* Widget About Info */

.ritekhela-footer-one .ritekhela-footer-widget {
    padding-bottom: 30px;
    background: url(extra-images/ft.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

/* Widget Twitter Feeds */
.widget_twitter_feeds ul li,
.widget_twitter_feeds ul,
.widget_twitter_feeds p,
.widget_twitter_feeds time,
.widget_about_info_social,
.ritekhela-footer-widget {
    float: left;
    width: 100%;
}

.ritekhela-footer-two .ritekhela-footer-widget {
    padding: 80px 0 25px 0;
}

/* Comment Form */
.ritekhela-form,
.ritekhela-form form p.ritekhela-comment,
.ritekhela-form form p.ritekhela-submit {
    float: left;
    width: 100%;
}

.ritekhela-form {
    margin-bottom: 30px;
}

.ritekhela-form form {
    margin: 0;
}

.ritekhela-form form p {
    float: left;
    width: 49%;
    padding: 0 0 30px 0;
    margin: 2px;
}

.ritekhela-form form p:last-child {
    padding-bottom: 0;
}

.ritekhela-form form p input[type="text"],
.ritekhela-form form p input[type="date"],
.ritekhela-form form p input[type="number"],
.ritekhela-form form p input[type="email"],
.ritekhela-form form p input[type="password"],
.ritekhela-form form .cod_promo {
    float: left;
    width: 100%;
    border: 1px solid #979595;
    border-radius: 5px;
    background-color: #fff;
    height: 40px;
    padding: 6px 13px 6px 13px;
    color: #000;
    font-size: 14px;
}

.ritekhela-form form p input[type="text"]:focus {
    box-shadow: none;
}

.ritekhela-form form p input[type="date"]:focus {
    box-shadow: none;
}

.ritekhela-form .cod_promo:focus {
    box-shadow: none;
}

.ritekhela-form form p textarea {
    float: left;
    width: 100%;
    border: 1px solid #FD5704;
    background-color: #FBD8D8;
    font-size: 14px;
}

.ritekhela-form form p input[type="submit"] {
    float: left;
    padding: 3px 10px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    height: 45px;
    margin: 0;
}


form p:last-child {
    padding-bottom: 0;
}

.form-perso input[type="text"],
.form-perso input[type="date"],
.form-perso input[type="number"],
.form-perso input[type="tel"],
.form-perso input[type="email"],
.form-perso input[type="password"] {
    width: 100%;
    border: 1px solid #979595;
    border-radius: 5px;
    background-color: #fff;
    height: 40px;
    padding: 6px 13px 6px 13px;
    color: #000;
    font-size: 14px;
}

form p.ritekhela-comment,
form p.ritekhela-submit {
    float: left;
    width: 100%;
}

.form-perso {
    width: 100%;
    padding: 0 0 30px 0;
    margin: 2px;
}

.form-perso input[type="text"]:focus {
    box-shadow: none;
}

.form-perso input[type="date"]:focus {
    box-shadow: none;
}

.form-perso textarea {
    float: left;
    width: 100%;
    border: 1px solid #FD5704;
    background-color: #FBD8D8;
    font-size: 14px;
}

.form-perso input[type="submit"],
.form-perso button {
    padding: 3px 10px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    height: 45px;
    margin: 0;
}

.cJIWbX {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    display: flex; /* Afficher les éléments en ligne */
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 5px;
    width: 100%;
}

.fnhitt {
    width: 100%;
    min-height: 35px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    padding-inline-start: 7px;
    background-color: #FD5704;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Augmenter la taille de l'étoile */
.etoile {
    font-size: 20px;
    /* Ajustez la taille en fonction de vos besoins */
}


.hkzsxM {
    margin: 0 2px 0 0;
    width: 40px;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.gioulo {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
}

.gBFDES {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(255, 255, 255);
}

.dCfpsY {
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid red;
    width: min-content;
    min-width: 100px;
    max-width: min-content;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #000; /* Couleur par défaut */
    transition: background-color 0.3s ease; /* Transition fluide */
}

/* Ajouter le style pour l'état actif */
.dCfpsY.active {
    background-color: #FD5704; /* Couleur de fond quand sélectionné */
    border-color: #000; /* Couleur de bordure différente quand actif */
}

.flzesU {
    text-align: center;
    color: rgb(255, 255, 255);
}

.knVapB {
    margin: 0;
    font-family: "Roboto Condensed", Roboto, "serif";
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: rgb(255, 255, 255);
    hyphens: auto;
    text-align: center;
}

.kUGEdJ {
    width: 100%;
    padding: 0 0 20px 0;
    margin-right: 0;
    box-sizing: border-box;
    display: flex;
    overflow-x: auto;
    grid-template-rows: 1fr;
    gap: 8px;
    -webkit-box-align: center;
    align-items: center;
    overflow-x: auto;
}

.bring_your_friend {
    display: block;
    background-color: #CB5E5E;
    border-radius: 10px;
    border: 4px double #A20303;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}

.page_titre {

    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 12px;
    cursor: pointer;
    /* Curseur en main au survol */
    /*background-color: #FD5704;*/
    background: linear-gradient(#030303, #030303);
    /*background: linear-gradient(90deg, rgba(110,5,5,1) 0%, rgba(208,10,21,1) 49%, rgba(110,5,5,1) 100%);*/
    border-radius: 15px 15px 15px 15px;
    text-shadow: 0 2px 0 black;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;



    /*
  box-shadow: rgba(174, 7, 7, 0.25) 0 30px 60px -12px inset, rgba(174, 7, 7, 0.3) 0 18px 36px -18px inset;
*/
    /*
  box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px, rgba(10, 37, 64, 0.35) 0 -2px 6px 0 inset;
*/
    /*text-shadow: 2px 2px 2px black, 0 0 25px black, 0 0 5px darkblue;*/
}

.page_titre a {
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.arrow {
    font-size: 25px;
    color: #474747;
}

.dark-mode .arrow {
    color: #ebebeb;
}

.dark-mode .page_titre {
    color: #fff;
    /* background: linear-gradient(#611919, #611919); */
    background: linear-gradient(#9A4A00, #9A4A00);
}

.page_sous_titre {
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 8px 12px;
    background-color: #FD5704;
    /*background: linear-gradient(90deg, rgba(110,5,5,1) 0%, rgba(208,10,21,1) 49%, rgba(110,5,5,1) 100%);*/
    border-radius: 15px 15px 15px 15px;
}

.contener_sous {
    color: #fff;
    padding: 20px;
    background-color: #FD5704;
    border-radius: 15px;
    margin: 20px 0;
}

.contener_sou {
    color: #000;
    padding: 20px;
    background-color: #F6ECEC;
    border-radius: 15px;
    margin: 20px 0;
}

.dark-mode .contener_sou {
    color: #fff;
    background-color: #000000;
}

.conditions_titre {
    text-align:justify;
    font-weight: 700;
    margin-bottom: 10px;
}

.conditions_liste {
    text-align:left;
    list-style-type: disc;
    margin-left: 15px;
    padding-left: 15px;
}

.conditions_liste li {
    margin-bottom: 5px;
}


.static_3d {
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}

.dark-mode .static_3d {
    box-shadow: rgba(255, 255, 255, 0.4) 0 2px 4px, rgba(255, 255, 255, 0.3) 0 7px 13px -3px, rgba(255, 255, 255, 0.2) 0 -3px 0 inset;
}

.static_3d_sr {
    color: #fff;
    background-color: #08A362;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}

.ritekhela-main-content .widget_gallery1 ul li a:before {
    background-color: #27282a;
    height: 100%;
    width: 60%;
}

.ritekhela-main-content .widget_gallery1 ul li:hover a:before {
    width: 100%;
    opacity: 0.8;
}

.widget_gallery1 ul li a i {
    position: absolute;
    left: 0%;
    top: 50%;
    z-index: 1;
    font-size: 12px;
    color: #fff;
    margin: -7px 0 0 -3px;
    opacity: 0;
}

.widget_gallery1 ul li:hover a i {
    opacity: 1;
    left: 50%;
}

.widget_gallery1 ul {
    margin: 0 -5px;
}

.widget_gallery1 ul li {
    float: left;
    width: 25%;
    padding: 0 7px;
    margin-bottom: 10px;
    list-style: none;
}

.widget_gallery1 ul li a,
.widget_gallery1 ul li a img {
    float: left;
    width: 100%;
    position: relative;
}

.widget_gallery1 ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.widget_gallery1 ul li:hover a:before {
    opacity: 0.50;
    width: 100%;
}

.ritekhela-main-content .widget_gallery ul li a:before {
    background-color: #27282a;
    height: 100%;
    width: 60%;
}

.ritekhela-main-content .widget_gallery ul li:hover a:before {
    width: 100%;
    opacity: 0.8;
}

.widget_gallery ul li a i {
    position: absolute;
    left: 0%;
    top: 50%;
    z-index: 1;
    font-size: 12px;
    color: #fff;
    margin: -7px 0 0 -3px;
    opacity: 0;
}

.widget_gallery ul li:hover a i {
    opacity: 1;
    left: 50%;
}

.widget_gallery ul {
    margin: 0 -5px;
}

.widget_gallery ul li {
    float: left;
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
    list-style: none;
}

.widget_gallery ul li a,
.widget_gallery ul li a img {
    float: left;
    width: 100%;
    position: relative;
}

.widget_gallery ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.widget_gallery ul li:hover a:before {
    opacity: 0.50;
    width: 100%;
}

/* Widget's */
.ritekhela-main-content .widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.label2 {
    margin-bottom: 8px;

}

.input2 {
    margin-bottom: 8px;
}

/*Fournisseurs select*/
.custom-dropdown {
    position: relative;
    width: 100%;
    height: 40px;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #979595;
    border-radius: 5px;
    background-color: #fff;
    margin-left: 2px;
    /* Réglez le z-index pour qu'il soit au-dessus des autres éléments */
}

.selected-option {
    padding: 10px;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    max-height: 200px; /* Définissez la hauteur maximale souhaitée */
    overflow-y: auto; /* Ajoute une barre de défilement si nécessaire */
    /* Réglez un z-index supérieur pour que le menu déroulant soit au-dessus des autres éléments */
}

.option1 {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 13px 6px 13px;
    border-bottom: 1px solid #ccc;
    z-index: 10;
}

/* Login ModalBox */
.modal .modal-titl {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.dark-mode .modal .modal-titl {
    color: #fff;
}

.modal input[type="text"],
.modal input[type="password"],
.modal input[type="date"],
.modal input[type="email"] {
    float: left;
    width: 100%;
    border: 1px solid #979595;
    border-radius: 5px;
    background-color: #fff;
    height: 40px;
    padding: 6px 13px 6px 13px;
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}

.modal input[type="submit"] {
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    margin-bottom: 13px;
    font-size: 15px;
}

.modal-body {
    max-height: 60vh;
    /* Par exemple, réglez la hauteur maximale à 60% de la hauteur de la vue (viewport height) */
    overflow-y: auto;
    /* Activez la barre de défilement verticale si nécessaire */
}

.divi_image {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 15px;
}

.imag {
    width: 250px;
    height: auto;
}

.page_sous_titre_btn {
    text-align: center;
    color: #fff;
    /* padding: 8px 12px; */
    cursor: pointer;
    /* Curseur en main au survol */
    /*background-color: #FD5704;*/
    background: linear-gradient(#FD5704, #D36600);
    /*background: linear-gradient(90deg, rgba(110,5,5,1) 0%, rgba(208,10,21,1) 49%, rgba(110,5,5,1) 100%);*/
    border-radius: 15px 15px 15px 15px;
    /* text-shadow: 0 2px 0 black; */
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    justify-content: center;
    align-items: center;

    display: inline-block;
    width: 100%;
    padding: 10px 30px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    margin-bottom: 13px;
    font-size: 15px;
}

.page_sous_titre_btn:hover {
    background: #555;
    /* background: linear-gradient(#D11B1B, #A21313); */
    background: linear-gradient(#FF8F26, #E67916);
}

.page_sous_titre_btn:active {
    background: #9A4A00;
    /* background: linear-gradient(#DA2727, #920404); */
    background: linear-gradient(#D36600, #B85600);
    box-shadow: rgba(0, 0, 0, 0.17) 0 -23px 25px 0 inset, rgba(0, 0, 0, 0.15) 0 -36px 30px 0 inset, rgba(0, 0, 0, 0.1) 0 -79px 40px 0 inset,
        rgba(0, 0, 0, 0.06) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px, rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px,
        rgba(0, 0, 0, 0.09) 0 32px 16px;
}


/* ------------------------- */
.page_sous_titre_btn_bonus {
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(#FD5704, #D36600);
    border-radius: 15px 15px 15px 15px;
    text-shadow: 0 2px 0 black;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    justify-content: center;
    align-items: center;

    display: inline-block;
    width: 100%;
    padding: 7px 30px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    margin-bottom: 13px;
    font-size: 15px;
}

.page_sous_titre_btn_bonus:hover {
  background: #555;
  /* background: linear-gradient(#D11B1B, #A21313); */
  background: linear-gradient(#FF8F26, #E67916);
}

.page_sous_titre_btn_bonus:active {
  background: #9A4A00;
  /* background: linear-gradient(#DA2727, #920404); */
  background: linear-gradient(#D36600, #B85600);
    box-shadow: rgba(0, 0, 0, 0.17) 0 -23px 25px 0 inset, rgba(0, 0, 0, 0.15) 0 -36px 30px 0 inset, rgba(0, 0, 0, 0.1) 0 -79px 40px 0 inset,
        rgba(0, 0, 0, 0.06) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px, rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px,
        rgba(0, 0, 0, 0.09) 0 32px 16px;
}

/* ------------------------ */

/* Login ModalBox */
.loginmodalbox .modal-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 8px;
}

.loginmodalbox .modal-dialog {
    width: 400px;
    height: 400px;
}

button .close {
    position: absolute;
    right: 0;
    top: -50px;
    width: 50px;
    height: 50px;
    text-shadow: inherit;
    color: #000;
    text-align: center;
    border-radius: 100% 100% 0% 0%;
    opacity: 1;
    padding-top: 13px;
    font-size: 40px;
}

.loginmodalbox .modal-body {
    padding: 1.5rem 2rem 1.6rem 2rem;
}

.modal-backdrop.show {
    opacity: 0.85;
}

.loginmodalbox input[type="text"],
.loginmodalbox input[type="password"],
.loginmodalbox input[type="date"],
.loginmodalbox input[type="email"] {
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    color: #000000;
    padding: 5px 20px;
    border: none;
    height: 45px;
    margin-bottom: 15px;
}

.loginmodalbox input[type="submit"] {
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
    color: #F6ECEC;
    font-weight: 600;
    border: none;
    cursor: pointer;
    margin-bottom: 13px;
    font-size: 15px;
}

.loginmodalbox-forget {
    float: center;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

/* Style de base pour les boutons */
#language-buttons a {
    display: inline-block;
    margin: 0;
}

#language-buttons img {
    width: 24px;
    /* Ajustez la taille de l'image selon vos besoins */
    height: auto;
}

#language-buttons a.active img {
    border: 2px solid #fff;
}

/* Shop Grid */
.ritekhela-shop,
.ritekhela-shop-view1 figure,
.ritekhela-shop-view1 figure a,
.ritekhela-shop-view1 figure img,
.ritekhela-shop-grid-text {
    float: left;
    width: 100%;
}

.ritekhela-shop-view1 ul li {
    width: 33.33%;
}

.ritekhela-shop-view1 ul li img:hover {
    opacity: 0.6;
    background-color: rgba(0, 0, 0, 0.3);
}

.ritekhela-shop ul li {
    list-style: none;
}

.ritekhela-shop>ul>li {
    margin-bottom: 10px;
}

.ritekhela-shop figure {
    margin-bottom: 0;
    border-radius: 15px;
    /*border-left: 10px solid #FD5704;*/
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    color: #fff;
}

.ritekhela-shop figure button {
    border-radius: 15px;
}

.ritekhela-shop button {
    border-radius: 15px;
}

.ritekhela-shop button::after {
    border: none;
}

.ritekhela-shop figure img {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 14px 28px, rgba(0, 0, 0, 0.22) 0 10px 10px;
}

/* Team View2 */
.ritekhela-team-view2 figure,
.ritekhela-team-view2 figure a,
.ritekhela-team-view2 figure img,
.ritekhela-team-view2-text,
.ritekhela-team-view2-wrap {
    float: left;
    width: 100%;
}

.ritekhela-player-thumb-wrap figure img {
    float: left;
    width: 100%;
}

.ritekhela-client-detail tr>td figure img {
    border-radius: 100%;
}

.ritekhela-client-detail tr>td figure~.player-stats-text {
    margin: 4px 0 0 32px;
    line-height: 0.6;
}

.player-stats-text h6 {
    font-size: 12px;
    margin: 0 0 5px 0;
    line-height: 1;
}

.ritekhela-latest-result-left figure img {
    float: right;
    margin-top: -150px;
}

.ritekhela-latest-result-left figure img~figcaption {
    margin-right: 195px;
    text-align: right;
    padding-top: 44px;
}

.ritekhela-latest-result-right figure img {
    float: left;
    margin-top: -150px;
}

.ritekhela-latest-result-right figure img~figcaption {
    margin-left: 210px;
    text-align: left;
    padding-top: 44px;
}

/* Blog View4 */
.ritekhela-blog-view4 figure,
.ritekhela-blog-view4 figure>a,
.ritekhela-blog-view4 figure img,
.ritekhela-blog-view4-text {
    float: left;
    width: 100%;
}

.ritekhela-testimonials-view1 figure img {
    float: left;
    width: 90px;
    border-radius: 100%;
    margin-right: 25px;
}

.ritekhela-modren-team-one figure img {
    float: left;
    width: 100%;
}

.authore-wrap figure img {
    width: 100%;
}

/* Shop Grid */
.ritekhela-shop,
.ritekhela-shop-view1 figure,
.ritekhela-shop-view1 figure a,
.ritekhela-shop-view1 figure img,
.ritekhela-shop-grid-text {
    float: left;
    width: 100%;
}


.ritekhela-shop-grid-text {
    position: relative;
    background-color: #3e454c;
    padding: 5px 23px 5px 23px;
    border-left: 6px solid #FD5704;
    color: #fff;
}

.ritekhela-shop-grid-text h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.ritekhela-shop-grid-text h2 a,
.price-cart,
.ritekhela-shop-grid-text p {
    color: #ffffff;
}

.price-cart {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
}

.price-cart del {
    font-weight: 500;
}

.ritekhela-shop-grid-text p {
    margin-bottom: 25px;
}

.ritekhela-shop-btn {
    display: inline-block;
    padding: 10px 20px 11px 20px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
}

.ritekhela-modren-team-two figure img {
    float: left;
    width: 100%;
}

.tail-logo-pay {
    width: 30px;
    height: auto;
    border: 1px solid #fff;
    border-radius: 5px;
}

.cacher {
    display: none;
}

.btn-byf {
    width: 100%;
    margin-bottom: 10px;
    overflow: auto;
    border-radius: 15px 15px 15px 15px;
}

/*Couleur de grade des players*/
.bronze {
    background-color: #614E1A;
    color: #fff;
    font-weight: bold;
}

.argent {
    background-color: #c0c0c0;
    color: #fff;
    font-weight: bold;
}

.gold {
    background-color: #ffd700;
    color: #a38a17;
    font-weight: bold;
}

.diamant {
    background-color: #cee4e6;
    color: #40826d;
    font-weight: bold;
}

.platine {
    background-color: #c3cad0;
    color: #626b6c;
    font-weight: bold;
}

.saphir {
    background-color: #909cd8;
    color: #474c66;
    font-weight: bold;
}

.emeraude {
    background-color: #01d758;
    color: #1e662f;
    font-weight: bold;
}

.titane {
    background-color: #8d847e;
    color: #fff;
    font-weight: bold;
}

.rubis {
    background-color: #e0115f;
    color: #fff;
    font-weight: bold;
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    /* Trois colonnes, taille minimale de 200px */
    grid-gap: 10px;
    /* Espacement entre les éléments */
    margin-bottom: 12px;
    margin-left: 0;
}

.grid-item {
    /*background-color: lightblue;  Couleur de fond pour les éléments (à personnaliser) */
    padding: 7px 5px;
    text-align: center;
}



.layout_grade {
    padding: 2px 9px;
}

.grade {
    margin: 8px 5px;
}

.grade_player {}

/* Style de l'image montrant la verification du compte de l'utilisateur; */
.img_compte_verifie {
    width: 35px;
    height: auto;
}

.img_compte_verifie2 {
    width: 200px;
    height: auto;
}

/* Style de l'image du document dans le tableau; */
.img_doc {
    width: 100px;
    height: auto;
}

/* Style du bouton supprimer de document d'identification de l'utilisateur; */
.supp_doc {
    border: 0;
    line-height: 2.5;
    padding: 5px 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.supp_doc:hover {
    background-color: rgba(255, 0, 0, 1);
}

.supp_doc:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.supp_doc_griser {
    border: 0;
    line-height: 2.5;
    padding: 5px 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: #ADADAD;
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);

}


.fixed-top {
    position: fixed;
}

/* UserComment */
#ritekhela-comments {
    position: relative;
}

#ritekhela-comments,
#ritekhela-comments h2,
.thumblist,
#ritekhela-comments ul ul.children {
    float: left;
    width: 100%;
}

#ritekhela-comments ul li .thumblist {
    padding-bottom: 30px;
}

#ritekhela-comments ul li {
    float: left;
    list-style: none;
    position: relative;
    width: 100%;
}

#ritekhela-comments ul ul {
    margin: 0;
}

#ritekhela-comments ul li figure {
    border-radius: 100%;
    width: 48px;
    float: left;
}

#ritekhela-comments ul li figure~.ritekhela-text {
    margin: 0 0 0 65px;
}

#ritekhela-comments ul li .ritekhela-text {
    background-color: #3e454c;
    padding: 22px 30px 18px 30px;
    position: relative;
    /*box-shadow: 2px 2px 2px 0 #ddd;*/
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;

}

#ritekhela-comments ul li .ritekhela-text:before {
    content: '';
    position: absolute;
    left: -14px;
    top: 0;
    border-top: 14px solid #3e454c;
    border-left: 14px solid transparent;

}

#ritekhela-comments ul li .ritekhela-text a {
    display: inline-block;
    margin: 0 8px 5px 0;
    text-transform: capitalize;
    color: #ddd;
}

#ritekhela-comments ul li .ritekhela-text p {
    margin-bottom: 3px;
    color: #ffffff;
}

#ritekhela-comments ul li .ritekhela-text time i {
    margin-right: 4px;
}

#ritekhela-comments ul li .ritekhela-text time {
    color: #ddd;
    font-size: 12px;
}

#ritekhela-comments ul li .ritekhela-text a.replay-button,
#ritekhela-comments ul li .ritekhela-text a.comment-button {
    color: #ddd;
    font-weight: normal;
    font-size: 12px;
}

#ritekhela-comments ul li .ritekhela-text a.replay-button i,
#ritekhela-comments ul li .ritekhela-text a.comment-button i {
    margin-right: 4px;
}

#ritekhela-comments ul ul.children {
    margin: 0 0 30px 0;
    padding: 0 0 0 66px;
    position: relative;
}

.titlee {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    /* Centrer le texte horizontalement */
    margin: 5px;
    /* Espacement entre l'icône et le libellé */
}

.dark-mode .titlee {
    color: #fff;
}

.tc_wrap {
    width: 700px;
    max-width: 100%;
    height: 100%;
    background: var(--white);
    display: flex;
    border-radius: 3px;
    overflow: hidden;
}

.tc_wrap .tabs_list {
    width: 40%;
    background: #FBD8D8;
    min-height: 100%;
    /* Utilisez min-height au lieu de height */
}

.dark-mode .tc_wrap .tabs_list {
    width: 40%;
    background: #9A4A00;
    min-height: 100%;
    /* Utilisez min-height au lieu de height */
}

.tc_wrap .tabs_content {
    width: calc(100% - 50px);
    height: 100%;
}

.dark-mode .tc_wrap .tabs_content {
    background: #000;
}

.tc_wrap .tabs_content .tab_head,
.tc_wrap .tabs_content .tab_foot {
    color: #FD5704;
    padding: 10px 0;
    height: 70px;
}

.tc_wrap .tabs_content .tab_head {
    text-align: center;
}

.tc_wrap .tabs_content .tab_body {
    height: calc(100% - 140px);
    overflow: auto;
}

.tc_wrap .tabs_list ol {
    padding: 10px 35px;
    text-align: left;
}

.tc_wrap .tabs_list ol li {
    padding: 3px 0;
    position: relative;
    margin-bottom: 3px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
}

.tc_wrap .tabs_list ol li:before {
    content: "";
    position: absolute;
    top: 0;
    right: -35px;
    width: 2px;
    height: 100%;
    background: #FD5704;
    opacity: 0;
    transition: all 0.3s ease;
}

.tc_wrap .tabs_list ol li.active,
.tc_wrap .tabs_list ol li:hover {
    color: #FD5704;
}

.tc_wrap .tabs_list ol li.active:before {
    opacity: 1;
}

.tc_wrap .tabs_content .tab_body .tab_item h4 {
    padding-top: 10px;
    margin-bottom: 10px;
    color: #FD5704;
}

.tc_wrap .tabs_content .tab_body .tab_item p {
    margin-bottom: 10px;
    text-align: justify;
}

.tc_wrap .tabs_content .tab_body .tab_item.active {
    display: block !important;
}

.tc_wrap .tabs_content .tab_foot button {
    width: 125px;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tc_wrap .tabs_content .tab_foot button.decline {
    margin-right: 15px;
    border-color: #FD5704;
    color: #FD5704;
}

.tc_wrap .tabs_content .tab_foot button.agree {
    background: var(--primary-clr);
    border-color: #FD5704;
    color: var(--white);
}

/*section aide_faq*/
.section1 {
    display: inline-block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    margin: 0 auto;
}

.section1 h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FD5704;
}

.faq {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 2px 2px 2px 2px #aaa;
    border-radius: 5px;
}

.dark-mode .faq {
    background-color: #FD5704;
    box-shadow: 2px 2px 2px 2px #584040;
}

.question {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    /*letter-spacing: 2px;*/
}

.question h2 {
    font-size: 16px;
    color: #FD5704;
}

.question i {
    font-size: 16px;
    color: #FD5704;
    cursor: pointer;
}

.answer {
    max-height: auto;
    overflow: hidden;
    transition: max-height 0.1s;
}

.answer p {
    font-size: 14px;
}

.faq.active .answer {
    max-height: auto;
}

.dictionary {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1px;
}

.dictionary h3 {
    color: #FD5704;
    font-size: 16px;
    text-align: center;
}

.definition {
    margin-bottom: 20px;
}

.term {
    color: #FD5704;
    font-weight: bold;
    list-style-type: disc;
    font-size: 14px;
    /* Utilisez 'disc' pour des puces pleines (par défaut) */
}

.description {
    text-align: justify;
    margin-top: 3px;
    font-size: 12px;
}

/* Styles pour les sections de promotion */
.promotion {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid black;
}

.dark-mode .promotion {
    background-color: #000;
    border: 1px solid #FD5704;
}

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

.promotion h3 {
    font-size: 18px;
    margin-top: 5px;
}

.promotion p {
    margin-top: 10px;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    /* Largeur de votre choix */
    height: auto;
}

.dark-header {
    background-color: #000;
    /* Fond noir */
    color: #fff;
    /* Texte blanc */
    /* Ajoutez d'autres styles pour le header en mode sombre ici */
}

.dark-mode .ritekhela-menu-link .menu-bar {
    background-color: #fff;
}

.dark-mode .menu-toggle .hamburger {
    background-color: #fff;
}

.dark-mode footer {
    background-color: #000000;
    /* Fond noir */
    color: #ffffff;
    /* Texte blanc */
}

.dark-mode footer .footer-item.active {
    background-color: #9A4A00;
    color: #ffffff;
}

.dark-mode footer a {
    color: #ffffff;
    /* Liens en blanc */
    font-weight: bold;
    /* Texte en gras */
    font-size: 12px;
    /* Taille de la police */
}

.dark-mode footer a:hover {
    color: #FD5704;
    /* Liens survolés en rouge */
}

.dark-mode footer .icon {
    color: #FD5704;
    /* Icônes en rouge */
}

.dark-mode .bigger-icon {
    color: #fff;
}


.date-container {
    display: flex;
}

.date-input {
    margin-right: 20px;
    /* Vous pouvez ajuster la marge comme vous le souhaitez */
}


.dark-mode .ritekhela-navigation ul {
    /* Styles pour le fond rouge en mode sombre */
    color: white;
    /* Texte blanc */
}

.dark-mode .card {
    background-color: #000;
    border: 1px solid #FD5704;
    color: #fff;
}

.dark-mode .card1 {
    background-color: #FD5704;
    color: #fff;
    border: 1px solid #000;
}

.dark-mode .card1 h6 {
    color: #fff;
}

.dark-mode .card a {
    color: #fff;
}

.dark-mode .no-messages p {
    color: #FD5704;

}
.dark-mode li {
    color: #ffffff;
}

.dark-mode h3 {
    color: #ffffff;
}

.dark-mode .sm-blue a,
.dark-mode .sm-blue a:hover,
.dark-mode .sm-blue a:focus,
.dark-mode .sm-blue a:active {
    color: #fff;
}


.dark-mode .modal-content {
    background-color: #9A4A00;
    /* Remplacez "your-color" par la couleur de fond souhaitée */
}

.dark-mode .modal-content a {
    color: #fff;
    /* Remplacez "your-color" par la couleur de fond souhaitée */
    /* Autres styles de fond si nécessaire */
}

.dark-mode .modal-content h5 {
    color: #fff;
    /* Remplacez "your-color" par la couleur de fond souhaitée */
}

/* Styles pour le mode clair (par défaut) */
.card-css .image-icon2 path {
    fill: black;
}

/* Styles pour le mode sombre */
.dark-mode .card-css .image-icon2 path {
    fill: #FD5704;
}

.image-icon2 {
    width: 50px;
    /* Ajustez la largeur en fonction de vos besoins */
    height: 50px;
    display: block;
    /* Pour centrer l'image horizontalement */
    margin: 0 auto;
    /* Pour centrer l'image verticalement et horizontalement */
    max-width: auto;
    /* Pour que l'image ne dépasse pas la largeur du conteneur */
}

/* Styles pour le mode sombre */
.dark-mode label {
    color: white;
}

.dark-mode select {
    background-color: #9A4A00;
    color: white;
}

.dark-mode h2 {
    color: rgb(255, 224, 224);
}

.social-icons {
    display: flex;
    /* Pour afficher les icônes en ligne */
    justify-content: center;
    /* Pour centrer horizontalement */
    align-items: center;
    /* Pour centrer verticalement */
    margin-bottom: 10px;
    /* Espace sous la barre d'icônes */
    margin-top: 10px;
}

.text-td {
    font-weight: 600;
    color: black;
    /* Définit la couleur du texte en blanc */
}

.dark-mode .text-td {
    color: white;
    /* Définit la couleur du texte en blanc */
}

.dark-mode p {
    color: white;
    /* Définit la couleur du texte en blanc */
}

.dark-mode strong {
    color: white;
    /* Définit la couleur du texte en blanc */
}

.dark-mode .dictionary h3 {
    color: #FBD8D8;
    /* Définit la couleur du texte en blanc */
}

.dark-mode .term {
    color: #FBD8D8;
    /* Définit la couleur du texte en blanc */
}

table tbody tr td {
    color: #000;
}

.dark-mode table tbody tr td {
    color: #fff;
}

.date-container {
    margin-bottom: 10px;
    /* Réglez la marge inférieure à la valeur souhaitée pour espacer les champs */
}

.date-label {
    display: block;
    margin-bottom: 5px;
    /* Réglez la marge inférieure à la valeur souhaitée pour espacer les étiquettes */
}

.custom-dropdown {
    position: relative;
    /* Assurez-vous que le conteneur a un positionnement relatif */
    z-index: 1;
    /* Réglez le z-index pour qu'il soit au-dessus des autres éléments */
}

.options {
    position: absolute;
    /* Assurez-vous que le menu déroulant a un positionnement absolu */
    top: 100%;
    /* Positionnez-le sous le champ de sélection */
    left: 0;
    /* Alignez-le à gauche du champ de sélection */
    display: none;
    background-color: #fff;
    /* Fond du menu déroulant */
    z-index: 2;
    /* Réglez un z-index supérieur pour que le menu déroulant soit au-dessus des autres éléments */
    /* Autres styles de mise en forme du menu déroulant */
}

.texte-descrip {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.dark-mode .texte-descrip {
    color: #000;
}

.dark-mode .texte-descrip strong {
    color: #fff;
}

.tit_le {
    color: #FD5704;
}
.dark-mode .tit_le {
    color: #000000;
}
/* Styles pour le contenu de la page */


/* Stype pour le pop up du coupon */
.container-coupon {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin-top: -8px;
}

.img_bravo{
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
}


.text-block {
    width: auto;
    float: left;
    margin-bottom: -8px;
    font-weight: 600;
}



.type_pari {
    color: #000000;
    font-size: 20px;
}

.text-block.right {
    float: right;
}

.image-row {
    width: 100%;
    overflow: hidden;
    text-align: center;
    /* Centrer les images horizontalement */
    margin-bottom: -10px;
}

.image-row img {
    width: 25px;
    height: auto;
    margin: 0;
}

.text_motivation_coupon_gagner{
  font-size: 18px;
  font-weight: 600;
  color: #02881F;
}

.text_motivation_coupon_attente{
  font-size: 18px;
  font-weight: 600;
  color: #DCB30D;
}

.text_motivation_coupon_perdu{
  font-size: 18px;
  font-weight: 600;
  color: #FD5704;
}

.horizontal-divs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.horizontal-div {
    width: 48%;
    text-align: center;
    border: 1px solid #ccc;
    padding: 0 10px;
    background-color: #FD5704;
    /* background: linear-gradient(#FD5704, #D36600);
           box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset; */
}

.horizontal-div h4,
.horizontal-div p {
    color: #fff;
}

.horizontal-div h4{
  font-size: 17px;
}

.framed-text-vert,
.framed-text-jaune,
.framed-text-rouge {
    text-align: center;
    /* border: 2px solid #CB0808;
           color: #CB0808;*/
    padding: 10px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.framed-text-vert {
    color: #06A01E;
    border: 2px solid #06A01E;
    font-size: 30px;
    font-weight: bold;
}

.framed-text-jaune {
    color: #DCB30D;
    border: 2px solid #DCB30D;
}

.framed-text-rouge {
    color: #FD5704;
    border: 2px solid #FD5704;
}

.texte-partage-reseaux-sociaux {
    margin-top: 15px;
    text-align: center;
    font-weight: 600;
}

.social-icons-coupon {
    display: flex;
    align-items: center;
    margin-top: 2px;
    justify-content: center; /* Pour centrer horizontalement */

}

.social-icons-coupon a {
    margin-right: 10px;
    /* Espacement entre les icônes */
}

.social-icons-coupon a img {
    width: 30px;
    height: auto;
}

/* Styles pour la version desktop (par défaut) */
.header-mobile {
    display: none; /* Masquer par défaut sur les écrans plus larges */
}

/* Media Query pour la version mobile (par exemple, écrans de moins de 768 pixels de large) */
@media only screen and (max-width: 768px) {
    .header-mobile {
        display: flex; /* Afficher seulement sur les écrans plus petits */
        position: fixed;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background-color: #ffffff;
        color: #000000;
        z-index: 1000;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 5px;
        border-top: 5px solid #FD5704;
        /* Vos styles spécifiques pour la version mobile ici */
    }
}


@media only screen and (max-width: 769px) {
  .cacher-en-mobile {
    display: none;
  }
}


.dark-mode .header-mobile {
    background-color: #000000;
    /* Couleur de fond du header */
    color: #FFFFFF;
    /* Couleur du texte du header */
}

.menu-button-mobile {
    cursor: pointer;
    font-size: 30px;
    margin-right: 15px 0 15px 0;
    margin-left: 0;
}

.back-icon-mobile {
    cursor: pointer;
    font-size: 30px;
    margin-right: 15px 0 15px 15px;
}

.logo-mobile {
    font-size: 24px;
    font-weight: bold;
}

.logo-mobile img {
    width: 150px;
    height: auto;
}

.signup-button-mobile {
    float: right;
    cursor: pointer;
    /* font-size: 20px; */
}

.option1 img {
    max-width: 24px;
    /* Ajustez la largeur maximale en pixels comme vous le souhaitez */
    max-height: 24px;
    /* Ajustez la hauteur maximale en pixels comme vous le souhaitez */
    margin-right: 5px;
    /* Optionnel : ajoute une marge à droite des drapeaux */
}

.texte-descrip {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.texte-descrip1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.dark-mode .text-deco {
    color: #FFF3F2;
    text-decoration: underline;
}

.dark-mode .texte-descrip {
    color: #FFFFFF;
}

.dark-mode .texte-descrip1 {
    color: #FFFFFF;
}

.text-deco {
    text-decoration: underline;
    font-weight: 600;
}

.text-deco:hover {
    text-decoration: underline;
}



/* Style pour le bouton Rechercher */
.pagination-container {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #FD5704;
    border-radius: 5px;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #F6ECEC;
    border-radius: 5px;
}

.pagination .a {
    background-color: black;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 4px;
    /* Facultatif : ajustez la marge pour l'espacement entre les éléments */
}

.pagination .a:hover:not(.active) {
    background-color: #FD5704;
    color: black;
}

.dark-mode .pagination a {
    color: white;
}

.dark-mode .pagination a.active {
    background-color: #FD5704;
}

.dark-mode .pagination a:hover:not(.active) {
    background-color: #9A4A00;
}

.dark-mode .pagination .a {
    font-size: 12px;
    background-color: #9A4A00;
    color: white;
}

.dark-mode .pagination .a:hover:not(.active) {
    background-color: #FD5704;
    color: black;
}

 /* Définition du style pour le conteneur */
 ul.casino-list {
    display: flex; /* Afficher les éléments en ligne */
    overflow-x: auto; /* Autoriser le défilement horizontal */
    white-space: nowrap;
    list-style: none; /* Supprimer les puces de liste */
    margin: 0;
  }

  /* Style pour chaque élément de la liste */
  ul.casino-list li {
    display: inline-block;
    flex: 0 0 auto; /* Empêcher le rétrécissement des éléments */
    padding: 0 10px 0 0;
  }

            /* top-even */
            .top-eve {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 10px 0;
            /* background: linear-gradient(#FD5704, #D36600); */
            background-color: #FD5704; /* Couleur de fond */
            margin-bottom: 5px;
            text-align: center;
            box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
                        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
                        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
            }

            .top-eve .text {
            color: #fff;
            font-weight: 900;
            font-size: 14px;
            text-transform: uppercase;
            }

            .top-eve .icone-gauch,
            .top-eve .icone-droit {
            color: #fff;
            font-size: 16px;
            }


     /* Style pour le message d'aucun casino trouvé */
 .aucun {
    text-align: center; /* Centrer le texte */
    font-size: 18px; /* Taille de la police */
    color: #333; /* Couleur du texte */
    margin-top: 20px; /* Marge en haut */
    padding: 10px; /* Espacement intérieur */
    background-color: #FBD8D8; /* Couleur de fond */
    border-radius: 5px; /* Coins arrondis */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Ombre légère */
  }
/*Responsivité*/
/* Styles spécifiques pour les appareils iOS */
@media only screen and (max-width: 480px) {
    /* Styles spécifiques pour les appareils iOS */
    @supports (-webkit-touch-callout: none) {
        .footer-item {
            padding-bottom: 15px;
        }
    }
}

/* Style pour les appareils mobiles */
@media only screen and (max-width: 768px) {
    .options {
        display: block;
    }
}

@media (min-width: 1369px) {
    .ritekhela-form form p input[type="submit"] {
        margin-top: 25px;
    }
}

/*Version mobil*/
@media (max-width: 350px) {

    .widget_gallery ul li a,
    .widget_gallery ul li a img {
        width: 100%;
        /*height: 60px;*/
        height: 80px;
        border-top-left-radius: 5px;
        /* Vous pouvez ajuster le rayon selon vos préférences */
        border-top-right-radius: 5px;
        /* Vous pouvez ajuster le rayon selon vos préférences */
    }

    .ritekhela-main-content .widget_gallery ul li {
        float: left;
        /*width: 25%;*/
        width: 50%;

    }

}

@media (min-width: 351px) and (max-width: 767px) {

    .widget_gallery ul li a,
    .widget_gallery ul li a img {
        width: 100%;
        /*height: 60px;*/
        height: 80px;
        border-top-left-radius: 5px;
        /* Vous pouvez ajuster le rayon selon vos préférences */
        border-top-right-radius: 5px;
        /* Vous pouvez ajuster le rayon selon vos préférences */
    }

    .ritekhela-main-content .widget_gallery ul li {
        float: left;
        /*width: 25%;*/
        width: 33.33%;

    }

}

/*Version desktop (web)*/
@media (min-width: 768px) {

    .widget_gallery ul li a,
    .widget_gallery ul li a img {
        width: 100%;
        height: 120px;
        border-top-left-radius: 5px;
        /* Vous pouvez ajuster le rayon selon vos préférences */
        border-top-right-radius: 5px;
        /* Vous pouvez ajuster le rayon selon vos préférences */
    }

    .ritekhela-main-content .widget_gallery ul li {
        float: left;
        width: 25%;

    }

}



/*Version mobil*/
@media (max-width: 350px) {

    .widget_gallery1 ul li a,
    .widget_gallery1 ul li a img {
        width: 100%;
        /*height: 60px;*/
        height: 80px;
        border-top-left-radius: 5px;
        /* Vous pouvez ajuster le rayon selon vos préférences */
        border-top-right-radius: 5px;
        /* Vous pouvez ajuster le rayon selon vos préférences */
    }

    .ritekhela-main-content .widget_gallery1 ul li {
        float: left;
        /*width: 25%;*/
        width: 50%;

    }

}

@media (min-width: 351px) and (max-width: 767px) {

    .widget_gallery1 ul li a,
    .widget_gallery1 ul li a img {
        width: 100%;
        /*height: 60px;*/
        height: 120px;
        border-top-left-radius: 5px;
        /* Vous pouvez ajuster le rayon selon vos préférences */
        border-top-right-radius: 5px;
        /* Vous pouvez ajuster le rayon selon vos préférences */
    }

    .ritekhela-main-content .widget_gallery1 ul li {
        float: left;
        /*width: 25%;*/
        width: 50%;

    }

}

/*Version desktop (web)*/
@media (min-width: 768px) {

    .widget_gallery1 ul li a,
    .widget_gallery1 ul li a img {
        width: 100%;
        height: 110px;
        border-top-left-radius: 5px;
        /* Vous pouvez ajuster le rayon selon vos préférences */
        border-top-right-radius: 5px;
        /* Vous pouvez ajuster le rayon selon vos préférences */
    }

    .ritekhela-main-content .widget_gallery1 ul li {
        float: left;
        width: 25%;

    }

}


.ritekhela-banner-one-layer {
  height: 500px;
  position: relative;
}


.tournaments-box__banner{
    height: auto;
    width: 100%;
}

@media (min-width: 1367px) {
    .submit_margin_top {
        margin-top: -25px;
    }
}

@media screen and (max-width: 991px) {
    .card1 {
        display: block;
    }
}

@media screen and (max-width: 767px) {

    .card1 {
        display: block;
    }
}

/* Styles pour la première ul (mode tablette) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .web-hidden {
        display: none;
    }
}

/* Styles pour la deuxième ul (mode tablette) */
@media screen and (max-width: 768px) and (max-width: 1180px) {
    .mobile-hidden {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .mobile-hidden {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .web-hidden {
        display: none;
    }
}

@media screen and (min-width: 992px) {

    .banner {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .ritekhela-main-content {
        display: block;
    }

}

@media screen and (max-width: 767px) {

    .ritekhela-main-content {
        display: block;
    }
}

@media screen and (min-width: 992px) {

    .footer {
        width: 100%;
        box-sizing: border-box;
        display: none;
    }
}

@media screen and (max-width: 750px) {

    .section {
        display: table;
    }

    .container-1 {
        width: 100%;
        padding: 0 1px;
    }

    .container-2 {
        width: 100%;
        padding: 0 1px;
    }

    .question h2 {
        font-size: 14px;
    }

    .answer p {
        font-size: 12px;
    }

}
@media (max-width: 500px) {
    .sld_total {
        font-size: 10px;
    }
}

@media screen and (max-width: 385px) {
    .pagination a {
        padding: 6px 12px;
    }
    .pagination .a {
        padding: 6px 12px;
    }
}
@media screen and (max-width: 335px) {
    .pagination a {
        padding: 4px 8px;
    }
    .pagination .a {
        padding: 4px 8px;
    }
    .custom-btn {
        font-size: 10px;
        padding: 5px 10px;
        cursor: pointer;
        font-weight: bold;
        text-align: center;
        color: #fff;
        /* background: linear-gradient(#FD5704, #D36600); */
        background: linear-gradient(#9A4A00, #9A4A00);
        border-radius: 15px 15px 15px 15px;
        text-shadow: 0 2px 0 black;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }
    .logo-mobile img {
        width: 100px;
        height: auto;
    }

    .sidebar {
        left: -220px;
        /* Caché au début */
        width: 220px;

    }

    .sidebar-header {
        height: 50px;
        /* Hauteur fixe pour le header */
        width: 220px;
    }
    .card4+.card4 {
        margin-left: 2px;
        /* Adjust this margin as needed */
    }

    .card4 {
        width: 40px;
        height: 50px;
        padding: 2px;
    }

    button .close {
        width: 40px;
        height: 50px;
        padding-top: 8px;
        font-size: 30px;
    }
    .container button {

        border-radius: 5px;
        margin: 0 0;

    }
}

.texte_rouge{
  color: #FD5704;
}

.texte_vert{
  color: #02881F;
  font-weight: bold;
  font-size: 30px;
}
/* Styles pour le badge "TOP" */
.badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FF8A26; /* Couleur de fond du badge */
    color: #fff; /* Couleur du texte du badge */
    padding: 5px 8px; /* Marge interne du badge */
    border-radius: 3px; /* Bord arrondi du badge */
  }

  .badge2 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FF8A26; /* Couleur de fond du badge */
    color: #fff; /* Couleur du texte du badge */
    padding: 1px 8px; /* Marge interne du badge */
    border-radius: 5px; /* Bord arrondi du badge */
    font-size: 14px;
  }

  .accordion {
    max-width: 1170px;
  }

  /* Style de la section .at-tab */
.at-tab {
    display: block; /* Rendre le contenu visible par défaut */
    padding: 15px;
    border: 1px solid #dddddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    font-size: 12px;
}

/* Mode sombre */
.dark-mode .at-tab {
    background-color: #240505;
    color: #fff; /* Texte blanc pour meilleure visibilité */
}

/* Effet dynamique avec .active */
.at-tab.active {
    display: block;
}

/* Animation d'apparition */
.at-tab {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

  .at-title {
    cursor: pointer;
    background-color: #FD5704;
    color: #FFFFFF;
    position: relative;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    padding: 5px 15px;
  }


  .at-title:after {
    content: "+";
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
  }

  .at-title.active:after {
    content: "-";
  }

  .at-item {
    border-radius: 5px;
    margin-bottom: 5px;
  }

  .at-title h2 {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0;
  }

  .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
  }


  /*Version mobil*/
  @media (max-width: 350px) {
    .bon_bonus figure{
      width:10px; height:auto;
    }

  }

  /*Version tablette*/
  @media (min-width: 351px) and (max-width: 767px) {

  }

  /*Version desktop (web)*/
  @media (min-width: 768px) {
    /* .bon_bonus{
      width:120px; height:auto;
    } */
  }


  /* Affichage de DGA pragmaticPlay */
      .content_dga {
        width: 100%;
        text-align: center;
        background-color: rgba(0, 0, 0, 1);
      }

      .content_dga p{
        font-size: 12px;
        color: white;
        font-weight: bold;
        padding: 0px 2px;
        width: 100%;
      }


/* Header web */
.sup-header-web {
  display: flex;
  justify-content: space-between;
}

.left-block-web,
.right-block-web {
  display: flex;
}

.icon-text-block-web {
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-right: 2px; /* Espace entre les blocs d'icône-texte */
  padding: 4px 10px;
  font-size: 17px;

  /* Effet 3D */
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}

.icon-text-block-web i {
  margin-right: 5px; /* Espace entre l'icône et le texte */
}

.icon-text-block-web span {
  font-weight: bold;
}

.web-bg-roug{
  background: rgb(186,12,12);
  background: linear-gradient(0deg, rgba(186,12,12,1) 0%, rgba(191,27,27,1) 50%, rgba(186,12,12,1) 100%);
}

.TroisD {
    font-size: 16px;
    /* padding: 5px 10px; */
    cursor: pointer;
    /* font-weight: bold; */
    text-align: center;
    /* color: #fff; */
    background: linear-gradient(#FD5704, #D36600);
    /* border-radius: 15px 15px 15px 15px; */
    /* text-shadow: 0 2px 0 black; */
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}

/* Style du bouton au survol */
.TroisD:hover {
    /*background-color: #8d0000;  Rouge légèrement plus sombre au survol */
    background: #555;
    /* background: linear-gradient(#D11B1B, #A21313); */
    background: linear-gradient(#FF8F26, #E67916);
    text-decoration: none;
}

.TroisD:active {
    background: #9A4A00;
    /* background: linear-gradient(#DA2727, #920404); */
    background: linear-gradient(#D36600, #B85600);
    box-shadow: rgba(0, 0, 0, 0.17) 0 -23px 25px 0 inset, rgba(0, 0, 0, 0.15) 0 -36px 30px 0 inset, rgba(0, 0, 0, 0.1) 0 -79px 40px 0 inset,
        rgba(0, 0, 0, 0.06) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px, rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px,
        rgba(0, 0, 0, 0.09) 0 32px 16px;
}

.label-mb{
  margin-bottom: -3px;
}

/* Styles généraux */
/* Styles pour les téléphones */
@media only screen and (max-width: 768px) {
  .margin-top-mobile{
    margin-top: 5px;
  }

  .margin-top-mobile-transaction{
    margin-top: 5px;
  }

}

/* Styles pour les tablettes */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .web-icone-reseaux-sociaux{
    font-size: 25px;
    padding-top: 2px;
  }

  .cacher-sur-tablette{
    display: none;
  }

  .margin-top-mobile{
    margin-top: -70px;
  }

  .margin-top-mobile-transaction{
    margin-top: 55px;
  }

}

/* Styles pour les ordinateurs */
@media only screen and (min-width: 1024px) {
  .cacher-sur-ordi{
    display: none;
  }

    #main-menu .lien_menu{
      padding-top: 2px;
      padding-bottom: 2px;
      margin-top: 30px;
    }

    .margin-top-mobile{
      margin-top: -20px;
    }

    .margin-top-mobile-transaction{
      margin-top: 55px;
    }
}


/* Style du footer web */
.footer-web {
    display: flex;
    flex-wrap: wrap;

    /* position: fixed; */
    bottom: 0;
    width: 100%;
    background-color: #DCD8D8; /* Couleur de fond du footer */
    padding: 20px 10px 10px 10px; /* Espacement interne du footer */
    box-sizing: border-box; /* Inclure le padding dans la largeur totale */
    margin-bottom: -135px;
}

.footer-web-block {
    width: 100%;
    margin-bottom: 5px;
    background-color: #515050;
    padding: 10px 2px;
}

.footer-web-item {
    text-align: center;
    color: #ffffff;
    /* font-weight: 600; */
    font-size: 14px;
}

.footer-web-item a{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

.partner-logos {
    overflow-x: auto;
    white-space: nowrap;
}

.partner-logos img {
    width: auto;
    height: 50px; /* Ajustez la hauteur selon vos besoins */
    margin-right: 10px;
}

.footer-web-item.partner-logos {
    overflow-x: auto; /* Ajoute une barre de défilement horizontale si nécessaire */
    white-space: nowrap; /* Empêche le contenu de passer à la ligne */
}

.footer-web-item.partner-logos::-webkit-scrollbar {
    width: 8px; /* Largeur de la barre de défilement */
    height: 8px;
}

.footer-web-item.partner-logos::-webkit-scrollbar-thumb {
    background-color: #7E7E7E; /* Couleur de fond du bouton de défilement */
    border-radius: 4px; /* Bordure arrondie du bouton de défilement */
}


.footer-web-block {
    display: flex;
    justify-content: center; /* Centre le contenu horizontalement */
}

.footer-web-block div {
    display: flex;
    align-items: center; /* Centre les éléments verticalement */
    margin: 0 10px; /* Ajoute un espace entre les div */
}

.footer-web-block div span {
    margin-right: 2px; /* Ajoute un espace entre le texte et l'icône */
}


/*  plus-18-web */
.plus-18-web {
  padding: 20px 10px 0px 10px;
  width: 100%;
  overflow: hidden; /* Pour empêcher le contenu de déborder du conteneur */

  width: 100%;
  margin-bottom: 5px;
  background-color: #515050;
  padding: 10px 10px;

}

.plus-18-web .left {
  float: left;
  width: 80px;
  height: auto;
}

.plus-18-web .right {
  float: right;
  border: 3px solid #fff;
  color: #fff;
  padding: 2px;
  border-radius: 100%;
  font-weight: 600;
}

.condi {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .conditions_liste {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .conditions_liste li {
    margin-bottom: 5px;
  }


  .dark-mode .alert-warning {
    background-color: #CB5E5E;
  }

  /* Styles pour les téléphones */
  @media only screen and (max-width: 768px) {
    table.fixed {
      table-layout: fixed;
      width: 100%;
      font-size: 10px;
      /* Ajustez la taille de la police selon vos préférences */
    }

    table.fixed th,
    table.fixed td {
      overflow: hidden;
      text-overflow: ellipsis;
      /*white-space: nowrap;  Ensure that text doesn't wrap to the next line */
    }

    .resize_depot_retrait {
      font-size: 10px;
    }
  }

  /* Styles pour les tablettes */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    table.fixed {
      table-layout: fixed;
      width: 100%;
      font-size: 10px;
      /* Ajustez la taille de la police selon vos préférences */
    }

    table.fixed th,
    table.fixed td {
      overflow: hidden;
      text-overflow: ellipsis;
      /*white-space: nowrap;  Ensure that text doesn't wrap to the next line */
    }

    .resize_depot_retrait {
      font-size: 10px;
    }

  }

  .dark-mode .content-perso {
    background: #300103;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
  }


  .content-perso {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
  }

  .content-perso .highlight {
          font-weight: bold;
          color: #FD5704;
      }

      .bold_italic {
          font-weight: bold;
          font-style: italic;
      }


      .color_italic {
          color: #FD5704;
          font-style: italic;
      }

  .h2-perso {
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
    color: #FD5704;
  }

  .h3-perso {
    margin-top: 15px;
    font-size: 18px;
  }

  .p-perso {
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0;
    text-align: justify;
  }

  .span-perso {
    font-weight: 600;
  }

  .titre_contrat {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    color: #FD5704;
  }
  #myCanvas {
    /*border: 1px solid #000;*/
     display: none;
      }
      #downloadButton {
          margin-top: 10px;
      }

/* Styles généraux */
/* Styles pour les téléphones */
@media only screen and (max-width: 768px) {
  .footer-web{
    display: none;
  }
}

/* Styles pour les tablettes */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-web{
    display: none;
  }

  .width-otp{
    width: 98.5%;
  }
}

/* Styles pour les ordinateurs */
@media only screen and (min-width: 1024px) {
  #width-otp{
    width: 99%;
  }

  #content-web {
    padding-bottom: 18%; /* Assurez-vous que le contenu ne soit pas caché derrière le pied de page */
  }


}


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

/* Exclusion : ne pas appliquer le style général */
input[type="submit"].no-style-input-submit {
    all: unset; /* Réinitialise tous les styles */
}

 /* Styles personnalisés du modal */
 #onesignal-slidedown-container {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 15px !important;
    background-color: rgba(0, 0, 0, 0.7) !important; /* Fond semi-transparent */
    height: 100%;
    z-index: 99999;
}

#onesignal-slidedown-dialog {
  border-radius: 5px !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset !important;
}

/* #slidedown-body-message {
    text-align: justify !important;
} */
/* Styles du bouton d'acceptation (rouge) */
#onesignal-slidedown-allow-button {
  color: white !important; /* Couleur du texte en blanc */
  border: none !important;
  cursor: pointer !important;
  padding: 6px 10px !important;
  font-weight: bold !important;
  text-align: center !important;
  /* background: linear-gradient(#0aac51, #05622e) !important; */
  background: linear-gradient(#FD5704, #D36600) !important;
  border-radius: 15px !important;
  text-shadow: 0 2px 0 black !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset !important;
}

/* Styles du bouton d'annulation (noir) */
#onesignal-slidedown-cancel-button {
background-color: #FD5704 !important; /* Couleur de fond rouge */
  border: none !important;
  cursor: pointer !important;
  color: black !important; /* Couleur du texte en blanc */
  padding: 6px 10px !important;
  font-weight: bold !important;
  text-align: center !important;
  border-radius: 15px !important;
}

/* Effet au survol des boutons */
#onesignal-slidedown-allow-button:hover,
#onesignal-slidedown-cancel-button:hover {
  background: #555 !important; /* Couleur grise au survol */
  text-decoration: none !important;
}

/* Effet lors du clic sur les boutons (actif) */
#onesignal-slidedown-allow-button:active,
#onesignal-slidedown-cancel-button:active {
  /* background: linear-gradient(#0aac51, #05622e) !important; */
  background: linear-gradient(#D36600, #B85600) !important;
  box-shadow: rgba(0, 0, 0, 0.17) 0 -23px 25px 0 inset, rgba(0, 0, 0, 0.15) 0 -36px 30px 0 inset, rgba(0, 0, 0, 0.1) 0 -79px 40px 0 inset,
    rgba(0, 0, 0, 0.06) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px, rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px,
    rgba(0, 0, 0, 0.09) 0 32px 16px !important;
}

.style_solde_sidbar{
  padding: 7px;
  /* border: 1px solid #FD5704; */
  /* border-radius: 5px; */
  font-weight: bold;
}

.dark-mode .style_solde_sidbar{
  /* color: #fff;*/
  border: 2px solid #fff;
}

#bettech {
    padding-top: 35px;
  }

  #rotation-blocker {
    display: none;
    position: fixed;
    inset: 0;
    background: #000;
    color: white;
    font-size: 1.5rem;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
  }

  @media screen and (orientation: landscape) and (max-width: 1024px) {
    body.rotation-locked #rotation-blocker {
      display: flex;
    }

    body.rotation-locked > *:not(#rotation-blocker) {
      display: none !important;
    }
  }

   .logo_partner{
    width: 50%;
    height: auto;
    padding-bottom: 15px;
  }

  /* le block conteneur */
  .marquee-rtl {
    /*max-width: 30em;  */                   /* largeur de la fenêtre */
    width: 100%;
    margin: 1em auto 2em;
    /*border: 2px solid #F0F0FF;*/
    overflow: hidden;                     /* masque tout ce qui dépasse */
    /*box-shadow: 0 .25em .5em #CCC,inset 0 0 1em .25em #CCC;*/
    /* background: rgb(252,86,4);
    background: linear-gradient(0deg, rgba(252,86,4,1) 0%, rgba(154,51,0,1) 100%); */

    background: linear-gradient(#FD5704, #D36600);
    /* background-color: #FD5704; /* Couleur de fond */
  }

  /* le bloc défilant */
  .marquee-rtl > :first-child {
    display: inline-block;                /* modèle de boîte en ligne */
    padding-right: 2em;                   /* un peu d'espace pour la transition */
    padding-left: 100%;                   /* placement à droite du conteneur */
    white-space: nowrap;                  /* pas de passage à la ligne */
    animation: defilement-rtl 15s infinite linear;

  }

  .texte_defilant{
    color: #fff;
    font-weight: bold;
    font-size: 15px;
  }

  @keyframes defilement-rtl {
    0% {
      transform: translate3d(0,0,0);      /* position initiale à droite */
    }
    100% {
      transform: translate3d(-100%,0,0);  /* position finale à gauche */
    }
  }

  #close-sidebar {
    margin-top: -10px;
  }

  .title-perso {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px; /* ajustez la largeur maximale en pixels selon vos besoins */
}


.footer-top{
  display: flex; /* Afficher seulement sur les écrans plus petits */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
}

#push-recovery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  border-bottom: 2px solid #FD5704;
  padding: 15px 20px;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(208, 10, 21, 0.5);
  text-align: center;
  z-index: 9999;
  font-size: 16px;
}

#push-recovery button {
  background-color: #FD5704;
  color: #fff;
  border: none;
  padding: 10px 22px;
  margin-left: 15px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  transition: background-color 0.2s ease-in-out;
  box-shadow: 0 2px 6px rgba(255, 0, 0, 0.4);
}

#push-recovery button:hover {
  background-color: #a30810;
}

#push-recovery .close-btn {
  margin-left: 15px;
  cursor: pointer;
  font-weight: bold;
  color: #888;
  font-size: 18px;
  transition: color 0.2s ease-in-out;
}

#push-recovery .close-btn:hover {
  color: #fff;
}
  #updateModal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Important */
  }
  #updateModal .modal-content {
    background: white;
    padding: 20px;
    max-width: 90%;
    width: 400px;
    border-radius: 10px;
    text-align: center;
    font-family: sans-serif;
  }

  #updateModal h3 {
    color: #FD5704;
     font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  #updateModal p {
    font-size: 16px;
    color: #333;
    font-weight:400;
    margin-bottom: 20px;
  }

  #updateModal .page_sous_titre_btn {
    background-color: #FD5704;
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
  }

  #updateModal .close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
  }

  #updateModal .close-btn:hover {
    color: #FD5704;
  }

  /* MODAL Dark Mode */
.dark-mode #updateModal .modal-content {
  background-color: #1e1e1e;
  color: #f0f0f0;
  border: 1px solid #444;
}

.dark-mode #updateModal h3 {
  color: #ff4e4e;
}

.dark-mode #updateModal p {
  color: #ccc;
}

.dark-mode #updateModal .page_sous_titre_btn {
  background-color: #ff4e4e;
  color: white;
}

.dark-mode #updateModal .close-btn {
  color: #fff;
}

.dark-mode #updateModal .close-btn:hover {
  color: #ff4e4e;
}

/* Fond sombre en dark mode */
.dark-mode #ritekhela-loader {
    background-color: #240505;
}


/* Garde la taille du modal fixe même en version web */
#responseModal .modal-dialog {
  max-width: 400px;       /* largeur fixe du modal */
  width: 90%;             /* pour petits écrans */
  margin: auto;           /* centre horizontalement */
  display: flex;
  align-items: center;    /* centre verticalement */
  min-height: 100vh;      /* prend toute la hauteur de la fenêtre */
}

#responseModal .modal-content {
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  margin: auto;
}

/* Évite l’agrandissement sur grand écran */
@media (min-width: 992px) {
  #responseModal .modal-dialog {
    width: 400px !important;
  }
}
