section.banniere-recherche figure{
    height:calc(100vh - 107px);
    position: relative;
    display: flex;
    max-height: 700px;
}

section.banniere-recherche figure.not-homepage{
    height: 522px;
}

section.banniere-recherche figure.not-homepage img{
    aspect-ratio: 390/522;
    max-height: 522px
}

section.banniere-recherche .image-titre{
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    display: flex;
}

section.banniere-recherche .image-titre.active{
    opacity: 1;
}

section.banniere-recherche .image-titre::before{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}

section.banniere-recherche .image-titre img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.banniere-recherche .image-titre h1{
    color: var(--shades-blanc, #FFF);
    text-align: center;
    font-family: Century, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    position: absolute;
    width: 100%;
    padding: 0 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

section.banniere-recherche.afficher_grande_recherche .image-titre h1{
    width: calc(100% - 25px);
}

section.banniere-recherche figure .custom-search-form{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.custom-search-form .tabs-contents .tab-content form label{
    color: #fff;
    font-family: Trenda;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
    display: block;
}

.custom-search-form.little .tabs-contents .tab-content form label{
    display: none;
}

.custom-search-form.little .tabs-contents .tab-content form {
    gap: 10px;
}

@media screen and (min-width: 768px){

    section.banniere-recherche figure{
        height:calc(100vh - 154px);
        max-height: 1000px;
    }

    section.banniere-recherche figure.not-homepage{
        height: 600px;
    }

    section.banniere-recherche figure.not-homepage img{
        aspect-ratio: 1440/600;
        max-height: 600px
    }

    section.banniere-recherche figure .custom-search-form{
        border-radius: 4px;
        bottom: 58px;
    }

    section.banniere-recherche .image-titre h1{
        font-size: 48px;
    }

    .afficher_grande_recherche .custom-search-form .tabs-contents .tab-content form{
        gap: 10px;
        align-items: flex-end;
    }

    section.banniere-recherche.afficher_grande_recherche figure{
        height: 375px;
    }

    section.banniere-recherche.afficher_grande_recherche .image-titre h1{
        top: 91px;
        transform: translateX(-50%);
    }

    section.banniere-recherche figure .custom-search-form{
        bottom: 25px;
        max-width: 868px;
    }

    section.banniere-recherche.afficher_grande_recherche figure .custom-search-form .tabs{
        width: 310px;
    }

    .custom-search-form.little .tabs-contents .tab-content form .btn {
        width: auto;
    }

    .custom-search-form.little .type{
        max-width: unset;
    }

    .custom-search-form.little .lieu{
        width: 100%;
    }
}
