.nebopan .banner-section{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 250px;
    background-color: rgba(41, 40, 39, 0.253);
  }

.nebopan .nebopan-banner-section{
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 170px;
  background-color: rgba(41, 40, 39, 0.699);
  
}




.centered-p-span{
  background-color: rgba(179, 156, 129, 0.644);
  color: rgba(255, 255, 255, 1);
  padding: 10px 0;
  padding-right: 10px;
}

.centered-p {
  opacity: 1;
  color: rgb(255, 255, 255);
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.73px;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}

.banner-article{
  background-image: url("../images/CHARTE\ RULLIER\ BOIS-02\ Copy\ 2.png");
  background-size: cover;
  background-position: center center;
  padding: 50px auto;
}



.banner-article-p{ 
  opacity: 1;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07px;
  text-align: left;
  line-height: 21px;
}

.h7{
  opacity: 1;
  color: rgba(179, 156, 129, 1);
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 1.04px;
  text-align: left;
  line-height: 40px;
}


.banner-article-header-p{
  opacity: 1;
  color: rgba(100, 104, 105, 1);
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 2.94px;
  text-align: left;
  line-height: 56px;
}

.img-content{
  width: 400px;
  height: 400px;
}

.content-p{
  opacity: 1;
  color: rgba(92, 92, 92, 1);
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 0.43px;
  text-align: left;
  line-height: 21px;
}

.content-p-left{
  padding-left: 100px;
}

.content-p-right{
  padding-right: 100px;
}

.content-head{
  opacity: 1;
  color: rgba(179, 156, 129, 1);
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0.81px;
  text-align: left;
  line-height: 38px;
}

.nebopan .content-bg {
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  
}
.content-bg-last::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -25px;
  width: 25px;
  height: 70%;
  background-color: var(--bs-primary);
  transform: translateY(-50%);
}

.banner-underline::before{
  content: "";
  position: absolute;
  border-bottom: 2px dotted rgba(151, 151, 151, 1);
  opacity: 1;
  width: 3%;
  left: 50%;
  bottom: 0;
}

.banner-article-underline::before{
  content: " ";
  position: absolute;
  border-bottom: 2px dotted rgba(151, 151, 151, 1);
  opacity: 1;
  width: 33%;
  bottom: 30%;
}

@media (max-width: 575.98px) { 

 .d-flex{
  display: flex;
  flex-direction: column;
  width: 100%;
 } 
 .content-p-left{
    padding-left: 0px;
    margin-left: 10px;
 }

 .content-p-right{
  padding-right: 0px;
}
 .content-p{
  font-size: 12.5px;
  padding-top: 25px;
}
.banner-article-underline::before{
  display: none;
}

 }

 @media (max-width: 767.98px) { 
  .content-p-left{
    padding-left: 10px;
 }

 .content-p{
  padding-top: 25px;
 }

 .banner-article-underline::before{
  display: none;
}

 .content-p-right{
  padding-right: 10px;
}
 }