.titre-infos {
	position: relative;
	background-color: #6E0B14;
	color: #fff;
	width:100%;
	height: 70px;
	
	}
.titre-descriptions {
	color:#fff;
	padding-left:10px;
	position: absolute;
    top: 50%; 
    transform: translateY(-50%); 

	}
.titre-descriptions h2 {color:#fff;font-size:20px;text-transform:initial;}
.titre-descriptions h2 a {color:#fff;}
.titre-descriptions a {color:#fff;}
.smaller  {font-size:smaller;text-transform:uppercase;}
.titre-slider {font-weight:500;}

/*Responsive*/

@media only screen and (max-width: 600px){
	.titre-descriptions h2 {
		color:#fff;
		font-size:14px;
	}
	.smaller  {display:none;}
}
@media only screen and (min-width: 600px) and (max-width: 1200px){
	.titre-descriptions h2 {
		color:#fff;
		font-size:15px;
	}
	.smaller  {display:none;}
}