/*------------------------------------------------------------------------------------- 
Theme Name:		 Fodis Child Theme
Theme URI:		 https://gramentheme.com/wp/fodis
Description:	 Fodis - Food & Restaurant WordPress Theme.
Author:			 BytezDevs
Author URI:		 https://themeforest.net/user/bytezdevs
Template:		 fodis
Version:		 1.0.0
Text Domain:	 fodis-child-theme
-------------------------------------------------------------------------------------*/
/*
    Please Add your custom styles here
*/
.apropos {
  margin-bottom: 50px;
}

.apropos ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.apropos ul li {
  margin-bottom: 15px;
  /* padding-left: 30px; */
  position: relative;
  text-align: center;
  /* background-image: url('https://www.vero-gusto.fr/wp-content/uploads/2024/12/titleIcon.svg'); */
  background-repeat: no-repeat;
  background-position: 0 15%;
  background-size: 18px 18px;
}
.header-section .black-bg {
  display: none !important;
}

div#menu-rapides {
  background-image:
    url("https://www.vero-gusto.fr/wp-content/uploads/2026/02/our-story.png"),
    url("https://www.vero-gusto.fr/wp-content/uploads/2026/02/black-jamun.png");

  background-position:
    0 0, 0 0;

  background-repeat: no-repeat, no-repeat;

  background-size:
    650px auto,
    auto auto; 
}

@media only screen and (max-width: 1440px) {
  div#menu-rapides {
    background-image:
      url("https://www.vero-gusto.fr/wp-content/uploads/2026/02/our-story.png"),
      url("https://www.vero-gusto.fr/wp-content/uploads/2026/02/black-jamun.png");

    background-position:
      0 0, 0 0;

    background-repeat: no-repeat, no-repeat;

    background-size:
      380px auto,
       auto auto; 
  }
}


@media only screen and (max-width: 1024px) {
  div#menu-rapides {
        background-position: 100% 0px, 0 0;
        background-repeat: no-repeat, no-repeat;
        background-size: 301px auto, auto auto
  }
}


@media only screen and (max-width: 860px) {
  div#menu-rapides {
        background-position: 100% 0px, 0 0;
        background-repeat: no-repeat, no-repeat;
        background-size: 300px auto, auto auto
  }
}


@media only screen and (max-width: 768px) {
  div#menu-rapides {
        background-position: 100% 0px, 0 0;
        background-repeat: no-repeat, no-repeat;
        background-size: 200px auto, 150px auto
  }
}

