
 /* Import de le font Montserrat */
 @import url('https://fonts.googleapis.com/css?family=Montserrat');
 body { 
 font-family: 'Montserrat', sans-serif;
 }
 
 .navbar-custom {
    background-color: #9F9D9D;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #ffffff;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #ffffff;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}
.noMargin{
	margin-block-end: 0em;
}
@media screen and (min-width: 767px) {
    .displayPC {
	  display: block;
	}   
	.displayPhone {
	  display: none;
	} 
	
	.d-block {	
		width: 500px;	
		color: 	#000000;
		
	}
	
	.carousel-cadeau {
		color: 	#000000;	
		text-align: right;
	}
	
	.card-img-bottom-div{
		height: 300px;
		margin: auto;
	}
	
	
}

@media screen and (max-width: 767px) {
    .displayPC {
	  display: none;
	}   
	.displayPhone {
	  display: block;
	} 
	.collapseOnMobile:not(.show){
		display: none;
	}
	.showOnMobile{
		display: block;
	}
	
	.d-block {	
		width: 300px;	
		color: 	#000000;
		align: center;
		margin: auto;
	}
	
	.card-img-bottom-div{
		height: 100px;
		margin: auto;
	}
}

.carousel-text-right {
	color: 	#000000;
	text-align: right;
	
}
.carousel-cadeau {
	color: 	#000000;	
	text-align: center;
}

.card-img-bottom{
  	width: auto;
  	height: 100%;  
}

.very-small-font {
  font-size: 1rem;
}
