/* Minification failed. Returning unminified contents.
(224,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(225,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(226,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(227,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(228,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(229,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(230,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(240,27): run-time error CSS1039: Token not allowed after unary operator: '-scrollbar-ff-width'
(244,27): run-time error CSS1039: Token not allowed after unary operator: '-scrollbar-color'
(244,50): run-time error CSS1039: Token not allowed after unary operator: '-scrollbar-track-color'
(248,22): run-time error CSS1039: Token not allowed after unary operator: '-scrollbar-size'
(249,21): run-time error CSS1039: Token not allowed after unary operator: '-scrollbar-size'
(252,77): run-time error CSS1031: Expected selector, found ','
(257,32): run-time error CSS1039: Token not allowed after unary operator: '-scrollbar-color'
(262,32): run-time error CSS1039: Token not allowed after unary operator: '-scrollbar-color-hover'
(266,32): run-time error CSS1039: Token not allowed after unary operator: '-scrollbar-color-active'
(270,26): run-time error CSS1039: Token not allowed after unary operator: '-scrollbar-minlength'
(274,25): run-time error CSS1039: Token not allowed after unary operator: '-scrollbar-minlength'
 */

.select {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    font: inherit;
}

    .select:focus {
        outline: none;
    }

.select-icon {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 8px;
    background: inherit;
    font-size: 17px;
    z-index: 2;
}

    .select-icon:before {
        margin: 0;
        font-size: inherit;
    }

.select:disabled {
    pointer-events: none;
}

.select select {
    display: none !important;
}

.select-text,
.select-option {
    cursor: default;
}

.select-text {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    background: inherit;
    z-index: 1;
}

.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    background: inherit;
    z-index: 5;
}

.select:not(.animated) .select-options {
    display: none;
}

.select.open:not(.animated) .select-options {
    display: block;
}

.select.animated.open .select-options {
    overflow: hidden;
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /*overflow-y: scroll !important;*/
    max-height: 200px !important;
}

.select.animated .select-options {
    opacity: 0;
    transform: scale3d(1, 0, 1);
    transform-origin: top;
    transition: opacity 0.15s linear, transform 0.3s linear;
}

.select-option {
    width: 100%;
    height: auto !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    margin: 0;
    border: none;
    list-style: none;
}

    .select-option:hover {
        color: #7A313B;
        cursor: pointer;
    }




.ddl-trie {
    background-color: #FFF !important;
    width: 145px;
    padding-right: 5px !important;
    display: flex;
}

    .ddl-trie ul li {
        background: none;
    }

    .ddl-trie .icon-angle-down {
        font-size: 25px !important;
        font-family: boonIco2 !important;
    }

    .ddl-trie .select-option {
        font-size: 14px;
        font-family: georgia !important;
        font-size: 13px !important;
    }

        .ddl-trie .select-option:hover {
            background-color: #FFF;
        }

    .ddl-trie .select-text {
        padding-left: 10px;
        font-family: georgia !important;
        font-size: 13px !important;
    }

        .ddl-trie .select-text[data-value=""] {
            color: #7A313B;
            font-family: georgia;
        }



.ddl-pays {
    background-color: #FFF !important;
    width: 145px;
    padding-right: 5px !important;
    display: flex;
}

    .ddl-pays ul li {
        background: none;
    }

    .ddl-pays .icon-angle-down {
        font-size: 25px !important;
        font-family: boonIco2 !important;
    }

    .ddl-pays .select-option {
        font-family: georgia !important;
        font-size: 13px !important;
    }

        .ddl-pays .select-option:hover {
            background-color: #FFF;
        }

    .ddl-pays .select-text {
        /*padding-left: 10px;*/
        /*font-family: georgia !important;*/
        font-size: 13px !important;
    }

        .ddl-pays .select-text[data-value=""] {
            /*color: #7A313B;*/
            font-family: georgia;
        }
/*pr�fixe*/

.ddl-prefixe {
    background-color: #FFF !important;
    width: 145px;
    padding-right: 5px !important;
    display: flex;
}

    .ddl-prefixe ul li {
        background: none;
    }

    .ddl-prefixe .icon-angle-down {
        font-size: 25px !important;
        font-family: boonIco2 !important;
    }

    .ddl-prefixe .select-option {
        font-family: georgia !important;
        font-size: 13px !important;
    }

        .ddl-prefixe .select-option:hover {
            background-color: #FFF;
        }

    .ddl-prefixe .select-text {
        /*padding-left: 10px;*/
        /*font-family: georgia !important;*/
        font-size: 13px !important;
    }

        .ddl-prefixe .select-text[data-value=""] {
            /*color: #7A313B;*/
            font-family: georgia;
        }
