﻿.image-square {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.image-square > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: center;
}
.image-square > .image:after {
  content: " ";
  font-size: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.image-square > .image > img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.glyphicon-mixin {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
form .editors textarea {
  max-width: none;
  min-height: 10em;
}
.document-tree .document {
  padding: 1em;
  margin-bottom: 2em;
}
.document-tree .document a {
  text-decoration: none;
  color: inherit;
}
.document-tree .document span.title + img {
  margin-top: 1em;
}
.two-level-document-tree .item .img-item,
.two-level-document-tree .item .item-description {
  padding: 0 0.5em;
}
.two-level-document-tree .item .img-item {
  max-height: 100px;
  width: 100px;
}
.two-level-document-tree .item .item-description {
  margin-left: 3em;
}
.team-list .team-member .image > img {
  margin: 0 auto;
}
.team-list .team-member .fonction {
  font-weight: bold;
}
