@media screen and (max-width: 1400px) {
  .goutteImg {
        position: absolute;
        top: -20px;
        right: -50px;
        width: 200px;
    }
    
    .boxCompteur {
        width: 550px;
    }
    
    .customText {
        width: 400px;
    }
    
    #BtnGoutte img{
        width: 100px;
    }
}