<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-wrap {
    height: 50px;
    background-color: #ffffff;
}

.footer-wrap {
    background-color: #445058;
    color: #ffffff;
}
footer hr {
    border-top: 1px solid rgba(255,255,255,0.5);
}

.scroll-top {
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 0;
    color: #000000;
    background-color: #ffffff;
    padding: 10px;
    z-index: 3000;
    display: none;
}
.bandeau-cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #333333;
    color: #ffffff;
    z-index: 5000;
    padding: 25px;
    opacity: 1;
}

.modal-dialog {
    max-width: 650px;
}

/*********** TAILLE DES HEADINGS ***********/
.h1-ei {
    font-size: 1.8rem;
}
.h2-ei {
    font-size: 1.5rem;
}
.h3-ei {
    font-size: 1.2rem;
}
h1 {
    font-size: 1.8rem;
}
h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.2rem;
}

.title-accueil {
    font-family: 'Patrick Hand SC', cursive;
    font-size: 1.7rem;
}

/*********** COULEURS ET BACKGROUND ***********/
.ei-grey {
    color: #445058;
}
.ei-font-orange {
    color: #F7AF3D;
}
.ei-bg-orange {
    background-color: #F7AF3D;
    color: #ffffff;
}
.color-jaune-vert {
    color: #006837;
}
.ei-bg-jaune-vert {
    background-color: #D7DA2E;
    color: #006837;
}

.ei-bg-vert-blanc {
    background-color: #006837;
    color: #ffffff;
}

.ei-bg-rouge-blanc {
    background-color: #d22525;
    color: #ffffff;
}

