#page_dossier {
  max-width: 100%;
}
#bpl-Vente-privee{
    width: 100%;
    margin: auto;
    height: auto;
    background-color: #022169;    
    margin-bottom: 30px;
    position: relative;
    padding: 8px 5px 10px 0;
  }
#bpl-Vente-privee .contBnd {
    display: flex;
    margin: 0 auto;
    gap: 15px;
    justify-content: space-between;
  }
  #bpl-Vente-privee .bloc-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#bpl-Vente-privee .bloc-right .sup {
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    background-color: #00B5EC;
    padding: 4px;
    text-transform: uppercase;
}
#bpl-Vente-privee .bloc-right .txt1 {
    font-size: 6px;
    line-height: 10px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
  }
#bpl-Vente-privee .bloc-right .txt2 {
    font-size: 8px;
    line-height: 10px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
#bpl-Vente-privee .logo img{
 width: 30%;
}
#bpl-Vente-privee .logo img{
  width: 95px;
  padding-left: 4px;
  padding-top: 8px;
}
#bpl-Vente-privee .bloc-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#bpl-Vente-privee .txtOffre {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    position: relative;
}
#bpl-Vente-privee .txtOffre span.minus-text{
    font-size: 7px;
    line-height: 10px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6px;
}
#bpl-Vente-privee .txtOffre span.minus-text .minus{
    font-size:46px;
    font-weight: 700;
    margin-top: 2px;
}
#bpl-Vente-privee .txtOffre sup {
    font-size: 11px;
    line-height:20px;
    vertical-align: top;
    top: 0px;
}
#bpl-Vente-privee .bloc-center p.pct {
  font-weight: 400;
  font-size: 8px;
  text-align: center;
  line-height: 9px;
  color: #FFFFFF;
  text-align: center;
}
#bpl-Vente-privee .cdt {
  position: absolute;
  font-size: 5px;
  bottom: 2px;
  right: 4px;
  color: #FFFFFF;
}
@media only screen and (min-width: 586px) {
#bpl-Vente-privee .bloc-right .sup {
    font-size: 22px;
    line-height: 22px;
    padding: 12px;
}
#bpl-Vente-privee .bloc-right .txt1 {
    font-size: 13px;
    line-height: 18px;
}
#bpl-Vente-privee .bloc-right .txt2 {
    font-size: 18px;
    line-height: 20px;
}
 #bpl-Vente-privee .logo img {
    width: 250px;
  } 
  #bpl-Vente-privee{
    padding: 15px 20px 20px 20px;
  }
  #bpl-Vente-privee .cdt {
  font-size: 11px;
  right: 7px;
}
 #bpl-Vente-privee .bloc-center p.pct {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 760px) {
 #bpl-Vente-privee .txtOffre {
        font-size: 60px;
        line-height: 60px;
        margin: 0;
        justify-content: flex-start;
  }
} 
@media only screen and (min-width: 900px) {
  #bpl-Vente-privee .txtOffre.AT {
        font-size: 80px;
        width: 218px;
        line-height: 60px;
  }
  #bpl-Vente-privee .txtOffre {
        font-size: 100px;
        line-height: 90px;
        margin: 0;
        width: 270px;
        justify-content: center;
  }
   #bpl-Vente-privee .bloc-center p.pct {
    font-size: 17px;
    line-height: 25px;
  }
   #bpl-Vente-privee .bloc-center {
    width: 47%;
  }
} 
@media only screen and (min-width: 979px) {
   #bpl-Vente-privee .contBnd {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0 auto;
        gap: 0;
  } 
   #bpl-Vente-privee .txtOffre span.minus-text{
        font-size: 11px;
        line-height: 12px;
        margin-bottom: 6px;
    }
    #bpl-Vente-privee .txtOffre span.minus-text .minus{
        font-size:54px;
        margin-top: 2px;
    }
    #bpl-Vente-privee .txtOffre sup {
        font-size: 10px;
        line-height:24px;
    }
} 
@media only screen and (min-width: 1200px) {
 #bpl-Vente-privee .bloc-center {
    flex-direction: row;
  }
   #bpl-Vente-privee .bloc-center p.pct {
    text-align: left;
  }
}
@media only screen and (min-width: 1900px) {
  #bpl-Vente-privee .bloc-center p.pct {
    font-weight: 600;
    padding-left: 10px;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: left;
  }
#bpl-Vente-privee .txtOffre span.minus-text{
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 6px;
    }
  #bpl-Vente-privee .txtOffre span.minus-text .minus{
        font-size:64px;
        margin-top: 2px;
    }
  #bpl-Vente-privee .txtOffre sup {
        font-size: 14px;
        line-height:30px;
    }
#bpl-Vente-privee .txtOffre {
        font-size: 70px;
        line-height: 70px;
        width: 25%;
  }
#bpl-Vente-privee .logo img {
    padding-left: 0px;
  } 
}
@media only screen and (max-width: 500px) {
  #bpl-Vente-privee .txtOffre span.minus-text.DE {
    width: 22px;
  }
  #bpl-Vente-privee .contBnd {
    gap: 4px;
  }
  #bpl-Vente-privee .txtOffre span.minus-text .minus {
    font-size: 30px;
    margin-top: 0px;
  }
  #bpl-Vente-privee .txtOffre span.minus-text {
    font-size: 5px;
    line-height: 7px; 
  }
}



