<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
  font-family:'FontAwesome';
    src:url('../fonts/fontawesome-webfont.eot');
    src:url('../fonts/fontawesome-webfont.eot?#iefix')format('embedded-opentype'),
      url('../fonts/fontawesome-webfont.woff')format('woff'),
      url('../fonts/fontawesome-webfont.ttf')format('truetype'),
      url('../fonts/fontawesome-webfont.svg#fontawesomeregular')format('svg');
    font-weight:400;
    font-style:normal;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-user:before{content:"\f007"}
.fa-legal:before{content:"\f0e3"}
.fa-bookmark:before{content:"\f02e"}
.fa-calendar:before{content:"\f073"}
.fa-list:before{content:"\f03a"}
.fa-wrench:before{content:"\f0ad"}
.fa-map-marker:before{content:"\f041"}
.fa-lock:before{content:"\f023"}
.fa-tag:before {content: "\f02b"}
.fa-tag:before {content: "\f02b"}
.fa-leaf:before{content:"\f06c"}
.fa-trophy:before{content:"\f091"}

body {
  font-size: 12px;
}

div#content-layout {
  margin: 0px 20px;
}

a {
  text-decoration:underline;
}
a:hover, a:focus, .side-nav li a:hover, .side-nav li a:focus {
    color: #CC0066;
}

.label {
    background-color: #CC0066;
}

.fa {
  color: #CC0066!important;
}

#resource section {
  margin-top: 30px;
}

#resource section h3 {
  border-bottom: 1px solid #999;
  padding-bottom: 3px;
  margin: 9px 0 20px;
  line-height: 18px;
  cursor:pointer;
  font-size: 18px;
}

#resource section .card {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  -ms-box-shadow: 2px 2px 2px #ddd;
  -moz-box-shadow: 2px 2px 2px #ddd;
  -webkit-box-shadow: 2px 2px 2px #ddd;
  -khtml-box-shadow: 2px 2px 2px #ddd;
  box-shadow: 2px 2px 2px #ddd;
}

#resource section .datas .text-right {
  min-height: 30px;
}

p {
  margin: 0 0 9px;
}

ul {
  margin:0;
}

.list-inline&gt;li {
  padding-right: 25px;
}

h2 {
  margin-right:50px;
  font-size: 22px;
}
#links {
  float:left;
  margin-bottom: 20px;
  margin-left: 15px;
}

#links .btn-cg53, span.btn.btn-default {
  font-size: 1em;
}

#links span.btn.btn-default {
  padding: 5px 7px;
  font-family: Verdana, sans-serif;
  font-weight: normal;
}

#links button.btn.btn-default.dropdown-toggle {
  padding: 1px 7px;
}
#links .dropdown-menu {
  border: 1px solid #ccc;
}
#links .dropdown-menu &gt; li {
  border:none;
}
#links .dropdown-menu &gt; li &gt;a {
  text-decoration: none;
}

.topActions {
  margin-right: 15px;
  margin-bottom: 20px;
  float:right;
}
.topActions &gt; div {
  display: inline-block;
  margin-right:5px;
  margin-left:5px;
}

.topActions img {
  height:25px;
  cursor:pointer;
}

.marge {
  margin-top:10px;
}

.list-inline i.fa {
  padding-right: 5px;
}

span.moreless {
  float: right;
  color: #CC0066;
}

#envelope-map {
  height:300px;
}

.esriSimpleSlider {
  display: none;
}

@media (max-width: 325px) {
  .topActions {
    float:left;
  }
}


@media (max-width: 991px) {
	section .datas&gt;div {
			display: inline-block;
	}
}


@media print {
  #links , .topActions {
    display:none;
  }
}</pre></body></html>