 .poppup_cadre_explain {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100vh;
     background: rgba(255, 255, 255, 0.80);
     z-index: 4;
     overflow: auto;
 }
 .cta-close-explain {
     cursor: pointer;
     padding: 10px;
     background: #fff;
     text-align: right;
 }
 .popup_cadre_text {
     max-height: 90vh;
     width: 90vw;
     max-width: 1024px;
     padding: 15px 0px;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     background: #fff;
 }
 .next_cadre {
     position: absolute;
     top: calc( 50% - 20px);
     width: 32px;
     height: 32px;
     right: -16px;
     text-align: center;
     font-size: 30px;
     background: #ffffff;
     color: #dfa000;
     -webkit-transform: translate(-50%, -0%);
     -ms-transform: translate(-50%, -0%);
     transform: translate(-50%, 0%);
     cursor: pointer;
 }
 .prev_cadre {
     position: absolute;
     top: calc( 50% - 20px);
     left: 16px;
     width: 32px;
     height: 32px;
     text-align: center;
     /* vertical-align: 2px; */
     font-size: 30px;
     color: #dfa000;
     -webkit-transform: translate(-50%, -0%);
     -ms-transform: translate(-50%, -0%);
     transform: translate(-50%, 0%);
     z-index: 2;
     background: #fff;
     cursor: pointer;
 }
 .poppup_cadre_explain .img-responsive {
     max-height: calc(85vh - 75px);
     margin: auto;
 }
 .cta-close-explain-mobile {
     display: none;
 }
 .encadrement_header {
     position: relative;
     margin-bottom: 25px;
 }
 .encadrement_header img {
     width: 20px;
 }
 .encadrement_header:after {
     content: "";
     width: calc(50% - 30px);
     height: 2px;
     background: #d2a318;
     display: block;
     position: absolute;
     top: 12px;
     left: 0;
     z-index: -1;
 }
 .encadrement_header:before {
     content: "";
     width: calc(50% - 30px);
     height: 2px;
     background: #d2a318;
     display: block;
     position: absolute;
     top: 12px;
     right: 0;
     z-index: -1;
 }
 .slide_encadrement {
     float: left;
     width: 100%
 }
 .text-encadrement {
     width: calc(100% - 30px);
     top: 50%;
     -webkit-transform: translate(0%, -50%);
     -ms-transform: translate(0%, -50%);
     transform: translate(0%, -50%);
     position: absolute;
 }
 @media screen and (min-width: 0px) and (max-width: 575px) {
     .poppup_cadre_explain {
         background: #fff;
     }
     .popup_cadre_text {
         width: 95vw;
         max-height: inherit;
         top: 0;
         -webkit-transform: translate(-50%, 0%);
         -ms-transform: translate(-50%, 0%);
         transform: translate(-50%, 0%);
     }
     .cta-close-explain {
         display: none;
     }
     .cta-close-explain-mobile {
         display: block !important;
     }
     .text-encadrement {
         /* padding-top: 25px; */
         padding: 20px 0px;
     }
     .text-encadrement {
         width: 100%;
         top: 0;
         -webkit-transform: translate(0%, -0%);
         -ms-transform: translate(0%, -0%);
         transform: translate(0%, -0%);
         position: relative;
         text-align: center;
         margin-top: 20px;
     }
 }