/* Add your custom CSS here*/

@font-face {
  font-family: GothamLight;
  src: url('fonts/Gotham_Light.otf');
}
@font-face {
  font-family: HansomFYLight;
  src: url('fonts/HansomFY-Light_S.ttf');
}

body {
  padding-top: 40px;
}

body.inactive {
  padding-top: 0;
}

body>.navbar {
  -webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in
}

.cover-image {
    background-size: cover;
    background-position: center center;
}

.button2 {
    font-size: 1em;
    text-transform: uppercase;
    padding: 4px 4px;
    color: #2C3E50 !important;
    background: #fff;

    border: 1px solid #465A7F;
    border-radius: 5px;
    transition: 300ms;
    text-align: center;
}

.button2.active, .button2:hover, .button2:focus {
    color: #fff !important;
    text-decoration: none;
    background: #2C3E50;
}

a {
    color: #ED6569;
    text-decoration: none;
}

a:hover, a:focus {
    color: #ED6569;
    text-decoration: none;
}

/* Header */
header {
    position: relative;

    background-image: url(/files/theme_uploads/fond-hachure.png);
   
}

header .container {
  padding-top: 30px;
  position: relative;
}
header .focus {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    
}

header .focus .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 10px 0 0;
}

header .focus p {
    margin-bottom: 0;
}

header .focus h1 {
    margin-top: 0;
    text-transform: uppercase;
    text-align: left;
}

header .search {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 1px 0 1px 10px;
    right: 120px;
    top: 1px !important;
    margin-top: 10px;
}

header .search button {
    background: none;
    border: none;
    padding: 0;
}

header .search input {
    border: 0;
    top: 0;
    width: 230px;
    background: none;
    transition: .3s;
    padding: 4px 10px;
}

header .social {
    position: absolute;
    right: 0;
    top: 1px;
    margin-top: 10px;
    font-size: 1.0em;
    background: rgba(0, 0, 0, .5);
    padding: 5px 0;
    height: 33px;
    width: 99px;
    text-align: center;
    right: 18px;
}


header .social a {
  color: #7EC5F2;
}

header .logo {
    text-align: center;
    background: #fff;
    padding: 10px;
    min-height: 54px;
}

header .logo img {
    width: 260px;
}

header .description {
    background: #242424;
    padding: 5px 28px;
    color: #D8D8D8;
    font-size: .9em;
    text-align: justify;
    hyphens: auto;
    text-align: center;
}

header .description h3 {
    font-family: HansomFYLight;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}

nav.inactive {
  display: none;
}

header #navbar-main {
background-color: #2c3e50;
}

header #navbar-main ul li a {
  font-family: HansomFYLight;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #ED6569;
}

/*  End of header */

/* Main */

h1, h2, strong {
  font-weight: 400;
}

body {
  font-weight: 300;
  font-size: 16px;
 background-color: #ED6569;
}

body#home section {
  position: relative;

}

body#home section h1 {
  font-family: GothamLight;
  text-align: center;
 
}

.main h1 {
  letter-spacing: 2px;
  margin-bottom: 60px;
}

#content {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin:auto;
}

h1 small {
    letter-spacing: .5px;
    font-size: .4em;
    font-style: italic;
    font-weight: 300;
    display: block;
    line-height: 20px;
}

.jumbotron {
background-image: url("../images/camping0662.JPG");
background-size: cover;
background-position: center;
color: #fff;
height: 300px;
}

.jumbotron div.text {
  padding-left: 10px;
  padding-right: 1px;
  background-color: rgba(0,0,0,0.7);
}

div.inactive {
  display: none;
}

#last-item {
  padding: 10px 10px 5px 10px;
  background-color: #ED6569;
  color: #fff;
  border-radius: 10px 10px 10px 10px;
}

#last-item:hover {
  padding: 10px 10px 5px 10px;
  background-color: #fff;
  color: #ED6569;
  border-radius: 10px 10px 10px 10px;
  transition: 0.6s;
}

#last-item h3 {
  margin-top: 5px;
  text-align: center;
 
}

#last-item img {
  display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

#last-item .cover-image {
  display: block;
  position: relative;
  height: 210px;
  transition: 300ms;
  background-position: center;
}

