/******************************************************

    BOUTON PANIER
    
******************************************************/ 
.btn-panier{
    position: absolute;
    z-index: 50000;
    right: 200px;
    top: 280px;
}

/******************************************************

    MENU ARTICLE
    
******************************************************/ 
.menu-article{
    background-color: #911132;
    box-shadow: 6px 0px 8px #aaa;
}
.btn-promotion{
    background-color: #C8C9CB;
    font-weight: bold;
    font-size: 1.3em;
    color: red;
}
.btn-promotion:hover{
    background-color: grey;
    color: #911132;
    font-weight: bold;
}
.btn-categorie-article{
    background-color: white;
    font-weight: bold;
}
.btn-categorie-article:hover{
    background-color: #C8C9CB;
    color: #911132;
    font-weight: bold;
}
.btn-courses{
    background-color: #911132;
    color: white;
}
.btn-courses:hover{
    background-color: lightgrey;
    color: #911132;
}
.btn-article{
font-size: 0.8em; color: white; border-style: none; cursor: pointer;
}
/******************************************************

    PAGE ARTICLE
    
******************************************************/ 
.filtres{
    background-color: grey;
}
.barre-recherche{
    background-color: white;
}
.input-recherche{
    border-color: #911132;
    border-radius: 30px !important;
}
.submit1{ /* Le premier bouton */
    border:none;
    background-image:url('../img/logo-loupe.png');
    background-repeat:no-repeat;
    background-position:top left;
    width: 10px;
    max-width: 10px;
    height: auto;
}

.test{
    margin-top: 7px;
    width: 1.5em;
}
.btn-article{
    background-color: #911132;
    border-radius: 30px !important;
}

.bloc-paiement{
    background-color: grey;
    font-weight: bold;
    color: white;
}
.bloc-paiement:hover{
    background-color: #911132;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.btn-jour{
    background-color: transparent;
    border-radius: 30px !important;
    border-style: solid;
    border-color: #911132;
}
.btn-jour:hover{
    background-color: #911132;
    border-radius: 30px !important;
    cursor: pointer;
    color: white;
}

.jour-select{
    background-color: #911132 !important;
    border-radius: 30px !important;
    cursor: default !important;
    color: white !important;
}
.creneau-select{
    background-color: #911132 !important;
    border-radius: 30px !important;
    cursor: default !important;
    color: white !important;
}

.trie{
    cursor: pointer;
}
.trie:hover .bloc-trie-article{
    display: block;
}
.bloc-trie-article{
    position: absolute;
    z-index: 10000;
    background-color: white;
    right: 1em;
    display: none;
    border-style: solid;
    border-color: grey;
    border-width: 1px;
}
.trie-article{
    list-style-type: none;
    margin: 1em;
    padding: 0;
}
.trie-article:hover{
    color: #911132;
    font-weight: bold;
}
.active{
    color: #911132;
    font-weight: bold;
}
/******************************************************

    POUR RESPONSIVE
    
******************************************************/ 
/* Tout ce qui change en fonction de la taille de l'écran */
@media (min-width: 1199px){

}

@media (min-width: 992px) and (max-width: 1199px){
    .btn-panier{
        top: 240px;
        right: 160px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .btn-panier{
        top: 190px;
        right: 160px;
    }
}
@media (max-width: 767px){
    .btn-panier{
        top: 150px;
        right: 160px;
    }
}
