.hidden {
  display: none;
}
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  height: 100%;
  color: #63625f;
  font-family: Georgia, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.5;
  background: url(/sites/default/themes/morvan/images/fd-rp.jpg);
}
#page-wrapper {
  position: relative;
  min-height: 100%;
  min-width: 980px;
}
.section {
  position: relative;
}
.limiter {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.footer-bottom {
  position: absolute;
  bottom: 0;
  border-bottom: 5px solid #dd3f19;
  height: 40px;
  width: 100%;
  z-index: 3;
  background: #222;
  clear: both;
  text-align: right;
}
header.section {
  border-top: 5px solid #e9e6d7;
  height: 130px;
  z-index: 3;
}
.footer-top {
  background-color: #333333;
  color: #fff;
  padding: 4.5rem 0 8rem;
  text-transform: uppercase;
}
.footer-top img {
  margin-right: 1rem;
}
.footer-top h3 {
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 24px;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid rgba(255,255,255,0.2);
  font-family: 'IBC';
  margin-bottom: 0.9rem;
  padding-bottom: 0.9rem;
}
.footer-top a {
  color: #FFF;
  text-decoration: none;
}
.footer-top .footer-top__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 2rem;
}
.footer-top li {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  font-family: 'DBook';
  margin-bottom: 0.9rem;
}
#pnrm-logo {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 64px;
  width: 50px;
  background: url(/sites/default/themes/morvan/images/logo-parc-naturel-morvan.png);
}
#ecomusee-logo {
  display: block;
  position: absolute;
  top: 10px;
  right: 70px;
  height: 64px;
  width: 63px;
  background: url(/sites/default/themes/morvan/images/logo-ecomusee.svg);
}
.site-info {
  margin: 0 10px;
  padding: 30px 0;
}
#logo {
  display: inline-block;
  vertical-align: middle;
}
#logo img {
  display: block;
  margin: 0;
}
#site-slogan {
  display: inline-block;
  vertical-align: middle;
  background: url(/sites/default/themes/morvan/images/pre-slogan.png) no-repeat left center;
  padding-left: 30px;
  margin-left: 15px;
  font-family: 'DExtraLight';
  font-size: 2rem;
  line-height: 0.7826em;
}
#main-menu {
  position: relative;
  z-index: 5;
  height: 62px;
  background: url(/sites/default/themes/morvan/images/nav-rp.png) left top;
}
#main-menu .menu {
  height: 100%;
  font-family: 'DBold';
  margin: 0;
  text-align: center;
}
#main-menu .menu li {
  display: inline-block;
  height: 100%;
  border-left: 1px solid #333;
  border-right: 1px solid #000;
}
#main-menu .menu .first {
  border-left: 0;
}
#main-menu .menu .last {
  border-right: 0;
}
#main-menu .menu li > a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  margin: 15px 5px;
  padding: 7px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
}
#main-menu .menu li.active-trail > a,
#main-menu .menu li:hover > a {
  background: #dd3f19;
  background: -webkit-linear-gradient(top,#dd3f19,#c32b16);
  background: -moz-linear-gradient(top,#dd3f19,#c32b16);
  background: -ms-linear-gradient(top,#dd3f19,#c32b16);
  background: -o-linear-gradient(top,#dd3f19,#c32b16);
  background: linear-gradient(to bottom,#dd3f19,#c32b16);
}
#main-menu .expanded {
  position: relative;
}
#main-menu .expanded .menu {
  display: none;
  min-width: 100%;
  height: auto;
  position: absolute;
  z-index: 10000;
  left: 15px;
  top: 52px;
  background: #323232;
  background: -webkit-linear-gradient(top,#323232,#3d3d3d);
  background: -moz-linear-gradient(top,#323232,#3d3d3d);
  background: -ms-linear-gradient(top,#323232,#3d3d3d);
  background: -o-linear-gradient(top,#323232,#3d3d3d);
  background: linear-gradient(to bottom,#323232,#3d3d3d);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
}
#main-menu .expanded li {
  display: block;
  border: none;
}
#main-menu .expanded li a {
  font-family: 'DBook';
  margin: 0;
  padding: 6px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: transparent;
  background-position: 0;
  -webkit-transition: all .5s ease 0;
  -moz-transition: all .5s ease 0;
  -ms-transition: all .5s ease 0;
  -o-transition: all .5s ease 0;
  transition: all .5s ease 0;
  white-space: nowrap;
}
#main-menu .expanded li a:before {
  content: '>';
  margin-right: 5px;
}
#main-menu .expanded li a:hover {
  background: #dd3f19;
}
#main-menu .expanded li.first a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#main-menu .expanded li.last a {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#main-menu .expanded:hover .menu {
  display: block;
}
#main-menu:after,
#main-menu:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 62px;
  width: 10px;
}
#main-menu:before {
  left: -10px;
  background: url(/sites/default/themes/morvan/images/nav-l.png) no-repeat left top;
}
#main-menu:after {
  right: -10px;
  background: url(/sites/default/themes/morvan/images/nav-r.png) no-repeat left top;
}
#main-content {
  overflow: hidden;
  padding-bottom: 75px;
}
#banner {
  position: relative;
  min-height: 30px;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#banner:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
}
#banner img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#banner .page-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1px;
  letter-spacing: -1px;
  word-spacing: -1px;
}
#banner .page-title h1 {
  display: inline-block;
  vertical-align: middle;
  color: white;
  letter-spacing: normal;
  word-spacing: normal;
  margin-top: 30px;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 54px;
  font-family: 'IBC';
}
#banner .center {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.field-home-slideshow {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 210px;
}
.field-home-slideshow li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.field-home-slideshow .field-slideshow-txtgras {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  font-size: 48px;
  color: #fff;
  line-height: 54px;
  font-family: 'IBC';
  font-weight: normal;
}
.field-home-slideshow .field-slideshow-txtfin {
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 54px;
  color: #fff;
  font-weight: normal;
  font-family: 'DBook';
  text-transform: uppercase;
}
.slideshow-thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.slideshow-thumbs li {
  display: inline-block;
  margin: 20px 3px;
  height: 10px;
  width: 10px;
  background: #fff;
  opacity: 0.5;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.slideshow-thumbs .survol,
.slideshow-thumbs li:hover {
  opacity: 1;
}
.slideshow-fleches-container {
  position: absolute;
  z-index: 1;
  top: 65px;
  left: 0;
  width: 100%;
  height: 80px;
}
.slideshow-fleches {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.slideshow-fleche {
  position: absolute;
  top: 0;
  height: 80px;
  width: 30px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.slideshow-fleche:hover {
  opacity: 1;
}
#slideshow-fleche-left {
  left: 0;
  background: url(/sites/default/themes/morvan/images/slide-fleche-g.png) no-repeat;
}
#slideshow-fleche-right {
  right: 0;
  background: url(/sites/default/themes/morvan/images/slide-fleche-d.png) no-repeat;
}
#ariane {
  width: 1000px;
  margin: 0 auto;
  height: 20px;
  padding: 15px 0;
  background: white;
  box-shadow: 0 1px 3px 1px #171717;
  -webkit-box-shadow: 0 1px 3px 1px rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 1px rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 1px rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 1px rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 1px rgba(23,23,23,0.15);
}
#ariane .breadcrumb {
  margin: 0 0 0 10px;
}
#ariane .breadcrumb a,
#ariane .breadcrumb span {
  font-size: 1.1429em;
  line-height: 1.125em;
  color: #333;
  font-family: 'DBook';
  text-transform: uppercase;
  text-decoration: none;
}
#ariane .breadcrumb .crumbs-current-page {
  font-family: 'DBold';
}
#ariane #search-block-form {
  position: absolute;
  right: 10px;
  top: 0;
}
#main {
  position: relative;
  float: left;
  margin: 0 10px;
  width: 690px;
}
#content {
  position: relative;
}
.messages {
  background: white;
  padding: 15px 20px;
  margin: 30px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  overflow: hidden;
}
.node-type-objets .messages {
  display: none;
}
#block-morvanblocks-home-map {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  background: white;
  padding: 15px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
}
#block-morvanblocks-home-map h2 {
  margin: 5px 10px 0;
  font-family: 'IBC';
  font-size: 1.7857em;
  line-height: 1.12em;
  color: #222;
  padding-left: 40px;
  height: 28px;
  background: url(/sites/default/themes/morvan/images/picto-carte.png) no-repeat left top;
}
#block-morvanblocks-home-map .content-sp {
  border-top: 1px solid #e9e6d7;
  margin: 25px 10px 0;
}
#block-morvanblocks-home-map .content-section {
  margin: 25px 10px 0;
  overflow: hidden;
}
#block-morvanblocks-home-map .carte-link {
  position: relative;
  display: block;
}
#block-morvanblocks-home-map .carte-link img {
  margin: 0;
  display: block;
}
#block-morvanblocks-home-map .carte-link .carte-hover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#block-morvanblocks-home-map .carte-link .carte-hover .carte-hover-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #63625f url(/sites/default/themes/morvan/images/loupe.png) no-repeat center center;
  background: rgba(34,34,34,0.9) url(/sites/default/themes/morvan/images/loupe.png) no-repeat center center;
  opacity: 0;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -ms-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
