/* ------ Medium and large devices (laptops and dekstops , 992px and up) -----*/
@media (min-width: 1360px) {
  .container {
    max-width: 1305px;
  }
}

/* ------ Medium and large devices (laptops and dekstops , 992px and up) -----*/
@media (min-width: 1260px) and (max-width: 1359.99px) {
  .container {
    max-width: 1200px;
  }

  html {
    font-size: 55%;
  }
}

/* ------ Medium and large devices (laptops and dekstops , 992px and up) -----*/
@media (min-width: 1060px) and (max-width: 1259.99px) {
  .container {
    max-width: 1000px;
  }

  html {
    font-size: 50%;
  }
}

/* ------ Medium and large devices (laptops and dekstops , 992px and up) -----*/
@media (min-width: 992px) and (max-width: 1059.99px) {
  .container {
    max-width: 960px;
  }
  html {
    font-size: 48%;
  }
}

/* ------ Medium and large devices (laptops and dekstops , 992px and up) -----*/
@media (min-width: 992px) {
  .menu_link:hover::before {
    width: 100%;
  }

  .col-md-20 {
    width: 20%;
  }
}

/* ------ Medium devices (tablets, 991px and down) -----*/
@media (max-width: 991px) {
  html {
    font-size: 45%;
  }

  :root {
    --menuheight: 8rem;
  }

  .container {
    max-width: 720px;
  }

  .hero_slide {
    padding: 0;
  }

  .hero_mobile {
      display: none;
  }
  .hero_tablette {
      display: block;
  }
  .hero_desktop {
      display: none;
  }

  .title1 {
    font-size: 8rem;
    line-height: 1.2;
  }

  .title2 {
    font-size: 6.5rem;
  }

  br {
    display: none;
  }

  /* =========== Contact area =========== */
  .pl_75 {
    padding-left: 4.5rem;
  }

  /* ================== Mobile area ==================== */
  .mobile_menu {
    position: fixed;
    width: 100%;
    left: -100%;
    height: 100vh;
    top: 0;
    background: #ffffff;
    z-index: 999999;
    padding: 2.4rem 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.35s ease;
  }

  .menu_active .mobile_menu {
    opacity: 1;
    left: 0;
    pointer-events: all;
  }

  .mobile_menu_logo img {
    width: 8rem;
  }

  .mobile_menu_top {
    align-items: flex-start !important;
  }

  .primary_menu {
    flex-direction: column;
    display: flex;
    gap: 0;
    padding: 1.5rem 0 2.5rem 0;
  }

  .menu_link {
    height: 7rem !important;
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    border-bottom: 0.1rem solid #beb8b8;
    width: 100%;
    margin: 0;
  }

  .menu_link:last-child {
    border: 0;
  }

  .mobile_menu .container {
    height: 100%;
    display: grid;
    align-content: space-between;
  }

  .menu_link::before {
    bottom: 0;
    height: 0.2rem;
  }

  /* ======= banner_area ======== */
  .banner_area .row {
    --bs-gutter-y: 3rem;
  }

  .banner_img {
    width: 26rem;
  }

  .banner_img1 {
    width: 30rem;
    right: -2rem;
  }

  .banner {
    padding: 2.5rem 2.5rem;
  }

  .banner_area {
    padding: 5rem 0 2.5rem 0;
  }

  .engagement_content .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }

  .subscribe_box {
    width: 100%;
    padding: 5rem 3rem;
  }

  .map_area {
    height: 50rem;
  }

  .map_area > img {
    height: 100%;
    object-fit: cover;
  }

  .map_popup_wrap {
    top: 62%;
  }

  .footer_box_last .button {
    padding: 0 4rem;
  }

  .search_box {
    position: relative;
    padding-right: 1.5rem;
  }

  .hero_slide {
    padding: 0;
  }

  .search_input {
    padding: 1rem;
    background: #fff;
    position: absolute;
    right: 1rem;
    border-radius: 0.5rem;
    top: 5.7rem;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease;
  }

  .search_input.active {
    opacity: 1;
    pointer-events: all;
  }

  .search_input img {
    width: 1.8rem;
    right: 2.2rem;
  }

  .search_input input {
    height: 4rem;
  }

  .language_select {
    margin-right: 1.5rem;
  }

  .search_btn {
    width: 4.6rem;
    height: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    background: #ebebeb;
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
    outline: none;
  }

  .search_btn:hover {
    background: #dad3d3;
  }

  .product {
    height: 100%;
    padding-bottom: 2rem;
  }

  .legales_text_wrap {
    max-width: 100%;
    padding: 3rem 3rem 0 3rem;
  }

  .legales_img {
    padding-top: 5rem;
  }

  /*========================================================== asib khan ========================================================== */
  .nous-trouver-img img {
    width: 80%;
  }

  .detail_hero_content {
    padding: 3rem 3.5rem 3rem 3.5rem;
    margin: 0;
  }

  .detail_hero_img {
    padding: 0 2rem 0 0;
  }

  .product_items:nth-child(2) {
    margin-right: 0;
  }

  .product_items:nth-child(3) {
    margin-left: 0;
  }

  .product_items:nth-child(4) {
    margin-right: 0;
  }

  .product_items:nth-child(1) {
    margin-left: 0;
  }

  .product_items:nth-child(5) {
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 0;
  }

  .product_items {
    width: 49%;
    margin-bottom: 2rem;
    height: 55rem;
  }
}


/* ------ Medium devices (tablets, 991px and up) -----*/

@media (min-width: 768px) and (max-width: 991px) {
  .col-md-20 {
    width: 25%;
  }
}

