
html, body{
width:100%;
height:100%;	
background: rgb(250,250,250);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(200,200,200,1) 100%);
background-size: cover;
background-repeat: no-repeat;
padding:0;
margin:0;
}

.carteVisite{
	color:black;
}

#logo{
}

    #carouselExample {
      max-height: 400px;
      background-color: black;
      overflow: hidden;
    }
	    .carousel-item {
      height: 400px;
    }
    .carousel-item img {
      height: 100%;
      object-fit: contain;
      background-color: black;
    }