/* MOTEUR DE RECHERCHE */
.moteur-recherche {
    position: relative;
    z-index: 3;
}





.moteur-recherche .wrapper form .form-group {
    position: relative;
    margin: 0;

}

.moteur-recherche .wrapper form .form-group input {
    border-radius: 8px;
    background: white !important;
}

.flatpickr-calendar * {
    font-family: 'Noto Sans' !important;
}

.moteur-recherche .wrapper form .form-group div {
    padding: 0 45px;
    transition: background 0.3s ease;
}

.moteur-recherche .wrapper form .form-group div.inactive {
    background: #dbdbdb;
}

.moteur-recherche .wrapper form .form-group div.active {
    background: white;
}

.moteur-recherche .wrapper form .form-group .form-control {
    background: none;
    border: 0;
    font-size: 16px;
    color: #707070;
    position: relative;
    padding-left: 20px;
    outline: none;
    width: 100%;
}

.moteur-recherche .wrapper .suggestions {
    padding: 20px !important;
    border-radius: 8px !important;
}

.moteur-recherche .wrapper .suggestion {
    padding-left: 0 !important;
}


.moteur-recherche .wrapper form .form-group .form-control::-moz-placeholder {
    color: #707070;
}

.moteur-recherche .wrapper form .form-group .form-control::placeholder {
    color: #707070;
}

.moteur-recherche .wrapper form .action {
    border: 0;
    flex: 1;
    width: 12%;
    font-size: 16px;
    color: #707070;
    background: none;
    line-height: 1.2;
    position: relative;
    border-left: solid 1px #d1d1d1;
    cursor: pointer;
}

.moteur-recherche .wrapper form .action:hover div {
    background: rgba(0, 0, 0, 0.05);
}

.moteur-recherche .wrapper form .action.date span:before {
    content: none;
}

.moteur-recherche .wrapper form .action div {
    background: white;
    padding: 0 15px 10px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    transition: background 0.3s ease;
}

.moteur-recherche .wrapper form .action div.inactive {
    background: #dbdbdb;
}

.moteur-recherche .wrapper form .action div.active {
    background: white;
}

.moteur-recherche .wrapper form .action span {
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.moteur-recherche .wrapper form .action span:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 3px);
    border: solid #EC6300;
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
}

.moteur-recherche .wrapper form .action span small {
    color: #EC6300;
    margin: 5px 0;
}

.moteur-recherche .wrapper form .action ul {
    position: absolute;
    z-index: 2;
    width: 200px;
    background: white;
    top: 90px;
    left: 0;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.16);
    display: none;
}

.moteur-recherche .wrapper form .action ul.active {
    display: block;
}

.moteur-recherche .wrapper form .action ul li {
    list-style: none;
    padding: 10px 15px;
    text-align: left;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.moteur-recherche .wrapper form .action ul li:hover {
    background: rgba(0, 0, 0, 0.05);
}

.moteur-recherche .wrapper .btn {
    height: 100%;
    border-radius: 8px !important;
    background: #D71236;
    padding: 10px 20px !important;
    width: 100%;
}

.moteur-recherche .wrapper .btn::after {
    display: none;
}

.moteur-recherche .wrapper .image {
    background: #EC6300;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.moteur-recherche .wrapper .image span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: white;
    margin: 0 0 0 15px;
    text-transform: uppercase;
    display: none;
}

.moteur-recherche .dates {
    position: absolute;
    z-index: 1;
    top: 90px;
    left: 0;
    right: 0;
    padding: 0 60px;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.16);
    background: white;
    display: none;
}

.moteur-recherche .dates.active {
    display: block;
}

.moteur-recherche .dates .slick-prev,
.moteur-recherche .dates .slick-next {
    position: absolute;
    top: calc(50% - 12px);
    background: none;
    border: 0;
    width: 40px;
    height: 24px;
    overflow: hidden;
    color: transparent;
    background: no-repeat center/100% url(../images/fleche-noir.svg);
    cursor: pointer;
    transition: background 0.3s ease;
}

.moteur-recherche .dates .slick-prev:hover,
.moteur-recherche .dates .slick-next:hover {
    background: no-repeat center/100% url(../images/fleche-orange.svg);
}

.moteur-recherche .dates .slick-prev {
    left: -30px;
    transform: rotate(180deg);
}

.moteur-recherche .dates .slick-next {
    right: -30px;
}

.moteur-recherche .dates .legend {
    text-align: center;
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
}

