* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link, .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item
{
    text-transform: uppercase;
    font-size: 0.8em;
}

.header-section .nav-item.main-navbar .main-menu
{
    width: max-content;
}

.ui-datepicker table
{
    background-color: #070044;
}

.best-tipster .single-item .rank
{
    left: calc(11%);
}

.bandeau-header
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #7924c7;
    z-index: 800000;
    
}


.bandeau-header p
{
    font-size: 12px;
}

.profile-area .couverture
{
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.right-area .logoUser
{
    border-radius: 50%;
    width: 40px;
    display: block;
    margin-right: 10px;
    height: 40px;
    object-fit: cover;
}

.messageErreur
{
    color : #ff6c6c;
}

.checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #312977;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-wrapper {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkbox-wrapper input:checked ~ .checkmark:after {
    display: block;
    background-image: url(../images/icon/check-box.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 10px;
    background-position: center;
}

.checkbox-wrapper .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    background-image: unset;
}

.checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.drapeau
{
    width : 20px;
    margin: 0!important;
}

.testimonials-carousel .img-area img
{
    max-width : 65px;
    height : auto;
}
.top-tipsters .single-area .main-content .sub-heading .img-area
{
    margin-right : 20px;
}

.resultat_prono,.futur_prono
{
    border: 1px solid #5b70ba;
    border-radius: 10px;
    background-color: #070044;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.resultat_prono .right-area span, .futur_prono .right-area span
{
    background-color: #062647;
    color: var(--hover-color);
    border-radius: 20px;
    padding: 5px 20px;
    margin-bottom: 15px;
}

.user-dashboard-content .sidebar .info-area
{
    border-bottom : none;
}

.match-betting-content .single-item
{
    z-index : 0;
}

.banner-section .overlay .banner-content .cmn-btn
{
    margin-right : 10px!important;
}

.profile-pic
{
    width : 80px;
    height : 80px;
    background-color : #332989;
    border-radius: 50%;
    object-fit: cover;
}


.pp_transactions
{
    width : 50px;
    height : 50px;
    object-fit: cover;
}

.dashboard_pp
{
    width : 140px;
    height : 140px;
    object-fit: cover;
}

.bio
{
    max-width: 400px;
    margin: auto;
    border-bottom: 1px solid #645bb4;
    padding-bottom: 20px;
}

.txtBio
{
    width : 100%;    
    
}

.reseau
{
    max-width: 25px;
    margin: 0 5px;
}

.dashboard_couverture
{
    width : 280px;
    height : 130px;
    object-fit: cover;
    border-radius: 0!important;
}

.single-box
{
    padding: 30px;
    background: #3D329B;
    border-radius: 20px;
    margin-bottom: 40px;
}

.photo_couverture
{
    max-height: 350px;
    object-fit: cover;
}

.dashboard_pp.creationprofil
{
    z-index: 1;
    position: relative;
}
.bord-violet-bottom
{
    border-bottom: 1px solid #5C61C8;
}

.dashboard_couverture.creationprofil
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0!important;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    border-top-left-radius: 17px!important;
    border-top-right-radius: 17px!important;
}

.tips-and-events .tips-single .mid-content .tip-heading h5
{
    margin-left: 0px;
}

.tips-and-events .tips-single .left-area
{
    align-items: center;
}

.tips-and-events .tips-single
{
    height : 100%
}


.tipster-profile-content .profile-banner-area .main-content .main-tabs
{
    justify-content: center;
}

hr:not([size]) {
    height: 1px;
    border-color: white;
    background-color: white;
    opacity: 0.50;
}

.pronostics .right-area
{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.mise_conseillee
{
    background: #4736d3!important;
    padding-right: 34px!important;
    position: relative;
}

.help_mise
{
    position: absolute;
    right: 5px;
    width: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: unset!important;
    margin-bottom: 0!important;
    margin: auto!important;
    padding : 0px!important;

}

.help_mise img
{
    cursor: pointer;
}

.help_mise .tooltiptext {
    visibility: hidden; 
    width: 250px;
    background-color: #4736d3;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: -156%;
    right: -110px;
  }

  .help_mise:hover .tooltiptext {
    visibility: visible;
  }

.help_mise .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #4736d3 transparent;
}



.voir_analyse, .bilan
{
    border: none;
    background : none;
    margin-top: auto;
    font-size: 20px;
}

