@charset "UTF-8";

/*button success*/

.btn.btn-success {
    color: white !important;
}

.btn.btn-success:hover {
    color: white !important;
    background-color: #71c171;
}

.btn.btn-success:active {
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2);
    border-color: #4cae4c;
}

/*button delete*/

.btn.btn-danger {
    color: white !important;
}

.btn.btn-danger:hover {
    color: white !important;
    background-color: #df706d;
}

.btn.btn-danger:active {
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2);
    border-color: #d43f3a;
}

/*modal header*/

.modal-header {
    background-color: #21acbc;
    color: white;
}

.modal-header .close {
    color: black;
}

/* Sur les écrans, quand la largeur de la fenêtre fait au maximum 1280px */
@media screen and (min-width: 1280px){
    .header-logo {
        background-image: url(fic-logo-260x87.png);
        background-repeat: no-repeat;
        height: 100px;
        width: 270px;
    }
}

@media all and (min-width: 768px) and (max-width: 1050px){
    .nav-menu a {
        font-size: 10px;
    }
    .header-logo {
        display: none;
    }
    .nav-menu>li>a {
        padding: 10px!important;
    }
}

@media all and (max-width: 769px){
    .header-logo {
        background-image: url(fic-logo-260x87.png);
        background-repeat: no-repeat;
        height: 50px;
        width: 150px;
        margin: 5px 0 0 5px;
        background-size: cover;
    }
}

.navbar-inverse {
    border: 1px solid transparent;
}
