.w100 {
	width: 100%;		
}

.cnt_of_result {
    float: left;
    width: 40%;
    padding: 0%2%;
    position: relative;
    left: 60%;
    clear: both;
    background: #f1f3f4 !important;
    padding-top: 10px;
}

.map-container {
    width: 60% !important;
    float: left;
    height: 92vh;
    position: fixed;
}

.map-container .map-trace-button-container {
	position: absolute;
	top: 10px;
	left: 50px;
	z-index: 1000;
}

.map-container #distanceFrame {
	display: none;
	position: absolute;
	top: 100px;
	left: 10px;
	background-color: #f8f8f8;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	font-family: Arial, sans-serif;
	z-index: 1000;
	height: 80%;
	width: 20%;
	overflow-y: auto;
}

.map-container #weatherInfos {
	display: none;
    position: absolute;
    top: 115px;
    right: 10px;
    background-color: #f8f8f8;
    padding: 10px;
	padding-bottom: 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    z-index: 1000;
    width: 55px;
    font-size: 11px;
}

.map-container #weatherInfos > p {
	position: absolute;
    top: -10px;
    left: 15px;
}

.map-container #btnDisplayLogNav {
	margin-top: 5px;
}

.map-container #distanceFrame h3 {
	margin-top: 0;
	font-size: 16px;
}

.map-container #distanceList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.map-container #distanceList li {
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #f5f5f5;
	font-size: 12px;
}

.map-container #totalDistance {
	font-weight: bold;
	font-size: 14px;
}

.map-container #totalTime {
	font-weight: bold;
	font-size: 14px;
}

.ast-container {
    max-width: 1920px;
    padding: 0px;
}

#primary {
    margin: 0em 0;
}

.map.search-form {
    position: relative !important;
    z-index: 300000 !important;
    left: 60% !important;
    top: unset !important;
    float: left !important;
    width: 40% !important;
    padding: 1%;
}

.form-group {
    margin: 0% 0% 0%;
    float: left;
    position: relative;
    width: 100%;
}

.row {
	margin: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

input#event_sdate,
input#event_fdate {
    width: 100%;
    margin-bottom: 10px;
}

.map.search-form::after {
    display: none;
}

.form-group label {
    float: left;
    font-size: 14px;
    width: 100%;
}

.dropdown-toggle {
    white-space: pre-wrap;
}

.length label {
    width: 30%;
}

.slider_div {
    float: left;
    width: 67%;
}

.site-header {
    width: 100%;
	position: fixed;
	z-index: 10;
}

div#content {
    position: relative;
	top: 60px;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.platform_fl .btn-group {
    width: 100%;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    border-color: #000;
    border-radius: 50%;
    background-color: black;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #000;
    color: #333333;
    font-weight: bold;
}

label.checkbox {
    padding: 5px !important;
}

button.multiselect.dropdown-toggle.btn.btn-default:focus,
button.multiselect.dropdown-toggle.btn.btn-default:hover {
    color: unset;
    background-color: unset;
    border-color: #3a3a3a;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    border-color: #000;
}

input#ajax-reset-btn {
    line-height: unset;
}

.loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 99999999;
    display: block;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loader:after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.show_search_result {
    float: left;
    width: 40%;
    padding: 1% 2%;
    background: #f1f3f4 !important
}

ul.multiselect-container.dropdown-menu, .facility_cl .btn-group, btn-group button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100%;
}

.search_fl label {
    width: 100%;
}

span.screen-reader-text {
    width: 100% !important;
}

input#s {
    width: 100% !important;
}

.infos-generales {
    border: none;
    background-position: left -3px;
    background-repeat: no-repeat;
    background-size: 102%;
}

.left-col.col-6 {
    width: 100% !important;
    margin: 0px !important;
    min-height: 386px;
    border: 1px solid #ededed;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: start;
    height: 350px;
}

.cnt_of_result span {
    font-size: 16px;
    padding-left: 8px;
}

