#wrappertopbanner {
    margin-bottom: 20px;
    display: flex;
}
#wrappertopbanner p, #wrappertopbanner h6, #wrappertopbanner h5 {
    margin-bottom: 0;
}
#wrappertopbanner .left-block {
    display: grid;
    margin-top: auto;
    margin-bottom: auto;
}
#wrappertopbanner .right-block {
    display: grid;
    margin-top: auto;
    margin-bottom: auto;
}
#wrappertopbanner i.material-icons {
    margin-top: -3px;
}

@media (max-width:1260px) {
    #wrappertopbanner #wrappertopbanner_tiret {
        display: none;
    }
    #wrappertopbanner #wrappertopbanner_tel {
        display: block;
        margin-top: 15px;
    }
}

#wrappertopbanner .right-block p img {
    display: inline;
}
#wrappertopbanner .right-block p a {
    display: inline-flex;
    width: min-content;
    border-radius: 15px;
    transition: color 200ms ease-in-out 0s, background 200ms ease-in-out 0s;
    -webkit-transition: color 200ms ease-in-out 0s, background 200ms ease-in-out 0s;
    -moz-transition: color 200ms ease-in-out 0s, background 200ms ease-in-out 0s;
    -o-transition: color 200ms ease-in-out 0s, background 200ms ease-in-out 0s;
    -ms-transition: color 200ms ease-in-out 0s, background 200ms ease-in-out 0s;
}
#wrappertopbanner .right-block p a:hover {
   color: #fb5e00 !important;
   background: #fff !important;
}



@media (max-width:767px) {
    #wrappertopbanner {
        //display: block;
        display: none;
    }
    #wrappertopbanner img {
        float: none !important;
    }
    #wrappertopbanner .left-block {
        margin-bottom: 7px;
    }
    #wrappertopbanner {
        margin-bottom: 15px;
    }
}