.moteur-recherche .dates .legend span {
    display: inline-block;
    position: relative;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 1px;
    background: #EC6300;
}

.moteur-recherche .dates .slider-dates {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.moteur-recherche .dates .slider-dates .mois {
    width: 50%;
    margin: 30px 45px;
}

.moteur-recherche .dates .slider-dates .mois p {
    color: #EC6300;
    font-size: 24px;
    margin: 0 0 5px;
}

.moteur-recherche .dates .slider-dates .mois ul {
    display: flex;
    flex-wrap: wrap;
}

.moteur-recherche .dates .slider-dates .mois ul li {
    width: 14.2857142857%;
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    font-weight: 300;
    list-style: none;
    text-align: center;
    position: relative;
    transition: color 0.3s ease;
}

.moteur-recherche .dates .slider-dates .mois ul li.jour {
    color: rgba(0, 0, 0, 0.5);
}

.moteur-recherche .dates .slider-dates .mois ul li.hors {
    color: rgba(0, 0, 0, 0.3);
}

.moteur-recherche .dates .slider-dates .mois ul li.we {
    background: rgba(235, 235, 235, 0.5);
}

.moteur-recherche .dates .slider-dates .mois ul li.selectable {
    cursor: pointer;
}

.moteur-recherche .dates .slider-dates .mois ul li.selectable:hover {
    color: #EC6300;
}

.moteur-recherche .dates .slider-dates .mois ul li span {
    display: block;
}

.moteur-recherche .dates .slider-dates .mois ul li .nombre {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 0;
    right: 0;
}

.moteur-recherche .dates .slider-dates .mois ul li .nombre span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 1px;
    background: #EC6300;
}

@media (max-width: 1199px) {
    /* .moteur-recherche .wrapper {
        height: 80px;
    } */

    /* .moteur-recherche .wrapper form .form-group {
        width: 31%;
    } */

    .moteur-recherche .wrapper form .form-group .form-control {
        line-height: 90px;
        height: 90px;
    }

    /* .moteur-recherche .wrapper form .action {
        width: 15%;
    } */
}

@media (max-width: 991px) {
    .moteur-recherche .wrapper {
        height: auto;
        border-radius: 6px;
    }

    .moteur-recherche .wrapper form {
        width: 100%;
    }

    .moteur-recherche .wrapper form .form-group {
        width: 100%;
    }

    .moteur-recherche .wrapper form .form-group:before {
        left: 30px;
    }

    .moteur-recherche .wrapper form .form-group div {
        padding: 0 30px;
    }

    .moteur-recherche .wrapper form .action {
        width: 100%;
        height: 46px;
        border: 0;
        border-top: solid 1px #d1d1d1;
    }

    .moteur-recherche .wrapper form .action div {
        justify-content: flex-start;
        text-align: left;
        padding: 0 30px;
    }

    .moteur-recherche .wrapper form .action span:before {
        left: calc(100% + 15px);
        bottom: calc(50% - 4px);
    }

    .moteur-recherche .wrapper form .action span small {
        margin: 0;
    }

    .moteur-recherche .wrapper form .action ul {
        position: relative;
        z-index: 4;
        width: 100%;
        top: 0;
        box-shadow: none;
    }

    .moteur-recherche .wrapper .btn {
        width: 100%;
        /* height: 46px; */
        border-radius: 0 0 6px 6px;
    }

    .moteur-recherche .wrapper .image {
        width: 100%;
        padding: 10px 0;
        border-radius: 6px 6px 0 0;
    }

    .moteur-recherche .wrapper .image span {
        display: inline-block;
    }

    .moteur-recherche .dates {
        position: fixed;
        z-index: 2;
        top: 0;
        bottom: 0;
        background: white;
        padding: 80px 0 0;
    }

    .moteur-recherche .dates .slick-prev {
        top: 0;
        left: 15px;
        z-index: 2;
    }

    .moteur-recherche .dates .slick-next {
        top: 0;
        right: 15px;
        z-index: 2;
    }

    .moteur-recherche .dates .slider-dates .mois {
        margin: 30px 15px;
    }
}

.home .moteur-recherche {
    padding: 60px 0;
}

.home .moteur-recherche:before {
    content: none;
}

.home .moteur-recherche .wrapper {
    box-shadow: none;
}

.home .moteur-recherche .wrapper:before {
    content: none;
}

#form-recherche .suggestions{
    display: none!important;
}