h2.title.infos-general.background-svg {
    font-size: 1.3em;
    text-align: center;
    color: white;
    height: 4em;
    margin-bottom: 0px;
    /*background-color: #007bff;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

p.toponyme {
    padding-top: 10px;
}

    p.toponyme .info {
        font-weight: bold;
        font-size: 18px;
    }

.left-col.col-6 a {
    text-decoration: none !important;
    color: #000;
}

footer {
    display: none;
}

.show_search_result {
    float: left;
    width: 40%;
    position: relative;
    left: 60%;
    clear: both;
    padding: 0.5% 2%;
}

.list-wrapper {
    padding: 15px;
    overflow: hidden;
}

.evets_cl ul.multiselect-container.dropdown-menu.show {
    transform: translate3d(0px, -100px, 0px) !important;
}

.list-item {
    border: 1px solid #EEE;
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #EEE;
}

    .list-item h4 {
        color: #20c997;
        font-size: 18px;
        margin: 0 0 5px;
    }

    .list-item p {
        margin: 0;
    }

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

    .simple-pagination li a,
    .simple-pagination li span {
        color: #666;
        padding: 5px 10px;
        text-decoration: none;
        border: 1px solid #EEE;
        background-color: #FFF;
        box-shadow: 0px 0px 10px 0px #EEE;
    }

.simple-pagination .current {
    color: #FFF;
    background-color: #20c997;
    border-color: #20c997;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #007bff;
}

div#pagination-container {
    clear: both;
    float: left;
    width: 90%;
    margin: 5% !important;
}

.form-group.col-md-6.evets_cl {
    clear: both;
}

.evets_cl .btn-group {
    width: 100%;
}

.evt_range_cl label {
    float: left;
    width: auto;
    padding: 5px;
}

.hasDatepicker {
    float: left;
}

input#event_date {
    width: 78%;
    float: left;
}

.form-group.col-md-12.evt_range_cl label {
    padding: 15px 15px 0px 0px;
}

.location_cl .btn-group {
    width: 100%;
}

.ui-slider-horizontal {
    height: .2em;
}

.ui-slider .ui-slider-handle {
    width: 0.6em;
    height: 0.6em;
}

@media screen and (max-width:890px) {
    .map-container {
        width: 100% !important;
        float: left;
        position: relative !important;
    }

    .map.search-form {
        left: 0% !important;
        width: 100% !important;
    }

    .show_search_result {
        width: 100% !important;
        left: 0px !important;
    }

    .cnt_of_result {
        width: 98% !important;
        left: 0px !important;
    }

    #primary .left-col, #primary .center-col {
        float: right;
    }

    .ast-header-break-point .ast-mobile-header-stack .ast-site-identity {
        justify-content: center;
    }
}


span.event_date_error, span.error {
    color: red;
}

.change_color.location {
    display: none;
}

.form-group.col-md-12.evets_cl {
    margin: 2px 0% !important;
}

label.lab_date_web {
    margin-top: 5%;
}

.form-group.col-md-3.evets_cl {
    justify-content: center;
    display: flex;
    align-items: center;
}

.form-group.col-md-9.location_cl.pt-lef {
    margin: 2px 0% 0px !important;
}

.facility_cl ul.multiselect-container.dropdown-menu.show li:nth-of-type(4) .checkbox,
.facility_cl ul.multiselect-container.dropdown-menu.show li:nth-of-type(5) .checkbox,
.facility_cl ul.multiselect-container.dropdown-menu.show li:nth-of-type(6) .checkbox,
.facility_cl ul.multiselect-container.dropdown-menu.show li:nth-of-type(7) .checkbox {
    color: #007BFF !important;
}

.facility_cl ul.multiselect-container.dropdown-menu.show li:nth-of-type(4) .checkbox {
    border-top: 1px solid #e4e4e4;
    width: 100%;
}

.facility_cl ul.multiselect-container.dropdown-menu.show li:nth-of-type(7) .checkbox {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
}

img.search_img {
    max-height: 150px;
    height: 150px;
    width: 100%;
    object-fit: cover;
}

span.ui-datepicker-year {
    color: #fff;
    margin-left: 6px;
}

select.ui-datepicker-month {
    padding-top: 0px;
    padding-bottom: 0px;
}

.dt_evt_range_cl label {
    float: unset;
    font-size: 12px;
    width: unset;
}

.form-group.col-md-4.dt_evt_range_cl {
    text-align: right;
}

@media (min-width: 1920px) and (max-width: 2560px) {
    label.lab_date {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 450px) {
	div#content {		
		top: 80px!important;
	}
}

@media only screen and (max-width: 600px) {	
    #ajax-search-btn {
        width: 50%;
        float: left;
    }

    input#ajax-reset-btn {
        line-height: unset;
        float: left;
        width: 45%;
        margin-left: 3%;
    }

    .form-group.col-md-4.dt_evt_range_cl {
        text-align: center;
    }

    #primary .left-col, #primary .center-col {
        float: left;
    }

    div#slider-range {
        margin-top: 15px;
    }

    .length label {
        width: 100%;
        margin-top: -10px;
    }

    .slider_div {
        float: left;
        width: 100%;
        padding: 0 5%;
        margin-bottom: 20px;
    }

    #amount {
        display: flex;
        justify-content: flex-end;
        padding-bottom: 1px;
        position: absolute;
        top: 5%;
        right: 5%;
    }

    .ast-site-identity, .ast-mobile-menu-buttons {
        padding: 0px !important;
    }
}

.item {
	overflow: hidden;
}

.item:focus, .item:hover, .highlight_div {
    -moz-box-shadow: 0 0 15px #20c997;
    -webkit-box-shadow: 0 0 15px #20c997;
    box-shadow: 0 0 15px #20c997;
}

select#location_interest {
    width: 100%;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    height: 36px;
}

.form-group.col-md-7.search_fl {
    height: 38px;
}

.show_webcam {
    float: left;
    position: relative;
    display: block;
}

section.leaflet-control-layers-list-webcam {
    position: absolute;
    background-color: #fff;
    width: 128px;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    pointer-events: all;
}

.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

.bounce2 {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.bounce3 {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.voir_infos {
    color: #0078A8 !important;
    font-weight: bold;
    font-size: 14px;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.dashicons-star:before {
    content: "\f006";
}

.star {
    font-size: 1.5em;
}

@media only screen and (min-width: 600px) and (max-width: 1180px) {
	.map-container #distanceFrame {
		width: 25%!important;
	}
}

@media only screen and (max-width: 600px) {
	.map-container #distanceFrame {
		width: 70%!important;
	}
}

@media only screen and (max-width: 600px) {
    div#button-wrapper {
        width: unset !important;
        background: #fff !important;
        text-align: center !important;
        border: 2px solid #b8b8ac !important;
        border-radius: 5px !important;
        padding: 0px 1px !important;
        position: relative !important;
        float: left !important;
        z-index: 2000 !important;
        clear: both !important;
        pointer-events: all !important;
    }

    .map-container {
        width: 100% !important;
        float: left;
        height: 70vh !important;
        position: fixed;
    }
}

.leaflet-control-layers.leaflet-control {
    position: relative;
    float: left;
}

div#button-wrapper {
    position: relative !important;
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 5px;
    clear: both;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    margin-right: 10px !important;
}

.show_webcam section.leaflet-control-layers-list-webcam {
    visibility: visible !important;
}

.show_webcam .leaflet-control-layers-base {
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.leaflet-control-layers-base {
    cursor: default;
}

.container-left.infos-generales {
    width: 100%;
}