.horaires p {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}

.horaires h2 {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2px;
    font-size: 25px;
    padding-bottom: 5px;
}

.horaires {
    background-color: rgba(36, 37, 39, 0.87);
float:initial;
    text-align: center;
    padding-top: 20px;
    margin-top: 120px;
    padding-bottom: 50px;
}

.readmore-ordo, .readmore-garde {
   
    width: 80%;
}

.horaires{
	display:none;
}

.encart-promo{
background-color: rgba(255,151,17, 1);
height:200px;
    text-align: center;
   
    margin-top: 20px;
    padding-bottom: 50px;
    display:none;
   }
   
.item{
	height: 100%;
}

.item img {
    padding: 0px 10px;
}

h1{
	letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: 'news_gothic_mtregular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    font-size: 30px;
    text-align: left;
}

@media screen and (min-width:1360px) {
	
	.horaires{
	display:block;
}

.encart-promo{
	display:block;
}

.item img {
    padding: 10px 10px;
}
	
}
