/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.flatpickr-day.selected.startRange,.flatpickr-day.endRange, .flatpickr-day.selected.startRange:hover {
    background: #FF3131;
    border-color: #FF3131;
}
#module-ec_search_myurban-products .informations-section-reset, #module-pm_advancedsearch4-searchresults .informations-section-reset{
    display: flex;
    justify-content: space-between;
    margin: 0.5em;
}

#module-ec_search_myurban-products .nb-part, #module-pm_advancedsearch4-searchresults .nb-part{
    font-size: 12px;
    text-align: right;
    margin-right: 0.5em;
    margin-top: -20px;
}
.PM_ASBlockOutputVertical .PM_ASSelections .PM_ASSelectionsRemoveLink.ec_10 {
    display: none !important;
}
#PM_ASCriterionsGroup_1_10{
    display: none;
}
/* #ec_search_myurban {
    background: #FF3131;
    margin: 0 auto 20px auto;
    color: white;
    padding: 12px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 500;
}
.ec_flatpickr{
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 20px;
}
#ec_input_search {
    position: relative;
}
#label_search_date {
    background: white;
    color: #FF3131;
    padding: 12px 11px;
    border-radius: 5px;
    margin: 20px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}
#ec_verif_dispo {
    background: #008EE9;
    text-align: center;
    padding: 11px 0px;
    border-radius: 24px;
    cursor: pointer;
} */
#PM_ASCriterionsGroup_1_10 {
    display: none;
}

#ec_search_fea {
    background: white;
    padding: .9375rem;
}
#fea_title {
border-bottom: 1px solid #d6d4d4;
padding-bottom: 0.5rem;
}
#ec_global_search {
    position: relative;
    display: block;
    background: #ffffff;
}
#ec_search_myurban {
    margin: 0 auto 20px auto;
    color: white;
    padding: 12px 7px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
#div_img_fond {
    position: absolute;
    height: 118px;
    top: 0;
    left: 0;
    width: 100%;
}
#div_img_fond img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#ec_input_search {
    position: relative;
    width: 100%;
}
#label_search_date {
    background: white;
    color: black;
    border-color: lightgrey;   
    padding: 11px 5px;
    border-style: solid;
    border-radius: 23px;
    margin: 20px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}
#ec_verif_dispo {
    background: #008EE9;
    text-align: center;
    padding: 6px 7px;
    border-radius: 24px;
    cursor: pointer;
    margin-left: 20px;
    z-index: 1;
    position: absolute;
    top: 27px;
    right: 6px;
    font-size: 14px;
}
.ec_flatpickr{
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 20px;
}
.label_select_date {
    color: #3D3D3D;
    font-size: 12px;
}
#ec_date_val {
    margin-left: 6px;
}
#ec_text_cover {
    color: white;
    display: block;
    position: relative;
    text-align: left;
    font-size: 4rem;
    line-height: 72px;
    font-weight: bold;
    width: 1200px;
    margin: 0 auto;
      margin-top: 0px;
    margin-top: 60px;
}
#category #ec_global_search {
    margin-top: 20px;
}
@media (max-width: 1200px) {
    #ec_text_cover {
        width: auto;
        font-size: 3rem;
        line-height: 60px;
        padding: 0 40px 0 20px;
    }
}
@media (max-width: 1000px) {
    #ec_search_myurban {
        width: auto;
    }
}
@media (max-width: 768px) {
    #ec_search_myurban {
        font-size: 14px;
    }
    #ec_verif_dispo {
        padding: 8px 21px;
        top: 25px;
        right: 6px;
    }
    #ec_text_cover {
        font-size: 2rem;
        line-height: 34px;
        padding: 0 40px 0 60px;
    }
}