#last-item .title {
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
 
  background: #fff;
  font-size: 14px;
  overflow: hidden;
  
  background:transparent;
}

#last-item .view-items-link {
  margin-top: 20px;
}

#recent-items.inactive {
  display: none;
}

.contributions {
  margin-top: 20px;
  background-color: #fff;
border-style: solid;
border-width: 10px 0 0 0;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");
margin-bottom: 1.125em;
*zoom: 1;
}

.expositions {
  
  background-color: #fff;
border-style: solid;
border-width: 10px 0 0 0;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");

*zoom: 1;
}

body#home .expositions .col-md-4,
body#home .contributions .col-md-4 {
    height: 324px;
    width: 32%;
margin-left: 10px;
border-radius: 10px 10px 10px 10px;
}

body#home .expositions .cover-image,
body#home .contributions .cover-image {
    background-color: #323232;
}

body#home .expositions .title a,
body#home .contributions .title a
{
  color: #fff;
}

body#home .expositions .title,
body#home .contributions .title {
    padding-top: 50px;
    position: relative;
    background-color: #ED6569;
    border-left: none;
    border-right: none;
    transition: .3s;
}

body#home .expositions .title:hover,
body#home .contributions .title:hover {
    background: #fff;
}

body#home .expositions .title:hover a,
body#home .contributions .title:hover a {
    color: #ED6569;
}

body#home .expositions .description,
body#home .contributions .description {
    padding: 20px 30px;
}

body#home .contributions .description {

}

body#home .contributions .description:hover {

} 

body#home .expositions .read-more,
body#home .contributions .read-more {
    height: auto;
}

div.collections {
 background-color: #fff;
border-style: solid;
border-width: 10px 0 0 0;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");
margin-bottom: 1.125em;
*zoom: 1;
}

section.collections {
 background-color: #fff;
border-style: solid;
border-width: 10px 0 0 0;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");
margin-bottom: 1.125em;
*zoom: 1;
}


div#primary {
 background-color: #fff;
border-style: solid;
border-width: 10px 0 0 0;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");
margin-bottom: 1.125em;
*zoom: 1;
border-radius: 0 0 10px 10px;
}

.hTagcloud {
  clear: both;
}
/* Items show */

.widget {
  margin-top: 21px;
  margin-bottom: 10.5px;
  border: 1px solid #ddd;
}

.widget h3 {
  padding: 10px;
  background: #2C3E50; /*#ED6260;*/
  color: #fff;
  margin: 0;
}

.widget-content {
  padding: 10px;
}

div.item-file img {
  max-width: 100%
}

/* Items browse */

/* Tag Filter on homepage */
div#result {
  position: relative;
}
div#tagsSearch,div#result, div#buttons {
  text-align: center;
}
div#result {
  width: 100%;
  background-color: #e8e8e8;
  padding: 0.5em;
  margin-top: 1em;
}
div#resultRss {
  position:absolute;
  top:0.1em;
  right:0.1em;
}
ul.listTagsSearch {
  list-style: none;
}
div#buttons {
  padding:0.5em;
  margin:0.5em;
  display: none;
}
#content div.hTagcloud {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: transparent 0 0 0;
  -moz-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  padding: 0;
}
#content div.hTagcloud ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content div.hTagcloud ul li {
  display: inline-block;
  zoom: 1;
  color: #fff;
  margin: 0 8px 0.75em 0;
  padding: 0.375em 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
}
/*
button:hover:not(#submit_search), .button:hover:not(#advanced-search) {
    background: none repeat scroll 0 0 #1e8cbe;
    border-color: #0074a2;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
    color: #ffffff;
}*/
.link_button, #content div.hTagcloud ul li {
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #20538D;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #4479BA;
  color: #FFF;
  padding: 8px 12px;
  text-decoration: none;
}
#content div.hTagcloud ul li a, .link-button a {
  color: #fff;
  text-decoration: none;
}

/* Collections browse */

.browse-collections .col-md-4 {
    background-color: #fff;
border-style: solid;
border-width: 10px 0 0 0;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");
margin-bottom: 1.125em;
*zoom: 1;
width: 32%;
margin-left: 10px;
}

