@media (max-width : 720px){
    a.stepTitles {
        font-size: 14px;
    }

    .stepTitle{
        font-size: 20px;
    }
    .formLabel{
        font-size: 15px;
    }

    .captionFormBg{
        margin-top: 23px;
    }

    .iconLabel{
        padding: 3px 5px!important;
    }

    .iconLabel div {
        font-size: 13px;
    }
    .btnImg {
        height: 47px;
        margin-top: -17px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    .composants ul{
        padding: 0 18px;
    }
    .promo {
        background-color: #A1C84E;
        color: #EEF8D9;
        width: auto;
        display: inline-block;
        padding: 10px 30px;
        border-radius: 9px 9px 0px 0px;
        width: 100%;
        text-align: center;
    }
    .separAfter::after{
        display: none;
    }
    .downloadable{
        padding: 0 18px!important;
    }
    .rdvAction {
        font-size: 20px;
    }
    .littleShadow {
        background: #fff;
        height: 120px;
        display: inline-block;
        width: 4%;
        float: right;
        box-shadow: -14px 0px 20px 0px #00000026;
    }
    #formulaire .iconLabel{
        max-height: 77px;
    }
    .vehiculeRecap{
        max-height: 77px;
        overflow: hidden;
    }
    .vehiculeImg img {
        padding: 6px;
        height: 100%;
    }
    .vehiculeImg{
        height: 77px;
        padding: 10px;
    }
}
    .progressMenu {
        max-width: 48px!important;
    }

@media(max-width : 353px){
    .iconLabel div {
        font-size: 12px!important;
    }
}

@media(max-width : 992px){
    .downloadable{
        padding: 0 27px;
    }
    .separAfter::after{
        display: none;
    }
    button.adresseRec {
        padding: 14px;
        border-radius: 9px;
        background-color: #d1d1d1;
        color: #8b8b8b;
        border: 1px solid #bdbdbd;
        width: 100%;
    }
}

@media(min-width : 960px){
    .assistanceImg {
        width: 100%;
    }
}

@media (max-width : 767px){
    .hideSlides {
        margin-top: 33px !important;
      }
      .progress.Mobile {
        margin-top: 8px!important;
    }

    .slick-prev {
        left: -15px;
    }
    .slick-next {
        right: -14px;
    }
    .tarifBox {
        padding: 21px 0;
        margin: 0 4px;
    }
    .slick-prev {
        left: -6px;
        z-index: 999;
    }
    .slick-next {
        right: -3px;
    }
    .tarifsTitle {
        margin-top: 18px!important;
    }
    .imageAnimal {
        height: 80px;
        width: 80px;
    }

    .lessHeight {
        margin-bottom: -24px;
        position: relative;
        z-index: 99;
    }
    
    button.pusletooltip{
        margin-left: 0px;
    }
}



@media (min-width : 768px){
    .hideSlides {
        margin-top: 40px !important;
      }
      #formulaire .iconLabel{
        max-height: 92px;
    }

    .vehiculeRecap{
        max-height: 92px;
        overflow: hidden;
    }

}