.text-custom-primary{
    color: #00dbff;
}
.text-custom-secondary{
    color: #a6ff00;
}
.text-custom-third{
    color: #ffd600;
}
.border-custom-primary{
    border-color: #00dbff !important;
}
.border-custom-secondary{
    border-color: #a6ff00 !important;
}
.border-custom-third{
    border-color: #ffd600 !important;
}
.bg-custom-primary{
    background-color: #00dbff;
}
.bg-custom-secondary{
    background-color: #a6ff00;
}
.bg-custom-third{
    background-color: #ffd600;
}
.text-sup{
    position: relative;
    font-size: 50%;
    vertical-align: super;
}
.text-shadow{
    text-shadow: 1px 2px 3px rgba(0,0,0, 0.7) ;
}
.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}



.page-title:empty{
    display: none;
}
.flash-messages:empty{
    display: none;
}
.navbar{
    border-bottom: solid 1px #c6c6c6;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    box-shadow: 10px 0 4px 0 rgba(0,0,0,0.1);
    font-weight: normal;
}
.navbar-nav{
    flex-grow: 1;
}
.navbar-brand img{
    height: 60px;
}
.navbar-toggler{
    border-color: orangered;
}
.navbar-collapse{
    border-top: solid 1px #ccc;
}
.nav .nav-title{
    text-transform: uppercase;
}
.navbar-light .navbar-toggler{
    border-style: none;
    outline: none !important;
}
.navbar .navbar-form {
    border-bottom: solid 1px #ccc;
}
.navbar-form .form-control, .navbar-form select.form-control{
    margin-right: 10px;
    border-radius: 5px;
    height: 35px !important;
    line-height: 25px;
    font-size: 15px;
    padding: 5px 10px;
}
.navbar-form .btn-search{
    border-radius: 5px;
    background-color: #00dbff;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 35px !important;
    line-height: 25px;
    font-size: 18px;
    padding: 5px 10px;
}
.navbar-form .btn-search:hover{
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.navbar-form .form-control-label, .navbar-form label{
    font-size: 12px;
    margin-bottom: 0;
    color: #666;
}
.nav .social-networks .nav-link{
    font-size: 25px;
    border: solid 2px #ccc;
    border-radius: 50%;
    line-height: 31px;
    color: #ccc;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}
.nav .social-networks .nav-link:hover{
    border-radius: 0;
    border-color: transparent;
}
.nav .social-networks .nav-link.facebook:hover{
    color: #3d5a98;
    border-color: transparent;
}
.nav .social-networks .nav-link.twitter:hover{
    color: #1da1f2;
}
.nav .search-link .nav-link{
    font-size: 18px;
    border: solid 2px #00dbff;
    border-radius: 15px;
    line-height: 31px;
    background-color: #00dbff;
    color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.nav .user-dropdown-menu .dropdown-toggle{
    font-size: 45px;
    line-height: 45px;
}
.mobile-header .nav .user-dropdown-menu .dropdown-toggle{
    font-size: 35px;
    line-height: 35px;
}
.nav .user-dropdown-menu .dropdown-toggle::after{
    display: none;
}
/* TODO: Il faut revoir ce style dans un cadre responsive */
.nav .user-dropdown-menu .dropdown-menu {
    left: auto !important;
    transform: none !important;
    right: 0;
    top: 100% !important;
}
.nav .user-dropdown-menu .dropdown-menu a{
    font-size: 15px;

}
.sidebar{
    background-color: #f8f9fa !important;
    border-bottom: solid 1px #c6c6c6;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    z-index: 1;
    font-size: 0.9em;
}
.sidebar .nav-item .nav-link{
    color: #5A738E;
    padding: .25rem 1rem;
}
.sidebar .nav-item.nav-title .nav-link{
    color: #333;
}
.sidebar .nav-item .nav-link:hover{
    background-color: #caf776;
    color: #333;
}
.mobile-header img{
    height: 140px;
    width: auto;
}
.footer-nav .nav .nav-link{
    color: #999;
}
.footer-nav .nav .nav-link:hover{
    text-decoration: underline;
}
@media (min-width: 576px) {
    .lead-sm {
        font-size: 1.25rem;
        font-weight: 300;
    }
    .display-sm-1 {
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-sm-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-sm-3 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-sm-4 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-sm-5 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.2;
    }
    
}
@media (min-width: 768px) {
    .lead-md {
        font-size: 1.25rem;
        font-weight: 300;
    }
    .display-md-1 {
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-md-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-md-3 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-md-4 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-md-5 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

}
@media (min-width: 992px) {
    .lead-lg {
        font-size: 1.25rem;
        font-weight: 300;
    }
    .display-lg-1 {
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-lg-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-lg-3 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-lg-4 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-lg-5 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

}
@media (min-width: 1200px) {
    .lead-xl {
        font-size: 1.25rem;
        font-weight: 300;
    }
    .display-xl-1 {
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-xl-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-xl-3 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-xl-4 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .display-xl-5 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .navbar-collapse{
        border-top: none;
    }
    .navbar{
        position: -webkit-sticky;
        position: sticky;
        padding-top: 0;
        top: 0;
        z-index: 1071;
    }
    .navbar-brand img{
        height: 140px;
    }
    .main-menu .nav-link{
    }
    .navbar .navbar-form {
        border-bottom: none;
    }

    .nav-item .nav-link{
        border-radius: 0;
    }
    .nav-item.active .nav-link{
        padding-bottom: 0.25rem;
        border-bottom: 0.25rem solid orangered;
    }

    .navbar-right-group .navbar-nav {
        flex-grow: 0;
    }
    .navbar-right-group .navbar-nav .nav-link{
        padding-top: 0;
        padding-bottom: 0;
        font-size: 0.85rem;
    }
}

@media (min-width: 1600px) {
    .navbar .navbar-form {
        margin-left: 10%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
}
