/* Globals */
html, body, form {
  height: 100%;
  margin: 0px;
}

body {
  font-family: "Open Sans", "Droid Serif", sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 1.2px;
  color: #383838;
  background-color: white;
  height: 100%;
}

.page-content a {
  color: #177996;
  text-decoration: underline;
}
.page-content a.no-decoration {
  color: inherit;
  text-decoration: none;
}
.page-content a:focus.no-decoration {
    outline: #83BFFC 3px solid;
  outline-offset: 2px;

}
.page-content a.no-decoration h2 {
  font-family: "Droid Serif", serif;
  font-size: 1.3em;
  letter-spacing: 0.2px;
  font-weight: normal;
  line-height: 2em;
  margin-top: 10px;
  text-transform: none;
}

.upper-case {
  text-transform: uppercase;
}

.font-bold {
  font-weight: bold;
}

.font-white {
  color: white;
}

.no-padding {
  padding: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.totally-hidden {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.skip-to-content, .skip-to-content:hover {
  color: transparent;
  height: 0px;
  width: 0px;
  line-height: 0px;
  display: block;
}

.IE8 .skip-to-content, .IE8 .skip-to-content:hover {
  visibility: hidden;
}

.skip-to-content:focus {
  color: red;
  width: auto;
  height: auto;
  line-height: 1.3em;
  line-height: 1.6em;
}

.alpha {
  padding-left: 0;
}

.omega {
  padding-right: 0;
}

/* Sticky Footer */
.blocks-container {
  display: table;
  height: 100%;
  width: 100%;
}

.block {
  display: table-row;
  height: 1px;
}

.push {
  height: auto;
}

h1 {
  margin-top: 0;
  font-size: 1.4em;
  letter-spacing: 2px;
}
h1.header {
  font-weight: bold;
}
h1.splash {
  font-weight: bold;
}
h1.banner {
  font-size: 3.2em;
  letter-spacing: 5.6px;
  margin-top: 90px;
  font-weight: bold;
}
h1.detail {
  font-family: "Droid Serif", serif;
  margin-bottom: 23px;
  font-size: 2.1em;
  letter-spacing: normal;
}
h1.one-column {
  font-family: "Droid Serif", serif;
  margin-bottom: 40px;
  font-size: 2.1em;
  letter-spacing: normal;
}

h2.splash {
  font-size: 2.7em;
  line-height: 1.5em;
}
h2.header {
  font-size: 3.5em;
  letter-spacing: 3.3px;
  padding-bottom: 7px;
  margin-top: 0;
}

h3 {
  font-size: 1.5em;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}
h3.splash {
  font-size: 1.1em;
  letter-spacing: 0;
  font-weight: normal;
}

h4 {
  font-family: "Droid Serif", serif;
  font-size: 1.3em;
  letter-spacing: 0.2px;
  font-weight: normal;
  line-height: 2em;
}

h5 {
  font-size: 1.1em;
  line-height: 1.7em;
}

h6 {
  font-size: 0.95em;
  line-height: 1.51em;
}
h6.artifact-title {
  font-size: 1.15em;
  line-height: 1.6em;
}

/* Borders */
.border-bottom {
  border-bottom: 1px solid black;
}

.border-top {
  border-top: 1px solid black;
}

.border-right {
  border-right: 1px solid black;
}

.border-left {
  border-left: 1px solid black;
}

.border-grey {
  border-color: #e5e5e5;
}

.clear-form {
  font-size: 1.3em;
}

/* Figures */
figure {
  margin-bottom: 30px;
}
figure img {
  display: block;
  max-width: 100%;
}
figure figcaption {
  margin: 10px 0;
  font-family: "Droid Serif", serif;
  letter-spacing: 0px;
}

.credit {
  margin: 10px 0;
  font-family: "Droid Serif", serif;
  letter-spacing: 0px;
  display: inline-block;
}

.long-caption, .media-credit {
  display: block;
  font-family: "Open Sans", serif;
  font-size: 0.85em;
  line-height: 1.7em;
  margin-top: 5px;
}

/* Headers */
header a {
  color: #383838;
}
header a:hover {
  color: #383838;
  text-decoration: none;
}
header a:focus {
  display: block;
}
header .text-center a:focus {
  display: block;
  min-height: 100px;
}
header .util-links {
  float: right;
}
header .logo {
  position: relative;
  margin-bottom: -47px;
  z-index: 100;
}

.page-banner {
  height: 200px;
  background-color: #3D6B78;
  background-image: url("../images/ui/fond-background/bleu_banniere-blue_banner.jpg");
  background-repeat: repeat-x;
  background-position: center center;
}
.page-banner.category-object {
  background: url("../images/ui/fond-background/objet_banniere-object_banner.png") repeat-x;
}
.page-banner.category-object h2 {
  font-size: 4.2em;
}
.page-banner.category-place {
  background: url("../images/ui/fond-background/lieu_banniere-place_banner.png") repeat-x;
}
.page-banner.category-place h2 {
  font-size: 4.2em;
}
.page-banner.category-material {
  background: url("../images/ui/fond-background/materiel_banniere-material_banner.png") repeat-x;
}
.page-banner.category-material h2 {
  font-size: 4.2em;
}
.page-banner.category-technique {
  background: url("../images/ui/fond-background/technique_banniere-technique_banner.png") repeat-x;
}
.page-banner.category-technique h2 {
  font-size: 4.2em;
}
.page-banner.category-date {
  background: url("../images/ui/fond-background/date_banniere-date_banner.png") repeat-x;
}
.page-banner.category-date h2 {
  font-size: 4.2em;
}
.page-banner.category-theme {
  background: url("../images/ui/fond-background/theme_banniere-theme_banner.png") repeat-x;
}
.page-banner.category-theme h2 {
  font-size: 4.2em;
}
.page-banner.splash {
  height: 570px;
  padding-top: 70px;
  background: url("../images/ui/index/fond_1-background_1.jpg") repeat-x;
}
.page-banner.splash.image-1 {
  background: url("../images/ui/index/fond_1-background_1.jpg") repeat-x;
}
.page-banner.splash.image-2 {
  background: url("../images/ui/index/fond_2-background_2.jpg") repeat-x;
}

/* Footer */
footer {
  background: url("../images/ui/fond-background/footer.png") repeat;
  height: auto;
  width: 100%;
}
footer a {
  color: #383838;
}
footer a:hover {
  color: #383838;
  text-decoration: none;
}
footer .copyright {
  padding-left: 4px;
  letter-spacing: 0.35px;
}
footer .copyright a {
  font-size: .875em;
}

/* Item Lists */
.item-list {
  display: inline-block;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.item-list #menuElem {
  padding: 0;
}
.item-list #menuElemFr {
  padding: 0;
}
.item-list li {
  display: inline-block;
  padding: 0 8px;
  float: left;
}
.item-list li:first-child {
  padding-left: 0;
}
.item-list li:last-child {
  padding-right: 0;
}
.item-list.vcenter li {
  vertical-align: middle;
  float: inherit;
}
.item-list.partners {
  padding-right: 20px;
}
.item-list.partners img {
  width: 100%;
}
.item-list.menu-list {
  font-size: 1.1em;
  letter-spacing: 0px;
  padding-bottom: 5px;
}
.item-list.menu-list li {
  padding: 0;
}
.item-list.menu-list li a, .item-list.menu-list li span {
  border-right: 1px solid #383838;
  padding: 0 4px;
  display: inline-block;
  line-height: 12px;
}
.item-list.menu-list li:last-child > a, .item-list.menu-list span {
  border: none;
}
.item-list.featured {
  font-size: 1.3em;
  letter-spacing: 1.5px;
  padding: 10px;
}
.item-list.lang-toggle {
  font-size: 1.1em;
  letter-spacing: 0;
  padding: 30px 15px 0;
}
.item-list.footer {
  padding-top: 25px;
}
.item-list.footer.second-line {
  padding-top: 3px;
}
.item-list.tech-partner li {
  padding: 3px 0;
}
.item-list.social-icons {
  float: inherit;
  padding-top: 30px;
  min-width: 231px;
}
.item-list.no-padding {
  padding: 0;
}

/* Social Icons */
.icon-share a {
  width: 15px;
  height: 15px;
  display: inline-block;
  text-indent: -9999em;
  padding: 0;
  margin: 0;
  background: url("../images/ui/icones-icons/icones_sociales-social_icons.png") no-repeat;
}
.icon-share a.facebook {
  background-position: 4px 0px;
}
.icon-share a.facebook:hover {
  background-position: 4px -24px;
}
.icon-share a.twitter {
  background-position: -17px 0px;
}
.icon-share a.twitter:hover {
  background-position: -17px -24px;
}
.icon-share a.pinterest {
  background-position: -34px 0px;
}
.icon-share a.pinterest:hover {
  background-position: -34px -24px;
}
.icon-share a.instagram {
  background-position: -51px 0px;
}
.icon-share a.instagram:hover {
  background-position: -51px -24px;
}
.icon-share a:focus {
  overflow: hidden;
  outline-offset: 2px;
}

.icon-tmc {
  width: 103px;
  height: 23px;
  display: inline-block;
  text-indent: -9999em;
  padding: 0;
  margin: 0;
  background: url("../images/ui/icones-icons/tmc_bientot-tmc_logo.png") no-repeat;
}

a.icon-tmc:focus {
  overflow: hidden;
  outline-offset: 2px;
}

/* AddThis Icons */
.submit-wrapper {
  width: 100%;
  z-index: 5000;
}
.submit-wrapper.explore {
  width: 355px;
  position: fixed;
  right: 0;
  bottom: 30px;
}
.submit-wrapper.explore.fixed {
  bottom: 30px;
}
.submit-wrapper.explore.fixed-footer {
  bottom: 250px;
}

.FRCA .submit-wrapper.explore {
  width: 375px;
}

.submit-wrapper a.btn.submit:focus {
  outline: #83BFFC 3px solid;
  outline-offset: 2px;
  position: relative;
  z-index: 3999;
  margin-bottom:4px;
}

.addthis_toolbox a.at300b:focus {
  outline: #83BFFC 3px solid;
  outline-offset: 2px;
  float: left;
  position: relative;
  z-index: 3999;
}

.addthis_default_style .at300b, .addthis_default_style .at300m {
  padding: 0 !important;
}

/* Buttons */
.btn {
  border: 2px solid black;
  border-color: black;
  background: white;
  color: black;
  border-radius: 0;
  font-size: 1.4em;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  padding: 4px 15px 4px 12px;
}
.btn.small {
  font-size: 1em;
  padding: 4px 25px 4px;
  width: 100%;
}
.btn.splash {
  background: none;
  float: inherit;
  margin-bottom: 10px;
}
.btn.splash.float-right {
  float: right;
}
.btn.splash.float-left {
  float: left;
}
.btn.artifact-type {
  float: none;
  font-size: 0.85em;
}

.custom_images img {
  float: left;
}

a.skip-to-footer {
  background: url(../images/sauter-skip.png) 0 0 no-repeat;
  display: inline-block;
  height: 35px;
  width: 35px;
  text-indent: -165px;
  z-index: 999;
  float: right;
  position: relative;
  right: 10px;
  top: 5px;
  color: black;
  text-decoration: none;
  font-size: 1.4em;
  line-height: 2.3em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
  /*&:hover, &:focus {
    text-indent: -125px;
  }*/
  /*&.fixed {
    position: fixed;
    top: 75px;
  }*/
}

.ENCA a.skip-to-footer {
  text-indent: -150px;
}

.FRCA a.skip-to-footer {
  text-indent: -172px;
}

.filter.skip-to-footer {
  display: block;
  height: 42px;
  width: 100%;
  background: #f3f3f3;
  background: #f3f3f3;
}

.FRCA .btn.small {
  font-size: 0.9em;
  padding: 5px 10px;
}

/* Nav Links */
.nav-link {
  color: black;
  text-transform: uppercase;
  font-size: 1.3em;
}
.nav-link:hover {
  color: black;
  text-decoration: none;
}
.nav-link.disabled {
  display: none;
  cursor: default;
}

/* Link Icons */
.ico {
  display: inline-block;
  height: 10px;
  width: 6px;
}
.ico.arrow-right {
  background: url("../images/ui/fond-background/fleche_droit-arrow_right.png") no-repeat right center;
  margin-left: 8px;
}
.ico.arrow-left {
  background: url("../images/ui/fond-background/fleche_gauche-arrow_left.png") no-repeat right center;
  margin-right: 8px;
}

/* Page's Wrappers*/
.page-wrapper {
  display: table-row;
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 0;
}
.page-wrapper.explore {
  background: #f3f3f3;
}

.page-content {
  display: block;
  position: relative;
  padding: 65px 0 65px 0;
  margin: 0 auto;
}
.page-content h2 {
  margin-top: 40px;
  font-size: 1.5em;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-content h3 {
  margin-top: 40px;
}
.page-content.explore {
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 5px;
}
.page-content.artifact-details {
  padding-bottom: 15px;
}

.content-intro {
  margin: 40px 0px 20px 0px;
}
.content-intro p {
  font-size: 1.3em;
  line-height: 1.7em;
}

/* Partners */
.partners.container {
  padding: 25px 0 20px;
}
.partners.container h2 {
  font-size: 1.1em;
  letter-spacing: 0px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0px;
  line-height: 1.1;
}

/* Artifact List */
.artifact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
.artifact-list h2.artifact-title {
  font-size: 1.15em;
  line-height: 1.6em;
  margin-top: 10px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 1.2px;
}
.artifact-list li {
  display: none;
  width: 220px;
  margin-right: 13px;
  float: left;
}
.artifact-list li.loaded {
  display: inline-block;
}
.artifact-list li img {
  width: 100%;
}
.artifact-list li a {
  color: #383838;
  font-family: "Droid Serif", serif;
  font-size: 1.1em;
  display: block;
}
.artifact-list li a:hover {
  color: #383838;
  text-decoration: none;
}
.artifact-list.connections {
  margin-top: 20px;
  margin-bottom: 30px;
}
.artifact-list.connections h3.artifact-title {
  line-height: 1.6;
  font-family: "Droid Serif", serif;
  font-size: 1.3em;
  letter-spacing: 0.2px;
  font-weight: normal;
  margin-top: 10px;
  text-transform: none;
}
.artifact-list.connections li {
  width: 140px;
  margin: 0 13px;
  min-height: 195px;
}
.artifact-list.connections li:first-child {
  margin-left: 0;
}
.artifact-list.connections li:last-child {
  margin-right: 0;
}
.artifact-list.connections img {
  width: 100%;
}
.artifact-list.pagination {
  display: none;
}
.artifact-list.pagination li {
  width: auto;
}

/* Artifact Details - Article */
article {
  font-size: 1.4em;
  letter-spacing: 0px;
  line-height: 1.7em;
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 65px;
}
article dl {
  margin-bottom: 35px;
}
article dl dt {
  display: inline-block;
  width: 42%;
  margin-right: 3%;
  padding: 11px 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.5em;
}
article dl dd {
  display: inline-block;
  width: 55%;
  padding: 11px 0;
  vertical-align: top;
}
article section {
  margin-bottom: 40px;
}
article .content {
  overflow: hidden;
}
article .content .see-more {
  border: 1px solid black;
  border-color: #e5e5e5;
  background: white url("../images/ui/fond-background/grande_fleche_bas-large_arrow_down.png") center center no-repeat;
  display: none;
  height: 35px;
  width: 99%;
  margin-bottom: 15px;
}
article .content .body {
  overflow: hidden;
  margin-bottom: 15px;
}
article .content.cropped .see-more {
  display: block;
}
article .content.cropped .body {
  max-height: 600px;
}

.FRCA article dl dt {
  width: 49%;
  word-wrap: break-word;
}
.FRCA article dl dd {
  width: 48%;
}

@media (max-width: 767px) {
  .FRCA article dl dt {
    width: 36%;
  }
  .FRCA article dl dd {
    width: 61%;
  }
}
.artifact-details.connections {
  padding: 0;
}
.artifact-details h1.detail {
  margin-bottom: 10px;
}
.artifact-details .details {
  font-style: italic;
}
.artifact-details .body {
  margin-top: 30px;
}

/* Sticky Column */
.column-fixed {
  position: fixed;
}
.column-fixed.top {
  top: 0;
}
.column-fixed.bottom {
  bottom: 0;
}

.sidebar.float-right {
  float: right;
}

/* Generic Forms */
fieldset {
  font-size: 1.25em;
  line-height: 1.75em;
  margin-top: 40px;
  margin-bottom: 22px;
}
fieldset legend {
  font-size: 1.3em;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 2em;
  text-transform: uppercase;
  border: none;
  color: #383838;
}
fieldset legend .num {
  display: inline-block;
  height: 34px;
  width: 34px;
  text-align: center;
  background: url("../images/ui/fond-background/numero_legende-legend_number.png") 0px 0px no-repeat;
}
fieldset label {
  letter-spacing: 0px;
  font-weight: normal;
}
fieldset input, fieldset textarea {
  border: 2px solid black;
  border-color: #e5e5e5;
  display: block;
  width: 100%;
  height: 35px;
  margin-bottom: 22px;
}
fieldset input[type=checkbox], fieldset textarea[type=checkbox] {
  height: auto;
  width: auto;
}
fieldset textarea {
  height: 200px;
}
fieldset p {
  letter-spacing: 0;
}
fieldset hr {
  margin-top: 40px;
}

/* Pagination */
.pagination {
  margin: 0 0 20px;
}
.pagination a {
  color: black;
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin: 0 4px;
}
.pagination a.current {
  text-decoration: underline;
}
.pagination a.prev {
  text-indent: -9999em;
  background: url("../images/ui/fond-background/fleche_gauche-arrow_left.png") no-repeat;
}
.pagination a.prev.disabled {
  background: url("../images/ui/fond-background/gris_fleche_gauche-grey_arrow_left.png") no-repeat;
}
.pagination a.next {
  text-indent: -9999em;
  background: url("../images/ui/fond-background/fleche_droit-arrow_right.png") no-repeat;
}
.pagination a.next.disabled {
  background: url("../images/ui/fond-background/gris_fleche_droit-grey_arrow_droit.png") no-repeat;
}

/* Thank you message */
.thank-you-message, .InfoLabel {
  font-size: 1.3em;
  margin-top: 20px;
  display: inline-block;
  line-height: 1.7em;
}

/* Colorbox Styles */
#cboxContent {
  font-size: 1.1em;
}
#cboxContent button {
  font-weight: bold;
  text-transform: uppercase;
}
#cboxContent #cboxPrevious {
  bottom: 5px;
  border-right: 1px solid;
  padding-right: 7px;
  padding-left: 10px;
  background: url("../images/ui/fond-background/fleche_gauche-arrow_left.png") no-repeat left center;
}
#cboxContent #cboxNext {
  bottom: 5px;
  padding-right: 10px;
  margin-left: 15px;
  background: url("../images/ui/fond-background/fleche_droit-arrow_right.png") no-repeat right center;
}
#cboxContent #cboxCurrent {
  bottom: 5px;
  left: 144px;
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cboxContent #cboxClose {
  bottom: 5px;
  padding-left: 15px;
  background: url("../images/ui/fond-background/fermer-close.png") no-repeat left center;
}
#cboxContent #cboxLoadedContent {
  margin-bottom: 30px;
}
#cboxContent #cboxTitle {
  bottom: 30px;
  font-size: 1.3em;
  color: black;
  text-align: left;
  background: white;
  opacity: 0.9;
  padding: 10px 15px;
  line-height: 1.5em;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
}
#cboxContent #cboxTitle:empty {
  padding: 0;
}

