@media (min-width: 768px) {
  #mainContainer{
    /*min-height:58vh;*/
  }  
}
#etab-container{max-width:1000px;text-align: center;margin:0px auto;}

#prestacat-container a{margin-bottom:10px;max-width:100%;white-space:normal;}
.item-duree{display:none;}
.item-prix, .item-prix-promo{top:-80px;}
.item-title{top:-110px;}
.item-descr {top:-110px;}
.item-offre-content {height:480px;}

.prestacat-thumbnail{text-align:center;font-weight:600;color:#333333;padding:20px 20px;font-size:11px;}


#btn-ClosePresta{font-size:40px;}
#fiche-presta .form-group {margin: 0px 0px 0px 0px;padding:0px;}
#presta-rate .fa-star, #presta-rate .fa-star-o, .fa-star-half-o{color:orange;}
#presta-rate{margin:10px 0px;color: rgb(102, 102, 102);}
#presta_avis .fa-star{color:orange;opacity:0.3;}
#presta_avis .fa-star.fa-star-checked{opacity:1;}
#presta_avis{padding:10px;}
#presta_avis-summary, #presta_avis-summary small{color:#fff;}
.chart-rate-itm-lbl{margin-top:5px;margin-bottom:10px;}
.chart-rate-itm{background-color:#fff;width:20px;margin:0px auto;}

.btn-offrir, .btn-rdv{max-width: 400px;}

#fiche-presta{
	padding: 0px 0px;
    margin: 0px auto 10px;
    /*border-radius:5px;*/
    /*max-width:1000px;*/
}

#presta_avis{margin-top:50px;}
.presta-prix{margin-top:0px;line-height: 1.4em;}

@media (min-width: 767px) {	
	#presta_avis-content{width:100%;margin:0px auto;}
    #fiche-presta{padding: 0px 0px;}
}

@media (min-width: 1200px) {
	#presta_avis-content{width:90%;margin:0px auto;}
}

#presta_avis-title>span::after, #presta_avis-title>span::before {
    background-color: rgba(28,33,63,.2);
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 1000px;
}
#presta_avis-title{
    position: relative;
    text-align: center;
    width: 85%;
    overflow: hidden;
    max-width: 30em;
    -webkit-font-smoothing: antialiased;
    vertical-align: baseline;
    display: block;
    margin: 0px auto;
}
#presta_avis-title>span::before {
    left: 100%;
}
#presta_avis-title>span::after {
    right: 100%;
}
#presta_avis-title>span {
    position: relative;
    display: inline-block;
    padding: 0 1em;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}
.prestacat-thumbnail{aspect-ratio: 4 / 3; overflow: hidden;}
@media (max-width: 768px) { 
    .prestacat-thumbnail{overflow: visible;}
}
.prestacat-thumbnail img {width: 100%;height: 90%;object-fit: cover;display: block;}
