@media (max-width: 1648px){
    #searches-header .searches{
        display: flex;
        justify-content: center;
    }
    .header-second .searches .search-by-cuisine .input input, .header-second .searches .search-by-country .input input{
        padding-left: 7px;
    }

    .header-second .searches .search-by-cuisine, #section-banner .searches .search-by-cuisine{
        width: 60%;
    }

    #searches-header .connexion{
        width: 20%;
    }
}

@media (max-width: 1150px) {
    #section-banner .content .text{
        margin-left: 3rem;
    }

    #section-banner .content .searches{
        justify-content: center;
    }
}

@media (max-width: 1386px){
    .header-second .searches .search-by-country{
        width: 40%;
    }
}

@media (max-width: 1070px){
    .header-second .searches .search-by-country .commune-search{
        margin-left: 0.2rem;
        padding-left: 0px;
    }

    .header-second .searches .search-by-cuisine .input .svg{
        width: 14%;
    }

    .header-second .logo{
        width: 16%;
    }

    #searches-header .logo img{
        max-width: 87% !important;
        margin-left: 10px!important;
    }

    .header-second .searches{
        width: 70%;
    }
}

@media (max-width: 916px){
    #section-banner .searches .search-by-country .svg{
        margin-right: 0.5rem;
    }
}

@media (max-width: 880px){
    #searches-header .searches .input-search{
        display: none!important;
    }
}

@media (max-width: 833px){
    #searches-header .searches{
        display: none!important;
    }

    #section-banner .searches .search-by-cuisine .input .svg{
        width: 9%;
    }

    #searches-header{
        justify-content: space-between;
    }
}

@media (max-width: 730px){
    #section-banner .searches .search-by-country .svg{
        margin-right: 0.8rem;
    }

    #section-banner .searches .search-by-cuisine .input .svg{
        width: 13%;
    }

    .header-second .logo {
        width: 20%;
    }
}

@media (max-width: 600px){
    .header-second .logo {
        width: 26%;
    }
}

@media (min-width: 579px){
    #banner-searches-custom{
        display: none !important;
    }
}

@media (max-width: 578px){

    #section-banner .content .text {
        margin-bottom: 20px;
    }

    #banner-searches{
        display: none !important;
    }

    #section-banner .content #banner-searches-custom {
        display: block !important;
    }

    #section-banner .content #banner-searches-custom .input-search{
        width: 94%;
        margin-left: 1rem;
        margin-right: 1rem;
        border-radius: 10px;
        margin-top: 10px;
    }

    #section-banner #banner-searches-custom .input-search .svg{
        margin-right: 0px;
        width: 8%;
    }

    #section-banner .background{
        height: 81%;
    }

    #banner-searches-custom .search-btn{
        width: 94%;
        height: 44px;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 10px;
        border-radius: 10px;
        font-weight: bold;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s;
    }
}

@media (max-width: 578px){
    #section-banner #banner-searches-custom .input-search .svg{
        margin-right: 1rem;
        width: 8%;
    }
}

@media (max-width: 460px){
    .header-second .logo {
        width: 35%;
    }
}

@media (max-width: 400px){
    #banner-searches-custom{
        padding-right: 0.5rem;
    }
}

@media (max-width: 310px){
    .header-second .logo {
        width: 44%;
        padding-top: 8px;
    }

    #section-banner .content .text {
        margin-left: 1rem;
    }
}