@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;500;600;700;800&display=swap');
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Inter';
}
main{
    width: 100%;
}

a.navbar-item:hover,a.navbar-link:hover{

    color: #fbab04
    ;
}

.navbar-item img{

    max-height: 4rem;
    width: 230px;
}

@media only screen and (max-width: 600px) {

    .navbar-item img{

        max-height: 4rem;
        width: 150px;
    }

  }

#navbarMenu > div > div:nth-child(6) > div > button{

    background-color: #0c3444;
    color: aliceblue;
    border-radius: 20px;
    font-size: medium;
    border: 0;
}
#navbarMenu > div > div:nth-child(6) > div > button:hover{

    background-color: #fbab04;
    color:#0c3444 ;
}

#myentete{

    background-color: #0d575c    ;
    
    
}
#myentete img{

    margin-bottom: 0px;
}

#myentete .title{


    color: white;
    font-weight: bold;
    letter-spacing: 2px;

} 

#bglogin {
    background-color:#0d575c    ;
    background-position: center;
    background-size: cover;
}

 #navbarMenu > div > div:nth-child(7) > div > button:hover {


    color:white ;
    background-color: #0c3444    ;

}


#headerSearch{
    background-color: #fbab04
    ;
    width: 40%;
    height: 45px;

}

#headerSearch:hover{
    background-color: #e29d07
    ;
}

#body > footer > div > div:nth-child(1) > div:nth-child(1) > figure > img{

    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.slider-navigation-next,.slider-navigation-previous{
    background: #F7F8EF;
}