<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --main-color: #e41c79;
    --main-bg-color: #fcf0f6;

    --link-color: #FF9631;
    --link-bg-color: #FFF2E5;

    --event-color: #295475;
    --event-bg-color: #A0D4FA;

    --article-color: #568472;
    --article-bg-color: #b8dcce;

    --adresse-color: #822525;
    --adresse-bg-color: #EE9A97;

    --new-color: #613BEA;
    --new-bg-color: #E2DAFF;
}

.panel {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 20px 0 20px 0;
    border-radius: 15px;
    padding: 0 0 30px 0;
    transition: 200ms ease;
}

.panel:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.container-info-txt {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.infos-txt {
    font-weight: 700;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 30px;
    padding: 4px 10px 4px 10px;
    transition: all 0.3s ease 0s;
}

.infos-txt:hover {
    background-color: #ed1e79 !important;
    color:  #fff;
    box-shadow: 0px 7px 10px rgb(253 1 114 / 40%);
    color: #fff!important;
    transform: translateY(-2px);
}

.event-text p {
    display:  inline-block;
    margin-right:  20px;
}

.item-categorie{
    display: inline-block;
    min-width: 10px;
    padding: 5px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
    margin-top: 10px;

}

.categories-title {
    text-align: center;
    font-size: 16px;
    background-color: #f5f5f5;
    padding: 7px 0;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 15px;
    text-transform: uppercase;
}

.space-chevron{
    padding: 5px 20px 0 0;
    transition: all 0.3s ease 0s;
}

.flex-type-donnee {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.1s ease;
    border-radius: 5px;
    padding-top: 5px;
    cursor: pointer;

}

.cbx-number{
    padding: 4px 7px;
    font-weight: 700;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.new-item {
    margin-left: 10px;
    color: var(--new-color);
    background-color: var(--new-bg-color);

}

.link-item{
    color: var(--link-color);
    background-color: var(--link-bg-color);

}

.event-item, .cbx.node-type-71, .cbx-number.node-type-71 {
    color: var(--event-color);
    background-color: var(--event-bg-color);
}

.article-item, .cbx.node-type-3, .cbx-number.node-type-3 {
    color: var(--article-color);
    background-color: var(--article-bg-color)
}


.adresse-item, .cbx.node-type-42, .cbx-number.node-type-42 {
    color: var(--adresse-color);
    background-color: var(--adresse-bg-color)
}

.link-item, .cbx.node-type-5, .cbx-number.node-type-5 {
    color: var(--link-color);
    background-color: var(--link-bg-color)
}

.categorie-number {
    padding: 2px 5px;
    background-color: #f2f2f2;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 5px;
}

.bg-light {
    background-color: #f2f2f2;
}

#top-search .input-group-addon{
	border-color: transparent;
    background-color: transparent;
}

#top-search .popover {
	z-index: 1050;
}

body.top-search-open .pagetitle {
    z-index: 5556;
}

#search-autocomplete {
   visibility: hidden;
   opacity: 0;
   transition: all 0.2s ease;
}

body.top-search-open #search-autocomplete {
   visibility: visible;
   opacity: 1;
}

.sticky-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.7);
}

body.top-search-open .sticky-overlay {
	visibility: visible;
    opacity: 1;
    z-index: -1;
}

#search-autocomplete .list-group-item i {
   width: 1em;
   font-size: 25px;
   line-height: 21px;
   margin: 0px;
}

#search-standard-result {
   transition: all 0.2s ease;
}

#search-standard-result .bg-img {
    margin-top: 30px;
	width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f2f2f2;
    border: solid 5px #f2f2f2;
}
/*
#search-standard-result .bg-img:hover {
    border: solid 5px #ed1e79;
    transition: all 0.3s ease;
}
*/

#search-standard-result .bg-img span.glyphicon {
	font-size: 40px;
    color: #ed1e79;
    line-height: 90px;
}

/*
@media (min-width:1200px) { 
    #search-standard-result .bg-img {
        width: 150px;
        height: 150px;
    }
    #search-standard-result .bg-img span.glyphicon {
        line-height: 130px;
    }
}
*/

