.primaryBackground{
    background-color: #ed8185;
}
.marginR{
    margin-right: 0.5rem;
}

.carousel-caption{
    background-color: rgb(0,0,0,0.5);
}

.buttonCommandeHome{
    background-color: #ed8185;
    color:white;
    border-radius: 5rem
}

.rowHome{
    min-height: 50rem;
}
.deconnexion{
    margin-top: 0.5rem;
    margin-right: 2rem;
}
.searchBar{
    margin-top: 0.75rem;
    margin-right: 2rem;
}

.secondaryBackground{
    background-color:#c83c51;
    border:none;
}
.btnFilter{
    background-color: #c83c51;
    color :white;
    border-radius: 0px;
}
.btnFilter:hover{
    background-color: #ed5e5c;
}
.btnFilter.btn:focus {
    box-shadow: 0 0 1.5rem rgba(200, 60, 81, 0.5);
    color: #c83c51; 
}
.whiteType{
        color:white;
}
.cart-item-count {
    position: absolute;
    top: -7%;
    right: 83%;
    background-color: #ff9931;;
    color: white;
    border-radius: 50%;
    padding: 3px 9px;
    font-size: 12px;
}

.confirmation-animation {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkmark-circle {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background: #4bb543;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4bb543;
}

.checkmark {
    border-radius: 5px;
    position: absolute;
    width: 5px;
    height: 10px;
    border-right: 3px solid white;
    border-top: 3px solid white;
    top: 9px;
    left: 14px;
    transform: rotate(45deg);
}