.wysiwyg .attribute-picture {
  position: relative;
  display: inline-block;
}
.wysiwyg .attribute-picture .icon-copyright {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  z-index: 1;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  transition: transform 0.5s;
  border-radius: 8px;
  padding: 0;
  left: 1.2rem;
  bottom: 2.2rem;
}
.wysiwyg .attribute-picture .icon-copyright.open {
  background: white;
}
.wysiwyg .attribute-picture .icon-copyright.open .copyright-text {
  width: auto;
  height: auto;
  overflow: visible;
  transform: scaleY(1);
}
.wysiwyg .attribute-picture .icon-copyright.open .copyright-text p {
  margin: 0;
}
.wysiwyg .attribute-picture .icon-copyright .copyright-circle {
  position: relative;
  flex: 0 0 auto;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 0;
  order: 1;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  border-radius: 8px;
  background: white;
}
.wysiwyg .attribute-picture .icon-copyright .copyright-circle span {
  position: absolute;
  display: block;
  border-radius: 50%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1;
  border: 0.2rem solid;
}
.wysiwyg .attribute-picture .icon-copyright .copyright-text {
  width: 0;
  height: 0;
  overflow: hidden;
  transform: scaleY(0);
  line-height: 1.5rem;
  padding: 0.7rem 0.5rem 0.5rem 0;
  font-weight: 500;
}
.wysiwyg .attribute-picture figcaption {
  position: relative;
}
.wysiwyg .attribute-picture figcaption .icon-copyright {
  bottom: 100%;
}
.wysiwyg .file-description-name {
  margin-bottom: 2.5rem;
  font-weight: bold;
}
.wysiwyg .embedded-files li + li .embedded-file {
  border-top: none;
}
.pre-search-wrapper .wysiwyg .embedded-files li + li .actualite-block::before {
  display: none;
}
.wysiwyg .embedded-files .embedded-files-list-wrapper {
  border-radius: 0.8rem;
  margin: 0 0 2.4rem 0;
  padding: 6rem 0 3.7rem 0;
  position: relative;
}
.wysiwyg .embedded-files .embedded-files-list-wrapper .embedded-file + .embedded-file::before {
  content: "";
  display: block;
  height: 0.1rem;
  margin: 0 auto;
  width: calc(100% - 20rem);
}
.wysiwyg .embedded-file a:hover {
  background: none !important;
}
.listing-wrapper .wysiwyg .embedded-file {
  border: none;
  position: relative;
}
.wysiwyg .embedded-file p {
  margin: 0;
}
.wysiwyg .embedded-file p + p {
  margin: 0;
}
.wysiwyg .embedded-file .file-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 2rem;
  font-weight: 500;
  padding: 3rem 4rem;
  margin: 1rem 0;
  align-items: center;
  border: 1px solid #CBC5C4;
}
.wysiwyg .embedded-file .file-wrapper .file-info {
  color: #CBC5C4;
}
.wysiwyg .embedded-file .file-wrapper:hover {
  background: #F6F6F6;
}
.blue-bg .wysiwyg .embedded-file .file-wrapper {
  transition-duration: 0.3s;
  margin-left: -2.4rem;
  margin-right: -2.4rem;
  padding: 2.4rem;
}
.blue-bg .wysiwyg .embedded-file .file-wrapper:hover, .blue-bg .wysiwyg .embedded-file .file-wrapper:focus {
  border-radius: 0.8rem;
}
.listing-wrapper .wysiwyg .embedded-file .file-wrapper {
  border-radius: 0.8rem;
  margin: 0 0 2.4rem 0;
  padding: 6rem 3.7rem;
}
.embedded-files-list-wrapper .wysiwyg .embedded-file .file-wrapper {
  margin: 0;
  padding: 2.4rem 10rem;
}
.wysiwyg .embedded-file .file-description {
  max-width: 37.6rem;
}
.wysiwyg .embedded-file .file-description-notifications,
.wysiwyg .embedded-file .file-description-feed {
  max-width: 37.6rem;
}
.wysiwyg .embedded-file .file-icon {
  transition-duration: 0.3s;
  max-width: 17.6rem;
}
.listing-wrapper .wysiwyg .embedded-file .file-icon {
  max-width: none;
  right: 4rem !important;
}
.wysiwyg .embedded-file .file-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  background: none;
}
.wysiwyg .embedded-file .rf-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
}
.wysiwyg .embedded-file.file-with-image .file-wrapper {
  justify-content: flex-start;
}
.wysiwyg .embedded-file.file-with-image .file-image {
  width: 7.6rem;
  height: 7.6rem;
  position: relative;
  border-radius: 0.8rem;
}
.wysiwyg .embedded-file.file-with-image .file-image .semaicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wysiwyg .embedded-file.file-with-image .file-description,
.wysiwyg .embedded-file.file-with-image .file-description-notifications,
.wysiwyg .embedded-file.file-with-image .file-description-feed {
  margin-left: 2.4rem;
}
.wysiwyg .embedded-file.file-with-image .file-description span,
.wysiwyg .embedded-file.file-with-image .file-description-notifications span,
.wysiwyg .embedded-file.file-with-image .file-description-feed span {
  display: block;
  line-height: 1.5rem;
  margin-top: 0.8rem;
}
.wysiwyg .embedded-file.file-with-image .file-icon {
  width: auto;
  position: absolute;
  right: 0;
  margin: 0 !important;
}
.semaicon-download img{
  display: block;
  margin: 0!important;
  margin-top: 40px!important;
}


/*# sourceMappingURL=wysiwyg.css.map */