#cboxContent:hover #cboxTitle {
  height: auto;
  width: 100%;
  clip: auto;
  margin: 0;
}

.Gecko #cboxContent #cboxNext {
  margin-left: 30px;
}
.Gecko #cboxContent #cboxCurrent {
  left: 155px;
}

.IE9 #cboxContent #cboxNext {
  left: 83px;
}

.IE9 #cboxContent #cboxCurrent {
  left: 164px;
}

.IE9.FRCA #cboxContent #cboxCurrent {
  left: 195px;
}

.IE10 #cboxContent #cboxNext {
  left: 83px;
}

.IE10 #cboxContent #cboxCurrent {
  left: 164px;
}

.FRCA #cboxContent #cboxNext {
  margin-left: 30px;
}

.FRCA #cboxContent #cboxCurrent {
  left: 165px;
}

.Gecko.FRCA #cboxContent #cboxNext {
  left: 78px;
}

.Gecko.FRCA #cboxContent #cboxCurrent {
  left: 195px;
}

.Gecko11.FRCA #cboxContent #cboxNext {
  left: 80px;
}

.Gecko11.FRCA #cboxContent #cboxCurrent {
  left: 195px;
}

.IE10.FRCA #cboxContent #cboxCurrent {
  left: 195px;
}

/* SearchBox*/
.search-box {
  float: right;
  padding: 10px 0 0 0;
  position: relative;
}
.search-box input[type=text] {
  border: 1px solid black;
  border-color: #d8d8d8;
  height: 30px;
  width: 230px;
  font-size: 1.3em;
  padding: 5px;
}
.search-box input[type=submit] {
  background: url("../images/ui/icones-icons/bouton_de_recherche-search_button.png") no-repeat scroll 0 0;
  border: medium none;
  text-indent: -9999px;
  position: absolute;
  right: 5px;
  bottom: 8px;
}
.search-box label {
  display: block;
  text-align: left;
  color: #727272;
  font-size: 1.12em;
  font-weight: normal;
  letter-spacing: 0.5px;
}