.browse-collections .cover-image {
    display: block;
    position: relative;
    height: 100px;
    transition: 300ms;
    background-position: center top;
}

/* Footer */

.navigation {
    list-style: none;
    margin-left: 0;
    color: #FFFFFF;
    font-family: DejaVu Sans,Verdana,Bitstream Vera Sans,Geneva;
    font-size: 13px;
    font-weight: bold;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

footer ul {
    float: none !important;
    font-family: inherit !important;
}

footer li {
    list-style-type: none;
}

@media (min-width:768px) {
    body>.navbar-transparent {
        background-color: transparent
    }
    body>.navbar-transparent .navbar-nav>.open>a {
        background-color: transparent!important
    }
}

.navbar-brand {
    padding: 13.5px 15px 12.5px;
}

#admin-nav li a {
  line-height: 40px;
  height: 40px;
  padding-top: 0;
}

.navbar-brand.onlytext{
    padding: 19.5px 15px;
}

.navbar-brand>img {
    display: inline;
    margin: 0 10px;
    height: 100%
}

#banner {
    min-height: 300px;
    border-bottom: none
}

.table-of-contents {
    margin-top: 1em
}


.page-header h1 {
    font-size: 4em
}

.bs-docs-section {
    margin-top: 6em
}

.bs-docs-section h1 {
    padding-top: 10px
}

.bs-component {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
}

.bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block
}

.bs-component .modal-dialog {
    width: 90%
}

.bs-component .popover {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 20px
}

#source-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    font-weight: 700
}

.nav-tabs {
    margin-bottom: 15px
}

.progress {
    margin-bottom: 10px
}

footer {

padding-bottom: 1em;
clear: both;
    overflow: hidden;
    position: relative;
   
    
}

footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

footer p {
    clear: left;
    margin-bottom: 0
}

.splash {
    padding: 9em 0 2em;
    background-color: #141d27;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center
}

.splash .logo {
    width: 160px
}

.splash h1 {
    font-size: 3em
}

.splash #social {
    margin: 2em 0
}

.splash .alert {
    margin: 2em 0
}

.section-tout {
    padding: 4em 0 3em;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #eaf1f1
}

.section-tout .fa {
    margin-right: .5em
}

.section-tout p {
    margin-bottom: 3em
}

.section-preview {
    padding: 4em 0 4em
}

.section-preview .preview {
    margin-bottom: 4em;
    background-color: #eaf1f1
}

.section-preview .preview .image {
    position: relative
}

.section-preview .preview .image:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none
}

.section-preview .preview .options {
    padding: 1em 2em 2em;
    border: 1px solid rgba(0, 0, 0, .05);
    border-top: none;
    text-align: center
}

.section-preview .preview .options p {
    margin-bottom: 2em
}

.section-preview .dropdown-menu {
    text-align: left
}

.section-preview .lead {
    margin-bottom: 2em
}

@media (max-width:767px) {
    .section-preview .image img {
        width: 100%
    }
}

.sponsor #carbonads {
    max-width: 240px;
    margin: 0 auto
}

.sponsor .carbon-text {
    display: block;
    margin-top: 1em;
    font-size: 12px
}

.sponsor .carbon-poweredby {
    float: right;
    margin-top: 1em;
    font-size: 10px
}

@media (max-width:767px) {
    .splash {
        padding-top: 4em
    }
    .splash .logo {
        width: 100px
    }
    .splash h1 {
        font-size: 2em
    }
    #banner {
        margin-bottom: 2em;
        text-align: center
    }
}

/**-------------------**/
.navbar {
    margin-bottom: 0;
    border-radius:0;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


.page-header {
    margin-top:0;
}

.header-row {
    padding-top:40px;
}


.page-header h1 {
    font-weight:bolder;
}

.page-header p
{
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	line-height: 200%;
	margin: 0;
	max-width: 60%;
	padding: 10px;
}

.page-header .well
{
	opacity: 0.8;
	border-radius:10px;
}

.bs-docs-section h1 {
    margin-top: 10px;
}

@media only screen and (max-width: 767px)
{

	div#header-claim-holder .held, div#header-claim-holder p
	{
		max-width: 100%;
	}

}

  .sort-links-list {
    list-style: none;
    display: inline-block;

  }
  .sort-links-list li {
    display: inline-block;

  }

.col-md-4-collections {
  width: 32%;
  float: left;
  margin-left: 10px;
}

body#home .expositions .description {

}