/*fin pr�fixe*/

/* Variables CSS 4 */
:root {
    --scrollbar-size: .375rem;
    --scrollbar-minlength: 1.5rem; /* Longueur minimale de la barre de d�filement (largeur horizontale, hauteur verticale)*/
    --scrollbar-ff-width: thin; /* Fire Fox seulement auto, thin, none */
    --scrollbar-track-color: transparent;
    --scrollbar-color: rgba(0,0,0,.2);
    --scrollbar-color-hover: rgba(122, 49, 59, 0.95);
    --scrollbar-color-active: rgb(0,0,0);
}

.ddl-pays ul,.ddl-prefixe ul  {
    overflow-y: scroll !important;
}

html, .ddl-pays ul, .ddl-prefixe ul {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: var(--scrollbar-ff-width);
}
/* scrollbar CSS 4*/
html, .ddl-pays ul, .ddl-prefixe ul {
    scrollbar-color: var(--scrollbar-color) var(--scrollbar-track-color);
}

    html::-webkit-scrollbar, .ddl-pays::-webkit-scrollbar ul, .ddl-prefixe::-webkit-scrollbar ul {
        height: var(--scrollbar-size);
        width: var(--scrollbar-size);
    }

    html::-webkit-scrollbar-track ul, .ddl-pays::-webkit-scrollbar-track ul,, .ddl-prefixe::-webkit-scrollbar-track ul {
        background-color: var(--scrollbar-track-color);
    }

    html::-webkit-scrollbar-thumb ul, .ddl-pays ul::-webkit-scrollbar-thumb ul, .ddl-prefixe ul::-webkit-scrollbar-thumb ul {
        background-color: var(--scrollbar-color);
        border-radius: 3px;
    }

    html::-webkit-scrollbar-thumb:hover, .ddl-pays ul::-webkit-scrollbar-thumb:hover, .ddl-prefixe ul::-webkit-scrollbar-thumb:hover {
        background-color: var(--scrollbar-color-hover);
    }

    html::-webkit-scrollbar-thumb:active, .ddl-pays ul::-webkit-scrollbar-thumb:active, .ddl-prefixe ul::-webkit-scrollbar-thumb:active {
        background-color: var(--scrollbar-color-active);
    }

    html::-webkit-scrollbar-thumb:vertical, .ddl-pays ul::-webkit-scrollbar-thumb:vertical, .ddl-prefixe ul::-webkit-scrollbar-thumb:vertical {
        min-height: var(--scrollbar-minlength);
    }

    html::-webkit-scrollbar-thumb:horizontal, .ddl-pays ul::-webkit-scrollbar-thumb:horizontal, .ddl-prefixe ul::-webkit-scrollbar-thumb:horizontal {
        min-width: var(--scrollbar-minlength);
    }

.ddl-pays .select-option, .ddl-prefixe .select-option {
    /*text-transform: uppercase;*/
    font-family: 'Raleway-Regular' !important;
    font-size: 13px !important;
    /*padding: 8px !important;*/
}

.ddl-pays .select-text, .ddl-prefixe .select-text {
    /*text-transform: uppercase;*/
    font-family: 'Raleway-Regular' !important;
    font-size: 13px !important;
}


/*genre*/

.ddl-genre {
    background-color: #FFF !important;
    width: 145px;
    padding-right: 5px !important;
    display: flex;
}

    .ddl-genre ul li {
        background: none;
    }

    .ddl-genre .icon-angle-down {
        font-size: 25px !important;
        font-family: boonIco2 !important;
    }

    .ddl-genre .select-option {
        font-family: georgia !important;
        font-size: 13px !important;
    }

        .ddl-genre .select-option:hover {
            background-color: #FFF;
        }

    .ddl-genre .select-text {
        padding-left: 10px;
        font-family: georgia !important;
        font-size: 13px !important;
    }

        .ddl-genre .select-text[data-value=""] {
            color: #7A313B;
            font-family: georgia;
        }

    .ddl .select-icon {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
        background: url("/images/Fleche_Dropdown_N.svg") no-repeat center center;
        background-size: 100% auto;
        width: 17px;
        height: 10px;
        padding: 0;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

.ddl.open .select-icon {
    transform: rotate(-180deg);
}

    .ddl-genre .select-option {
        /*text-transform: uppercase;*/
        font-family: 'Raleway-Regular' !important;
        font-size: 13px !important;
        /*padding: 8px !important;*/
    }

    .ddl-genre .select-text {
        /*text-transform: uppercase;*/
        font-family: 'Raleway-Regular' !important;
        font-size: 13px !important;
    }