#block-morvanblocks-home-map .carte-link:hover .carte-hover-plus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#user-login,
.fiche-patrimoine-pro,
.node-full,
.profile {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  background: white;
  padding: 15px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  overflow: hidden;
}
#user-login h1,
.fiche-patrimoine-pro h1,
.node-full h1,
.profile h1 {
  margin: 5px 10px 0;
  font-family: 'IBC';
  font-size: 1.7857em;
  line-height: 1.12em;
  color: #222;
}
.front .title {
  padding-left: 40px;
  height: 28px;
  background: url(/sites/default/themes/morvan/images/titre-home.png) no-repeat left top;
}
.fiche-patrimoine-pro,
.node-fiche-arbre.node-full,
.node-fiche-commune.node-full,
.node-fiche-patrimoine.node-full,
.node-fiche-spirale.node-full,
.node-fiche.node-full {
  margin-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.node-full .field-latin {
  margin: 5px 10px 0;
  font-family: 'DBook';
  font-size: 1.1428em;
  line-height: 1.3125em;
  color: #df3f1d;
  text-transform: uppercase;
}
.node-full h3.field-label {
  margin: 5px 0 0;
  font-family: 'IBC';
  font-size: 1.7857em;
  line-height: 1.12em;
  color: #222;
}
.node-full .field-group-div h2 {
  margin: 25px 0 0;
  font-family: 'IBC';
  font-size: 1.7857em;
  line-height: 1.12em;
  color: #222;
}
.node-full .field-group-div h3 {
  margin-top: 15px;
  color: #63625f;
  font-family: 'DBook';
  font-size: 1.1429em;
  line-height: 1.125em;
}
.node-full .content-sp {
  border-top: 1px solid #e9e6d7;
  margin: 25px 10px 0;
}
.node-full .content-section {
  margin: 25px 10px 0;
  overflow: hidden;
}
.node-full .field-infos {
  float: left;
}
.node-full .no-margin-side {
  margin: 25px 0 0;
}
.node-full .no-margin-side .field-label {
  margin: 5px 10px 0;
}
.node-full .content-section-galerie .field-label {
  padding-left: 40px;
  height: 28px;
  background: url(/sites/default/themes/morvan/images/titre-galerie.png) no-repeat left top;
}
.node-full .field-contrib-image,
.node-full .field-elt-ill,
.node-full .field-galerie {
  overflow: hidden;
  margin-top: 25px;
}
.node-full .field-contrib-image li,
.node-full .field-elt-ill li,
.node-full .field-galerie li {
  float: left;
  margin: 0 0 10px 10px;
}
.node-full .field-contrib-image img,
.node-full .field-elt-ill img,
.node-full .field-galerie img {
  display: block;
  margin: 0;
}
.node-full .field-illustration {
  float: left;
  margin: 0 20px 5px 0;
}
.node-full .field-illustration img {
  display: block;
  margin: 0;
}
.node-fiche-patrimoine header {
  overflow: hidden;
}
.field-body :first-child,
.term-description :first-child {
  margin-top: 0;
}
.field-body h2,
.term-description h2 {
  margin: 20px 0 0;
  font-family: 'DBold';
  font-size: 1.142857142857143em;
  text-transform: uppercase;
}
.field-body ul,
.term-description ul {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
  padding-left: 20px;
}
.field-body ol,
.term-description ol {
  list-style-type: lower-alpha;
  list-style-position: outside;
  list-style-image: none;
  padding-left: 20px;
}
.field-body p,
.term-description p {
  margin-top: 10px;
}
.field-body b,
.field-body strong,
.term-description b,
.term-description strong {
  font-weight: bolder;
}
.field-body em,
.field-body i,
.term-description em,
.term-description i {
  font-style: italic;
}
.field-body a,
.term-description a {
  color: #008c19;
  text-decoration: none;
}
#page-tabs {
  position: absolute;
  bottom: 100%;
  right: 20px;
  z-index: 3;
}
#page-tabs .tabs {
  padding: 2px 5px;
  background: #df3f1d;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 2px 0 #171717;
  -webkit-box-shadow: 0 0 2px 0 rgba(23,23,23,0.3);
  -moz-box-shadow: 0 0 2px 0 rgba(23,23,23,0.3);
  -ms-box-shadow: 0 0 2px 0 rgba(23,23,23,0.3);
  -o-box-shadow: 0 0 2px 0 rgba(23,23,23,0.3);
  box-shadow: 0 0 2px 0 rgba(23,23,23,0.3);
  font-family: 'DBook';
}
#page-tabs li {
  display: inline;
  margin: 0 5px;
}
#page-tabs a {
  color: #333;
  text-decoration: none;
}
#page-tabs a.active,
#page-tabs a:hover {
  color: white;
}
#ft-logo {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  height: 17px;
  width: 218px;
  background: url(/sites/default/themes/morvan/images/ft-logo.png);
}
#main-footer-items {
  font-family: 'DBook';
  margin: 0 10px;
}
#main-footer-items li {
  display: inline;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  line-height: 40px;
}
#main-footer-items a {
  color: white;
  text-decoration: none;
}
#sidebar {
  float: left;
  margin: 0 10px 0 20px;
  width: 220px;
}
#sidebar .block {
  margin-top: 30px;
  padding: 30px 0 0;
  background: url(/sites/default/themes/morvan/images/side-top.png) repeat-x left top;
}
#sidebar .block h2 {
  display: block;
  vertical-align: middle;
  font-family: 'IBC';
  font-size: 1.4286em;
  line-height: 1.4em;
  color: #222;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e6d7;
  min-height: 28px;
}
#sidebar .block ul.menu {
  border-top: 1px solid white;
}
#sidebar .block ul.menu li {
  display: block;
  padding: 15px 0 0;
  font-family: 'DBook';
  font-size: 1.1429em;
  line-height: 1.125em;
}
#sidebar .block ul.menu a {
  color: #63625f;
  font-family: 'DBook';
  font-size: 1.1429em;
  line-height: 1.125em;
  text-transform: uppercase;
  text-decoration: none;
}
#sidebar .block ul.menu a:before {
  content: '>';
  margin-right: 5px;
}
#sidebar .block ul.menu a.active {
  font-family: 'DBold';
}
#sidebar .block ul.menu ul.menu {
  border-top: none;
  padding-top: 5px;
  padding-bottom: 10px;
}
#sidebar .block ul.menu ul.menu li {
  padding-top: 5px;
}
#sidebar .block ul.menu ul.menu li a {
  text-transform: none;
  font-size: 0.9em;
  margin-left: 10px;
}
#sidebar .block ul.menu ul.menu li a:before {
  content: '>>';
  margin-right: 5px;
}
#sidebar .block .content-bloc {
  border-top: 1px solid white;
  padding: 10px 0 0;
}
#sidebar .block .link-bloc {
  position: relative;
  display: block;
  margin-top: 15px;
  height: 18px;
  padding: 7px 0 6px;
  text-align: center;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-family: 'DBook';
  font-size: 1.1429em;
  line-height: 1.125em;
  background: #008c19;
}
#sidebar .block .link-bloc:after,
#sidebar .block .link-bloc:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  z-index: 2;
  height: 31px;
  width: 10px;
}
#sidebar .block .link-bloc:before {
  left: 0;
  background: url(/sites/default/themes/morvan/images/bloc-link-l.png) no-repeat left top;
}
#sidebar .block .link-bloc:after {
  right: 0;
  background: url(/sites/default/themes/morvan/images/bloc-link-r.png) no-repeat left top;
}
#sidebar #search-block-form {
  margin-top: 30px;
}
.page #sidebar .block:first-child {
  padding: 0;
  background: none;
}
#block-menu-menu-more h2 {
  padding-left: 40px;
  background: url(/sites/default/themes/morvan/images/picto-info.png) no-repeat 1px top;
}
#block-morvanblocks-side-obs h2 {
  padding-left: 40px;
  background: url(/sites/default/themes/morvan/images/icon-eobs.png) no-repeat 1px top;
}
#block-morvanblocks-spiral-trail h2,
#block-morvanblocks-taxonomy-trail h2 {
  padding-left: 40px;
  background: url(/sites/default/themes/morvan/images/side-more.png) no-repeat 1px top;
}
#search-block-form {
  display: block;
  border: 5px solid #c6c2b0;
  background: #c6c2b0;
  height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#search-block-form .form-type-searchfield {
  width: 175px;
  float: left;
}
#search-block-form .form-type-searchfield input {
  display: block;
  border: 0;
  width: 175px;
  padding: 0 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}
