.results-display {
    float: left;
    margin-top: 10px;
}

.results-display > p,
.mobile-results-display > p {
    text-align: center;
    font-weight: bold;
    font-size: 1.6em !important;
    font-family: 'Roboto', sans-serif !important;
}

.helpmark {
    padding-left: 20px;
    position: relative;
}

.helpmark:before {
    content: '';
    background-image: url('/img/tiles-review/helpmark.png');
    width: 16px;
    height: 16px;
    left: 0px;
    position: absolute;
    top: 0px;
}

.header-tiles {
    padding: 0 10px;
}

.options-links {
    float: right;
}

.delete-history,
.delete-filter,
.custom-view,
.advanced-close,
.advanced-open {
	float: right;
	color: #82dff4;
	margin-left: 25px;
}

.advanced-delete-filter {
    position: relative;
    top: 40px;
    left: 5px;
    margin-bottom: 25px;
}

.advanced-delete-filter a {
    color: #82dff4;
}

.delete-history:before {
	content: "";
	display: inline-block;
    background-image: url('/img/tiles-review/poubelle.svg');
    background-repeat: no-repeat;
    background-position: left 0px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: 3px;
}

.delete-filter:before {
	content: "";
	display:inline-block;
    background-image: url('/img/tiles-review/(x).svg');
    background-repeat: no-repeat;
    background-position: left 0px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: 3px;
}

.advanced-delete-filter > a:before {
    content: "";
    display:inline-block;
    background-image: url('/img/tiles-review/(x).svg');
    background-repeat: no-repeat;
    background-position: left 0px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: 3px;
}

.custom-view:before {
    content: "";
    display: inline-block;
    background-image: url('/img/tiles-review/create_eye.svg');
    background-repeat: no-repeat;
    background-position: left 0px;
    width: 18px;
    height: 12px;
    margin-right: 6px;
}

.advanced-open:before {
    content: "";
    display: inline-block;
    background-image: url('/img/tiles-review/(-).svg');
    background-repeat: no-repeat;
    background-position: left 0px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: 3px;
}

.advanced-close:before {
    content: "";
    display: inline-block;
    background-image: url('/img/tiles-review/(+).svg');
    background-repeat: no-repeat;
    background-position: left 0px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: 3px;
}

.advanced-search {
    display: none;
}

.search-switch {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.switch {
    top: 2px;
}

.switch-paddle {
    border: 1px solid #c2c8c8;
    height: 1rem;
    width: 2rem;
    border-radius: 20px;
    background: #e1e6ec;
}

.switch-input ~ .switch-label {
    position: absolute;
    top: -3px;
    left: 40px;
    font-size: 0.9rem !important;
    text-transform: initial !important;
    font-weight: normal !important;
}

.switch-input:checked ~ .switch-label {
    color: #82dff4;
}

.switch-paddle:after {
    height: 0.7rem;
    width: 0.7rem;
    top: 0.09rem;
    left: 0.11rem;
    border-radius: 15px;
    background: #c2c8c8;
}

.switch-input:checked~.switch-paddle {
    border: 1px solid #82dff4;
    background: #f0f2f5;
}

.switch-input:checked~.switch-paddle:after {
    background: #82dff4;
    left: 0.98rem;
}

.switch-inactive {
    right: -5%;
    top: 97%;
    transform: none;
}

.switch-active {
    color: #82dff4;
    left: 15%;
    top: 100%;
    transform: none;
}

.alert-rubrics {
    margin: 10px 0;
}

/* LIBRE LISTE */
.free-stories_category {
    font-size: 24px;
}

.free-stories_description {
    font-size: 16px;
    font-weight: normal;
}

.lestags {
    padding-bottom: 10px;
    font-size: 13px;
}

.lestags span { 
    white-space: nowrap;
    line-height: 36px;
    margin-right: 10px;
}

.lestags a {
    padding: 3px 6px 6px 6px;
    color: #ffffff;
    background-color: #8a99a8;
    border: 1px solid #8a99a8;
    border-radius: 20px;
}

.lestags a:hover {
    background-color: #364656;
    border: 1px solid #364656;
}

.background-daterange {
    display: none;
    left: 0;
    background: #fff;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: .75;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.box-daterange {
    padding: 20px;
    display: none;
    left: 50%;
    background: #fff;
    border: 1px solid #c5c5c5;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    height: 241px;
    margin-left: -202px;
    position: fixed;
    top: 250px;
    width: 373px;
    z-index: 1001;
}

@media screen and (max-width: 40em) {
    .box-daterange {
        left: 240px;
        width: 80%;
        top: 40px;
    }
}

.box-daterange .button-group {
    display: table;
    margin: 0 auto;
}

.periode-choice {
    cursor: pointer;
}

.periode-choice:hover {
    color: #82dff4;
}

.periode-choice.active,
.mobile-periode-choice.active {
    background-color: #82dff4;
    color: #ffffff;
    font-weight: bold;
    padding: 6px;
}

.periode-success,
.mobile-periode-success {
    background-color: #82dff4;
    font-weight: bold;
}

.periode-cancel,
.mobile-periode-cancel {
    background-color: #de0702;
    font-weight: bold;
}

.periode-success:hover {
    background-color: #82dff4;
}

.periode-cancel:hover {
    background-color: #de0702;
}

/* UI DATEPICKER */
#ui-datepicker-div {
    width: 23em !important;
}