body#home .expositions .description:hover {

}

 .col-md-8home {
    background-color: #fff;

overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");
margin-bottom: 1.125em;
*zoom: 1;
width: 65%;
margin-left: 10px;
float: left;
border-radius: 10px 10px 10px 10px;
}

 .col-md-4home {
    background-color: #fff;

overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");
margin-bottom: 1.125em;
*zoom: 1;
width: 32%;
margin-left: 10px;
float: right;
border-radius: 10px 10px 10px 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-1 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
  background-color: #333;
  color: white;
  margin-top: 10px;
  transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-2{
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-3 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-4{
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-5 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-6 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-7 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-8 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-9 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-10 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-11 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}



html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-12 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
  background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-13 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-14 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-15 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-16 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-17 {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #333;
  color: white;
  margin-top: 10px;
   transition: 0.6s;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-1:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;

}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-2:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}


html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-3:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-4:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-5:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-6:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-7:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-8:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-9:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-10:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-11:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: black;
  margin-top: 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-12:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-13:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-14:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-15:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-16:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}

html body#home.admin-bar main#content section.collections div.container div.col-md-4-collections-17:hover {
  text-align: center;
  border-radius: 10px;
  padding: 3px;
   background-color: #fff;
  color: white;
  margin-top: 10px;
}

html body#home.admin-bar.inactive main#content section.expositions div.container div.clearfix div.title.col-md-4 h2 {
  font-size: 23px;
  text-align: center;
}

html body.admin-bar.items.browse main#content div.container div.browse-items div.item.record.col-md-3 h3 {
  font-size: 14px;
  padding-bottom: 5px;
}

main#content div.container div.browse-items div.item.record.col-md-3 {
 background-color: #fff;
border-style: solid;
border-width: 10px 0.5px 0.5px 0.5px;
overflow: visible;
padding: 0.75em 16px;

box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");
margin-bottom: 0px;
*zoom: 1;
width: 32%;
margin-left: 0px;
min-height: 200px;
transition: 0.6s;
}

main#content div.container div.browse-items div.item.record.col-md-3:hover {

border-style: solid;
border-width: 10px 0.5px 0.5px 0.5px;
overflow: visible;
padding: 0.75em 16px;

box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");
margin-bottom: 0px;
*zoom: 1;
width: 32%;
margin-left: 0px;
min-height: 200px;
}

main#content div.container div.browse-collections.clearfix div.col-md-4 {
   background-color: #fff;
border-style: solid;
border-width: 10px 1px 1px 1px;
overflow: visible;
padding: 0.75em 16px;

box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");
margin-bottom: 0px;
*zoom: 1;
width: 32%;
margin-left: 0px;
min-height: 365px;
transition: 0.6s;
}




html body.admin-bar.items.browse main#content div.container div.browse-items div.item.record.col-md-3 a img.img-thumbnail {
  max-width: 100px;
}

.titre {
background-color: #fff;
border-style: solid;
border-width: 1px 1px 0px 1px;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");
*zoom: 1;
max-width: 100%;
text-align: center;
margin-top: 10px;
}

html body.admin-bar.items.browse main#content div.container div.browse-items div.item.record.col-md-3 h3 {
  margin: inherit;
}

html body.admin-bar.collections.browse main#content div.container div.browse-collections.clearfix div.col-md-4 h2 {
  font-size: 14pt;
}



html body.admin-bar.items.show main#content div.container div.row div.col-md-5{
  
  background-color: #fff;
border-style: solid;
border-width: 10px 1px 1px 1px;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
\*behavior: url("../javascripts/boxsizing.htc");
\*zoom: 1;
width: 43%;
margin-left: 10px;
}


html body.admin-bar.items.show main#content div.container div.row div.col-md-7 {
    background-color: #fff;
border-style: solid;
border-width: 10px 1px 1px 1px;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
\*behavior: url("../javascripts/boxsizing.htc");
\*zoom: 1;
width: 53%
}