#search-block-form .form-actions {
  float: left;
  margin-left: 5px;
  width: 30px;
}
#search-block-form .form-actions input {
  display: block;
  background: #c6c2b0 url(/sites/default/themes/morvan/images/search.png) no-repeat center center;
  text-indent: -9999px;
  border: 0;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.pager {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  text-align: center;
}
.pager li {
  display: inline-block;
  font-size: 16px;
  padding: 10px 5px;
  font-family: 'DBook';
}
.pager .pager-previous {
  float: left;
  padding: 10px 20px;
  border-right: 1px solid #e9e6d7;
}
.pager .pager-next {
  float: right;
  padding: 10px 20px;
  border-left: 1px solid #e9e6d7;
}
.pager .pager-first {
  display: none;
}
.pager .pager-last {
  display: none;
}
.pager a {
  text-decoration: none;
  color: #222;
}
.pager .pager-current,
.pager a:hover {
  color: #df3f1d;
}
.fiche-navigation-links {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  z-index: 1;
  background: black;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  padding: 10px 20px;
  text-align: center;
}
.fiche-navigation-links li {
  display: inline;
}
.fiche-navigation-links .first {
  float: left;
}
.fiche-navigation-links .last {
  float: right;
}
.fiche-navigation-links a {
  font-family: 'DBook';
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}
.fiche-navigation-links .active,
.fiche-navigation-links a:hover {
  color: #df3f1d;
}
.glossary-links {
  position: relative;
  margin-top: 30px;
  z-index: 1;
  background: black;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  padding: 10px 20px;
}
.glossary-links li {
  display: inline;
  margin: 0 5px;
}
.glossary-links .first {
  margin-right: 20px;
}
.glossary-links a {
  font-family: 'DBook';
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}
.glossary-links .active {
  color: #df3f1d;
}
.glossary-links-memo {
  margin-top: 20px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
}
.no-result {
  position: relative;
  z-index: 2;
  margin-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background: white;
  padding: 20px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
}
.term-description,
.term-listing {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
}
.term-description {
  padding: 20px;
}
.term-listing-commune {
  padding: 20px;
  font-family: 'DBold';
  font-size: 32px;
  line-height: 1;
  color: #222;
  background: #ddd;
}
.term-listing-with-form,
.term-listing-with-glossary {
  margin-top: 0;
  border-top: 1px solid #63625f;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.taxonomy-term-line {
  font-size: 1px;
  letter-spacing: -1px;
  word-spacing: -1px;
  background: url(/sites/default/themes/morvan/images/term-line.png) no-repeat center top;
}
.taxonomy-term-line .taxonomy-term-teaser {
  background: url(/sites/default/themes/morvan/images/term-sp.png) no-repeat left 20px;
}
.taxonomy-term-line .taxonomy-term-teaser:first-child {
  background: none;
}
.term-listing .taxonomy-term-line:first-child,
.term-listing article:first-child {
  background: none !important;
}
.taxonomy-term-teaser {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  width: 210px;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
}
.taxonomy-term-teaser .taxonomy-term-link {
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.taxonomy-term-teaser .taxonomy-term-link img {
  display: block;
  margin: 0 auto 10px;
}
.taxonomy-term-teaser .taxonomy-term-link h1 {
  font-family: 'IBC';
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  color: #222;
}
.taxonomy-term-teaser .taxonomy-term-link span {
  font-family: 'DBook';
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  text-transform: uppercase;
  color: #df3f1d;
}
.taxonomy-term-teaser .taxonomy-term-hover {
  position: absolute;
  top: 10px;
  left: 25px;
  width: 160px;
  height: 160px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.taxonomy-term-teaser .taxonomy-term-hover .taxonomy-term-plus {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #df3f1d url(/sites/default/themes/morvan/images/plus.png) no-repeat center center;
  background: rgba(223,63,29,0.9) url(/sites/default/themes/morvan/images/plus.png) no-repeat center center;
  opacity: 0;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -ms-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.taxonomy-term-teaser .taxonomy-term-link:hover {
  background: #f8f6e9;
}
.taxonomy-term-teaser .taxonomy-term-link:hover .taxonomy-term-plus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.term-form-header {
  position: relative;
  margin-top: 30px;
  z-index: 1;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  padding: 20px;
}
.term-form {
  position: relative;
  margin-top: 30px;
  z-index: 1;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  padding: 20px;
}
.term-actions {
  position: relative;
  z-index: 1;
  background: #f8f6e9;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  padding: 20px;
}
.term-actions a {
  display: inline-block;
  text-decoration: none;
  background: #df3f1d;
  color: white;
  border: 0;
  padding: 5px;
  margin-right: 20px;
  font-family: 'DBook';
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.1429em;
}
.term-actions a.link-download-csv {
  margin-top: 10px;
}
table {
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  border-collapse: collapse;
  width: 100%;
}
table th {
  padding: 5px;
  background: #e3e3e3;
  font-weight: bold;
}
table td {
  border-top: thin solid #ccc;
  padding: 5px;
  text-align: center;
}
table a {
  color: #63625f;
}
.objets-teaser {
  display: block;
  color: #63625f;
  text-decoration: none;
  padding: 8px 20px;
}
.objets-teaser-odd {
  background: #ececec;
}
.objets-teaser-even {
  background: #d2d2d2;
}
.formulaire-recherche-objet {
  padding: 20px;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(23,23,23,0.15);
  border-radius: 5px;
  margin-top: 30px;
}
.formulaire-recherche-objet .term-form {
  margin-top: 0;
}
.formulaire-recherche-objet .total-results {
  margin-bottom: 15px;
}
.objets-list {
  margin-top: 30px;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(23,23,23,0.15);
  border-radius: 5px;
}
.entete-liste-pro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.total-results {
  display: flex;
  align-items: center;
  color: #222222;
  font-family: "Intro ";
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'IBC';
}
.total-results img {
  margin-right: 10px;
}
.entete-term-actions > a {
  color: #000000;
  font-family: 'DBook';
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 15px;
  text-decoration: none;
}
.entete-term-actions > a:before {
  content: url(/sites/default/themes/morvan/images/icone-imprimer.svg);
  padding-right: 10px;
}
.node-fiche-arbre.node-teaser,
.node-fiche-commune.node-teaser,
.node-fiche-patrimoine.node-teaser,
.node-fiche.node-teaser {
  padding: 10px;
  background: url(/sites/default/themes/morvan/images/term-line.png) no-repeat center top;
}
.node-fiche-arbre.node-teaser .fiche-node-link,
.node-fiche-commune.node-teaser .fiche-node-link,
.node-fiche-patrimoine.node-teaser .fiche-node-link,
.node-fiche.node-teaser .fiche-node-link,
.page-incontournable .node-teaser .fiche-node-link {
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.node-fiche-arbre.node-teaser .fiche-node-image,
.node-fiche-commune.node-teaser .fiche-node-image,
.node-fiche-patrimoine.node-teaser .fiche-node-image,
.node-fiche.node-teaser .fiche-node-image,
.page-incontournable .node-teaser .fiche-node-image {
  height: 100px;
  width: 100px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.node-fiche-arbre.node-teaser .fiche-node-image img,
.node-fiche-commune.node-teaser .fiche-node-image img,
.node-fiche-patrimoine.node-teaser .fiche-node-image img,
.node-fiche.node-teaser .fiche-node-image img,
.page-incontournable .node-teaser .fiche-node-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.node-fiche-arbre.node-teaser .fiche-node-texte,
.node-fiche-commune.node-teaser .fiche-node-texte,
.node-fiche-patrimoine.node-teaser .fiche-node-texte,
.node-fiche.node-teaser .fiche-node-texte,
.page-incontournable .node-teaser .fiche-node-texte {
  display: inline-block;
  vertical-align: middle;
}
.node-fiche-arbre.node-teaser .fiche-node-texte h1,
.node-fiche-commune.node-teaser .fiche-node-texte h1,
.node-fiche-patrimoine.node-teaser .fiche-node-texte h1,
.node-fiche.node-teaser .fiche-node-texte h1,
.page-incontournable .node-teaser .fiche-node-texte h1 {
  font-family: 'IBC';
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  margin-bottom: 5px;
  color: #222;
}
.node-fiche-arbre.node-teaser .fiche-node-texte span,
.node-fiche-commune.node-teaser .fiche-node-texte span,
.node-fiche-patrimoine.node-teaser .fiche-node-texte span,
.node-fiche.node-teaser .fiche-node-texte span,
.page-incontournable .node-teaser .fiche-node-texte span {
  font-family: 'DBook';
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  text-transform: uppercase;
  color: #df3f1d;
}
.node-fiche-arbre.node-teaser .fiche-node-hover,
.node-fiche-commune.node-teaser .fiche-node-hover,
.node-fiche-patrimoine.node-teaser .fiche-node-hover,
.node-fiche.node-teaser .fiche-node-hover,
.page-incontournable .node-teaser .fiche-node-hover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.node-fiche-arbre.node-teaser .fiche-node-hover .fiche-node-plus,
.node-fiche-commune.node-teaser .fiche-node-hover .fiche-node-plus,
.node-fiche-patrimoine.node-teaser .fiche-node-hover .fiche-node-plus,
.node-fiche.node-teaser .fiche-node-hover .fiche-node-plus,
.page-incontournable .node-teaser .fiche-node-hover .fiche-node-plus {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #df3f1d url(/sites/default/themes/morvan/images/plus.png) no-repeat center center;
  background: rgba(223,63,29,0.9) url(/sites/default/themes/morvan/images/plus.png) no-repeat center center;
  opacity: 0;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -ms-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.node-fiche-arbre.node-teaser .fiche-node-link:hover,
.node-fiche-commune.node-teaser .fiche-node-link:hover,
.node-fiche-patrimoine.node-teaser .fiche-node-link:hover,
.node-fiche.node-teaser .fiche-node-link:hover,
.page-incontournable .node-teaser .fiche-node-link:hover {
  background: #f8f6e9;
}
.node-fiche-arbre.node-teaser .fiche-node-link:hover .fiche-node-plus,
.node-fiche-commune.node-teaser .fiche-node-link:hover .fiche-node-plus,
.node-fiche-patrimoine.node-teaser .fiche-node-link:hover .fiche-node-plus,
.node-fiche.node-teaser .fiche-node-link:hover .fiche-node-plus,
.page-incontournable .node-teaser .fiche-node-link:hover .fiche-node-plus {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#morvan-maps .info {
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}
#morvan-maps .info p {
  padding: 6px 8px;
  font-family: 'IBC';
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  color: #222;
}
.content-section-contribution .field-label {
  padding-left: 40px;
  height: 28px;
  background: url(/sites/default/themes/morvan/images/titre-contrib.png) no-repeat left top;
}
.content-section-contribution .submitted {
  margin: 20px 10px 0;
  padding: 10px 0 0;
  font-size: 0.8571428571428571em;
  border-top: 1px dotted #e9e6d7;
  font-style: italic;
}
.content-section-contribution .field-contrib-texte {
  margin-top: 20px;
  padding: 0 10px;
}
#block-morvanblocks-contrib-scientifique h2,
#block-morvanblocks-side-arbres h2,
#block-morvanblocks-side-contribuer-inventaire h2 {
  padding-left: 40px;
  background: url(/sites/default/themes/morvan/images/side-contrib.png) no-repeat left top;
}
#block-morvanblocks-contrib-scientifique .content-bloc p,
#block-morvanblocks-side-arbres .content-bloc p,
#block-morvanblocks-side-contribuer-inventaire .content-bloc p {
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: 'DBook';
  font-size: 1.1429em;
  line-height: 1.125em;
}
#block-morvanblocks-contrib-scientifique .content-bloc p a,
#block-morvanblocks-side-arbres .content-bloc p a,
#block-morvanblocks-side-contribuer-inventaire .content-bloc p a {
  text-decoration: none;
  color: #63625f;
  font-family: 'DBook';
  font-size: 1.1429em;
  line-height: 1.125em;
  text-transform: uppercase;
}
#block-morvanbiblio-bibliotheque-assosiee h2,
#block-morvancontrib-last-contribution h2 {
  padding-left: 40px;
  background: url(/sites/default/themes/morvan/images/side-contrib.png) no-repeat left top;
}
#block-morvanbiblio-bibliotheque-assosiee .item-list li,
#block-morvancontrib-last-contribution .item-list li {
  border-bottom: 1px solid #e9e6d7;
  padding: 10px;
}
#block-morvanbiblio-bibliotheque-assosiee .item-list .last,
#block-morvancontrib-last-contribution .item-list .last {
  border-bottom: 0;
  padding: 10px 10px 0;
}
#block-morvanbiblio-bibliotheque-assosiee .item-list a,
#block-morvancontrib-last-contribution .item-list a {
  color: #df3f1d;
  text-decoration: none;
}
#block-morvanbiblio-bibliotheque-assosiee .item-list a:hover,
#block-morvancontrib-last-contribution .item-list a:hover {
  text-decoration: underline;
}
#block-morvancontrib-contribuer {
  background: white;
  padding: 15px 20px;
  margin: 30px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  overflow: hidden;
}
#block-morvancontrib-contribuer h2 {
  margin: 5px 0 0;
  font-family: 'IBC';
  font-size: 1.7857em;
  line-height: 1.12em;
  color: #222;
}
#block-morvancontrib-contribuer label {
  display: block;
}
#block-morvancontrib-contribuer .description {
  font-size: 0.8571428571428571em;
  font-style: italic;
}
#block-morvancontrib-contribuer .form-item {
  margin-top: 20px;
}
#block-morvancontrib-contribuer .form-item input,
#block-morvancontrib-contribuer .form-item textarea {
  display: block;
  border: 1px solid #c6c2b0;
  padding: 2px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