#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
    top: 83% !important;
}

@media screen and (max-width: 40em) {
    #ui-datepicker-div {
        width: 70% !important;
    }
}

/* RESPONSIVE */
@media screen and (max-width: 1024px) {
    .options-links {
        width: 450px;
    }

    .advanced-delete-filter {
        top: 0;
    }
}

@media screen and (max-width: 40em) {

    .helpmark {
        padding-left: 25px !important;
    }

    .content-form {
        border: 0 none;
    }

    .header-tiles {
        padding: 0;
    }

    .mobile-view-search {
        position: relative;
        padding: 0 15px;
    }

    .mobile-view-search h1 {
        font-size: 1.5rem;
        line-height: 35px;
    }

    .free-stories_description {
        font-size: 1rem !important;
        line-height: normal !important;
    }

    .mobile-view-search + div > p {
        padding: 0 20px;
        clear: both;
        text-align: justify;
        line-height: 20px;
    }

    .search-options {
        z-index: 2;
        float: right;
        clear: right;
        position: relative;
        background-image: url('/img/tiles-review/open-search.png');
        height: 34px;
        width: 49px;
        background-repeat: no-repeat;
        right: 20px;
        margin-bottom: 10px;
    }

    .search-switch {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }

    .search-options.options-open {
        background-image: url('/img/tiles-review/close-search.png');
    }

    .mobile-options label {
        text-align: left;
    }

    .mobile-options {
        display: none;
        background-color: #f1f2f6;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

    .mobile-options .content-form {
        border: 0 none !important;
    }

    .mobile-options .delete-history,
    .mobile-options .delete-filter,
    .mobile-options .custom-view,
    .mobile-options .advanced-close,
    .mobile-options .advanced-open {
        margin-top: 15px;
        float: none;
        margin-left: 38px;
        text-align: left;
        display: block;
        font-size: 1rem;
        position: relative;
    }

    .switch-input ~ .switch-label {
        font-size: 1rem !important;
        top: -5px;
    }

    .panel-multi-checkbox > ul {
        position: fixed;
        top: 80px !important;
        background-color: #ffffff;
        width: 70% !important;
        left: 15% !important;
        height: auto;
        max-height: 480px;
        overflow: scroll;
        padding-bottom: 10px;
    }

    .panel-multi-checkbox > ul:before {
        content: none;
    }

    .label-multi-checkbox {
        text-align: left;
    }

    .advanced-search {
        display: block !important;
        margin-top: 15px;
    }

    .search-switch {
        float: none;
    }

    .custom-view:before {
        position: absolute;
        left: -38px;
        top: 6px
    }

    .delete-filter:before {
        position: absolute;
        left: -38px;
        top: 3px;
    }

    .delete-history:before {
        position: absolute;
        left: -36px;
        top: 3px;
    }
}



/* LIBRE LISTE */
.domaine-main {
    position: relative;
    padding: 10px 15px;
    border: 1px solid #d2d2d2;
}

.domaine-main.active {
    background-color: #d2d2d2;
}

.domaine-main > a {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.domaine-main:hover > a {
    color: #82dff4;
}

.domaine-list {
    display: none;
    position: absolute;
    list-style-type: none;
    width: 100%;
    background-color: #ffffff;
    top: 42px;
    left: -21px;
    z-index: 4;
    padding: 10px 10px;
    border: 1px solid #d2d2d2;
}

.domaine-list > li > a:hover {
    color: #1ca8b7;
}

.domaine-main:hover > .domaine-list {
    display: block;
}