html body.admin-bar.items.show main#content div.container div.row div.titre {
      background-color: #fff;
    border-style: solid;
    border-width: 10px 1px 1px 1px;
    overflow: visible;
    padding: 0.75em 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    *zoom: 1;
    max-width: 96%;
    margin-left: 10px;
}

html body.admin-bar.collections.show main#content div.container div.titre{
       background-color: #fff;
    border-style: solid;
    border-width: 10px 1px 1px 1px;
    overflow: visible;
    padding: 0.75em 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    *zoom: 1;
    max-width: 96%;
    margin-left: 10px;
}

html body.admin-bar.items.show main#content div.container div.row div.col-md-5 div#item-tags.element.widget div.element-text {
  margin: 10px 10.5px;
}

html body.admin-bar.items.show main#content div.container div.row div.col-md-5 div#collection.element.widget div.element-text p{
  margin: 10px 10.5px;
}

html body.admin-bar.items.show main#content div.container div.row div.col-md-5 div#item-citation.element.widget div.element-text p.Citer{
   margin: 10px 10.5px;
}

html body.admin-bar.items.show main#content div.container div.row div.col-md-7 div.element.widget div.content table.table.table-condensed.table-bordered tbody tr td.desc{
  font-size: 10pt;
}

a.logo{
z-index: 900;
position:absolute;
max-width: 300px;
top: 61px;
left: 27px;
}

body.admin-bar.inactive a.logo{
  z-index: 900;
position:absolute;
max-width: 300px;
top: 19px;
left: 27px;
}

a.logo img{
max-width: 300px;

}

.red{
  color: #ff1926;
}

html body.admin-bar.items.advanced-search main#content div.container div.clearfix{
        background-color: #fff;
    border-style: solid;
    border-width: 10px 1px 1px 1px;
    overflow: visible;
    padding: 0.75em 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    *zoom: 1;
    max-width: 96%;
    
}

html body.admin-bar.login main#content div.container{
          background-color: #fff;
    border-style: solid;
    border-width: 10px 1px 1px 1px;
    overflow: visible;
    padding: 0.75em 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    *zoom: 1;
    max-width: 96%;
}

main#content div.container form#login-form fieldset#fieldset-login div.field div.inputs.six.columns.omega input#remember.checkbox{
  margin: 10px;
}

p{
  text-align: justify;
}

p.credits{
  text-align: center;
}

html body.admin-bar.items.tags main#content div.container div#taglist.tab-pane div.tagList{
          background-color: #fff;
    border-style: solid;
    border-width: 10px 1px 1px 1px;
    overflow: visible;
    padding: 0.75em 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    *zoom: 1;
    max-width: 96%;
}

html body.admin-bar.items.tags ul#ui-id-1.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content{
     background-color: #fff;
    border-style: solid;
    border-width: 10px 1px 1px 1px;
    overflow: visible;
    padding: 0.75em 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    *zoom: 1;
    max-width: 25%;
}

html body.admin-bar.contribution main#content div.container div#primary{
  all:inherit;
}

html body.admin-bar.contribution main#content div.container div#primary form.bootstrap-iso fieldset#contribution-item-metadata div#contribution-type-form div.container-fluid div#accordion.panel-group div.panel.panel-default div#collapseOne div.panel-body div.row div.form-group.col-md-12 div.field{
       background-color: #fff;
    border-style: solid;
    border-width: 10px 1px 1px 1px;
    overflow: visible;
    padding: 0.75em 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    *zoom: 1;
    max-width: 100%;
    margin-top: 10px;
}

html body.admin-bar.contribution main#content div.container div#primary form.bootstrap-iso fieldset#contribution-item-metadata div.inputs-choice{
  background-color: #fff;
border-style: solid;
border-width: 10px 1px 1px 1px;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");
*zoom: 1;
max-width: 96%;
}

html body.admin-bar.contribution main#content div.container div#primary form.bootstrap-iso fieldset#contribution-item-metadata div#contribution-type-form div.container-fluid div#accordion.panel-group div#collapseOne div.row div.form-group.col-md-12 div.field div.two.columns.alpha{
    border-bottom: 1px solid lightgrey;
    font-variant: small-caps;
    margin-bottom: 15px;
}

