.so-widget-sow-image-default-3ef4c16a7196-262 .sow-image-container {
  display: flex;
  justify-content: flex-end;
}

/* Let slider auto-adjust height on mobile */
.sow-slider .sow-slider-image {
  width: auto !important;
}

/* Make images scale properly */
.sow-slider .sow-slider-foreground-image {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover;
}

.sow-slider-foreground-image {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover;
}

/* Logo test to help Safari rendering*/
.logo-no-height-constrain {
  width: auto;
  height: auto !important;
  max-width: 120px;
  /* keeps it within intended size */
  max-height: 120px;
  /* keeps it within intended size */
  object-fit: contain;
  /* preserves aspect ratio */
}

/* Image in "Nous joindre" */
.contact_logo_img {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 600px) {
  #masthead.masthead-logo-in-menu .logo > .site-title {
    font-size: 14px;
    display: none;
    text-align: center;
  }
				
  #masthead.masthead-logo-in-menu .logo > img.logo-no-height-constrain {
    width: 50%;
  }

  #masthead.masthead-logo-in-menu .site-description {
    text-align: center;
  }

  #footer-widgets {
    display: flex;
    justify-content: center;
  }

  .so-widget-sow-image-default-3ef4c16a7196-262 .sow-image-container {
    display: flex;
    justify-content: center;
  }

  .fondateur_img img {
    width: 50%;
    height: auto;
  }

  .horaire_img {
    width: 50%;
    height: auto;
  }

  /* Image in "Nous joindre" */

  .contact_logo_img {
    display: flex;
    justify-content: flex-start;
  }
}

/* Style only the main menu items */

.menu-menu-principal-container > ul > li > a {
  text-transform: uppercase;
}

h1 {
  text-transform: uppercase;
}