 @import url("https://use.typekit.net/sis5zfk.css");

 .ds_home_bloc_05 {
     position: relative;
     width: 100%;
     margin: 0 auto;
 }

 .ds_home_bloc_05_fond {
     position: relative;
     width: 100%;
     margin: 0 auto -10px;
 }

 .ds_home_05_contenu {
     position: absolute;
     transform: translate(-50%, -50%);
     top: 50%;
     left: 30%;
     color: #fff;
 }

 .ds_home_05_contenu h2 {
     text-align: center;
     color: #fff;
     font-size: 50px;
     line-height: 55px;
 }

 .ds_home_05_contenu h2 span {
     color: #ff7100;
 }

 /*tableau*/
 .bloc_05_tableau {
     display: flex;
     width: 655px;
     max-width: 100%;
     border: 4px solid #fff;
     transform: skewX(-12deg);
     overflow: hidden;
     background: transparent;
 }

 .bloc_05_tableau .bloc_05_cellule {
     flex: 1;
     border-right: 4px solid #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 20px;
     box-sizing: border-box;
     font-family: 'roc-grotesk', sans-serif;
 }

 .bloc_05_tableau .bloc_05_cellule:last-child {
     border-right: none;
 }

 .bloc_05_tableau .bloc_05_contenu {
     transform: skewX(12deg);
     color: #fff;
     text-align: center;
     line-height: 1;
 }

 .bloc_05_ligne {
     display: flex;
     align-items: end;
     justify-content: center;
     gap: 6px;
 }

 .bloc_05_chiffre {
     font-size: 68px;
     line-height: 65px;
     font-weight: 600;
     bottom: -2px;
     position: relative;
 }

 .bloc_05_unité {
     font-size: 25px;
     line-height: 25px;
     font-weight: 600;
     margin-top: 10px;
 }

 .bloc_05_label {
     font-size: 30px;
     line-height: 30px;
     font-weight: 600;
     margin-top: 10px;
 }

 .bloc_05_wrap {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
 }

 /* recommandation euro */
 .ds_home_05_recommandations_euro {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .ds_home_05_recommandations_euro img {
     width: 98px;
     height: 98px;
 }

 .ds_home_05_recommandations_euro p {
     font-family: 'roc-grotesk', sans-serif;
     font-size: 20px;
     line-height: 20px;
     font-weight: 500;
 }

 .ds_home_05_recommandations_euro span {
     font-weight: 600;
 }

 @media (max-width: 580px) {
     .ds_home_bloc_05_fond {
         width: 100%;
         margin: 0 auto;
     }

     .ds_home_05_contenu {
         left: 50%;
     }

     .ds_home_05_contenu h2 {
         font-size: 30px;
         line-height: 30px;
     }

     .bloc_05_tableau {
         width: 100%;
         margin: 0 auto;
     }

     .bloc_05_tableau .bloc_05_cellule {
         padding: 8px;
     }

     .bloc_05_chiffre {
         font-size: 40px;
         line-height: 40px;
     }

     .bloc_05_unité {
         font-size: 18px;
         line-height: 18px;
     }

     .bloc_05_label {
         font-size: 18px;
         line-height: 18px;
     }

     .bloc_05_wrap img {
         width: 70px;
     }

     .ds_home_05_recommandations_euro p {
         font-size: 17px;
         line-height: 17px;
     }
 }