@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; 
  }
.footer-tacochon{
    background-color: #000000;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 72px 0px;
}

.container-f {
    max-width: 1140px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: solid 1px #FCFCFC;
    padding-bottom: 50px;
}
.card-footer{
    display: flex;
    flex-direction: column;
    width: 30%;
    gap: 30px;
}
.card-footer img{
    width: 160px ;
    height: 48px;
}
.pnk_footr{
    color: var(--Pink-400, #E752B5);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.icon-social{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.icon-social svg:hover{
    cursor: pointer;
}
.card-footer-menu{
    width: max-content;
}
.pnk-txt{
    color: var(--Pink-400, #E752B5);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer-navigation{
        list-style-type: none; 
        padding: 0;
        margin: 0;
}
.footer-navigation li{
    margin-top: 25px;
}
.footer-navigation li a{
    text-decoration: none;
    color: #FFFFFF;
    color: var(--Gray-200, #D9D9D9);
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.card-heures {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.heure, .adresse-txt{
    color: var(--Gray-200, #D9D9D9);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.heure svg{
    fill: #FFFFFF;
    width: 15px;
    height: 15px;
}
.heure a{
    text-decoration: none;
    color: var(--Gray-200, #D9D9D9);
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
}
.heure a:hover{
    cursor: pointer;
    color: #E752B5;
}
.card-phone .heure {
    margin-top: 25px;
}
.card-heures p {
    margin-top: 25px;
}
.legend-txt{
    color: var(--Gray-200, #D9D9D9);
    text-align: center;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 24px;
}
.pnk-lnk{
    color: var(--Pink-400, #E752B5);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.pnk-lnk:hover{
    color: var(--Pink-400, #E752B5);
    text-decoration: none;
}

@media(max-width:500px){
    .footer-tacochon{
        display: none;
    }
    footer.footer-mobile {
        background-color: #000;
        padding: 25px;
        display: flex;
        flex-direction: column;
    }
    .footer-mobile-cnt {
        display: flex;
        flex-direction: column;
        border-bottom: solid 1px #FCFCFC;
        padding-bottom: 25px;
    }
    .fst-cont {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .fst-cont img {
        width: 160px;
        height: 48px;
    }
    .fst-cont .pnk_footr{
        text-align: center;
    }
    .dounle-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 50px;
    }
    .card-footer-menu {
        width: 75%;
    }
    .container-lst {
        margin-top: 35px;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .footer-mobile-cnt a.tab-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tab-btn.new-cmmd::after {
        right: 26%;
    }
}
@media (min-width:501px){
    .footer-mobile{
        display:none;
    }
}