*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    list-style: none;
    color: #313030;
}

li{
    text-decoration: none;
    list-style: none;
}

body{
    background-color: whitesmoke;
    min-height: 100vh;
}

header{
    font-size: 20px;
    height: 65px;
}

.nav-haut {
    /* background-color: #2b4279; */
    background-color: #081938;
    color: white;

}
.nav-haut a {
    color: white;
    font-weight: bold;

}

header .link-logo{
    font-size: 20px;
    font-weight: bold;
}
.nav-logo {
    transition: border-color 0.3s;
    border: 1px solid transparent;
}

.nav-logo:hover {
    border-color: white;
    padding-right: 2px;
}

.nav-user {
    height: 65px;
    transition: border-color 0.3s;
    border: 1px solid transparent;
}

.nav-user:hover {
    border-color: white;
    padding-right: 2px;
}

.nav-panier {
    height: 65px;
    padding: 2px;
    transition: border-color 0.3s;
    border: 1px solid transparent;
}

.nav-panier:hover {
    border-color: white;
    padding-right: 2px;
}



header .img-logo{
    height: 65px;

}

.navbar a{
    font-size: 17px;
    font-weight: bold;
}

.navbar a:hover{
    color:#f77c29 ;
    
}

.contact:hover{
    color:#f77c29 !important;
    
}

.separation-menu{
    margin-top: 75px;
}


.banniere {
    display: flex;
    position: relative;
    width: 100vw;
    margin-top: 73px;
}

.banniere-opacity{
    object-fit: cover;
    width: 100%;
    height: auto;   
}


#calque {
    position: absolute;
    right: 2%;
    top: 2%;
    background-color: rgba(105,105,105,0.5);
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: white;
}

#carouselExample .carousel-item img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 100px;
    transition: transform 1.1s;
}

.services {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.services a:hover{
    background-color:#f77c29 !important;
    
}


.expo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0px;
}
.trait-h1{
    border-bottom: 3px solid #cd6969;
    padding-bottom: 40px;
}
section .blocimage{
    margin-bottom: 20px;
}

.blocimage img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 100px;
    transition: transform 1.1s;
}

.blocimage img:hover{    
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);        
}

.desc{
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    color: #0e1113;
    width: 200px;
}

.trait{
    display: block;
    height: 2px;
    color: black;
    background-color: black;
    width: 10%;
    margin: 5px auto;
}

.collaborateurs img{
    width: 100px;
    height: 100px;
    border-radius: 10px;

}

#myBtnScroll {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

footer {
    background-color: #232f3e;
    color: white;
}

footer a{
    color: white;
}

img.miniature { height: 50px; width: 50px;}
img.expo { height: 50px; width: 50px;}



@media only screen and (max-width: 990px) {

    
}

.bg-primary{
    background-color: #2b4279 !important;
}

