    /***********m MEDIA QUERIES ****************/

    @media (max-width: 575.9px) {
        .large-display {
            display: none;
        }
        .panel_logo .contentWrapper.white {
            width: 80%;
        }
        .medium_row,
        .right-left-bottom,
        .right-both,
        .right,
        .right-left,
        .right-left-top {
            height: auto;
            display: block;
        }
        .panel_reportage,
        .panel_oreal,
        .panel_actual,
        .panel_action,
        .panel_performance,
        .panel_president,
          .panel_manquant
        {
            height: 40rem !important;
        }
        .panel_reportagebox,
        .panel_orealbox,
        .panel_actual,
        .panel_action,
        .panel_performancebox,
        .panel_presidentbox,
        .panel_logo,
        .panel_manquantbox {
            border-left: none;
            border-right: none;
        }
        .panel_actual,
        .panel_presidentbox {
            border-top: 4px solid white;
        }
        .panel_performancebox {
            border-top: 2px solid white;
        }
        .panel_presidentbox,
   {
            border-bottom: 4px solid white;
        }
        .panel_reportagebox,
        .panel_manquantbox {
            border-bottom: 2px solid white;
        }
        .panel_logo {
            height: 77rem;
        }
 .contentWrapper .title span {
     font-size: 1.7rem;
     line-height: 2rem;
 }



    }

    @media (min-width: 575.9px) and (max-width: 1000px) {
        .contentWrapper:hover .title span {
            font-size: 1.8rem;
            line-height: 2rem;
        }
        .contentWrapper:hover .title .consult {
            font-size: 1.6rem;
            margin-top: 15px;
            padding: 10px 25px;
        }
    }

        @media (min-width: 575.9px) and (max-width: 820px) {

            .panel_logo {
                border-right: 0px solid white;
                border-bottom:4px solid white;
            }
            .panel_presidentbox {
                border-left: 0px solid white;

            }
            .panel_manquantbox {
                    border-left: 0px solid white;
        
            }

            .panel_logo {

                height: 83rem;
       
            }
        
        }

    /* Medium devices (tablets, 768px and up)**/

    @media (min-width: 576px) and (max-width: 1119.99px) {

          .contentWrapper .title span {
              font-size: 1.6rem;
              line-height: 2rem;
          }
        .panel_logo .contentWrapper.white {
            width: 90%;
        }
        .large-display {
            display: none !important;
        }
        .right-left-top {
            height: 60% !important;
        }
        .right-left-bottom {
            height: 40%;
        }
        .medium_row {
            height: 33.33333%;
        }
        .panel_actual {
            height: 100%;
        }
        .panel_action {
            height: 100%;
        }
        .panel_performancebox {
            border-right: 0px;
            border-bottom: 2px solid white;
        }
        .panel_orealbox {
            border-right: 0px;
            border-bottom: 0;
        }
        .panel_reportagebox {
            border-right: 2px solid white;
            border-bottom: 0px solid white;
        }
        .panel_actual {
            border-right: 2px solid white;
            border-top: 2px solid white;
            border-bottom: 0px solid white;
        }
    }

    /* larger devices (large desktops, 1200px and up)**/

    @media (min-width: 1119.9px) and (max-width: 1320px) {
   .contentWrapper .title span {
       font-size: 1.7rem;
       line-height: 2rem;
   }
    }

    /* largest devices (large desktops, 1920px and up)**/

    @media (min-width: 1919.9px) {}

    /* text-footer*/

    @media (min-width: 626px) and (max-width: 992.9px) {}