html body.admin-bar.contribution main#content div.container div#primary form.bootstrap-iso fieldset#contribution-item-metadata div#contribution-type-form{
    background-color: #fff;
border-style: solid;
border-width: 10px 1px 1px 1px;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");
*zoom: 1;
max-width: 96%;
}

html body.admin-bar.contribution main#content div.container div#primary form.bootstrap-iso fieldset#contribution-confirm-submit{
     background-color: #fff;
border-style: solid;
border-width: 10px 1px 1px 1px;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url("../javascripts/boxsizing.htc");
*zoom: 1;
max-width: 96%;
}

html body.admin-bar.contribution main#content div.container div#primary form.bootstrap-iso fieldset#contribution-item-metadata div#contribution-type-form div.container-fluid div#accordion.panel-group div#collapseOne div.row div.form-group.col-md-12 div.field{
background-color: #fff;
border-style: solid;
border-width: 1px 1px 1px 1px;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
\*behavior: url("../javascripts/boxsizing.htc");
\*zoom: 1;
max-width: 100%;
border-radius: 10px;
margin-top: 10px;
}

html body.admin-bar.contribution main#content div.container div#primary form.bootstrap-iso fieldset#contribution-item-metadata div#contribution-type-form div.container-fluid div#accordion.panel-group div#collapseOne div.row div.form-group.col-md-12 div#element-39.field div.inputs.five.columns.omega div.input-block div.input input#Elements-39-0-text.form-control{
  margin-top: 10px;
}

html body.admin-bar.contribution main#content div.container div#primary form.bootstrap-iso fieldset#contribution-item-metadata div#contribution-type-form div.container-fluid div#accordion.panel-group div#collapseOne div.row div.form-group.col-md-12 div#element-266.field{
  border: inherit;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top:1px solid;
  border-radius: 10px 10px 0px 0px;

}

html body.admin-bar.contribution main#content div.container div#primary form.bootstrap-iso fieldset#contribution-item-metadata div#contribution-type-form div.container-fluid div#accordion.panel-group div#collapseOne div.row div.form-group.col-md-12 div#mapdiv.leaflet-container.leaflet-fade-anim{
    border: 1px solid;

    border-radius: 0px 0px 10px 10px;
}

html body.admin-bar.contribution main#content div.container div#primary form.bootstrap-iso fieldset#contribution-item-metadata div#contribution-type-form div.container-fluid div#files-form.field.drawer-contents{
  background-color: #fff;
border-style: solid;
border-width: 1px 1px 1px 1px;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
\*behavior: url("../javascripts/boxsizing.htc");
\*zoom: 1;
max-width: 100%;
border-radius: 10px;
}

html body.admin-bar.contribution main#content div.container div#primary form.bootstrap-iso fieldset#contribution-confirm-submit div.rights{
    background-color: #fff;
border-style: solid;
border-width: 1px 1px 1px 1px;
overflow: visible;
padding: 0.75em 16px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
\*behavior: url("../javascripts/boxsizing.htc");
\*zoom: 1;
max-width: 100%;
border-radius: 10px;
max-width: 1030.04px;
margin: auto;
}

html body.admin-bar.contribution main#content div.container div#primary form.bootstrap-iso fieldset#contribution-item-metadata div#contribution-type-form div.container-fluid div#accordion.panel-group div#headingOne.panel-heading{
  display: none;
}

html body.admin-bar.contribution main#content div.container div#primary form.bootstrap-iso fieldset#contribution-item-metadata div#contribution-type-form{
  display: none;
}

h2.expo{
  font-size: 24px
}

div.footer-logos{
      background-image: url(/files/theme_uploads/logos-web.png);
    min-height: 55px;
    max-width: 41%;
    background-size: cover;
    margin: auto;
    margin-top: 6px;
}

.grid {
  height: 1080px;
}

section#expo2:hover {
      background-image: url(/files/theme_uploads/bg-eh.png);
          transition: 2s;
}

section#expo2 {
      background-image: url(/files/theme_uploads/bg-ehNB.png);
}

