a{
    text-decoration: none;
    color:#fff  
}
a:hover{
    text-decoration: none;
    color: rgb(220, 53, 69);
    opacity: 0.33;
}
header,
footer,
.couleurfond{
    background-color: rgb(25, 132, 204);
}
ul li{
    list-style: none;
}
li a{
    color: #000;
}

/*navigation*/
nav img{
    width: 25%;
}

/*header*/
header{
    height:50px;
    
}
.cadrecoord{
    margin-right: 120px;

}




/*Carroussel*/
.carousel-indicators li{    /*change le trait en point*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-inner img{
    width: 100%;
    height: auto;
}

/*footer*/

footer .border-right{
    height:30px;
    margin-top:5px;
}
footer p{
    font-size: small;
}
/*entreprise*/
.liencontact{
    color:rgb(25, 132, 204);
}

/*contact*/
.cadrecontact{
    height:auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

@media(max-width:991px){
    nav img{
        width: 50% !important;
    }
}




