.logophone {
    position: absolute;
    z-index: 33;
    padding: 80px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 43%;
}
.box-contact:before {
    content: "";
    background: url(/Files/App_002/Images/casque.png) top center no-repeat;
    width: 86px;
    height: 86px;
    position: absolute;
    left: -100px;
    top: -10px;
}
.box-contact {
    position: relative;
}
.titlecontact {
    font-size: 18px;
    color: #7fbfff;
    display: block;
    text-transform: uppercase;
    line-height: 19px;
}
.numbercontact {
    font-size: 36px;
    color: #7fbfff;
    line-height: 40px;
}
@media screen and (max-width: 1440px) { 
.logo {
    width: 165px;
}
.numbercontact {
    font-size: 30px;
    line-height: 40px;
}
.titlecontact {
    font-size: 15px;
    line-height: 17px;
}
.box-contact:before {
    width: 70px;
    height: 70px;
    left: -80px;
    top: -5px;
    background-size: 100%;
}
}
@media screen and (max-width: 1280px) { 
.logophone {
    padding: 40px 20px;
}
}
@media screen and (max-width: 1024px) { 
.numbercontact {
    font-size: 26px;
    line-height: 35px;
}
.titlecontact {
    font-size: 13px;
    line-height: 17px;
}
.box-contact:before {
    width: 60px;
    height: 60px;
    left: -65px;
    top: -3px;
}
}