section#expo1:hover {
      background-image: url(/files/theme_uploads/Droits.png);
      background-size: cover;
          transition: 2s;
}

section#expo1 {
      background-image: url(/files/theme_uploads/DroitsNB.png);
      background-size: cover;
}

section#expo1 div {

      opacity: 0;
}

section#expo1:hover div {
 transition: 1s;
      opacity: 100;
}

section#expo2 div {

      opacity: 0;
}

section#expo2:hover div {
  transition: 1s;
      opacity: 100;
}

section#expo3 div {

      opacity: 0;
}

section#expo3:hover div {
  transition: 1s;
      opacity: 100;
}

section#expo3:hover {
      background-image: url(/files/theme_uploads/masse.jpg);
      background-size: cover;
      transition: .6s;
      background-position: top;
}

section#expo3 {
      background-image: url(/files/theme_uploads/masseNB.jpg);
      background-size: cover;
      background-position: top;
}

img[class="seplong"]
{
 display: none;
}

h1[class="consulter"]
{
 display: none;
}

h1[class="chap1"]
{
 display: none;
}

h1[class="chap2"]
{
 display: none;
}


h1[class="chap3"]
{
 display: none;
}


h1[class="chap4"]
{
 display: none;
}


a[class="retour"]
{
 display: none;
}

div[class="chap1"]
{
 display: none;
}

div[class="chap2"]
{
 display: none;
}


div[class="chap3"]
{
 display: none;
}


div[class="sommaire-chaIV"]
{
 display: none;
}

div[class="sommaire-chaI"]
{
 display: none;
}

div[class="sommaire-chaII"]
{
 display: none;
}

div[class="sommaire-chaIII"]
{
 display: none;
}

#exhibit-blocks-2 {
  background-color: white;
  display: none;
}


#exhibit-blocks-3 {
  background-color: white;
  display: none;
}

#exhibit-blocks-4 {
  background-color: white;
  display: none !important;
}

div header{
  display: none
}

#exhibit-page-navigation {
    clear: none;
    width: 100%;
    border: indianred;
    margin: auto;
    margin-top: 10px;
        
}

div.titre {
  margin-bottom: 0px !important;
}

body.admin-bar.Ni.bête,.ni.homme,.mais.enfantexhibits.show {
  background-color: #fbd67e;
}

body.admin-bar.Protéger.par.la.loiexhibits.show {
  background-color: #f1966a;
}

body.admin-bar.De.grandes.personnalités.au.service.des.plus.petitsexhibits.show {
  background-color: #ee8c8f;
}

body.admin-bar.L’émergence.internationale.des.droits.de.l’enfantexhibits.show {
  background-color: #ec8fb9;
}

html body.admin-bar.Une.convention.universelleexhibits.show {
  background-color: #c087ba;
}

html body.admin-bar.Difficultés.de.mise.en.oeuvreexhibits.show {
  background-color: #828dc5;
}

html body.admin-bar.L’école,.un.droit.en.tensionexhibits.show {
  background-color: #89c9ed;
}

html body.admin-bar.Aux.maux.des.petits,.les.grands.remèdesexhibits.show {
  background-color: #77c8d9;
}

html body.admin-bar.Les.droits.des.enfants.dans.les.conflits.armésexhibits.show {
  background-color: #80c49b;
}

html body.admin-bar.Droit.à.l’intégrité.physique.et.moraleexhibits.show {
  background-color: #bdd889;
}

html body.admin-bar.Avoir.une.famille,.un.droit.pour.tousexhibits.show {
  background-color: #a1987b;
}



div#exhibit-blocks {
  max-width: 100%;
}

img.sep{
  display: none;
}

/*
.demo {
    background-color: red;
    @include mqMin(w4) {
      background-color: blue;
  }
}
*/
/*
.demo {
    background-color: red;
    @include mqMax(w4) {
      background-color: blue;
  }
}
*/
/*
.demo {
    background-color: red;
    @include mqRange(w2, w4) {
      background-color: blue;
  }
}
*/
.accordion-group {
  padding: 1rem 0;
}

.accordion-group__accordion {
  margin: 0 0 0.25rem 0;
}

.accordion-group__accordion-heading {
  margin: 0;
}

