@charset "UTF-8";
/********************************************************
*														*
		        MODULES/ESPACE-DOC
*														*
********************************************************/
.espaceDoc-recherche {
  position: relative;
  z-index: 0;
  padding: 40px 0;
  background-color: #0064b0;
  text-align: center;
}

.espaceDoc-recherche:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
  -webkit-mix-blend-mode: overlay;
  mix-blend-mode: overlay;
  background-image: url("../../img/utils/pattern-repeatable.jpg");
  background-position: center top;
  background-repeat: repeat;
}

.espaceDoc-recherche form {
  position: relative;
}

.espaceDoc-recherche form:after {
  content: "";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: baseline;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  color: rgba(11, 26, 41, 0.5);
  font-size: 24px;
}

.ccm-page .espaceDoc-recherche label {
  display: block;
  color: #fff;
  padding-bottom: 15px;
}

.ccm-page .espaceDoc-recherche input {
  height: 70px;
  line-height: 70px;
  padding-left: 20px;
  padding-right: 90px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.25em;
}

.ccm-page .espaceDoc-recherche input::-moz-placeholder {
  color: rgba(11, 26, 41, 0.6);
}

.ccm-page .espaceDoc-recherche input::-webkit-input-placeholder {
  color: rgba(11, 26, 41, 0.6);
}

.espaceDoc-recherche button {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.espaceDoc-recherche button:hover {
  color: #fff;
}

.espaceDoc-content {
  margin-top: 0;
  padding-top: 40px;
}

.espaceDoc-table th,
.espaceDoc-table td {
  text-align: center;
}

.espaceDoc-table th:first-child,
.espaceDoc-table td:first-child {
  text-align: left;
}

.espaceDoc-table th {
  color: #003473;
}

.espaceDoc-table td {
  color: #4f5d75;
}

.espaceDoc-table td:first-child {
  font-size: 1em;
  font-weight: 600;
}

.espaceDoc-table td:first-child a {
  color: #0b1a29;
}

.espaceDoc-table td:first-child a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: #0064b0;
  font-size: 24px;
}

.espaceDoc-table td:first-child a:hover {
  color: #0064b0;
}

.espaceDoc-table td.actions a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  color: #0064b0;
  font-size: 20px;
}

.espaceDoc-table td.actions a:hover {
  background-color: #e9ecf2;
  color: #003473;
}

.espaceDoc-table .actions {
  text-align: right;
}

.espaceDoc .dataTables_length,
.espaceDoc .dataTables_filter {
  display: none;
}

.popFichier-aside {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 200px;
  background-color: #2ac163;
}

.popFichier-aside:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
  -webkit-mix-blend-mode: overlay;
  mix-blend-mode: overlay;
  background-image: url("../../img/utils/pattern.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}

.popFichier-aside i {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 40px;
}

.popFichier-titre {
  display: block;
  width: 100%;
  word-wrap: break-word;
  margin-bottom: 0.5em;
}

.popFichier-description {
  line-height: 1.2;
}

.popFichier-infos {
  margin-bottom: 20px;
}

.popFichier-infos dl {
  padding: 10px 0;
  line-height: 1.2;
  font-size: 0.875em;
}

.popFichier-infos dl + dl {
  border-top: 1px solid #d8dbe2;
}

.popFichier-infos dt {
  font-weight: 500;
}

/*# sourceMappingURL=espace-doc.css.map */