.bloc-equipement {
background: url(/Files/App_002/Images/bg-equipement.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin-top: 8.5%;
    position: relative;
    padding-bottom: 110px;
}
.bloc-equipement .bg-equipement {
    background: url(/Files/App_002/Images/bg-logo.png) top center no-repeat;
    position: absolute;
    bottom: 120px;
    left: 105px;
    min-width: 28vw;
    height: 513px;
    z-index: 99;
    background-size: contain;
}
@media screen and  (max-width: 1700px) and  (min-width: 1446px) {
.bloc-equipement .bg-equipement {
    bottom: 10px;
    left: 5px;
    min-width: 25vw;
}
}
@media screen and (max-width: 1446px) {
.bloc-equipement .bg-equipement {
    bottom: 10px;
    left: 20px;
}
}

@media screen and (max-width: 1280px) {
.bloc-equipement .bg-equipement {
    min-width: 30vw;
}
}

@media screen and (max-width: 1200px) {
.bloc-equipement .bg-equipement {
    background: url(/Files/App_002/Images/bg-logo2@.png) top center no-repeat;
    bottom: 0;
    left: 3%;
    width: 287px;
    height: 300px;
    top: 35%;
}
.bloc-equipement {
    padding-bottom: 70px;
}
}

@media screen and (max-width: 993px) {
.bloc-equipement .bg-equipement {
    background: url(/Files/App_002/Images/bg-logo@.png) top center no-repeat;
    bottom: 0;
    left: 2%;
    width: 191px;
    height: 200px;
    top: 30%;
}
}

@media screen and (max-width: 768px) {
.bloc-equipement .bg-equipement { 
display: none;
}
}