/* Overwriting Kentico form styles */
.UploaderTable {
  width: 100%;
}
.UploaderTable tbody, .UploaderTable tr, .UploaderTable td {
  width: 100%;
  display: block;
}
.UploaderTable .UploaderUpload .UploaderLabel {
  display: none;
}

.HiddenButton {
  display: none;
}

input[type=file].HiddenUploader {
  display: none;
}

input[type=submit].FormButton, input[type=button].FormButton {
  border: 2px solid black;
  border-color: black;
  background: white;
  color: black;
  border-radius: 0;
  font-size: 1.4em;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  font-size: 1.5em;
  padding: 13px 0 13px;
  margin-bottom: 15px;
}

input[type=submit].FormButton:focus, input[type=button].FormButton:focus {
  border: 1px solid black;
  border-style: dotted;
  border-color: #383838;
}

.ErrorLabel, .EditingFormErrorLabel {
  color: #ee0000;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 16px;
}

.EditingFormError {
  color: #ee0000;
  font-weight: bold;
  font-size: .9em;
  line-height: 16px;
}

.CustomErrorLabel {
  color: #ee0000;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 16px;
  display: block;
  padding-bottom: 5px;
}

fieldset .CustomErrorLabel {
  font-size: .9em;
}

.search-box input[type="submit"]:focus, .search-box input[type="text"]:focus {
  border: 1px solid black;
  border-style: dotted;
  border-color: #383838;
}

