/* CONNEXION */
#content-connexion .cover-page-brand h1 a { 
    padding: 0;
    background: 0 0;
    background-image: linear-gradient(120deg,rgba(252,252,252, 0.22) 0, rgba(252,252,252, 0.22) 100%);
    background-repeat: no-repeat;
    background-size: 0 .3em;
    background-position: 0 82%;
    position: relative;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background-size: 100% .3em;
}

.bg-light {
    background-color: #fff !important;
}
.bg-brand-custom {
                /*background-image: url('https://riorgesbasketfeminin.com/public/4161/upload/theme/kal-theme-connexion-fond-image.jpg');*/
                    background-repeat: no-repeat;
                            background-position: center;
                            background-attachment: fixed;
                            background-size: cover;
            }

.btn-theme-primary { background: rgba(252,252,252, 0.7); border-color: rgba(252,252,252, 0.8); color: #000; }
.btn-theme-primary:hover, 
.btn-theme-primary:focus, 
.btn-theme-primary.active { background: rgba(252,252,252, 0.8); border-color: rgba(252,252,252, 0.9); color: #000; }
.btn-theme-primary.disabled { border-color: rgba(252,252,252, 0.5); }

.btn-theme-outline-primary { background: #FFF; border-color: rgba(252,252,252, 0.8); color: rgba(252,252,252, 0.8); }
.btn-theme-outline-primary:hover, 
.btn-theme-primary:focus, 
.btn-theme-primary.active { background: rgba(252,252,252, 0.8); border-color: rgba(252,252,252, 0.9); color: #000; }
.btn-theme-outline-primary.disabled { border-color: rgba(252,252,252, 0.5); }

/* PROFIL */

#cover-user {
            background-image: url("../assets/img/bg/bg-basketball.jpg");
     
}

/* INTRANET */