.bilan p
{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.bilan.gagne p
{
    color: #00ff66;    
}


.bilan.annule p
{
    color :gray;
}

.bilan.perdu p
{
    color : #ff96a5
}

.cadre-produit.actif
{
    border : 1px solid #00ff66;
}

.voir_analyse p
{
    text-decoration: underline;
    color: #00ff66
}

.fleche_signalement
{
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.4;
}

.formSignalement
{
    position: absolute;
    right: 10px;
    top: 40px;
    flex-direction: column;
    background-color: #2d237b;
    padding: 20px;
    border-radius: 4px;
    border: 0.5px solid #5e549a;
}

.titreSignalement
{
    color : white;
    font-size: 16px;
    margin-bottom: 10px;
}


.raisonSignalement
{
    opacity: .9;
    background: #7924c7;
    margin-bottom: 10px;
}

.raisonSignalement .list
{
    background: #221a62;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus
{
    background: unset;
}

.raisonSignalement.nice-select
{
    width : 100%!important;
    border-radius: 10px!important;
    background: #221A62!important;
}

.palmares h5
{
    margin-bottom: 10px;
}

.tuauraisajd
{
    text-align: center;
    line-height: 40px;
}

.tuauraisajd span
{
    font-size: 40px;
    font-weight: 800;
}

.envoyerSignalement
{
    background: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.performance-body
{
    display : flex;
    flex-direction: column;
}

.performance-body > *
{
    margin-bottom: 10px;
}

.nice-select
{
    background: #221A62;
    border-radius: 10px;
    background-color: var(--body-color);
    border-color: transparent;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #483f90;
    height: 50px;
    margin-bottom : 20px
}

.nice-select .list
{
    width: 100%;
    background: var(--body-color);
    border: 1px solid #483f90;
}

.nice-select .option
{
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

}

.performance-body .nice-select
{
    width : auto!important;
   
}

.btn_desactiver
{
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: none;
    background: none;
    color: #ff96a5;
}

.btn_activer
{
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: none;
    background: none;
    color: #00ff66;
}

.single-input input, .single-input textarea
{
    background-color: var(--body-color);
    border: none;
    border-radius: 10px;
    color: var(--bs-white);
}

.ui-widget.ui-widget-content
{
    background-color: #5b4ecb;
    height: 10px;
    border: none;
}

.ui-widget-header .ui-icon
{
    background-image: url('../images/icon/droite.png');
}

.ui-slider-horizontal .ui-slider-range
{
    background-color: #4d38ff;
}

.choix_langue .nice-select{
    margin-bottom: 0;;
}

.file-custom::after
{
    content:"Importe une photo"!important;
}

.tipster-profile-content .main-tab-content .single-area
{
    padding-right: 40px;
}

.navbar-brand img
{
    max-width: 150px;
}

footer .logo
{
    max-width : 150px;
}

.pronostiqueur
{
    border-right: 1px solid #5b70ba;
    margin-right: 10px;
    padding-right: 10px;
}

.pronostiqueur .bg-img
{
    max-width: 400px;
}



.pronostiqueur .profile-content
{
    display: block;
    margin: auto;
}

.pronostiqueur .img-area
{
    margin-right : 10px;
}

.pronostiqueur .amount
{
    text-align: center;
}

.pronostiqueur .amount span
{
    color : var(--hover-color)!important;
}

.pronostics .blur
{
    filter: blur(8px);
    user-select: none;
}

.pronostics .left-area
{
    margin-right : auto;
    max-width: 450px;
}

.how-it-works.become-tipster .single-item
{
    height : 100%
}

.zone-btn button
{
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: #221a62;
    padding: 5px 20px;
    border : none;
    color : white;
    margin: 0 5px;
}

.zone-btn button span
{
    color : var(--hover-color);
    margin-left: 3px;
}

/* Popup analyse */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
  }
  
.popup 
{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    bottom: 0;
    margin: auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    width: 80vw;
    max-width: 500px;
    height: fit-content;
    text-align: center;
    z-index: 9999999;
    background-color: #2d237b;
    border: 1px solid #5e549a;
}
.popup h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
  
.popup p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.poster_pronostic .range-input .ui-widget-content {
    border: none;
    background: #5b4ecb;
    height: 10px;
    margin: 0;
}

.poster_pronostic .range-input .ui-widget-header {
    background: #4d38ff;
}

.poster_pronostic .range-input .ui-slider-handle.ui-state-default {
    width: 15px;
    height: 15px;
    background: var(--hover-color);
    box-shadow: 0px 4px 4px rgb(53 78 133 / 30%);
    border-radius: 20px;
    border: none;
    top: -3px;
}

.btn-tableauBordJoueur
{
    color: #ff96a5;
    margin-top: 10px;
    border: none;
    background : none;
    margin: auto;
    display: block;
}

.poster_pronostic .range-input input
{
    padding: 0;
    margin: 0;
    color: var(--head-alt-color);
    background: transparent;
    width: initial;
    border: none;
    font-weight: inherit;
    font-size: inherit;
}

.ligne-prono
{
    margin-bottom: 20px;
}


 
@media (max-width: 991px)
{
    .header-section .navbar .navbar-brand img
    {
        max-width: 150px;
    }
    
    
}

@media (max-width : 500px)
{

    p
    {
        margin: 10px 0;
    }

    .photo_couverture
    {
        max-height: 140px;
        object-fit: cover;
    }

    .performance .content-area
    {
        flex-direction: column;
    }

    .tipster-profile-content .main-tab-content .statistics-single .head-area
    {
        flex-direction: column;
        align-items: start;
    }

    .tipster-profile-content .main-tab-content .statistics-single .head-area h5
    {
        margin-bottom : 10px
    }

    .tipster-profile-content .main-tab-content .statistics-single .nice-select
    {
        width: 65%;
    }

    .tipster-profile-content .main-tab-content .sidebar .subscribe
    {
        padding-bottom: 0;
    }

    .tipster-profile-content .main-tab-content .sidebar .single-radio
    {
        margin-bottom: 0;
    }

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

    .best-tipster .single-item .left-area
    {
        display: flex;
        flex-wrap: wrap;
    }
    .best-tipster .single-item .left-area .review-profile
    {
        width: 100%;
        margin: auto;
    }

    .best-tipster .single-item .left-area .mid-content
    {
        width: 100%;
        margin: 10px auto;
    }

    .best-tipster .single-item .left-area .mid-content .item-total .single:last-child
    {
        margin-bottom: auto;
    }

    .footer-section .menu-item .footer-link
    {
        flex-direction: column;
        align-items: center;
    }

    .footer-section .menu-item .footer-link li
    {
        border-right : none;
        padding : 0;
        margin : 0;
    }

    .footer-section .menu-item .logo
    {
        margin: auto;
        margin-bottom : 30px;
    }

    .footer-section .menu-item ul li:nth-child(1), .footer-section .menu-item ul li:nth-child(2), .footer-section .menu-item ul li:nth-child(4)
    {
        display: block;
    }

    #liste_pronos .pronostiqueur 
    {
        display: flex;
        width: 100%;
        border-right : none;
        padding: 0;
        margin: 0;
    }

    #liste_pronos .pronostiqueur .amount p
    {
        margin : 3px
    }

    #liste_pronos .futur_prono form
    {
        display: flex;
        flex-direction: column;
    }

    #liste_pronos .futur_prono .left-area, #liste_pronos .futur_prono .right-area
    {
        margin-bottom : 10px;
        width : 100%
    }
    #liste_pronos .futur_prono form button
    {
        margin-bottom : 5px;
        display: block;
    }

    .resultat_prono .right-area span, .futur_prono .right-area span
    {
        margin-bottom : 5px;
    }

    .newsletter button img
    {
        width : 22px!important;
        
    }

    .footer-section .newsletter form .form-group button
    {
        width : 40px;
        height : 40px;
        padding : 0!important;
    }

    .banner-section.become-tipster .overlay
    {
        background-image: none;
    }

    .cmn-btn
    {
        padding : 5px 20px;
    }

    .header-section .navbar .navbar-collapse .right-area .cmn-btn
    {
        margin : 0;
    }

    .best-tipster .single-item .left-area .mid-content .item-total .single
    {
        padding : 15px;
        margin : 0;
    }

    .best-tipster .single-item .left-area .mid-content .item-total
    {
        justify-content: center;
    }

    .best-tipster .tuauraisajd p
    {
        text-align: center!important;
    }

    .best-tipster .sub-title
    {
        text-align: center;
    }

    .best-tipster .tuauraisajd span
    {
        font-size : 22px;
    }

    .main-content .bottom-area
    {
        flex-direction: column;
    }

    .main-content .bottom-area > a
    {
        margin-bottom : 5px;
    }

    .header-section .navbar .navbar-collapse .navbar-nav
    {
        height: 250px;
    }

    .aide-dashboard
    {
        display: none;
    }

    .join-us
    {
        background-image: none;
    }

    .cmn-btn
    {
        padding : 5px 15px;
    }

    .row
    {
        --bs-gutter-x : 0;
    }

    .tips-and-events .tips-single .right-area .offers-number
    {
        width : 90px;
        height : 50px;
        margin: auto;
    }

    .faq_accueil
    {
        display : none;
    }

    
}

  
  