span.EditingFormErrorLabel {
  font-size: 0.9em;
}

.checkbox-container {
  position: relative;
  padding: 0px 30px 15px 0px;
}
.checkbox-container .EditingFormControlNestedControl {
  width: 25px;
  float: left;
}

/* Filters Forms*/
.filters {
  background: white;
}
.filters fieldset {
  font-size: 1.1em;
  margin: 0;
  padding: 15px 0 10px;
}
.filters legend {
  font-size: 1em;
  letter-spacing: 0px;
  text-transform: none;
  display: inline-block;
  float: left;
  width: auto;
  margin: -2px 10px 0 0;
}
.filters label {
  letter-spacing: 0.45px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 3px;
}
.filters input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.filters input[type=checkbox] + label {
  letter-spacing: 1.5px;
  font-size: 1.2em;
  background: white url("../images/ui/fond-background/case-checkbox.png") left 3px no-repeat;
  padding: 0 0 0 20px;
  margin-right: 5px;
  height: 20px;
  cursor: pointer;
}
.filters input[type=checkbox]:checked + label {
  background-position: left -47px;
}
.filters input[type=checkbox].disabled:checked + label {
  background-position: left -22px;
}
.filters input:focus + label {
  border: 1px solid black;
  border-style: dotted;
  border-color: #383838;
}
.filters input[type=radio] {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.filters input[type=radio] + label {
  font-size: 1.2em;
  letter-spacing: 0.7px;
  font-weight: normal;
  background: white url("../images/ui/fond-background/bouton_radio-radio_button.png") left 3px no-repeat;
  margin-left: 0;
  padding-left: 18px;
  cursor: pointer;
}
.filters input[type=radio]:checked + label {
  background-position: left -27px;
}
.filters input[type=radio].reset:checked + label {
  width: 15px;
  height: 15px;
  display: inline-block;
  text-indent: -9999em;
  padding: 0;
  margin: 0;
  background: white url("../images/ui/fond-background/remettre-reset.png") right 0px no-repeat;
}
.filters button.reset {
  width: 15px;
  height: 17px;
  display: inline-block;
  text-indent: -9999em;
  padding: 0;
  margin: 0;
  background: white url("../images/ui/fond-background/remettre-reset.png") right 2px no-repeat;
  border: none;
}
.filters button.reset:focus {
  overflow: hidden;
  outline: 1px black dotted;
}
.filters .categories {
  display: none;
  background: url("../images/ui/fond-background/footer.png") repeat;
}
.filters .categories input[type=radio] + span {
  letter-spacing: 1px;
  font-weight: bold;
  border: 1px solid black;
  background: #e5e5e5 url("../images/ui/fond-background/bouton_radio-radio_button.png") 42px 12px no-repeat;
  border-color: #e5e5e5;
  padding: 10px 42px 10px 62px;
  background-color: white;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}
.filters .categories input[type=radio]:checked + span {
  background: #e5e5e5 url("../images/ui/fond-background/bouton_radio-radio_button.png") 42px -17px no-repeat;
}
.filters .categories input[type=radio]:focus + span {
  border: 1px solid black;
  border-style: dotted;
  border-color: #383838;
}
.filters.open .categories {
  display: block;
}
.filters.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 100;
}
.filters.fixed + .page-content.explore {
  margin-top: 50px;
}
.filters.fixed.open + .page-content.explore {
  margin-top: 125px;
}

