#icon{
    width: 27px;
    height: 9px;
    border-radius: 5px;
    background: linear-gradient(#E537B9,#C040DF);
}




a:hover{
    text-decoration: none;
    color: black;
    
}


.marge{
    margin-left: 116px;
}

.navB{
    border-bottom-width: 10px;
    border-bottom-color: black ;
   
    
}


.accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    /* margin-left: auto; */
    margin-right: 10px;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-button::after {
    display: none;
}


#accord-button{
    background-color: white; 
    box-shadow: none;
    color: black;
    
}


.dot{
    display: inline-block;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    background-color: gray;
    opacity: 50%;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
}


.carousel-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s;
    
}
.carousel-img:hover{
    
    filter: brightness(50%);
}

.card{
    height: 465px;
    
}



@media (min-width:720px){
    .carousel-img{
        height: 460px;
        
    }
    .card{
        height: 650px;
    }
    
}