#block-morvancontrib-contribuer #edit-envoyer {
  margin-top: 20px;
  display: block;
  border: 0;
  cursor: pointer;
  height: 30px;
  background: #c6c2b0;
  color: #ffffff;
}
#search-form {
  background: white;
  padding: 15px 20px;
  margin: 30px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  overflow: hidden;
}
#search-form #edit-submit,
#search-form .form-item {
  display: inline-block;
}
.search-results-container {
  background: white;
  padding: 15px 20px;
  margin: 30px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  overflow: hidden;
}
.search-results-container h2 {
  margin: 5px 0 10px;
  font-family: 'IBC';
  font-size: 1.7857em;
  line-height: 1.12em;
  color: #222;
}
.search-results-container li {
  padding: 10px;
  background: url(/sites/default/themes/morvan/images/term-line.png) no-repeat center top;
}
.search-results-container li a {
  color: #df3f1d;
}
.search-results-container li strong {
  font-weight: bolder;
}
.biblio-listing {
  background: white;
  padding: 15px 10px;
  margin: 30px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  overflow: hidden;
}
.biblio-listing .page-title {
  margin: 5px 10px 10px;
  font-family: 'IBC';
  font-size: 1.7857em;
  line-height: 1.12em;
  color: #222;
}
.biblio-listing h3 {
  margin: 20px 0 0;
  font-family: 'DBold';
  font-size: 1.142857142857143em;
  text-transform: uppercase;
}
.biblio-listing .content-sp {
  border-top: 1px solid #e9e6d7;
  margin: 25px 10px 0;
}
.biblio-listing .content-section {
  margin: 0 10px;
  overflow: hidden;
}
.biblio-listing .content-section a {
  color: #df3f1d;
}
.term-form-memo .form-type-checkboxes,
.term-form-patpro .form-type-checkboxes {
  margin: 0 0 15px;
}
.term-form-memo .form-type-checkboxes .form-checkboxes,
.term-form-patpro .form-type-checkboxes .form-checkboxes {
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.term-form-memo .form-type-checkboxes .form-item,
.term-form-patpro .form-type-checkboxes .form-item {
  display: inline-block;
  margin-right: 10px;
}
.term-form-memo label,
.term-form-patpro label {
  display: block;
  font-family: 'DBook';
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.term-form-memo .form-type-checkbox label,
.term-form-patpro .form-type-checkbox label {
  display: inline-block;
  margin-left: 10px;
}
.term-form-memo #morvanobjets-objets-form .form-type-checkbox label,
.term-form-patpro #morvanobjets-objets-form .form-type-checkbox label {
  display: inline-block;
  margin-left: 10px;
}
.term-form-memo select,
.term-form-patpro select {
  background: #FFF;
  color: black;
  border: 1px solid #e9e6d8;
  height: 30px;
  font-family: 'DBook';
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 0 15px;
  font-size: 1.1429em;
}
.term-form-memo option[value="148"],
.term-form-memo option[value="149"],
.term-form-memo option[value="105"],
.term-form-memo option[value="106"],
.term-form-memo option[value="107"],
.term-form-memo option[value="534"],
.term-form-memo option[value="540"],
.term-form-memo option[value="535"],
.term-form-memo option[value="533"],
.term-form-memo option[value="537"],
.term-form-memo option[value="538"],
.term-form-memo option[value="536"],
.term-form-memo option[value="539"],
.term-form-patpro option[value="148"],
.term-form-patpro option[value="149"],
.term-form-patpro option[value="105"],
.term-form-patpro option[value="106"],
.term-form-patpro option[value="107"],
.term-form-patpro option[value="534"],
.term-form-patpro option[value="540"],
.term-form-patpro option[value="535"],
.term-form-patpro option[value="533"],
.term-form-patpro option[value="537"],
.term-form-patpro option[value="538"],
.term-form-patpro option[value="536"],
.term-form-patpro option[value="539"] {
  background: #df3f1d;
  color: #f8f6e9;
}
.term-form-memo input[type=text],
.term-form-patpro input[type=text] {
  background: #FFF;
  color: black;
  border-radius: 5px;
  border: 1px solid #e9e6d8;
  padding: 4px;
  font-family: 'DBook';
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 0 0 15px;
  font-size: 1.1429em;
}
.term-form-memo input[type=submit],
.term-form-patpro input[type=submit] {
  background: #df3f1d;
  color: white;
  border: 0;
  padding: 8px 10px;
  font-family: 'DBook';
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 15px 10px 0 0;
  font-size: 1.1429em;
}
.term-form-memo .reset-btn,
.term-form-patpro .reset-btn {
  color: #df3f1d;
  font-size: 1.1429em;
  font-family: 'DBook';
}
.term-form-memo .form-item .description,
.term-form-patpro .form-item .description {
  margin: 0 0 10px;
  font-size: small;
  font-style: italic;
}
.term-form-memo .fieldset-description,
.term-form-patpro .fieldset-description {
  font-size: small;
  font-style: italic;
  margin: 5px 0;
}
.term-form-memo .form-submit,
.term-form-patpro .form-submit {
  clear: both;
}
.term-form-memo,
.term-form-patpro {
  background: #e9e6d8;
  position: relative;
}
.term-form-memo .total-results,
.term-form-patpro .total-results {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #63625f;
  font-family: 'DBold';
  font-size: 1.1429em;
}
.term-form-memo .alignleft .form-type-checkbox,
.term-form-memo .alignleft .form-type-checkboxes,
.term-form-memo .alignleft .form-type-select,
.term-form-memo .alignleft .form-type-textfield,
.term-form-patpro .alignleft .form-type-checkbox,
.term-form-patpro .alignleft .form-type-checkboxes,
.term-form-patpro .alignleft .form-type-select,
.term-form-patpro .alignleft .form-type-textfield {
  float: left;
  margin-right: 20px;
}
.term-form-memo .alignleft .form-type-textfield input,
.term-form-patpro .alignleft .form-type-textfield input {
  width: 250px;
}
.term-form-memo .alignleft .form-type-checkbox,
.term-form-patpro .alignleft .form-type-checkbox {
  display: block;
}
.term-form-memo .clearleft .form-item,
.term-form-patpro .clearleft .form-item {
  clear: left;
}
.term-form-memo .longlimit input,
.term-form-patpro .longlimit input {
  width: 250px;
}
.inv-wrapper {
  box-shadow: 0 1px 3px rgba(23,23,23,0.15);
  border-radius: 5px;
  background-color: #ffffff;
  padding: 30px;
  margin-top: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
#morvanobjets-objets-form label,
#morvanpat-page-memo-form label,
.inv-accesgeo label,
.inv-thematique label {
  display: block;
  font-family: 'DBook';
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#morvanobjets-objets-form select,
#morvanpat-page-memo-form select,
.inv-accesgeo select,
.inv-thematique select {
  border-radius: 5px;
  border: 1px solid #e9e6d8;
  background-color: #ffffff;
  color: black;
  height: 30px;
  font-family: 'DBook';
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 0 15px;
  font-size: 1.1429em;
}
#morvanobjets-objets-form option[value="148"],
#morvanobjets-objets-form option[value="149"],
#morvanobjets-objets-form option[value="105"],
#morvanobjets-objets-form option[value="106"],
#morvanobjets-objets-form option[value="107"],
#morvanpat-page-memo-form option[value="148"],
#morvanpat-page-memo-form option[value="149"],
#morvanpat-page-memo-form option[value="105"],
#morvanpat-page-memo-form option[value="106"],
#morvanpat-page-memo-form option[value="107"],
.inv-accesgeo option[value="148"],
.inv-accesgeo option[value="149"],
.inv-accesgeo option[value="105"],
.inv-accesgeo option[value="106"],
.inv-accesgeo option[value="107"],
.inv-thematique option[value="148"],
.inv-thematique option[value="149"],
.inv-thematique option[value="105"],
.inv-thematique option[value="106"],
.inv-thematique option[value="107"] {
  background: #df3f1d;
  color: #f8f6e9;
}
#morvanobjets-objets-form input[type=submit],
#morvanpat-page-memo-form input[type=submit],
.inv-accesgeo input[type=submit],
.inv-thematique input[type=submit] {
  background: #df3f1d;
  color: white;
  border: 0;
  height: 40px;
  font-family: 'DBook';
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 15px 0 0;
  font-size: 1.1429em;
}
#morvanobjets-objets-form .form-submit,
#morvanpat-page-memo-form .form-submit,
.inv-accesgeo .form-submit,
.inv-thematique .form-submit {
  clear: both;
}
.inv-accesgeo,
.inv-thematique {
  float: left;
  width: 300px;
  margin: 0;
  background: #e9e6d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
}
.inv-accesgeo .inv-acces-title,
.inv-thematique .inv-acces-title {
  background: black;
  font-family: 'IBC';
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.inv-accesgeo form,
.inv-thematique form {
  padding: 20px;
}
.inv-accesgeo select,
.inv-thematique select {
  width: 100%;
}
.inv-thematique.full-width {
  float: none;
  width: 100%;
}
.inv-accesgeo {
  margin: 0 0 0 30px;
}
.inv-advance {
  float: left;
  width: 190px;
  margin: 30px 0 0 30px;
}
.inv-advance a {
  font-family: 'IBC';
  color: white;
  padding: 20px 10px;
  text-align: center;
  background: black;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 #171717;
  -webkit-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -ms-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
  box-shadow: 0 1px 3px 0 rgba(23,23,23,0.15);
}
.inv-advance a:hover {
  background: #df3f1d;
}
.inv-advance.inv-advance-objets {
  width: 100%;
}
.inv-advance.inv-advance-objets a {
  width: 300px;
  margin: 0 auto;
}
.region-sidebar .inv-advance {
  margin: 0 0 20px;
}
.region-sidebar .inv-advance.inv-advance-objets a {
  width: inherit;
  padding: 20px 0;
}
.inv-advance-pro {
  margin: 15px 0 0;
  float: none;
  width: 100%;
}
.inv-advance-first {
  margin: 30px 0 0;
}
.liste-communes,
.morvan-maps,
.spiraledutemps {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
#block-morvanpat-morvanpat-description p {
  margin-top: 15px;
}
.node-fiche-patrimoine {
  background: #ffde7b;
  overflow: hidden;
}
.node-fiche-patrimoine h3.field-label {
  margin: 5px 0 0;
  font-family: 'IBC';
  font-size: 1.7857em;
  line-height: 1.12em;
  color: #222;
}
.node-fiche-patrimoine .field-wrapper {
  margin-top: 5px;
}
.node-fiche-patrimoine .field-wrapper .field-label {
  margin-top: 15px;
  color: #63625f;
  font-family: 'DBook';
  font-size: 1.1429em;
  line-height: 1.125em;
}
.node-fiche-patrimoine .field-wrapper .inline {
  font-weight: bolder;
}
.node-fiche-patrimoine .field-theme,
.node-fiche-patrimoine .term-tree-list,
.node-fiche-patrimoine .term-tree-list .term,
.node-fiche-patrimoine .term-tree-list .term li {
  display: inline;
}
.node-fiche-patrimoine .term-tree-list .term li.unselected ul {
  display: block;
  margin-top: 5px;
}
.node-fiche-patrimoine .term-tree-list .term li .selected:before {
  content: 'Sous thème: ';
  font-weight: normal;
  color: #63625f;
  font-family: 'DBook';
  font-size: 1.1429em;
  line-height: 1.125em;
}
.node-fiche-patrimoine .term-tree-list .term li a {
  pointer-events: none;
  cursor: default;
  color: #63625f;
  text-decoration: none;
  font-weight: bold;
}
.node-fiche-patrimoine .field-dat-orig.inline,
.node-fiche-patrimoine .field-dat-rem.inline {
  display: inline;
}
.node-fiche-patrimoine .field-dat-orig.inline .container-inline,
.node-fiche-patrimoine .field-dat-rem.inline .container-inline {
  display: inline;
}
.node-fiche-patrimoine .field-dat-orig.inline .container-inline div,
.node-fiche-patrimoine .field-dat-rem.inline .container-inline div {
  display: inline;
}
.node-fiche-patrimoine .field-elt-res {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e6d7;
}
.node-fiche-patrimoine .field-elt-res .field-wrapper {
  display: inline-block;
  margin-right: 20px;
}
.node-fiche-patrimoine .field-elt-res h3 {
  font-size: 1.1429em;
  line-height: 1.125em;
  font-weight: bolder;
}
.node-fiche-patrimoine .field-group-div {
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}
.node-fiche-patrimoine .field-group-div h2 {
  margin: 0;
  font-family: 'IBC';
  font-size: 1.2857em;
  line-height: 1.12em;
  color: #222;
}
.node-fiche-patrimoine .group-loc-dat {
  float: left;
  width: 345px;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.node-fiche-patrimoine .group-contexte {
  float: left;
  width: 245px;
}
.node-fiche-patrimoine .group-ressources {
  clear: both;
}
.node-fiche-patrimoine .content-sp {
  border-top: 1px solid #666;
  margin: 20px 10px 0;
}
.node-fiche-patrimoine .content-section {
  margin: 0 10px;
  overflow: hidden;
}
.node-fiche-patrimoine .no-margin-side {
  margin: 0;
}
.node-fiche-patrimoine .no-margin-side .field-label {
  margin: 5px 10px 0;
}
.node-fiche-patrimoine .content-section-galerie,
.node-fiche-patrimoine .field-photosobj {
  padding-top: 10px;
}
.node-fiche-patrimoine .content-section-galerie a,
.node-fiche-patrimoine .field-photosobj a {
  overflow: hidden;
  padding-top: 10px;
  float: left;
  margin: 0 0 10px 10px;
}
.node-fiche-patrimoine .content-section-galerie a img,
.node-fiche-patrimoine .field-photosobj a img {
  display: block;
  margin: 0;
}
.node-fiche-patrimoine .field-illustration {
  float: left;
  margin: 0 20px 5px 0;
}
.node-fiche-patrimoine .field-illustration img {
  display: block;
  margin: 0;
}
.wrapper-visuel-div {
  border-bottom: 1px solid #666;
  padding: 15px 0 10px;
}
.node-fiche-arbre.node-full h3.field-label {
  margin: 5px 0 0;
  font-family: 'IBC';
  font-size: 1.7857em;
  line-height: 1.12em;
  color: #222;
}
.node-fiche-arbre.node-full .field-wrapper {
  margin-top: 5px;
}
.node-fiche-arbre.node-full .field-wrapper .field-label {
  margin-top: 15px;
  color: #63625f;
  font-family: 'DBold';
  font-size: 1.1429em;
  line-height: 1.125em;
}
.node-fiche-arbre.node-full .group-infos {
  border-top: 1px solid #e9e6d7;
  margin: 25px 10px 0;
  clear: both;
}
.node-fiche-arbre.node-full .field-group-div h2 {
  margin: 25px 0 0;
  font-family: 'IBC';
  font-size: 1.7857em;
  line-height: 1.12em;
  color: #222;
}
.node-fiche-arbre.node-full .content-sp {
  border-top: 1px solid #e9e6d7;
  margin: 25px 10px 0;
}
.node-fiche-arbre.node-full .content-section {
  margin: 25px 10px 0;
  overflow: hidden;
}
.node-fiche-arbre.node-full .no-margin-side {
  margin: 25px 0 0;
}
.node-fiche-arbre.node-full .no-margin-side .field-label {
  margin: 5px 10px 0;
}
.node-fiche-arbre.node-full .content-section-galerie .field-label {
  padding-left: 40px;
  height: 28px;
  background: url(/sites/default/themes/morvan/images/titre-galerie.png) no-repeat left top;
}
.node-fiche-arbre.node-full .field-illustration {
  float: left;
  margin: 0 20px 20px 0;
}
.node-fiche-arbre.node-full .field-illustration img {
  display: block;
  margin: 0;
}
div.vertical-tabs .vertical-tabs-list {
  width: 100%;
  margin: 0;
  clear: both;
  border-bottom: none;
}
div.vertical-tabs {
  border: none;
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  -o-border-radius: none;
  margin: 10px 0;
  position: relative;
}
div.vertical-tabs .fieldset-legend {
  display: none;
}
div.vertical-tabs .vertical-tabs-panes {
  margin: 0;
  padding: 10px 15px;
  clear: both;
  border: 1px solid #63625f;
}
div.vertical-tabs ul li.vertical-tab-button {
  float: left;
  margin: 0 3px 0 0;
  border: 1px solid #63625f;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: #63625f;
}
div.vertical-tabs ul li.vertical-tab-button a {
  border-top: medium none;
  font-size: 0.917em;
  line-height: 120%;
  padding: 5px 9px 3px;
  text-decoration: none;
  color: white;
}
div.vertical-tabs ul li.vertical-tab-button a:hover {
  background: none;
}
div.vertical-tabs ul li.selected {
  border: 1px solid #63625f;
  background: #f8f6e9;
}
div.vertical-tabs ul li.selected a {
  color: #63625f;
}
div.vertical-tabs ul li.selected a,
div.vertical-tabs ul li.selected a:active,
div.vertical-tabs ul li.selected a:focus,
div.vertical-tabs ul li.selected a:hover {
  background: none;
  border: none;
  text-decoration: none;
}
.node-type-fiche-commune .banner {
  display: none !important;
}
#link-commune a {
  float: right;
  padding: 5px 10px;
  background: #df3f1d;
  width: 110px;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 #171717;
  -webkit-box-shadow: 0 0 2px 0 rgba(23,23,23,0.3);
  -moz-box-shadow: 0 0 2px 0 rgba(23,23,23,0.3);
  -ms-box-shadow: 0 0 2px 0 rgba(23,23,23,0.3);
  -o-box-shadow: 0 0 2px 0 rgba(23,23,23,0.3);
  box-shadow: 0 0 2px 0 rgba(23,23,23,0.3);
  font-family: 'DBook';
  text-decoration: none;
  color: white;
}
.clear {
  clear: both;
}
@media screen and (max-width: 1150px) {
  #site-slogan {
    margin-left: 5px;
    font-size: 1.2em;
  }
}
.page-objets-du-patrimoine .reset-btn {
  display: none;
}
.page-objets-du-patrimoine-recherche .reset-btn,
.page-objets-du-patrimoine-recherche-professionnelle .active {
  display: inline;
}
.fiche-link {
  padding-top: 25px;
  overflow: hidden;
  margin-bottom: -10px;
}
.fiche-prev-link {
  float: left;
  color: black;
  text-decoration: none;
}
.fiche-next-link {
  float: right;
  color: black;
  text-decoration: none;
}
.page-objets-du-patrimoine-recherche-professionnelle .term-actions {
  display: flex;
  justify-content: center;
}
.page-objets-du-patrimoine .form-item-pa,
.page-objets-du-patrimoine .form-item-t {
  width: 260px;
}
.block-from {
  transition-duration: 0.5s;
}
.block-from h2 {
  color: #222222;
  font-family: 'IBC';
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid rgba(34,34,34,0.1);
  position: relative;
  cursor: pointer;
}
.block-from h2:after {
  content: '<';
  position: absolute;
  right: 0;
  top: 5px;
  transform: rotate(90deg);
  transition-duration: 0.5s;
}
.block-from .block-from__detail {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  opacity: 1;
  transition-duration: 0.8s;
  visibility: visible;
}
.block-from .block-from__detail > div {
  width: calc(50% - 20px);
}
.block-from .block-from__detail input,
.block-from .block-from__detail select {
  width: 100%;
  border-radius: 5px;
}
.block-from .block-from__detail .form-item-nv {
  width: 100%;
}
.block-from .form-type-checkbox {
  display: flex !important;
  align-items: center;
}
.block-from .form-type-checkbox input {
  width: auto;
  position: relative;
  top: -5px;
  right: -5px;
}
.block-from .form-type-checkbox label {
  color: #333333;
  font-family: Georgia, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}
.block-from.close h2:after {
  transform: rotate(-90deg);
}
.block-from.close .block-from__detail {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.8s;
  height: 0;
  overflow: hidden;
}
.node-incontournable h1,
.node-page-d-tail-collection-objet h1 {
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 24px;
  display: block;
  border-bottom: 1px solid #e9e6d8;
  padding-bottom: 15px;
}
.node-incontournable .field-body,
.node-page-d-tail-collection-objet .field-body {
  padding: 15px;
}
.node-incontournable .field-body p,
.node-page-d-tail-collection-objet .field-body p {
  margin-bottom: 30px;
}
.node-incontournable .field-body p:last-child,
.node-page-d-tail-collection-objet .field-body p:last-child {
  margin-bottom: 0;
}
.node-incontournable .field-body strong,
.node-page-d-tail-collection-objet .field-body strong {
  color: #333333;
}
.node-incontournable .title,
.node-page-d-tail-collection-objet .title {
  display: flex;
  align-items: center;
}
.node-incontournable .title img,
.node-page-d-tail-collection-objet .title img {
  margin-right: 10px;
}
.node-incontournable .field-illustration-page,
.node-page-d-tail-collection-objet .field-illustration-page {
  margin: 40px 15px 0;
}
.node-incontournable .field-illustration-page img,
.node-page-d-tail-collection-objet .field-illustration-page img {
  max-width: 100%;
}
.node-incontournable .colonne-image,
.node-page-d-tail-collection-objet .colonne-image {
  display: flex;
  justify-content: space-between;
}
.node-incontournable .colonne-image > div,
.node-page-d-tail-collection-objet .colonne-image > div {
  width: calc(50% - 15px);
}
.node-incontournable .field-illustration-cote,
.node-page-d-tail-collection-objet .field-illustration-cote {
  margin-top: 15px;
}
#block-views-block-collection-outil-block {
  text-align: center;
}
#block-views-block-collection-outil-block .view-content {
  display: flex;
  flex-flow: column-reverse;
}
#block-views-block-collection-outil-block .views-row:first-child:before {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background-image: url(/sites/default/themes/morvan/images/side-top.png);
  margin: 30px 0;
}
#block-views-block-collection-outil-block h2 {
  display: none !important;
}
#block-views-block-collection-outil-block .views-field-title {
  color: #222222;
  font-family: 'IBC';
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 10px;
}
#block-views-block-collection-outil-block .field-soustitre-block-gauche {
  color: #333333;
  font-family: 'DBook';
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e6d8;
}
#block-views-block-collection-outil-block .field-introduction-block-gauche {
  color: #333333;
  font-family: Georgia, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
