/* Logo grid
   Source : "Simple Custom CSS and JS PRO" (code #254) - migre dans le theme enfant.
*/
.logo-grid .wpb_image_grid_ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center; }
  .logo-grid .wpb_image_grid_ul li {
    width: 16.5%;
    text-align: center;
    padding: 10px !important;
    position: inherit !important;
    left: inherit !important;
    top: inherit !important; }
    .logo-grid .wpb_image_grid_ul li img {
      margin: 0 auto; }

.certification .wpb_image_grid_ul li {
  width: 10.2%; }