.accordion-group__accordion-btn {
  background-color: #e2e2e2;
  border-color: #ccc;
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
  display: block;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  color: #000;
  text-align: left;
  width: 100%;
}
.accordion-group__accordion-btn:focus {
  background-color: #bbc8d2;
  border-color: #577b80;
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
}

.accordion-group__accordion-panel {
  border-color: #ccc;
  border-radius: 0 0 0.3rem 0.3rem;
  border-style: solid;
  border-width: 0 0.05rem 0.05rem 0.05rem;
  padding: 0.5rem 1rem;
}

.accordion-group__accordion-btn_expanded {
  background-color: #bbc8d2;
  border-color: #ccc;
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.05rem;
}

.summary {
  background-color: #2c3e50 !important;
}

.details {
  background-color: white;
}

div.bResultListItemCol.col-xs-12.col-sm-6.col-md-6 {
  width: 49%;
background-color: white;
-moz-box-shadow: 1px 1px 5px 0px #656565;
-webkit-box-shadow: 1px 1px 5px 0px #656565;
-o-box-shadow: 1px 1px 5px 0px #656565;
box-shadow: 1px 1px 5px 0px #656565;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin: 9px;
}

body#eured.admin-bar.page.simple-page main#content div.container {
  width: 100%;
  background-color: white;
}

html body#eured.admin-bar.page.simple-page main#content div.container div#primary div.col-sm-8.col-md-8.col-lg-8 {
  width: 100%;
}

html body#eured.admin-bar.page.simple-page main#content div.container div#primary div.col-sm-8.col-md-8.col-lg-8 form#setsSelectMultiple div.row div#browseResultsContainer div.jscroll-inner div.bResultListItemCol.col-xs-12.col-sm-6.col-md-6 div.bResultListItem div.bSetsSelectMultiple {
  display: none;
}

html body#eured.admin-bar.page.simple-page main#content div.container div#primary div.col-sm-8.col-md-8.col-lg-8 div.wrapper section div.details div.row div#browseResultsContainer div.jscroll-inner div.bResultListItemCol.col-xs-12.col-sm-6.col-md-6 div.bResultListItem div.bSetsSelectMultiple input {
  display: none;
}

body#eured2.admin-bar.page.simple-page main#content div.container {
  width: 100%;
  background-color: white;
}

html body#eured2.admin-bar.page.simple-page main#content div.container div#primary div.col-sm-8.col-md-8.col-lg-8 {
  width: 100%;
}

html body#eured2.admin-bar.page.simple-page main#content div.container div#primary div.col-sm-8.col-md-8.col-lg-8 form#setsSelectMultiple div.row div#browseResultsContainer div.jscroll-inner div.bResultListItemCol.col-xs-12.col-sm-6.col-md-6 div.bResultListItem div.bSetsSelectMultiple {
  display: none;
}

html body#eured2.admin-bar.page.simple-page main#content div.container div#primary div.col-sm-8.col-md-8.col-lg-8 div.wrapper section div.details div.row div#browseResultsContainer div.jscroll-inner div.bResultListItemCol.col-xs-12.col-sm-6.col-md-6 div.bResultListItem div.bSetsSelectMultiple input {
  display: none;
}

.intro {
  width: 66%;
  margin: auto;
}

.details {
  background-color:  white  !important;
}

.bResultListItemExpanded {
  display: none;
}

div.bResultListItemExpandedInfo {
  display: none;
}

div.bResultItemImgPlaceholder {
  display: none;
}

div.text-center.bResultListItemImg {
  display: none;
}

div.col-sm-8.col-md-8.col-lg-8 {
  padding-left: 0px;
  padding-right: 0px;
}

html body#eured main#content div.container div#primary {
      background-color: #fff;
    overflow: visible;
    padding: 0.75em 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    margin-bottom: 1.125em;
    *zoom: 1;
    text-align: center;
    border: none;
    box-shadow: none;
}

html body#eured2 main#content div.container div#primary {
      background-color: #fff;
    overflow: visible;
    padding: 0.75em 16px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    margin-bottom: 1.125em;
    *zoom: 1;
    text-align: center;
    border: none;
    box-shadow: none;
}