/* Select2 Dropdowns */
.select2-container {
  letter-spacing: 0px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.select2-container .select2-choice {
  border: 2px solid black;
  border-color: #e5e5e5;
  background-image: none;
  height: 35px;
  margin-bottom: 25px;
  padding: 3px 0 0 8px;
  border-radius: 0px;
}
.select2-container .select2-choice .select2-arrow {
  border-color: #e5e5e5;
  background-color: white;
  background-image: none;
  border-radius: 0px;
  width: 30px;
}
.select2-container .select2-choice .select2-arrow b {
  background: url("../images/ui/selectionner_2-select_2.png") no-repeat 7px 5px;
}

.select2-container-multi .select2-choices {
  border: 2px solid black;
  border-color: #e5e5e5;
  background-image: none;
}
.select2-container-multi .select2-choices .select2-search-choice {
  line-height: 21px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  top: 7px;
}

.select2-dropdown-open.select2-drop-above .select2-choice {
  background-image: none;
}
.select2-dropdown-open .select2-choice {
  background-color: white;
}

.select2-results {
  font-size: 1.2em;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.select2-drop-active {
  border: 1px solid #e5e5e5;
}

/* Splash */
.splash .logo {
  margin-bottom: 20px;
}
.splash .splash-artifact {
  margin-top: -35px;
}
.splash.partners {
  padding: 25px 0 20px 0;
}
.splash .splash-copy {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

/* Section added by Hughie Jan 22 2015*/
.facadeUploaderButton {
  width: 33%;
  /*height: initial;*/
  display: inline;
  margin: 0px;
}

.facadeUploaderButton:focus {
  outline: black 1px dotted;
}

div.UploaderUpload input.uploadTextbox {
  display: inline-block;
  width: 66%;
  margin: 7px 0;
}

.Uploader .UploaderTable {
  border-collapse: collapse;
  margin: 0;
}

.UploaderUpload {
  height: initial;
}

/*End of Hughie changes */
/* Media Query Fixes */
@media (max-width: 767px) {
  h1.header {
    margin-top: 25px;
  }

  h2.banner {
    margin-top: 50px;
  }

  h2.splash {
    font-size: 1.7em;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .splash-artifact {
    display: none;
  }

  .splash .container {
    width: 100%;
  }

  .sidebar.float-right {
    float: inherit;
  }

  .container.page-content.submit-artifact {
    width: 95%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-xs-12.border-right {
    border: none;
  }
  .col-xs-12.border-left {
    border: none;
  }
  .col-xs-12 .item-list.float-right {
    width: 100%;
    float: inherit;
  }
  .col-xs-12 .splash-copy .float-left {
    float: inherit;
  }
  .col-xs-12 .splash-copy .float-right {
    float: inherit;
  }
  .col-xs-12 .splash-copy.border-left {
    border: none;
  }
  .col-xs-12 .text-right {
    text-align: inherit;
  }
  .col-xs-12 .text-left {
    text-align: inherit;
  }

  .sidebar .float-right {
    float: inherit;
  }

  a.skip-to-footer {
    display: none;
  }
}
@media (min-width: 768px) {
  .container.page-content.submit-artifact {
    width: 400px;
    padding-right: 10px;
    padding-left: 10px;
  }

  article .content {
    width: 345px;
  }

  .splash-artifact {
    display: none;
  }

  .filter-container {
    width: 760px;
  }

  a.skip-to-footer {
    display: none;
  }

  .submit-wrapper.explore.fixed-footer {
    bottom: 355px;
  }
}
@media (min-width: 970px) {
  .artifact-details.container.page-content {
    width: 750px;
  }

  .item-list.social-icons {
    float: right;
  }

  .splash-artifact {
    display: block;
  }

  .filter-container {
    width: 880px;
  }

  a.skip-to-footer {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .submit-wrapper.explore.fixed-footer {
    bottom: 290px;
  }
}
.container.page-content.submit-artifact fieldset h2 {
  font-family: "Droid Serif", serif;
  font-size: 1.3em;
  letter-spacing: 0.2px;
  font-weight: normal;
  line-height: 2em;
  margin-top: 10px;
  text-transform: none;
}

@media (min-width: 1200px) {
  .filter-container {
    width: 1160px;
  }

  .container.page-content.submit-artifact {
    width: 480px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .artifact-details.container.page-content {
    width: 970px;
  }

  article .content {
    width: 455px;
  }
  article dl dt {
    width: 31%;
  }
  article dl dd {
    width: 64%;
  }

  .submit-wrapper.explore.fixed-footer {
    bottom: 250px;
  }
}
#at4m-dock {
  display: none;
}

.at4m-dock-toggle {
  display: none;
}

@media (min-width: 1200px) {
  .submit-wrapper .btn.small {
    width: auto;
  }
}
/* video styles */
iframe {
  width: 100%;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