#search-standard-result h3 {
	color: #ed1e79;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    margin:  5px 0px 10px 0px;
}

#search-result-list-full .h4 {
    font-size: 18px;
}

.tplDeepsearch form .form-group {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    /* border-radius: 6px;
     overflow: hidden; */
    border: 1px solid #ccc;
    margin: -1px;
}

#search-standard-result .row .badge {
    font-size: 0.7em;
    vertical-align: middle;
}

#search-autocomplete-result h5 {
	margin-bottom: 5px;
    display: inline-block;
}

#search-standard-result em,
#search-autocomplete-result em {
    font-weight: bold;
}

#search-result-list-full .form-check-label {
    margin-bottom: 10px;
}

.glyphicon.node-type-:before {
    content: '\e046';
}
.glyphicon.node-type-80:before {
    content: '\e142';
}

.glyphicon.node-type-3:before {
    content: '\270f';
}

.glyphicon.node-type-4:before,
.glyphicon.node-type-104:before {
    content: '\e056';
}

.glyphicon.node-type-5:before {
    content: '\e144';
}

.glyphicon.node-type-41:before {
    content: '\e008';
}

.glyphicon.node-type-42:before {
    content: '\e008';
}

.glyphicon.node-type-71:before {
    content: '\e109';
}

.glyphicon.node-type-84:before {
    content: '\e059';
}

.glyphicon.node-type-87:before {
    content: '\e060';
}

.glyphicon.node-type-88:before {
    content: '\e060';
}

.collapse.in {
    display: block !important;
}

.btn-light,
.btn-light:hover,
.btn-light:active,
.btn-light.active,
.open &gt; .dropdown-toggle.btn-light {
    background-color: #f2f2f2 !important;
    color: #000801 !important;
}

.btn .badge {
    top: 0px !important;
}

.btn.focus, .btn:focus, .btn.active, .btn:active, .btn:hover {
    box-shadow: none;
}

.btn:active, .btn.active {
    box-shadow: none !important;
}

.btn i {
    font-size: inherit;
}

.btn.text-left {
	text-align: left;
}
/*
label.btn.active {
    border: none;
	border-left: solid 5px #000801 !important;
}
*/
label.btn .glyphicon.clear {
	display: none !important;
}

label.btn .glyphicon {
    margin-right: 10px;
}

label.btn.active .glyphicon.clear {
	display: inline-block !important;
    margin-left: 10px;
    margin-right: 0px;
}

