@font-face {
  font-family: 'Open Sans';  
  src: url('../fonts/Open-Sans/OpenSans-Regular.woff') format('woff'),
       url('../fonts/Open-Sans/OpenSans-Regular.ttf') format('truetype'); 
  font-weight: 400;  
  font-style: normal; 
}

@font-face {
  font-family: 'Open Sans';  
  src: url('../fonts/Open-Sans/OpenSans-Bold.woff') format('woff'),
       url('../fonts/Open-Sans/OpenSans-Bold.ttf') format('truetype'); 
  font-weight: 700;  
  font-style: normal; 
}
@font-face {
  font-family: 'Inter';  
  src: url('../fonts/Inter/Inter_18pt-SemiBold.woff') format('woff'),
       url('../fonts/Inter/Inter_18pt-SemiBold.ttf') format('truetype'); 
  font-weight: 600;  
  font-style: normal; 
}



.container-hero{
    background-image:url(../img/Hero-tacochon.png);
    width: 100%;
    height:750px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container-content-h{
    max-width: 1140px;
    width: 100%;
    padding: 80px 0px 74px 0px;
}

.container-text{
    width: 872px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.container-text > h1{
    color: var(--Gray-100, #F7F7F7);
    font-family: "Open Sans";
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px; 
}

.generictxt{
    color: var(--Gray-100, #F7F7F7);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.menu-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
}
.text-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.text-container > h2, .container-specialites > h2{
    color: var(--Gray-600, #413E3F);
    text-align: center;
    font-family: "Open Sans";
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px; 
    width: 890px;
}
.txt-wdt{
    width: 890px;
}
.txt-wdt{
    color: var(--Gray-600, #413E3F);
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/******Customize*********/
.tabs ul > li {
    background-color: #ff000000;
    border: solid 1px #DB1F9C;
    padding: 18px;
    border-radius: 8px;
    margin-right: 25px;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
    opacity: 0.5;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1), .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2), .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3), .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) {
    background-color: #DB1F9C !important;
    opacity: 1;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label, .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label, .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label, .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label
{
  cursor: pointer;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg, .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg, .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg, .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #ffffff;
  background-color: #FFFFFF!important;
  border-radius: 30px;
  height: 45px;
  width: 45px;
  padding: 5px;
}
.tabs label {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.tab-content-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.tab-content-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.img-menu img {
  border-radius: 10px 0px 0px 10px;
}
span.sm-ttl {
  color: #413E3F;
  font-family: "Open Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; 
}
.menu-tabtxt p {
  color: #413E3F;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu-tabtxt {
  gap: 15px;
  display: flex;
  flex-direction: column;
  width: 38%;
}
a.tab-btn {
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: var(--Gray-50, #FCFCFC);
  padding: 14px 18px;
  border-radius: 6px;
  background: var(--Pink-500, #DB1F9C);
  width: 185px;
}
.tab-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 25px!important; 
  font-size: 16px;
  color: #ffffff;
  text-decoration: none!important;
}
.tab-btn:hover{
  background: var(--Pink-500, #FFFFFF);
  color: #DB1F9C;
  border: solid 1px #DB1F9C;
}
.tab-btn:hover svg{
  fill: #DB1F9C!important;
}
.tab-btn::after {
  content: "";
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 12px;
  height: 13px;
  background-image: url('../img/Arrow\ rigth.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.tab-btn:hover::after {
  background-image: url('../img/Arrow\ rigth-pnk.svg'); 
  content: "";
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 12px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.popup-overlay {
  display: none; 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.7); 
  z-index: 9999; 
}

.popup-content {
  position: relative; 
  margin: auto; 
  padding: 20px; 
  background: white; 
  width: 90%;  
  height: 90%;
  border-radius: 8px;
  top: 50%; 
  transform: translateY(-50%);
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 1px;
  font-size: 24px;
  font-weight: 700;
  color: #DB1F9C;
  cursor: pointer;
}
.apropos-ctnr {
  background-color: #2E2B2C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container_propos{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap:25px;
}
.menu-tabtxt > h2{
  color: var(--Pink-50, #FFF1FA);
  font-family: "Open Sans";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; 
}
.menu-tabtxt > h2 span{
  color: var(--Pink-50, #DB1F9C);
  font-family: "Open Sans";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; 
}
.txt-div{
  width: 46%;
}
.specialites {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container-specialites {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
p.txt_special {
  color: var(--Gray-600, #413E3F);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 15px;
  justify-items: center;
  align-items: center;
}
.card-sp {
  border-radius: 8px;
  border: solid 1px #E752B5;
  background-color: #F7F7F7;
  box-shadow: 0px 4px 21.4px -1px rgba(219, 31, 156, 0.12);
  padding: 24px 15px;
  height: 225px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pnk{
  color: var(--Pink-400, #E752B5);
  font-family: 'Inter';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px; 
}
.sub_txt{
  color: var(--Gray-600, #413E3F);
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sp_txt {
  color: var(--Gray-600, #413E3F);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: solid 1px #B0ADAD;
  height: 90px;
}
.sp-ctnr{
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
.culinare {
  background-image: url(../img/Voyage_culinaire.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.generictxt1{
  color: var(--Gray-50, #FCFCFC);
  text-align: center;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  width: 77%;
}
.cln h2{
  color: var(--Gray-50, #FCFCFC);
  text-align: center;
  font-family: 'Open Sans';  
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  width: 780px;
}
.grid_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 10px; 
}

.grid_gallery img {
  width: 100%;
  height: auto; 
  object-fit: cover; 
  transition: transform 0.3s ease;
}
.froid{
  margin-top: -130px;
}
.cheese{
  margin-top: -250px;
}
.gallery-pht {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-pht h2{
  color: var(--Gray-600, #413E3F);
  text-align: center;
  font-family: "Open Sans";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
}
.gallery-div {
  gap: 50px;
  display: flex;
  flex-direction: column;
}
.grid_gallery img:hover{
  transform: scale(1.05);
}



/**Tab content menu**/
.tabs {
    
    padding: 50px;
    width: 100%;
    
  }
  .tabs input[name=tab-control] {
    display: none;
  }
  .tabs .content section h2,
  .tabs ul li label {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 18px;
    color: #428BFF;
  }
  .tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .tabs ul li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    text-align: center;
  }
  .tabs ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .tabs ul li label br {
    display: none;
  }
  .tabs ul li label svg {
    height: 45px;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
  }
  .tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
  }
  .tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
    fill: #FFFFFF;
  }
  .tabs .slider {
    position: relative;
    width: 25%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  }
  .tabs .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #DB1F9C;
    border-radius: 1px;
  }
  .tabs .content {
    margin-top: 30px;
    border: solid 1px #D9D9D9;
    border-radius: 10px;
    background: #F7F7F7;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
  }
  .tabs .content section {
    display: none;
    -webkit-animation-name: content;
            animation-name: content;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    line-height: 1.4;
  }
  .tabs .content section h2 {
    color: #FFFFFF;
    display: none;
  }
  .tabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #FFFFFF;
    margin-top: 5px;
    left: 1px;
  }
 
  
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
    transform: translateX(0%);
  }
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
  }
  
  
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
    transform: translateX(100%);
  }
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
  }
  
  
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
    transform: translateX(200%);
  }
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
  }
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
    transform: translateX(300%);
  }
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
  }
  @-webkit-keyframes content {
    from {
      opacity: 0;
      transform: translateY(5%);
    }
    to {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @keyframes content {
    from {
      opacity: 0;
      transform: translateY(5%);
    }
    to {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @media (max-width: 1000px) {
    .tabs ul li label {
      white-space: initial;
    }
    .tabs ul li label br {
      display: initial;
    }
    .tabs ul li label svg {
      height: 1.5em;
    }
  }
  @media (max-width: 600px) {
    .tabs ul li label {
      padding: 5px;
      border-radius: 5px;
    }
    .tabs ul li label span {
      display: none;
    }
    .tabs .slider {
      display: none;
    }
    .tabs .content {
      margin-top: 20px;
    }
    .tabs .content section h2 {
      display: block;
    }
    .popupbtn{
      display: none;
    }
    .numbers-grid {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(4, 1fr);
  }


  }
  @media (min-width:768px) {
    .btn-dwn{
      display: none;
    }
    
  }
  @media (max-width:500px){
    .container-text{  
      width: 100%!important;
      padding: 0px 25px;
    }
    .container-text > h1 {
      font-size: 46px;
      line-height: 40px;  
    }
    .text-container > h2, .container-specialites > h2{
      font-size: 36px;
      line-height: 33px;
      width: 100%;
    }
    .container-specialites > h2{
      margin-bottom: 30px;
    }
    .txt-wdt{
      width: 100%;
    }
    .img-menu img {
      width: 100%;
      border-radius: 10px 10px 0px 0px;
    }
    .tab-content-menu {
      display: flex;
      flex-direction: column;
      padding: 0px 0px 20px 0px;  
    }
    .menu-tabtxt{
      width: 90%;
    }
    .tabs ul li {
      width: 90%;
      margin-right: 10px;
      height: 80px;
  }
  .tabs ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    margin-top: 20px;
  }
  .img-tnr img {
    width: 100%;
  }
  .container_propos {
    flex-direction: column!important;
  }
  
  .container-content-h{
    padding: 80px 20px 74px 20px;
  }
  .cln h2 {
    width: 100%;
    font-size: 36px;
    line-height: 35px;
    padding: 0px 25px;
}
  .tabs{
    padding: 0px;
  }
  .container-f {
    flex-direction: column!important;
 }
 .card-footer {
  width: 100%!important;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label,.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label,.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  background: rgb(0 0 0 / 0%);
  margin-top: -7px;
}
.grid_gallery {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
.grid_gallery > img {
  flex: 0 0 auto;
  width: 55%;
}
.gallery-pht h2 {
  font-size: 36px;
  line-height: 35px;
  padding: 0px 50px;
}
span.generictxt1 {
  font-size: 13px;
  line-height: 16px;
  width: 90%;
}
p.txt_special {
  font-size: 13px;
  line-height: 18px;
}
.container-content-h.sp-ctnr {
  padding: 50px 25px;
}
.menu-tabtxt > h2, .menu-tabtxt > h2 span {
  font-size: 36px;
  line-height: 33px;
}
span.generictxt {
  font-size: 13px;
  line-height: 18px;
}
.menu-tabtxt p {
  font-size: 13px;
  line-height: 18px;
}

}