 .img_header_artiste_container {
     width: 100%;
     position: relative;
     margin-bottom: 120px;
     margin-bottom: 31%;
 }
 .img_header_artiste {
     position: relative;
 }
 .img_header_artiste_1 {
     margin: 0 auto;
     width: 50%;
     /* display: none; */
 }
 .img_header_artiste_2 {
     bottom: -20%;
     left: 40%;
     margin: 0 0 0 -26%;
     position: absolute;
     width: 35%;
     z-index: 2;
     border: 10px solid #fff;
 }
 .img_header_artiste_3 {
     top: 62%;
     left: 50%;
     margin: 0 0 0 -5%;
     position: absolute;
     width: 40%;
     z-index: 3;
     border: 10px solid #fff;
     background: #fff;
     padding: 0px 10px;
 }
 .artiste_label {
     z-index: 3;
     position: absolute;
     background: #ffffffb8;
     max-width: 100%;
     top: 40px;
     color: #000;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }
 .name_artiste {
     font-family: 'Reenie Beanie', cursive;
     text-align: center;
     padding: 10px 20px;
     font-size: 2.5vw;
     font-weight: 500;
     line-height: 1.2;
 }
 .text_artiste {
     font-size: 12px;
 }
 span.cta_oeuvres {
     font-weight: bold;
     font-size: 12px;
     color: #cda33f;
     cursor: pointer;
 }
 .cta_oeuvres .fa.fa-chevron-right {
     font-size: 9px;
     margin-left: 5px;
 }
 .img_signature {
     text-align: right;
     width: 150px;
     margin-bottom: 10px;
 }