.container-fixed-bkg {
    width: 100%;
    
    background-position: center;
    background-size: cover;
    background-image: url('../img/fixed-bg.jpg');
    background-attachment: fixed;
    padding-bottom: 100px;
  }

  .container-fixed-bkg-02 {
    width: 100%;
    
    background-position: center;
    background-size: cover;
    background-image: url('../img/fixed-bg-03.jpg');
    background-attachment: fixed;
    padding-bottom: 100px;
    height: 500px;
    padding-top: 180px;
    text-shadow: 1px 1px 10px rgb(84, 82, 82);
  }

  .container-fixed-bkg-03 {
    width: 100%;
    
    background-position: center;
    background-size: cover;
    background-image: url('../img/fixed-bg-04.jpg');
    background-attachment: fixed;
    padding-bottom: 100px;
    height: 500px;
    padding-top: 180px;
    text-shadow: 1px 1px 10px rgb(84, 82, 82);
  }

.picto {
  width: 50px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ad-title {
  font-size: 25px;
  font-weight: bold;
text-align: center;
  display: block;
  padding-top: 15px;
}
.frame_dg {
  height: 400px;
}

/*<!-- ==================== Media screen adaptation ===========================-->*/

@media (width <= 520px) {
  .container-fixed-bkg-02 {
    width: 100%;
    
    background-position: center;
    background-size: 2048px 1365px;
    background-repeat: no-repeat;
    background-image: none;
    background-attachment: fixed;
    padding-bottom: 100px;
    height: 500px;
    padding-top: 180px;
    text-shadow: 1px 1px 10px rgb(84, 82, 82);
    background-color: black;
  }
  .container-fixed-bkg-03 {
    width: 100%;
    
    background-position: center;
    background-size: cover;
    background-image: none;
    background-attachment: fixed;
    padding-bottom: 100px;
    height: 500px;
    padding-top: 180px;
    text-shadow: 1px 1px 10px rgb(84, 82, 82);
    background-color: rgb(255, 103, 29);
  }

}