body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navbar-nav li{
    color: #fff;
    font-size: 1rem;
   
}
.navbar-nav li a{
    text-decoration: none;
     color: #ffffff;
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-style: italic;

}
.navbar-nav li a i:hover{
    font-size: 1rem;
    color:#111111;
    transition: all 0.3s ease-in-out;
    
}
.navbar-nav li a:hover{
    font-size: 1.2rem;
    color:#111111;
    transition: all 0.3s ease-in-out;
    
}

.img1:hover{
        transform: scale(1.1);
        transition: all 0.3s ease-in-out;
        background-color: #f30f0fec;
        border-radius: 50%;
}


@media screen and (max-width: 768px) {
    .produitPhone{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;

    }

    
}