.container
{
    background-color: white
}

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

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

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



body 
{
    font-family: 'BeVietnamPro', sans-serif;
}

.bold 
{
    font-weight: 700; 
}

.custom-purple 
{
    background-color: #59358C;
    border: none;
    margin: 0 auto; 
}

.le37-bg 
{
    background-color: #59358C;
}

.le37-bg-yellow
{
    background-color: #FFE979;
}

.le37-bg-soft 
{
    background-color: #D4BEDD;
}

.custom-logo 
{
    max-width: 115px; 
    height: auto; 
    display: block; 
    margin: 0 auto; 
}

.form-control 
{
    border-radius: 0;
    background-color: #f0f0f0
}

.form-control::placeholder 
{
    color: #59358C; 
    opacity: 1; 
}

.form-control:focus
{
    outline: none;
    box-shadow: none; 
}

/* a 
{
    color: #59358C;
    text-decoration: none;
} */

.custom-link 
{
    color: #59358C; 
    text-decoration: none;
}

.custom-link:hover 
{
    color: #59358C !important; 
    text-decoration: none;
}

.btn-custom 
{
    /* background-color: rgb(255, 233, 121);
    border: none; 
    border-radius: 0.7rem;
    color: #59358C; */

    /* background-color: rgb(255, 233, 121); */
    background-image: linear-gradient(310deg, #FFE979, #FFE979);
    border: none;
    border-radius: .375rem;
    color: #59358C;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, .11), 0 2px 4px -1px rgba(0, 0, 0, .07);
    font-size: .8rem;
    font-weight: bold;
    padding: .2rem 1.5rem;
}

.btn-custom:hover 
{
    background-color: #FFE979; 
}

.custom-body-club 
{
    background-color: #59358C;
    height: 100vh;
    overflow: hidden !important;    
}

.custom-link-club 
{
    color: #FFFFFF; 
    text-decoration: none; 
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .8rem;
}

.custom-link-club:hover, .navbar-nav .nav-link.active
{
    color: #FFE979 !important;
    /* color: #FFE979; */
    text-decoration: underline;
    text-underline-offset: 5px;
    
}

.custom-link-club 
{
    color: #FFFFFF; 
}

.background-image-club 
{
    background-image: url(../images/DSC_0171.JPG);
    background-size: cover;
    background-position: center;
    height: 338px;
    width: 203px;
    display: flex;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
}


@media (max-width: 768px) 
{
    .background-image-club 
    {
        height: 200px; 
        width: 100%; 
    }
}

@media (max-width: 576px) 
{
    .custom-link-club 
    {
        font-size: 14px;
        
    }
}

.background-image-club p 
{
    margin-bottom: 0;     
}

.img-thumbnail, .card
{
    background-color: unset;
    border: none;
    border-radius: 0%;
}

.cursor-pointer 
{
    cursor: pointer;
}

.member:hover
{
    border: 3px solid #FFE979;
    border-right: 3px solid #FFE979 !important;
}

.presentation-container {

    color: #D4BEDD !important;

}

.text-purple-hard {
    color: #59358C !important;
}

.text-purple-soft {
    color: #D4BEDD !important;
}

.text-yellow {
    color: #FFE979 !important;
}

.text-upp {
    text-transform: uppercase;
}

.fs-7 {
    font-size: .7rem;
}

.socialnet {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-upload-container {
    background-color: #ccc;
}

.modal {

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

}

.modal-content { border-radius: unset; }

.menu-disable {

    opacity: 0.25;

}

/* MOBILE ONLY */

@media only screen and (max-width: 768px) {
    
    #navbarSupportedContent { /* mobile menu adjustement */

        text-align: center;
        margin-top: 1rem !important;

    }

    .member-parent 
    {
        padding: 0 !important;
        margin: 0 !important;
    }

    .member-profil-edit {

        margin-left: 1rem !important;
        padding: 0 !important;
        margin: 0 0 0 1.5rem !important;

    }

    .profile-infos-section {
        padding-left: unset!important;
    }

    .profile-intro {
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        text-align: center;
        max-width: 50%;
        margin: 0 auto;
    }
}

/* hit */

.btn-custom-purple 
{
    /* background-color:  #59358C;
    border: none; 
    border-radius: 0.7rem;
    color:  #FFE979; */

    background-image: linear-gradient(310deg, #59358C, #59358C);
    border: none;
    border-radius: .375rem;
    color: #FFE979;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, .11), 0 2px 4px -1px rgba(0, 0, 0, .07);
    font-size: .8rem;
    font-weight: bold;
    padding: .2rem 1.5rem;
}

.bg-soft
{
    background-color: #d9cedd  ;
}


.img-hit
{
    background-image: url('../images/logo_deal_le37.png');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 96px !important;
    width: 73% !important;
}

.btn-hit
{
 background: transparent !important;
 border: none;
}

.bi-r::before{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    border-radius: 50%;
    background-color: rgb(146, 54, 54);
    color: white;
}

.bi-v::before{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    border-radius: 50%;
    background-color: rgb(28, 119, 44);
    color: white;
}

.cursor 
{
    cursor: pointer; 
}

.nav-link:focus, .nav-link:hover {
    color: #FFE979 !important;
}

.dropdown-menu {

    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0;
    
}

.dropdown-item { color: rgba(89, 53, 140, .7); text-transform: uppercase; font-size: 11px; }

.dropdown-item:focus, .dropdown-item:hover {

    color: #fff;
    background-color: #59358C;

}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  