nav {
    background-color: black;
    width: auto;
    box-shadow: 0px 50px 50px #000000;
    margin-bottom: 50px;
}

nav ul {
    list-style: none;
    display: flex;
    margin: auto;
    padding: 0%;
    align-items: center;
    
}

nav a {
    position: relative;
    text-decoration: none;
    display: block;
    color: white;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 2em;
    margin-left: 1em;

    font-size: 1.1em;
    font-family: "Fraunces", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-variation-settings: 100;
    }

nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #CA5858;
    transition: width 0.3s ease, left 0.3s ease;
}

nav a:hover::after {
    width: 100%;
    left: 0;
}

#nav{
    width: 100%;
    display: flex;
}

#nopicto {
     width: 125% ;
    text-align: left;
}

#yespicto {
     width: 25% ;
    text-align: right;
}

#logo {
    width: 120px;
    content: url("../media/logo/LOGOCOLOR.png");
}

#basket {
    width: 50px;
    content: url("../media/picto/BasketCmd.png");
}

#connect {
    width: 50px;
    content: url("../media/picto/Connect.png");
}