label.btn .glyphicon {
	font-size: 1.3em;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-search-open .close {
	display: block;
}

select.select-drop {
    background-color: #fff !important;
    border-radius: 6px;
    border-color:  #ccc;
}

.d-inline-block {
    display: inline-block;
}

.align-middle {
    vertical-align: middle !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.border-top {
    border-top: 1px solid #f3f3f2 !important;
} 

.badge-default {
    background-color: #323f41;
    color: #ffffff !important;
}

.badge-primary {
    background-color: #000801 !important;
    color: #FFFFFF !important;
}

.badge-success {
    background-color: #49c32c;
    color: #ffffff !important;
}

.badge-info {
    background-color: #439fdb;
    color: #ffffff !important;
}

.badge-warning {
    background-color: #eabf38;
    color: #ffffff !important;
}

.badge-danger {
    background-color: #f55c5d;
    color: #ffffff !important;
}

.badge-light {
    background-color: #777 !important;
    color: #FFFFFF !important;
}

.badge-tag {
    color: #628AC7 !important;
    background-color: #F6F6F6 !important;
}


.event-item span:first-child {
    border: 1px solid var(--event-color)
}

.adresse-item span:first-child {
    border: 1px solid var(--adresse-color)
}

.link-item span:first-child {
    border: 1px solid var(--link-color)
}


.flex-type-donnee.node-type-3:hover,
.flex-type-donnee.node-type-3.active {
    background-color: var(--article-bg-color)!important;
}

.flex-type-donnee.node-type-71:hover,
.flex-type-donnee.node-type-71.active {
    background-color: var(--event-bg-color)!important;
}

.flex-type-donnee.node-type-42:hover,
.flex-type-donnee.node-type-42.active {
    background-color: var(--adresse-bg-color)!important;
}

.flex-type-donnee.node-type-5:hover,
.flex-type-donnee.node-type-5.active {
    background-color: var(--link-bg-color)!important;
}

/* checkbox */

.cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    font-size: 18px;
    line-height: 20px;
}
.cbx:not(:last-child) {
    margin-right: 6px;
}
  .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);

    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
  }
  .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:last-child {
    padding-left: 8px;
   
  }
  .cbx:hover span:first-child {
    border-color: #07f;
  }
  .inp-cbx {
    position: absolute;
    visibility: hidden;
  }

  .flex-type-donnee.active .cbx span:first-child {
    animation: wave 0.4s ease;
  }
  .flex-type-donnee.active .cbx.node-type-3 span:first-child {
    background: var(--article-color);
  }
  .flex-type-donnee.active .cbx.node-type-71 span:first-child {
    background: var(--event-color);
  }
  .flex-type-donnee.active .cbx.node-type-42 span:first-child {
    background: var(--adresse-color);
  }
  .flex-type-donnee.active .cbx.node-type-5 span:first-child {
    background: var(--link-color);
  }
  .flex-type-donnee .cbx.node-type-3 span:first-child {
    border-width: 1px;
    border-style:  solid;
    border-color: var(--article-color);
  }
  .flex-type-donnee .cbx.node-type-71 span:first-child {
    border-width: 1px;
    border-style:  solid;
    border-color: var(--event-color);
  }
  .flex-type-donnee .cbx.node-type-42 span:first-child {
    border-width: 1px;
    border-style:  solid;
    border-color: var(--adresse-color);
  }
  .flex-type-donnee .cbx.node-type-5 span:first-child {
    border-width: 1px;
    border-style:  solid;
    border-color: var(--link-color);
  }
  .flex-type-donnee.active span:first-child i {
    display: block;
    animation: wave 0.4s ease;
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    visibility: visible !important;
    margin: 1px;
  }
  /*
  .flex-type-donnee .cbx span:first-child svg {
    stroke-dashoffset: 16px;
  }
  .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  */
  @media screen and (max-width: 640px) {
    body {
      width: auto;
      display: inherit;
      padding: 20px;
    }
    .cbx {
      width: 100%;
      margin-bottom: 4px;
      display: inline-block;
    }
  }
  @-moz-keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  @-o-keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  @keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  
.btn-categories {
    border: none !important;
    border-bottom: 1px solid rgba(34, 34, 34, 0.158) !important;
    border-radius: 0!important;
    padding: 10px !important; 
    font-size: 16px !important;
    font-weight: 700 !important;
}

.btn-categories:hover,
.btn-categories.active {
    background-color: var(--main-bg-color)!important;
    color: var(--main-color)!important;
    border: none !important;
    border-bottom: 1px solid rgba(34, 34, 34, 0.158)!important;
}

.btn-categories:hover .categorie-number,
.btn-categories.active .categorie-number {
    background-color: var(--main-color)!important;
    color: white!important;
}

.note-txt-icon {
  font-weight: 400;
  margin-right: 6px;
}

#accordion a {
    display: block;
}

#accordion .collapse-arrow {
    text-align: center;
    width:  32px;
    margin-right: 7px;
    height: 36px;
    line-height: 35px;
    transform-origin: center center;
    transition: all 0.2s ease-out;
}

.collapse-dropdown &gt; [data-toggle="collapse"].collapsed .glyphicon-menu-down {
    transform-origin: center center;
    transition: all 0.2s ease-out;
}

.collapse-dropdown &gt; [data-toggle="collapse"]:not(.collapsed) .glyphicon-menu-down,
#accordion a:not(.collapsed) .collapse-arrow {
    transform: rotate(180deg);
    transition: all 0.2s ease-out;
}

@media (min-width:768px) { 
    #search-result-list-full .col-right {
        padding-left: 20px;
    }
}

@media (min-width:1200px) { 
    #search-result-list-full .col-right {
        padding-left: 40px;
    }
}</pre></body></html>