.color-pa {
    color: #31AADD;
}
.bg-color-pa {
    background-color: #31AADD !important;
    color: #ffffff !important;
}
.color-ev {
    color: #E95B2A;
}
.bg-color-ev {
    background-color: #E95B2A !important;
    color: #ffffff !important;
}
.color-structure {
    color: #445058;
}
.bg-color-structure {
    background-color: #445058 !important;
    color: #ffffff !important;
}
.bg-color-edito {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.bg-white {
    background-color: #ffffff;
}
.bg-color-turquoise {
    background-color: #00A99D;
    color: white;
}

.bg-bookmark {
    background-color: #000000;
    opacity: 0.8;
    /*border-radius: 50%;*/
}

.label-color-ev {
    background-color: #E95B2A;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    line-height: 10px;
    margin-right: 20px;
}
.label-color-pa {
    background-color: #31AADD;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    line-height: 10px;
    margin-right: 20px;
}
.label-color-structure {
    background-color: #445058;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    line-height: 10px;
    margin-right: 20px;
}
.label-color-edito {
    background-color: #ffffff;
    color: #445058;
    border: 1px solid #445058;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    line-height: 10px;
    margin-right: 20px;
}
.label-jaune-vert {
    background-color: #D7DA2E;
    color: #006837;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    line-height: 10px;
    margin-right: 20px;
}

.test-ei {
    width: 38px;
    height: 45px;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: #E95B2A 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000033;
    opacity: 1;
}

.homepage-global-logo {
    width: 500px;
    height: 400px;
}
.homepage-global-logo-xs {
    width: 80%;
    max-width: 300px;
    max-height: 240px;
}

.ei_link {
    cursor: pointer;
    color: #7e5109;
}

.link-inherit {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.link-inherit:hover {
    color: inherit;
}

/********* MENU SLIDE ***********/
.slide-menu {
    position: fixed;
    overflow-y: scroll;
    left: 0px;
    width: 350px;
    background-color: #ffffff;
    z-index: 10000;
    top: 0px;
    height: 100%;
}
.slide-menu-header {
    background-color: #445058;
    height: 50px;
}
.close-slide-menu-header {
    line-height: 50px;
    color: #ffffff;
    cursor: pointer;
    padding-right: 10px;
}
.slide-menu-body {
    padding-left: 10px;
    padding-top: 15px;
}

/********* FENETRE DE LOCALISATION ***********/
.modal-localisation {
    width: 50%;
    z-index: 2000;
    margin-left: 25%;
    /*height: 35%;*/
    background-color: #D7DA2E;
    position: fixed;
    top: 25%;
    text-align: center;
}
.close-modal-localisation {
    cursor: pointer;
    text-align: right;
    margin-right: 15px
}

/********* FENETRE DE CONNEXION ***********/
.modal-connexion {
    width: 60%;
    z-index: 1000;
    margin-left: 20%;
    /*height: 35%;*/
    background-color: #ffffff;
    position: fixed;
    top: 25%;
    text-align: center;
    max-height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.link_connexion {
    cursor: pointer;
    text-decoration: none;
    color: #445058;
}
.link_connexion:hover {
    text-decoration: none;
    color: #445058;
}
.background-connexion {
    background-color: #f1f1f1;
    margin: 15px;
    padding: 15px;
    border-radius: 3px;
}
.modal-forget-password {
    width: 40%;
    z-index: 2000;
    margin-left: 30%;
    /*height: 35%;*/
    background-color: #f1f1f1;
    position: fixed;
    top: 35%;
    padding: 15px;
}
.info-ei-bloc-white {
    width: 40%;
    z-index: 2000;
    margin-left: 30%;
    background-color: #f1f1f1;
    position: fixed;
    top: 35%;
    padding: 15px;
}

/******** BOUTONS *********/
.btn-white {
    /*text-transform: uppercase;*/
    font-size: 15px;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    background-color: #f8f9fa;
}
.btn-orange {
    /*text-transform: uppercase;*/
    font-size: 15px;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    background-color: #F7AF3D;
    color: #ffffff;
}

/******* ICONES *********/
.icon-localisation-32 {
    width: 32px;
    height: 32px;
    background: transparent url('../storage/app/public/icon-localisation-32.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-localisation-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-localisation-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-localisation-jaune-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-localisation-jaune-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-search-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-search-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-filter-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-filter-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-new-filter-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-new-filter-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-export-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-export-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-export-xls-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-export-xls-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-export-pdf-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-export-pdf-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-reload-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-reload-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-categories-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-categories-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-categories-orange-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-categories-orange-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-pin-white-32 {
    width: 32px;
    height: 32px;
    background: transparent url('../storage/app/public/icon-pin-white-32.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-menu-white-32 {
    width: 32px;
    height: 32px;
    background: transparent url('../storage/app/public/icon-menu-white-32.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-menu-white-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-menu-white-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-user-black-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-user-black-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-pa-blue-32 {
    width: 32px;
    height: 32px;
    background: transparent url('../storage/app/public/icon-annonce-pa-32.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-pa-blue-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-annonce-pa-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}

.icon-ev-orange-32 {
    width: 32px;
    height: 32px;
    background: transparent url('../storage/app/public/icon-evenement-ev-32.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-ev-orange-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-evenement-ev-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-pin-grey-32 {
    width: 32px;
    height: 32px;
    background: transparent url('../storage/app/public/icon-pin-grey-32.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-pin-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-pin-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-pin-white-grey-32 {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #445058 url('../storage/app/public/icon-pin-white-32.png') center no-repeat padding-box;
    display: inline-block;
}
.icon-check-white-32 {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #445058 url('../storage/app/public/icon-check-white-32.png') center no-repeat padding-box;
    display: inline-block;
}
.icon-user-white-32 {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #445058 url('../storage/app/public/icon-user-white-32.png') center no-repeat padding-box;
    display: inline-block;
}
.icon-trash-black-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-trash-black-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-trash-black-32 {
    width: 32px;
    height: 32px;
    background: transparent url('../storage/app/public/icon-trash-black-32.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-calendar-ev-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-calendar-ev-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-calendar-pa-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-calendar-pa-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-timer-black-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-timer-black-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-tickets-black-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-tickets-black-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-list-black-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-list-black-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-list-black-32 {
    width: 32px;
    height: 32px;
    background: transparent url('../storage/app/public/icon-list-black-32.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-list-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-list-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-list-green-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-list-green-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-list-grey-32 {
    width: 32px;
    height: 32px;
    background: transparent url('../storage/app/public/icon-list-grey-32.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-heart-white-32 {
    width: 32px;
    height: 32px;
    background: transparent url('../storage/app/public/icon-heart-white-32.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-heart-white-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-heart-white-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-repertory-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-repertory-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-bank-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-bank-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-paper-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-paper-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-message-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-message-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}
.icon-chat-grey-16 {
    width: 16px;
    height: 16px;
    background: transparent url('../storage/app/public/icon-chat-grey-16.png') 0% 0% no-repeat padding-box;
    display: inline-block;
}



/* PUBLICATION DE L'ANNONCE */
.publication-tab-title {
    font-size: 0.8em;
    text-transform: uppercase;
}
.publication-tab-title-inactive {
    font-size: 0.8em;
    text-transform: uppercase;
    opacity: 0.6;
}
.help-fields {
    color: #4e3206;
}

.dropdown_nature_infos {
    position: absolute;
    background-color: #eeeeee;
    z-index: 1000;
    width: 90%;
    border: 1px solid #dddddd;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 35px;
    margin-left: 0px;
    margin-top: -5px;
    margin-right: 0px;
}
.choice_category_publish {
    margin-top: 5px;
    cursor: pointer;
}


.ui-autocomplete {
    z-index: 3000;
    max-height: 40vh;
    overflow-y: scroll;
    position: fixed;
}
.token-id {
    display: none;
}

.contact_new {
    background-color: #eeeeee;
    border-radius: 2px;
    padding: 10px;
    margin-top: 10px;
}
.information_image_wrap {
    position: relative;
    width: 100%;
}
.information_image {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    /*border-spacing: 0px;*/
    /*text-align: center;*/
    /*margin-bottom: 50px;*/
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    background-size: cover;
    overflow: hidden;
    margin-top: 30px;
}

.information_title {
    padding: 5px;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: bolder;
}
.information_title_wrap {
    vertical-align: middle;
    /*display: table-cell;*/
    display: block;
    height: 35px;
    line-height: 17px;
    overflow: hidden;
}
.information_datas {
    position: absolute;
    top: 5px;
    left: 5px;
}
.information_category {
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 10px;*/
    z-index: 1000;
    padding: 10px;
    border-radius: 10px;
    font-size: 0.8rem;
    text-decoration: none;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}
/*.information_bookmark {*/
/*    position: absolute;*/
/*    top: 50px;*/
/*    right: 10px;*/
/*    z-index: 1000;*/
/*    width: 28px;*/
/*    height: 28px;*/
/*    border-radius: 50%;*/
/*    padding-top: 3px;*/
/*}*/
.information_town {
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: 10px;*/
    z-index: 1000;
    padding: 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    text-decoration: none;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}
.information_start_date {
    /*position: absolute;*/
    /*top: 50px;*/
    /*left: 10px;*/
    z-index: 1000;
    padding: 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    text-decoration: none;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}
.information_bookmark {
    height: 25px;
    margin-top: -30px;
    width: 25px;
    /*background-color: #E95B2A;*/
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    opacity: 0.8;
    float: right;
    margin-right: 5px;
}
.information_author {
    font-size: 0.8rem;
    color: #111111;
    padding: 5px;
}
.information_summary {
    padding: 5px;
    font-size: 0.9rem;
}
.information_more_link {
    text-align: right;
    font-size: 0.8rem;
}
.information_avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #cccccc;
    color: #1a252f;
    border: 2px solid white;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1000;
    display: block ruby;
    /*display: table-cell;*/
    vertical-align: middle;
    text-align: center;
    font-family: 'Patrick Hand SC', cursive;
    text-transform: uppercase;
    overflow: hidden;
}

.toolbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px
}
.dropdown_categories {
    clear: both;
    position: absolute;
    background-color: #F7AF3D;
    color: #ffffff;
    border: 1px solid #dddddd;
    width: max-content;
    padding: 20px;
    top: 85px;
    z-index: 2000;
    display: none;
}
.dropdown_categories div {
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    /*color: #445058;*/
}

.dropdown_tags {
    clear: both;
    position: absolute;
    background-color: #006837;
    color: #ffffff;
    border: 1px solid #dddddd;
    width: max-content;
    padding: 20px;
    top: 85px;
    z-index: 2000;
    display: none;
}
.dropdown_tags div {
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
    font-size: 0.9rem;
}
.dropdown_type {
    clear: both;
    position: absolute;
    background-color: #d22525;
    color: #ffffff;
    border: 1px solid #dddddd;
    width: max-content;
    padding: 20px;
    top: 85px;
    z-index: 2000;
    display: none;
}
.dropdown_type div {
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
    font-size: 0.9rem;
}

.dropdown_filter_results {
    clear: both;
    position: absolute;
    background-color: #ffffff;
    color: inherit;
    /*width: 100%;*/
    padding: 20px;
    /*top: 40px;*/
    right: 0px;
    width: 250px;
    text-align: left;
    z-index: 2000;
    display: none;
}
.dropdown_filter_results div {
    padding-bottom: 5px;
    padding-top: 5px;
    /*cursor: pointer;*/
    font-size: 0.9rem;
}
.choice_filter_result {
    cursor: pointer;
}
.choice_filter_result_active {
    color: #F7AF3D;
    font-weight: bolder;
    cursor: default;
}


.dropdown_localisation {
    clear: both;
    position: absolute;
    background-color: #D7DA2E;
    color: #006837;
    border: 1px solid #dddddd;
    width: max-content;
    padding: 20px;
    top: 85px;
    z-index: 2000;
    display: none;
}
.dropdown_localisation div {
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
    font-size: 0.9rem;
}

.information_contact_avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #cccccc;
    color: #1a252f;
    border: 2px solid white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: 'Patrick Hand SC', cursive;
    text-transform: uppercase;
}

.information_contact_avatar_header {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #cccccc;
    color: #500;
    border: 2px solid white;
    display: block ruby;
    /*display: table-cell;*/
    vertical-align: middle;
    text-align: center;
    font-family: 'Patrick Hand SC', cursive;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bolder;
    overflow: hidden;
}

.bloc_newsletter {
    padding: 10px;
}
.bloc_newsletter_title {
    text-align: center;
    font-family: 'Patrick Hand SC', cursive;
    text-transform: uppercase;
}
.bloc_newsletter_content {
    font-size: 0.9rem;
    text-align: center;
}
.bloc_newsletter_territory {
    margin: 5px auto;
    border: 1px solid white;
    border-radius: 10px;
    padding: 5px;
    font-size: 0.8rem;
    cursor: pointer;
}
.bloc_newsletter_territory_selected {
    margin: 5px auto;
    border: 1px solid white;
    border-radius: 10px;
    padding: 5px;
    font-size: 0.8rem;
    cursor: pointer;
    color: #00A99D;
    background-color: #ffffff;
}
.bloc_soutien {
    padding: 10px;
    background-color: white;
    margin-top: 30px;
}

.header-single {
    height: 170px;
    margin-left: -15px;
    margin-right: -15px;
    vertical-align: middle;
    padding-top: 30px;
}

.map-responsive {
    overflow:hidden;
    /*padding-bottom:56.25%;*/
    padding-bottom:100%;
    position:relative;
    height:0;
}

.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.partner_image_wrap {
    position: relative;
    width: 100%;
}
.partner_image {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    /*background-size: cover;*/
    background-size: contain;
    overflow: hidden;
    margin-top: 30px;
}


.filter_wrap {
    z-index: 1000;
    padding: 5px;
    border-radius: 10px;
    font-size: 0.7rem;
    text-decoration: none;
    float: left;
    margin-left: 10px;
    /*max-width: 80%;*/
    margin-left: 5px;
}

.container-informations {
    height: 100vh;
    margin-bottom: 50px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: thin;
}
.container-informations-hide {
    min-height: 100vh;
    margin-bottom: 50px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.container-informations::-webkit-scrollbar {
    display: none;
}

.cache {
    display: none !important;
}


.marker.leaflet-popup {
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #fff;
    padding: 5px 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.marker.leaflet-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
}
.marker .leaflet-popup-content-wrapper {
    background: transparent;
    color: inherit;
    box-shadow: none;
    text-align: inherit;
}
.marker .leaflet-popup-content {
    text-align: inherit;
    margin: 0;
    color: inherit;
}
.marker .leaflet-popup-tip-container {
    display: none;
}
.marker.marker-is-active, .marker:hover {
    z-index: 500;
    background-color: #5069ff;
    color: #eee;
}
.marker.marker-is-active::after {
    border-top-color: #5069ff;
}
.marker.marker-is-expanded, .marker.marker-is-expanded:hover {
    z-index: 600;
    max-width: 400px;
    font-weight: bolder;
    color: #333333;
    /*padding: 30px;*/
    font-size: 1rem;
    /*background-color: #dddddd;*/
}


.dropdown_account {
    clear: both;
    position: absolute;
    background-color: #ffffff;
    color: inherit;
    padding: 20px;
    left: 0px;
    top: 45px;
    width: 250px;
    text-align: left;
    z-index: 2000;
    display: none;
}

.collaborateur-wrapper {
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
}
.collaborateur-inner {
    position: relative;
    left: -50%;
    text-align: center;
    width: 750px;
    color: white;
    font-size: 2rem;
}
.collaborateur_img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #cccccc;
    border: 2px solid white;
    text-align: center;
    margin: 0 auto;
}
.collaborateur_coli {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #cccccc;
    border: 2px solid white;
    text-align: center;
    margin: 0 auto;
}
.last_col_filter {
    max-width: 300px;
}

@media screen and (max-width: 1024px) {
    .toolbar {
        flex-wrap: wrap;
    }
    .filter_wrap {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .hidden-xs {
        display:none;
    }
    .information_title_wrap {
        vertical-align: middle;
        display: table-cell;
    }
    .upload_photo {
        background-color: #eeeeee;
        width: 75vw;
        height: 75vw;
        min-width: 75vw;
        min-height: 75vw;
        display: table-cell;
        vertical-align: middle;
        border-spacing: 0px;
        cursor: pointer;
        text-align: center;
    }
    .upload_avatar {
        background-color: #eeeeee;
        width: 75vw;
        height: 75vw;
        min-width: 75vw;
        min-height: 75vw;
        display: table-cell;
        vertical-align: middle;
        border-spacing: 0px;
        cursor: pointer;
        text-align: center;
        font-size: 0.8rem;
    }
    .publication_part1_col1 {
        padding-right: 0px;
    }
    .publication_part1_col2 {
        padding-left: 0px;
    }
    .homepage-global-message {
        font-weight: 300;
        font-size: 1.3rem;
        color: #ffffff;
        letter-spacing: 1.2px;
        background-color: rgba(0, 0, 0, .5);
        padding: 10px;
    }
    .modal-connexion {
        width: 90%;
        margin-left: 0;
        top: 15%;
        height: 80vh;
        overflow: scroll;
        /*position: absolute;*/
    }
    .modal-localisation {
        width: 90%;
        margin-left: 0;
        top: 15%;
        position: absolute;
    }
    footer {
        font-size: small;
    }

    .information_contact_avatar_header {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #cccccc;
        color: #500;
        border: 2px solid white;
        display: block ruby;
        /*display: table-cell;*/
        vertical-align: middle;
        text-align: center;
        font-family: 'Patrick Hand SC', cursive;
        text-transform: uppercase;
        cursor: pointer;
        font-weight: bolder;
        overflow: hidden;
    }
    .dropdown_account {
        clear: both;
        position: absolute;
        background-color: #ffffff;
        color: inherit;
        padding: 20px;
        left: 0px;
        top: 45px;
        width: 250px;
        text-align: left;
        z-index: 2000;
        display: none;
    }

    .collaborateur-wrapper {
        text-align: center;
        position: absolute;
        top: 10%;
        left: 50%;
    }
    .collaborateur-inner {
        position: relative;
        /*left: -50%;*/
        text-align: center;
        width: 90%;
        color: white;
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .toolbar {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding-left: 20px;
    }
    .filter_wrap {
        margin-bottom: 10px;
    }
    .dropdown_type {
        top: 120px;
    }
    .dropdown_categories {
        top: 160px;
    }
    .dropdown_tags {
        top: 200px;
    }
    .dropdown_account {
        clear: both;
        position: absolute;
        background-color: #ffffff;
        color: inherit;
        padding: 20px;
        left: -50px;
        top: 45px;
        width: 250px;
        text-align: left;
        z-index: 2000;
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .dropdown_account {
        clear: both;
        position: absolute;
        background-color: #ffffff;
        color: inherit;
        padding: 20px;
        left: -100px;
        top: 45px;
        width: 250px;
        text-align: left;
        z-index: 2000;
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .hidden-lg {
        display:none;
    }
    .upload_photo {
        background-color: #eeeeee;
        width: 25vw;
        height: 25vw;
        min-width: 25vw;
        min-height: 25vw;
        display: table-cell;
        vertical-align: middle;
        border-spacing: 0px;
        cursor: pointer;
        text-align: center;
    }
    .upload_avatar {
        background-color: #eeeeee;
        width: 10vw;
        height: 10vw;
        min-width: 10vw;
        min-height: 10vw;
        display: table-cell;
        vertical-align: middle;
        border-spacing: 0px;
        cursor: pointer;
        text-align: center;
    }
    .publication_part1_col1 {
        padding-right: 30px;
    }
    .publication_part1_col2 {
        padding-left: 30px;
    }
    .homepage-global-message {
        font-weight: 300;
        font-size: 2rem;
        color: #ffffff;
        letter-spacing: 1.2px;
        background-color: rgba(0, 0, 0, .5);
        padding: 10px;
    }
    footer {
        font-size: small;
    }
}
</pre></body></html>