/* ------ Medium devices (tablets, 991px and down) -----*/
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }

  :root {
    --MenuHeight: 13.6rem;
  }

  .container {
    padding: 0 2rem;
  }

  .pb_25 {
    padding-bottom: 1.5rem;
  }

  .pt_65 {
    padding-top: 4.5rem;
  }

  .pt_50 {
    padding-top: 4rem;
  }

  .hero_content h1 {
    font-size: 7rem;
  }

  .hero_content h2 {
    font-size: 5rem;
    padding-bottom: 2rem;
  }

  .button {
    height: 5.5rem;
    font-size: 1.8rem;
    padding: 0 4rem;
  }

  .hero_slide {
    padding: 0;
  }

  .hero_mobile {
    display: none;
  }

  .hero_tablette {
      display: block;
  }
  
  .hero_desktop {
      display: none;
  }

  .product {
    height: 100%;
    padding-bottom: 2rem;
  }

  .product_area .owl-nav {
    display: none !important;
  }

  .section_top {
    padding-bottom: 3rem;
  }

  .product_area {
    padding: 6rem 0;
  }

  .menu_banner h3 {
    font-size: 5.5rem;
  }

  .menu_banner h2 {
    font-size: 5.5rem;
    margin-bottom: -0.6rem;
  }

  .kfc_logo {
    width: 7rem;
  }

  /* ================== */
  .engagement_area {
    padding: 14rem 0 8rem 0;
  }

  .food_bg1 {
    width: 21rem;
    right: -4rem;
    top: -8rem;
  }

  .title_30 {
    font-size: 2.6rem;
  }

  .title_wrap img {
    width: 0.8rem;
  }

  .food_bg2 {
    width: 12rem;
    bottom: -9rem;
    left: -2rem;
  }

  .subscribe_box {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    padding: 5rem 2rem 3rem 2rem !important;
  }

  .subscribe_box .container {
    padding: 0;
    max-width: 100%;
  }

  .subscribe_img {
    left: 50%;
    transform: translateX(-50%);
  }

  .subscribe input {
    width: 100%;
    height: 6rem;
  }

  .subscribe_box_right {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }

  .subscribe {
    width: 100%;
  }

  .subscribe_btn {
    width: 100%;
    height: 6rem;
  }

  .footer_box {
    text-align: center;
  }

  .footer_contact {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 3rem;
    padding: 2.5rem 0;
  }

  .social_icons {
    justify-content: center;
  }

  .footer_links {
    justify-content: center;
    gap: 2rem;
    text-align: center;
    padding: 0;
  }

  .footer_box_last {
    margin: 0 auto;
    padding: 0;
  }

  .footer_area .row {
    --bs-gutter-y: 5rem;
  }

  .logo img {
    width: 6.5rem;
  }

  .menu_popup {
    width: 32rem;
    padding: 2rem;
    bottom: 8rem;
  }

  .popup_head .title_30 {
    font-size: 2rem;
    padding-bottom: 1rem;
  }

  .product_main {
    padding: 6rem 0;
  }

  .product_menu_v2 {
    padding-top: 0;
  }

  .product_menu_v3 {
    padding-top: 6rem;
  }

  .product_menu_v2 .product_img {
    height: 20rem;
  }

  /*========================================================== asib khan ========================================================== */
  .nous-trouver-img img {
    width: 100%;
  }

  .mentions_box {
    padding: 4rem 6rem 0;
    border: 1px solid #707070;
    margin: 0 3.6rem;
  }

  .mentions_img {
    width: 14.5rem;
    margin: 0 auto;
    margin-top: 5rem;
  }

  .product_items {
    width: 100%;
    margin: 0 0 1.5rem;
    height: auto;
  }

  .detail_hero_content hr {
    margin: 1.5rem 0 2rem;
  }

  /* =================== */
  .engage_content_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }

  .engage_area {
    min-height: auto;
    padding: 8rem 0;
  }

  .grid_img {
    width: 8rem;
  }

  .engage_content_wrap img {
    width: 15rem;
  }

  .engage_content {
    text-align: center;
  }

  .engage_content .button {
    margin: 0 auto;
  }

  .engage_content h4 {
    padding-bottom: 1rem;
  }

  .engage_content_wrap img {
    width: 16rem !important;
    margin: 0 auto;
  }

  .engage_hero_content h2 {
    font-size: 3.5rem;
  }

  .engage_hero_content .text_xl {
    font-size: 1.6rem;
  }

  .engage_hero {
    padding: 7rem 0;
  }

  .engage_area.v2 .engage_content {
    text-align: center;
  }

  .engage_area.v2 .engage_content_wrap {
    flex-direction: column-reverse;
  }
}

/*----- xs devices (landscape phones, 575px and down) -----*/
@media (max-width: 575px) {
  html {
    font-size: 2.32vw;
  }


  .hero_mobile {
    display: block;
  }
  .hero_tablette {
      display: none;
  }
  .hero_desktop {
      display: none;
  }

  .container {
    padding: 0 2rem;
    max-width: 100%;
  }

  .banner_img {
    width: 20rem;
  }

  .banner_img1 {
    width: 24rem;
  }

  .product .text_lg {
    font-size: 1.6rem;
    width: 85%;
    margin: 0 auto;
  }

  .links_slider a {
    font-size: 1.6rem;
  }

  /*========================================================== asib khan ========================================================== */
  .mentions_box {
    padding: 2rem 3rem 0;
    border: 1px solid #707070;
    margin: 0;
  }

}
