html, body {
    width: 100%;
    height: 100%;
    font-family: Arial, Verdana;
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

ul {
    list-style: none;
}

select {
    width: 250px;
    display: block;
    margin: 10px;
}

#map {
    width: 100%;
    height: 100%;
}

#menu {
    position: fixed;
    top: 50px !important;
    left: 10px !important;
    padding: 10px;
    border-radius: 5px;
    background-color: #eeeeee;
}

.dv-filters h3, #nb-resultats {
    padding: 10px;
    padding-bottom: 0;
}

.dv-button-menu a {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    padding-left: 35px;
    border-radius: 5px;
    border: 1px solid #008cff;
    background: url(/img/burger.png) no-repeat;
    background-size: contain;
}

.dv-button-menu a.opened {
    border: 1px solid #000;
    background: url(/img/close.png) no-repeat;
    background-size: contain;
}

#infoContent {
    font-family: "Helvetica";
    text-align: justify;
    position: relative;
}

.infoContentWrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#tabs {
    flex: 1 1 280px;
}

#infoContent .label {
    font-weight: normal;
    font-size: 18px;
    color: #008cff;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #008cff;
}

#infoContent .text {
    background-color: #fff;
    box-sizing: border-box;
    text-align: left;
    padding:0;
}

#infoContent .text.full {
    margin: 10px auto;
}

#infoContent .image {
    flex: 1 1 100px;
    overflow: hidden;
    margin-top: 40px;
}

#infoContent .image img {
    width: 100%;
    border-radius: 5px;
}

#infoContent .more {
    width: 100%;
    margin: 20px auto 0 auto;
    padding: 10px 10px 0 10px;
    padding-bottom: 0;
    box-sizing: border-box;
    background: #338cff;
    border-radius:5px;
}
.ui-tabs .ui-tabs-nav {
	margin-bottom:10px !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color:rgba(0,0,0,0.25) !important;
	font-size:12px;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color:#000 !important;
	font-size:12px;
	font-weight:bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background:#fff !important;
border:0 !important;
    border-radius:5px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
background:#f4f4f4 !important;
border:0 !important;
    border-radius:5px;
}

#infoContent .more li a {
    color: #fff;
}

#infoContent .more li a:hover {
    text-decoration: none;
}

#infoContent .more li {
    line-height: 21px;
    padding-bottom: 9px;
    color: #000;
}

#infoContent .more li a:after {
    content: " >";
}

#infoContent .more li a.pdf {
    background: url(/img/pdf.png) no-repeat;
    padding-top: 9px;
    padding-left: 34px;
    padding-bottom: 9px;
}

#infoContent .more li a.pdf:after {
    content: unset;
}

#infoOver {
    font-family: "Helvetica";
}

#infoOver .label {
    font-weight: bold;
    font-size: 16px;
    color: #008cff;
    width: 100%;
}

/*style the box*/
.gm-style .gm-style-iw {
    max-height: 300px !important;
    overflow: auto;
}

@media (max-width: 780px) {
    .infoContentWrapper {
        display: block;
    }

    #tabs {
        width: 100%;
    }

    #infoContent .label {
        font-size: 14px;
        padding-bottom: 2px;
        margin-bottom: 5px;
    }

    #infoContent .text {
        padding: 5px;
        border-radius: 2px;
        font-size: 10px;
    }

    #infoContent .text.full {
        margin: 5px auto;
    }

    #infoContent .image {
        width: 100%;
        overflow: hidden;
        margin: 10px auto;
    }

    #infoContent .image img {
        width: 100%;
        border-radius: 2px;
    }

    #infoContent .more {
        font-size: 10px;
        margin-top: 8px;
        padding: 0 7px;
    }

    #infoContent .more li {
        line-height: 21px;
        padding-bottom: 9px;
        color:#000;
    }

    /*#infoContent .more li a.pdf {*/
    /*background: url(/img/pdf.png) no-repeat;*/
    /*padding-top: 9px;*/
    /*padding-left: 34px;*/
    /*padding-bottom: 9px;*/
    /*}*/
    #infoOver .label {
        font-size: 12px;
    }

    .gm-style .gm-style-iw {
        max-height: 200px !important;
        overflow: auto;
    }
}