#block-views-block-collection-outil-block a {
  color: #128b23;
  font-family: 'DBook';
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-page-collection-objet {
  box-shadow: 0 1px 3px rgba(23,23,23,0.15);
  border-radius: 5px;
  background-color: #ffffff;
  margin-top: 20px;
  padding: 0 20px;
}
.footer-page-collection-objet .footer-page-collection-objet__row {
  padding: 20px 0;
  border-bottom: 1px solid #e9e6d8;
  display: flex;
  align-items: center;
}
.footer-page-collection-objet .footer-page-collection-objet__row .footer-page-collection-objet__row__left {
  width: 120px;
}
.footer-page-collection-objet .footer-page-collection-objet__row .footer-page-collection-objet__row__right {
  flex: 1;
}
.footer-page-collection-objet .footer-page-collection-objet__row .footer-page-collection-objet__row__right h3 {
  color: #222222;
  font-family: 'IBC';
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.footer-page-collection-objet .footer-page-collection-objet__row .footer-page-collection-objet__row__right a {
  color: #df3f1d;
  font-family: 'DBook';
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.page-incontournable {
  padding: 20px;
}
.page-incontournable > h1 {
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 24px;
  display: block;
  border-bottom: 1px solid #e9e6d8;
  padding-bottom: 15px;
}
.page-incontournable .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page-incontournable .title img {
  margin-right: 10px;
}
.node-teaser.page-incontournable .field-illustration {
  margin: 0 !important;
}
.node-teaser.page-incontournable .fiche-node-texte h1 {
  margin-left: 0 !important;
}
.liste-incontournable {
  padding-top: 15px;
}
.liste-incontournable li {
  padding: 0 0 0 15px;
}
.liste-incontournable img {
  width: 130px;
  height: auto;
}
.liste-incontournable a {
  display: flex;
  align-items: center;
  color: #222;
  text-decoration: none;
  font-family: 'IBC';
}
.liste-incontournable a .liste-incontournable__texte {
  flex: 1;
  padding-left: 30px;
}
.liste-incontournable a .liste-incontournable__image {
  width: 130px;
}
.liste-objet-emblematique > .field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 20px;
  padding: 20px 10px 0;
}
.liste-objet-emblematique > .field-wrapper img {
  max-width: 100%;
}
.field-paragraphe {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  padding: 10px 10px 0;
}
.field-paragraphe:last-child {
  margin-bottom: 0;
}
.field-paragraphe:nth-child(2n+2) {
  flex-flow: row-reverse;
}
.field-paragraphe > div {
  width: calc(50% - 10px);
}
.field-paragraphe .field-illustration-paragraphe a {
  position: relative;
}
.field-paragraphe .field-illustration-paragraphe a:after {
  content: url(/sites/default/themes/morvan/images/lien-lightbox.svg);
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 10;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 25px;
  cursor: pointer;
}
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  top: 30px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}
.swiper-slide-thumb-active {
  position: relative;
}
.swiper-slide-thumb-active:after {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 6px);
  background-image: url(/sites/default/themes/morvan/images/thumb-active.svg);
  z-index: 10;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-top {
  margin-bottom: 20px;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-slide__titre {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 610px;
  left: 20px;
  top: 20px;
  background-color: #dd3f19;
}
.swiper-slide__titre h2 {
  background-color: #000;
  flex: 1;
  padding: 10px 20px;
  color: rgba(255,255,255,0.9);
  font-family: 'IBC';
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 24px;
}
.swiper-slide__titre span {
  color: #ffffff;
  font-family: 'DBook';
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  width: 190px;
  background-color: #dd3f19;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.swiper-navigation {
  position: relative;
}
.gallery-thumbs {
  position: relative;
  cursor: pointer;
  margin: 0 50px;
}
.gallery-thumbs .swiper-button-prev {
  position: absolute;
  top: 30px;
  left: -50px;
  z-index: 10;
}
.gallery-thumbs .swiper-button-next {
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 10;
}
#morvanpat-page-memo-form > div {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: flex-end;
}
#morvanpat-page-memo-form > div > div {
  width: calc(50% - 20px);
}
#morvanpat-page-memo-form > div input,
#morvanpat-page-memo-form > div select {
  width: 100%;
}
#container-end {
  width: 100%;
}
.ajax-progress {
  position: absolute;
}
#cboxTitle {
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'IBC';
}
.views-exposed-widget {
  padding: 2em 1em 0 0;
  float: none;
}
